@import url(/css/undohtml.css);
/* --------------------------------------- HTML ---------------------------------------

------------- Typo & Background: -------------

whites:
color : #F9FDFE;
instead of #FFFFFF

blacks:
color : #B5723E;
instead of #000000

------------- Container: -------------
#contentcontainer
border : 1px solid blue;

#wrscartcontainer
border : 1px solid red;


#wrscontentcontainer
border : 1px solid green;

#wrsnavicontainer
border : 1px solid yellow;

#wrsnavi
border : 1px solid pink;

#wrscart_loop_row
border : 1px solid green;


#wrscatalog_searchresults
border : 1px solid purple;

------------- Boxes: -------------

#wrscatalog_box_left und #wrscatalog_box_right 
werden derzeit manuell im theme/catalog.tpl definiert:
border : 1px solid #B5723E;

#wrscartcontainer
background-color : #CCCCCC;
background-color : #808080;

*/

/* --------------------------------------- HTML --------------------------------------- */
body {
font-size : 100.1%;
font-family : helvetica, arial, sans-serif;
}
html, body {
width : 100%;
height : 100%;
background-color : #E51F1F;
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
}
img {
border:none;
}

/* --------------------------------------- Mastercontainer --------------------------------------- */
div.mastercontainer {
position : relative;
height : 1200px;
width : 1008px;
/* border : 1px solid #102A43; */
background-color : #FFFFFF;
overflow:hidden;
z-index : 1;
} 


/* ------------------------------------ Flash ---------------------------------------------- */
			
#flash
{
position:absolute;
height:172px;
left:25px;
overflow:hidden;
z-index:2;
}

#instead_flash
{
position:absolute;
top:0px;
left:25px;
width:960px;
height:172px;
overflow:hidden;
z-index:1;
}


/* ------------------------------------ Basic Contents ---------------------------------------------- */

#bg_border_left {
position : absolute;
top: 0px;
left:0px;
width : 25px;
height : 1200px;
z-index:1;
overflow:hidden;
}

#bg_border_right {
position : absolute;
top: 0px;
left:985px;
width : 23px;
height : 1200px;
z-index:1;
overflow:hidden;
}


#bg_logo {
position:absolute;
top:0px;
left:0px;
width:960px;
height:172px;
overflow:hidden;
z-index:3;

}

#bg_social_network_eng {
position : absolute;
top: 40px;
left: 583px;
width : 341px;
height : 21px;
z-index:3;
}

#bg_social_network_deu {
position : absolute;
top: 64px;
left: 708px;
width : 354px;
height : 21px;
z-index:3;
}


#bg_payment_methods {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #FFFFFF;
top: 926px;
left: 84px;
width : 140px;
height : 10px;
z-index:3;
}

#bg_payment_methods_catalog_tpl {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #FFFFFF;
left: 0px;
width : 140px;
height : 10px;
z-index:3;
}

#bg_payment_partners {
position : absolute;
top: 945px;
left: 84px;
width : 855px;
height : 45px;
z-index:3;
}

#bg_payment_partners_catalog_tpl {
position : relative;
left: 0px;
top:15px;
width : 855px;
height : 45px;
z-index:3;
}

#country_1 {
position : absolute;
top: 0px;
left: 860px;
width : 28px;
height : 15px;
z-index:3;
border:none;
}

#country_2 {
position : absolute;
top: 0px;
left: 895px;
width : 28px;
height : 15px;
z-index:3;
border:none;
}


/* --------------------------------------- Menu --------------------------------------- */
#menu {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
top : 177px;
left : 45px;
color : #FFFFFF;
width : 920px;
height : 20px;
z-index : 3;
text-align : left;

}
#menu a:link {
color : #FFFFFF;
text-decoration : none;
}
#menu a:visited {
color : #FFFFFF;
text-decoration : none;
} 

#bg_navi {
position : absolute;
top: 172px;
left:25px;
width : 960px;
height : 30px;
z-index:2;
overflow:hidden;
}


/* --------------------------------------- Search --------------------------------------- */



