/* ****************************************************************************************************** */	
/*** left column (searchfield and config) ***/
#searchmenucol{
	width: 190px;
	margin: 0 6px 6px 0;
	float: left;
}

/* search box */
#searchbox{
	width: 188px;
	border: 1px solid #ae8614;
	background: #efe7d0;
	padding-bottom:7px;
}

#searchbox h1{
	margin: 4px 0 0 5px;
}

#searchbox #searchfield{
	width: 143px;
	height: 20px;
	margin: 4px 0 0 7px;
	border: 1px solid #666;
	float: left;
}

#searchbox #searchbutton {
	width: 22px;
	height: 22px;
	margin: 4px 0 0 7px;
	background: url(../img/buttons/ps_btn_submit.gif);
}

#searchbox #searchbutton:hover {
	background-position: 0 22px;
}

#searchbox  ul.errors {
	color: red;
	list-style-type: none;
	margin: 7px 7px 0 7px;
}

/* otto box */
#ottobox{
	margin-top: 10px;
	padding: 10px 0;
	width: 188px;
	border: 1px solid #ae8614;
	background: #efe7d0 url(../img/ps_otto10e_aktion.gif) 9px 9px no-repeat;
}

#ottobox label {
	color: #ae8614;
	font-size: 13px;
}

#ottobox input, #ottobox label {
	margin-left: 5px;
}

#ottobox p {
	margin: 0 5px 5px 75px;
}

#ottobox p.startext {
	font-size: 10px;
}

/* search configuration */
#searchconfig{
	margin-top: 10px;
	width: 188px;
	border: 1px solid #ae8614;
	background: #efe7d0;
	clear: both;
}

#searchconfig option{
	padding:0 3px;
}

#searchconfig #configheader{
	background: #ae8614;
	height: 21px;
}

#searchconfig #configheader p{
	margin: 3px 0 0 8px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	float: left;
}

#searchconfig a.resetconfig{
	float: right;
	margin: 4px;
}

#searchconfig .configmodule{
	width: 188px;
	border-top: 1px solid #ae8614;
	clear: both;
}

#searchconfig .modulehead p{
	margin: 4px 0  4px 7px;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	float: left;
}

#searchconfig .modulecontent{
	margin: 6px 6px 12px 8px;
	clear: both;
	font-size: 12px;
}

#searchconfig .modulecontent #order, #searchconfig .modulecontent #categories{
	width: 174px;	
	font-size: 11px;
	color: #666666;
}

#searchconfig .modulecontent #minprice, #searchconfig .modulecontent #maxprice {
	width: 68px;	
	font-size: 11px;
	color: #666666;
}

#searchconfig .modulecontent ul{
	list-style: none;
}

#searchconfig .modulecontent ul li{
	line-height: 11px;
	margin: 0 0 5px 0;
}

#searchconfig .modulecontent ul li input{
	height: 14px;
	width: 14px;
}

#searchconfig .modulecontent ul li label{
	margin: 0 0 0 5px;
}

#searchconfig a.smallink{
	margin: 8px 0 10px 0;
	font-size: 11px;
	float: right;
}

/* ****************************************************************************************************** */	
/*** center column (catalogmenu, searchresults and productview) ***/
#centercol{
	width: 588px;
	float: left;
	margin: 0;
}

#catalog{
	width: 580px;
	border: 1px solid #ae8614;
	background: #efe7d0;
	margin: 0 6px 6px 0;
}

#catalog ul{
	list-style: none;
}

#catalog ul li{
	font-size: 13px;
	float: left;
	width: 175px;
	margin:0 5px;
}

#catalog #innercat{
	margin: 6px 10px 6px 10px;
}

/* ****************************************************************************************************** */	
/*** catalog results (listing) ***/

.topbar .headlinebar h1{
	margin: 4px 0px 0px 5px;
}

#catalogresults ul {
	list-style: none;
}

#catalogresults ul li{
	height: 92px;
	margin-bottom: 6px;
}

#catalogresults ul li div.productThumb{
	margin: 0 6px 0 0;
}

#catalogresults ul li div.productDetails{
	float: left;
	border: 1px solid #ae8614;
	height: 90px;
	width: 482px;
}

#catalogresults ul li div.productDetails a{
	font-size: 20px;
	display: block;
	height: 90px;
}

#catalogresults ul li div.productDetails span{
	display: block;
	margin: 4px 0 0 6px;
}
#catalogresults ul li div.productDetails span.productDescription{
	font-size: 11px;
	margin-right:6px;
}

#catalogresults ul li div.productDetails span.productPrice{
	font-size: 13px;
}

/* ****************************************************************************************************** */	
/*** productview ***/
#detailview{
	width: 580px;
	border: 1px solid #ae8614;
	margin: 0 0 6px 0;	
}
#detailview h1{
	margin: 10px 0 20px 10px;
	width:320px;
	float: left;
}

