/*---- Globale Definitionen ----*/

*			{
			margin: 0;
			padding: 0;
			border: none;
			}

img			{
			border: none;
			}

body			{
			font-family: Verdana, Georgia ,Arial, Helvetica, sans-serif;
			text-align: center;
			color: #000;
			border-color: #363C34;
			font-size: 11px;
			background-color: #F7F5EB;
			}

.clearfloatdiv		{
	    		content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility:hidden;
	    		}

.clearfloatdivright		{
	    		content: "."; 
			display: block; 
			height: 0; 
			clear: right; 
			visibility:hidden;
	    		}

.clearfloatdivleft		{
	    		content: "."; 
			display: block; 
			height: 0; 
			clear: left; 
			visibility:hidden;
	    		}
 .priceshow:after, .clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.priceshow, .clearfix {
    display:inline-block;
}

h1,h2,h3,h4,h5,h6	{
			color: #000;
			margin: 10px 0;
			}

h1			{
			font-size: 14px;
			}

h2			{
			font-size: 13px;
			}

h3			{
			font-size: 12px;
			}

h4,h5,h6		{
			font-size: 11px;
			}


.errornotify		{
			color: #f00;
			}

p			{
			margin: 5px 0 10px 0;
			}

ul			{
			list-style-type: none;
			}

ol			{
			list-style-position: inside;
			list-style-type: decimal;
			}

ul li, ol li			{
			padding: 1px;
			}

ol ol			{
			list-style-position: inside;
			list-style-type: lower-roman;
			}

dt			{
			padding: 5px 0 0 5px;
			}

dd			{
			padding: 2px 0 0 10px;
			}

/* Allgemeine Links */

a:link, a:visited, a:hover, a:focus, a:active	{
			text-decoration: none;
			color: #62403E;
			}



/* Text-Links */
a.text:link, a.text:visited, a.text:focus, a.text:active	{
			border-width: 0 0 1px 0;
			border-style: dotted;
			color: #62403E;
			text-decoration: none;
			}

a.text:hover			{
			border-style: solid;
			}



/*---- Spaltenlayout ----*/

/*-- Header --*/

div#header		{
			position: relative;
			/*background-color: #D6C89B;*/
			/*height: 80px;*/
			/*background-image:url(../images/headerbg.gif);
			background-repeat: repeat-x;
			background-position: top;*/
			}

div#header a#logo	{
			/*position: absolute; top: 0px; left: 30px;*/
			margin-left: 10px;		
			}

div#headeraccount	{
			padding: 10px;
			position: absolute; top: 10px; right: 10px;
			font-size: 11px;
			text-align: center;
			}

div#header a, div#header a:visited, div#header a:hover{
			border-style: none;
			}

div#headeraccount a	{
			color: #000;
			}



/*-- Breadcrumb --*/

div#breadcrumb		{
			margin: 1px 0;
			/*padding: 5px 0 5px 10px;*/
			padding-left: 10px;
			height: 25px;
			line-height: 25px;
			/*border-width: 0px; 
			border-style: solid;
			border-color: #000;*/
			background-color: #FF6F39;
			/*background-image:url(../images/icons/boxbottomright.gif);*/
			background-repeat: no-repeat;
			background-position: bottom right;
			color: #fff;
			text-align: left;
			}
			

#breadcrumb a	{
			font-size: 10px;
			font-weight: bold;
			border-style: none;
			color: #fff;
			}

.breadcrumbbox		{
			height: 25px;
			color: #622A19;
			color: #fff;
			float: right;
			width: 104px;
			border-left: 1px solid #fff;
			padding: 0 15px;
			text-align: center;
			}

* html .breadcrumbbox {  /* nur fuer Internet Explorer */
  width:134px;     /* Version 5.x */
  w\idth:104px;    /* Version 6 */
}


.breadcrumbboxwide	{
			width: 200px;
			border-left: none;
			}

div.breadcrumbbox a	{
			font-size: 9px;
			}







ul#topcat_top, ul#topcat_path		{
			font-size: 11px;
			text-align: center;
			float: left;
			display: block;
			margin-bottom: 3px;
			}
			
ul#topcat_path 		{
			width: 760px;
			}
			
ul#topcat_top		{
			margin-left: 4px;
			}	

ul#topcat_top li, ul#topcat_path li		{
			float: left;
			/*height: 160px;*/
			/*border-width: 0 2px;
			border-style: solid;
			border-color: #fff;*/
			padding: 0;
			border: 1px solid #ccc;
			border-top: 1px solid #aaa;
			}
			
ul#topcat_top li	{
			width: 136px;
			}
			