#search {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
left : 720px;
width : 238px;
font-size : 11px;
height : 30px;
top:0px;
z-index : 3;
text-align : left;
}


#xmlsearchbutton {
position : absolute;
background-color : #FFFFFF;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
color : #E61F20;
border-width : 0;
background-position : top;
background-repeat : repeat-x;
width : 30px;
height : 18px;
left : 160px;
}


/* --------------------------------------- Submenu --------------------------------------- */


	#subnavigation {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	color:#000000;
	top:10px;
	right:75px;
	width:851px;
	z-index:3;
	}
	
	#subnavigation a{
	color:#B5723E;
	text-decoration : none;
	}

	#subnavigation a:link{
	color : #B5723E;
	text-decoration : none;
	}

	#subnavigation a:hover{
	text-decoration:underline;
	}
	
/* --------------------------------------- Contentcontainer --------------------------------------- */
#contentcontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #352523;
top : 191px;
left : 25px;
width : 960px;
height : 1200px;
overflow : auto;
z-index : 2;
/* border : 1px solid blue;  */
}
#contentcontainer a {
color : #B5723E;
text-decoration : none;
}
#contentcontainer a:link {
color : #B5723E;
text-decoration : none;
}
#contentcontainer a:hover {
text-decoration : underline;
} 
.slideshow {
top:150px;
float: left;
margin: 50px;
}
	
/* --------------------------------------- Footer --------------------------------------- */



#footer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
top : 1170px;
left : 45px;
color : #FFFFFF;
width : 920px;
height : 60px;
z-index : 3;
text-align : left;
overflow:hidden;
}

#footer a:link {
color : #FFFFFF;
text-decoration : none;
}
#footer a:visited {
color : #FFFFFF;
text-decoration : none;
} 
	
#bg_footer {
position : absolute;
top: 1160px;
left: 25px;
width : 960px;
height : 40px;
z-index:2;
background-color: #E51F1F;
overflow:hidden;
}
	
	
/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
/* --------------------------------------- XML Generator Frontend --------------------------------------- */
/*--built 12------------------------------------------------------------------------*/
/*--by    martin hein  digitale.mehrwerte.net  (hein@digitale.mehrwerte.net)--------*/
/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */


/*
#productlist{
position : absolute;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
vertical-align: top;
top:40px;
left:0px;
height: 100px;
width: 250px;
z-index: 3;
}

#productlist #visuals {
	width: 300px;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	clear: left;
}

#productlist #visuals img {
	float: left;
}

#productlist ul {
	margin-bottom:40px;
}

#productlist ul ul{
	margin-bottom:0px;
}

#productlist ul li {
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
}

#productlist ul li a {
	color: #000000;
	padding: 2px 0 3px 30px;
	display: block;
}

#productlist ul li.productwg_open {
	background: url(/pics/collapse_nav.gif) no-repeat 18px 50%;
	font-weight: bold;
}

#productlist ul li.productwg_close {
	background: url(/pics/expand_nav.gif) no-repeat 18px 50%;
}

#productlist ul li ul li.product_open {
	font-weight: bold;
	border-bottom: 1px dashed #FFB68E;
}

#productlist ul li ul li.product_close {
	border-bottom: 1px dashed #FFB68E;
}

#productlist ul li ul li.lastproduct {
	border-bottom: none;
}
*/





	
	
	
	
/* --------------------------------------- Contents  --------------------------------------- */

#header_00{
position: absolute;
left : 370px;
top : 40px;
width: 400px;
height: 40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
text-align:left;
line-height:18px;
color:#000000;
border:none;
z-index:3;
}

#header_01{
position: absolute;
left : 45px;
top : 40px;
width: 400px;
height: 40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
text-align:left;
line-height:18px;
color:#000000;
border:none;
z-index:3;
}

/*
#header_01{
position: absolute;
left : 20px;
top : 25px;
width: 295px;
height: 40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
text-align:left;
line-height:18px;
color:#FFFFFF;
border:none;
z-index:3;
}
*/

