
/* ******************************************************************** */
/*      																*/
/*      GENERIC STYLES FOR ALL PAGES									*/
/*      SPECIFIC CLASSES AND IDS										*/
/*      FAUX INLINE STYLES												*/
/*      GENERIC FORM PROPERTIES											*/
/*      GENERIC TABLE PROPERTIES										*/
/*      STRUCTURE BLOCKS												*/
/*      																*/
/*      ROOT PAGE: LANGUAGE SELECTION									*/
/*      ROOT PAGE: STOREFRONT											*/
/*      ROOT PAGE: SITEMAP												*/
/*      																*/
/*      HEADER PROPERTIES (GENERIC)										*/
/*      HEADER: SHOPPING BAG WINDOW (POPUP)								*/
/*      NAVIGATION MENU (FOR NON-CATEGORY/NON-PRODUCT PAGES)			*/
/*      FOOTER															*/
/*      																*/
/*      ALERTBOXES														*/
/*      ACCOUNT PAGES													*/
/*      SPECIFIC: GIFT CARD												*/
/*      SPECIFIC: RMA & RETURNS											*/
/*      																*/
/* ******************************************************************** */



/* ================================================================= */
/* GENERIC STYLES FOR ALL PAGES */
/* ================================================================= */

*	{
	margin:0;
	padding:0;
	}

body {
	background-color:#fff;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:50% 0;
	font-size: .7em;
	font-family: arial, tahoma, helvetica, sans-serif;
	color: #000;
	overflow: -moz-scrollbars-vertical;
	}

body#mainbody {
	background-color:#fff;
	}

p	{
	margin:10px 0;
	}

a	{
	color:#000;
	}

a img {
	border: 0;
	}


ul, li	{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	display:block;
	float:left;
	}


em	{
	display:none;
	}

/* .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display:inline-block;} */ /* clearfix is dead! long live clearfix! */

h2	{
	font-size:1.5em;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	}

h4	{
	font-size:1.3em;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	}

div#textBlock h4 {
	margin-top:0;
	}

h5	{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	}



/* ================================================================= */
/* SPECIFIC CLASSES AND IDS */
/* ================================================================= */


div.note	{
	font-family:arial, helvetica;
	font-style:italic;
	margin-bottom:10px;
	}

div.labelNote	{
	font-family:arial, helvetica;
	font-style:italic;
	clear:both;
	color:#000;
	margin-bottom:10px;
	}

.red 	{
	color:#d00;
	display:block;
	margin:10px 0;
	}

.new {
	font-weight: normal;
	text-transform:uppercase;
	color:#000;
	}

.errorMessage	{
	color:#dd0000;
	font-weight:bold;
	font-size:1.0em;
	text-transform:uppercase;
	margin:10px 0;
	}

.mandatoryfields	{
	text-align:right;
	float:right;
	margin-right:5px;
	width:120px;
	}

div.separator	{
	height:20px;
	clear:left;
	}

.separatorWhite {
	display:none;
	}

.sale {
	color:#C10534;
	font-weight: normal;
	text-transform:uppercase;
	}



/* ================================================================= */
/* FAUX INLINE STYLES */
/* ================================================================= */


.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

.clearBoth {
	clear:both;
	}

.marginTop {
	margin-top:10px;
	}

.marginRight {
	margin-right:10px;
	}

.marginLeft {
	margin-left:10px;
	}

.marginBottom {
	margin-bottom:10px;
	}

.displayNone {
	display:none;
	}

.displayBlock {
	display:block;
	}

.alignRight {
	text-align:right;
	}

.noDecoration {
	text-decoration:none;
	}

.paddingTop {
	padding-top:10px;
	}

.paddingLeft {
	padding-left:10px;
	}

.paddingBottom {
	padding-bottom:10px;
	}

.hidden {
	height:1px !important;
	overflow:hidden;
	}


/* ================================================================= */
/* GENERIC FORM PROPERTIES */
/* ================================================================= */

fieldset {
	border:none;
	height:auto;
	}

.formWidth	{
	width:450px;
	}

.inputLine	{
	/* width:250px;
	height:30px; */
	float:left;
	}

label	{
	float:left;
	clear:left;
	width:140px;
	/* height:20px; */
	line-height:20px;
	margin:5px 0;
	}

label.fieldLabel_error	{
	color:#d00;
	font-weight:bold;
	}

input	{
	float:left;
	font-size:11px;
	margin:5px 0;
	width:158px;
	height:18px;
	border:solid 1px #000;
	color: #000;
	}

input.checkbox	{
	width:14px;
	height:14px;
	margin-right:5px;
	border:none;
	clear:left;
	}
div.checkBox {
	margin: 5px 0;
	width: 260px;
	}
.checkBox .radioText {
	display: block;
	float: left;
	line-height: 20px;
	margin-right: 20px;
	}
.checkBox input.checkbox {
	clear: none;
	}
select	{
	font-size:1.0em;
	margin:5px 0;
	width:158px;
	height:18px;
	border:solid 1px #000;
	color: #000;
	}

textarea	{
	font-family:arial, helvetica;
	font-size:1.0em;
	margin:5px 0;
	width:158px;
	height:60px;
	border:solid 1px #000;
	color: #000;
	}

div.buttons	{
	clear:left;
	display:block;
	width:300px;
	height:28px;
	text-align:right;
	margin:2px 0 20px 0;
	padding-top:5px;
	}

div.buttons input {
	margin:0;
	float:right;
	height:26px;
	}

.mainButton, .mainButtonFloat {
	cursor: pointer;
	width: auto;
	font-family: arial, tahoma;
	background-color: #000;
	color: #fff;
	border: none;
	margin: 10px 0;
	padding: 5px 20px;
	font-size:1.0em;
	}

.inputShort	{
	width:60px;
	}

.inputXShort	{
	width:44px;
	margin-right:5px;
	}
form#newsLetterForm select.inputXShort{
	width:56px;
}
.inputMonth {
	width:50px;
	}

.inputYear {
	width:50px;
	}

.inputShortMonth {
	width:60px;
	margin-right:5px;
	}

div.checkBox div.inputLine {
	width:300px;
	height:35px;
	padding-top:5px;
	}

label.orderLocationLabel {
	height:30px;
	line-height:13px;
	}

label.fieldLabel {
	height:20px;
	line-height:20px;
	margin:5px 0;
	}

input.orderLocationInput {
	margin-top:10px;
	}