ul#topcat_path li	{
			width: 105px;
			}						

#header #tcsingleleft	{
			margin-top: 0px;
			}

ul#topcat_top li	{
			margin: 2px 1px 0 0px;
			}
									
ul#topcat_path li	{
			margin: 2px 1px 0 0px;
			}

ul#topcat_top li a, ul#topcat_path li a, #header #tcsingleleft a {
			color: #000;
			text-align: center;
			height: 30px;
			/*line-height: 32px;*/
			display: block;
			background-image:url(../images/topcatbg.gif);
			background-repeat: repeat-x;
			background-position: top;
			padding: 5px 0px;
			}

ul#topcat_top li a:hover, ul#topcat_path li a:hover	{
			color: #fff;
			background-image: none;
			}


#header #tcsingleleft 		{
			float: left;
			width: 215px;
			height: 86px;
			font-size: 11px;
			font-weight: bold;
			margin-right:1px;
			}
		
#header #tcsingleleft a		{
			color: #fff;
			height: 66px;
			padding: 10px 0px;
			line-height: 66px;
			}


ul#topcat_top li#tcsingle1 a:hover, ul#topcat_path li#tcsingle1 a:hover		{
			background-image:url(../images/topcatbg1.gif);
			background-repeat: repeat-x;
			background-position: top;
			}

ul#topcat_top li#tcsingle2 a:hover, ul#topcat_path li#tcsingle2 a:hover		{
			background-image:url(../images/topcatbg2.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle3 a:hover, ul#topcat_path li#tcsingle3 a:hover		{
			background-image:url(../images/topcatbg3.gif);
			background-repeat: repeat-x;
			background-position: top;
			}

ul#topcat_top li#tcsingle4 a:hover, ul#topcat_path li#tcsingle4 a:hover		{
			background-image:url(../images/topcatbg4.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
						
ul#topcat_top li#tcsingle5 a:hover, ul#topcat_path li#tcsingle5 a:hover		{
			background-image:url(../images/topcatbg5.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle6 a:hover, ul#topcat_path li#tcsingle6 a:hover		{
			background-image:url(../images/topcatbg6.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle7 a:hover, ul#topcat_path li#tcsingle7 a:hover		{
			background-image:url(../images/topcatbg7.gif);
			background-repeat: repeat-x;
			background-position: top;
			}

ul#topcat_top li#tcsingle8 a:hover, ul#topcat_path li#tcsingle8 a:hover		{
			background-image:url(../images/topcatbg8.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle9 a:hover, ul#topcat_path li#tcsingle9 a:hover		{
			background-image:url(../images/topcatbg9.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle10 a:hover, ul#topcat_path li#tcsingle10 a:hover		{
			background-image:url(../images/topcatbg10.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle11 a:hover, ul#topcat_path li#tcsingle11 a:hover		{
			background-image:url(../images/topcatbg11.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle12 a:hover, ul#topcat_path li#tcsingle12 a:hover		{
			background-image:url(../images/topcatbg12.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle13 a:hover, ul#topcat_path li#tcsingle13 a:hover		{
			background-image:url(../images/topcatbg13.gif);
			background-repeat: repeat-x;
			background-position: top;
			}
			
ul#topcat_top li#tcsingle14 a:hover, ul#topcat_path li#tcsingle14 a:hover		{
			background-image:url(../images/topcatbg14.gif);
			background-repeat: repeat-x;
			background-position: top;
			}						

/*-- Spalten --*/

div#mainwrap		{
			text-align: left;
			width: 980px;
			margin: 0 auto;
			padding: 0 0px;
			/*border: 1px solid #000;*/
			/*border: 5px solid green;*/
			background-color: #fff;
			/*background-image:url(../images/icons/mainbg.gif);
			background-repeat: repeat-y;
			background-position: top;*/
			}


div#colnavi		{
			width: 215px;
			float: left;
			height: 1%;
			display: inline;
			}

div#colfeat		{
			width: 215px;
			/*border: 1px solid red;*/
			float: right;
			height: 1%;
			display: inline;
			}

div#colcont		{
			float: left;
			width: 530px;
			margin: 0 10px 0 10px;
			background-color: #fff;
			height: 1%;
			}

div#widecolcont		{
			float: left;
			width: 725px;
			margin: 0 10px 0 10px;
			background-color: #fff;
			height: 1%;
			}
			
#widecolcont textarea	{
			display: block;
			margin: 0 auto;
			}
			
			
div#footer		{
			/*border: 1px solid blue;*/
			text-align: center;
			font-size: 11px;
			margin-top: 25px;
			border-top: 1px solid #ddd;
			padding: 15px;
			background-color: #9B8D5A;
			color: #fff;
			/*background-image:url(../images/icons/footerbg.gif);*/
			background-repeat: no-repeat;
			background-position: bottom;
			}