#text{
position : absolute;
left : 370px;
top : 90px;
width: 400px;
height: 400px;
overflow:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
line-height:18px;
color:#000000;
border:none;
z-index:3;
}

#text_01{
position : absolute;
left : 45px;
top : 90px;
width: 880px;
height: 850px;
overflow:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
line-height:18px;
color:#000000;
border:none;
z-index:3;
}

#homeimage_01{
position: absolute;
left : 41px;
top : 42px;
width: 285px;
height: 163px;
border:none;
}

#homeimage_02{
position: absolute;
left : 336px;
top : 42px;
width: 285px;
height: 163px;
border:none;
}


#homeimage_03{
position: absolute;
left : 631px;
top : 42px;
width: 285px;
height: 163px;
border:none;
}


#homeimage_04{
position: absolute;
left : 41px;
top : 215px;
width: 285px;
height: 163px;
border:none;
}

#homeimage_05{
position: absolute;
left : 336px;
top : 215px;
width: 285px;
height: 163px;
border:none;
}


#homeimage_06{
position: absolute;
left : 631px;
top : 215px;
width: 285px;
height: 163px;
border:none;
}


#contentimage_01_163{
position: absolute;
left : 41px;
top : 42px;
width: 285px;
height: 163px;
border:none;
z-index:3;
}


#contentimage_01_430{
position: absolute;
left : 41px;
top : 42px;
width: 285px;
height: 430px;
border:none;
z-index:3;
}

#redbg{
height: 100%;
width: 335px;
padding-left: 20px;
background: #E51F1F;
overflow: hidden;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
z-index:2;
}



/*
#contentbg {
position : absolute;
background-color : #E51F1F;
top : 0 px;
left : 0px;
width : 313px;
height : 1200px;
overflow : hidden;
z-index : 1;
}
*/


	
/* ------------------------ Quadi internet indexing identifier information -------------------- */

#quadi {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #FFFFFF;
top: 1000px;
left: 84px;
width : 400px;
height : 15px;
z-index:3;
border:none;
}
#quadi a {
color : #FFFFFF;
text-decoration : none;
}
#quadi a:link {
color : #FFFFFF;
text-decoration : none;
}
#quadi a:hover {
text-decoration : underline;
} 

#linkshiftinformationen { 
display:none;
}
#linkshift {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-align:left;
}

#quadi_catalog_tpl {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #FFFFFF;
top: 20px;
left: 0px;
width : 400px;
height : 15px;
z-index:3;
border:none;
}
#quadi_catalog_tpl a {
color : #FFFFFF;
text-decoration : none;
}
#quadi_catalog_tpl a:link {
color : #FFFFFF;
text-decoration : none;
}
#quadi_catalog_tpl a:hover {
text-decoration : underline;
} 

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------- CMS Container --------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */


#cmscontentcontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #B5723E;
top : 210px;
left : 85px;
width : 1000px;
height : 1000px;
overflow : hidden;

z-index : 2;
/* border : 1px solid green; */
}
#cmscontentcontainer a {
color : #FFFFFF;
text-decoration : none;
}
#cmscontentcontainer a:link {
color : #FFFFFF;
text-decoration : none;
}
#cmscontentcontainer a:hover {
text-decoration : underline;
}
#cmscontentcontainer a {
color : #FFFFFF;
text-decoration : none;
}
#cmscontentcontainer a:link {
color : #FFFFFF;
text-decoration : none;
}
#cmscontentcontainer a:hover {
text-decoration : underline;
} 

#cmsnavicontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
top : 170px;
left : 52px;
color : #F9FDFE;
width : 1010px;
height : 18px;
text-align : left;
/* border : 1px solid yellow; */
overflow : hidden;
/* background:#AB1515; */
z-index : 3;
}
#cmsnavi {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #B5723E;
top : 2px;
left : 31px;
width : 500px;
height : 14px;
text-align : left;
/* border : 1px solid pink; */
overflow:hidden;
z-index : 3;
}
#cmsnavi a {
color : #B5723E;
text-decoration : none;
}
#cmsnavi a:link {
color : #B5723E;
text-decoration : none;
}
#cmsnavi a:visited {
color : #B5723E;
text-decoration : none;
} 
#cmsnavi a:hover {
text-decoration : underline;
}


