@import url(blog.css);
/* THE BIG GUYS */
* {
	margin:0;
	padding:0
}

table td {
vertical-align: top;


}

body {
	 font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin:10px 0 0px 0;
	padding:0;
	background: #fff;

	color: #000;
}
/* HEADINGS */
h1 {
	color:#99cc32;
	font-weight:bold;
	font-size:16px;
	margin:10px 0px 15px 0px;
	padding:0px;
	width:auto;

}
h2 {
	color:#000;
	font-weight:bold;
	font-size:15px;
	margin:0px 0px 8px 0px;
	padding:0px;

}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer
}
a:link {
	color: #157fbe;
}
a:visited {
	color: #157fbe;
}
a:hover, a:active {
	color: #157fbe;
}
a img {
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family: Arial,Verdana,Sans-serif;
	font-size:12px;
}
textarea {
	font-family: Arial,Verdana,Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
select {
font-family: Arial,Verdana,Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px 8px 0px
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#dbdbdb
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#dbdbdb;
	margin-bottom: 20px;
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	padding: 0;
	margin-bottom: 0px;
	margin: 0 auto;
	width:960px;
	position: relative;
	top: 0;
	overflow: hidden;
}

* html #wrap {

}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */

#top {
position: absolute;
top: 0px;
left: 0px;
height: 180px;
width: 960px;
background-image:url(img/header.jpg);

}

#header {
	height:180px;
	width: 960px;
	position: relative;
}


#logo {
position: absolute;
top: 0px;
left: 0;
z-index: 1;
}

#service {
position: absolute;
top: 7px;
left: 10px;
z-index: 2;
color: #fff;
font-size: 14px;
font-weight: bold;
}

#login {
position: absolute;
top: 45px;
left: 789px;
}

#login2 {
position: absolute;
bottom: 0px;
right: 0px;
}

#login td {
margin-right: 10px;
}

#login div {
font-size: 11px;
font-weight: bold;
margin-left: 8px;

}

#cart-button {
position: absolute;
bottom: 0px;
left: 445px;


}
#cart {
position: absolute;
top: 45px;
left: 446px;


}


#cart div {
font-size: 11px;
font-weight: bold;
margin-left: 8px;
padding-top: 2px;
line-height: 15px;
}

#box-content {
position: absolute;
top: 45px;
left: 600px;
}

ul#contentbox {
	padding:0;
	margin:0;
	list-style-type:disc;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 2px;
	
	}
ul#contentbox li {
list-style-position: inside;
	padding:0;
	margin:0;
	line-height: 15px;
}

ul#contentbox li a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	background:#ebebeb;
	line-height: 23px;
	padding:0px 0px 0px 8px;
	margin:0;
	
	
	vertical-align:middle;
font-size: 12px;
	
}

* html #breadcrumb {

}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	
	margin:0;
	padding:0;
	
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a.headerNavigation:active {
color: #157fbe;
text-decoration: underline;
}

/* TOPMENU AS LIST */
#topmenuwrap {
position: absolute;
left: 455px;
top: 10px;
}
#topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 11px;
	font-weight: bold;

}
#topmenu li {
list-style-type:none;
	float: left;
		padding:0;
	margin:0;
color: #fff;
	
	
}
#topmenu li.trenner {
padding: 0 3px 0 3px;
}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	
	
	display: block;
	
	vertical-align:middle;
	text-decoration:none;
	
	cursor:pointer;
	color: #fff;
	margin:0;
	padding:0;
	text-align: center;
}
#topmenu a:hover, #topmenu .current_top a {
text-decoration: underline;
color: #fff;
}









/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:960px;

	overflow: auto;
	margin-top: 185px;
	
}



/* MAIN CONTENT */
#content {
	float:left;
	width:775px;
	padding:0px 0px 0px 185px;
	margin-bottom:15px;


}

* html #content {
width: 960px;
w\idth: 775px;
}

#contentfull {
	width:950px;
	padding:0px 0px 15px 0px;
	margin-bottom:15px;
	background: #fff;
}

/* LEFT COLUMN */
#leftcol {
	float:left;
	width:180px;
	padding:0px 0px 0px 0px;
	margin-left: -960px;

}

* html #leftcol {
width: 194px;
w\idth: 150px;
}




.boxpreis,.productPrice {
color: #4a8d11;
font-size: 13px;
}

.box-klein,.box-klein a {
font-size: 10px;
}

a.boxlink {
display: block;
padding 5px 0 5px 0;
color: #000;
text-decoration: none;
}




/* CATEGORY MENU */
#CatNavi a {
text-decoration: none;
}