div#footer a		{
			color: #fff;
			}


/*---- Boxen ----*/


/*-- Boxen auf der Seite : information.php --*/
div.sidebox		{
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			border-color: #ccc;
			margin: 10px auto;
			padding: 0 0 5px 0;
			background-color: #fff;
			color: #000;
			width: 190px;
			height: 1%;
			/*background-image:url(../images/icons/sideboxbottom2.gif);
			background-repeat: no-repeat;
			background-position: bottom center;*/
			text-align: center;
			}
			
div.paypalbox		{
			background-color: #fff;
			}




div.sidebox h2		{
			background-color: #9B8D5A;
			color: #fff;
			font-size: 12px;
			/*border-bottom: 1px solid #C2AC8F;*/
			width: 190px;
			padding: 5px 0;
			margin: 0;
			text-align: center;
			/*background-image:url(../images/icons/sideboxtop2.gif);
			background-repeat: no-repeat;
			background-position: top center;*/
			height: 15px;
			border-bottom: 1px solid #fff;
			}
			
div.sidebox h2		{
			background-image:url(../images/sideboxtitlebg.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			}
			

div.sidebox h2.link em		{
			font-size: 10px;
			text-decoration: underline;
			}

div.sidebox h3		{
			font-size: 11px;
			text-align: center;
			}



	
div.sidebox ul		{
			margin: 10px;
			list-style-type: none;
			color: #000;
			}



div.sidebox img		{
			display: block;
			margin: 5px auto;
			}


div.sidebox p		{
			margin-left: 0px;
			}


.sidebox a, .sidebox a:visited		{
			color: #000;
			}

.sidebox h2 a, .sidebox h3 a, .sidebox h4 a {
			text-align: center;
			display: block;
			width: 100%;
			}

.sidebox h2 a, .sidebox h2 a:visited {
			color: #fff;
			}
			
.sidebox h3 a, .sidebox h4 a, .sidebox h3 a:visited, .sidebox h4 a:visited {
			color: #000;
			}
			
.sidebox h4		{
			margin: 15px 0 10px 0;
			/*background-image:url(../images/icons/more.gif);
			background-repeat: no-repeat;
			background-position: 140px center ;*/
			}
.sidebox h2 img		{
			margin: 0 0 0 10px;
			display: inline;
			}


.sidebox .priceshow	{
			text-align: center;
			}

.sidebox .priceshow .tax_info, .sidebox .priceshow .tax_info a {
			color: #000;
			}


#widerruf		{
			border: 1px solid #ccc;
			margin: 40px 0;
			padding: 5px;
			font-weight: bold;
			}
			
#widerruf ul, ul.agblist			{
			list-style-position: inside;
			list-style-type: disc;
			}

#widerruf h3		{
			font-size: 13px;
			}

#widerruf h4		{
			font-size: 12px;
			}

#widerrufende		{
			font-style: italic;
			}
			
			
#sctotal		{
			border-top: 1px solid #000;
			font-weight: bold;
			text-align: right;
			margin-right: 10px;
			}

#newitemincart		{
			font-style: italic;
			}



.textinfobox		{
			background-color: #D3DDAD;
			width: 100%;
			margin: 0;
			}


/*-- Warnungen --*/
div.warningbox		{
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			border-color: red;
			margin: 20px 0 0 3px;
			padding: 5px;
			background-color: #F3F3DF;
			color: red;
			}

div.warningbox h2		{
			font-size: 12px;
			color: red;
			}			
	
div.warningbox ul		{
			margin-left: 10px;
			list-style-type: none;
			}



/*-- Versandkostentabelle --*/
table#shippingtable	{
			border-collapse: collapse;
			text-align: left;
			}

table#shippingtable td, table#shippingtable th	{
			font-size: 11px;
			padding: 5px;
			border-width: 1px;
			border-style: solid;
			border-color: #000;
			text-align: center;
			}				
table#shippingtable tr.countryspacer td {
			border: 0;
			height: 10px;
			}

table#shippingtable .country td	{
			font-weight: bold;
			padding: 20px 10px;
			background-color: #eee;
			}

table#shippingtable .country td	{
			text-align: left;
			}

/*-- Boxen in Modulen new_products und upcoming_products und also_purchased (in product_info) --*/
.newproducts		{
			margin: 25px 0;
			height: 1%;
			}

.newproductssingle	{
			width: 243px;
			margin: 5px;
			height: 150px;
			float: left;
			display: inline;
			text-align: center;
			padding: 5px;
			border: 1px solid #c3c3c3;
			position: relative;
			}