#detailview .vendorlogo{
	margin: 10px 5px 0 0;
	float: right;
}

#detailview .description{
	margin: 6px 12px 6px 12px;
	width: 314px;
	float: left;
}

#detailview .description p{
	font-size: 13px;
	margin: 0 0 12px 0;
}

#detailview .productimage{
	display:block;
	background:#fff;
	width:230px;
	height:230px;
	margin: 0 10px 20px 0;
	float: right;
	text-align:center;
}

#detailview .productimage div{
	width:230px;
	height:230px;
}

#detailview .pricedetails {
	margin: 12px 0 12px 12px;
	float: left;
}

#detailview .pricedetails .price{
	font-size: 20px;
}

#detailview .pricedetails .oldprice{
	font-size: 16px;
	text-decoration:line-through;
}

#detailview .rightbuttons{
	width: 202px;
	float: right;
}

#detailview .rightbuttons .addtowatchlist{
	margin: 0 12px 7px 0;
	display: block;
}

#detailview .rightbuttons a.moreinfo {
	margin: 0 12px 12px 0;
	background-image: url(../img/buttons/btn_mehr_info.gif);
	display: block;
	width: 190px;
	height: 29px;
	text-indent: -100em;
	overflow: hidden;
}

#detailview .rightbuttons a.moreinfo:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

/* ****************************************************************************************************** */	
/*** navigation and infobar ***/
.navbar{
	border: 1px solid #ae8614;
	margin: 0 6px 6px 0;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	text-align: center;	
	clear: both;
	overflow:hidden;
}

.navbar.boxbg{
	background: #efe7d0;
}

.navbar h2{
	margin: 0 0 0 6px;
	float: left;
}

.navbar .entries{
	display:none;
}

.navbar .pages{
}

.navbar .pages a, .navbar .pages span{
	padding: 5px 10px;
	margin-left:1px;
}

.navbar .pages span.prevpage, .navbar .pages span.nextpage{
	padding:0;
	margin:0;
}
.navbar .pages span.divider{
	padding:0 2px;
}

.navbar .pages a:hover{
	background: #efe7d0;
}

.navbar .pages .currentpage{
	background: #efe7d0;
	color: #ae8614;
	font-weight: bold;
}

.navbar div.prevresult{
	text-align: left;
	float:left;
	width:200px;
}

.navbar div.prevresult a{
	margin-left:5px;
}

.navbar div.backtosearchresults{
	text-align: center;
	float:left;
	width:180px;
}

.navbar div.nextresult{
	text-align: right;
	float:left;
	width:200px;
}

.navbar div.nextresult a{
	margin-right:5px;
}

.similarproducts {
	margin: 0 0 0 10px;
	font-weight: bold;
	float: left;
}

.noresults{
	border: 1px solid #ae8614;
	font-weight:bold;
	padding:20px;
	margin:0 6px 6px 0;
}

/* ****************************************************************************************************** */	
/*** classic searchresultview (images)***/

.product1x1{
	border: 1px solid #ae8614;
	background:#fff;
	height: 188px;
	width: 188px;
	float: left;
	margin: 0 0 6px 0;
	overflow:hidden;
}

.product1x1 a{
	display:block;
	height: 188px;
	width: 188px;
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}

.product1x1 .product{
	position:relative;
}

.product1x1 .price{	
	padding: 1px 3px 1px 2px;
	min-width: 100px;
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	background: #fff;
	text-align: right;
}

.productWrapper1x1{
	height: 190px;
	width: 190px;
	float: left;
	margin: 0 0 6px 0;
}

.productThumb{
	position: relative;
	border: 1px solid #ae8614;
	background:#fff;
	height: 90px;
	width: 90px;
	float: left;
	margin: 0 0 6px 0;
	overflow:hidden;
}

.productThumb a{
	display:block;
	height: 90px;
	width: 90px;
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}

.productThumb .price{	
	padding: 1px 3px 1px 2px;
	max-width: 90px;
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	background: #fff;
	text-align: right;
}

/* ****************************************************************************************************** */	
/**** Watchlist ***/

#watchlist {
	background: #efe7d0;
	margin: 0 0 6px 0;
	width: 188px;
	float: left;
}

#watchlist h1  {
	margin: 4px 0 0 5px;	
}

#watchlist p {
	text-align: left;
	margin: 19px;	
}
#watchlist p#tipp {
	text-align: left;
}

#watchlist ul {
	margin: 0 18px;
	height: 570px;
	overflow: hidden;
}

#watchlist  ul li {
	position: relative;
	margin: 0; padding: 0;
	height: 190px;
	z-index: 999;
}

#watchlist ul li a.details {
	display: block;
}

#watchlist ul li a.details span.image {
	padding:5px;
	display: block;
	width: 140px;
	height: 140px;
	border: 1px solid #ae8614;
}

#watchlist ul li a.details{
	background: #fff;
}

#watchlist ul li a.details:hover {
	background: #d6c289;
}