div.textareaLine {
	clear:left;
	}
input.radio{
	width:auto;
	height:auto;
	margin:5px 5px 5px 0;
}
textarea#unsubscribeTextarea{
	width:320px;
	height:125px;
}

/* ================================================================= */
/* GENERIC TABLE PROPERTIES */
/* ================================================================= */

.simpleTable {
	width: 100%;
	clear:both;
	border-right: 1px solid #c0c0c0;
	background:#fff;
	}

.onBannerPage {
	width:540px;
	}


.simpleTable tbody th {
	background:#000;
	color:#fff;
	padding:5px;
	}

.simpleTable td {
	height:20px;
	padding:0 5px;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	}

.simpleTable thead th {
	background: #000;
	text-align: center;
	color: #F5F4F2;
	font-weight: bold;
	height: 20px;
	}

.simpleTable td.subtotal, .simpleTable td.shipping, .simpleTable td.taxes, .simpleTable td.total, .simpleTable td.grandtotal {
	text-align:right;
	background:#e0e0e0;
	}

.simpleTable td.grandtotal {
	font-weight:bold;
	}

.simpleTable td a {
	text-decoration:none;
	color:#000;
	}

.simpleTable td a:hover {
	text-decoration:underline;
	}


/* ================================================================= */
/* STRUCTURE BLOCKS */
/* ================================================================= */

div#container {
	width: 875px;
	margin:0 auto;
	}

div#headerBlock {
	width:875px;
	height:66px;
	margin:0;
	}

div#pageBlock	{
	width: 875px;
	background-repeat:no-repeat;
	}

div#storeNav, div#sectionsNav	{
	clear:both;
	width:875px;
	height:30px;
	/* background-color: #000; */
	background-image:url('/static/images/www/shared/backNavTrans.png');
	}
div#storeNav	{
	position: relative;
	}
div.contentPageNavNoSubNavigation { margin-bottom: 6px; }
div#sectionsNav,
div.contentPageNav	{
	padding-bottom: 90px;
	margin-bottom: 6px;
	}

div#mainBlock	{
	clear:both;
	width:875px;
	overflow:hidden;
	background-repeat:no-repeat;
	color:#000;
	}

/* Depending on the background banner that is chosen, the margin of the MAINBLOCK div changes */

div.mainStyleA {/*padding-top:0px; height:420px;*/}
div.mainStyleB {/*padding-top:90px; padding-bottom:20px;*/}
div.mainStyleC {/*padding:190px; padding-bottom:20px;*/}
div.mainStyleD {/*padding-top:300px; padding-bottom:20px;*/}
div.mainStyleE {/*padding-top:90px; padding-bottom:20px;*/}																			/* style E (no header or banner): */


div#footerBlock	{
	width:875px;
	height:66px;
	clear:both;
	display:block;
	margin:0;
	margin-bottom: 6px;
	}
body.home div#footerBlock	{
	margin-top: 0;
	}
div#belowFooterBlock	{
	text-align: center;
	padding-bottom: 20px;
	}

div#textBlock {
	background-color: #fff;
	padding:10px;
	width:855px;
	overflow: hidden;
	}

div#leftBanner	{
	width:300px;
	height:450px;
	background:#fff;
	float:left;
	}

div#rightStore	{
	width:540px;
	float:left;
	margin-left:10px;
	}

div#rightCustomer	{
	width:540px;
	float:left;
	margin-left:10px;
	}

div#rightGoldCard	{
	width:540px;
	float:left;
	margin-left:10px;
	display:inline;
	}


/* ================================================================= */
/* ROOT PAGE: LANGUAGE SELECTION */
/* ================================================================= */

div#languageSelectionBanner	{
	margin:20px auto;
	text-align:center;
	font-size:2.0em;
	width:600px;
	height:380px;
	line-height:380px;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-color:#e0e0ff;
}

div#languageSelectionBanner	a {
	margin:10px;
	}

/* ================================================================= */
/* ROOT PAGE: STOREFRONT */
/* ================================================================= */

body#store {
	background-color:#e2f4f8;
	}

div#mainBanner	{
	background-repeat:no-repeat;
	clear:both;
	color:#000;
	overflow:hidden;
	width:875px;
	height:520px;
	padding-top:0px;
	/*position: relative;*/
	}

div#mainBannerReg	{
	clear:both;
	color:#000;
	overflow:hidden;
	padding-right:55px;
	width:945px;
	height:420px;
	padding-top:0px;
	}

div#mainBanner div#mainBannerOne	{
	width:438px;
	height:100px;
	margin-top: 420px;
	line-height:100px;
	overflow:hidden;
	position:absolute;
	z-index:100;
	}

div#mainBanner div#mainBannerTwo	{
	width:437px;
	height:100px;
	margin-top:420px;
	margin-left: 438px;
	overflow:hidden;
	position:absolute;
	z-index:99;
	}
div#mainBanner div#mainBannerOne img,
div#mainBanner div#mainBannerTwo img {
	display: block;
	}

/* ================================================================= */
/* ROOT PAGE: SITE MAP */
/* ================================================================= */

.siteMap ul	{
	display:block;
	float:left;
	width:200px;
	margin-bottom:20px;
	}

.siteMap ul li {
	clear:both;
	margin:0;
 	width:165px;
	display:list-item;
	list-style-type:none;
	list-style-position:outside;
	float:none;
	margin-left:10px;
	width:170px;
	}

.siteMap ul li.siteMapTitle {
	list-style-type:none;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	}

.siteMap ul li ul {
	width:170px;
	}

.siteMap ul li ul li {
	width:150px;
	padding-left:10px;
	}

.siteMap a	{
	text-decoration:none;
	}


/* ================================================================= */
/* HEADER PROPERTIES (GENERIC) */
/* ================================================================= */

div#headerBlock div#title	{
	display:block;
	width:200px;
	height:66px;
	float:left;
	cursor: pointer;
	position:absolute;
	}

div#headerBlock div#title h1 a	{
	display:block;
	width:200px;
	height:30px;
	background-image:url('/_static/images/www/shared/logo.png');
	background-repeat:no-repeat;
	margin-top:17px;
	text-indent:-99999px;
	cursor: pointer;
	}

div#headerBlock div#topNavigation {
	display:block;
	float:right;
	height:16px;
	line-height:16px;
	margin-top:10px;
	}

div#headerBlock div#topNavigation ul li {
	padding-right:5px;
	margin-right:5px;
	height:16px;
	}