#cmscatalog_searchresults {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
top : 0px;
left : 0px;
width : 710px;
height : 140px;
color:#B5723E;
overflow : auto;
/* border : 1px solid purple; */
z-index : 3;
} 

#cmscatalog_loop {
position : relative;
top : 0px;
left : 0px;
width : 800px;
height : 140px;
z-index:3;
}

#cmscatalog_previewPicture {
position : relative;
top : 0px;
left : 0px;
width : 136px;
height : 117px;
border:none;
z-index:2;
}

#cmscatalog_name {
position : relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
top:-120px;
left : 150px;
width : 400px;
font-size:11px;
font-weight : bold;
text-align:left;
color:#B5723E;
z-index:3;
}
#cmscatalog_name a {
color : #B5723E;
text-decoration : none;
font-weight : bold;
}
#cmscatalog_name a:link {
color : #B5723E;
text-decoration : none;
}
#cmscatalog_name a:visited {
color : #B5723E;
text-decoration : none;
} 
#cmscatalog_name a:hover {
text-decoration : underline;
}


#cmscatalog_teaser {
position : relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
top:-110px;
left : 150px;
width : 600px;
font-size:10px;
text-align:left;
color:#B5723E;
z-index:3;
}

#cmscatalog_detailLink {
position : relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
left : 150px;
width : 200px;
font-size:10px;
text-align:left;
color:#FFFFFF;
z-index:3;
border : 1px solid green;
}
#cmscatalog_detailLink a {
color:#FFFFFF;
text-decoration : none;
font-weight : bold;
}
#cmscatalog_detailLink a:link {
color:#FFFFFF;
text-decoration : none;
}
#cmscatalog_detailLink a:visited {
color:#FFFFFF;
text-decoration : none;
} 
#cmscatalog_detailLink a:hover {
text-decoration : underline;
}


/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ----------------------------------- Shop Content Container ---------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */


#wrscontentcontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #B5723E;
top : 210px;
left : 32px;
width : 1000px;
height : 700px;
overflow : auto;
z-index : 2;
/* border : 1px solid green; */
}
#wrscontentcontainer a {
color : #B5723E;
text-decoration : none;
}
#wrscontentcontainer a:link {
color : #B5723E;
text-decoration : none;
}
#wrscontentcontainer a:hover {
text-decoration : underline;
}
#wrscontentcontainer a {
color : #B5723E;
text-decoration : none;
}
#wrscontentcontainer a:link {
color : #B5723E;
text-decoration : none;
}
#wrscontentcontainer a:hover {
text-decoration : underline;
} 



/* ------------------------------------ Buttons  ---------------------------------------------- */



/* ------- Buttons shopToc.tpl  -------- */

#formsearchbutton {
position : absolute;
background-image : url("add_to_cart_top.gif");
background-color : #B5723E;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
color : #f2f2f2;
border-width : 0;
background-position : top;
background-repeat : repeat-x;
width : 25px;
height : 18px;
left : 208px;
}


/* -- Buttons cartPreview.tpl -- */

input.gotocartbutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.gotocartbutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.gotocartbutton:active {
border-style : inset;
cursor : wait;
} 


/* -- Buttons catalog.tpl // productDetails.tpl -- */

input.putintocartbutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.putintocartbutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.putintocartbutton:active {
border-style : inset;
cursor : wait;
} 


.dropdown { 
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}

/* --- Buttons cart.tpl / customersdata.tpl ----- */

input.orderbutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.orderbutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.orderbutton:active {
border-style : inset;
cursor : wait;
} 


input.backtoshopbutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.backtoshopbutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.backtoshopbutton:active {
border-style : inset;
cursor : wait;
} 


