/*---- 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: #EBEFD8;
			}

.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;
	    		}


h1,h2,h3,h4,h5,h6	{
			color: #62403E;
			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: 2px;
			}

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: #F16936;
			height: 100px;
			/*background-image:url(../images/icons/headerbg2.gif);*/
			background-repeat: no-repeat;
			background-position: top;
			}

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

div#headeraccount	{
			width: 135px;
			padding: 10px 0px 0 10px;
			position: absolute; bottom: -1px; right: 0px;
			font-size: 12px;
			font-variant: small-caps;
			text-align: right;
			}

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

div#headeraccount a	{
			color: #fff;
			font-weight: bold;
			}

div.headeraccountbox	{
			height: 33px;
			line-height: 33px;
			border-width: 0 0 1px 1px;
			border-style: solid;
			border-color: #fff;
			padding: 0 15px;
			}


/*-- 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;
			}

/*-- Spalten --*/

div#mainwrap		{
			text-align: left;
			width: 960px;
			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: 180px;
			/*border: 1px solid #444;*/
			float: left;
			height: 1%;
			display: inline;
			}

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

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

div#footer		{
			/*border: 1px solid blue;*/
			text-align: center;
			font-size: 11px;
			margin-top: 25px;
			border-top: 1px solid #ddd;
			padding: 15px;
			background-color: #F38258;
			/*background-image:url(../images/icons/footerbg.gif);*/
			background-repeat: no-repeat;
			background-position: bottom;
			}



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


/*-- Boxen auf der Seite : information.php --*/
div.sidebox		{
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			border-color: #C2AC8F;
			border: none;
			margin: 10px 10px 10px 10px;
			padding: 0 0 5px 0;
			background-color: #F37A4D;
			color: #000;
			width: 160px;
			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: #FF885C;
			color: #000;
			font-size: 12px;
			/*border-bottom: 1px solid #C2AC8F;*/
			width: 160px;
			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.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		{
			color: #000;
			}

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

.sidebox a:visited, .sidebox h2 a:visited, .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 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 --*/
.shipping_countries 	{
			border: 1px solid #000;
			background-color: #eee;
			margin: 25px 0 5px;
			padding: 10px 20px;
			}

table.shippingtable	{
			border-collapse: collapse;
			text-align: center;
			width: 100%;
			margin: 10px 0;
			border: 1px solid red;
			}

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: 170px;
			height: 185px;
			float: left;
			display: inline;
			text-align: center;
			padding: 5px;
			border-color: #E3E3E3;
			border-style: solid;
			position: relative;
			border-width: 0px;
			}

.newproducts .left	{
			border-width: 1px 0px 0px 0px;
			}

.newproducts .right	{
			border-width: 1px 0px 0px 1px;
			}

.newproducts .topleft	{
			border-width: 0px;
			}

.newproducts .topright	{
			border-width: 0px 0px 0px 1px;
			}

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



.newproductssingle img	{
			margin: 5px auto;
			}

.newproducts h2 	{
			font-size: 14px;
			margin: 10px 0 0 0;
			color: #C67B2C;
			}
			
.newproducts h2 a	{
			color: #C67B2C;
			}
			
.newproducts h3		{
			font-size: 13px;
			margin: 10px 0 0 0;
			}

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

.newproducts ul		{
			margin: 10px 0 0 10px;
			list-style-type: disc;
			list-style-position: inside;
			}


						
.newproducts ul li a	{
			font-size: 11px;
			background-color: #fff;
			color: #426E8A;
			margin: 0;
			padding: 0;
			}			
			
.newproducts h4 a:link, .newproducts h4 a:active, .newproducts h4 a:visited 	{
			color: #fff;
			}

.newproducts ul h4 a:link, .newproducts ul h4 a:active, .newproducts ul h4 a:visited 	{
			color: #426E8A;
			}

.newproducts h4 a:hover {
			color: #ddd;
			}			

/* 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-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;
			}

.categories2 ul	li	{
			padding: 0;
			}

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

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

.categories2 ul li a:hover {
			color: #fff;
			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: 145px;
			padding: 3px 5px 3px 30px;
			font-size: 12px;
			background-position:  20px center;
			}

.categories2 ul ul ul li a {
			width: 135px;
			padding: 5px 5px 5px 40px;
			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%;
			}

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

.productindexlist .priceshow		{
			font-size: 12px;
			text-align: left;
			width: 180px;
			/*float: right;
			clear: right;*/
			position: absolute; bottom: 5px; left: 130px;	
			}
			
.productindexlist .priceshow em		{
			font-size: 11px;
			}