#CatNavi , #CatNavi2{
	background-color: #ebebeb;
	width: 179px;
	list-style: none;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#CatNavi2 {margin-top:10px;}


#CatNavi2 li.CatLevel1 a {
	color: #333333;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	border-bottom: 1px solid;
	border-top: 5px solid;
	border-color: #ffffff;
	height: 23px;
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	background-color: #ae906c;
	text-decoration: none;
}

#CatNavi2 li.CatLevel2 a {
	color: #157FBE;
	background:none;
	font-size: 12px;
	font-weight : bold;
	line-height: 2.0;
	text-indent: 10px;
	border-top: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}

#CatNavi .CatLevel1 a.Current {
	font-weight: bold;
	text-indent: 10px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#CatNavi li.CatLevel1 , #CatNavi2 li.CatLevel2 a{
	font-size: 12px;
	font-weight : bold;
	line-height: 2.0;
	text-indent: 10px;
	border-top: 1px solid;
	border-color: #ffffff;
	text-decoration: none;
}


#CatNavi , #CatNavi2{
	font-size: 12px;
	text-indent: 10px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#CatNavi .CatLevel1 {

	text-indent: 20px;
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


#CatNavi li ul , #CatNavi2 li ul{margin:0; padding:0;list-style-type:none;}

#CatNavi li.CatLevel2 , #CatNavi2 li.CatLevel3 a{
	background-color: #dddddd;
	font-size: 10px;
	text-decoration: none;
	padding: 0 0 0 40px;
	margin: 0px;
	background-image: url(../../point.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	border:none;
	text-decoration: none;
}
/* BOXES GLOBAL DEFINITION */

h2.boxheader {
margin: 0;
padding: 0;
background: #99cc32;
color: #fff;
line-height: 23px;
padding-left: 5px;
font-size: 13px;
}


.boxbody {
	background: #ebebeb;
	padding:5px;
	
	margin: 2px 0 5px 0;
	
}

.adv a {
font-weight: bold;
text-decoration: none;
font-size: 11px;
}

.boxbody h3, .boxbody h3 a, .crosselling h3, .cosselling h3 a {
	font-size:12px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:12px;
	text-align:center
}
.boxbody p,.crosselling  {
	
	font-size:12px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {

	font-size:12px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	
	font-size:12px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice,.crosselling .productOldPrice {
	font-size:12px;
	color:#FF0000
}
.boxbody div.hr, .crosselling div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey, .crosselling div.hrlightgrey{
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a, .crosselling a{
	font-size:11px;
}
.crosselling a {
text-decoration: none;
}

.crosselling .price {
color: #89693e;
margin-bottom: 0;
}

.boxbody .productboximage {
	border: solid 1px #dbdbdb;
}




/* CART BOX */
h2.header {
	
	height:28px;
	
	color:#FFFFFF;
	
	margin:0;
	border: 0;
	line-height:28px;
	margin-left: 8px;
}
/* PRODUCT PREVIEW */

#produktlisting {
margin: 0;
padding: 0;
background: #f8f8f8;
overflow: auto;
margin-bottom: 10px;
}

.produktlisting_bild {
height: 250px;
	}
.produktlisting_preis {

color: #157fbe;
	}


.bildhoehe { 
margin-top: 7px;

} 



#produktlisting h3 {
margin: 0;
padding: 0;
font-size: 13px;
font-weight:bold;
color: #4a8d11;
display:block;
height: 40px;
margin:  0 0 10px 0;
}
	
#produktlisting h3 a {
text-decoration: none;
color: #4a8d11;
}

#produktlisting .links{ 
margin:0; 
padding:0;
list-style:none; 
float:left;
margin-bottom: 10px;
width: 250px;

margin-right: 9px;
padding: 0px;

} 





#produktlisting .rechts{ 
margin:0; 
padding:0;
list-style:none; 
float:right;
margin-bottom: 10px;
width: 250px;


padding: 0px;

} 

* html #produktlisting .links {


}

.produktlisting_buttons {
margin-top: 15px;
}
.produktlisting_buttons img {
margin-top: 3px;
}

#beschreibung {
padding: 10px;
background: #ebebeb;
}

.taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color: #000;
}

.taxandshippinginfo a {
text-decoration: none;
	color:#157fbe;
	font-weight: bold;
}

* html .produktlisting{overflow:visible;height: 1px;}

/* PRODUCT INFO / PRODUCT DETAILS */

#produktinfo {
margin-top: 10px;
background: #f8f8f8;
padding: 0 10px 10px 0;
}

#produktbild {
width: 260px;
float: left;

}


#produktbild img {
padding: 0 10px 10px 0;

}

#produktdetails {
float: right;
width: 490px;




}