input.backtocartbutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.backtocartbutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.backtocartbutton:active {
border-style : inset;
cursor : wait;
} 

input.finalcheckbutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.finalcheckbutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.finalcheckbutton:active {
border-style : inset;
cursor : wait;
} 

/* --- Buttoncontainer ----- */

#wrscart_buttoncontainer_back {
position : relative;
top : 19px;
left : 0px;
width: 140px;
z-index : 3;
/* border : 1px solid blue; */
}

#wrscart_buttoncontainer_forward {
position : relative;
text-align : right;
left : 158px;
width: 560px;
z-index : 3;
/* border : 1px solid blue;*/
}

#wrscart_buttoncontainer_backtocart {
position : relative;
top : 0px;
left : 0px;
width: 140px;
z-index : 3;
/* border : 1px solid blue; */
}

#wrscart_buttoncontainer_finalcheck {
position : absolute;
text-align : right;
left : 570px;
width: 150px;
z-index : 3;
/* border : 1px solid blue; */
}

/* ------ Buttons finalConfirmation.tpl ------ */


input.backtocustomersdatabutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.backtocustomersdatabutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.backtocustomersdatabutton:active {
border-style : inset;
cursor : wait;
} 



input.completeorderbutton {
background-color : #B5723E;
border-width : 0;
color : #f2f2f2;
font-weight : bold;
background-position : top;
background-image : url("add_to_cart_top.gif");
background-repeat : repeat-x;
}
input.completeorderbutton:hover {
cursor : pointer;
background-color : #af1010;
background-image : none;
}
input.completeorderbutton:active {
border-style : inset;
cursor : wait;
} 



/* ---------------------------------- cartPreview.tpl ----------------------------------------- */	
#wrscartcontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #B5723E;
top : 210px;
left : 761px;
width : 248px;
height : 524px;
overflow : auto;
/* border : 1px solid #102A43; */
z-index : 3;
/* background-color:#F9FDFE; */
}
#cartPreview {
overflow : auto;
width: 236px;"
padding : 0;
margin : 0;
}
#cartPreview table {
width : 100% !important;
}
#cartPreview table td {
padding-right : 1em;
}
tr.even {
background-color : #4F3428;
}
tr.odd {
background-color : #352523;
}
#formsearch {
width : 200px;
}





/* --------------------------------------------- shopToc.tpl -------------------------------------------- */
#wrsnavicontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
top : 170px;
left : 0px;
color : #F9FDFE;
width : 1010px;
height : 18px;
text-align : left;
/* border : 1px solid yellow;  */
overflow : hidden;
/* background:#AB1515; */
z-index : 3;
}
#wrsnavi {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #B5723E;
top : 2px;
left : 31px;
width : 720px;
height : 14px;
text-align : left;
/* border : 1px solid pink; */
overflow:hidden;
z-index : 3;
}
#wrsnavi a:link {
color : #B5723E;
text-decoration : none;
}
#wrsnavi a:visited {
color : #B5723E;
text-decoration : none;
} 
#wrssearch {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
left : 760px;
width : 238px;
font-size : 11px;
color : #F9FDFE;
height : 30px;
z-index : 3;
text-align : left;
}

/* ------------------------------------------ catalog.tpl ----------------------------------------------- */




#catalog_loop {
position : relative;
top : 0px;
left : 0px;
width : 710px;
height : 140px;
z-index:3;
/* border : 1px solid white; */
}

#catalog_searchresults {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
top : 0px;
left : 0px;
width : 710px;
height : 140px;
color:#B5723E;
overflow : auto;
/* border : 1px solid purple; */
z-index : 3;
} 


#catalog_previewPicture {
position : relative;
top : 0px;
left : 0px;
width : 136px;
height : 117px;
border:none;
z-index:2;
}

#catalog_name {
position : relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
top:-120px;
left : 150px;
width : 400px;
font-size:11px;
font-weight : bold;
text-align:left;
color:#B5723E;
z-index:3;
}
#catalog_name a {
color:#B5723E;
text-decoration : none;
font-weight : bold;
}
#catalog_name a:link {
color : #B5723E;
text-decoration : none;
}
#catalog_name a:visited {
color : #B5723E;
text-decoration : none;
} 
#catalog_name a:hover {
text-decoration : underline;
}

