@charset "UTF-8";

/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, small, section, article, header, footer, nav, aside, hgroup, mark, time, meter, progress, datalist, canvas, audio, video, figure, figcaption { 
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background: #ffffff; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
ul, ol { list-style: none; }
a img { border: none; }
input,textarea { margin: 0; }
a, input, select, textarea { outline: none; } /* Removes Firefox imposed outline */
section, article, header, footer, nav, aside, hgroup { display: block; }
select, button, input { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }


/* Global */
.wrapper { display: inline-block; } /* Clearing floats without extra markup  */
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
.shadow_inactive { -moz-box-shadow: 3px 0 8px rgba(0,0,0,0.2); -webkit-box-shadow: 4px 0 8px rgba(0,0,0,0.2); box-shadow: 3px 0 8px rgba(0,0,0,0.2); 
/* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=120, Color='#cccccc')"; 
/* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=120, Color='#cccccc'); }
hr { background-color: #000000; width: 70px; height: 4px; border: none; margin-bottom: 16px; margin-right: 190px; }

.preload, .preload a, .preload p, .preload img { position: absolute; visibility: hidden; height: 1px; width: 1px; }
.scroll-track { height:10px; width:10px; background:none; }
.scroll-handle { height:10px; width:6px; margin-left: -16px; background:#333333; cursor:pointer; }
.scroll-handle:hover { background:#999999; }

/* Typography */
body { font-size: 13px; line-height: 16px; color: #000000; }
body,p,ul,ol,dl,input,textarea, button { font-family: 'FontSiteSansRoman', Arial, Helvetica, sans-serif; } /* Default fonts and colors. */
p,h1,h2,h3,h4,h5,h6 { font-family: 'FontSiteSansRoman', Arial, Helvetica, sans-serif; font-size: 1em; }
h1,h2,h3,h4,h5 { text-transform: uppercase; }
h1 { font-family: 'FontSiteSansBoldItalic', Arial, Helvetica, sans-serif; font-size: 26px; line-height: 30px; margin-bottom: 16px; }
h2 { font-family: 'FontSiteSansBold', Arial, Helvetica, sans-serif; margin-bottom: 16px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }
h5 { font-family: 'FontSiteSansBold', Arial, Helvetica, sans-serif;  }
h6 { font-size: 10px; color: #999999; }
p { white-space: normal; margin-bottom: 16px; }

/* Links */
a { color: #000000; border-bottom: 1px #333333 solid; padding-bottom: 0; text-decoration: none; }
a:hover { color: #999999; border-color: #999999; }
a.inactive, .inactive>a { color: #CCCCCC; cursor: default; border-color: #EEEEEE; }
a.showhide:before { content: ''; display: block; margin-right: 3px; float: left; width: 16px; height: 16px; 
	background: url(../images/show.gif) center no-repeat; }
a.showhide.active:before { background-image: url(../images/hide.gif); }
a.close { border: none; }
a.img, div.button a, a.button { border-bottom: none; }
a.like { display: block; background-image: url(../images/icon_facebook.gif); background-repeat: no-repeat; background-position: 0 -30px; width: 5px; padding: 0 12px; margin: 5px 0; height: 15px; line-height: 18px; border-bottom: none; }
a.like:hover { background-position: 0 0; }
a.button, button, input[type="submit"], input[type="reset"] { display: block; color: #ffffff; background-color: #000000; 
	padding: 2px 7px; height: 18px; font-size: 12px; line-height: 18px; border: none; cursor: pointer; display: inline-block; 
	border: 1px solid #000000; text-transform: uppercase; }
a.button.cart { width: 120px; text-align: center; }
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #999999; border-color: #999999; }
a.button.inactive, button.inactive, input[type="submit"].inactive, input[type="reset"].inactive { background-color: #EEEEEE; border-color: #EEEEEE; cursor: default; }
a.button.inferior, button.inferior, input[type="submit"].inferior, input[type="reset"].inferior { 
	color: #000000; background-color: #FFFFFF; border-color: #dedede;  font-size: 11px; }
a.button.inferior:hover, button.inferior:hover, input[type="submit"].inferior:hover, input[type="reset"].inferior:hover {
	color: #999999; background-color: #FFFFFF; }
a.icon { position: relative; display: block; height: 15px; width: 15px; border: none; background-repeat: no-repeat; background-position: 0 -30px; }
a.icon:hover { background-position: 0 0; }
a.icon:hover span.tooltip { display: block; }
a.facebook { background-image: url(../images/icon_facebook.gif); }
a.twitter { background-image: url(../images/icon_twitter.gif); }
a.instagram { background-image: url(../images/icon_instagram.gif); }
a#bgimageoverlay { border: none; display: block;}
.selected { font-family: 'FontSiteSansBold', Arial, Helvetica, sans-serif; border: none; }
.tooltip { display: none; position: absolute; top:30px; right: -36px; background-color: #333333; color: #FFFFFF; padding: 8px; width: 72px; text-transform: uppercase; font-size: 10px; line-height: 15px; z-index: 50; }
.tooltip:before { position: absolute; top: -8px; left:0; height: 8px; width: 88px; display: block; background: url(../images/tooltip_corner_top.png) no-repeat center; content: ' '; }



/* Structure */
body { background-color: #ffffff; display: block; }
#site { position: absolute; width: 100%; min-width: 1000px; height: 100%; }
#productImageContainer, #promotionImageContainer { position: absolute; top: 0; left: 0; width:100%; height:100%; overflow: hidden; }
#productImage, #promotionImage { position:absolute; }
#bgimageoverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/overlay_black_5.png); }
#imageCaption { position: fixed; bottom: 0; right: 40px; padding: 6px 16px; background-color: #FFFFFF; }
#leftside { position: fixed; width: 320px; top:0; left: 40px; bottom: 0; height: 100%; overflow: hidden;}
#leftside header.site { position: absolute; top: 0; padding: 10px 20px 20px 20px; background-color: #ffffff; width: 260px; height: 160px; z-index: 11; }
#leftside footer.site {  position: absolute; bottom: 0; padding: 10px 20px 20px 20px; background-color: #ffffff; width: 260px; height: 45px; }
#leftside #contentbox { position: absolute; top: 190px; width: 320px; bottom: 96px;  }
#leftside #content { background-color: #ffffff; width: 300px; padding: 1px 0 20px 0; }
#leftside #contentbox.makeScroll { z-index: 20; }
#leftside #contentbox.makeScroll.scrolled { margin-top: 1px; }
#rightside { position: absolute; left: 380px; top: 77px; }

/* Content */
#content h1 { padding-top: 16px; }
#content h2 { margin-top: -3px; }
#content section { padding: 0 20px; width: 260px; }
#content .contactinfo { margin-bottom: 18px; }
#content .description { padding-top: 20px; }
#content .description h1 { margin-bottom: 0; }
#content .description p { font-size: 14px; }

#content .description div.shopping { font-size: 10px; padding-top: 16px; }
#content .description div.shopping div { float: left; text-transform: uppercase; position: relative; height: 64px; }
#content .description div.shopping span.currency { position: absolute; top: -16px; left: 0; }
#content .description div.shopping span.price {font-family: 'FontSiteSansBoldItalic', Arial, Helvetica, sans-serif; font-size: 26px;line-height: 26px; }
#content .description div.shopping a.button { position: relative; float: right;  }
#content .description div.shopping a.like { position: relative; float: right; }
#content .description div.shopping span.info { display: block; position: absolute; top:40px; width: 250px; line-height: 12px; text-align:left; color: #999999;  }
#content .description div.shopping a.button span.sold { position:absolute; left:0; bottom: 24px; width:100%; text-align:center; color: red; font-size: 10px; line-height: 12px; text-transform: none;}
#content .description div.shopping a.like:hover span.tooltip { display: block; right:-26px; top: 27px; }
#content .alternatives { padding-right: 0; width: 280px;}
#content .alternatives div { float: left; text-align: center; width: 80px; padding-right: 10px; min-height: 160px;}
#content .alternatives p { font-family: 'FontSiteSansItalic', Arial, Helvetica, sans-serif; }
#content .alternatives, #content .details { font-size: 11px; line-height: 14px; }
#content .details ul { list-style: inside url(../images/icon_list.gif); text-indent: -12px; margin-left: 12px; }
#content .details h3 { margin-bottom: 16px; }
#content table { margin-bottom: 16px; }
#content td.index { width: 65px; }


/* Filter */
.filter { margin: 20px 20px 0; border-bottom: 1px #dddddd solid;  }
.filter li { text-transform: uppercase; border-top: 1px #dddddd solid;  width: 260px; background: url(../images/hide.gif) right no-repeat; }
.filter li.no-arrow { background: none; }
.filter li.close { background: url(../images/icon_close.gif) 250px 8px no-repeat;}
.filter li a { display: block; border-bottom: none;  padding: 5px 0 4px 0;  }
.subfilter li a.selected { background: url(../images/icon_close.gif) 2px 3px no-repeat; }
.subfilter { padding-bottom: 7px; }
.subfilter li { font-family: 'FontSiteSansItalic', Arial, Helvetica, sans-serif; text-transform: none; border: none; background: none; }
.subfilter li a { padding: 1px 0 1px 20px; }
.subfilter li p { font-family: 'FontSiteSansItalic', Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; color: #666666; padding: 0 0 5px 20px; margin: 0; }
.countries { padding-bottom: 7px; }
.countries li { text-transform: none; border: none; background: none; padding-left: 20px; }
.countries li a { display: inline; border-bottom: 1px solid #333333; line-height: 18px; padding: 0; }
.countries li a:hover { color: #999999; border-color: #999999; }
.countries li p { margin-bottom: 8px; font-size: 11px; line-height: 15px; }


/* Footer */
footer.site ul.legal { position: absolute; bottom: 8px; }
footer.line { margin-top: 16px; }

/* Labels */
html.touch #leftside .labels { display: none; }
#leftside .labels { position: absolute; bottom: 77px; z-index: 10; }
#leftside .labels a { position: relative; float: left; margin-right: 2px; border: none; }
#leftside .labels a img { display: block; height: 120px; }

/* Misc */
header.site img { margin: 48px 0 31px 0; }
header.site, ul.footernav, #metanav ul { text-transform: uppercase; }
#storenav { position: absolute; top: 10px; left: 20px; }
#storenav h6 { float: left; }
ul.language, ul.stores { float: left; margin-right: 16px; background: white; padding: 7px; margin-top: -7px; }
ul.language:hover, ul.stores:hover { box-shadow: 2px 5px 10px rgba(0,0,0,0.1); }
.language li, .stores li { display: none; font-size: 10px; }
.stores li { min-width: 80px; }
ul.language:hover li, ul.stores:hover li, .language li.selected, .stores li.selected { display: block;}

footer ul li, #metanav ul li { float: left; font-size: 10px; padding-right: 10px; }

/* ImageNav */
#imagenav { position: relative; margin: 0 auto; width: 60%; text-align: center; font-size: 10px; margin-top: -60px; padding-bottom: 0;
	-webkit-transition-property: margin-top; -moz-transition-property: margin-top; transition-property: margin-top;
  	-webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s;
	-webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; transition-timing-function: ease; }
#imagenav:hover { margin-top:0; z-index: 200;}
#imagenav .thumbs { visibility: hidden; 
	-webkit-transition-property: visibility; -moz-transition-property: visibility; transition-property: visibility;
  	-webkit-transition-duration: 0.25s; -moz-transition-duration: 0.25s; transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#imagenav:hover .thumbs { visibility: visible; }
#imagenav .thumbs, #imagenav .numbers { display: inline-block; padding: 6px 8px 4px 8px; background-color: #ffffff; }
#imagenav .numbers a { padding: 0 4px; }


/* MetaNav */
#metanav { position: fixed; top: 0; right: 40px; background-color: #ffffff; }
#metanav nav { line-height: 18px; }
#metanav ul li { padding: 8px; }
#metanav ul li:first-child { padding-left: 16px; }
#metanav ul li:last-child { padding: 8px 16px 8px 0; }
#metanav ul li:first-child.open, #metanav ul li:first-child.active  { padding: 8px 12px; }
#metanav ul li.active { background-color: #000000; }
#metanav ul li.active a { color: #ffffff; border-color: #e5e5e5; }
#metanav ul li.active:hover a { color: #999999; border-color: #999999; }
#metanav ul li.open { background-color: #CCCCCC; }
#metanav ul li.open a { color: #000000; border-color: #333333; }

/* Metanav contents: Cart, Login, Subscribe */
.metacontent { position: absolute; top: 32px; left: 0; background-color: #FFFFFF; width: 100%; }
.metacontent section { padding: 16px; border-top: #cccccc solid 1px; }
.metacontent p { font-size: 11px; line-height: 15px; }
.metacontent input[type="text"], .metacontent input[type="password"] { width: 200px; }
#cart { background-color: #cccccc; }
#cart div.product { background-color: #ffffff; padding: 0 10px; border-top: #cccccc solid 1px;  }
#cart .s1 { float: left; }
#cart .s2 { float: left; padding: 10px 0 0 12px; }
#cart .s3 { margin-top: 11px; float: right; }
#cart .s4 { float: right; }
#cart .total { background-color: #cccccc; border-bottom: #000000 solid 4px; padding: 5px 10px 3px 10px; }
#cart footer { background-color: #cccccc; padding: 8px 10px; }
#cart footer div.s1 { margin-top: 4px; }


/* Overview */
.overview div {
	position: relative;
	float: left;
	text-align: center;
	width: 200px;
	height: 250px;
	margin: 0 20px 20px 0;
	background-color: #ffffff;
	padding-top: 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {

	.overview div {
		outline-style: auto;
		outline-width: 1px;
		outline-color: #f2f2f2;
		margin: -1px;
		padding: 1px;
	}
}

.overview div img { position: absolute; top:0; left:0; }
.overview div h5 { margin-top: 200px; }
.overview div p { font-family: 'FontSiteSansItalic', Arial, Helvetica, sans-serif; margin: 2px 0 0 0; }
.overview div h6 { color: red; }
.overview div a.overlay { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; border: none;
	background: url(../images/overlay_black_5.png);  }
.overview a.overlay:hover { background: none; }
/*.overview a.overlay.newcolorset { background-image: url(../images/overlay_newColor.png); }
.overview a.overlay.newcolorset:hover { background-image: url(../images/overlay_newColor_hover.png); }*/
 
.overview a.overlay.new { background-image: url(../images/qwst_new.png); }
.overview a.overlay.new:hover { background-image: url(../images/qwst_new_overlay.png); }

/*
.overview a.overlay.soldout { background-image: url(../images/overlay_soldOut.png); }
.overview a.overlay.soldout:hover { background-image: url(../images/overlay_soldOut_hover.png); }

.overview a.overlay.newproduct { background-image: url(../images/overlay_newProduct.png); }
.overview a.overlay.newproduct:hover { background-image: url(../images/overlay_newProduct_hover.png); }
.overview a.overlay.newproduct.soldout { background-image: url(../images/overlay_newProduct_soldOut.png); }
.overview a.overlay.newproduct.soldout:hover { background-image: url(../images/overlay_newProduct_soldOut_hover.png); }*/
.overview a.overlay.discount { background-image: url(../images/qwst_30discount.png); }
.overview a.overlay.discount:hover { background-image: url(../images/qwst_30discount_overlay.png); }
.overview a.overlay.organic { background-image: url(../images/qwst_organicCotton.png); }
.overview a.overlay.organic:hover { background-image: url(../images/qwst_organicCotton_overlay.png); }
.overview a.overlay.neworganic { background-image: url(../images/qwst_newOrganicCotton_white.png); }
.overview a.overlay.neworganic:hover { background-image: url(../images/qwst_newOrganicCotton_overlay_white.png); }


/* Checkout, Indiviudual Forms */
#checkout-progress-wrapper { margin-bottom: 16px; }
#checkout-progress-wrapper ul.filter { border-bottom: none; }
#checkout-progress-wrapper dd { margin: 2px 0 16px 16px; }

.checkout, .account-create { width: 600px; }
.checkout h1 { font-family: 'FontSiteSansBoldItalic', Arial, Helvetica, sans-serif; font-size: 15px; line-height: 18px; margin-bottom: 36px; }
.checkout h2 { font-family: 'FontSiteSans', Arial, Helvetica, sans-serif; font-size: 11px; text-transform: uppercase; }
.checkout .buttons-set a.f-left { float: none; }
/* .checkout h3, .checkout h4, .checkout p, .checkout ul.ul { margin: 0 20px; } */



/* Forms */
label { display: block; font-family: 'FontSiteSansItalic', Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; padding-bottom: 4px; }
input[type="text"], input[type="password"], input.input-text  { display: block; background-color: #ffffff; color: #000000; border: #dedede 1px solid; font-size: 13px; line-height: 16px; margin: -4px 0 13px 0; height: 22px; padding: 0 8px; }
select { display: block;  padding: 0; margin: -4px 0 0 0; height: 22px; line-height: 22px; background-color: #FFFFFF; border: 1px solid #dedede; }
 input[type="radio"], input[type="checkbox"] { float: left; margin-right: 6px; cursor: pointer; }
 input[type="radio"]+label, input[type="checkbox"]+label {  cursor: pointer; }
textarea { border: #dedede 1px solid; background-color: #ffffff; color: #000000; font-size: 13px; line-height: 16px; height: 104px; margin-top: -4px; padding: 4px 8px 4px 8px; }
.f1 { width: 240px; }
.f2 { width: 500px; }

.col2-set { clear: both; width: 580px; }
.col-1, .col-2  { float: left; width: 270px; }
.col-2  { margin-left: 20px; }

.form-list { padding-bottom: 16px; }
.form-list input[type="text"], .form-list input[type="password"], .form-list input.input-text { min-width: 180px; }
.field { width: 270px; margin-right:20px; height: 60px; float: left; }
.wide, .control { width: 560px; float: left; height: auto; }
.step { padding: 16px 0 16px 20px; }

.buttons-set { clear:both; padding-top: 16px;}
.buttons-set .button, button { clear: both; margin-top: 8px; }
.buttons-set p, .buttons-set a { font-size: 11px; line-height: 15px; margin: 0; padding: 0;} 

ol>li { border-top: 1px solid #b3b3b3; }
.step-title {  height: 20px; padding: 4px 5px 0 5px; font-size: 11px; color: #666666; }
ol>li.active { background-color: #e5e5e5; border-top: 1px solid #000000; border-bottom: 3px solid #000000; }
.step-title .number { font-family: 'FontSiteSansBold', Arial, Helvetica, sans-serif; padding: 1px 8px 0 0; float: left; }
.active .step-title h2 { font-family: 'FontSiteSansBold', Arial, Helvetica, sans-serif; padding-top: 1px; color: #000000; }
.active .step-title h2 a, .checkout .active .step-title h2 a:hover  { border: none; color: #000000; cursor: default; }


.col-1 .control {  float: none; margin: 0;  }
.field input { width: 250px;} 
.field select { width: 266px; }
.wide input { width: 540px;} 
.validation-advice { color: red; font-size: 11px; line-height: 15px; margin-top: -12px; }
select+div.validation-advice { color: red; font-size: 11px; line-height: 15px; margin-top: 0px; }
input.validation-failed { border-color: red; }
select.validation-failed { border-color: red; }
li.error-msg { color: red; }

/* Checkout */
.dashboard, .checkout , .checkout dl , .address { width: 600px; margin:0; float: left; }
.dashboard .data-table { width: 100%; margin-bottom: 32px; }
.dashboard .data-table td { border-top: 1px solid #b2b2b2; padding: 4px 4px 4px 0;  }
.dashboard .data-table th { font-size: 10px; text-transform: uppercase; }
.dashboard .box-title { padding-bottom: 16px;}

#checkout-step-payment .form-list li { width: 580px; float: left; height: 60px; }
#checkout-step-payment .form-list li select { min-width: 180px; float: left; }
#checkout-step-payment .form-list li input[type="text"] { width: 270px; }
#checkout-step-payment dt { clear: both; }
/* #payment_form_saferpaybe_cc img.cc-logo { padding: 4px 4px 0 0; height: 12px;} */
#checkout-review-table {width: 560px; margin-right: 20px; }
#checkout-review-table td { border-top: 1px solid #b3b3b3; padding: 2px 4px; }

.account-create li { clear: both; }

/* Cartbig */
.cartbig h1 { font-family: 'FontSiteSansBoldItalic', Arial, Helvetica, sans-serif; font-size: 15px; line-height: 18px; margin-bottom: 36px; }
.cartbig h2 { font-family: 'FontSiteSans', Arial, Helvetica, sans-serif; font-size: 11px; text-transform: uppercase; margin-bottom: 0; }
.cartbig table { width: 600px; margin: 20px 0 30px 0; text-transform: uppercase; font-size: 11px; }
.cartbig table thead { color: #666666; font-family: 'FontSiteSansItalic', Arial, Helvetica, sans-serif; }
.cartbig table tfoot td { padding: 8px 0; }
.cartbig table tr { border-top: 1px solid #b2b2b2; }
.cartbig table tr.product td { vertical-align: top; padding-top: 10px; }
.cartbig table th { padding-top: 2px; height: 22px; vertical-align: middle; }
.cartbig table td { padding: 4px; }
.cartbig table div.product-image { position: relative; background-color: #FFFFFF; }
.cartbig table div.product-image a.overlay { position: absolute; top:0; left:0; width: 100%; height: 100%; border-bottom: none; background: url(../images/overlay_black_5.png); }
.cartbig #shopping-cart-totals-table td { height: 24px; vertical-align: middle; }
.cartbig #shopping-cart-totals-table { border-bottom: 3px solid #000000; }
.cartbig table td.a-right, #rightside.cartbig table th.a-right { text-align: right; }
.cartbig .col2-set { clear: both; width: 600px; }
.cartbig .col-1, .col-2  { float: left; width: 290px; }
.cartbig .col-2  { margin-left: 20px; }
.cartbig div.field { width: 290px; height: 48px; }
.cartbig ul.checkout-types li { margin-bottom: 20px; }
.cartbig .buttons-set { padding: 0; }
.cartbig .buttons-set a.button.inferior { padding: 2px 6px 0 6px; background: black; color: white; }
.cartbig label { padding: 16px 0 4px 0; }
.cartbig select { width: 290px; }
.cartbig input[type="text"] { width: 280px; }
.cartbig .title-buttons .button { display: none; }


/* Home tumblr-teaser */
.tumblr { position: relative; margin-top: 192px; width: 260px; height: 120px; padding: 10px 20px; background-color: white; overflow: hidden; }
.tumblr:before { content: 'Journal'; display: block; width: 260px; text-decoration: underline; text-transform: uppercase; padding-bottom: 12px; font-style: italic; }
.tumblr .tumblr_post { display: block; width: 260px; height: 100px; border: none; font-style: italic; }
.tumblr .tumblr_post img { display: block; float: left; max-height: 100px; max-width: 120px; margin-right: 20px;  }
.tumblr .tumblr_video { max-height: 84px; max-width: 120px; overflow: hidden; float: left; margin-right: 20px; }
.tumblr .html_photoset { overflow: hidden; max-height: 84px; max-width: 120px;}
.tumblr .html_photoset iframe { height: 84px; width: 120px; }

.tumblr .tumblr_caption { display: block; float: left; width: 120px; max-height: 64px; overflow: hidden; }
.tumblr .tumblr_caption p { margin: 0; }
.tumblr .tumblr_caption p strong { display: block; color:black; font-weight: normal; margin-bottom: 100px; }
.tumblr .tumblr_caption:after { position: absolute; top: 100px; left: 160px; content: '→'; display: block; font-size: 20px; line-height: 20px; font-style: normal; }
.tumblr:hover, .tumblr:hover p strong { color: #999999; cursor: pointer; }
.tumblr a.overlay { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Home start-content */
#start div { position: relative; margin-top: 2px; width: 260px; padding: 10px 20px 10px 20px; background-color: #000; color: #fff;}
#start p, #start h1, #start h2, #start a { color: #fff; margin: 0; padding 0; }
#start h1 { font-family: 'FontSiteSansRoman', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 20px; text-transform: none; }
#start h2 { font-family: 'FontSiteSansLight', Arial, Helvetica, sans-serif; font-size: 15px; line-height: 16px; text-transform: none; }
#start p { font-family: 'FontSiteSansLight', Arial, Helvetica, sans-serif; }
#start a { border-color: #FFFFFF; }


/* crosssell */
.crosssell {
	margin: 42px 0 22px 0;
	width: 600px;
}

#crosssell-products-list {
	margin-top: 18px;
}

#crosssell-products-list .item {
	float: left;
	margin-right: 0;
}

#crosssell-products-list .item:last-child {
	margin-right: 0;
}

#crosssell-products-list .item a.product-image {
	border-bottom: 0 none;
}

#crosssell-products-list .item .inner {
	position: relative;
	height: 250px;
	background-color: #fff;
}

#crosssell-products-list .item .inner img {
	display: block;
}

#crosssell-products-list .item .inner a.overlay {
	position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; border: none; background: url(../images/overlay_black_5.png); padding: 0; margin: 0;
}

#crosssell-products-list .item .inner a.overlay:hover {
	background-image: none;
}

#crosssell-products-list .item .product-image {
	
}

#crosssell-products-list .item .product-details {
	
}

#crosssell-products-list .item .product-details .product-name {
	font-family: 'FontSiteSansBold', Arial, Helvetica, sans-serif;
	text-align: center;
}

#crosssell-products-list .item .product-details .product-name a {
	font-size: 12px;
}

#crosssell-products-list .item .product-details .price-box {
	display: none;
}

#crosssell-products-list .item .product-details .price-box .old-price {
	display: none;
}

#crosssell-products-list .item .product-details .price-box .special-price {
	display: none;
}

#crosssell-products-list .item .product-details button {
	display: none;
}

#crosssell-products-list .item .product-details .add-to-links {
	display: none;
}

.clearfix {
	clear: both;
}

/* order history */
.order-history {

}

.order-history { width: 600px; margin:0; float: left; }
.order-history .data-table { width: 100%; margin-bottom: 12px; }
.order-history .data-table td { border-top: 1px solid #b2b2b2; padding: 4px 4px 4px 0;  }
.order-history .data-table th { font-size: 10px; text-transform: uppercase; }
.order-history .box-title { padding-bottom: 16px;}

.order-history label {
	font-family: 'FontSiteSansRoman', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000;
}

.order-history label, .order-history select {
	display: inline;
}

.order-history strong {
	font-weight: normal;
}

.order-history .pager {
	margin-bottom: 34px;
}

.order-history .pages {
	margin: 14px 0;
}

.order-history ol, .order-history ol li {
	display: inline;
	border: 0 none;
}

.order-history ol li a {
	border: 0 none;
}

/* TABLET */
.isTouch #site {
	min-width: 960px;
}

.isTouch #imagenav {
	display: none;
}

#leftside #contentbox.mobileScroll {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	width: 300px;
}

.isTouch #metanav #login {
	height: 480px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.isTouch #mobileImgNavi {
	display: block !important;
	position: absolute;
	top: 50%;
	right: 18px;
	font-family: 'FontSiteSansLight', Arial, Helvetica, sans-serif; 
	font-size: 40px;
	height: auto;
	margin-top: -12px;
}

#imagecaption {
	position: absolute;
	top: 50%;
	left: 0px;
	font-family: 'europa','FontSiteSansLight', Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
	font-size: 56px;
	line-height: 40px;
	color: white;
	width: 100%;
	margin-top: -28px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

@media all and (max-width: 1024px) {
	
	#imagecaption {
		font-size: 32px;
	}
}

@media all and (max-width: 768px) {
	
	#imagecaption {
		font-size: 24px;
	}
}

@media all and (max-height: 900px) {
	
	#imagecaption {
		top: 57.5%;
	}
}

/* new option layout */
#content .description .product-options-bottom {
	position: relative;
	font-size: 10px;
    padding-top: 16px;
}
#content .description .product-options-bottom span.price {
font-family: 'FontSiteSansBoldItalic', Arial, Helvetica, sans-serif; font-size: 26px!important;line-height: 26px!important;	
}
#content .description .product-options-bottom .price-box {
	display: inline-block;
}
#content .description .product-options-bottom span.currency {
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 10px!important;
}
#content .description .product-options-bottom .button.cart {
	display: inline-block;
	vertical-align: top;
	float: right;
}
#content .description .product-options dd {
	margin-bottom: 10px;
}
#productImage {
	z-index: 1;
}
#productImageContainer iframe {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
}
#leftside, #rightside, #metanav, #imagenav {
	z-index: 3;
}

/* teaser produkte */
div.overview div.teaser {
	width: 100%;
	padding: 0px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding-top: 0px;
	background-color: inherit!important;
}

/* teaser produkte */
div.overview div.teaser-inner {
	width: 840px;
	padding-right: 20px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding-top: 0px;
}
div.overview div.teaser-inner .overlay {
}
div.overview div.teaser-inner img {
	position: relative;
	float: left;
	margin-right: 20px;
}
div.overview div.teaser-inner h5,
div.overview div.teaser-inner p {
	text-align: left;
	margin-top: 100px;
}
div.overview div.teaser-inner p {
	margin-top: 0px;
	font-size: 16px;
	line-height: 1.4em;
	font-family: 'FontSiteSansRoman', Arial, Helvetica, sans-serif;
}
div.overview div.teaser-inner h5 {
	font-family: 'FontSiteSansBold', Arial, Helvetica, sans-serif; 
	font-size: 29px; 
	line-height: 32px; 
	margin-bottom: 14px;
}
div.overview div.teaser-inner h5 a {
	border-bottom: none;
}

.productImageInner {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.productImageInner:first-child {
	display: block;
}

a.volume-control {position: absolute; bottom:20px; right:20px; display: block;  background-repeat: no-repeat;  width: 20px; height: 20px; border-bottom: none;background-size: 100% 100%;z-index:2}
.mute { background-image: url("../images/mute-2-xxl.png"); }
.volume { background-image: url("../images/volume-up-4-xxl.png"); }
#bgimageoverlay {z-index: 1;}