#watchlist ul li span.image span {
	display: block;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	background: #fff;
	width: 140px; 
	height: 140px;
}

#watchlist ul li a.search_related {
	display: block;
	margin: 3px 0 18px 0;
	text-align: left;
	font-size: 10px;
}

#watchlist div.prev {
	background: url(../img/ps_MerklisteUp.gif) left top no-repeat;
	width: 150px;
	height: 21px;
	margin: 0 auto 20px auto;
	cursor: pointer;
	display: none;
}

#watchlist div.prev:hover {
	background: url(../img/ps_MerklisteUpHover.gif) left top no-repeat;
}

#watchlist div.next {
	background: url(../img/ps_MerklisteDown.gif) left top no-repeat;
	width: 150px;
	height: 21px;
	margin: 20px auto 0 auto;
	cursor: pointer;
	display: none;
}

#watchlist div.next:hover {
	background: url(../img/ps_MerklisteDownHover.gif) left top no-repeat;
}


/* ****************************************************************************************************** */	
/* MERKLISTE */

#merklisteHeadline{
	width: 974px;
	height: 60px;
}

#merklisteHeadline h1{
	float: left;
}

#merklisteHeadline .printList{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 13px;
}

#merklisteHeadline .goback{
	float: right;
	margin-top: 10px;
	font-size: 13px;
}

.listItem{
	width: 974px;
	font-size: 13px;
	clear: both;
	margin-bottom: 20px;
}

.listItem .produktImage{
	float: left;
	border: 1px solid #ae8614;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 148px;
	height: 148px;
}

.listItem .produktName{
	float: left;
	width: 150px;
	margin-right: 20px;
}

.listItem .produktName .produktTyp{
	margin-top: 10px;
}
.listItem .produktDescription{
	float: left;
	width: 460px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 13px;
}

.listItem .produktPrice{
	float: left;
	width: 150px;
	margin-right: 0;
}

.listItem .produktPrice .price{
	font-size: 20px;
}
.listItem .produktPrice .priceNote{
	font-size: 11px;
	margin-top: 10px;
}

/* ****************************************************************************************************** */	
/*** Modal box ***/
#modalOverlay {
	background-color: #000;
	cursor: wait;
	/*z-index: 100;*/
}

#modalContainer {
	height: 350px;
	width: 600px;
	left: 50%;
	top: 15%;
	margin-left: -300px;
	color: #666666;
	background-color: #fff;
	border: 1px solid #ae8614;
	text-align: left;
	padding: 20px;
}

#modalContainer a.modalCloseImg, a.closeImage {
	background: url(../img/close.png) 0 0px no-repeat;
	width: 14px;
	height: 14px;
	display: inline;
	z-index: 1000;
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px solid #ae8614;
	cursor: pointer;
}

a.closeImage {
	top: 6px;
	right: 6px;
}

/* ****************************************************************************************************** */	 
/* PopUP */
/* ****************************************************************************************************** */	

.popup p {
	margin-top: 10px;
	clear: both;
}

.popup .spacer50 {
	width: 50px;
	height: 100px;
	float: left;
}

.popup .spacer100 {
	width: 85px;
	height: 100px;
	float: left;
}

.popup a#zuruecksetzen {
}

.popup #btn_uebernehmen {
	height: 29px;
	width: 190px;
	/*text-indent: -100em;*/
	background-image: url(../img/buttons/ps_btn_uebernehmen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: relative;
	right: 0px;
	bottom: 0px;
	float: right;
	border: 0px none #fff;
}

:root .popup #btn_uebernehmen { bottom: 20px; }

.popup #btn_uebernehmen:hover,a#btn_uebernehmen:hover {
	background-position: left -29px;
	cursor: pointer;
}

/* ****************************************************************************************************** */	
/* Color selection */
#colorSelect h2.cl_hd {
	height: 23px;
	width: 192px;
	/*text-indent: -100em;*/
	background: url(../img/headings/cl_h1_farben_festlegen.jpg) left top no-repeat;
}

#colorSelect ul li#farbberater {
	height: 18px;
	width: 100px;
	/*text-indent: -100em;*/
	background: url(../img/headings/cl_h2_farbberater.jpg) left top no-repeat;
}

#colorSelect ul {
	float: left;
	margin: 15px 0px 5px 0;
	list-style-type: none;
}

#colorSelect ul li {
	margin: 5px 0;
}

#colorSelect ul li label {
	cursor: pointer;
}

#colorSelect ul li input {
	margin-right: 0px;
	cursor: pointer;
}

/* ****************************************************************************************************** */	
#material {
	border-top: 1px solid #ae8614;
}

#materialSelect ul {
	float: left;
	margin: 15px 0px 5px 0;
	list-style-type: none;
}

#materialSelect ul li {
	margin: 5px 0;
}

#materialSelect ul li label {
	cursor: pointer;
}

#materialSelect ul li input {
	margin-right: 0px;
	cursor: pointer;
}