#catalog_teaser {
position : relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
top:-110px;
left : 150px;
width : 600px;
font-size:10px;
text-align:left;
color:#B5723E;
z-index:3;
}

#catalog_detailLink {
position : relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
left : px;
width : 200px;
font-size:10px;
text-align:left;
color:#FFFFFF;
z-index:3;
}
#cmscatalog_detailLink a {
color:#FFFFFF;
text-decoration : none;
font-weight : bold;
}
#catalog_detailLink a:link {
color:#FFFFFF;
text-decoration : none;
}
#catalog_detailLink a:visited {
color:#FFFFFF;
text-decoration : none;
} 
#catalog_detailLink a:hover {
text-decoration : underline;
}

#catalog_price {
position : absolute;
top : 98px;
left : 450px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 12px;
color:#B5723E;
overflow : auto;
z-index : 3;
}
#catalog_variants {
position : absolute;
top : 98px;
left : 150px;
width : 270px;
height : 30px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 12px;
color:#B5723E;
overflow : auto;
z-index : 3;
}
















/* ---------------------------------------- productDetails.tpl --------------------------------------- */


#wrsdetailcontentcontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color:#B5723E;
top : 0px;
left : 0px;
width : 730px;
height : 522px;
overflow : hidden;
z-index : 2;
/* border : 1px solid #102A43; */
}


#detailname {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
top : 0;
color:#B5723E;
z-index : 3;
font-weight : bold;
}
#detail-art-nr {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 17px;
color : #B5723E;
z-index : 3;
}

#detailteaser {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 20px;
left : 0;
color:#B5723E;
z-index : 3;
}
#detailimage {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
top : 50px;
z-index : 3;
}
#detaildescription {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
left : 0;
width : 700px;
color:#B5723E;
z-index : 3;
}
#detailvariants {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 40px;
width : 200px;
left : 0;
color:#B5723E;
z-index : 3;
}
#detailprice {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
top : 20px;
width : 80px;
left : 600px;
color:#B5723E;
z-index : 3;
}
#detailvat {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 20px;
left : 600px;
width : 200px;
color:#B5723E;
z-index : 3;
} 
/* ----------------------------------------  cart.tpl -------------------------------------------- */	

#wrscartdetailcontentcontainer {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #B5723E;
top : 0px;
left : 0px;
width : 720px;
height : 80px;
overflow : hidden;
z-index : 2;
/* border-left:1px solid #102A43; */	
/* border-right:1px solid #102A43; */	
/* border-top:1px solid #102A43; */	
/* background-color:#F9FDFE;  */	
}

#wrscartdetailcontentcontainerbottom {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #B5723E;
top : 0px;
left : 0px;
width : 720px;
height : 100px;
overflow : hidden;
z-index : 2;
/* border-left:1px solid #102A43; */
/* border-right:1px solid #102A43; */
/* border-bottom:1px solid #102A43; */
/* background-color:#F9FDFE;  */	
}

#wrscart_loop_row {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
height: 150px;
width: 720px;
overflow : hidden;
/* border-left:1px solid #102A43; */
/* border-right:1px solid #102A43; */
/*  background-color:#F9FDFE; */	
z-index : 3;
/* border : 1px solid green; */
}

#wrscart_head {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
top : 0px;
color : #B5723E;
z-index : 3;
font-weight : bold;
}

#wrscart_stepshead {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
top : 20px;
color : #B5723E;
z-index : 3;
font-weight : bold;
}

#wrscart_steps span {
position : relative;
color:#F9FDFE;
top : 0px;
width : 720px;
height : 25px;
padding-left : 0.5em;
padding-top : 0.5em;
padding-right: 14.9em;
padding-bottom: 1.5em;
background-position : top;
background-image : url("wrs-steps-inactive.jpg");
background-color : #B5723E;
border-width : 0;
background-repeat : repeat;
}