div#headerBlock div#topNavigation ul li#shoppingBagLI {
	border-right: 0px;
	padding-right:0;
	margin-right:0;
	padding-left:5px;
	}

div#headerBlock div#topNavigation a {
	text-decoration:none;
	color:#000;
	text-transform:lowercase;
	}

div#headerBlock div#topNavigation a:hover{
	text-decoration:underline;
	}

div#headerBlock div#topNavigation div#searchTitle {
	float:left;
	color:#000;
	margin-right:10px;
	font-weight:bold;
	}

div#headerBlock div#topNavigation input.searchField {
	float:left;
	margin-right:5px;
	margin-top:1px;
	width:100px;
	height:12px;
	font-family:arial;
	font-size:9px;
	padding-left:5px;
	border:solid 1px #000;
	}

div#headerBlock div#topNavigation input.searchGo	{
	width: 16px;
	height: 16px;
	padding: 0;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	margin:0;
	}

div#headerBlock div#topNavigation ul li#shoppingBagLI a, div#headerBlock div#topNavigation #shoppingBag, div#headerBlock div#topNavigation #shoppingBagCount	{
	float:left;
	}

div#headerBlock div#topNavigation input.bag	{
	width: 16px;
	height: 16px;
	padding: 0;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	margin:0 0 0 5px;
	}


div#headerBlock div#shoppingBagWindow {
	display: block;
	width: 150px;
	/* height:75px; */
	background-color: #E6ECF0;
	margin: 46px 0 0 715px;
	position: absolute;
	z-index:100001;
	border:solid 5px #E6ECF0;
	overflow:hidden;
	}

div#headerBlock div#shoppingBagWindow .closeX	{
	width:150px;
	height:12px;
	padding:0;
	text-align:right;
	}

div#headerBlock div#shoppingBagWindow .closeX a {
	display:block;
	float:right;
	width:12px;
	height:12px;
	line-height:12px;
	color: #000;
	font-weight: bold;
	padding:0;
	/* margin:-5px -5px 0 0; */
	text-decoration:none;
	font-size: 14px;
	text-align:center;
	}
div#headerBlock div#shoppingBagWindow .closeX a:hover {
	color: #E6ECF0;
	background-color: #000;
	}

div#headerBlock div#shoppingBagWindow #ShoppingBagtext	{
	padding: 10px 0 20px 0;
	}


div#headerBlock div#shoppingBagWindow ul	{
	float: right;
	}
div#headerBlock div#shoppingBagWindow li	{
	display:inline;
	float:left;
	width:69px;
	height:20px;
	margin:0 0 0 5px;
	line-height:20px;
	text-align:center;
	background:#000;
	text-transform:lowercase;
	}

div#headerBlock div#shoppingBagWindow li a	{
	display:block;
	color:#c0c0c0;
	text-decoration:none;
	text-align:center;
	width:69px;
	height:20px;
	}

div#headerBlock div#shoppingBagWindow li a:hover	{
	display:block;
	color:#ffffff;
	}



/* ============================================================================ */
/* HEADER: SHOPPING BAG WINDOW (POPUP) */
/* ============================================================================ */


div#empty	{
	background:#fff;
	text-align:center;
	font-size:1.4em;
	padding-top:50px;
	font-weight:bold;
	height:200px;
	}

div.shoppingBagContainer {
	float:left;
	width:80%; height:80%;
	text-align:center;
	z-index:90;
	}

div.overlayBG	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#666;
	filter: alpha(opacity=45);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	-moz-opacity: 0.45; opacity:0.45;
	z-index:100000;
	}

.shoppingBagFrameInvisible	{
	z-index:100000;
	position:absolute;
	left:50%;
	top:160px;
	margin-left:-360px;
	width:770px;
	height:350px;
	}

div.opaqueBG {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-360px;
	width:780px;
	height:405px;
	background:#fff;
	border: 5px solid #000;
	z-index:100001;
	text-align:left;
	}

div#shopBag input#windowClose	{
	float:right;
	background-color:#000;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	height:18px;
	padding:0 0 3px 3px;
	width:20px;
	border:0;
	text-transform:uppercase;
	margin:0 0 0 0;
	}

div#shopBag h2	{
	margin:0 0 0 25px;
	font-size:1.6em;
	color:#000;
	width:200px;
	height:40px;
	line-height:40px;
	}

.minimumOrder {
	position:absolute;
	top:370px;
	width:450px;
	left:25px;
	height:20px;
	color:#C10534;
	font-size:10px;
	z-index:11;
	text-align:left;
}

div#shopBag #orderSumBar	{
	clear:both;
	color:#fff;
	display:inline;
	float:left;
	height:20px;
	margin:0 0 0 25px;
	line-height:20px;
	text-align:center;
	background:#000;
	width:730px;
	}

div#shopBag .prodTitle, div#shopBag .brandTitle, div#shopBag .colorTitle, div#shopBag .sizeTitle, div#shopBag .priceTitle, div#shopBag .priceTitle, div#shopBag .qtyTitle, div#shopBag .totalTitle, div#shopBag .removeTitle {
	float:left;
	}

div#shopBag .prodTitle		{width:222px;}
div#shopBag .brandTitle		{width:142px;}
div#shopBag .colorTitle		{width:113px;}
div#shopBag .sizeTitle		{width:94px;}
div#shopBag .priceTitle		{width:74px;}
div#shopBag .qtyTitle		{width:74px;}
div#shopBag .totalTitle		{width:74px;}
div#shopBag .removeTitle	{width:77px; height:20px;}

.shoppingBagContainer .opaqueBG .shoppingBagFrame {
	width:778px;
	height:250px;
	overflow-y : auto;
	overflow-x : hidden;
	border:none;
	background:#fff;
	z-index:110;
	}

body.shoppingCartDetailsBody {
	background:#fff;
	padding:0;
	margin:0;
	}

body.shoppingCartDetailsBody div#orderSumCont {
	width:730px;
	clear:both;
	margin-left:25px;
	font-size:11px;
	margin-top:0;
	overflow: hidden;
	}

div#orderSumCont .prodImage, div#orderSumCont .prodContent, div#orderSumCont .colorContent, div#orderSumCont .sizeContent, div#orderSumCont .priceContent, div#orderSumCont .qtyContent, div#orderSumCont .totalContent, div#orderSumCont .removeContent {
	float:left;
	border-left:solid 1px #b0b0b0;
	border-bottom:solid 1px #b0b0b0;
	height:90px;
	overflow:hidden;
	text-align:center;
	background-color:#efefef;
	}

