/*******Derek Lam Styles | Developed by Pod1 http://pod1.com*******/

/****************************************************RESET CSS*******************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, font, img, small, 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;}
ul {list-style: none;}
ol  { list-style: decimal; }
table {border-collapse: collapse; border-spacing: 0;}
input, select, textarea {font-family: "Helvetica Neue", Helvetica, Arial, sans serif;}
legend {display: none;}
address, cite{ font-style:normal; }
/****************************************************END RESET*****************************************************/

/****************************************************Global Elements******************************************************/
* { margin: 0; }
html, body { height: 100%; }
body { background:#fff; font: 11px "Helvetica Neue", Helvetica, Arial, sans serif; color:#8f8f8f; text-align:center; padding: 0; margin: 0; line-height: 140%; position: relative; }
img { border:0; }
a { color:#8f8f8f; }
a:hover { color:#666; }
:focus  { outline: 0; }

h1 { font-size:12px; font-weight: normal; margin-bottom: 8px; color: #58595b; text-transform: uppercase; }
h2 { font-size:12px; font-weight: normal; margin-bottom: 12px; color: #58595b; text-transform: uppercase; }
h3 { font-size:11px; font-weight: normal; margin-bottom: 11px; color: #58595b; text-transform: uppercase; }
h4 { font-size:11px; font-weight: normal; margin-bottom: 11px; color: #58595b; text-transform: uppercase; }
h5 { font-size:11px; font-weight: normal; margin-bottom: 11px; color: #58595b; }
h6 { font-size:11px; font-weight: normal; margin-bottom: 11px; color: #58595b; }

p { margin: 0; }

input, select, textarea { border: 1px solid #ccc; padding: 3px; }
input[type="button"] { cursor: pointer; }
label {  text-transform: uppercase; }

ul {}
li {}
/****************************************************End Global Elements*****************************************************/

/****************************************************Classes*****************************************************/
.right { float: right; padding: 0 0 10px 10px; }
.left { float: left; padding: 0 10px 10px 0; }
.clear { clear: both; }
.hide, .no-display { display: none; }
.last { margin-right: 0; padding-right: 0; border-right: none; }

.selected { }
.nobr { white-space:nowrap; }
.wrap { white-space:normal ; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.f-left { float:left; }
.f-right { float:right; }
.f-none { float:none; }
.f-fix { float:left; width:100%; }
/****************************************************End Classes*****************************************************/

/******************************************************Structure*****************************************************/
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -30px; }
.page { background: #fff; position:relative; width: 100%; margin:0 auto; padding-bottom: 15px;  text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

.main { clear: both; padding: 0 30px 0 27px; width: 933px; }
.main p { margin-bottom: 15px; }
.col-left { float: left; width: 200px; }
.col-main { float:left; width:760px; }
.col-right { float:right; width: 200px; }

.col-main h1 { border-bottom: 1px solid #e4e4e4; padding-bottom: 20px; margin-bottom: 0; width: 100%; }


.col2-left-layout .col-left {}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:100%; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* Content Columns */
.col2-set .col-1 { float:left; /*width:49%;*/ }
.col2-set .col-2 { float:right; /*width:49%;*/ }
.col2-set .narrow { /*width:33%;*/ }
.col2-set .wide { /*width:65%;*/ }

.col3-set .col-1 { float:left; /*width:32%;*/ }
.col3-set .col-2 { float:left; /*width:32%;*/ /*margin-left:2%;*/ }
.col3-set .col-3 { float:right; /*width:32%;*/ }

.col4-set .col-1 { float:left; /*width:23.5%;*/ }
.col4-set .col-2 { float:left; /*width:23.5%;*/ /*margin:0 2%;*/ }
.col4-set .col-3 { float:left; /*width:23.5%;*/ }
.col4-set .col-4 { float:right; /*width:23.5%;*/ }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
#header-container { padding: 0 8px 0 27px; }
#header { text-transform: uppercase; font-size: 10px; }
#header #logo { float: left; margin: 34px 0 32px 0; }
#header #logo a { text-indent:-999em; display:block; width: 223px; height: 23px; background: url(../images/logo.png) no-repeat; }
#header #logo a:hover { background: transparent url(../images/logo.png) no-repeat 0 -23px; }
#header .welcome-msg { font-weight:bold; text-align:right; display: none; }
#header #links { float:right; margin-top: 8px; }
#header #links li { float: left; margin-right: 5px; }
#header #links a { text-decoration: none; padding: 4px; display: block; float: left; }
#header .form-search { float: right; margin-top: 8px; }
#header .form-search input { font-size: 10px; color: #8f8f8f; text-transform: uppercase; float: left; }
#header .form-search label { display: none; }
#header .form-search #search-submit { display: block; height: 20px; width: 13px; background: url(../images/arrow_right_gray.gif) no-repeat 100% 50%; border: 0; cursor: pointer; float: left; text-indent: -9999em; }
#header .form-search #search-submit:hover { opacity: 0.8; filter: alpha(opacity=80); }
#header .form-search .search-autocomplete { z-index:999; }
#header .form-search .search-autocomplete ul { background-color:#fff; }
#header .form-search .search-autocomplete li { border-bottom:1px solid #ddd; cursor:pointer; }
#header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
#header .form-search .search-autocomplete li.selected {}
#header .form-language { text-align:center; }

/* Hyung */
#nav { clear: left; float: left; height: 38px; margin-bottom: 27px; position: relative; width: 100%; font-size: 11px; }
#nav li { float: left; margin-right: 1px; position:relative; }
#nav li ul {display: none; position:absolute; left:0; top:30px; width:835px;}
#nav li#nav-soho ul {width:180px;}
#nav a {background: url(../images/nav.gif) no-repeat; height: 9px; float:left; margin:0 22px 21px 0; display:inline; text-indent: -9999em; text-decoration: none; width: 40px;}
#nav li ul li a { height: 8px; }

#nav li ul li {float:left; width:auto;}
#nav li ul li ul {position:relative; width:auto; float:left; top:auto; left:auto;}

/* Hyung Top Nav */
#nav-shop a.top { width: 115px; }
#nav-shop a.top, .wp #nav-shop a.top:hover { background-position:0 -50px; }
.wp #nav-shop a.top { background-position:0 0; }
#nav-collections a.top { background-position:-117px 0; width: 118px; }
#nav-collections a.top:hover, .collections #nav-collections a.top, .spring-summer-2010 #nav-collections a.top { background-position:-117px -50px; }
#nav-soho a.top, #the-label #nav-soho a.top { background-position:-237px 0; width: 139px; }
#nav-soho a.top:hover, #the-label #nav-soho a.top:hover, .soho-store #nav-soho a.top { background-position:-237px -50px; }
#nav-label a { background-position:-376px 0px; width: 165px; }
#nav-label a:hover, #the-label #nav-label a { background-position:-376px -50px; width: 165px; }

/*Subnav*/

#nav #nav-shop ul { display: block; }
.wp #nav li#nav-shop ul { display: none; }


#nav #nav-shop ul ul {
	display:none;
}
/*category subnav open */
.product-fashion-for-haiti-tshirt #nav-shop #nav-cat ul, .category-category #nav-shop #nav-cat ul, .category-pre-fall-2010 #nav-shop #nav-season ul, .category-spring-summer-2010 #nav-shop #nav-season ul, .category-ready-to-wear #nav-shop #nav-cat ul, .category-shoes #nav-shop #nav-cat ul, .category-handbags #nav-shop #nav-cat ul, .category-belts #nav-shop #nav-cat ul, .category-eyewear #nav-shop #nav-cat ul {
	display:block;
}
#nav-season a {
	background-position:0 -459px; width: 46px;
}
#nav-season a:hover, .category-spring-summer-2010 #nav-season a, .category-pre-fall-2010 #nav-season a {
	background-position:0 -494px; width: 46px;
}
#nav-cat a {
	background-position:-64px -459px; width: 60px;
}
#nav-cat a:hover, .category-category #nav-cat a, .category-ready-to-wear #nav-cat a, .category-shoes #nav-cat a, .category-handbags #nav-cat a, .category-belts #nav-cat a, .category-eyewear #nav-cat a { 
	background-position:-64px -494px;
}


#nav-rtw a:hover, .cms-ready-to-wear #nav-rtw a, .category-dreses #nav-rtw a, .category-tops #nav-rtw a, .category-dresses #nav-rtw a { background-position:0 -152px; }
#nav-shoes a:hover, .category-shoes #nav-shoes a { background-position:-113px -152px; }
#nav-bags a:hover, .category-handbags #nav-bags a { background-position:-173px -152px; }
#nav-belts a:hover, .category-belts #nav-belts a { background-position:-226px -152px; }
#nav-eyewear a:hover, .category-eyewear #nav-eyewear a { background-position:-283px -152px; }
#nav-haiti a:hover, .product-fashion-for-haiti-tshirt #nav-haiti a { background-position:-404px -152px; }


/* Shop Online */
#nav-shop #nav-pfw10 a {
	background-position:-499px -104px; width: 89px;
}
#nav-shop #nav-pfw10 a:hover, .category-pre-fall-2010 #nav-shop #nav-pfw10 a {
	background-position:-499px -152px;
}
#nav-shop #nav-ss10 a {
	background-position:-603px -104px; width: 137px;
}
#nav-shop #nav-ss10 a:hover, .category-spring-summer-2010 #nav-shop #nav-ss10 a {
	background-position:-603px -152px;
}
#nav-shop #nav-rtw a {
	background-position:0 -104px; width: 101px;
}
#nav-shop #nav-rtw a:hover, .category-ready-to-wear #nav-shop #nav-rtw a {
	background-position:0 -152px;
}
#nav-shop #nav-shoes a {
	background-position:-116px -104px; width: 48px;
}
#nav-shop #nav-shoes a:hover, .category-shoes #nav-shop #nav-shoes a {
	background-position:-116px -152px;
}
#nav-shop #nav-bags a {
	background-position:-179px -104px; width: 41px;
}
#nav-shop #nav-bags a:hover, .category-handbags #nav-shop #nav-bags a {
	background-position:-179px -152px;
}
#nav-shop #nav-belts a {
	background-position:-235px -104px; width: 42px;
}
#nav-shop #nav-belts a:hover, .category-belts #nav-shop #nav-belts a {
	background-position:-235px -152px;
}
#nav-shop #nav-eyewear a {
	background-position:-292px -104px; width: 62px;
}
#nav-shop #nav-eyewear a:hover, .category-eyewear #nav-shop #nav-eyewear a {
	background-position:-292px -152px;
}
#nav-shop #nav-haiti a {
	background-position:-369px -104px; width: 115px;
}
#nav-shop #nav-haiti a:hover, .product-fashion-for-haiti-tshirt #nav-shop #nav-haiti a {
	background-position:-369px -152px;
}
#nav-shop #nav-sale a {
	background-position:-142px -459px; width: 28px;
}


