@charset "utf-8";

/*
 * This CSS is basing on the blank-style css.
 * 
 * pt <tiedemann@steuerungb.de>, Agentur Steuerung B GmbH, www.steuerungb.de
 */


/**********************************/
/********** PRODUCT LIST **********/
/**********************************/

.breadcrumbs {
	display:none;
}



.category-title {
	border: 0;
	margin:0 0 1em;
}


.category-title h2 {
	line-height:1em;
	color:#e2001a;
	font-family: Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:700;
	/*letter-spacing: -0.12em;*/
	text-transform:uppercase;
}



/********** TOOLBAR **********/

.toolbar {
	border: solid #dfdfdf;
	border-width: 1px 0;
}

.pager {
	border: 0;
}

.sorter {
	border: 0;
}

.pager div.pages {
	float:left;
	margin: 0 0 0 90px;
}

.pager fieldset.sort-by {
	float: right;
}


/********** LIST ITEM **********/

#products-list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-image:none;
}

#products-list li.item {
	border: 0;
	border-bottom: 1px solid #dfdfdf;
	margin: 1.5em 0;
	padding:0;
/* 	padding: 0 0 0.5em 0; */
}

#products-list li.last {
	border: 0;
}

#products-list a.product-image {
	background-image:url(../images/shadow_around.png);
	background-position:right bottom;
	background-repeat:repeat-y;
	
/* 	position:absolute; */
/* 	top:0; */
/* 	left:0; */
	padding: 0 2px 2px 0;
}

#products-list .product-shop {

}

#products-list ul.add-to-links {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-image:none;
}


/**********************************/
/********** PRODUCT VIEW **********/
/**********************************/


.product-view .product-essential .product-img-box {
	/*float:left;*/
	width:294px;
	border-bottom:0;
	margin-bottom:7px;
}

.single-view {
	margin-bottom:7px;
}

.all-large-views {
	width:294px;
	height:292px;
	margin-bottom:11px;

	padding-bottom:2px;
	background-image: url(../images/shadow_bottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.all-large-views ul {
	margin:0px;
	padding:0px;
	position:relative;
}
.all-large-views ul li {
	position:absolute;
	top:0px;
	left:0px;
	
	padding-right:2px;
	background-image: url(../images/shadow_right.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.all-small-views {

}
.all-small-views ul {
	margin:0px;
	padding:0px;
	position:relative;
}
.all-small-views ul li {
	display:block;
	float:left;
	width:40px;
	height:40px;
	border:0;
	margin-right:9px;
	margin-bottom:7px;
}
.all-small-views ul li.last-prod-thumb {
	margin-left:1px;
	margin-right:0px;
}

.all-small-views ul li a {
	display:block;
	width:40px;
	height:30px;
	padding:0;
	margin:0;
	overflow:hidden;

	padding: 0 2px 2px 0;
	background-image: url(../images/shadow_small-imgs.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}


.product-view .product-essential .product-shop {
	width:292px;
}

.product-name h2,
h3.product-name a {
	margin-bottom: 0.5em;
	color:#e2001a;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:800;
	/*letter-spacing: -0.12em;*/
	/*letter-spacing: -0.08em;*/
	text-transform:uppercase;
}

.price-and-order {
	margin-top:2em;
/* 	background-color:#0af; */
}


.price-and-order h3 {
	float:left;
	margin-bottom: 0;
	min-width:100px;

	color:#e2001a;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:700;
	/*letter-spacing: -0.12em;*/
	text-transform:uppercase;
}

.price-and-order .price-box {
/* 	background-color:#a0f; */
	float:left;
	width:150px;
/* 	font-family: Arial,Helvetica,sans-serif;
	/*letter-spacing: -0.12em;*/ */
}

#new-products-list-table .price-and-order .price-box {
	width:100%;
}

.price-and-order .price-box .regular-price,
.price-and-order .price-box .special-price,
.price-and-order .price-box .minimal-price {
	float:left;
/* 	background-color:#0fa; */

	line-height:1em;
	font-size:26px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:700;
	color:#009ee1;
	letter-spacing: -0.12em;
}

.price-and-order .price-box .regular-price .price-label,
.price-and-order .price-box .special-price .price-label {
	display:none;
}

.price-and-order .price-box .minimal-price .price-label {
	text-transform:lowercase;
}

.price-and-order .price-box .regular-price .price,
.price-and-order .price-box .special-price .price
.price-and-order .price-box .minimal-price {
	line-height:1em;
}

.price-and-order .price-box .old-price {
	float:left;
	margin-left:5px;
	
	color:#e2001a;
	
/* 	background-color:#af0; */
}

.price-and-order .price-box .old-price .price-label {
	display:block;

	line-height:1em;
	font-size:0.95em;
	font-weight:700;
}

.price-and-order .price-box .old-price .price {
	display:block;

	line-height:1em;
	font-size:0.95em;
	font-weight:700;
	
/* 	text-decoration:line-through; */
	text-decoration:none;
}

.add-to-box {
	float:right;
}

.add-to-box .add-to-cart {
	float:none;
}

.add-to-cart label {
	display:none;
}

.add-to-cart button.button {
/* 	overflow:hidden; */

	float:none;
	background:none;
	margin:0px;
	padding:0px;
	
 	height:44px;
/* 	width:100px; */
	line-height:1em;
	text-align:left;
	color:#009ee1;
	
	background-image: url(../images/icon_tocart.png);
	background-position: left top;
	background-repeat: no-repeat;

	padding: 0 20px 0 47px;
}

.add-to-cart button span {
/* 	display:block; */

	line-height:1em;
	
	margin:0px;
	padding:0px;
	
	background:none;

	color:#009ee1;
	font-weight:400;
	
/* 	font-size:6px; */
/* 	text-indent:-9999px; */
}

.hints {
	color:#e2001a;
	font-size:0.95em;
}

table.product-pricing {
	
}

table.product-pricing tr {
	
}

table.product-pricing td {
	padding-right: 5px;
}



.additional-options {
	margin: 2em 0 1em 0;
}

.additional-options ul {

}

.additional-options ul li {
	background-position:left center;
	background-repeat:no-repeat;

	padding: 0 0 0 20px;
}


.additional-options ul li.wishlist {
	background-image:url(../images/icon_wishlist.gif);
}
.additional-options ul li.tell-a-friend {
	background-image:url(../images/icon_mail.gif);
}
.additional-options ul li.print {
	background-image:url(../images/icon_print.gif);
}
.additional-options ul li.product-compare {
	background-image:url(../images/icon_compare.gif);
}

.block-related {
	border: 0;
	margin-top: 1em;
}
.block-related .block-title {
	border: 0;
}


/******* CONFIGURABLE PRODUCTS *********/

fieldset#product-options-wrapper {
	width:280px;
	
	border: 0;
	margin: 1em 0;
	padding: 6px;
}

#product-options-wrapper dl {
	margin-bottom: 0.5em;
}

#product-options-wrapper dl dt {
	float: left;
	margin: 0 0 0 0;
	width: 30%;
}

#product-options-wrapper dl dd {
	float: left;
	margin: 0 0 0 0;
	width: 69%;
}