* html #produktdetails {


}

#produktdetails p {
padding: 0;
}

h1#info {
font-size: 18px;
font-weight: bold;
}

#crosselling {
width: 188px;
float: right;
margin-top: 15px;
}



.produktbild {
border: 1px solid #dbdbdb;
padding: 10px;
}
h2.details {
border: 0;
color: #5e9c16;
margin:20px 0px 15px 0px;
}

#productinfoimages {
	float:left;
	background-color:#EDEDED;
	text-align:center;
	width:140px;
	padding:10px;
	margin:0px 10px 10px 0px;
	border: solid 1px #dbdbdb;
}
#productinfoimages .productimage {
	border: solid 1px #dbdbdb;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {


}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
 .productprice {
	margin:0;
	padding:0;
	margin-top: 10px;
	font-size:18px;
	font-weight:bold;
	color: #157fbe;
}
#productinfoprice .productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#ebebeb;
	padding:6px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#f0f0f0;
	margin-bottom: 10px;
}
.addtobasket {
	
	padding-top: 15px;

}

.input_basket input {
height: 23px;
width: 125px;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	background-color:#f8f8f8;
	
	
}
div.highlightbox2 {
	padding: 15px;
	background-color:#f8f8f8;
	text-align: right;
	
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#000;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:13px;
	
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#ebebeb;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#f0f0f0;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#f0f0f0;
	padding:2px;
	padding-left:5px;
	
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#ebebeb;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#f0f0f0;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#f0f0f0;
	padding:2px;
	padding-left:5px;
	
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top;
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#ebebeb;
	border: solid #f0f0f0 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	background-color:#ebebeb;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#f0f0f0;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:#f0f0f0;
	
	font-weight:bold
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color:#ffffff;
	vertical-align:top
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #f0f0f0 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#ebebeb;
	vertical-align:top
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #f0f0f0 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#f0f0f0;
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#f0f0f0;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#ebebeb;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#f0f0f0;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#f0f0f0;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#ebebeb;
}
table.reviewlist tr.contentrow2 td {
	background-color:#e5dcd1;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#ebebeb;
	border-style: solid;
	border-width:1px;
	border-color:#f0f0f0;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#ebebeb;
}
table.medialist tr.contentrow2 td {
	background-color:#e5dcd1;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#ebebeb;
	border-style: solid;
	border-width:1px;
	border-color:#f0f0f0;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#ebebeb;
	border-style: solid;
	border-width:1px;
	border-color:#f0f0f0;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#f0f0f0;
	color:#FFFFFF;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none
}
.sitemapcontent {
	padding:6px
}
.sitemapcontent li {
	list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:99%
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:99%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
margin: 0;
padding: 0;
margin-top: 15px;
list-style: none;

}
ul#checkoutnavigation li {
margin: 0;
padding: 0;
	height: 90px;
	list-style-type:none;
	float:left;
	width:147px;
	margin: 0 2px;
	border: solid 1px;
	padding:8px;
	list-style: none;
}
ul#checkoutnavigation li.active {
	background-color: #99cc32
}
ul#checkoutnavigation li.active .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.active .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.active .description {
	font-size:11px
}
ul#checkoutnavigation li.inactive {
	color:#999999;
	background-color: #ebebeb;
	border-color:#999999
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	clear:both;
	text-align:center;
	font-size:11px;
	height: 36px;
	width: 953px;
	
	padding-top: 15px;
	
}

* html .footer {
height: 36px;
h\eight: 36px;
}


.footer a {
	
	text-decoration:underline
}
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:970px;
	
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:970px;
	
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
#morepics {
margin-top: 10px;
	

	
} 



#morepics img { margin-right:10px;  height:50px; width: 50px; }


/* BESTELLER BOX mit Bilder in DL DT Liste  */
dt { float:left; width:40px;margin-right: 5px; }

dt img { border:1px solid #ccc; padding:2px; background:#fff; width: 40px;}
dd { float:right; width:100px }

.crosselling dt { float:left; width:40px;margin-right: 5px; }

.crosselling dt img { border:1px solid #ccc; padding:2px; background:#fff; width: 40px;}
.crosselling dd { float:right; width:138px }


/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImage { width:100px; display:block }
td.productPreviewContent { width:400px; text-align:left } 

/* FIX DER AUFZÄHLUNGEN */
#content ol, #content ul { margin:10px 0 10px 40px; }

.clear {
clear: both;
}



/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(img/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(img/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(img/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(img/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(img/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(img/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(img/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(img/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(img/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

.startseite_text {
	padding: 10px;
	margin: 5px 0 25px 0;
	color:#333333;
	background-color:#ebebeb;
}