/* Collections */
.resort-2010 #nav-collections ul, .collections #nav-collections ul, .pre-fall-winter-2010 #nav-collections ul, .fall-winter-2010 #nav-collections ul, .spring-summer-2010 #nav-collections ul, .fallwinter-2009 #nav-collections ul, .holiday-resort-2009-10 #nav-collections ul { display: block; }

/* Resort 2010 */
#nav-collections #nav-resort10 a { background-position:-266px -380px; width: 163px; }
.resort-2010 #nav-collections #nav-resort10 a, #nav-collections #nav-resort10 a:hover { background-position:-266px -420px; }
.resort-2010 #nav-collections #nav-resort10-lookbook a { background-position: 0 -293px; width: 73px; }
#nav-collections #nav-resort10-lookbook a:hover, #lookbook #nav-collections #nav-resort10-lookbook a { background-position:0 -337px; }

/* Pre Fall 2010 */
#nav-collections #nav-pfw10 a { background-position:-552px -380px; width: 80px; }
.pre-fall-winter-2010 #nav-collections #nav-pfw10 a, #nav-collections #nav-pfw10 a:hover { background-position:-552px -420px; }
.pre-fall-winter-2010 #nav-collections #nav-pfw10-lookbook a { background-position: 0 -293px; width: 73px; }
#nav-collections #nav-pfw10-lookbook a:hover, #lookbook #nav-collections #nav-pfw10-lookbook a { background-position:0 -337px; }

/* Fall Winter 2010 */
#nav-collections #nav-fw10 a { background-position:0 -380px; width: 105px; }
.fall-winter-2010 #nav-collections #nav-fw10 a, #nav-collections #nav-fw10 a:hover { background-position:0 -420px; }
.fall-winter-2010 #nav-collections #nav-fw10-lookbook a { background-position: 0 -293px; width: 73px; }
#nav-collections #nav-fw10-lookbook a:hover, #lookbook #nav-collections #nav-fw10-lookbook a { background-position:0 -337px; }
.fall-winter-2010 #nav-collections #nav-fw10-video a { background-position: -88px -293px; width: 43px; }
#nav-collections #nav-fw10-video a:hover, #video #nav-collections #nav-fw10-video a { background-position:-88px -337px; }
.fall-winter-2010 #nav-collections #nav-fw10-accessories a { background-position:-143px -293px; width: 94px; }
#nav-collections #nav-fw10-accessories a:hover, .accessories #nav-collections #nav-fw10-accessories a { background-position:-143px -337px; }