div#orderSumCont .prodImage	{width:221px;}
div#orderSumCont .prodContent	{width:140px;}
div#orderSumCont .colorContent	{width:112px;}
div#orderSumCont .sizeContent	{width:93px;}
div#orderSumCont .priceContent	{width:73px;}
div#orderSumCont .qtyContent	{width:73px;}
div#orderSumCont .totalContent	{width:73px;}
div#orderSumCont .removeContent	{width:77px; border-right:solid 1px #c0c0c0;}

div#orderSumCont .prodImage a.prodImageImg {
	display: block;
	float: left;
	}
div#orderSumCont .prodImage a.prodImageImg img {
	display: block;
	}

div#orderSumCont span.text {
	display:block;
	font-size:9px;
	margin:40px 0 0 0;
	}

div#orderSumCont div.sizeContent span.text {
	margin-top:0;
	}

div#orderSumCont .shopBagDropdown {
	width:75px;
	font-size:0.9em;
	height:16px;
	font-family:arial, tahoma;
	margin:35px 0 0 0;
	}

div#orderSumCont .shopBagDropdownShort {
	width:45px;
	font-size:0.9em;
	height:16px;
	font-family:arial, tahoma;
	margin:35px 0 0 0;
	}

div#orderSumCont .buttonRemove {
	font-size:9px;
	font-family:arial, tahoma;
	width:60px;
	height:18px;
	line-height:12px;
	border:solid 1px #000;
	color:#fff;
	cursor:pointer;
	background:#000;
	margin:35px 0 0 0;
	}

div#shopBag div#savings	{
	margin:10px 0 0 0 ;
	text-align:right;
	padding-right:10px;
	}

div#shopBag div.buttonHolder {
	float:right;
	width:450px;
	}

div#shopBag div.buttonHolder button	{
	height:28px;
	float:right;
	background-color:#000;
	color:#fff;
	width:205px;
	border:none;
	font-family:arial, tahoma;
	padding:5px 0;
	text-transform:uppercase;
	font-size:1.1em;
	margin:25px 10px 20px 0;
	display:inline;
	}


div#shopBag div.buttonHolder button.shoppingCartCheckoutGrey	{
	background-color:#909090;
	color:#c0c0c0;
	}

/* ================================================================= */
/* NAVIGATION MENU (FOR NON-CATEGORY/NON-PRODUCT PAGES) */
/* ================================================================= */

div#storeNav ul#categoryNavigation	{
	height:30px;
	}

div#storeNav ul#categoryNavigation li	{
	height:30px;
	}

div#storeNav ul#categoryNavigation li a	{
	display:block;
	margin:0 0 0 0px;
	/*padding-right:25px;*/
	height:30px;
	background-repeat:no-repeat;
	color:#fff;
	white-space:nowrap;
	}

div#storeNav ul#categoryNavigation li#women,div#storeNav ul#categoryNavigation li#Girls {width:121px;}
div#storeNav ul#categoryNavigation li#men,div#storeNav ul#categoryNavigation li#Guys	{width:121px;}
div#storeNav ul#categoryNavigation li#clearance {width:121px;}
div#storeNav ul#categoryNavigation li#femmes {width:121px;}
div#storeNav ul#categoryNavigation li#hommes	{width:121px;}
div#storeNav ul#categoryNavigation li#liquidation {width:121px;}
div#storeNav ul#categoryNavigation li#topMenuBanner {width:512px;height:30px;}
div#storeNav ul#categoryNavigation li#topMenuBannerfre {width:512px;height:30px;}

ul#categoryNavigation li#women	a {background-image:url('/static/images/www/eng/categoryWomen.jpg'); width:120px;  border-right:solid 1px #fff;}
ul#categoryNavigation li#Girls	a {background-image:url('/static/images/www/eng/categoryWomen.jpg'); width:120px;  border-right:solid 1px #fff;}
ul#categoryNavigation li#men a	{background-image:url('/static/images/www/eng/categoryMen.jpg'); width:120px; border-right:solid 1px #fff;}
ul#categoryNavigation li#Guys a	{background-image:url('/static/images/www/eng/categoryMen.jpg'); width:120px; border-right:solid 1px #fff;}
ul#categoryNavigation li#clearance a {background-image:url('/static/images/www/eng/categoryClearance.jpg'); width:120px;border-right:solid 1px #fff;}
ul#categoryNavigation li#femmes a {background-image:url('/static/images/www/fre/categoryWomen.jpg'); width:120px;  border-right:solid 1px #fff;}
ul#categoryNavigation li#hommes a	{background-image:url('/static/images/www/fre/categoryMen.jpg'); width:120px; border-right:solid 1px #fff;}
ul#categoryNavigation li#liquidation a {background-image:url('/static/images/www/fre/categoryClearance.jpg'); width:120px; border-right:solid 1px #fff;}

ul#categoryNavigation li a:hover, ul#categoryNavigation li:hover a {background-position:0 -30px;}


div#storeNav ul#categoryNavigation li ul.level2	{
	display:none;
	position:absolute;
	left:0px;
	top: 0;
	z-index:100;
	padding:5px;
	min-height:50px;
	height:auto !important;
	height:50px;
}
div.contentPageNav ul#categoryNavigation li ul.level2	{
	background-image: none !important;
}
div#storeNav ul#categoryNavigation li ul.column1	{
	width:110px;
}
div#storeNav ul#categoryNavigation li ul.column2	{
	width:220px;
}
div#storeNav ul#categoryNavigation li ul.column3	{
	width:330px;
}
div#storeNav ul#categoryNavigation li ul.column4	{
	width:440px;
}
div#storeNav ul#categoryNavigation li ul.column5	{
	width:550px;
}
div#storeNav ul#categoryNavigation li ul.column6	{
	width:220px;
}

div#storeNav ul#categoryNavigation li.showSub ul.level2	{
	display:block;
	}

div#storeNav ul#categoryNavigation li > ul.level2 {
	left:auto;
	top:auto;
	}

div#storeNav ul#categoryNavigation li:hover ul.level2, div#storeNav ul#categoryNavigation li.sfhover ul.level2,
div#storeNav ul#categoryNavigation li:hover div.opaque, div#storeNav ul#categoryNavigation li.sfhover div.opaque	{
	display:block;
	}