/* Box für die einzelnen Produkte*/
.singleproduct		{
			position: relative;
			min-height: 115px;
			height: 1%;
			}
/*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;
			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	{
			margin: 10px 30px 5px 130px;
			}

.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: 550px;
			height: 1%;
			display: inline;
			/*border-bottom: 1px solid #ccc;*/
			}

.productinfo h1		{
			margin: 10px;
			font-size: 15px;
			}

.productinfo .priceshow  {
			width: 100px;
			}



.productinfo .pdesc		{
			float: left;
			/*margin: 20px 240px 0 20px;*/
			margin: 10px 0 0px 10px;
			width: 300px;
			padding: 0 10px 20px 0;
			font-size: 11px;
			line-height: 13px;
			height: 1%;
			display: inline;
			/*border-right: 1px solid #ccc;*/
			}

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

.allprice		{
			text-align: right;
			/*position: absolute; top: 0px; right: 0px;*/
			float: right;
			width: 220px;
			height: 1%;
			display: inline;
			/*border-left: 1px solid #ccc;
			margin-left: -1px;*/
			border-width: 0 0 1px 1px;
			border-style: solid;
			border-color: #ccc;
			padding-bottom: 20px;
			}

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

.productinfo .pdesc ul	{
			margin: 10px 0 10px 25px;
			}

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



.priceshow		{
			font-size: 11px;
			}

.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;
			}

.newproductssingle .priceshow	{
			text-align: center;
			width: 100%;
			position: absolute; bottom: 5px; left: 0px;
			}

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

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


.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 table		{
			text-align: left;
			width: auto;
			margin: 20px 0 20px auto;
			}



.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 .allprice img	{
			padding: 20px;
			margin: 10px 5px;
			border: 1px solid #ccc;
			background-image:url(../images/zoom3.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
			}



#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%;
			}



input.submitbutton		{
			border: none;
			display: block;
			margin: 5px 0 0 auto;
			}

.allprice input.submitbutton		{
			/*display: inline;*/
			/*margin: 2px 0 0 5px;*/
			}

p input.submitbutton	{
			margin: 5px auto;
			}


.infobox .backbutton		{
			float: left;
			margin: 20px  0 0 20px;
			}

.infobox .submitbutton		{
			float: right;
			margin: 20px 20px 0 0;
			padding: 0;
			}
			
.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: 0 0 10px 0;
			width: 200px;
			}

fieldset.productoptions	select {
			font-size: 12px;
			margin-top: 5px;
			border: 1px solid #4B5A5D;
			width: 100px;
			}

fieldset.productoptions	select option {
			}

fieldset.productoptions	label {
			width: 80px;
			}

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: 100%;
			border-spacing: 0px;
			border-collapse: collapse;
			margin: 10px 0;
			}

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: right;
			}

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: #DADFC8;
			}

.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;
			}

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

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

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 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; bottom: 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: #ccc;
			border-style: solid;
			margin: 0px 5px;
			padding: 3px 0;
			height: 1%;
			}
			
#productskim h2 	{
			font-size: 10px;
			text-align: center;
			color: #426E8A;
			}

#productskim h2 a 	{
			color: #426E8A;
			}
			
#productskim h2 img 	{
			margin: 0px 5px;
			margin-bottom: -2px;
			}
			
			

.squarebutton		{
			background: transparent url('../images/button-left.gif') no-repeat top left;
			display: block;
			width: 130px;
			text-align: center;
			font: normal 11px Verdana; /* Change 12px as desired */
			line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
			height: 23px; /* Height of button background height */
			padding-left: 9px; /* Width of left menu image */
			text-decoration: none;
			margin: 20px auto 0px auto;
			border: 0;
			}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton	{
			color: #494949; /*button text color*/
			}	

.squarebutton span, .squarebutton input{
			background: transparent url('../images/button-right.gif') no-repeat top right;
			display: block;
			padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
			margin-top: 0;
			}

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

.squarebutton:hover span, .squarebutton:hover input {
			background-position: bottom right;
			color: black;
			}

.cssbuttonleft 		{
			float: left;
			}
		
.cssbuttonbuynow 	{
			position: absolute; bottom: 10px; right: 20px;	
			}
			
.allprice .squarebutton  {
			float: left;
			}
						
#cartquantity		{
			float: left;
			margin: 20px 10px 0 20px;
			text-align: center;
			}
			

table#accountorders .squarebutton	{
			margin-top: 0;
			width: 110px;
			}
			

.LinkesBild		{
			float: left;
			margin-right: 20px;
			}
			
.RechtesBild		{
			float: right; 
			margin-left: 20px;
			}
			
.LinkeBox 		{
			clear: left;
			}