/* Layout ================================================================================ */
.wrapper { min-width:1024px; margin:15px auto; }
.page { width:1024px; margin: 0 auto;border: 1px solid #000; background:#FFF;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#C1C1C1; }
.main { width:auto; min-height:400px; text-align:left; padding:0 30px;max-width:960px;}
.middlewrapper {min-height:400px; border:1px solid #c2c2c2;border-bottom:none; width:960px;float:left; }
.main.col2-left-layout .middlewrapper { background-image: url(../images/site-bg.gif); background-repeat:repeat-y; }
.main.col1-layout .middlewrapper { width: 958px; }

.product-view {background:url(../images/kiplingStrich.png) 1px 0 repeat-y;}

/* Base Columns */
.col-left { float:left; width:190px; padding:0 0 1px; }
.col-main { float:left; width:768px; padding:0 0 1px; }
.col-right { float:right; width:188px; padding:0 0 1px; border-color:#C2C2C2; border-style:solid; border-width:0 0 0 1px; min-height:400px; }
.col-right h4 { font-size:25px; font-weight:bold; margin:5px; }
.col-right p a,.col-right p img { margin:0 5px; text-decoration:none;}
/* Top row */
.row-top { background-color: white; height: 100px; padding-top: 10px; }

.catalogsearch-result-index .row-top {height:80px;}

/*  Table Lists */
.table-list dt {float:left; width: 160px; padding: 2px 0 0; margin: 0 15px 0 0; clear:left; font-weight: bold}
.table-list dd { padding: 3px 0 0; margin: 0 0 0 175px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; border:none;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
div.fieldset { border-top:1px solid #D2D2D2;border-bottom:1px solid #D2D2D2;}
.col2-set .col-1 { float:left; width:480px; border-right:1px solid #D2D2D2;}
.col2-set .col-2 { float:right; width:480px;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
.col2-more-info { padding-top: 45px; float: left }
.col2-buy-button { padding-top: 20px;  }

.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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:10px/12px Verdana, Helvetica, sans-serif; vertical-align:middle; color:#989898; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio,
input.checkbox {
	margin-right:3px;
	width:auto !important;
}
input.qty { width:2.5em !important; }
button.button:-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button-switch-shipping:-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button-switch-shipping { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button-switch-shipping { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; background:#E81C69; padding:3px 18px; font-size: 18px; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase;letter-spacing:0.05em; }
button.button-switch-shipping div { display:block; background:#E81C69; padding:3px 18px; font-size: 12px; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase;letter-spacing:0.05em; }
button.button span span { border:0; padding:0; margin:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.quick-buy-button { width:282px; margin:6px 0 0; border:medium none; font:10px/12px Verdana,Helvetica,sans-serif; vertical-align:middle; background:none repeat scroll 0 0 #E81C69; cursor:pointer; }
button.quick-buy-button span { width:282px; height:35px; line-height: 35px; padding:0; margin:0 0 0 -3px; color: white; font-size: 18px; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase;letter-spacing:0.05em; }

button.btn-checkout span { height:40px; border:0; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#FBD0E0; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
label { color:#EA1B69; position:relative; z-index:0; }
label.required {}
label.required em { float:right; font-style:normal; color:#E81C69; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; /*width:260px;*/ width:100%; }
.form-list .input-box .payment-method { padding:0 0 0 15px;}
.form-list .input-box .payment-product { float:left; width:100px; padding:5px;}
.form-list .input-box .payment-product img, .form-list .input-box .payment-product input {display:block;margin:0 auto}
.form-list .payment-product label {display:block;height:75px;}
.form-list .field { float:left; width:275px; margin:0 10px;}
.form-list input.input-text { width:435px; }
.form-list textarea { width:254px; height:10em; margin-left:10px; }
.form-list select { width:440px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
.form-list li label { margin-left:10px; }
.form-list li.fields label { margin-left:0; }
#product_sendtofriend_form div.buttons-set { margin-top:10px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0 0 0 20px; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {  }
.fieldset .legend {  }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; color:#E81C69; width: 280px;}
.validation-failed { border:1px dashed #E81C69 !important; background:#EEE5DE	 !important; }
.validation-passed {}
p.required {  text-align:right; color:#989898 !important ; }
/* Expiration date and CVV number validation fix */
.v-fix { float:right; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
/* PROMOTION CODE (coupon) Form Validation */
#advice-required-entry-coupon_code{display:inline; white-space: nowrap; min-width:auto; margin:0 5px; padding:0;}
#discount-coupon-form #coupon_code{width:180px;}

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 0 10px !important; padding:0 !important;height:auto !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; float:none !important;}
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { margin: 0 10px; width:auto; border: 1px solid #CBCBCB; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border: 1px solid #E81C69; ; background-image:url(../images/i_msg-error.gif);  }
.success-msg { border: 1px solid #446423;  background-image:url(../images/i_msg-success.gif); }
.note-msg,
.notice-msg { border: 1px solid #fcd344;  background-image:url(../images/i_msg-note.gif); }

/* BreadCrumbs */
.breadcrumbs { margin:0; height:23px;font-size:11px; line-height:23px;color:#BAB0A7; }
.breadcrumbs li { display:inline; font-size:11px; line-height:23px;list-style:none;color:#BAB0A7;}
.breadcrumbs li strong { font-weight:normal;color:#BAB0A7;text-transform: uppercase; }
.breadcrumbs li a {color:#BAB0A7;font-weight:normal;text-transform: uppercase;}

/* Page Heading */
.page-title { margin-bottom:10px; }
.page-title h1 { padding:10px;margin:0; font-size:50px; letter-spacing:0.05em; color:#E81C69;font-family:KiplingBold;font-weight:bold;text-transform:uppercase; line-height:0.85em }
.my-account .page-title h1 {font-size:40px;}
.page-title h1 small{font-size:24px;color:black;}
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:left; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.page-title-items h1 { color:#000; font-size:25px; padding-top:35px; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
.cotitle { padding:40px 0 0; font-size:15px; margin:0 0 6px; font-family: Kipling; color:#E81C69; }
.cotitle2 { float: left; padding: 30px 0 0; font-size: 15px; margin:0 0 6px; font-family: Kipling; color:#E81C69; }
.bold { font-weight:bold; }

label.regular { color:#000; }

/* Pager */
.pager { font-size:11px; padding:4px 8px;  text-align:center; }
.pager label {color:black !important;text-transform:uppercase;}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; font:11px; text-transform:uppercase;}
.pager .sort-by {position:relative;top:0; left:0;}

.formselecta { text-decoration:none;background:url(../images/selectfield.gif) 163px 6px no-repeat;padding:0 0 0 7px; margin:0; vertical-align:middle; width:173px;font:11px; text-transform:uppercase;color: black !important;border:1px solid #D6D6D6;text-align:left; display:block;}
.form-language .formselecta { width:240px;background-position:225px 6px;height:19px;line-height:19px;border-color:#808080;color:#868686 !important;}

.formselecta:hover{text-decoration:none;}
.formselect {position:absolute;
top:17px;
left:0;
background:white;
z-index:1;
padding:0 0 0 0px; margin:0; vertical-align:middle; width:180px;font:11px; text-transform:uppercase;color: black !important;border:1px solid #D6D6D6;border-top:0;}
.form-language .formselect {width:247px; border-color:#808080;}
.formselect li,
.formselect li a { padding:0 0 0 7px;display:block;text-align:left;font:11px; text-transform:uppercase;color:black !important;}
.form-language .formselect li {margin:0 !important;float:none !important;}
.form-language .formselect li a {color:#868686 !important;}
.formselect li {padding:0;}
.formselect li.current a,
.formselect li a:hover {
background:#FBD0E0;
text-decoration:none;
}

.pager .pages { margin-left:5px; float:right; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}
.limiter a { background-color:#000; color:#fff; font:12px; margin:1px; padding:2px; }
.limiter a.showselected { background-color:#e81c69; }
.limiter a:hover { background-color:#e81c69; text-decoration:none; }
.limiter a.viewall { background-color:#ede4e6; color:#000; margin:1px 5px; }
.limiter a.viewall.showselected { background-color:#e81c69; color:#fff; }
.limiter a.viewall:hover { background-color:#e81c69; color:#fff; }
.sort-by { float:right; margin-left:5px; }
.results-view { position: relative; }

/* Sorter */
.sorter { font-size:11px; background:#fff; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { padding:10px 0;}
.toolbar .pager { padding:3px 8px; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom { padding-top:35px; border:1px solid #C2C2C2; border-width: 1px 0 0; margin-left:1px;}
.toolbar-head { position: absolute; top: -45px; width: 100%; }
.catalogsearch-result-index .toolbar {padding:4px 0;}
.catalogsearch-result-index .toolbar-head {top:-45px;}
/* Data Table */
.data-table { width:100%; }
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; }
.data-table td { padding:3px 8px; }

.data-table thead th { background:black; font-weight:normal; border-right:1px solid #D2D2D2; padding:2px 8px; color:white; white-space:nowrap; vertical-align:middle; text-transform:uppercase; }
.data-table thead th.orderview { background-color:#E81C69; border-right:1px solid #fff; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {  }
.data-table tfoot tr.first {  }
.data-table tfoot tr {  }
.data-table tfoot td {  }
.data-table tfoot strong {  }

.data-table tbody td { vertical-align: middle;border-bottom:1px solid #808080; }
/* Bundle products tables */
.data-table tbody tr { border-bottom:1px solid #808080; }

.cart-table tbody tr.even td {padding:10px 10px 0px !important;}
.cart-table tbody tr.odd td {padding:0 10px 10px !important;}
.review-cart-table thead tr th {background-color: #E81C69 !important;}
.review-cart-table thead tr th.review-cart-title {background-color: #000 !important;}
.review-cart-table tfoot tr th,
.review-cart-table tfoot tr td {text-transform: uppercase; font-size: 14px;font-family:Kipling; color: #666666;}
.review-cart-table tfoot tr td strong,
.review-cart-table tfoot tr th strong {font-weight: normal}
.review-cart-table tfoot tr td.cotitle,
.review-cart-table tfoot tr th.cotitle {color: #E81C69;}

#my-orders-table tr {border:none;}
#my-orders-table tr.odd td {padding: 0 5px;background:black;font-weight:bold;color:white;text-transform:uppercase;letter-spacing: 0.0.5em;font-family: Verdana;font-size:14px;}
#my-orders-table tr.odd td.date {background:#A09288;}
#my-orders-table tr.even td{color:black; padding:0 0;}
#my-orders-table a.reorder {margin:2px 0;color:white;background:#666; display:block;width:140px;text-align:center;font-size:11px;line-height:19px;text-transform:uppercase;}

#my-returns-table tr {border:none;}
#my-returns-table thead tr th {background:#000; color:#fff; border-right:1px solid #D2D2D2;}
#my-returns-table tbody { color:#000; }
#my-returns-table a.return {margin:2px 0;color:white;background:#666; display:block;text-align:center;font-size:11px;line-height:19px;text-transform:uppercase;}
#my-returns-table input.input-text { width:20px }
#my-returns-table textarea.return-comment { width:200px; }
#my-returns-table tbody td.return-save { text-align:right; border:none;}
#my-returns-table tbody td.return-save button { background-color:#FF0066; color:#fff; width:130px; height:30px; border:none; font-size:16px;}
#my-returns-table tbody td.validation-advice { border:none; height:22px; }

a.reorderbig {
	color:white;
	background:#FF0066;
	width:283px;
	display:block;
	line-height:37px;
	font-size:18px;
	letter-spacing:0.05em;
	text-transform: uppercase;
	text-align:center;
	margin:4px 0;
}

a.reorderblack {
	color:white;
	background:black;
	width:283px;
	display:block;
	line-height:19px;
	font-size:12px;
	letter-spacing:0.05em;
	text-transform: uppercase;
	text-align:center;
	margin:4px 0;
}

/* 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/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

.noborder {border:none !important;}

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.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 { font-weight:bold; }
.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; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { line-height:15px; font-size:11px;  text-transform: uppercase; color:#666666;}
.main a.btn-remove2 { width:153px; height:21px; font-size:11px; line-height:21px; overflow:hidden; color:#989898; text-transform: uppercase;}
.format-text-color { color:#E81C69; }

.separator { margin:0 3px; }

.divider { display:none; clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Header ================================================================================ */
.header-container { position:relative; width: auto; padding: 0 30px; height:128px; max-width: 960px; }
.header { width:auto; height:128px; position:relative; z-index:1; }
.header .logo { float:left; margin:14px 0 0 1px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; }
.header h1.logo { float:left; margin:0; padding:0; }
.header .quick-access { height:23px;padding:10px 0 5px 0; list-style:none;position:absolute;
right:0;}
.header .quick-access li { list-style:none; padding:0; margin:0 0 0 15px; float:left; display:block; }
.header .quick-access a { font:10px/20px Verdana; color:#868686; letter-spacing:0.04em; }
.header .quick-access small a,
.header .quick-access small { font:8px/20px Verdana; color:black; text-transform:uppercase; }
.header .quick-access a:hover { color:#E81C69; text-decoration:none; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .form-search { width:186px; padding:0; position:relative; }
.header #search_mini_form {width:186px; padding:0; margin:0;height:21px;}
.header .form-search input.input-text { letter-spacing:0.05em; float:left; border-color:#808080; width:145px; height:15px; font:10px Verdana; display:inline; color:#868686;}
.header .form-search button.button { display:block;width:34px;}
.header .form-search button.button span { padding:0;margin:0;letter-spacing:0.05em;border:0; height:21px; width:32px;font:bold 10px/21px Verdana; background-color:#EDE5E6; color:black;}
.header .form-search .search-autocomplete { z-index:999; left:0px !important; top:20px !important; }
#search_result_mini_form .form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0;}
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; float: none !important;}
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#fffefb; }
.form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { position:relative; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.shoppingbag {background:black url(../images/shopping_bag.gif) 8px 2px no-repeat; width:186px; height:22px; text-align:right; position:absolute;top:38px;right:0;}
.block-title span,
.block-title strong,
.shoppingbag a { font:9px/21px Verdana;  color:#fff; padding-right:32px;letter-spacing:0.05em;}
.wishlist {  background:url(../images/wishlist.gif) 20px 3px no-repeat; width:200px; height:21px; text-align:right;position:absolute;right:0;bottom:40px;}
.wishlist-link { background-color: #E81C69; color: #fff !important; }
.wishlist-noneshop {  background:url(../images/wishlist.gif) 8px 3px no-repeat; width:186px; height:21px; text-align:right;position:absolute;right:0;bottom:70px;}
.wishlist a,
.wishlist-noneshop a{ font:9px/21px Verdana; color:#868686; padding-right:32px;letter-spacing:0.05em;}
.wishlist a:hover,
.wishlist-noneshop a:hover,
.shoppingbag a:hover {text-decoration: none; color:#E81C69;}
a.header-link { text-transform:uppercase; }

#topCart{position:absolute;top:38px;right:0;width:667px;height:auto;z-index:1;background:white;border-bottom: 1px solid #CBCBCB;}
.topCartContent{border-left:1px solid #CBCBCB;border-right:1px solid #CBCBCB;}
.block-title{background:black url(../images/shopping_bag_open.gif) 752px 2px no-repeat;width:auto; height:21px;line-height:21px;}
.mini-products-list {margin:0;padding:0; list-style:none;}
.mini-products-list li{ padding:10px;float:left;display:block;height:75px;width:145px;border-right: 1px solid #CBCBCB;overflow:hidden;border-collapse: collapse;text-align:left;}
.mini-products-list li product-details{
	float:right;
}
#topCart .close-btn{ float:left; padding:0 0 0 20px; text-transform: uppercase; }
#topCart #cartHeader{ float:right; }
#topCart .product-image {width:70px;height:70px;overflow:hidden; display:block; float:left;padding:0 5px 0 0;}
#topCart .product-details { width:78px;line-height:12px;position: absolute;bottom:19px;left:83px; }
#topCart li .btn-remove{clear:both;text-align:center;display:block;width:100%}
#topCart .product-details .product-name a,
#topCart .product-details .product-name{font-size:9px; color:black;}
#topCart .product-details .price{font-size:9px;font-weight:bold; color:black;}
#topCart .subtotal {border-right:none; color:black;}
#topCart .subtotal a{ width:145px; display:block;background:black; color:white; text-align:center;}
#topCart .subtotal button.button,
#topCart .subtotal button.button span { height:28px; width: 145px;line-height:28px;padding:0;margin:0; border:none; letter-spacing: 0;}
#topCart .subtotal button.button {margin:2px -3px 4px;}
#topCart .subtotal button.button span span {margin:0; padding:0; letter-spacing: 0;}

#topnav {float:right;margin-top:38px;width:688px;}
#topnav ul {float:left;	text-align:left;width:180px}
#topnav ul.whatship,#topnav ul.whatsnew {width:190px}

#topnav ul li.parent:hover .child {display:block;}
#topnav ul ul.child {display:none;padding:0}

.headdropnavi li.parent>a {display:block;text-transform: uppercase;letter-spacing:0.05em;height:22px; font:normal 16px/22px Kipling; color:#000;letter-spacing:0.05em;padding:0px 7px; }

.headdropnavi li.parent:hover>a,.headdropnavi li.parent>a:hover { text-decoration:none; background:#E81C69; color:white;}

.headdropnavi li li a{ padding:0px 7px; font-size:12px; }
.headdropnavi li li a:hover{color:#e81c69; text-decoration:none;}

/*
.whatship li a.whatshiplink,
.whatsnew li a.whatsnewlink { font: 16px Kipling; color:#000;letter-spacing:0.05em; }
.whatship li a.whatshiplink:hover,
.whatsnew li a.whatsnewlink:hover{ color:#e81c69; text-decoration:none; }
.whatsnew li,
.whatship li,
.hshop li{ display:inline;margin:1px 0;}
.whatsnew li a,
.whatship li a,
.hshop li a{ padding:0px 7px; font-size:12px;}
.hshop li a.hshop_button{ padding:0px 7px; background:#E81C69; color:white;font-family:Kipling, sans-serif;font-size:16px;line-height: 22px;text-transform: uppercase;height:22px;}
.whatsnew li a:hover,
.whatship li a:hover,
.hshop li a:hover{text-decoration:none;}
*/
.shopby {padding-left: 6px; font:12px/14px Verdana; color:#000; display:block;}
.shopby:hover {  text-decoration:none; color:#e81c69; }
.shopbyads { overflow:hidden; clear: both; padding: 18px 0; }
.shopbyads a { padding:0 18px; }
h1.cathead {font-size:50px; text-transform:uppercase; color:#e81c69; padding:0 0 0 15px; margin:0; line-height: 1em; }
.moreinfo { font:bold 10px Verdana; }

/********** < Navigation */
.menu-container {  width: auto; background-color: #fff;padding:0 30px;max-width: 960px; }
.nav-container { background-color: #fff;}
#nav { width:960px; margin:0 auto; padding:0; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:2; }
#nav a,
#nav a:hover,
#nav span.level-top { display:block; text-decoration:none;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left;background:#fff;}
#nav li.home { color:#fff; background-color:#000;}
#nav li.home a { color:#fff; }
#nav a,
#nav span.level-top {  font:13px/26px Kipling; padding:0 13px 0 10px; color:#000; text-transform: uppercase; }
#nav a:hover { color:#e81c69;   }
#nav li.active a.level-top, #nav li.active span.level-top {  text-transform: uppercase;   }

/* 1st Level */
#nav ul li { color:#e81c69;float:none; margin:0; padding:0;padding:0 11px 0 11px;}
#nav ul li.over { background-color:#EEE5DE; }
#nav ul li.active { background-color:#EEE5DE; }

#nav ul a,
#nav ul a:hover { border-bottom:1px solid #FBD0E0; float:none; padding:0; background:none; color:#E9246E}
#nav ul li a { font-weight:normal !important; color:#E9246E}
#nav ul li.last a,
#nav ul li.last a:hover{margin-bottom: 26px}

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:26px; left:-10000px; background: white; border:1px solid #FBD0E0; }
#nav div ul { position:static; width:auto; border:none; }
#nav ul.level0 li.active {background:#EEE5DE;}


/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { color:#E9246E;}
#nav ul li a:hover { background:#EEE5DE; }
#nav ul li a,
#nav ul li a:hover { color:#e81c69!important; }
#nav ul span,
#nav ul li.last li span { padding:0; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { width:auto; }
.block .block-title { border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span { padding-right:0; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { border-top:1px solid #C2C2C2; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }


/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav {  padding: 0; }
.block-layered-nav .filter-categories { border-top:1px solid #C2C2C2 }
.block-layered-nav .block-title { border:0; padding:0; height:24px; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { padding:3px 9px; text-transform:uppercase; color:#E81C69; font:20px KiplingBold;}
.currently .block-subtitle { padding:3px 9px; color:#E81C69; font:12px Verdana;text-transform:none; color:#000;}
.block-layered-nav .currently/*
,
.block-layered-nav .block-content
*/ { border-top:1px solid #808080; }
.block-layered-nav dt { padding:7px 10px 0 9px; font-weight:bold; text-transform:uppercase;font:14px KiplingBold; color:#000;}
.block-layered-nav dd.last { border:none; }
.block-layered-nav dd { padding:0 10px 9px; font:12px Verdana; line-height: 18px; color:#666666; border-bottom:1px solid #C2C2C2; }
.layernr { font:9px Verdana; color:#cccccc; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background-color:#f2f2f2; padding:1px 6px 1px 10px; color:#666666; border-bottom:1px solid #FFFFFF;}
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background-color:#000; border:1px solid #dee5e8; border-width:1px 0; text-align:center; margin:13px 20px; }
.block-layered-nav .actions a { float:none; color:#fff; }
.block-layered-nav .actions a:hover { color:#E81C69; text-decoration: none; }

.block-layered-nav .filter-categories li:first-child a {
	margin:25px 0 0 0;
}
.block-layered-nav .filter-categories li a {
	color:#000000;display:block;font:14px KiplingBold;padding:6px 11px;text-transform:uppercase;
}
.block-layered-nav .filter-categories li a:hover {
	text-decoration: none;
	color: #E81C69;
}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content ul { font-size:12px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe {background:#FF338C;position:relative;width:auto;}
.block-subscribe form{padding:15px;margin:0;width:auto;display:block;}
.block-subscribe .block-content { padding:0;border:none; }
.block-subscribe .block-content p {color:white; font:normal 25px/25px KiplingBold; text-transform:uppercase; padding:0px; margin:0px !important }
.block-subscribe .block-content p.last {color:white; font:normal 25px/25px KiplingBold; text-transform:uppercase; padding:0 0 7px; }
.cms-index-index .block-subscribe .block-content p.last {padding: 0 0 5px;}
.block-subscribe .block-content p.it-bag { font:normal 25px/25px Kipling; }
.block-subscribe .block-content p strong {font: normal 45px/45px KiplingBold;text-transform:uppercase; padding:0px }
.block-subscribe .block-content p strong.type-2 { font: normal 70px/60px KiplingBold; }
.block-subscribe select {width:254px; margin:0 0 5px 0;height:19px;line-height:19px;text-transform:uppercase; }
.block-subscribe select.type-2 { width:344px; }
.block-subscribe input.input-text { width:220px; margin 0;height:19px;line-height:19px;text-transform:uppercase; padding:0; border:none;}
.block-subscribe input.type-2 { width:310px; }
.block-subscribe button.button { float:none;  }
.block-subscribe button.button span { background:black; color:white;height:19px;line-height:19px; padding:0px;padding: 0 5px;font: normal 12px/19px Kipling;text-transform:uppercase;}
.block-subscribe .newsletter-language {display:block; width:280px;}

.nltype2 .block-content p {font: normal 26px/26px Kipling !important;}
.nltype2 .block-content p strong {font: normal 49px/49px KiplingBold !important;}
.nltype2 select{ width:364px !important;margin-top:10px;}
.nltype2 input.input-text { width:330px !important;}

.nltype3 .block-content p {font: normal 20px/20px Kipling !important;}
.nltype3 .block-content p strong {font: normal 43px/43px KiplingBold !important;}
.nltype3 select { width:270px !important;margin-top:30px;}
.nltype3 input.input-text { width:235px !important;}


/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; display:block; width:167px;}
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-view { position: relative; }

.category-view div#vat-hint { margin-right: 10px; font-weight: bold; }

.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products { border:1px solid #C2C2C2; border-width: 1px 0 0; margin-left:1px;}

/* View Type: Grid */
.products-grid {  }
.products-grid.last { border-bottom:1px solid #f3f3f3; }
.products-grid li.item {
    float:left;
    width:191px;
    border-right:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
    padding:5px 0;
/* never remove this color! it's a ie7 fix*/
    background: #fff;
    height:1%;
    /*overflow:hidden;*/
}
.products-grid .product-list-imagecontainer {
	position:relative;
}
.products-grid li.item.last {  border-right:none; }
.products-grid li.item .product-list-shop { height: 67px; overflow: hidden; }
.products-grid li.item .line1{ }
.products-grid li.item .line1 .product-name { color: #666; float: left; font-size: 12px; font-weight: normal; width: 115px; }
.products-grid li.item .line1 .price-box { padding-right: 2px; text-align: right; width: 63px; }
.products-grid li.item .line1 .vat { color: black; float: right; width: 5px; }
.products-grid li.item .short-description { color: #989898; font-size: 11px; line-height: 12px; padding: 0 3px; }
.products-grid li.item .line2,
.products-grid li.item .line3{ width: auto;padding:33px 10px 0 10px;height:86px; }
.products-grid li.item .line1{ border-top:1px solid #f3f3f3;}
.products-grid li.item .line2,
.products-grid li.item .line3{padding:0 10px;height:auto;}
.products-grid .product-image { display:block; width:140px; height:175px; padding:0 25px;}
.products-grid .color_bubles_catalog { margin:0 0 0 5px;}
.color-bubbles-container-relative {position: relative; float: left; margin:1px;padding:1px;}
.color_bubbles img { margin:0px; padding:0px; width:10px; height:10px;}
.product-options .color_bubbles img {width:12px; height:12px;margin:1px;padding:1px;}
.quick_buy_color_bubles { width: 180px; text-align: left; }
.quick_buy_color_bubles img { margin:2px; padding:1px; }
.color_buble_selected { border:2px solid black; }
.products-grid .product-name { margin:0; padding:0; font:11px/13px Verdana; }
.products-grid button.button span {height:15px; width:83px; margin:0;padding:0; font: 11px/15px KiplingBold;}
.product-name a { color:#989898; text-transform:uppercase; }
.product-name a:hover { color:#e81c69; text-decoration: none;}
.products-grid .price-box { margin:0 0; display:inline;float:right; line-height: 13px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { text-transform:uppercase; float:right; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:768px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0; }
.line1,
.line2 { clear:both; overflow:hidden; padding:0 3px; }
.line1 h3.short-description {color:#666666;font:12px/1.55 Verdana,Arial,Helvetica,sans-serif;}
a.more {color:#E81C69;font-weight:bold;}

.quickbuy-form {
	z-index:5;
	width:400px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(209, 209, 209);
	text-align: left;
	height: auto;
	margin:-300px 0 0 -150px;
	min-height: 200px;
	position: absolute;
	padding: 0px 5px;
}

.quickbuy-form .preloader {
	width:400px;
	height:200px;
	background: url(../images/preloader_quickbuy.gif) 160px 80px no-repeat;
}

li.last .quickbuy-form {
	margin-left:-307px;
}

.products-grid .quickbuy-form .actions {margin-top:2px;}
.quickbuy-form h3 {margin-top:2px;}
.quickbuy-form .product-shop { border-top: 2px solid; padding-top: 15px; }
.quickbuy-form .product-shop h3 { color: #C1C1C1; float: left; line-height: 30px; width: 220px; margin-top:0px;}
.quickbuy-form .product-shop .price-box { margin-right: 14px; text-align: right; width: 166px; }
.quickbuy-form .product-shop span { display: block; font-size: 28px; line-height: 30px; }
.quickbuy-form .product-shop span.price.old-price { font-size: 18px; line-height: 20px; }
.quickbuy-form .product-shop span.vat { color: black; position: absolute; right: 10px; width: 10px;font-size:24px; }
.quickbuy-form .qb-short-description { font-size: 20px; height: 44px; line-height: 22px; overflow: hidden; }
.quickbuy-form .colors { height: 140px; margin-bottom: 25px; position: relative; }
.quickbuy-form .colors .product-image { float: right; height: 140px; }
.quickbuy-form .colors .chooser { bottom: 15px; left: 0; position: absolute; }
.quickbuy-form .vat-hint { color: #666; margin: 5px 10px 0 0; text-align: right; text-transform: none; }
.quickbuy-form #add_to_bag_enabled,
.quickbuy-form #add_to_bag_disabled {margin-bottom:5px;}
/* View Type: List */
/*
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
*/
/* ======================================================================================= */


/* Shop by Color ========================================================================= */
.col1-layout ul.products-grid-by-color { width:auto; border-bottom:none; }
.products-grid-by-color li.item { position:relative;width:158px; height:auto; padding:1px 0; border-bottom:1px solid #C2C2C2; border-right:1px solid #C2C2C2; }

.products-grid-by-color li.item .itempopup{position:absolute; top:-20px; left:-20px; z-index:10; width:200px;height:220px;background:white; border:1px solid #C2C2C2;-moz-box-shadow: 0px 1px 10px #C2C2C2; }
.products-grid-by-color li.item .itempopup  .product-image {width:200px;text-align:center;}
.products-grid-by-color li.item .itempopup .line1{margin:0; padding:0 10px;}
.products-grid-by-color li.item .itempopup span.desc{float: left; width:175px;}

.category-products-by-color {margin-top: -5px;}
    .category-products-by-color ul.first li.item,
    .category-products-by-mood ul.first li.item { border-top:1px solid #C2C2C2; }

.products-grid-by-color li.item.first { width:158px; }
.products-grid-by-color li.item.last { width:159px; }
.products-grid-by-color .product-image { border:none; width:140px; height:140px; padding: 9px; }
/* ======================================================================================= */


/* Shop by Mood ========================================================================= */
.col1-layout ul.products-grid-by-mood { width:auto; border-bottom:none; position: relative; }
.products-grid-by-mood li.item { border-bottom:1px solid #C2C2C2; border-right:1px solid #C2C2C2; }
.products-grid-by-mood li.item { width:208px; max-width:208px; padding:0 16px 29px; height:227px; max-height:227px; }
.products-grid-by-mood li.item.first { width:205px; max-width:206px; }
.products-grid-by-mood li.item.last { width:205px; max-width:206px; }
.products-grid-by-mood li.mood-item { width:481px; max-width:481px; height:256px; max-height:256px; padding:0; }
.products-grid-by-mood li.mood-item div { padding:12px 17px; font-size:50px; color:#E81C69; font-family:KiplingUltralightRegular; line-height: 42px; }
.products-grid-by-mood li.mood-item div strong { font-family:KiplingBold; text-transform: uppercase; }

.products-grid-by-mood .product-image { height:140px; width:140px; padding:13px 33px; }


/* Shop by Collection ========================================================================= */
.col1-layout ul.products-grid-by-collection { width:auto; border-bottom:none;}
.col1-layout .category-products.category-products-by-collection {border-width: 0px; margin-left: 0px;}
.col1-layout .products-grid.products-grid-by-collection li.item.last {width: 190px;}
.col1-layout .category-products.category-products-by-collection .category-image {float: left; width: 384px; height: 448px; position: relative; }
.col1-layout .category-products.category-products-by-collection .category-image .title {position: absolute; left: 30px; bottom: 15px; font-family: KiplingBold; color: #E81C69; font-size: 40px; text-transform: uppercase; }
.col1-layout .shop-by-collection-carousel { border-top: 1px solid #D2D2D2; padding-top: 10px; margin-top: 10px; }
.col1-layout .shop-by-collection-carousel .cms_horizontal_carousel .previous_button { background-image: url(../images/arrow_left.jpg) !important;height: 19px !important; width:13px !important; margin-left: 5px !important; }
.col1-layout .shop-by-collection-carousel .cms_horizontal_carousel .next_button { background-image: url(../images/arrow_right.jpg) !important;height: 19px !important; width:13px !important; margin-right: 5px !important; }
.col1-layout .shop-by-collection-carousel .cms_horizontal_carousel ul li { width: 190px; }
/* ======================================================================================= */



/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold;  }

/* Regular price */
.regular-price { color:#000; }
.regular-price .price { font-weight:bold; font-size:11px; color:#000; }
.block .regular-price,
.block .regular-price .price { color:#000; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#000; }
.old-price { display: block; font-weight:normal; color:#000; text-decoration:line-through;font-size:9px; padding-right:1px;  }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price { font-size:11px; font-weight:bold; color:#fc0666; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; font-size:11px; color:#000; }
.minimal-price .price {color:#000; }
.minimal-price-link { display:block; }
.minimal-price-link .label { color:#000; }
.minimal-price-link .price { font-weight:normal; font-size:11px; color:#000; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:0; font-weight:bold; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#979797; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart {  padding:0; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
#spotted-content,
#description-content { background-color:#ede4e5; margin:10px;padding:5px; color:black;}
#description-content .std {color:black;}
.product-essential #spotted-content h2{font:normal 60px Kipling, sans-serif; color:black;text-transform:uppercase;}
.product-collateral { padding:0; width:auto; margin:0 0 20px;}
.product-collateral .box-collateral { margin:0 0 0; padding:0 0 10px; border-bottom:1px solid #C2C2C2; }
.product-left {float:right; width:578px;}

.box-related ul li {width:190px; float:left; border-right:1px solid #f5f5f5; }
.box-related .product-details { border-top:1px solid #f5f5f5;}
.box-related .product-image  img{ margin:15px; }
.options-container-big {padding: 0 0;}
.product-social {border-left:1px solid #C2C2C2; padding:5px 15px;}
.my-wishlist .product-social { border:none; }
#product-attribute-specs-table { border:0; }
#product-attribute-specs-table td,
#product-attribute-specs-table th { border:0; padding:0 3px 2px 0; color:black;}
#product-attribute-specs-table th { font-weight:bold;}
#product-attribute-specs-table .even,
#product-attribute-specs-table .odd { background: none; }
.box-related .box-title { background-color:#000; padding:1px; }
.box-title h2 {color:#fff; text-transform:uppercase; font: 13px/15px Kipling; margin:1px 5px; }

/* Product Images */
.product-view .product-img-box { float:left; width:577px; height:430px; overflow:hidden; position:relative; /* border-bottom:1px solid #C2C2C2; */ }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { 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.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.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-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:380px; padding:50 0 0 0; }
.product-view .product-shop .product-name h2 { margin:0; padding:10px 0 8px 0; font:normal 34px/33px Kipling; text-transform:uppercase; color:black; }
.product-view .product-categories h3 { margin:0; padding:10px 0 8px 0; font:normal 24px/23px Kipling; text-transform:uppercase; color:black; }
.product-view .product-shop .kipling_collection { color:black;padding:0; margin:0; font-weight:bold; text-transform:uppercase; }
.product-view .product-shop .availability { }
.product-view .product-shop .short-description { color:black;padding:0; margin:0; font-size: 14px;}
.product-view .product-shop .description { padding:10px 15px; color:black !important; border-bottom:1px solid #C2C2C2; border-top:1px solid #C2C2C2;}
.product-view .product-shop .description ul.listp {margin:0px ;padding:0px ;position:relative;}
.product-view .product-shop .description ul.listup {margin: 0 0 0 20px;padding:0;position:relative;}
.product-view .product-shop .description ul.listp li{margin-top:10px;padding:0 0 0 10px;list-style:none; background:url(../images/bullet_01.gif) 0 10px no-repeat !important; }
.product-view .product-shop .description ul.listup li{margin-top:2px;padding:0px 0 0 10px;list-style:none;background:url(../images/bullet_02.gif) 0 10px no-repeat !important; }
.product-view .product-shop .price-box { margin:5px 5px 0 0; }
.product-view .product-shop .vat { color: black; height: 24px; line-height: 22px; margin: 0px; }
.product-view .product-shop .price-box .price.old-price { display: inline; font-size: 18px; line-height: 20px; margin-left: 10px; }
.product-view .product-shop .price-box .price.special-price { float: left; font-size: 22px; line-height: 20px; padding: 0px; }
.product-view .product-shop .regular-price .price { font-size: 18px; line-height: 20px; }
.product-view .product-shop .add-to-cart {margin:0 0 5px 0;overflow:hidden;}
.product-view .product-shop .add-to-cart label { color:black;padding-left: 0px; font-weight: bold;  }
.product-view .product-shop .add-to-cart .qty {margin:0; color:black;border:1px solid black; background: transparent;font-weight:normal; }
.product-view .product-shop .add-to-cart button.button {padding:0;margin:6px 0 0 0;width:282px;border:none !important;}
.product-view .product-shop .add-to-cart button.button span { background:#E81C69;width:282px; line-height: 35px; padding:0; margin:0 0 0 -3px;}

.product-view .product-shop .outofstock, div#add_to_bag_disabled p.outofstock
{
	border: 1px solid #FBD2E0;
	color: #E81C69;
	line-height: 35px;
	width: 282px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

div#add_to_bag_disabled
{
	float: right;
	padding: 26px 10px 0 0;
	margin: 0;
}

div#add_to_bag_disabled p.outofstock
{
	padding: 1px 0 0 0;
	margin-bottom: 0;
}

.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; padding:0;}
.product-view .product-shop .add-to-links a { color:#ea1c69; font-weight:bold; line-height:18px; }
.product-main-info { padding:0 15px; width:auto; min-height:380px;}
/* Product Options */
.product-options { margin:0 0 0; padding:10px 0;  }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom {  padding:15px 20px; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { display:none; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options {margin:0;padding:0;}
.product-shop .product-options-bottom { margin:0 0 0; padding:0; }
.product-shop .product-options-bottom .price-box { float:none; margin:0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop #kipling-collection h3 {color: black;font-family:KiplingBold;font-size:14px;}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
#additional-content { padding:0;}
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell { border-bottom:1px solid #e5dcc3; width:578px; overflow:hidden;padding:0; margin:0; }
.product-view .box-up-sell h2 { border-bottom:0; padding:3px 9px;font: normal 13px Kipling; margin:0; background:black;color:white; }
.product-view .box-up-sell .products-grid { width:100%; }
.product-view .box-up-sell .products-grid .product-image {padding:0;margin:0;border-bottom:1px solid #f4f4f4;width:190px; height:169px;}
.product-view .box-up-sell .product-name { font-weight:normal;color:#666666; float: left; font-family:Verdana !important; font-size:12px; width: 96px; }
.product-view .box-up-sell .price-box{float: right; line-height: 14px; margin:0; padding:0; text-align: right; width: 75px;}
.product-view .box-up-sell .price-box span.price { font-size: 12px; }
.product-view .box-up-sell .price-box span.price.old-price {font-size: 10px; line-height: 12px;}
.product-view .box-up-sell .price-box span.price.special-price {font-size: 12px; line-height: 14px; float: right;clear:left;}
.product-view .box-up-sell .vat { color: black; line-height: 12px; position: absolute; right: 2px; }
.product-view .box-up-sell li.item { border-right: 1px solid #D2D2D2; margin:0 ; padding:2px 10px 0; position: relative; float:left; display:inline; width:171px;}
.product-view .box-up-sell li.item.first { padding-left: 12px; }
.product-view .box-up-sell li.item.last { border: none; }
.product-view .box-up-sell .product-image {  height:171px; overflow:hidden; display:block; text-align:center;}
.product-view .box-up-sell .product-shop { width: 171px; }
.product-view .box-up-sell .product-shop div.info { height: 16px; }
.product-view .box-up-sell .product-shop div.links { }
.product-view .box-up-sell .product-shop div.links button { float: right; }
.product-view .box-up-sell .product-shop div.links span.more-info { float: left; font-size: 10px; height: 15px; line-height: 15px; }
.product-view .box-up-sell .product-shop div.links span a:hover { text-decoration: none; }
.product-view .box-up-sell .product-shop div.short-description { color: #989898; font-size: 11px; height: 26px; line-height:12px; margin-bottom: 5px; }
.product-view .box-up-sell button.button span{line-height:15px; padding:0 5px; float: right; font-size:11px;font-family:KiplingBold;}

div#vat-hint { text-align: right; }
div#vat-hint span { font-style: italic; font-size: 10px; }
.product-left div#vat-hint span { font-style: italic; font-size: 10px; margin-right: 10px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }



/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

.cart #shopping-cart-table td.last .cart-price .price,
.cart #shopping-cart-table .actions {
	width: 340px;
	float: right;
	clear: both;
}

.cart #shopping-cart-table .actions a,
.cart #shopping-cart-table .actions p {
	float:right;
	clear:both;
}


.cart #shopping-cart-table td.last .cart-price .price{
	font-size:24px;
	font-weight:bold;

}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px;}
.cart-table td { padding:10px; color:black; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-update,
.cart-table .btn-continue { width:284px;text-align: center; }
.cart-table .btn-continue span,
.cart-table .btn-update span { background:black; color:white;font-size:11px;text-transform: uppercase; }
.cart-table .item-options dd {padding-left:0;}
.data-table tbody tr.noborder {border:none !important;}
#shopping-cart-table {
	table-layout: auto;
	width:930px;
}

#shopping-cart-table .small_td {
	width:80px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; text-align:left; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }
.cart .cart-collaterals .btn-continue span { background:black; color:white;font-size:11px;text-transform: uppercase; }
.cart .cart-collaterals .btn-update span { background:black; color:white;font-size:11px;text-transform: uppercase; }

.cart .crosssell { padding-bottom: 15px; }
.cart .crosssell ul { border-color: #D2D2D2; border-style: none solid solid; border-width: 1px; }
.cart .crosssell h2 { font-size:12px; font-weight:normal; color:#E81C69;font-family:Verdana;letter-spacing: 0.05em; text-transform: uppercase;
border-bottom:1px solid #D2D2D2; padding:10px 10px 10px 35px; width:auto; margin-bottom: 0; background:url(../images/heart.gif) 5px 10px no-repeat;}
.cart .crosssell .product-image {  height:160px; overflow:hidden; display:block; text-align:center;}
.cart .crosssell .product-details { }
.cart .crosssell .product-name { font-weight:normal;color:#666666; float: left; font-family:Verdana !important; font-size:11px; width: 94px; }
.cart .crosssell .price-box{float: right; line-height: 12px; margin:0; padding:0; text-align: right; width: 70px; }
.cart .crosssell .price-box span.price { }
.cart .crosssell .vat { color: black; position: absolute; right: 2px; }
.cart .crosssell li.item { border-right: 1px solid #D2D2D2; margin:0 ; padding:2px 10px 0; position: relative; float:left; display:inline; width:164px;}
.cart .crosssell li.item.first { padding-left: 12px; }
.cart .crosssell li.item.last { border: none; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell .add-to-links{display:none;}
.cart .crosssell .product-shop { }
.cart .crosssell .product-shop div.info { height: 14px; }
.cart .crosssell .product-shop div.links { }
.cart .crosssell .product-shop div.links button { float: right; }
.cart .crosssell .product-shop div.links span.more-info { float: left; font-size: 10px; height: 15px; line-height: 15px; }
.cart .crosssell .product-shop div.links span a:hover { text-decoration: none; }
.cart .crosssell .product-shop div.short-description { color: #989898; font-size: 11px; height: 26px; line-height:12px; margin-bottom: 5px; }
.cart .crosssell button.button span{line-height:15px; padding:0 5px; float: right; font-size:11px;font-family:KiplingBold;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; text-align:right;}
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button.button span { padding:0;margin:0;letter-spacing:0.05em;border:0; height:19px; width:205px;font:10px/21px Verdana; background-color:#EDE5E6; color:black;}
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount label { text-transform:uppercase; width:100%; }
.cart .shipping label { text-transform:uppercase; width:100%; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(../images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .giftcard { background:#F6F6F6; color:black; margin:0 0 15px; padding:0 10px 30px; }
.cart #giftcard_code { width:284px; }
.cart .giftcard form { padding: 0 10px; display: block; }
.cart .giftcard h2 { color:#E81C69; font:20px KiplingBold; padding:3px 9px; text-transform:uppercase; }
.cart .giftcard button.button span { font:11px/15px KiplingBold; height:15px; background:#E81C69; color:#FFFFFF; }

.cart .giftcard .error-msg { margin-bottom: 12px; }

.cart .giftcard label,
.cart .giftcard .input-box,
.cart .giftcard .button-set { float:left; line-height:20px; padding:0 12px 0 0; }
.cart .giftcard .button-set { width:300px; }
.cart .giftcard button.check-gc-status { margin-top: 10px; }
.cart .giftcard .please-wait { float:none; display: block; }
.cart .giftcard .gift-card-info { padding-left: 10px; }

.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { width:auto; border-top:1px solid  #808080;}
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; background:#EA1B69; }
table .grandtotal {padding-top:5px; padding-bottom:5px; background:#EA1B69;}
table .grandtotal td strong { color:white; font-size:24px;letter-spacing: 0.05em; font-family:KiplingBold; text-transform:uppercase;}
.cart .totals tfoot td strong { color:white; font-size:24px;letter-spacing: 0.05em; font-family:KiplingBold; text-transform:uppercase;}
.cart .totals tbody td { padding-top:5px; padding-bottom:5px;text-transform:uppercase; font-size:14px; }
.cart .totals .checkout-types { font-size:13px; padding:0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0 0 10px 0; text-align: right;display: block; }

.cart .infolinks a {
	text-transform: uppercase;
	color:black;
	text-decoration: none;
	font-size:10px;
}
.cart .infolinks a:hover {
	color:#EA1B69;
}

.cart button.btn-proceed-checkout {
	width:284px;
	text-align:center;
	padding:3px 0;

}

.cart .totals button.btn-proceed-checkout span{
	font-size:19px;
	letter-spacing:0.05em;
	text-transform:uppercase;
	padding:6px 0 !important;
}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:absolute; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */

/* Store Locator ========================================================================= */

.ustorelocator-location-map ul.store-list h1 { padding-left:15px; }

.ustorelocator-location-map form#store_locator_form div,
.ustorelocator-location-map form#store_locator_form fieldset,
.ustorelocator-location-map ul.store-list li.item { float:left; padding:10px 15px; width:289px; height:299px; }
.ustorelocator-location-map ul.store-list li.item_empty1 { float:left; width:319px; height:319px; border-top:1px solid #a3a3a3; border-right:1px solid #a3a3a3; }
.ustorelocator-location-map ul.store-list li.item_empty2 { float:left; width:318px; height:319px; border-top:1px solid #a3a3a3;  }

.ustorelocator-location-map form#store_locator_form div,
.ustorelocator-location-map form#store_locator_form fieldset { border-top:1px solid #a3a3a3; border-right:1px solid #a3a3a3; }
.ustorelocator-location-map form#store_locator_form fieldset.city { border-right:none; width:288px; }


.ustorelocator-location-map form#store_locator_form fieldset { font-size:60px; line-height:50px; font-family:Kipling;  }
.ustorelocator-location-map form#store_locator_form fieldset label { font-size:52px; font-family:Kipling; display:block; text-transform:uppercase; }
.ustorelocator-location-map .wrapper .page form#store_locator_form strong { font-family:KiplingBold; font-weight:normal; }
.ustorelocator-location-map form#store_locator_form fieldset.city label { color:#ec4b29; }

.ustorelocator-location-map form#store_locator_form fieldset select { width:100%; font-size:16px; margin:25px 0; color:#000; }
.ustorelocator-location-map form#store_locator_form fieldset select.disabled { color:#c2c2c2; }

.ustorelocator-location-map div.loyality-card p { font-family:Kipling; font-size:25px; color:#928781; letter-spacing: 2px; line-height: 28px; }

.ustorelocator-location-map ul.store-list { clear:left; overflow:auto; }
.ustorelocator-location-map ul.store-list li.item { border-right: 1px solid #974c3c; border-bottom:1px solid #974c3c; }
.ustorelocator-location-map ul.store-list li.first-row { border-top:1px solid #974c3c; }
.ustorelocator-location-map ul.store-list li.last-row { }
.ustorelocator-location-map ul.store-list li.last { width:288px; border-right:none; }


.ustorelocator-location-map ul.store-list li.item { float:left; padding:10px 15px; background:#ec4b29; color:#fff; position:relative; letter-spacing: 1px; }
.ustorelocator-location-map ul.store-list li.item address { font-family:Kipling; font-size:26px; line-height:30px; }
.ustorelocator-location-map ul.store-list li.item h3 { color:#fff; font-family:KiplingBold; font-size:26px; line-height:30px; text-transform:uppercase; font-weight: normal; margin: 0; }
.ustorelocator-location-map ul.store-list li.item p { font-size:12px; position: absolute; bottom:0px; text-transform:uppercase; }

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }
#checkout-agreements {height: 200px;}

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content {  padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

.opc .agreement{margin:10px 0;padding:10px;height:90px;overflow:auto;width:auto;border:1px solid #C2C2C2;}

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-success,
.opc-wrapper{padding:15px;width:auto;}
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.opc-progress-container {padding:0px; width:auto;}
.opc-progress-container ul {margin:0;padding:0;list-style:none;}
.opc-progress-container ul li{ text-transform: uppercase; font-size:14px;color:#E81C69;width:172px; float:left;display:block;border-bottom:8px solid #E81C69;padding:0 0 1px 0;margin:0 10px 0 0;}
.opc-progress-container ul li a {color:#E81C69;}
.opc-progress-container ul li.complete{border-bottom:8px solid black;color:#000;}
.opc-progress-container ul li.complete a {color:black;color:#000;}

.opc div.fieldset {border:0;}
.opc #billing-new-address-form,
.opc #shipping-new-address-form{ padding:10px; background:#F6F6F6;}

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc p.required { margin:0; padding:0 0 10px; text-align:left !important; }
.opc .buttons-set .back-link small { display:none; }
#opc-review .buttons-set button.button,
.opc .buttons-set button.button {margin: 0 -3px 2px 0px;}
#opc-review .buttons-set button.button span,
.opc .buttons-set button.button span {width:287px;height:40px; line-height:40px;margin:0;padding:0;}
#opc-review .buttons-set button.button span span,
.opc .buttons-set button.button span span{width:auto;}
.opc .buttons-set .back-link {float:right;background:black;width:287px;text-align:center; height:20px;line-height:20px;}
.opc .buttons-set .back-link a {  color:white;text-transform:uppercase;}
.opc .buttons-set button.button
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { display:none; }
.opc li.active { display:block !important; }

.opc .step-title { text-align:left; padding-top:17px;}
.opc .step-title .number { display:none; }
.opc .step-title h2 { font-size:50px; letter-spacing:0.05em; color:#E81C69;font-family:KiplingBold;font-weight:bold;text-transform:uppercase; }
.opc .step-title a { display:none;}

.opc .allow .step-title { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative; }
.opc .step .tool-tip { right:30px; }

.opc h3.sub {background:black;color:white;text-transform:uppercase;width:auto;padding:2px 10px;font-size:12px;font-weight:normal;}

#opc-login .account-login {padding:0;margin:0;}
#opc-login .step-title{display:none;}

#opc-shipping_method .buttons-set { border-top:0; }

.opc .checkout-shipping-method-load { }

.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { margin:0;padding:0; height:auto;}
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

#opc-review .review-address {
	clear:both;
	margin-bottom:30px;
	margin-left:0px;
	overflow:auto;
	width: 100%;
}

#opc-review .review-address li {
	float:left;
	display:inline;
	position:relative;
	/* padding: 0 10px 0 0; */
	width: 50%;
}

#opc-review .review-address li h3.first {
	margin-right: 10px;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }

/* Account */
.account-create,
.account-login {position:relative; padding:0; width:auto;}
.account-create h1,
.account-login h1 {  padding: 0 ;margin:0; font-size:50px; letter-spacing:0.05em; color:#E81C69;font-family:KiplingBold;font-weight:bold;text-transform:uppercase; }
.account-create label,
.account-login label {color:#EA1B69;}
.account-login .registered-users { height:164px;padding:0 10px; margin:0 0 15px 0; width:auto; color:black; background:#F6F6F6;}
.account-login .registered-users ul{position:relative; height:40px;}
.account-login .registered-users ul li{border:none;position:relative;font-size:12px;line-height: 20px; float:left; padding: 0 12px 0 0;text-align:right;}
.account-login .registered-users ul li a {font-size:10px;color:black;}
.account-create input,
.account-login .registered-users input {text-align:left; font-size:12px;line-height: 20px; height:20px;border:1px solid #D1D1D1;}
.account-login .registered-users button.button { width:auto;font-size:12px;line-height: 20px; height:20px; background:black; color:white; border:1px solid black;}
.account-login .registered-users button.button span { padding:0 10px;margin:0;background:none;font-size:12px;}

.account-create .new-users,
.account-login .new-users { padding:0 10px 10px ; width:auto; color:black; background:#F6F6F6;}
.account-create .new-users { padding:0 10px 30px 10px; }
.account-create .new-users .required{text-align:left !important;}
.account-create .new-users table{width:912px;}
.account-create .new-users td{ width:33%; padding:0;}

.my-account-address input,
.my-account-address-last input,
.my-account-newsletter select,
.my-account-edit input,
.my-account-edit select,
.account-create .new-users select,
.account-create .new-users input {padding:0;text-align:left; width:284px;font-size:12px;line-height: 18px; height:18px;border:1px solid #D1D1D1;}

.my-wishlist button.button,
.my-account-address button.button,
.my-account-address-last button.button,
.my-account-newsletter button.button,
.my-account-edit button.button,
.account-create .new-users button.button { width:284px;text-align:center;font-size:18px;line-height: 37px; height:37px; background:#E81C69; color:white; border:1px solid #E81C69;}

.my-wishlist button.button span,
.my-account-address button.button span,
.my-account-address-last button.button span,
.my-account-newsletter button.button span,
.my-account-edit button.button span,
.account-create .new-users button.button span {padding:0;margin:0;background:none;font-size:18px;}
.my-account-edit .new-users button.button span {
 float:left;width:284px;
}
.cart-empty,
.my-account-orders-details-view,
.my-account-orders-details,
.my-account-orders,
.my-account-returns,
.cart,
.my-wishlist,
.my-account-address,
.my-account-newsletter,
.my-account-edit {padding: 15px 15px 0  15px;border-top:1px solid #D2D2D2;clear:both}

.my-account-orders-details,
.my-account-orders-details-view {border-bottom:none;}

.my-account-edit .required{text-align:left;}

.my-account-edit td{width:305px !important;}

.my-account-orders-details p,
.my-account-orders p,
.my-wishlist p,
.my-account-address p,
.my-account-address address,
.my-account-newsletter p{color:black;}

.grand_total_incl {background:#F06;height:47px;}
.grand_total_incl td {background:#F06;height:47px;color:white; font-size:24px; letter-spacing: 0.05em;text-transform:uppercase;}
.grand_total_incl td strong {font-family:Verdana;}

.my-account-orders-details h3 {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	font-weight:bold;
	color:#000;
}

#orderinfo th,#orderinfo td{width:49%;}
#orderinfo td{color:black;line-height:150%;border:none;}

.my-wishlist button.button {
	width:153px;
	height:41px;
	margin:0 0 5px;
}

.my-wishlist button.button span {
	font-size:14px !important;
}


.my-account-edit p.changepw {
	color:#EA1B69;
	font-weight:bold;
	font-size:16px;
	margin:0 0 3px;
}

.addresses-entry {
	padding:0 0 20px;
}
.address-entry a:hover {
		color:#EA1B69;
		text-decoration:none;
}

.standard-form .no-clear { clear:none; }
.standard-form .no-float { float:none; }

.cart-empty h2,
.my-wishlist h2,
.my-account-orders h2,
.my-account-address h2,
.my-account-address-last h2 {
	background:black;
	color:white;
	width:auto;
	padding:0 10px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-weight:normal;
	font-family:Verdana;
	font-size:11px;
	line-height:21px;
}

/* Account */

/* Dashboard */

.dashboard { position: relative; padding: 0;}

.dashboard ul {
	position: relative;
	top :0;
	left:2px;
	padding: 0;
	margin:0;
	list-style:none;
}

.dashboard ul li {
	position: relative;
	list-style:none;
	float:left;
	height:26px;
	border-right:1px solid #D2D2D2;
	padding:0 10px;
}
.dashboard ul li.last {
	   border-right:none;
}
.dashboard ul li a{
	font-size:11px;
	line-height:26px;
	text-transform:uppercase;
	color:black;
}
.dashboard ul li a.active,
.dashboard ul li a:hover{
	color:#E81C69;
	text-decoration:none;
}
.dashboard .messages .success-msg ul li {
	height: auto;
	border-right-width: 0px;
}
.dashboard .messages .success-msg {
	height: auto;
}

.dashboard-list table {
	margin:0;
	paddding:0;
	width:100%;
	list-style: none;
	border:1px solid #D2D2D2;
	border-width: 1px 0 0 0;
	border-left:0;
	border-right:0;
	border-collapse: collapse;
}
.dashboard-list table td {
	margin:0;
	width:33%;
	height: 192px;
	padding:20px 14px;
	border:1px solid #D2D2D2;
	border-collapse: collapse;
	color:black;
	border-width: 1px 0 0 1px;
}

/* non-eshop customization */
.dashboard-list table td.noneshop-address,
 .dashboard-list table td.noneshop-address:hover {
	background:#E81C69;
}
.dashboard-list table td.noneshop-history,
.dashboard-list table td.noneshop-history:hover {
	background: #ff5903;
}

.dashboard-list table td:hover {
	background:black;
}
.dashboard-list table td a {
	display:block;
	width:100%;
	text-decoration:none;
	color:black;
}
.dashboard-list table td:hover h3,
.dashboard-list table td:hover p,
.dashboard-list table td:hover address,
.dashboard-list table td:hover a{
	color:white;
}
.dashboard-list td.first{border-left:0;}
.dashboard-list td.last{border-right:0;}
.dashboard-list td.hello{
	background:#E81C69;
	color:white;
	padding:25px 23px;
}
.dashboard-list table td h3{
	color:black;
	font-family: KiplingBold;
	font-size:38px;
	line-height:36px;
	margin:0;
	padding:0 0 5px 0;
	text-transform:uppercase;
	letter-spacing:0.05em;

}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* 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 .cart-price,
.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; }

/* My Wishlist */
.my-wishlist .data-table td { padding:0 10px; color:black;}
.my-wishlist .product-image { display:block; width:100px; height:100px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:282px; height:81px; }
.my-wishlist .buttons-set { border-top:1px solid #808080; border-bottom:1px solid #808080;padding:3px 0;}
.my-wishlist .buttons-set button.button { float:none; background:none;height:auto;line-height:16px; margin:0; padding:0; width:auto; border:none }
.my-wishlist .buttons-set button.button span{font-size:13px !important; font-family:KiplingBold;color:#FF0066; background:none;}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }
.cart-table a.product-link,
#wishlist-table a.product-link{ color:black;font-weight:bold; font-size:10px; line-height:10px;}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {width:auto;padding: 0 30px 30px 30px; max-width: 960px;}
.footer { font-size:11px; padding:10px 0;border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#666666; text-decoration:none; letter-spacing: 0.05em;font:11px/100%}
.footer a:hover { text-decoration:none; color:#e81c69;}
.footer .bugs { margin:13px 0 0; color:#666666; }
.footer .bugs a { color:#666666; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#666666; }
.footer address a { color:#666666; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul{padding:0;margin:0; }
.footer li { padding:0;margin:0; }
.footer-container .bottom-container { margin:0 0 5px; }

.footer-container div.footerbanner
{
	width: 100%;
	border: 1px solid #D2D2D2;
	border-bottom: none;
	overflow: hidden;
}

.footer-inner { overflow:hidden;background:url(../images/footer_bg.gif) 0 0 repeat-y;}
.fcol-1 { float:left; width:180px; text-align:left; min-height:100px; }
.fcol-4 { float:left;  margin-left:9px; width:139px; text-align:left;  min-height:100px; }
.fcol-5 { float:left; margin-left:6px; width:245px; text-align:right; padding-top:10px; min-height:100px;  }
.fcol-1 span { letter-spacing:0.05em;font-family:Verdana, sans-serif;font-weight:bold; text-transform:uppercase; font-size:11px; color:#797979; margin:0; }
.fspace { margin-left:9px;}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.account-login .new-users:after,
.account-login .registered-users:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Horizontal Carousel */
#horizontal_carousel {
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  position: relative;
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#horizontal_carousel ul li {
	padding:0;
	margin:0;
  text-align: center;
  list-style:none;
  float:left;
}

#horizontal_carousel .previous_button {
left:0;
	width: 22px;
  height: 22px;
  margin:0 0 0 10px;
  background: url(../images/prototype-ui/horizontal/left_kip.png);
  z-index: 100;
  cursor: pointer;
  position:absolute;
}
#horizontal_carousel .previous_button_disabled{
	background:none !important;
}

#horizontal_carousel .next_button {
	right:0;
  width: 22px;
  height: 22px;
  margin:0 10px 0 0;
  background: url(../images/prototype-ui/horizontal/right_kip.png);
  z-index: 100;
  cursor: pointer;
  position:absolute;
}
#horizontal_carousel .next_button_disabled {
	background:none !important;
}

.clerasil:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clerasil {display: inline-block;}

/* IE-Mac \*/
* html .clerasil {height: 1%;}
.clerasil {display: block;}
/* /IE-Mac */

.absolutebubble{
	color: #E81C69;
	font-size: 22px;
	font-family: "KiplingBold", Arial, serif;
	right: 0px;
	padding: 0px 5px 5px;
	position: absolute;
	top: 0px;
}

.absolutebubble img,
.absolutebubble span{
    display:block;
}

.absolutebubble span{
    height: 47px;
    line-height: 40px;
    text-align: center;
    width: 60px;
}

#product-img .discountbubble {
	left: 480px;
	top: 4px;
}

.bubble-discount {
	/*background: url(../images/discount-purple.png) 0 0 no-repeat;*/
}

.bubble-best-seller {
	background: url(../images/best_seller.png) 0 0 no-repeat;
}

.bubble-free-gift {
	background: url(../images/free_gift_blank.png) 0 0 no-repeat;
}

.bubble-free-gift div {
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.bubble-free-gift div.row1 {
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.bubble-free-gift div.row2, .bubble-free-gift div.row3 {
	font-size: 11px;
	line-height: 13px;
}

.bubble-it-bag {
	background: url(../images/it_bag.png) 0 0 no-repeat;
}

.bubble-press-favourite {
	background: url(../images/press_favourite.png) 0 0 no-repeat;
}

.bubble-new-collection {
	background: url(../images/new_collection_blank.png) 0 0 no-repeat;
}

.bubble-new-collection div {
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.bubble-new-collection div.row1 {
	margin-top: 2px;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
}

.bubble-new-collection div.row2, .bubble-new-collection div.row3 {
	font-size: 11px;
	line-height: 13px;
}

#popId-geolocation-redirection-notification { position:absolute; left:50%; width: 350px; margin:250px 0 0 -175px; z-index:999; border:1px solid #C2C2C2; background:#fff; padding:15px; }
#popId-geolocation-redirection-notification .redirection-notification-message { margin-bottom:20px; }

.cart-table thead .total { width:120px; }
.cart-table tbody table { width:100%; }
.cart-table tbody table thead td { text-align:center; }
.cart-table table.border tbody td { padding:0 0 10px 0 !important; vertical-align:top; text-align:center; border:none; }
.cart-table table.border tbody td.general-info { text-align:left; }
.cart-table table.border tbody td label { margin-right:-80px; display:block; color:#000; margin-top:5px; }
.cart-table table.border tbody td textarea { margin-right:-65px; width:190px; min-height:50px }
.cart-table table.border tbody .btn-remove { font-size:0; text-indent:-9999px; display:block;float:right; width:9px; height:9px; border:none;  background:url(../images/x.gif) 0 0 no-repeat; cursor:pointer; margin-top:5px; }
.cart-table table.border tfoot .add-select-row { border:none; cursor:pointer; }
.cart-table table.border tfoot .add-select-row span span { padding:3px 5px; background:#000; color:#fff; height:14px; display:block; }

.slideshow { position:relative; }
.slideshow img { position:absolute; left:0; top:0; }

.search_result_mini_form { text-align: right; padding-top: 9px; padding-right:10px; }
.search_result_mini_form .form-search button.button { text-align:left; width:34px; padding-left:0px;margin:0;border:none; }
.search_result_mini_form .form-search button.button span { padding:0;margin:0;letter-spacing:0.05em;border:0; height:21px; width:32px;font:bold 10px/21px Verdana; background-color:#EDE5E6; color:black;}


#subscribe_update_div {
	background:#fff;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin-top:-120px;
	opacity:0.90;
	filter:alpha(opacity=90);
	border: solid 1px #AAAAAA;
	text-align:center;
	}

/* contact form */

#contactForm {
	background:none;
	height:auto;
	vertical-align:top;
}

#contactForm .buttons-set {
        width:457px;
        margin: 0 15px;
}

#contactForm .fieldset {
	margin:0 15px 0 15px;
	vertical-align:top;
	border-bottom:0px;
}
#contactForm .fieldset h2 { background:black; font:12px/1.55 Verdana,Arial,Helvetica,sans-serif; border-right:1px solid #D2D2D2; padding:2px 8px; color:white; white-space:nowrap; vertical-align:middle; text-transform:uppercase; }
#contactForm legend {
/*	padding: 4px 1px;*/
}
#contactForm h3 {
	margin:20px 0 5px 0;
	color:#000;
}
#contactForm .fieldset#contactformcolumn {
	width:450px;
}
#contactForm legend {
	margin:0 0 20px 0;padding:1px 2px;color:#fff;display:block;background:#000;text-transform:uppercase;
}
#contactForm textarea {
	width:448px;
}

#contactForm .required {
  width:450px;
  text-align: left;
}

#contactForm .button {
	width:250px;
	margin:10px 0px 15px 0;
}


/* contact info */

#contactInfo {
  background:none;
}

#contactInfo .fieldset {
  height:auto;
  margin:0 15px 0 15px;
  border-bottom:0px;
}

#contactInfo .form-list .field,
#contactForm .form-list .field,
#contactForm .form-list textarea,
#contactForm .form-list li label  {
	margin-left:0;
}

#contactInfo .fieldset h2 {
	background:black;
	font:12px/1.55 Verdana,Arial,Helvetica,sans-serif;
	border-right:1px solid #D2D2D2;
	padding:2px 8px;
	color:white;
	white-space:nowrap;
	vertical-align:middle;
	text-transform:uppercase;
}

#contactInfo .fieldset h3,
#contactForm .fieldset h3 {
    font-family: KiplingBold;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    width:500px;
}

#contactInfo .store-list address,
#contactInfo .store-list p,
#contactInfo .store-list p a { color:#000; }

#contactInfo legend {
/*  padding: 4px 1px;*/
}
#contactInfo h3 {
  margin:10px 0 5px 0;
  color:#000;
}
#contactInfo .fieldset#contactInfocolumn {
  width:450px;
}
#contactInfo legend {
  margin:0 0 20px 0;padding:1px 2px;color:#fff;display:block;background:#000;text-transform:uppercase;
}

#contactInfo .required {
  width:450px;
  text-align:left;
	}
.dashboard-list {
	clear:both;
}
#geochange {
	z-index:3;
	position:absolute;
	top:400px;
	width:600px;;
	left: 200px;
	text-align:center;
	border:1px solid #D1D1D1;
	background:#fff;color:#000;
	padding:20px;
}
#geochange p {
	font-size:32px;
	font-family:Kipling;
	padding:20px;
}
#geochange button {
	display: block;
	float:left;
	width: 200px;
}
#geochange a {
	width: 200px;
	float: right;
}
#geochange a.no {
	float: left;
}
#geochange a span {
	background:none repeat scroll 0 0 #E81C69;
	color:#FFFFFF;
	display:block;
	font-size:18px;
	letter-spacing:0.05em;
	padding:3px 18px;
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
}

.sitemap-data-table { width:100%; margin-left:5px; }
.sitemap-data-table thead th { padding-right:40px; }
.sitemap-data-table hr.sitemap { border:solid #E81C69 3px; margin-right:40px; }
.sitemap-data-table div.acol { margin-bottom: 10px; margin-top:10px; margin-right:40px}
.sitemap-data-table tbody hr { margin-right:40px; height:1px; color:grey; background-color:grey; border: 0 none; }
.sitemap-data-table tbody hr.last { margin-right:40px; height:1px; color:grey; background-color:grey; border: 0 none; margin-bottom:20px; }
.sitemap-data-table div.acol b { color:#E81C69; text-transform:uppercase; }
.sitemap-data-table a { text-decoration:none }
.sitemap-data-table ul ul.inner { padding-left:20px; }

.change-country-data-table {padding-left:10px;}
.change-country-data-table hr.change-country { border:solid #E81C69 3px; margin-right:40px; margin-bottom:10px;}
.change-country-data-table td b { color:#E81C69; text-transform:uppercase; }
.change-country-data-table a { text-decoration:none }

.store-locator { width:282px; height:30px; background-color:#E81C69; text-align:center; margin-bottom:5px; }
.store-locator span { color:#fff; text-transform:uppercase; font-size:18px; }

#prefix { width:60px; }
.my-account-address-last {padding: 15px 15px 0  15px;clear:both}
div.addresses-entry input,
div.addresses-entry select { margin-right:20px; margin-bottom:5px; }
div.addresses-entry .checkbox {margin-bottom:3px;}
div.addresses-entry .adresstd { padding-top:16px; }
div.addresses-entry #com-town,
div.addresses-entry #del-town,
div.addresses-entry #com-country,
div.addresses-entry #del-country { width:130px; }
div.addresses-entry #del-addresses { width:284px; }
div.addresses-entry .submit { background-color:#E81C69; color:#fff; height:40px; font-size:18px; text-align:center; }
div.addresses-entry em { color:#E81C69; }
div.addresses-entry #add_address,
div.addresses-entry #remove_address {
	margin-top:15px;
	background:none repeat scroll 0 0 #000;
	border:1px solid #000;
	font-size:12px !important;
	height:20px;
	line-height:20px;
	text-transform:uppercase;
}
div.addresses-entry .region {margin-top:14px;margin-bottom:2px;}
button.btn-cart { width:180px; }
button.remove-item {
	background:none repeat scroll 0 0 #000;
	border:1px solid #000;
	color:#fff;
	width:153px;
	cursor:pointer;
	font-size:12px !important;
	height:20px;
	line-height:20px;
	text-transform:uppercase;
}
.store-list address,
.store-list p,
.store-list p a { color:#fff; }

a.kipling-pink { color:#E81C69; }
.pt-newsletter { margin-bottom:0; }
.pt-newsletter h1 { padding-bottom:0; }
form.newsletter-guest { padding:0 10px; display:block; }
button.newsletter-subscribe { height:33px; line-height:33px; text-align:center; width:267px; background:#E81C69; }

img.color-square { margin-top:2px; border:1px solid black; }

a.addto-wishlist { display:block; background-color:black; width:282px; text-align:center; text-transform:uppercase; color:#fff !important; text-decoration:none; line-height:20px !important;}
a.addto-wishlist:hover { color:#E81C69 !important; }
a.addto-wishlist img { margin-top:2px; }

/* SEARCH Results from CMS (right column with black headings): */
.results-products { float: left; width: 573px; }
.results-cms-column {float: left;  width: 193px; border-left: 1px solid #C2C2C2;}
.results-cms-block {background-color: black;}
.results-cms-block h1 {	font-family: Kipling; color: white; font-size: 16px;margin: 0; padding: 12px 0px 0px 16px; height: 28px;}
.results-cms-entry {background-color: white; padding: 10px 10px 10px 16px; border-bottom: 1px solid #C2C2C2; color: black; line-height: 14px;}
.results-cms-entry h2 {font-size: 12px; color: black; margin: 0 0 2px;}

.standard-form label,
.standard-form input,
.standard-form select,
.standard-form span,
.standard-form div,
.standard-form button {
	float:left; clear:left;
}

.standard-form span { margin-top:18px; }

#com-zip, #del-zip { margin-bottom:0; }

#questionmark { margin:3px 0 0 2px; }
.giftwrap-chooser { margin-right:2px; }

/* Tooltips Products*/
.product_layer_box {
	background:#000;
	padding:10px;
	width:120px;
	position:absolute;
	text-align: left;
	right:-60px;
	top:40px;
	z-index:120;
}

#horizontal_carousel .product_layer_box {
	padding:4px;
	top:0px;
	left:90px;
	width:90px;
}

#horizontal_carousel .product_tooltip_last .product_layer_box {
	left:-10px;
}

.product_layer_box h4,
.product_layer_box h4 a,
.product_layer_box h4 a:hover,
.product_layer_box p {
	color: #fff;
	font-family: Verdana !important;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:0;
}

.product_layer_box h4 {
	font-weight:bold;
}

.product_layer_box .button,
.product_layer_box .button:hover {
	background:#E81C69;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	padding:1px 5px;
	font-family: KiplingBold;
	font-size: 11px;
	margin-top:10px;
	float:left;
	clear:both;
}

#horizontal_carousel .product_layer_box .button,
#horizontal_carousel .product_layer_box .button:hover {
	margin-top:2px;
}

.product-main-info .product-attributes-block {
	margin-top: 10px;
	color: #2F2F2F;
}

.product-main-info div.product-attributes div.label {
	font-weight: bold;
	width: 70px;
	float: left;
}

.product-categories {
	color: #BAB0A7;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}

.product-categories .categories-header {
	font-weight: normal;
	color: #BAB0A7;
}

.product-categories a {
	color: #BAB0A7;
}

div.product-message {
	margin-top: 10px;
}

#globalCollectLayer {
	width:500px;
	height:500px;
	border:1px solid #ccc;
	background:#fff;
}

#globalCollectFrame {
	border:none;
}

.gc-wrapper {
	width: 280px;
	margin: 0px auto;
	padding-top: 100px;
	background:url('../images/logo_small.gif') 0 10px no-repeat;
}

.visions-globalcollect-method-redirect {
	text-align: left;
	background: #fff;
}

p.colored{color: #EA1B69; text-transform: uppercase;}

.product-view .box-related {
    border-bottom: 5px solid #E81C69;
    border-top: 0;
    border-left: 5px solid #E81C69;
    border-right: 5px solid #E81C69;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 568px;
}

.product-view .box-related .item-info dt, .product-view .box-related .item-info dd{
    float:left;
    width: 150px;
    text-align:center;
    height:150px;
}
.product-view .box-related .item-info dd {
    background: url("../images/bundle-plus.png") no-repeat scroll 10px center transparent;
    padding-left: 50px;
}
.product-view .box-related .related-content {
    padding: 10px 15px;
}
.product-view .box-related .related-content a.product-image:hover {
    text-decoration:none;
}
.product-view .box-related .related-content .product-name{
    color:#E81C69;
    font-weight:bold;
}
.product-view .box-related .related-content .bundle-price {
    float:left;
    background: url("../images/bundle-equal.png") no-repeat scroll 3px center transparent;
    padding-left: 20%;
    width:80%;
    margin-top:60px;
    color:#E81C69;
    font-size:14px;
    font-weight:bold;
    margin-top:55px;
    margin-bottom:30px;
    line-height: 20px;
}
.product-view .box-related .related-content .bundle-add-to-cart {
    width:188px;
}
.bundle-add-to-cart .bundle-price .bundle-total-price{
    font-size:18px;
    display:block;
}
.bundle-add-to-cart .button {
    width:100%;
}
.bundle-add-to-cart .button span {
    font-size:12px;
    background-color:#E81C69;
    font-weight:bold;
    line-height: 20px;
}
.product-view .bundle .box-title {
    background-color: #E81C69;
}
.product-view .bundle .box-title h2 {
    font-weight:bold;
    font-size:18px;
    line-height: 25px;
}
.cart-table .item-options dd.bundle-options {
    padding-left:10px;
}