div#storeNav ul#categoryNavigation li ul.level2 li 	{
	width:110px;
	height:15px;
	overflow:hidden;
	display:inline;
	margin:0;
	padding:0;
	}

ul#categoryNavigation li#women ul.level2 li a,
ul#categoryNavigation li#Girls ul.level2 li a,
ul#categoryNavigation li#men ul.level2 li a,
ul#categoryNavigation li#Guys ul.level2 li a,
ul#categoryNavigation li#femmes ul.level2 li a,
ul#categoryNavigation li#hommes ul.level2 li a {
	width:105px;
	line-height:15px;
	margin:0 0 0 5px;
	padding:0;
	text-decoration:none;
	background-image: none;
}
div#storeNav ul#categoryNavigation li ul.level2 li:hover, div#storeNav ul#categoryNavigation li ul.level2 li a:hover	{
	background-color:#000;
	}
div#storeNav ul#categoryNavigation li div { /* second-level lists */
	position: absolute;
	z-index: 100;
	padding: 0;
	width: 875px;
	height: 90px;
	background-color: #4d4d4d;
	/*filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;*/
	top: 30px;
	left: 0;
	overflow: hidden;
	display: none;
}
div.contentPageNav ul#categoryNavigation li div { /* second-level lists */
	background-color: transparent !important;
	filter:alpha(opacity=100) !important;
	opacity: 1.0 !important;
}
div#storeNav ul#categoryNavigation li:hover div,
div#storeNav ul#categoryNavigation li.sfhover div {  /* lists nested under hovered list items */
	display: block;
}
div#storeNav ul#categoryNavigation li#women ul {
	padding-left: 5px;
}
div#storeNav ul#categoryNavigation li#Girls ul {
	padding-left: 5px;
}

div#storeNav ul#categoryNavigation li#men ul,
div#storeNav ul#categoryNavigation li#Guys ul,
div#storeNav ul#categoryNavigation li#hommes ul {
	padding-left: 125px;
}
/* ================================================================= */
/* NAVIGATION MENU (FOR PRODUCT PAGES) */
/* ================================================================= */

div#sectionsNav ul#categoryNavigation	{
	height:30px;
	}

div#sectionsNav ul#categoryNavigation li {
	position:relative;
	height:30px;
	}

div#sectionsNav ul#categoryNavigation li a {
	display:block;
	margin:0 0 0 0px;
	/*padding-right:25px;*/
	height:30px;
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
	}

div#sectionsNav ul#categoryNavigation li#women 		{width:121px;}
div#sectionsNav ul#categoryNavigation li#men		{width:121px;}
div#sectionsNav ul#categoryNavigation li#femmes 	{width:121px;}
div#sectionsNav ul#categoryNavigation li#hommes		{width:121px;}
div#sectionsNav ul#categoryNavigation li#clearance 	{width:121px;}
div#sectionsNav ul#categoryNavigation li#liquidation 	{width:121px;}
div#sectionsNav ul#categoryNavigation li#topMenuBanner {width:512px;height:30px;}
div#sectionsNav ul#categoryNavigation li#topMenuBannerfre {width:512px;height:30px;}

div#sectionsNav ul#categoryNavigation li#women a {background-image:url('/static/images/www/eng/categoryWomen.jpg'); width:120px; border-right:solid 1px #fff;}
div#sectionsNav ul#categoryNavigation li#men a {background-image:url('/static/images/www/eng/categoryMen.jpg');width:120px; border-right:solid 1px #fff;}
div#sectionsNav ul#categoryNavigation li#clearance a {background-image:url('/static/images/www/eng/categoryClearance.jpg'); width:120px;border-right:solid 1px #fff;}
div#sectionsNav ul#categoryNavigation li#femmes a {background-image:url('/static/images/www/fre/categoryWomen.jpg'); width:120px; border-right:solid 1px #fff;}
div#sectionsNav ul#categoryNavigation li#hommes a	{background-image:url('/static/images/www/fre/categoryMen.jpg');width:120px; border-right:solid 1px #fff;}
div#sectionsNav ul#categoryNavigation li#liquidation a {background-image:url('/static/images/www/fre/categoryClearance.jpg'); width:120px;border-right:solid 1px #fff;}

div#sectionsNav ul#categoryNavigation li a:hover, div#sectionsNav ul#categoryNavigation li.showSub a {background-position:0 -30px;}

div#sectionsNav ul#categoryNavigation li ul.level2	{
	display:none;
	position:absolute;
	left:0px;
	top:30px;
	z-index:100;
	padding:5px;
	min-height:50px;
	height:auto !important;
	height:50px;
}
div#sectionsNav ul#categoryNavigation li ul.column1	{
	width:110px;
}
div#sectionsNav ul#categoryNavigation li ul.column2	{
	width:220px;
}
div#sectionsNav ul#categoryNavigation li ul.column3	{
	width:330px;
}
div#sectionsNav ul#categoryNavigation li ul.column4	{
	width:440px;
}
div#sectionsNav ul#categoryNavigation li ul.column5	{
	width:550px;
}
div#sectionsNav ul#categoryNavigation li ul.column6	{
	width:220px;
}

div#sectionsNav ul#categoryNavigation li.showSub ul.level2	{
	display:block;
	}

div#sectionsNav ul#categoryNavigation li > ul.level2 {
	left:auto;
	top:auto;
	}


div#sectionsNav ul#categoryNavigation li ul.level2 li 	{
	width:110px;
	height:15px;
	overflow:hidden;
	display:inline;
	margin:0;
	padding:0;
	}

div#sectionsNav ul#categoryNavigation li#women ul.level2 li a,
div#sectionsNav ul#categoryNavigation li#men ul.level2 li a,
div#sectionsNav ul#categoryNavigation li#femmes ul.level2 li a,
div#sectionsNav ul#categoryNavigation li#hommes ul.level2 li a {
	width:105px;
	line-height:15px;
	margin:0 0 0 5px;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
	background-image: none;
	}

div#sectionsNav ul#categoryNavigation li ul.level2 li:hover, div#sectionsNav ul#categoryNavigation li ul.level2 li a:hover	{
	background-color:#000;
	}