/* Spring Summer 2010 */
#nav-collections #nav-ss10 a { background-position:-120px -380px; width: 130px; }
.spring-summer-2010 #nav-collections #nav-ss10 a, #nav-collections #nav-ss10 a:hover { background-position:-120px -420px; }
.spring-summer-2010 #nav-collections #nav-ss10-lookbook a { background-position:0 -293px; width: 73px; }
#nav-collections #nav-ss10-lookbook a:hover, #lookbook #nav-collections #nav-ss10-lookbook a { background-position:0 -337px; }
.spring-summer-2010 #nav-collections #nav-ss10-video a { background-position:-88px -293px; width: 43px; }
#nav-collections #nav-ss10-video a:hover, #video #nav-collections #nav-ss10-video a { background-position:-88px -337px; }
.spring-summer-2010 #nav-collections #nav-ss10-accessories a { background-position:-143px -293px; width: 94px; }
#nav-collections #nav-ss10-accessories a:hover, .accessories #nav-collections #nav-ss10-accessories a { background-position:-143px -337px; }

/* Resort Summer 2009/2010 */
#nav-collections #nav-hr09 a { background-position:-266px -380px; width: 148px; }
#nav-collections #nav-hr09 a:hover, .holiday-resort-2009-10 #nav-collections #nav-hr09 a { background-position:-266px -420px; }
.holiday-resort-2009-10 #nav-collections #nav-hr09-lookbook a { background-position:0 -293px; width: 73px; }
#nav-collections #nav-hr09-lookbook a:hover, .lookbook #nav-collections #nav-hr09-lookbook a { background-position:0 -337px; }
.holiday-resort-2009-10 #nav-collections #nav-hr09-accessories a { background-position:-143px -293px; width: 94px; }
#nav-collections #nav-hr09-accessories a:hover, .accessories #nav-collections #nav-hr09-accessories a { background-position:-143px -337px; }

/* Fall Winter 2009 */
#nav-collections #nav-fw09 a { background-position:-430px -380px; width: 109px; }
#nav-collections #nav-fw09 a:hover, .fallwinter-2009 #nav-collections #nav-fw09 a { background-position:-430px -420px; }
.fallwinter-2009 #nav-collections #nav-fw09-lookbook a { background-position:0 -293px; width: 73px; }
#nav-collections #nav-fw09-lookbook a:hover, .lookbook #nav-collections #nav-fw09-lookbook a { background-position:0 -337px; }
.fallwinter-2009 #nav-collections #nav-fw09-accessories a { background-position:-143px -293px; width: 94px; }
#nav-collections #nav-fw09-accessories a:hover, .accessories #nav-collections #nav-fw09-accessories a { background-position:-143px -337px; }

/*Collections Active States*/
.resort-2010 #nav-collections #nav-hr09 ul, .resort-2010 #nav-collections #nav-fw09 ul, .resort-2010 #nav-collections #nav-ss10 ul, .resort-2010 #nav-collections #nav-fw10 ul, .resort-2010 #nav-collections #nav-pfw10 ul,
.pre-fall-winter-2010 #nav-collections #nav-resort10 ul, .pre-fall-winter-2010 #nav-collections #nav-hr09 ul, .pre-fall-winter-2010 #nav-collections #nav-fw09 ul, .pre-fall-winter-2010 #nav-collections #nav-ss10 ul, .pre-fall-winter-2010 #nav-collections #nav-fw10 ul,
.fall-winter-2010 #nav-collections #nav-resort10 ul, .fall-winter-2010 #nav-collections #nav-hr09 ul, .fall-winter-2010 #nav-collections #nav-fw09 ul, .fall-winter-2010 #nav-collections #nav-ss10 ul, .fall-winter-2010 #nav-collections #nav-pfw10 ul,
.spring-summer-2010 #nav-collections #nav-resort10 ul, .spring-summer-2010 #nav-collections #nav-hr09 ul, .spring-summer-2010 #nav-collections #nav-fw09 ul, .spring-summer-2010 #nav-collections #nav-fw10 ul, .spring-summer-2010 #nav-collections #nav-pfw10 ul,
.holiday-resort-2009-10 #nav-collections #nav-resort10 ul, .holiday-resort-2009-10 #nav-collections #nav-ss10 ul, .holiday-resort-2009-10 #nav-collections #nav-fw09 ul, .holiday-resort-2009-10 #nav-collections #nav-fw10 ul, .holiday-resort-2009-10 #nav-collections #nav-pfw10 ul,
.fallwinter-2009 #nav-collections #nav-resort10 ul, .fallwinter-2009 #nav-collections #nav-ss10 ul, .fallwinter-2009 #nav-collections #nav-hr09 ul, .fallwinter-2009 #nav-collections #nav-fw10 ul, .fallwinter-2009 #nav-collections #nav-pfw10 ul  { display: none; }