#product-options-wrapper dl dd.clear-both {
	width: 0;
	float: none;
}


/******* Attributes *********/

.product-essential .additional {
	float: left;
	width: 294px;
	margin-top: 1em;
}

.product-essential .additional #product-attribute-specs-table {
	width: 90%;
}


.product-essential .additional #product-attribute-specs-table th.label {
	border: 0;
	border-bottom: 1px solid #dfdfdf;
	background-color: transparent;
}
.product-essential .additional #product-attribute-specs-table td.data {
	border: 0;
	border-bottom: 1px solid #dfdfdf;
	background-color: transparent;
}




/************* UPSELL *************/

.up-sell {
	background-image: url(../images/footer-line.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: 0 none;
	margin: 1em 0;
	padding: 1em 0;
}

.up-sell h3 {
	color:#009ee1;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:700;
	/*letter-spacing: -0.12em;*/
	text-transform:uppercase;
}

#upsell-product-table td {
	border:0px;
	padding:0.5em;
}

#upsell-product-table td.first {
	padding-left:0;
}

#upsell-product-table td.last {
	padding-right:0;
}



/************* COMPARE **************/

body.catalog-product-compare-index {
	background-image:url(../images/bg_blue.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

ol#compare-items {
	margin-bottom: 0.5em;
}

ol#compare-items li {
	border-bottom:1px solid #fff;
}

.block-compare .actions {
	margin-top: 0.5em;
}

.block-compare .actions button.button {
	margin-top: 0.5em;
}

.product-compare-page {
	max-width: 920px;
	margin: 0 auto;
}

#product_comparison {
	background-color: #fff;
}

/**********************************/
/************** MISC **************/
/**********************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink,
#nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover,
#prevLink:visited:hover {
	background: url(../images/lightbox2/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
	background: url(../images/lightbox2/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


/********** TEASER: NEW PRODUCTS ***********/

table#new-products-list-table {
	
}

table#new-products-list-table td {
	border: 0px;
}

table#new-products-list-table td a {
	
}


/********* LAYERED NAV *********/

.block-layered-nav,
.block-layered-nav .block-title {
	border: 0px;
}

.block-layered-nav .block-title h2,
.block-layered-nav h3 {
	margin: 0px;
	font-size: 1em;
}


.block-layered-nav .block-content {
	padding: 0 10px 10px 10px;
}

.block-layered-nav dl dt {
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	/*letter-spacing: -0.12em;*/
	/*color: #e2001a;*/
}

.block-layered-nav dl dd {
	/*padding-left: 1em;*/
}

.block-layered-nav dl dd li {
	padding-left: 0.6em;
}

.block-layered-nav dl dd li a {
	
}
.block-layered-nav dl dd li span.filter-item-count {
	font-size: 0.8em;
}

.block-layered-nav ol.currently li,
.block-layered-nav .actions {
	margin-left: 0.6em;
	border-bottom: 1px solid #dfdfdf;
}

.block-layered-nav .actions {
	margin-bottom: 5px;
}