.newproductssingle b	{
			font-size: 10px;
			}



.newproductssingle img	{
			position: absolute; left: 5px; top: 50px;
			margin: 5px;
			}

.newproducts h3		{
			font-size: 13px;
			}

.newproducts h4		{
			font-size: 10px;
			/*background-color: #426E8A;
			padding: 3px;*/
			}
			

.newproducts h4 a:link, .newproducts h4 a:active, .newproducts h4 a:visited 	{
			color: #444;
			}

.newproducts h4 a:hover {
			color: #666;
			}
			
.newproductssingle .priceshow	{
			text-align: center;
			width: 125px;
			margin: 0 5px;
			position: absolute; right: 2px; top: 60px;
			}

.newproductssingle .priceshow	s {
			font-size: 11px;
			}

.newproductssingle .priceshow	b {
			font-size: 12px;
			}

.newproductssingle .priceshow em {
			font-size: 11px;
			width: 125px;
			margin: 2px 0;
			line-height: 20px;
			}
			

/* Auflistung der Kategorien */

.catlist		{
			border: 1px solid red;
			}

.catlistsingle		{
			border: 1px solid blue;
			margin: 5px 0;
			}

.catlist img		{
			float: left;
			width: 200px;
			}

.catlistsingle .clist	{
			float: left;
			border: 1px solid green;
			}

.catlist h3		{
			}




/*-- Kategorienbox --*/

.categories2		{
			font-family: Arial, Helvetica,  sans-serif;
			font-size: 11px;
			/*font-variant: small-caps;*/
			/*background-color: #F66B37;*/
			/*border-width: 0 1px 1px 0;
			border-color: #4B5A5D;
			border-style: solid;*/
			height: 1%;
			margin: 0 0 20px 0;
			padding: 20px 0;
			/*background-image:url(../images/icons/sidecatbottom.gif);
			background-repeat: no-repeat;
			background-position: bottom center;*/
			}




.categories2 ul		{
			width: 100%;
			list-style: none;
			height: 1%;
			border-style: none;
			color: #fff;
			}

.categories2 ul	li	{
			padding: 0;
			}

.categories2 ul li a, .categories2 ul li a:visited	{
			color: #fff;
			}

.categories2 ul li a	{
			margin: 0;
			width: 100%;
			display: block;
			width: 200px;
			padding: 2px 5px 2px 10px;
			font-size: 12px;
			/*background-image:url(../images/icons/navright.gif);
			background-repeat: no-repeat;
			background-position:  10px center;*/
			}

.categories2 ul li a:hover {
			color: #ddd;
			/*background-image:url(../images/icons/navrightactive.gif);*/
			}


.categories2 ul li a, .categories2 ul li a:visited {
			font-weight: normal;
			}

.categories2 ul li a.selected:link, .categories2 ul li a.selected:visited {
			font-weight: bold;
			/*background-image:url(../images/icons/navrightselected.gif);*/
			}



.categories2 ul ul li a	{
			width: 180px;
			padding: 2px 5px 2px 30px;
			font-size: 12px;
			background-position:  20px center;
			}

.categories2 ul ul ul li a {
			width: 150px;
			padding: 2px 5px 2px 60px;
			font-size: 11px;
			background-position:  30px center;
			}

.categories2 ul ul ul ul li a {
			width: 135px;
			padding: 3px 5px 3px 40px;
			font-size: 11px;
			}





/*---- Auflistung der Produkte in index.html ----*/

/* Gesamte Box*/
.productindexlist	{
			position: relative;
			height: 1%;
			clear: both;
			}

/* kleine Box mit Ausgabe der Sortierungmöglichkeiten*/
/*.productindexlistsort	{
			position: absolute; top: 5px; right: 5px;
			}*/

.productindexlist .priceshow		{
			/*text-align: right;*/
			width: 200px;
			/*float: right;
			clear: right;*/
			/*position: absolute; top: 10px; right: 20px;*/
			}

/* Box für die einzelnen Produkte*/
.singleproduct		{
			position: relative;
			/*min-height: 140px;*/
			height: 1%;
			padding-bottom: 10px;
			clear: both;
			}
/*Trennlinie zwischen den einzelnen Produktboxen*/
.hruler			{
			border-width: 0 0 1px 0;
			border-style: solid;
			border-color: #E3E3E3;
			margin-bottom: 10px;
			}

a.buynow, .productindexlist a.text		{
			/*clear: right;
			float: right;*/
			position: absolute; bottom: 10px; right: 20px;	
			}