div#sectionsNav ul#categoryNavigation li#women ul.level2 li.selected a,
div#sectionsNav ul#categoryNavigation li#men ul.level2 li.selected a,
div#sectionsNav ul#categoryNavigation li#femmes ul.level2 li.selected a,
div#sectionsNav ul#categoryNavigation li#hommes ul.level2 li.selected a	{
	font-weight:bold;
	text-transform:uppercase;
	}



/* ================================================================= */
/* FOOTER */
/* ================================================================= */

div#footerBlock ul {
	margin:17px 25px 17px 15px;
	}

div.footerfre ul {
	margin:17px 6px 17px 6px !important;
	}

div#footerBlock ul li {
	clear:left;
	height:16px;
	}

div#footerBlock ul li a {
	text-decoration:none;
	color: #fff;
	}

div#footerBlock ul li a:hover {
	text-decoration:none;
	}

div#footerBlock div#mailingList {
	width: 280px;
	height:66px;
	float: right;
	}

div#footerBlock div#mailingList input {
	border: solid 1px #000;
	background-color: #fff;
	float: left;
	font-size:1em;
	padding:3px;
	}

div#footerBlock div#mailingList input.textField {
	width: 150px;
	height:15px;
	margin:21px 0 21px 60px;
	}

div#footerBlock div#mailingList input.button {
	width:30px;
	height:22px;
	margin:21px 10px;
	font-size:1.1em;
	font-family:arial, tahoma,sans-serif;
	color:#000;
	}




/* ================================================================= */
/* ALERTBOXES */
/* ================================================================= */

/* === FOR ALL ALERTBOXES ========================================== */

div#alertbox	{
	border:solid 1px #fff;
	color:#3D4341;
	position:absolute;
	text-align:left;
	z-index:1001;
	}

div#alertBoxContent	{
	border:solid 5px #000;
	background:#EFEFEF;
	}

div#alertBoxCloseButton	{
	clear:both;
	height:18px;
	text-align:right;
	}

div#alertBoxCloseButton button {
	float:right;
	background-color:#000;
	width:20px;
	height:18px;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:0 0 3px 3px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;

	}

div#alertBoxScroller	{
	padding:0 10px;
	margin:0 0 10px 0;
	overflow-x:hidden;
}


div#alertBoxScroller h1 {margin-bottom:6px;}
div#alertBoxScroller h2 {margin-bottom:0;margin-top: 0;}
div#alertBoxScroller h3 {margin-bottom:6px; font-size: 1em;}
div#alertBoxScroller h4 {margin-bottom:6px;margin-top: 0;font-weight:bold; }
div#alertBoxScroller p  {margin-bottom: 5px;}


/* === EMPTY SHOPPING CART ======================================================== */

.fieldEmpty {
	width:300px;
	height:100px;
	}

.fieldEmpty #alertBoxScroller {
	height:62px;    /* HEIGHT OF SCROLLER: popup minus 5+5 (borders), minus 18 (close button), minus 10 (bottom padding) */
	overflow-y:auto;
	overflow-x:hidden;
	}

/* === QUICKVIEW ================================================================== */

.alertboxQuickView {
	width:500px;
	height:328px;
	}

.alertboxQuickView div#alertBoxContent	{
	background:#fff;
	}

.alertboxQuickView #alertBoxScroller	{
	height: 290px;
	background-color:#fff;
}

.alertboxQuickView #alertBoxScroller p	{
	}

/* === CREDIT CARD ================================================================ */

.cvcInfo {
	width:300px;
	height:228px;
	}

.cvcInfo #alertBoxScroller {
	height:190px;
	}

/* === SEND TO A FRIEND =========================================================== */

.productDetailsWindow {
	width:380px;
	height:348px;
	}

.productDetailsWindow #alertBoxScroller {
	height:310px;
	}

.productDetailsWindow #alertBoxScroller h2 {
	width:180px;
	float:left;
	}

.productDetailsWindow #alertBoxScroller .mandatoryfields {
	padding-top:5px;
	margin-bottom:10px;
	width:120px;
	}

.productDetailsWindow #alertBoxScroller form#sendProductDetails {
	width:350px;
	}

.productDetailsWindow #alertBoxScroller div.inputLine, .productDetailsWindow #alertBoxScroller div.textareaLine {
	width:350px;
	}

.productDetailsWindow #alertBoxScroller div.textareaLine {
	height:50px;
	}

.productDetailsWindow #alertBoxScroller label {
	display:block;
	float:left;
	clear:left;
	width:130px;
	font-size:1.1em;
	}

.productDetailsWindow #alertBoxScroller .SendFriend_error {
	font-weight:bold;
	}

.productDetailsWindow #alertBoxScroller div.inputLine input, .productDetailsWindow #alertBoxScroller div.textareaLine textarea {
	border:solid 1px #000;
	width:210px;
	float:left;
	}

.productDetailsWindow #alertBoxScroller div.textareaLine textarea {
	height:50px;
	}

.productDetailsWindow #alertBoxScroller button {
	font-size:1.1em;
	float:right;
	margin-right:20px;
	text-transform:uppercase;
	margin-top:0;
	}

form#sendProductDetails .hiddenField {
	display:none;
	}

/* === PASSWORD REQUEST ============================================================== */

.userLostPassword {
	width:340px;
	height:228px;
	}

.userLostPassword div#customerserviceBlock	{
	overflow:hidden;
	}

.userLostPassword #alertBoxScroller	{
	height:190px;
	}

.userLostPassword #alertBoxScroller	label {
	margin-left:10px;
	width:130px;
	font-size:1.1em;
	}

.userLostPassword #alertBoxScroller	input.button {
	text-transform:uppercase;
	}

/* === RMA/RETURNS ERROR MESSAGE ======================================================= */

.rmaWindowError {
	width:250px;
	height:78px;
	}

.rmaWindowError #alertBoxScroller	{
	height:40px;
	font-size:1.0em;
	}


/* === ERRORS WITH PROFILE ============================================================= */

.profileCreateError {
	width:340px;
	height:108px;
	}

.profileCreateError #alertBoxScroller	{
	height:70px;
	overflow-y:auto;
	}


/* === OTHERS ========================================================================= */

.alertboxQuantityErr {
	width:340px;
	height:128px;
	z-index: 1001;
	}

.alertboxQuantityErr #alertBoxScroller	{
	height:90px;
	}


.alertboxSmall {
	width:340px;
	height:90px;
	}

.alertboxSmall #alertBoxContent {
	height:90px;
	}

.alertboxSmall #alertBoxContent #alertBoxScroller {
	margin:5px; height:90px;
	overflow-y:auto; overflow-x:hidden;
	}


