@charset "utf-8";
/* CSS Document */


/*
- Site: Lauren G. Adams
- Date: 2010-02
- Development: FUSIONn
- CSS: Eduardo Schenzer

*/

/* --------------- GRAL --------------- */

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* body { line-height: 1; } */
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

table {	border-collapse: collapse; border-spacing: 0; }

/* Gral */

body { padding: 0 0 15px 0; background: #943b72 url(../images/gral_bg.jpg) repeat-x left top; font-size: 12px; color: #7f7f7f; }/* #fff4d8*/
div,td,* { font-family: Arial, Helvetica, sans-serif; }
form { margin: 0; }
img { border: 0; }
a { color: #891463; }
a:hover { color: #cd66ac; }
p { }
td { vertical-align: top; }
ul,ul li { margin: 0; padding: 0; list-style-type: none; }
fieldset { border: none; padding: 0; margin: 0; }
input,select,textarea { border: 1px solid #b2b2b2; padding: 3px; font-size: 12px; color: #333; }
h1,h2,h3,h4,h5,h6,h7 { margin: 0; padding: 0; }
.gralClear { clear: both; height: 1px; overflow: hidden; visibility: hidden; }
hr { height: 1px; margin: 20px auto 20px auto; border: 0; background-color: #e8e8e8; color: #e8e8e8; }
.separator { height: 1px; background: #9d9d9d; border-bottom: 1px solid #fff; overflow: hidden; font-size: 1px; margin-top: 5px; margin-bottom: 5px; }

/* --------------- LAYOUT --------------- */

#container { width: 1000px; margin: 0 auto; border: 1px solid #fff; border-top: 0 none; }
#header { position: relative; height: 85px; padding-top: 1px; border-bottom: 0px solid #630a3c; background: #8a1464 url(../images/bg_header.jpg) no-repeat 0 0; }
#mainCont { background: #fff; }
#footer { height: 23px; border-top: 3px solid #630a3c; background: #8a1464 url(../images/bg_footer.jpg) no-repeat 0 bottom; text-align: center; }

/* --------------- HEADER --------------- */

#header h1 { width: 250px; height: 66px; margin: 5px 75px; background: url(../images/logo-lauren-g-adams-top.png) no-repeat 0 0; }
#header h1 a { display: block; width: 245px; height: 66px; text-indent: -1000px; }
#header ul { position: absolute; right: 10px; bottom: 8px; font-size: 10px; }
#header ul li { display: inline; color: #dfa1cb; }
#header ul li a { padding: 0 8px; color: #dfa1cb; text-decoration: none; text-transform: uppercase; }
#header ul li a:hover { color: #fff; }

#header ul#headerMenu1 { bottom: auto; top: 0px; }
#header ul#headerMenu1 li { text-align: right; }
#header ul#headerMenu1 li a { color: #fd99de; text-decoration: none; text-transform: none; }
#header ul#headerMenu1 li a:hover { color: #fff; }

#header #headerName { display: block; padding-right: 8px; color: #fd99de; line-height: 2em; text-align: right; }

#header .searchForm { position: absolute; right: 10px; top: 38px; }
#header .searchForm .formField { width: 150px; background: #ffbbe7 url(../images/search_field_bg.png) no-repeat 0 0; border-color: #891463; font-size: 11px; color: #6c6c6c; vertical-align: middle; }
#header .searchForm .formField:focus { background: #ffddf3 url(../images/search_field_bg.png) no-repeat left bottom; color: #6c6c6c; }
/*#header .searchForm .formBt { width: 40px !important; height: 20px; padding: 2px 8px; background-image: url(../images/search_bt_bg.png); font-size: 11px; }*/
#header .searchForm .formBt { width: auto !important; height: auto; padding: 0; background: transparent none; font-size: 11px; vertical-align: middle; }

/* --------------- MENU --------------- */

#menu { border-bottom: 1px solid #c0c0c0; font-size: 10px; text-align: center; /*height: 30px;*/ height: auto !important; }
#menu li { display: inline; line-height: 30px; }
* html #menu li { zoom: 1; }
#menu li:hover { position: relative; }
#menu li.menuSeparator { display: block; height: 1px; overflow: hidden; line-height: 1px; }
#menu li a { padding: 0 3px; color: #7f7f7f; text-decoration: none; line-height: 30px; white-space: nowrap; text-transform: uppercase; }
#menu li a:hover { color: #630a3c; }

/* Menu 2º nivel */
#menu li ul { display: none; position: absolute; left: 0; top: 12px; min-width: 120px; padding: 5px; background: #fff; border: 1px solid #c0c0c0; text-align: left; z-index: 20; }
* html #menu li ul { top: 22px; }
#menu li:hover ul { display: block; }
#menu li:hover ul li ul { display: none; }
#menu li ul li { display: block; line-height: 1.8em; }
#menu li ul li a { line-height: 1.8em; display: block; }

/* Menu 3er nivel */
#menu li ul li ul { display: none; position: absolute; left: 50px; top: 5px; z-index: 30; }
#menu li ul li:hover ul { display: block; }

/* Menu active items */
#menu .active a { color: #891463; }
#menu .active li a { color: #7f7f7f; }
#menu .active li.active a { color: #891463; }
#menu .active li.active li a { color: #7f7f7f; }
#menu .active li.active li.active a { color: #891463; }


/* --------------- FOOTER --------------- */

#footer .copyright { text-align: center; color: #fff; font-size: 10px; line-height: 22px; text-transform: uppercase; }
#footerExtra { width: 1000px; margin: 0 auto; padding: 10px 0; text-align: center; }
#footerExtra ul { padding: 0; }
#footerExtra li { display: inline; padding: 0 6px; font-size: 10px; color: #fff; text-transform: uppercase; }
#footerExtra li:first-child { font-size: 11px; }
#footerExtra li a { color: #fff; line-height: 2em; white-space: nowrap;}
#footerExtra li a:hover { color: #F1B312; text-decoration: none; }

/* --------------- CONTENT --------------- */

/* Home */

.homeImg { float: left; margin-top: 0; }
.homeCont { float: right; }
.homeCont .homeBl { width: 210px; margin: 17px 5px; padding: 5px; border: 4px solid #f5f5f0; font-size: 10px; overflow: hidden; height: 1%; }
.homeCont .homeBl img { float: right; }
.homeCont .homeBl h3 { font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #6c6c6c; }
.homeCont .homeBl p { color: #919191; }
.homeCont .homeBl a { color: #9e4281; line-height: 3em; }

/* Inner Pages */
.headImage { width: 1000px; height: 329px; border-bottom: 1px solid #c0c0c0; background: no-repeat 0 0; }
.headFlash { padding: 25px 50px 10px 50px; }
.headImage .headText { width: 300px; padding: 0 50px; font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic; }
.headImage .headText * { font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic; }

p.highlight { font-size: 16px; font-style: italic; color: #891463; }
p.signature { font-size: 11px; font-style: italic; }

#mainCont h1 { padding: 5px 0; font-family: "Times New Roman", Times, serif; font-size: 22px; font-weight: normal; font-style: italic; color: #808080; }
#mainCont h2 { padding: 5px 0; font-family: "Times New Roman", Times, serif; font-size: 18px; font-weight: normal; font-style: italic; color: #808080; }
.content h3 { }
#mainCont .catalogHeader { width: 920px; margin: 0 auto; }
.contBlock { width: 920px; margin: 0 auto; padding-bottom: 1em; }
.content blockquote { padding: 10px 20px; }
.content ul { padding: 5px 10px 10px; }
.content ul li { padding-left: 12px; background: url(../images/bullet.png) no-repeat 0 3px; line-height: 1.4em; }

.contBlock fieldset { border: 0 none; }
.contBlock legend { padding-left: 10px; background: url(../images/bullet.png) no-repeat 0 center; font-size: 12px; color: #808080; font-weight: bold; }
.contBlock p { padding-bottom: 1em; }

.catalogCatDescript { padding-bottom: 10px; font-size: 11px; font-style: italic; color: #808080; }

.catalogFiltersTable { width: 100%; }
.catalogFiltersTable td { padding: 7px 0; white-space: nowrap; font-size: 11px; color: #808080; }
.catalogFiltersTable td select { width: 180px; padding: 3px; border: 1px solid #b2b2b2; font-size: 11px; color: #808080; }

.catalogWrapper { width: 920px; margin: 10px auto; position: relative; z-index: 1; }
.catalogTable { width: 900px; margin: 10px auto; }
.catalogCell { text-align: center; padding: 5px; }
.catalogImg { position: relative; float: left; width: 170px; height: 124px; margin: 10px 0 0 10px; padding: 2px 0; border: 1px solid #c0c0c0; }
.catalogImg a { color: #7a7a7a; text-decoration: none; font-weight: bold; }
.catalogImg a img { display: block; margin: 0 auto; }
.catalogThTitle { display: block; height: 93px; padding: 10px; cursor: pointer; }
.catalogInfo { display: none; }

/* #lightbox-container-image-data-box { float: left; border: 6px solid #dcd6d7; } */

.catalogPagination { padding: 5px 20px 10px; text-align: right; font-size: 10px; text-transform: uppercase; height: 1%; }
.catalogPagination a { padding: 0 4px; background: #cb5d9a; color: #fff; text-decoration: none; }
.catalogPagination a:hover { background: #8a1464; }
.catalogPagination .catalogPaginSep { color: #e9e9e9; font-size: 12px; font-weight: bold; }

.catalogImg:hover .catalogInfo {/* display: block;*/ }
.catalogInfo { position: absolute; left: -1px; top: -1px; padding: 2px; width: 490px; border: 4px solid #d6d6d6; background: #fff; overflow: hidden; z-index: 100; text-align: left; }
.catalogInfo .img { width: 320px; /*175px;*/ overflow: hidden; float: left; margin-right: 10px; text-align: center; }
.catalogInfo .img img { margin-left: 0; /*-30%;*/ /*clip: rect(5px 174px 160px 74px);*/ }
.catalogInfo h3 { margin-bottom: 25px; font-size: 14px; font-weight: bold; color: #5d5d5d; }
.catalogInfo .url a { padding-right: 10px; background: url(../images/bullet.png) no-repeat right center; font-weight: normal; line-height: 2em; text-decoration: none; }
.catalogInfo .url a:hover { color: #cd66ac; }
.catalogInfo .price { font-weight: bold; color: #808080; line-height: 2em; }
#attr_out_stock, .catalogInfo .price strong { font-weight: bold; color: #cd66ac; }

.catalogInfoScene { width: 480px; }
.catalogInfoScene .img { width: 240px; }
.catalogInfoScene h3 { margin: 5px 0; }
#mainCont .catalogInfoScene h2 { margin-bottom: 0; padding-bottom: 0; font-size: 22px; font-weight: bold; font-style: normal; color: #891463; }
.catalogInfoScene p { padding-bottom: 1em; }

.catalogInfo .actions,.sceneDetailActions .actions,.blogDetailActions .actions { padding-top: 5px; }
.catalogInfo .actions a,.sceneDetailActions .actions a,.blogDetailActions .actions a { padding-left: 14px; background: no-repeat 0 center; font-size: 10px; line-height: 1.6em; text-decoration: none; }
.catalogInfo a.emailFriend,.sceneDetailActions a.emailFriend,.blogDetailActions .actions a.emailFriend { background-image: url(../images/ico_email.png); }
.catalogInfo a.wishlist,.sceneDetailActions a.wishlist,.blogDetailActions .actions a.wishlist { background-image: url(../images/ico_wishlist.png); }
.catalogInfo a.print,.sceneDetailActions a.print,.blogDetailActions .actions a.print {  background-image: url(../images/ico_print.png); }

/* The Scene */

.sceneWrapper .catalogImg { border: none; }
.sceneWrapper .catalogImg img { margin: 1px; display: block; margin: 1px; padding: 1px; border: 1px solid #C0C0C0; }
.sceneThumbsData { padding: 0 !important; border: 1px solid #fff; background: #e5e5e5; height: 1%; overflow: auto; }
.sceneThumbsData li { background: none !important; padding: 2px 5px !important; font-size: 11px; color: #8f8f8f; }
.sceneThumbsData .sceneThumbsName { float: left; text-align: left; }
.sceneThumbsData .sceneThumbsDate { float: right; text-align: right; }
.sceneWrapper h3 { margin-bottom: 5px; }
.sceneWrapper h2 { padding: 0; }

.sceneDetail { width: 950px; margin: 10px 10px 10px auto; overflow: hidden; height: 1%; }
#mainCont .sceneDetail h1 { padding: 10px 0 0 0; }
#mainCont .sceneDetail h4 { padding: 0 0 10px 0; font-size: 13px; font-weight: bold; font-style: normal; }
.sceneDetail .breadcrumb { font-size: 11px; }
.sceneImg { float: left; }
.sceneDetailImg { padding-right: 15px; }
.sceneDetailInfo { float: left; width: 450px; }
.sceneDetailActions { float: left; width: 120px; padding: 150px 0 10px 30px;; }
.extraImg { width: auto; display: inline-block; margin-top: 25px; background: #eaeaea; padding: 5px 5px 2px 3px; }
.extraImg img { margin-left: 2px; border: 1px solid #fff; }
.extraImg a:hover img { border: 1px solid #983177; }
.extraImg a img.active { border: 1px solid #983177; }

/* Blog */

.blogWrapper { width: 950px; margin: 10px 10px 10px auto; overflow: hidden; height: 1%; }
.blog { float: left; width: 730px; margin-right: 20px; }
.blog .blogEntry { padding: 10px 0; border-bottom: 1px solid #e8e8e8; overflow: hidden; height: 1%; }
.blog .blogImg { float: left; width: 340px; }
.blog .blogImg img { border: 1px solid #cacaca; }
.blog .blogData { float: left; width: 370px; }
#mainCont .blog .blogData h2 { font-family: "Times New Roman", Times, serif; font-size: 22px; color: #4d4d4d; font-weight: normal; font-style: normal; }
.blog .blogInfo { margin-bottom: 5px; }
.blog .blogInfo,
.blog .blogInfo * { font-family: "Times New Roman", Times, serif; font-size: 16px; color: #4d4d4d; }
.blog .blogInfo strong { font-weight: normal; }
.blog .blogExcerpt { padding: 5px 0 10px; font-size: 14px; color: #737474; }
.blog .blogLink { font-size: 11px; color: #b2149b; }
.blog .userCommentItem { padding: 0 20px 10px; }
.blog .userCommentItem .date { padding-top: 5px; font-size: 11px; }

.blogRight { float: left; width: 190px; padding-bottom: 15px; }
.blogRight .blogBl { padding: 10px 0; border-bottom: 1px dotted #cccccc; }
.blogRight h3 { padding: 0 0 5px 15px; font-family: "Times New Roman", Times, serif; font-size: 16px; color: #808080; }
.blogRight .blogBl ul { padding: 0; }
.blogRight .blogBl li { padding-left: 15px; background: none; }
.blogRight .blogBl li a { padding: 0; color: #333; text-decoration: none; }
.blogRight .blogBl li a:hover { color: #b2149b; }
.blogRight .blogBl li img { vertical-align: middle; margin: 5px 5px 5px 0; }

/* Products */

.breadcrumb { padding: 10px 0 0 0; font-size: 10px; color: #808080; }
.breadcrumb a { color: #808080; text-decoration: none; }
.breadcrumb a:hover { color: #cd66ac; }
.productDetails { padding: 10px 0; }
#id_product_table { margin-top: 10px; }
#id_product_table .price { font-weight: bold; color: #808080; line-height: 2em; }
#id_product_table .price strong { font-weight: bold; color: #cd66ac; }
#id_product_table h1 { padding-right: 50px; font-size: 21px; }

.productOrder { float: left; width: 370px; margin: 10px 0; border: 1px #c0c0c0; border-style: solid none; }
.productOrder label { float: left; display: block; width: 70px; font-size: 12px; font-weight: bold; }

.productActions { float: left; padding: 35px; }
.productActions a { padding-left: 14px; background: no-repeat 0 center; font-size: 10px; color: #808080; line-height: 1.8em; text-decoration: none; }
.productActions a.emailFriend { background-image: url(../images/ico_email.png); }
.productActions a.wishlist { background-image: url(../images/ico_wishlist.png); }
.productActions a.print {  background-image: url(../images/ico_print.png);}
.productActions a:hover { color: #cd66ac; }

.formButtons { clear: both; padding: 10px 35px; text-align: right; }
.formBt { width: auto !important; padding: 5px 25px 5px 25px; border: 0 none; background: #ecaf15; font-size: 12px; font-weight: bold; color: #fff; text-align: center; cursor: pointer; }
a.formBt { text-decoration: none; }
a.formBt:hover { color: #fff; }
.formBtEmpty,
.formBtReset,
a.formBtEdit { background: #cfa8bc;	 }
.formBtContinue { float: left; padding-left: 10px; background: url(../images/bullet_back.png) no-repeat 0 center; font-weight: bold; color: #9e9e9e; text-decoration: none; text-transform: uppercase; }
#div_add_button { padding-top: 10px; padding-left: 70px; }
.productBtCheckout { clear: left; padding-top: 10px; padding-left: 80px; }

/*.formButtons{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	float:left;
	width:99%;
}*/

/* Cart */

.cartTable { width: 920px; margin: 10px auto; }
.cartTable th { background: #ebebeb; padding: 8px; font-size: 12px; font-weight: normal; color: #777; text-align: center; }
.cartTable td { padding: 8px; color: #888; text-align: center; border-bottom:1px solid #D3E4D6; }
.cartTable .cartImg img { border: 1px solid #c0c0c0; }
.cartTable .cartProdName { padding-bottom: 5px; font-size: 12px; font-weight: bold; }
.cartTable .cartProdName a { color: #888; text-decoration: none; }
.cartTable .cartProdName a:hover { color: #cd66ac; }
.cartTable .cartProdAttr { font-size: 11px; line-height: 1.8em; font-weight: normal; }
.cartTable .cartDelete a { font-size: 11px; color: #888; text-transform: lowercase; text-decoration: none; line-height: 2em; }
.cartTable .cartDelete a:hover { color: #cd66ac; }
.cartTable .cartDelete img { margin-right: 5px; vertical-align: middle; }

.cartFreeShippingMsg { width: 900px; margin: 0px auto 20px auto; padding: 10px; background: #ffbbe7; text-align: center; font-weight: bold; color: #891463; }

.pageNavigation { font-size: 11px; }
.pageNavigation:first-word { font-weight: bold; }

/* Login and Signup */

.tableLogin { width: 920px; margin: 10px auto; }
.tableLogin p { padding-bottom: 15px; }

/* Wishlist */

.tableWishlist { width: 920px; margin: 10px auto; }
.tableWishlist th { background: #ebebeb; padding: 8px; font-size: 12px; font-weight: normal; color: #777; text-align: left; }
.tableWishlist td { padding: 8px; color: #888; text-align: left; font-size: 12px; }
.tableWishlist td a { color: #888; }

/* Checkout & payment */

.tableGift td { padding: 2px; }
.formContentHL { border: 1px solid #c0c0c0; }

/* Popups */

.tableEmailFriend td { padding-bottom: 5px; }
.tableEmailFriend .close { font-size: 11px; line-height: 2em; }

.tablePrint { width: 99%; margin: 5px auto; border: 2px solid #999; background: #fff; }
.tablePrint .TopBottomBar { padding: 5px; border-top: 1px solid #999; }
.tablePrint .logo img { margin: 8px; }

.contactInfo { float: left; width: 48%; padding-top: 25px; }
.contactForm { float: left; width: 48%; padding-top: 25px; margin-left: 3%; display: inline; }

.contactInfo h4,
.contactForm h4 { padding: 10px 0 5px 0; }

.contactForm td,
.contactInfo td,
.contactInfo .contactVenezuela { padding: 3px 6px; }
.contactForm textarea { width: 220px; height: 80px; }

.formTable { margin: 10px 0; }
.formTable td { padding: 2px; }
.formTable td a { color: #891463; }
.formTable td a:hover { color: #cd66ac; }

.invoiceAdittional textarea { width: 600px; height: 80px; }


/* --------------- CART --------------- */



.TopBottomBar{font-size:11px;
	background-color:#8A1464;
	height:25px;
	color:#FFFFFF;
}
A:ACTIVE.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:LINK.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:VISITED.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:HOVER.TopBottomBarLink{color:#FFFFFF;text-decoration:underline;}

.strike{
	text-decoration:line-through;
}
/** BOX STYLES **/
.BoxFrame{}

.BoxHeader{
	font-weight:bold;
	background-color:#D3E4D6;
	height:25px;
	padding-left:5px;
	padding-right:5px;
	color:#2C362E;
}
.BoxContent{
	font-weight:normal;
	padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;
	color:#451008;
}
.BoxText{
	background-color:#f6f6f6;
	color:#451008;
}
A:ACTIVE.BoxLink{color:#205370;text-decoration:none;}
A:LINK.BoxLink{color:#205370;text-decoration:none;}
A:VISITED.BoxLink{color:#205370;text-decoration:none;}
A:HOVER.BoxLink{color:#000000;text-decoration:underline;}

/** PAGE HEADER AND NAVIGATION					**/
.pageHeader{
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	margin:0px;
	color:#000000;
}


/** CATALOG ITEMS				 				**/
.CatalogNavigation{
	background-color:#F6F6F6;
	border-bottom:1px solid #D3E4D6;
}
.CatalogNavigation table tr td{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#F6F6F6;
	color:#666666;
}
.CatalogItemDark{
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:4px;
	color:#000000;
}
.CatalogItemLight{
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	padding:4px;
	color:#000000;
}

/** LISTS FOR CART ITEMS - USES CATALOG STYLES **/

.listHeader{
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	color:#000000;
}

.listItem{
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
}

/** FORMS										**/
/**NEW FORM STYLES**/

.formFieldSet{
	border:1px solid #89a8ad;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	/*border-style: outset;*/
	padding-bottom:10px;

}

.formContent{
	clear:both;
	float:left;
	padding-left:0px;
	width:99%;
}

.formSeparator{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:6px;
	color:#000000;
}

.formHeader{
	clear:both;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000;
	padding:5px;
}

.formLine{
	clear:both;
	float:left;
	width:100%;
}

.formCaption{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:right;
	width:40%;
}

.formControl{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
}

.formSpace{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
	padding-left:15px;
}

.formControlText{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:144px;color:#666666;
}

.formControlSelect{
	/*font-size:11px;*/
	font-style:normal;
	font-weight:normal;
	width:150px;color:#666666;
}


/**NEW FORM END**/

.FormItems{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:2px;
	color:#333333;
}

.formRemark{
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color:#999999;	
}

.ProductSubtitle{
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	margin:0px;
}

#fltCollections,
#fltAttr1,
#fltAttr2,
#fltAttr3,
#fltAttr4 { display: none }

.freeShippingHeader {
	margin-left: 380px; margin-top: 20px; float: left; position:absolute;
}

input.error {
	border:1px solid red;
	background-color:#FFCCCC;
}

ul.attrList{
	padding:0px;
	margin:0px;
}
ul.attrList li {
	display:inline-block;
	background: none;
	padding:0px;
	margin:0px;
}

ul.attrList li {
	width: 80px; min-height: 40px;
	display: -moz-inline-stack; /* Hack para Firefox 2.0 */
	display: inline-block;
	vertical-align: bottom;
	margin: 5px 3px 5px 0;
}
* html ul.attrList li {
        zoom: 1; /* Hack para IExplorer 7 */
        display: inline; /* Hack para IExplorer 7 */
        _height: 40px; /* Hack para IExplorer 6 */
}
*:first-child+html ul.attrList li {
        display: inline; /* Hack para IExplorer 7 */
}