/*.productindexlistsort b	{
			font-weight: normal;
			margin-left: 5px;	
			}*/

.singleproduct .imgcont	{
			float: left;
			width: 100px;
			height: 70px;
			margin: 15px 5px 15px 15px;
			text-align: center;
			}

.singleproduct .imgcont	img {
			margin: 0 auto;
			}

.singleproduct h2 a	{
			margin: 0;
			padding: 0px;
			display: inline;
			}

.singleproduct h2	{
			margin: 0;
			padding: 0;
			margin-left: 20px;
			text-align: left;
			}

.singleproduct p	{
			float: left;
			/*margin: 10px 10px 5px 130px;*/
			width: 370px;
			height: 60px;
			/*border: 1px solid red;*/
			margin: 10px 0 10px 20px;
			}
			
.singleproduct a.squarebutton, .singleproduct div.squarebutton {
			margin: 10px 0 0 0;
			}

.productindexlist h2 a	{
			color: #62403E;
			}

.productindexlist h6	{
			font-size: 11px;
			font-weight: normal;
			color: #000;
			margin: 20px 0;
			}

.productindexlist h6 u	{
			border: 1px solid #000;
			text-decoration: none;
			padding: 2px 4px;
			}

.productindexlist h6 a	{
			padding: 0;
			margin: 0;
			}

.productindexlist h6 b	{
			border: 1px solid #000;
			padding: 2px 4px;
			}

.productindexlist h6 em	{
			float: right;
			font-style: normal;
			}

.productindexlist h6 .sortbox	{
			margin: 0 4px -2px 4px;
			}

.productindexlist h6 small {
			float: right;
			font-weight: normal;
			font-size: 11px;
			}

.productindexlist h6 small b {
			border: 0;
			padding: 0;
			}



/*---- Produktseite ----*/
.productinfo		{
			/*border: 1px solid blue;*/
			float: left;
			width: 100%;
			height: 1%;
			display: inline;
			/*border-bottom: 1px solid #ccc;*/
			}

.productinfo h1		{
			margin: 0;
			font-size: 14px;
			}

.productinfo .priceshow  {
			width: 100px;
			}



.productinfo .pdesc		{
			float: left;
			width: 250px;
			padding: 15px 5px;
			font-size: 11px;
			line-height: 13px;
			height: 1%;
			display: inline;
			}

.productinfo .pdesc ul		{
			list-style-type: square;
			}

.smallTextUVP em		{
			font-size: 11px;
			color: red;
			}

.productinfo .pdesc ul	{
			margin: 5px 0 5px 15px;
			}

.productinfo .pdesc ul li {
			margin: 2px 0;
			}



.priceshow		{
			font-size: 14px;
			}
			
.priceshow em		{
			font-size: 80%;
			}

.priceshow .smallTextUVP {
			margin-bottom: 5px;
			font-size: 10px;
			text-align: center;
			}

.productinfo .priceshow .smallTextUVP em		{
			font-size: 11px;
			font-weight: bold;
			}

.productinfo .priceshow		{
			line-height: 18px;
			width: 100%;
			text-align: right;
			}

.productinfo .priceshow b		{
			font-size: 20px;
			color: #62403E;
			}

.productinfo .priceshow s		{
			font-size: 20px;
			color: #62403E;
			}

.productinfo .priceshow em		{
			font-style: normal;
			font-size: 10px;
			color: #62403E;
			}

.priceshow .tax_info a	{
			text-decoration: underline;
			color:#aaa;
			display: inline;
			}

.priceshow .tax_info 	{
			color:#aaa;
			}




.productPriceInBox	{
			margin: 2px;
			font-size: 10px;
			}

.productPriceInBox2	{
			margin: 2px;
			font-size: 11px;
			color: #62403E;
			}


.productinfo table	{
			/*width: 200px;
			float: right;
			height: 1%;
			display: inline;*/
			}

.allprice td.smalltext	{
			margin: 2px;
			font-size: 10px;
			}

/*.allprice input 	{
			vertical-align: middle;
			}*/

.allprice h6		{
			margin: 10px 0 3px 10px;
			text-align: left;
			}

.allprice select	{
			font-size: 11px;
			}

.productinfo h4 	{
			clear: both;
			}