.addToBagWindow {
	width:340px;
	height:128px;
	}

.addToBagWindow #alertBoxScroller	{
	height:90px;
	}

.addToBagWindowError {
	width:240px;
	height:128px;
	}

.addToBagWindowError #alertBoxScroller	{
	height:90px;
	overflow-y:auto;
	margin-bottom:10px;
	}

#shoppingBagWindow iframe.hideDropDowns	{
	display:none;
	}

.addToBagOnPageError {
	width:240px;
	height:108px;
	}

.addToBagOnPageError #alertBoxScroller	{
	height:90px;
	}



/* ================================================================= */
/* ACCOUNT PAGES */
/* ================================================================= */

div#myAccountMenuBlock, div#newsletterLeftBlock	{
	width:165px;
	/*margin-right: 6px;*/
	float:left;
	background-image:url('/static/images/www/shared/blackTrans.png');
	color:#fff;
	padding: 10px;
	}

form#newsLetterForm	{
	width:400px;
	float:left;
	}

form#newsLetterForm input.mainButton {
	clear:both;
	float:right;
	margin-right:100px;
	height:26px;
}
form#newsLetterForm	.checkBox{
	width:400px;
	clear:both;
	float:left;
	}
div#myAccountMenuBlock h4 {
	color:#fff;
	}

div#myAccountMenuBlock	a {
	color:#fff;
	font-weight:bold;
	}

div#myAccountMenuBlock ul	{
	clear:left;
	margin:0 0 20px 0px;
	width:165px;
	display:inline;
	}

div#myAccountMenuBlock ul li	{
	clear:both;
	margin:0;
 	width:165px;
	display:list-item;
	list-style-type:disc;
	list-style-position:inside;
	float:none;
	}

div#myAccountMenuBlock ul li a	{
	text-decoration:none;
	}

div#myAccountMenuBlock ul li a:hover	{
	text-decoration:underline;
	}

div#myAccountMenuBlock ul.closestStore li	{
	display:block;
	list-style-type:none;
	list-style-position:inside;
	float:left;
	width:140px;
	margin-left:10px;
	}

div#rightContentBlock	{
	background-color: #fff;
	width: 664px;
	float: right;
	padding: 10px;
	min-height:250px;
	height:250px;
	height:auto;
	}
div#rightContentBlock h1,
div#rightContentBlock h2,
div#rightContentBlock h3,
div#rightContentBlock h4,
div#rightContentBlock h5,
div#myAccountMenuBlock h1,
div#myAccountMenuBlock h2,
div#myAccountMenuBlock h3,
div#myAccountMenuBlock h4,
div#myAccountMenuBlock h5	{
	margin: 0 0 10px 0;
	}

div#rightContentBlock div#banner	{
	float:right;
	width:300px;
	height:450px;
	background:#fff;
	overflow: hidden;
	}

div.contentBlockWide	{
	width: 855px !important;
	}

div.returningCustomer form	{
	width:600px;
	float:left;
	clear:left;
	margin-top:10px;
	}

div.returningCustomer div#banner	{
	width:185px;
	height:240px;
	float:right;
	margin:10px;
	background:#ffffff;
	}

div#returnCostumerBlock p, div#newCostumerBlock p	{
	font-size:1.4em;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	}

div#profileForm {
	width:400px;
	}
div#profileForm.contestForm {
	width:853px;
	}
div#profileForm.contestForm fieldset{
	border-bottom:1px solid #CCCCCC;
	display:inline;
	padding:9px 0;
	width:100%;
	}
div#profileForm.contestForm fieldset label{
	width:560px;
	padding-right:10px;
	margin:0;
	}
div#profileForm.contestForm .checkBox .radioText {
	clear:left;
}
div#profileForm.contestForm .buttons{
	width:100%;
}
div#profileForm fieldset div.radioButtons span{
	float:left;
	padding:7px 5px 0 0;
}
div#profileForm fieldset div.radioButtons input{
	width:auto;
	margin-right:10px;
}
div#profileForm div.checkBox div.inputLine {
	padding:3px 0 0 0;
	width:290px;
	}
div.informationContainer	{
	/* width:300px; */
	margin-bottom: 10px;
	}

div#updateShippingAddressForm	{
	width:400px;
	margin-bottom:25px;
	}

div.informationContainer a.editLink, div.informationContainer a.editLinkShort	{
	float:right;
	margin-left:10px;
	margin-right:150px;
	}

div.CheckboxWishlist	{
	clear:left;
	float:left;
	width:110px;
	height:20px;
	}

div.CheckboxWishlist input {
	width:14px;
	height:14px;
	margin:0 5px 0 0;
	padding:0;
	border:solid 0;
	}

div.ImageWishlist	{
	float:left;
	width:100px;
	height:100px;
	}

div.DescriptionWishlist	li strong {
	display:block;
	margin-bottom:10px;
	}

div.DescriptionWishlist	li {
	clear:left;
	}

div#wishlistButtons	{
	width:640px;
	}

div#wishlistButtons button {
	margin-left:10px;
	float:right;
	height:26px;
	}

div#rightContentBlock a.mainLinkRight	{
	float:right;
	margin:10px;
	text-decoration:none;
	}

div.informationContainerMiddle label {
	display:block;
	clear:left;
	width:300px;
	margin:0;
	height:16px;
	line-height:16px;
	}

div#rightContentBlock .labelInfo, div.informationContainerMiddle .labelInfo	{
	font-weight:bold;
	margin-right:10px;
	width:100px;
	float:left;
	display:block;
	}

div.informationContainerMiddle .frenchLabel {
	width:120px !important;
	}

div.informationContainerMiddle {
	width:240px;
	float:left;
	}

div.informationContainerMiddle ul {
	margin-bottom:20px;
	}

div.informationContainerMiddle li {
	clear:left;
	}



/* ================================================================= */
/* SPECIFIC: GIFT CARD PAGE */
/* ================================================================= */

div#giftCardHome	{
	width:600px;
	}

div#rightGoldCard div#giftCardHome	{
	width:500px;
	}

div.giftCardImage {
	float:left;
	width:250px;
	height:200px;
	border: 1px solid #909090;
	}


.prestigeCardContent {
	width:450px;
	float:left;
	overflow:hidden;
	display:inline;
	}

.prestigeCardContent ul {
	width:450px;
	margin-bottom:10px;
}