/*Nav Soho*/
.soho-store #nav li#nav-soho ul { display: block; }
body#the-label #nav li#nav-soho ul { display: none !important; }
#nav-soho #nav-tour a { background-position:0 -199px; width: 33px; }
#nav-soho #nav-tour a:hover, #tour #nav-soho #nav-tour a { background-position:0 -248px; }
#nav-soho #nav-architect a { background-position:-241px -199px; width: 95px; }
#nav-soho #nav-architect a:hover, #the-architect #nav-soho #nav-architect a { background-position:-241px -248px; }
#nav-soho #nav-label a:hover, #information #nav-soho #nav-label a { background-position:-158px -248px; }

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; /*border:1px solid #ddd;*/ }
input.input-text,textarea { /*padding:2px;*/ }
select, option { text-transform: uppercase; font-size: 10px; color: #8f8f8f; }
select { /*padding:1px;*/ }
select option { /*padding-right:10px;*/ }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-top: 7px; border: none !important; }
input.checkbox { margin-right:3px; }
input.qty { }
button.button { overflow:visible; width:auto; background:#b5b5b5; border: none; cursor:pointer; color: #fff; text-transform: uppercase; }
button.button:hover { background: #999; }
button.button span { display:block; padding: 0 3px; font:normal 11px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { /*border:1px solid #888;*/ /*padding:2px;*/ overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; /*width:100%;*/ /*margin:0;*/ /*padding:0;*/ border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list li { }
.form-list label { text-transform: uppercase; }
.form-list .input-box { float:left; }
.form-list input.input-text,
.form-list textarea { }
.form-list select { }
.form-list li.add-row { border-top:1px solid #ddd; }

.group-select {}
.group-select li { /*margin:0 0 5px;*/ }
.group-select .input-box { float:left; /*width:260px;*/ }
.group-select input.input-text,
.group-select textarea {/*width:510px;*/ }
.group-select select { /*width:516px;*/ }
.group-select .input-box input.input-text,
.group-select .input-box textarea { /*width:250px;*/ }
.group-select .input-box select { /*width:256px;*/ }

.buttons-set { clear:both; /*margin:5px 0 0;*/ /*padding:5px;*/ /*border:1px solid #ddd;*/ }
.buttons-set .back-link { float:left; text-decoration: none; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; /*margin:5px 0 0;*/ /*padding:5px;*/ /*border:1px solid #ddd;*/ text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#222; }
.validation-failed { /*border:1px dashed #f00 !important;*/ background:#ccc !important; }
.validation-passed {}
.required { color:#8f8f8f; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; /*width:12em;*/ /*margin-right:-12em;*/ position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages, .messages ul { list-style:none !important; margin-bottom: 12px; }
.messages { overflow:hidden; }
.error-msg, .success-msg, .note-msg, .notice-msg { background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; font-size:11px !important; text-transform:uppercase; !important;  padding: 9px 3px 1px 18px; }
.error-msg {  background-color:#eee; background-image:none; color:#666; }
.success-msg { background-color:#eee; background-image:none; color:#666; }
.note-msg, .notice-msg { background-color:#eee; background-image:none; color:#666; }

/* Page Heading */
.page-title { /*padding:0 0 5px;*/ /*margin:0 0 10px;*/ }
.title-buttons { /*text-align:right;*/ }
.title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 { float:left; }

/* Data Table */
.data-table { width:100%; }
.data-table th { font-weight:bold; white-space:nowrap; }
.data-table td { }
.data-table thead { text-transform: uppercase; letter-spacing: 1px;  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td {  }
.data-table tbody.even {}
.data-table tbody.even td {  }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label {  }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; /*padding-left:20px;*/ background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { /*padding-right:20px;*/ }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { /*padding-right:20px;*/ background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { /*margin:0 0 1em;*/ /*padding:0;*/ }
.std ul { list-style:disc outside; /*padding-left:1.5em;*/ }
.std ol { list-style:decimal outside; /*padding-left:1.5em;*/ }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { /*margin:.5em 0;*/ }
.std dt {  }
.std dd { /*padding:0 0 0 1.5em;*/ }
.std blockquote { font-style:italic; /*padding:0 0 0 1.5em;*/ }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { /*border:1px solid #ddd;*/ /*margin:0 0 10px;*/ }
.block .block-title { border-bottom:1px solid #ddd; /*padding:0 10px;*/ }
.block .block-title strong { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { /*padding:10px;*/ }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { /*width:100%;*/ /*border:1px solid #888;*/ }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { /*padding:5px 0;*/ }
.mini-products-list .product-image { float:left; /*width:50px;*/ /*padding:5px;*/ /*border:1px solid #ddd;*/ /*margin-right:-75px;*/ }
.mini-products-list .product-details { /*margin-left:75px;*/ }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; /*margin:0;*/ }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { /*padding:5px 0;*/ }
.block-related input.checkbox { float:left; /*margin-right:-20px;*/ }
.block-related .item { /*margin-left:20px;*/ }
.block-related .item .product-image { float:left; /*margin-right:-65px;*/ }
.block-related .item .product-details { /*margin-left:65px;*/ }

/* Block: Compare Products */
.block-compare {}
.block-compare li { /*padding:5px 0;*/ }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; /*margin:3px -18px 0 0;*/ }
.block-poll .label { display:block; /*margin-left:18px;*/ }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { /*padding:5px 0;*/ }
.block-reorder input.checkbox { float:left; /*margin:3px -20px 0 0;*/ }
.block-reorder .label { display:block; /*margin-left:20px;*/ }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.catalog-category-view .main, .catalogsearch-result-index .main, .cms-ready-to-wear .main, .cms-all .main, .cms-sale .main { width: 97%; padding-right: 0; }
.category-title { border-bottom:1px solid #ddd; /*margin:0 0 10px;*/ }
.category-image { display:block; /*margin:0 auto;*/ }
.category-products {}

/* View Type: List */
.item { float: left; padding: 0; margin: 0 1px 1px 0; width: 241px; height: 373px; overflow: hidden; position: relative; }
.item img { position: absolute; top: 0; left: 0; z-index: 0; }
.item .product-shop { display: none; position: absolute; bottom: 12px; left: 12px; z-index: 1; width: 195px; background: url(../images/bg_white_90.png); background: rgba(255,255,255,0.9); padding: 12px; text-transform: uppercase; color: #454545; letter-spacing: 1px; cursor: pointer; }
.item .product-double { position: absolute; bottom: 10px; left: 12px; z-index: 1; width: 195px; display: none; }
.item .product-double .product-shop { position: static; margin-bottom: 2px; cursor: pointer; }
.item:hover .product-shop, .item:hover .product-double { display: block; }
.item .product-shop h2 { margin-bottom: 3px; line-height: 13px; }
.item .product-shop h2 a { font-size: 11px; text-decoration: none; color: #454545; }
.item .product-shop .price { font-weight: normal; color: #8f8f8f; }
/* ======================================================================================= */


/* Product View ========================================================================== */
#product-bottom { width: 100%; clear: both; padding: 40px 0; overflow: hidden; }
#product-bottom h2 { font: normal 10px/12px "Helvetica Neue",Helvetica,Arial,sans serif; margin-bottom: 15px; color: #8F8F8F; }
#product-bottom ol li { float: left; margin-right: 1px; width: 76px; height: 117px; overflow: hidden; }
#product-bottom li .product-details { display: none; }

#product-right { width: 490px; float: left; padding-top: 20px; position: relative; }
#product-right h1 { margin: 4px 0; border-bottom: 0 none; padding-bottom: 0; }
#product-right .price-box { margin-bottom: 30px; font-size: 12px; }
#product-right button.button { background: #6a6a6a; display: block; }
#product-right button.button:hover { background: #333; }
#product-right button.button span { font-weight: normal; padding: 1px 7px 0; }
#product-title {  }
#description { margin-bottom: 23px; }
#description ul { margin-left: 13px; }
#description li { list-style: square; }
#product-right select { width: 125px; margin-bottom: 2px; background: none; }
#product-right select#qty { margin-bottom: 19px; }
.add-to-cart { margin-bottom: 30px; }
#product-meta { font-size: 10px; }
#product-meta dt { background: url(../images/arrow_right_gray_sm.gif) no-repeat 0 50%; padding-left: 10px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; margin-bottom: 10px; }
#product-meta dt:hover { color:#666; }
#product-meta dd { display: none; margin-bottom: 25px; font-size: 11px; }

.product-essential {}
.product-collateral {}

/* Color Swatch! */
ul#color-list {  }
ul#color-list li { float: left; margin-left: 5px; }
ul#color-list li a { width: 17px; height: 17px; border: 2px solid #fff; text-indent: -9999em; overflow: hidden; display: block; background-image: url(../images/color-cover.png); }
ul#color-list li a:hover { background-image: none; }
ul#color-list li a.selected { border: 2px solid #333; }

ul#sidebar-color-list { position: relative; width: 100px; }
ul#sidebar-color-list li { float: left; margin: 0 0 2px 5px; }
ul#sidebar-color-list li a { width: 17px; height: 17px; border: 1px solid #ccc; text-indent: -9999em; overflow: hidden; display: block; background-image: url(../images/color-cover.png); }
ul#sidebar-color-list li a:hover { background-image: none; }
ul#sidebar-color-list li a.selected { border: 1px solid #333; }

/* Product Left */
#product-left { width: 365px; float: left; margin-right: 33px; }
#product-left .nav { width: 100%; height: 22px; }
#product-left .nav a { font: normal 10px/12px "Helvetica Neue",Helvetica,Arial,sans serif; text-transform: uppercase; text-decoration: none; margin-bottom: 10px; }
#product-left .nav .back { float: left; }
#product-left .nav #zoom-btn { float: right; }
#product-left .product-image {  clear: both; float: right; position: absolute; left: 100px; height:451px; width:876px; overflow: hidden; }
#product-left .product-image img#image { height:451px; width:292px; cursor:pointer; z-index: 30; position: relative; }
#product-left #loader-image { background: transparent url(../images/ajax-loader.gif) no-repeat 0 0; width: 32px; height: 32px; position: absolute; top: 150px; left:130px; z-index: 10; }
#big-image { position:absolute; top:0; left:0; z-index: 40; display: none; cursor: move; }
.product-view .product-img-box .product-image-zoom { position:relative; overflow:visible; z-index:9; }
.product-view .product-img-box .zoom-notice { display: none; text-align:center; }
.product-view .product-img-box .zoom { display: none; position:relative; z-index:9; /*height:18px;*/ /*margin:0 auto 13px;*/ /*padding:0 28px;*/ background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; /*height:18px;*/ }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; /*width:9px;*/ /*height:22px;*/ background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
#product-left .more-views { width: 73px; height: 451px; overflow: hidden; position: relative; }
#product-left .more-views ul { position: absolute; top: 0; left: 0; }
#product-left #views-nav { position: relative; width: 73px; }
#product-left #views-nav a { width: 9px; height: 5px; text-indent: -999em; display: block; margin: 15px auto 0; }
#product-left #views-nav a.prev { background: transparent url(../images/thumb_up.jpg) no-repeat 0 0; display: none; }
#product-left #views-nav a.next { background: transparent url(../images/thumb_down.jpg) no-repeat 0 0; }
.more-views ul li a img { float:left; clear: left; margin:0 1px 1px 0; width: 72px; height: 112px; }

.product-image-popup { /*margin:0 auto;*/ }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; /*width:445px;*/ }
.product-view .product-name {}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { /*width:69px;*/ height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

/* Regular price */

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { /*padding-left:10px;*/ }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Product Options */
.product-options { }
.product-options dt label { }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; /*border:0;*/ /*padding:3px;*/ color:#000; }
.product-options dd { /*margin:10px 0;*/ }
.product-options dl.last dd.last {}
.product-options dd input.input-text { /*width:98%;*/ }
.product-options dd textarea { /*width:98%;*/ height:8em; }
.product-options dd select { /*width:100%;*/ }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; /*margin:3px -18px 0 0;*/ }
.product-options .options-list input.checkbox { float:left; /*margin:3px -20px 0 0;*/ }
.product-options .options-list .label { display:block; /*margin-left:20px;*/ }
.product-options ul.validation-failed { /*padding:0 7px;*/ }
.product-options p.required { /*padding:15px 0 0;*/ }

.product-options-bottom { /*padding:10px;*/ /*border:1px solid #ddd;*/ border-top:0; }
.product-options-bottom .price-box { /*margin:10px 0;*/ }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { /*width:25%;*/ }

/* Shopping Cart ========================================================================= */
.checkout-cart-index h2 { padding-bottom: 17px; display: block; display: block; }
#shopping-cart-table { width: 100%; border-top: 1px solid #e4e4e4;  border-bottom: 1px solid #e4e4e4; margin-bottom: 15px; }
#shopping-cart-table td { vertical-align: top; }
#shopping-cart-table th { text-transform: uppercase; padding: 12px 0 29px; letter-spacing: 1px; font-weight: normal; }
#th-item { width: 118px; }
#th-details { width: 254px; }
#th-size { width: 103px; }
#th-color { width: 111px; }
#th-price { width: 100px; }
#th-qty { width: 103px; }
#th-size { width: 113px; }
#th-remove { width: 103px;}
#shopping-cart-table tbody tr { height: 149px; overflow: hidden; font-size: 12px; }
#shopping-cart-table tbody tr#last-row { display: block; height: 12px; }
#shopping-cart-table h3 { margin-bottom: 11px; letter-spacing: 1px; font-size: 12px; max-width: 85%; }
#shopping-cart-table h3 a { text-decoration: none; color: #454545; width: 240px; }
#shopping-cart-table div.description { width: 187px; font-size: 11px; color: #8f8f8f; padding-bottom: 20px; }
.td-size { color: #58595b; letter-spacing: 1px; }
.td-size dd:last-child { display: none; }
.td-color { text-transform: uppercase; color: #58595b; letter-spacing: 1px; }
.td-color dd:first-child { display: none; }
.td-price { color: #58595b; letter-spacing: 1px; }
.td-price .price { font-weight: normal; }
#shopping-cart-table input.qty { border: 0; padding: 0; color: #58595b; }
.td-remove a { text-decoration: none; font-size: 11px; }
.td-total { color: #8f8f8f; font-weight: bold;  letter-spacing: 1px; }

.cart .checkout-types { float:right; text-align:right; clear: right; }

#cart-coupon-shipping { width: 420px; float: left; }
#cart-coupon-shipping h4 { color: #58595b; letter-spacing: 1px; margin-bottom: 18px; }
#coupon { margin-bottom: 51px; }
#coupon label { display: none; }
#coupon input#coupon_code { width: 216px; display: block; margin-bottom: 12px; }
#coupon button { margin-left: 169px; min-width: 51px; }


#shipping-estimate li { float: left; width: 116px; margin-right: 18px; }
#shipping-estimate li select, #shipping-estimate li input { width: 116px; margin-bottom: 12px; }
#shipping-estimate button { margin-left: 166px; margin-bottom: 20px; min-width: 91px; }
#shipping-estimate .sp-methods { clear: both; }
#shipping-estimate .sp-methods ul { margin-bottom: 15px; }
#shipping-estimate .sp-methods li { float: none; margin-bottom: -6px; width: auto; }
#shipping-estimate .sp-methods input { width: auto; padding: 0; }

/* Shopping Cart Totals */
.cart .totals { float:right; text-transform: uppercase;  }
.cart .totals table { color: #58595b; font-size: 11px; letter-spacing: 1px; width: 450px; margin-bottom: 33px; float: right;  }
.cart .totals table strong { font-weight: normal; }
.cart .totals table tfoot th,
.cart .totals table td { padding: 3px 0 3px 25px; }
.cart .totals table td {  }
.cart .totals table th { font-weight:bold; }
.cart .checkout-types button { background: #6a6a6a; width: 90px; margin-bottom: 18px; }

#cart-meta { clear: right; float: right; font-size: 10px; letter-spacing: 1px; width: 252px; }
#cart-meta li { float: left; margin-left: 13px; padding-left: 11px; background: url(../images/arrow_right_gray_sm.gif) no-repeat 0 4px; }
#cart-meta li a { text-decoration: none; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { /*padding-left:10px;*/ }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
.checkout-onepage-index .col-main { width: 670px; }
.opc { position:relative; border-top:1px solid #e4e4e4; }
.opc input.radio { margin-top: 0; }
.opc li.section { list-style: none; }
.opc .step-title { border-bottom:1px solid #e4e4e4; padding: 11px 0; }
.opc .step-title .number { float:left; line-height:22px; }
.opc .step-title h3 { margin-bottom: 0; color: #8f8f8f; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; border-bottom: none; }
.opc .active .step-title h3 { color: #58595b; }
.opc .step { position:relative; padding: 0 12px; }
.opc .step .tool-tip { right:10px; }

#checkout-step-login .col-1 .form-list p { margin-left: 24px; }
#checkout-step-login .col-1 ul { margin-bottom: 10px; }
#checkout-step-login .col-1 label { color: #58595b; }
#checkout-step-login .col-1 button { margin-left: 190px; }
#checkout-step-login .col-2 { width: 333px; }
#checkout-step-login .col-2 label { width: 102px; display: block; float: left; padding-top: 2px; }
#checkout-step-login .col-2 input { width: 222px; display: block; float: left; }
#checkout-step-login .col-2 .form-list li { clear: both; margin-bottom: 2px; }
#login-meta { float: right; clear: right; text-align: right; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; padding-top: 17px; }
#login-meta a { text-decoration: none;	 }

/*Billing/Shipping*/
#checkout-step-billing label, #checkout-step-shipping label { display: block; float: left; width: 137px; padding-top: 2px;  }
#checkout-step-billing input.input-text, #checkout-step-shipping input.input-text { width: 165px; float: left; margin: 0 12px 3px 0; }
#checkout-step-billing input.left-col, #checkout-step-shipping input.left-col { margin-right: 20px; }
#checkout-step-billing select, #checkout-step-shipping select { width: 173px; }
#checkout-step-billing li, #checkout-step-shipping li { clear: both; width: 100%; }
#checkout-step-billing li > div, #checkout-step-shipping li > div { float: left; }
#checkout-step-billing #use-for-shipping, #checkout-step-shipping #use-for-shipping { padding-top: 4px; }
#checkout-step-billing #use-for-shipping label, #checkout-step-shipping #use-for-shipping label { float: none; display: inline; width: auto; padding-right: 12px; }
#checkout-step-billing .buttons-set, #checkout-step-shipping .buttons-set { padding: 10px 14px 0 0; }
#checkout-step-billing .buttons-set p, #checkout-step-shipping .buttons-set p { float: right; clear: right; padding-top: 3px; text-transform: uppercase; letter-spacing: 1px; }

/*Shipping Method*/
#checkout-shipping-method-load dt { text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; }
#checkout-shipping-method-load ul { margin-bottom: 15px; }
#checkout-shipping-method-load ul li { margin-bottom: 4px; }

/*Payment Method*/
#checkout-step-payment dt { padding: 4px; }
#payment_form_authorizenet { margin-bottom: 15px; padding-left: 24px;  }
#checkout-step-payment label { display: block; float: left; width: 137px; padding-top: 2px;  }
#checkout-step-payment input.input-text { width: 200px; float: left; margin: 0 12px 3px 0; }
#checkout-step-payment select { width: 208px; margin-bottom: 3px; }
#checkout-step-payment #authorizenet_expiration_yr, #checkout-step-payment #authorizenet_expiration { width: 100px; margin-right: 8px; }

#checkout-payment-method-load dd, #checkout-payment-method-load dt { clear: both; }
#checkout-payment-method-load dd { padding: 10px 0; }
#checkout-payment-method-load dt input.radio { float: left; margin-right: 10px; }

/*Order Review*/
#checkout-review-table th, #checkout-review-table td { padding: 5px; }
#thr-subtotal { text-align: right; }
#checkout-review-table tfoot td { padding: 2px 0; }
#review-buttons-container button { margin: 10px 0; }

/* Checkout Progress Sidebar */
#checkout-prog { text-align: right; }
#checkout-prog h2 { text-align: right; }
#checkout-prog dl dd.complete, #checkout-prog dl dt.complete { background: none; text-align: right; }
#checkout-prog dl dt { font-weight: normal; font-size: 12px/14px; color: #8F8F8F; text-transform: uppercase; padding: 3px 0; }
#checkout-prog dl dt.complete { color: #333; border-bottom: 1px solid #E4E4E4; margin-bottom: 3px; }
#checkout-prog dl dd.complete { padding: 3px 0 8px; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { }
.sp-methods .price { }
.sp-methods .form-list { /*padding-left:20px;*/ }
.sp-methods select.month { /*width:150px;*/ /*margin-right:10px;*/ }
.sp-methods select.year { /*width:96px;*/ }
.sp-methods input.cvv { /*width:3em !important;*/ }

.please-wait { float:right; /*margin-right:5px;*/ }
.cvv-what-is-this { cursor:help; /*margin-left:5px;*/ }

/* Tooltip */
.tool-tip { /*border:1px solid #ddd;*/ background-color:#f6f6f6; /*padding:5px;*/ position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { /*padding:5px;*/ }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { /*border:1px solid #ddd;*/ background-color:#f5f5f5; }
.gift-message-form .inner-box { /*padding:5px;*/ height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; /*padding-left:20px;*/ }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { /*margin:10px 0;*/ }
.checkout-agreements .agreement-content { /*border:1px solid #ddd;*/ background-color:#f6f6f6; /*padding:5px;*/ height:10em; overflow:auto; }
.checkout-agreements .agree { /*padding:6px;*/ }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { /*margin:10px 0;*/ }

/* Block: Tags */
.dashboard .tags .number { float:left; /*margin-right:-20px;*/ }
.dashboard .tags .details { /*margin-left:20px;*/ }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { /*border:1px solid #ddd;*/ /*padding:5px;*/ }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; /*margin-left:15px;*/ }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.wrapper .push { height: 30px; }
#footer { padding: 5px 0 5px 0; width: 100%; font-size: 10px; text-transform: uppercase; background: #fff; z-index: 100; height: 20px; }
.wp #footer, .cms-index-defaultindex #footer, .cms-home #footer { position: fixed; bottom: 0; left: 0; }
#footer a { text-decoration: none; }
#footer p#copyright { float: left; padding-left: 27px; }
#footer ul { float:right; padding-right: 27px; }
#footer ul li { float: left; }
#footer ul li a { display: block; padding: 0 5px; }
#footer ul li a.free-shipping:hover { color: #8F8F8F; }
#footer #credit-footer {width: 36px;}
#footer ul li a#s-facebook { background: url(../images/nav_social.png) no-repeat; text-indent: -9999em; width: 16px; height: 16px; padding: 0; margin: 0 2px; }
#footer ul li a#s-twitter { background: url(../images/nav_social.png) no-repeat -18px 0; text-indent: -9999em; width: 16px; height: 16px; padding: 0; }
/* ======================================================================================= */

/************************************************/
/******************** Clear *********************/
/************************************************/
.clearer:after,.header:after,#nav:after,.main:after,.footer:after,.col-main:after,.col2-set:after,.col3-set:after,.col4-set:after,.search-autocomplete li:after,.block-poll li:after,.block-related li:after,.block-related .item:after,.block .actions:after,.mini-products-list li:after,.title-buttons:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.products-list li.item:after,.product-view .product-img-box .more-views ul:after,.product-view .tags .form-add-tags:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.opc .step-title:after,.checkout-progress:after,.field-100:after,.group-select li:after,.form-list li:after,.buttons-set:after,.buttons-set2:after,.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }


/************************************************/
/******************** Pages *********************/
/************************************************/

/* Homepage ================================================================================ */
.cms-home .main { padding: 0; width: 100%; }
#home-image { width: 100%; }

/* Account Login =========================================================================== */
.account-login .page-title h2 { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 12px; width: 675px; }
.account-login .col-1 { width: 280px; margin-right: 50px; }
.account-login .col-2 { width: 323px; float: left; }
.account-login h3 { margin-bottom: 45px; }

.account-login .col-1 p { margin-bottom: 35px; }
.account-login .col-2 label { width: 115px; float: left; }
.account-login .col-2 input { float: left; width: 200px; margin-bottom: 2px; }
.account-login .col-2 ul { margin-bottom: 47px; }
.account-login .col-2 button { margin-bottom: 12px; }
.account-login .col-2 a { text-decoration: none; text-transform: uppercase; }
.account-login .col-2 p { text-transform: uppercase; }
.account-login .col2-set { padding-bottom: 10px; border-bottom: 1px solid #ccc; width: 675px; }

/* Account Create ========================================================================== */
.account-create {  }
.account-create .page-title h2 { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 12px; width: 675px; }
.account-create label { width: 135px; float: left; }
.account-create input { width: 170px; float: left; margin-bottom: 4px; margin-right: 40px; }
.account-create h3 { margin-bottom: 25px; }
.account-create ul.form-list { margin-bottom: 25px; }
.account-create .buttons-set { width: 666px; }
.account-create .buttons-set button { margin-bottom: 15px; }
.account-create .buttons-set p.required { text-transform: uppercase; }

/* Forgot Password ========================================================================= */
.customer-account-forgotpassword .page-title h2 { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 12px; width: 100%; }
.customer-account-forgotpassword label { width: 135px; float: left; }
.customer-account-forgotpassword input { width: 170px; float: left; }
.customer-account-forgotpassword .buttons-set { width: 675px; }
.customer-account-forgotpassword .buttons-set button { float: left; clear: left; margin: 20px 0 5px; }
.customer-account-forgotpassword .buttons-set p { float: left; clear: left; text-transform: uppercase; }

/* Account Dashboard Pages ================================================================= */
.account .col-main { width: 650px; float: left; }
.account .col-left { width: 250px; float: right; text-align: right; }
.account .col-left .block-title { border-bottom: 0 none; }
.account .col-main h2 { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 12px; width: 100%; }
.account .welcome-msg { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 10px; }
.account h4 { font-size: 10px; }
.account .col2-set { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 10px; }
#account-nav li a, #account-nav li span { text-transform: uppercase; font-size: 11px; padding: 3px 0; text-decoration: none; display: block; }
#account-nav li span { color: #333; }

#dash-addr h3 { float: left; margin-right: 10px; }

.customer-address-index button { float: left; margin-bottom: 15px; }
.customer-address-index ol li { margin-bottom: 10px; }

.account label { width: 135px; float: left; line-height: 2em; }
.account .input-text, .account select { width: 160px; float: left; margin-bottom:4px; margin-right:15px; }
#form-validate p.required { text-transform: uppercase; float: right; clear: both; padding-top: 10px; }
.dashboard .recent-orders { margin: 10px 0 20px; }
.dashboard .recent-orders h3 { margin-right: 20px; }
#my-orders-table { margin: 10px 0 20px; }
#my-orders-table th, #my-orders-table td { padding: 5px; font-weight: normal; }

/* Contact Page ================================================================= */
#contact-left { width: 430px; float: left; }
#contact-right { width: 430px; float: right; padding-top: 14px; }
#contact-left dt { padding: 12px 0; text-transform: uppercase; border-bottom: 1px solid #e4e4e4; cursor: pointer; }
#contact-left dt.active { border-bottom: none; }
#contact-left dd { padding: 8px 0 12px 0;  }
#contact-left h3 { margin-bottom: 0; }
#contact-left address { display: block; margin-bottom: 20px; }

#contact-right label { width: 91px; float: left; }
#contact-right .input-box { float: left; width: 100%; margin-bottom: 5px; }
#contact-right input, #contact-right textarea { width: 331px; }
#contact-right .buttons-set { padding-top: 19px; }
#contact-right .buttons-set p { float: right; clear: right; padding-top: 11px; }
#contact-right .validation-advice { margin-left: 89px; }

/* Customer Service ================================================================= */
#cs-left { float: left; width: 666px; }
#cs-right { float: right; padding-top: 30px; text-transform: uppercase; text-align: right; }
#cs-right a, #cs-right span { text-transform: none; color: #5b595b; text-decoration:  none; }
#cs-left dt.top { padding: 12px 0; text-transform: uppercase; border-bottom: 1px solid #e4e4e4; cursor: pointer; }
#cs-left dt.active, #cs-left dt:hover { color: #58595b; }
#cs-left dd { padding: 10px 0; }
#cs-left dd dl { margin-left: 14px; }
#cs-left dd dl dt { background: url(../images/arrow_right_gray_sm.gif) no-repeat 0 7px; padding: 3px 0 3px 13px; text-transform: uppercase; cursor: pointer; }
#cs-left dd dl dd { padding-left: 13px; }
#cs-left dl ul { padding-left: 13px; }

/* Legal ================================================================= */
.cms-privacy-policy h3 { padding: 12px 0; text-transform: uppercase; border-bottom: 1px solid #e4e4e4; cursor: pointer; margin-bottom: 0; }

/* Wordpress Pages ================================================================= */
#website { width: 100%; /*Weird IE Bug - Not Showing unless height is present. No Scaling on resize height: 400px; min-height: 650px;*/ height: 80%; position: absolute; top: 154px; left: 0; z-index: 10; display: block; }
/* #website img { position: absolute; top: 0; left: 0; width: 100%; display: none; }

/* Collections page popups ================================================================= */
.popup { width: 320px; padding: 20px; border: 1px solid #ccc; position: fixed; top: 25%; left: 50%; margin-left: -180px; background: #fff; text-align: left; display: none; z-index: 100; }
.popup a#close { position: absolute; top: 5px; right: 15px; text-decoration: none; }

/* Haiti Page ================================================================= */
.product-fashion-for-haiti-tshirt .main { width: auto; padding-right: 20px; }
.product-fashion-for-haiti-tshirt .col-main { width: 100%; background: url(../images/haiti_bg.png) repeat-x; height: 374px; }
.product-fashion-for-haiti-tshirt #product-view { position: relative; }
.product-fashion-for-haiti-tshirt #product-left { width: 541px; margin-right: 0; position: absolute; top: 0; left: 0; }
.product-fashion-for-haiti-tshirt #product-right { width: 397px; height: 257px; color: #fff; padding: 15px 0 0 30px; position: absolute; top: 0; left: 541px; }
.product-fashion-for-haiti-tshirt #product-right h1 { background: url(../images/haiti_logo.png) no-repeat; width: 222px; height: 90px; margin-bottom: 10px; text-indent: -9999em; }
.product-fashion-for-haiti-tshirt #product-right select { background: #fff; }
.product-fashion-for-haiti-tshirt #product-right p { margin-bottom: 7px; width: 272px; }
.product-fashion-for-haiti-tshirt #product-right .price-box { margin-bottom: 6px; }
.product-fashion-for-haiti-tshirt .price { font-size: 24px; color: #c1d72e; font-weight: bold; }
.product-fashion-for-haiti-tshirt #product-right #attribute-Color { display: none; }

/* Share popup */
.popup #share-list { display: block; overflow: hidden; }
.popup #share-list li { float: left; }
.popup #share-list li a { float: left; margin-right: 25px; padding-left: 25px; text-decoration: none; padding-bottom: 2px; }
.popup #share-list li#share-facebook a { background: transparent url(../images/btn_fb.png) no-repeat 0 0; }
.popup #share-list li#share-twitter a { background: transparent url(../images/btn_twitter.png) no-repeat 0 0;  }
.popup #share-list li#share-email a { background: transparent url(../images/btn_email.png) no-repeat 0 0; }
.popup #email-box { display: none; border-top: 1px solid #ccc; padding-top: 20px; margin-top: 20px; }
.popup p { padding: 5px 0; }
.popup label { width: 100px; display: block; float: left; clear: left; margin-bottom: 5px; }
.popup input { width: 175px; float: left; margin-bottom: 5px; }
.popup textarea { width: 175px; height: 90px; float: left; margin-bottom: 10px; }
.popup .buttons { width: 100%; clear: both; margin-top: 10px; }
.popup p.required { text-transform: uppercase; float: left; display: inline }
.popup button span { text-transform: uppercase; }
.popup button { float: right; margin-right: 37px; }
.popup #register form { clear: both; }
#register input { width: 190px; }

/* Send to friend ======================================================== */
#product_sendtofriend_form .input-box { overflow: hidden; margin-right: 10px; margin-bottom: 10px; }
#product_sendtofriend_form input { width: 150px; }
#product_sendtofriend_form textarea { width: 318px; margin-bottom: 20px; }
#product_sendtofriend_form .buttons-set { margin-top: 15px; }
#product_sendtofriend_form button.button { float: left; margin-right: 10px; }

/* Random, unorganized Post Launch additions ============================= */
/* please organize these later */
iframe { display: none; }
a#manage-addresses { clear: both; display: block; padding-top: 10px; }

/* Contact Form for HarperÕs Bazaar Giveaway ============================= */
body.harpersbazaargiveaway #website {z-index: 0;}
.bigfloat {display: block; float: left; width: 490px;}
.post_content {float: right; width: 380px; z-index: 100;}
.post_content * {outline: none;}
.post_content img {margin-bottom: 10px;}
.post_content p {float: left; width: 300px; margin-bottom: 5px;}
.post_content a.form_btn {display: block; margin-top: 10px; text-transform: uppercase; width: 70px; text-align: center; float: left; background: #575757; padding: 3px 15px; color: white; border: 0; text-decoration: none;}
.post_content p.newbreak {margin-top: 10px;}

.post_content p.upper {text-transform: uppercase; font-size: 13px; width: 380px;}
.post_content label {float: left;}
.wpcf7-form {float: left; margin-top: 15px; width: 300px}
.wpcf7-form p {width: 300px;}
.wpcf7-form label {float: left, width: 100px;}
.wpcf7-form input {width: 180px; float: right;}
.wpcf7-form select {width: 188px; float: right;}
.wpcf7-form #submit {outline: none; cursor: pointer; margin-top: 10px; text-transform: uppercase; width: 70px; text-align: center; float: left; background: #575757; padding: 3px 15px; color: white; border: 0;}

body.harpersbazaargiveaway .post_content div.wpcf7-response-output {
text-align: center; float:left; width: 100%; margin:15px 0; padding:8px 0;}
body.harpersbazaargiveaway .post_content .wpcf7-mail-sent-ok {border: 0; background: #b6deaf; color: white;}
body.harpersbazaargiveaway .post_content .wpcf7-validation-errors {background: #d86087; border: 0; color: white;}
body.harpersbazaargiveaway .post_content span.wpcf7-not-valid-tip {background: #d86087; color: white; border: 0; font-size: 11px; padding: 3px 0 3px 8px;}
.estimated-shipping-date { margin-top: -10px; margin-bottom: 8px; font-size: 90% ; font-style: italic; }
.select-list-error { font-family:"Helvetica Neue",Helvetica,Arial,sans serif; font-size:10px; background:url("../images/validation_advice_bg.gif") no-repeat scroll 2px 1px transparent; color:#222222; line-height:13px; margin:3px 0 8px; min-height:13px; padding-left:17px; }

#shopping-cart-table th {
text-align:left;
}

/* Flash alt content */
.fullwidth {
	width:100%;
	position: absolute; top: 0; left: 0;
}
#website .addText {
	top:14px;
}
.altText {
	width:700px;
	text-align:left;
	margin:0 auto 30px;
	font-size:1em;
}
.altText p {
	margin:10px 0;
}
.altCollection {
	width: 99%; 
	margin:0 auto; 
}
.altCollectionItem {
	width: 400px;
	float: left;
	height: 384px;
	margin: 0 10px 10px 0;
}
.altCollection img {
	float:left;
	margin:0 0 5px;
}
.altCollectionTxt {
	width:180px;
	float:left;
	text-align:left;
	padding:0 10px;
/*	height:384px; */
	margin:0 0 5px;
}
.altCollectionTxt p {
	margin:0 0 10px;
	text-transform: uppercase;
}

/* IE8 shopping cart table text-align fix */
#shopping-cart-table th {
	text-align:left;
}

/* Sale */

.main p.old-price {
	margin:0;
}
.main p.special-price, .main p.special-price .price {
	color:#ff0048;
	font-weight:normal;
}