.productinfo .pprice img	{
			padding: 20px;
			border: 1px solid #EDEBE2;
			background-image:url(../images/zoom3.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
			}

.pprice			{
			margin-top: 20px;
			width: 265px;
			float: right;
			}
			
.pprice	img		{
			display: block;
			margin: 5px auto 20px auto;
			}

.priceboxmswrap		{
			border: 1px solid #ccc;
			margin: 5px 0;
			padding: 5px;
			text-align: right;
			height: 1%;
			background-color: #EFEAD7;
			}

			
.priceboxmswrap .tax_info {
			margin: 3px 0;
			font-size: 9px;
			}

.priceboxmswrap h4, .priceboxmswrap h3, .priceboxmswrap h6	{
			margin: 3px 0px;
			text-weight: normal;
			font-size: 11px;
			}
			
.priceboxmswrap h5	{
			padding: 0;
			font-weight: normal;
			}
						
.priceboxmswrap h6	{
			text-align: center;
			}

.priceboxms		{
			width: 100%;
			}

.priceboxmswrap  b		{
			font-size: 14px;
			color: #62403E;
			margin: 5px 0;
			display: block;
			}
			
.priceboxmswrap  em		{
			display: block;
			margin: 3px 0;
			}
			
.priceboxmswrap .squarebutton  {
			float: right;
			margin: 0;
			}
			
#cartquantity		{
			float: right;
			text-align: center;
			margin: -12px 5px 0 0;
			background-color: #F8F6EE;
			}
			
.priceboxmswrap table		{
			text-align: right;
			margin: 0 0 0 auto;
			}

.priceboxmswrap p	{
			text-align: center;
			margin: 5px 0 0 0;
			font-style: italic;
			}

.priceboxmsoptions	{
			width: 200px;
			float: right;
			}
			
.priceboxmswrap select	{
			background-color: #F8F6EE;
			}

#shoppingcart	table	{
			border-collapse: collapse;
			}

#shoppingcart	table	thead {
			font-weight: bold;
			}



#shoppingcart table tr td, #shoppingcart table thead th {
			border-style: solid;
			border-color: #ccc;
			border-width: 1px 1px 1px 1px;
			padding: 5px;
			}

#shoppingcart	table	tfoot td {
			border-width: 0px;
			}


#shoppingcart	table	td.middle {
			text-align: center;
			}

#shoppingcart	table	.rightalign {
			text-align: right;
			}

#shoppingcart	table	td.subtotal {
			text-align: right;
			font-weight: bold;
			font-size: 12px;
			}

#shoppingcart .priceshow {
			}

#shoppingcart .priceshow .tax_info {
			font-size: 9px;
			}



input, textarea 	{
			padding: 2px;
			border: 1px solid #4B5A5D;
			}

.checkbox		{
			margin-top: 6px;
			border: none;
			}

.checkboxlist		{
			margin-right: 5px;
			}

fieldset br		{
			clear: left;
			}

fieldset#addresslist label	{
			text-align: left;
			}

fieldset#addresslist input	{
			border: none;
			margin: 20px 0 0 20px;
			}



fieldset#contactus 	{
			margin: 10px;
			width: 90%;
			}
			
fieldset#contactus label {
			width: 130px;
			}

fieldset#contactus textarea#enquiry	{
			width: 350px;
			}

fieldset#tellafriend 	{
			width: 90%;
			}


.infobox .backbutton		{
			float: left;
			margin: 20px  0 0 20px;
			}
			
.middlesubmitbutton	{
			border: 0;
			display: block;
			margin: 5px auto;
			}			

input:focus, textarea:focus {
			background-color: #F7F7EB;
			} 


/* Labels, Legends und fieldsets für Boxen in login */

label 			{
			text-align: right;
			width: 160px;
			float: left;
			margin: 8px;
			}



fieldset		{
			border: 1px solid #4B5A5D;
			border: none;
			width: 340px;
			padding: 10px 3px;
/*			float: left;
			display: inline;*/
			margin: 20px 0 20px 10px;
			}
			
input#searchtext {
			width: 98%;
			}

form > fieldset		{
			display: block;
			}

fieldset.address	{
			width: 480px;
			margin: 20px 0 20px 10px;
			}

fieldset.address label	{
			width: 170px;
			}

legend			{
			font-weight: 700;
			margin: 0 0 10px 10px;
			padding: 3px 10px;
			border: 1px solid #4B5A5D;
			background-color: #F3F3DF;
			}

.centermessage		{
			width: 80%;
			margin: 5px auto;
			}



form fieldset p		{
			margin: 10px;
			}

form fieldset img	{
			display: block;
			margin: 0 auto;
			}



fieldset.productoptions	{
			padding: 0;
			margin: 5px 5px 5px 0;
			width: 250px;
			}
			


fieldset.productoptions	select {
			font-size: 12px;
			margin : 2px 0;
			border: 1px solid #4B5A5D;
			width: 120px;
			}

fieldset.productoptions	label {
			margin: 4px 0;
			padding-right: 4px;
			width: 120px;
			}