.prestigeCardContent li {
	width:400px;
	list-style-type:disc;
	list-style-position:outside;
	display:list-item;
	margin-left:15px;
	margin-bottom:5px;
	padding-left:10px;

}

.giftCardFormHome {
	width:300px;
	float:left;
	margin-left:25px;
	overflow:hidden;
	}

.giftCardFormHome h5 {
	margin-top:0;
	}

.giftCardForm {
	width:300px;
	float:right;
	margin-left:25px;
	}

.giftCardMenu {
	width:200px;
	height:55px;
	border: 1px solid #AEB4B9;
	float:left;
	background:#fff;
	margin-right:95px;
	}


.giftCardMenu .menuSelect {
	display:block;
	cursor:pointer;
	width:180px;
	float:left;
	border:none;
	white-space:nowrap;
	overflow: hidden;
	}

.giftCardMenu .menuSelect a, .giftCardMenu .menuSelect a:hover {
	overflow:hidden;
	height:33px;
	text-decoration:none;
	padding:4px 0 0 4px;
	background:#fff;
	color:#5F5F5F;
	display:block;
	}

.giftCardMenu .menuArrow {
	cursor:pointer;
	padding:0;
	float:left;
	clear:right;
	text-align:center;
	border:0;
	display:inline;
	}

.giftCardMenu .menuArrow a {
	width: 18px;
	display:block;
	height:19px;
	background: url('/_static/images/www/Shared/arrowDropDown.png');
	text-indent:-40000px;
	background-position:center;
	}

.giftCardMenu .menuBody	{
	height:auto;
	overflow-y:auto;
	overflow-x:hidden;
	}

.giftCardMenu .menuBodyLong{
	height:150px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	z-index: 99999;
	}

.giftCardMenu .menuBody	li a,.giftCardMenu .menuBodyLong li a {
	padding-top:4px;
	height:25px;
	border:1px solid #fff;
	}

.giftCardMenu .menuBody, .menuBodyLong {
	border: 1px solid #c0c0c0;
	display:none;
	}

.giftCardMenu .menuBody b, .menuBodyLong b{
	display:none;
	}

.giftCardMenu ul.menuBody, .giftCardMenu ul.menuBodyLong {
	position:relative;
	top:16px;
	}

.giftCardMenu ul	{
	clear:left;
	}

.giftCardMenu ul li {
	display:block;
	overflow:hidden;
	height:30px;
	}

.giftCardMenu ul li img {
	border:none;
	float:left;
	}

.giftCardMenu ul li span {
	float:left;
	height:23px;
	padding:10px 0 0 5px;
	}

.giftCardMenu ul li a {
	padding-left:2px;
	background:#fff;
	color:#5F5F5F;
	white-space:nowrap;
	}

.giftCardMenu ul li a:hover {
	text-decoration:none;
	padding-left:2px;
	background:#e0e0e0;
	color:#5F5F5F;
	text-wrap:nowrap;
	}

#cardText	{
	clear:left;
	text-align:justify;
	width:300px;
	overflow:hidden;
	padding-top:10px;

	}

.halfBlock1 {
	display:block;
	clear:both;
	width:110px;
	margin-bottom:22px;
	float:left;
	overflow:hidden;
	}

.halfBlock2 {
	display:block;
	width:100px;
	margin-top:5px;
	margin-bottom:22px;
	float:left !important;
	overflow:hidden;
	}

div.giftCards {
	margin-top:10px;
	}

div#giftCardHome label {
	margin:0;
	font-weight:bold;
	height:20px;
	line-height:20px;
	float:left;
	clear:left;
	width:85px;
	}

div#giftCardHome .note {
	margin:0;
	clear:left;
	display:block;
	height:1px;
	overflow:hidden;
	line-height:20px;
	}

div#giftCardHome select {
	width:60px;
	float:left;
	}

div#giftCardHome input.mainButton {
	text-transform:uppercase;
	height:28px;
	float:right;
	}

#balanceDisplayed {
	width:290px;
	border:1px solid #333;
	float:right;
	margin:10px 0 20px 0;
	}


input#GiftCardAmount {
	width: 140px;
	font-family: arial, tahoma,verdana,sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	margin: 0;
	color: #444;
	}


/* ================================================================= */
/* RMA & RETURNS */
/* ================================================================= */


div.rmaSearchFormContainer {
	width:350px;
	}

div.rmaSearchFormContainer .infoToCheck {
	margin:15px 0;
	display:block;
	}

div.rmaSearchFormContainer div.infoFormReturns {
	width:350px;
	}

div.rmaSearchFormContainer input.rmaButton {
	background-color:#000;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:arial, tahoma,verdana,sans-serif;
	margin:10px 0pt 0pt;
	padding:5px 20px;
	width:auto;
	}

div#middleContentBlock	{
	margin:0;
	}

div#middleContentBlock div.informationContainer	{
	width:540px;
	}

div#middleContentBlock h2 {
	margin:0 0 10px 0;
	font-size:1.3em;
	}

div#middleContentBlock label.rmaLabel {
	clear:left;
	display:block;
	margin:0;
	width:300px;
	}

div#middleContentBlock .labelInfo {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	width:100px;
	}

.returnsTable {
	width:540px;
	clear:both;
	border-right: 1px solid #c0c0c0;
	background:#fff;
	}

.returnsTable thead tr th {
	background:#000;
	font-weight:bold;
	color:#fff;
	padding:5px;
	}

.returnsTable td {
	padding:0 5px;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align:center;
	height:20px;
	}
.returnsTable td.product {
	height:30px;
	}

.returnsTable td input {
	width:26px;
	height:16px;
	float: none;
	}

.returnsTable td select {
	height:18px;
	}

.returnsTable td.alignRight {
	text-align:right;
	}

.returnsTable td.subtotal, .returnsTable td.shipping, .returnsTable td.taxes, .returnsTable td.total, .returnsTable td.grandtotal {
	text-align:right;
	background:#e0e0e0;
	}

.returnsTable td.grandtotal {
	font-weight:bold;
	}

div#middleContentBlock input.mainButton	{
	height:26px;
	float:right;
	text-transform:uppercase;
	}
.contestRules{
	background-color:#fff;
	padding: 20px;
	font-size: 10px;
}
.contestThanks{
	background-color:#FFFFFF;
	clear:both;
	float:left;
	font-size:10px;
	padding:0 0 10px 15px;
	width:100%;
	}