#wrscart_steps span.now {
font-weight: bold;
color:#F9FDFE;
padding-left : 0.5em;
padding-top : 0.5em;
padding-right: 8em;
padding-bottom: 1.5em;
background-position : top;
background-image : url("wrs-steps-active.jpg");
background-color : #B5723E;
border-width : 0;
background-repeat : repeat;
}

#wrscart_hint {
position : absolute;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 40px;
color : #B5723E;
z-index : 3;
font-weight : bold;
}



#wrscart_previewPicture {
position : absolute;
top : 30px;
left : 5px;
overflow : auto;
z-index : 3;
}
#wrscart_headline {
position : absolute;
top : 5px;
left : 5px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #B5723E;
overflow : auto;
z-index : 3;
}
#wrscart_price {
position : absolute;
top : 222px;
left : 280px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 12px;
color : #B5723E;
overflow : auto;
z-index : 3;
}
#wrscart_teaser {
position : absolute;
top : 30px;
left : 150px;
height : 65px;
width : 400px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #B5723E;
overflow : hidden;
z-index : 3;
}
#wrscart_moneyCell {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #B5723E;
top : 120px;
text-align: right;
}
input.linkButton {
     border-width: 0;
     background-color: transparent;
     color: #B5723E;
}
input.linkButton:hover {
     cursor: pointer;
     text-decoration: underline;
     color: #B5723E;
}

#wrscart_label_subtotal {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : right;
padding-right: 0px;
font-size : 11px;
font-weight : bold;
left : 0px;
width : 550px;
color : #B5723E;
z-index : 3;
/* border : 1px solid blue; */
}
.wrscart_subtotal {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : right;
font-size : 11px;
font-weight : bold;
left : 168px;
color : #B5723E;
z-index : 3;
/* border : 1px solid blue; */
}
#wrscart_label_shipping {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : right;
font-size : 11px;
font-weight : bold;
left : 0px;
width : 550px;
color : #B5723E;
z-index : 3;
/* border : 1px solid blue; */
}
.wrscart_shipping {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : right;
font-size : 11px;
font-weight : bold;
left : 168px;
color : #B5723E;
z-index : 3;
/* border : 1px solid blue; */
}

#wrscart_label_total {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : right;
font-size : 11px;
font-weight : bold;
left : 0px;
width : 550px;
color : #B5723E;
z-index : 3;
/* border : 1px solid blue; */
}
.wrscart_total {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : right;
font-size : 11px;
font-weight : bold;
left : 168px;
color : #B5723E;
z-index : 3;
/* border : 1px solid blue; */
}





/* --------------------------------------------- customersData.tpl --------------------------------------------- */


#wrscart_customersdata_destination {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 50px;
color : #B5723E;
z-index : 3;
}

#wrscart_customersdata_payment {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 60px;
color : #B5723E;
z-index : 3;
}

#wrscart_customersdata_cos {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 70px;
width: 650px;
color : #B5723E;
z-index : 3;
}

#wrscart_customersdata_annotation {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 80px;
width: 650px;
color : #B5723E;
z-index : 3;
}



/* ---------------------------------------- finalconfirmation.tpl ------------------------------------------ */


#wrscart_finalconfirmation_summary {
position : relative;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
top : 50px;
color : #B5723E;
z-index : 3;
}




/* --------------------------------------- WRS --------------------------------------- */


.cart{
width: 550px;
float: left;
border: #ccc 1px solid;
} 

.scaffold_row {
    padding-top: 0ex;
    width: 80%;
    clear: both;
    border: #ccc 1px solid;
}
.scaffold_left{
    width: 100px;
    float: left;
	border: #ccc 1px solid;
}
.scaffold_right{
    width: 100px;
    float: right;
	border: #ccc 1px solid;
}
.scaffold_center{
    width: 100px;
    float: left;
	border: #ccc 1px solid;
}