fieldset.address select#country {
			width: 200px;
			}


fieldset.address select#country, fieldset.address select#categories_id {
			margin-top: 5px;
			border: 1px solid #4B5A5D;
			}

/* Auswahlboxen im checkout für shipping und payment */

table.chosebox		{
			width: 70%;
			border-spacing: 0px;
			border-collapse: collapse;
			margin: 10px auto;
			}

table.chosebox	input	{
			margin: 0;
			border: none;
			}

table.chosebox	td	{
			font-size: 11px;
			}

table.chosebox	td.methodstitle {
			font-weight: 900;
			width: 80%;
			padding: 15px 0 15px 5px;
			}

table.chosebox	td.cost {
			width: 10%;
			text-align: center;
			}

table.chosebox	td.check {
			width: 10%;
			text-align: center;
			}

table.chosebox	td.fields {
			padding: 15px 0 15px 5px;
			text-align: left;
			}



/* Selected-und Hover-Effekte im checkout */

.moduleRowSelected	{
			background-color: #E1DDCB;
			}

.moduleRowOver		{
			background-color: #F3F3DF;
			}




/* Tabelle für die Eingabe von z.B. Bankverbindung */

table.chosefields td.cftitle	{
			text-align: right;
			padding: 3px 10px;
			}

table.chosefields td.cffield	{
			text-align: left;
			}

table.chosefields  input	{
			border: 1px solid #4B5A5D;
			}



/* Info-Boxen (z.B. im checkout) */
	
.infobox		{
			border: 1px solid #889B9F;
			padding: 0 10px 10px 10px;
			width: 95%;
			margin: 10px 0;
			float: left;
			}

.infobox h3		{
			}
			


/* Textfeld für die AGB in checkout_payment */

textarea.agb		{
			font-size: 11px;
			display: block;
			margin: 0 auto;
			}		


.agb input		{
			margin: 0 10px 0 0;
			}


/* Fehler und Meldungen die im header ausgegeben werden */

.error_messagebox	{
			border: 2px solid red;
			color: red;
			padding: 10px 250px;
			font-size: 13px;
			text-align: center;
			}

.info_messagebox	{
			border: 2px solid green;
			padding: 10px 250px;
			font-size: 13px;
			text-align: center;
			}



/* Bearbeiten-Zusatz zu Überschriften in checkout_confirmation */

.orderEdit		{
			color: #ccc;
			font-size: 10px;
			padding-left: 5px;
			}

/* Ausgabe der Adressen in der checkout_confirmation */

.addressbox		{
			width: 45%;
			height: 1%;
			float: left;
			margin: 0 20px 0 0;
			}



/* Tabelle für die Produktübersicht in der checkout_confirmation */

table#coc_products	{
			width: 100%;
			}

table#coc_products td	{
			padding: 5px 0;
			}

table#coc_products td.attributes	{
			font-size: 10px;
			font-style: italic;
			padding-left: 20px;
			}

table#coc_products td.menge	{
			text-align: right;
			padding-right: 5px;
			width: 20px;
			}

table#coc_products td.price	{
			text-align: right;
			width: 30px;
			}

table#coc_products td.ot_title	{
			text-align: right;
			width: 200px;
			}

table#coc_products td.ot_price	{
			text-align: right;
			}

table#coc_products td.taxcol	{
			text-align: center;
			font-style: italic;
			font-size: 90%;
			}

table#coc_products td hr	{
			border-width: 1px;
			border-color: #ccc;
			color: #ccc;
			}


/* Progressbar im checkout */

.progressbar		{
			margin-top: 20px;
			}

.singleprogress		{
			float: left;
			height: 1%;
			width: 29%;
			padding: 10px 10px;
			text-align: center;
			border-top: 5px solid #eee;
			background-image:url(../images/icons/icon_arrow_up_disabled.gif);
			background-repeat: no-repeat;
			background-position: top center;
			}

.singleprogress	em	{
			padding-top: 5px;
			display: block;
			font-style: normal;
			}

.singleprocessdone	{
			background-image:url(../images/icons/icon_arrow_up.gif);
			border-color: #bbb;
			}


table#accountorders 	{
			width: 100%;
			}

table#accountorders td	{
			padding: 3px 6px;
			}

table#accountorders thead td	{
			font-size: 110%;
			font-weight: bold;
			padding: 5px;
			}

table#accountorders tfoot td	{
			font-size: 9px;
			padding: 15px 0px 5px 0px;
			}

table#accountorders tfoot td.sides	{
			text-align: right;
			}

table#accountorders td.price	{
			text-align: right;
			font-weight: bold;
			}

ul.arrowright		{
			list-style-image:url(../images/icons/arrow_right_green.gif);
			}

ul.arrowright li	{
			margin: 5px 0 5px 20px;
			}

#orderhistory	p	{
			/*border-bottom: 1px solid #ccc;*/
			margin: 5px 0 5px 25px;
			}

#orderhistory h6	{
			margin-left: 25px;
			}

.inputneeded		{
			padding-left: 10px;
			color: #B63639;
			}

.messageBox 		{
			}

.messageStackError, .messageStackWarning { 
			background-color: #ffb3b5;
			padding: 5px;
			}

.messageStackSuccess 	{
			background-color: #99ff00;
			padding: 5px;
			}
			
table#addressbook 	{
			clear: both;
			}

table#addressbook td	{
			padding: 10px 25px;
			}



/*#colcontinner		{
			float: left;
			width: 100%;
			height: 1%;
			display: inline;
			}*/


.searchbox		{
			text-align: center;
			}

.searchbox input		{
			padding: 2px;
			}

.sidebox .submitbutton {
			display: inline;
			margin-bottom: -4px;
			}

.subpar			{
			text-align: right;
			}




.newproductssingle a.tooltip:link span,.newproductssingle a.tooltip:visited span 	{
			display: none;
			}
			
.newproductssingle a.tooltip:hover span 	{
			display: block;
			position: absolute; top: 5px; left: 5px; width: 158px;
			background-color: #AEC6D6;
			color: #000;
			z-index: 500;
			border-width: 1px;
			border-style: solid;
			border-color: #000;
			padding: 10px 5px;
			font-weight: normal;
			text-align: center;
			height: 127px;			
			}

.newproductssingle a.tooltip:hover 		{
			background-color: #fff;
			}
			
span.shortdesc		{
			font-size: 9px;
			}
			
			
img.shortinfo		{
			}

.newproductssingle h4	{
			margin-bottom: 1px;
			}

.newproductssingle h5	{
			margin: 0;
			text-align: right;
			}
			
.newproductssingle img.shortinfo	{
			margin: 0;
			}




#productskim		{
			border-width: 0 0 1px 0;
			border-color: #E3E1D4;
			border-style: solid;
			margin: 0px 5px 10px 5px;
			padding: 10px 0;
			height: 1%;
			width: 520px;
			position: relative;
			text-align: center;
			}

#productskim h2, #productskim > a {
			/*float: left;
			display: block;*/
			}
			
#productskim > a {
 			width: 16px;
 			height: 100%;
 			display: block;
 			margin: 4px 3px 0 3px;
 			float: left;
 			}

#productskim > a.rightskim {
			float: right;
			}
			
#productskim h2 	{
			width: 340px;
			font-size: 10px;
			text-align: center;
			color: #426E8A;
			margin: 0 auto;
			/*position: absolute;
			left:100px;*/
			}

#productskim h2 a 	{
			color: #756E4F;
			}
			
#productskim h2 img 	{
			/*margin: 0px 5px;
			margin-bottom: -2px;*/
			}
			
			

a.squarebutton	, div.squarebutton	{
			background: transparent url('../images/buttonbg.gif') no-repeat top right;
			text-align: center;
			height: 22px;
			padding-right: 15px;
			color: #fff;
			display:block; /*opera*/
			display:inline-block; /*ie*/
			display:-moz-inline-box;  /*ff*/
			vertical-align:middle;
			color: #fff;
			float:right;
			margin: 5px auto;
			}
			
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton, .squarebutton input	{
			color: #fff; 
}

.squarebutton span, .squarebutton input {
			font-weight: normal;
			font-size: 12px;
			font-family: Helvetica;
			background: transparent url('../images/buttonbg.gif') no-repeat top left;
			display:block;
			display:inline-block;
			padding:0 0 0 15px; line-height:22px;
			height: 22px;
			border: none;
			margin: 0;
			width:auto;
   			overflow:visible;
			}

.priceboxmswrap .squarebutton	{
			margin-top: 1px;
			}
			
.priceboxmswrap .squarebutton input{
			padding-left: 35px;
			}

.squarebutton:hover	{ 
			background-position: bottom right ;
			}

.squarebutton:hover span, .squarebutton:hover input {
			background-position: bottom left;
			color: #eee;
			}


a.cssbuttonleft, div.cssbuttonleft 		{
			float: left;
			}
		
.cssbuttonbuynow  	{
			position: absolute; bottom: 10px; right: 20px;
			}
			
table#accountorders .squarebutton	{
			margin: 0;
			}
			


#heidelpaybox 		{
			text-align: center;
			margin: 5px auto;
			}