#cartButton {
     width: 13em;
     border: #af1010 1px solid;
     border-top-width: 8px;
     border-bottom-width: 2px;
     float: left;
     clear: both;
     margin: 1em;
     padding: 1ex;
     background-position: top;
     background-repeat: repeat-x;
}
p.warn {
     font-weight: bold;
     color: #AB1515;
}
label.data_form {
     display: block;
     float: left;
     width: 8em;
     margin-left: 0;
}
label.inline_form {
     margin-top: 1.5ex;
}
input.inline_form, input.data_form {
     margin-top: 1ex;
}
input.inline_form {
     width: 4em;
}
input.data_form {
     width: 19.2em;
}
input.shorter {
     width: 14em;
}
div.tabs form, div.subtabs form {
     display: inline;
}
div.tabs {
     padding-left: 3ex;
}
div.tabs form input.tab, input.subtab {
     border: 0.3ex #daa520 solid;
     border-top-width: 0.8ex;
     border-bottom-width: 0;
     background-color: white;
     padding: 0;
     margin: 0;
}
div.tabs form input.activeTab, input.activeSubtab {
     border: 1px #9acd32 solid;
     border-bottom-color: white;
     border-top-width: 1.5ex;
     background-color: white;
}
span.price_info {
     font-size: 80%;
}
.wrsRequired {
     font-weight: bold;
     color: #AB1515;
}
#wrsTaskTabs {
     position: relative;
     float: left;
     width: 100%;
     margin: 0;
     list-style: none;
     line-height: 1em;
}
#wrsTaskTabs ul {
     margin: 0 !important;
}
#wrsTaskTabs li.wrsTaskTabActive ul.wrsSubTabs, #wrsTaskTabs li.wrsTaskTab:hover ul.wrsSubTabs {
     position: absolute;
     left: 0;
     top: 1.5em;
     float: left;
     background: #ccc;
     width: 100%;
     padding: 0;
     list-style: none;
     border-top: 1px solid #fff;
     display: block !important;
     color: #000;
     border: 1px #2e3436 solid;
}
li.wrsTaskTab {
     padding: 0 1em;
     margin-bottom: 0 !important;
     background-color: #2e3436 !important;
     color: #d3d7cf;
     -moz-border-radius-topleft: 12px;
     -moz-border-radius-topright: 12px;
     -webkit-border-radius-top-left: 12px;
     -webkit-border-radius-top-right: 12px;
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
}
li.wrsTaskTabActive {
     padding: 0 1em;
     background-color: #2e3436 !important;
     color: #d3d7cf;
     -moz-border-radius-topleft: 10px;
     -moz-border-radius-topright: 10px;
     -webkit-border-radius-top-left: 10px;
     -webkit-border-radius-top-right: 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
li.wrsTaskTab form input {
     color: #d3d7cf;
}
#wrsTaskTabs li ul li form input {
     font-weight: normal;
     color: #2e3436;
}
#wrsTaskTabs li.wrsTaskTab:hover ul.wrsSubTabs {
     z-index: 9999;
     border-bottom-width: 0;
}
#wrsTaskTabs ul.wrsSubTabs {
     display: none;
}
#wrsTaskTabs li {
     float: left;
     margin: 0;
     margin-right: .125em;
     padding: 0 .5em;
     list-style: none;
     line-height: 1.5em;
}
li.wrsActiveSubtab form input {
     text-decoration: underline ! important;
     font-weight: bold ! important;
}
#wrsTaskTabs form {
     display: inline;
     text-align: left;
     border: 0 white solid;
}
#wrsTaskTabs form input {
     background-color: transparent;
     text-align: left;
     border: none;
     cursor: pointer;
}
li.wrsTaskTabActive form input {
     color: #eeeeec;
     font-weight: bold;
}
div.wrsScreen {
     padding: 1em 0 4em;
}
div.wrsScreen ol li, ul li {
     margin-left: 1.5em;
     padding: 0.3ex 0;
     line-height: 1.3;
}
div.wrsScreen p.additional {
     font-size: 90%;
     color: #666;
     line-height: 1.2;
}