/* THE BIG GUYS */
* {
	margin:0;
	padding:0
}
body {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	background-image:url(../img/bg.jpg);
	background-color:#404040;
	background-attachment: fixed;
}
/* HEADINGS */
h1 {
	color:#000000;
	font-weight:bold;
	font-size:22px;
	margin:20px 0px 15px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
}
h2 {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 8px 0px;
	padding:0px;
}
/* LINKS GLOBAL */
a, a:link, a:hover {
	text-decoration:none;
	cursor:pointer
}
a, a:link {
	background:transparent;
}
a:link {
	color:#b8211d
}
a:visited {
	color:#b8211d
}
a:hover, a:active {
	color:#b8211d
}
a img {
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:"Trebuchet MS", Verdana, Arial, 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:"Trebuchet MS", Verdana, Arial, 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
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.box_small_img {
	margin:0pt 2px 3px 0pt;
}
/* 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:#ededed
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px 12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(../img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:1050px; /*orginal 950px*/
	background-color:#fff;
	/*min-height:900px;*//*orginal 900px*/
	border-top-width: 0px;
	border-right-width: 0px; /*hauptrahmen rand org 2px*/
	border-bottom-width: 0px;
	border-left-width: 0px;   /*hauptrahmen rand org 2px*/
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}
#shadow {
	background-image: url(../img/shadow_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1143px;
	display: block;
	margin: 0 auto;
}
#socialbookmark img {
	padding: 2px;
	align:center;
}
/* POPUP WINDOWS */
#popupwrap {
	margin: 0 auto;
	width:100%;
	background-color:#fff;
	padding:0px 0px 0px 10px;
}
#popupheaderwrap {
	background: url(../img/bg_topmenu.gif) repeat-x;
	height:36px;
}
#popupmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	font-size:13px;
	background: url(../img/bg_topmenu.gif) repeat-x;
}
#popupmenu li {
	height:36px;
	float:left;
	padding: 0px 25px 0px 25px;
	margin:0;
	background: url("../img/bg_topmenu_breakline.gif") no-repeat;
	background-position:right;
}
#popupmenu a, #popupmenu a:link, #popupmenu a:visited, #popupmenu a:hover, #popupmenu a:active {
	line-height:36px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
#popupmenu a:hover {
	color:#b8211d;
}
a.popuplink {
	padding-left: 20px;
	background: url(../img/printer.png) no-repeat center left;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	/*background-color: #666;*/
	background-image: url(../img/bg_header.png);
	background-repeat: no-repeat;
	background-position: right;/*dazu*/
	width: 1050px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header #logo {
	width: 413px;
	float: left;	/*margin-left: 350px;*/
}
#header #trusted_shops {
	padding-left:100px;
	float:left;
	padding-top: 35px;
}
#header #ssl_header {
	padding-left:14px;
	float:left;
	padding-top: 35px;
}
#header #search {
	width: 260px;
	height:30px;
	float:right;
	color:#fff;
	padding:20px 0px 0px 20px
}
#header #search a {
	color:#fff;
	font-size:11px;
}
#header td {
	padding-top:1px;
	padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	background-image:url(../img/bg_breadcrumb.gif);
	background-repeat:repeat-x;
	line-height:23px;
	color:#9b9b9b;
	width:1035px;
	overflow:hidden;
	margin:0px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height:33px;
}
#breadcrumb li {
	list-style-type:none;
	float:left;
	padding-left:10px;
}
#breadcrumb a {
	display:block;
	background-image:url(../img/bg_breadcrumb_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	color:#444444;
}
#breadcrumb a:hover {
	color:#FF0000;
}
/* TOPMENU AS LIST */
#topmenuwrap {
	background: url(../img/bg_topmenu.gif) repeat-x;
}
#topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	font-size:13px;
	background: url(../img/bg_topmenu.gif) repeat-x;
}
#topmenu li {
	height:36px;
	float:left;
	padding: 0px 25px 0px 25px;
	margin:0;
	background: url("../img/bg_topmenu_breakline.gif") no-repeat;
	background-position:right;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:36px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#cccccc;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#FF0000; /*bearbeitet kc*/
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	background: url(../img/bg_topmenu.gif) repeat-x;
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* currency SELECTION IN TOPMENU LIST */
#currencies {
	float:right;
	text-align:right;
	height:26px;
	font-size:13px;
	background: url(../img/bg_topmenu.gif) repeat-x;
	padding: 10px 10px 0px 10px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:1050px;/*original 950px*/
	padding:0;
	min-height:800px;/*original 500px*/
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:596px;/*original 495px*/
	padding:0px 25px 0px 25px;
	margin-bottom:15px;
}
#contentfull {
	width:890px;/*original 890px*/
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
	background-color:#575757;
	background-image:url(../img/bg_boxheader.gif);
	height:28px;
	font-size:11px;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.categoryheader a {
	text-decoration:none;
	color:#fff
}
ul#categorymenu .active, ul#categorymenu .active a {
	font-weight:bolder;/* bearbeitet von kc */
	color: #FF0000; /* bearbeitet von kc */
	background-image: url(../img/sidetab_over.jpg); /* bearbeitet von kc */
}
ul#categorymenu {
	list-style-type:none;
	background-image: url(../img/sidetab.jpg); /* bearbeitet von kc */
}
ul#categorymenu li {
	list-style-type:none;/*	border: solid #575757;
	border-width:1px 0px 0px 0px;*/
}
ul#categorymenu li a {
	text-decoration:none;
	color:#CCCCCC/* bearbeitet von kc */;
	padding-top: 4px; /* dazu von kc */
	padding-right: 0px; /* dazu von kc */
	padding-bottom: 0px; /* dazu von kc */
	padding-left: 6px; /* dazu von kc */
	display: block; /* dazu von kc */
	height: 22px; /* dazu von kc */
}
UL#categorymenu LI A:hover { /* dazu ganzer hover von kc */
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	color: #FF0000;
	background-image: url(../img/sidetab_over.jpg);
}
ul#categorymenu {
	/*background-color:#747474;*/
	margin-bottom:15px;/*border: solid #4E4E4F;*//*border-width:0px 1px 1px 1px;*/
}
/* 1st TIER */ ul#categorymenu li.level1 {
	/*background-color:#747474;*/
	/*padding:4px 0px 4px 6px;*/
	font-size: 1.0em;
	padding: 0px;
	height: 26px;
}
/* 2nd TIER */ ul#categorymenu li.level2 {
	/*background-color:#b8211d;*/
	/*padding:4px 0px 4px 24px;*/
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 8px;/*dazu von kc für abstand links*/
	height: 26px;
}
ul#categorymenu li.level2 a:link {
	font-size: 0.9em;
	color: #999999;
}
ul#categorymenu li.level2 a:visited {
	font-size: 0.9em;
	color: #999999;
}
ul#categorymenu li.level2 a:hover {
	font-size: 0.9em;
	color: #FF0000;
}
ul#categorymenu li.level2 a:active {
	font-size: 0.9em;
	color: #FF0000;
}
/* 3rd TIER */ ul#categorymenu li.level3 {
	/*background-color:#b8211d;*/
	/*padding:4px 0px 4px 40px;*/
	font-size: 0.9em;/*org 0.8 em*/
	height: 26px;
	text-indent: 12px;/*dazu von kc für abstand links org 0px*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/*dazu org 0*/
}
ul#categorymenu li.level3 a:link {
	font-size: 0.9em;/*org 0.8*/
	color: #888888;
}
ul#categorymenu li.level3 a:visited {
	font-size: 0.9em;/*org 0.8*/
	color: #888888;
}
ul#categorymenu li.level3 a:hover {
	font-size: 0.9em;/*org 0.8*/
	color: #FF0000;
}
ul#categorymenu li.level3 a:active {
	font-size: 0.9em;/*org 0.8*/
	color: #FF0000;
}
/*bui_boxen*/
h2.bui_boxheader_kris_596 {
	background-image:url(../img/bui_boxheader_kris_596.gif);
	height:28px;
	font-size:12px; /*org 11px*/
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	padding-top: 1px;/*org 2px*/
	padding-right: 8px;
	padding-bottom: 1px;/*org 0px*/
	padding-left: 33px; /*org 8px*/
	font-weight: bold;
}
h2.bui_boxheader_kris_596 a:link, h2.bui_boxheader_kris_596 a:hover, h2.bui_boxheader_kris_596 a:active, h2.bui_boxheader_kris_596 a:visited {
	text-decoration:none;
	color:#ffffff
}
h2.bui_boxheader_kris_283 {
	background-image:url(../img/bui_boxheader_kris_283.gif);
	height:28px;
	font-size:12px; /*org 11px*/
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	padding-top: 1px;/*org 2px*/
	padding-right: 8px;
	padding-bottom: 1px;/*org 0px*/
	padding-left: 33px; /*org 8px*/
	font-weight: bold;
}
h2.bui_boxheader_kris_283 a:link, h2.bui_boxheader_kris_283 a:hover, h2.bui_boxheader_kris_283 a:active, h2.bui_boxheader_kris_283 a:visited {
	text-decoration:none;
	color:#ffffff
}
h2.bui_boxheader_kris_168 {
	background-image:url(../img/bui_boxheader_kris_168.gif);
	height:28px;
	font-size:12px; /*org 11px*/
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	padding-top: 1px;/*org 2px*/
	padding-right: 8px;
	padding-bottom: 1px;/*org 0px*/
	padding-left: 33px; /*org 8px*/
	font-weight: bold;
}
h2.bui_boxheader_kris_168 a:link, h2.bui_boxheader_kris_168 a:hover, h2.bui_boxheader_kris_168 a:active, h2.bui_boxheader_kris_168 a:visited {
	text-decoration:none;
	color:#ffffff
}
.bui_boxbody_kris {
	background-color:#ededed;
	border-style:solid;
	border-color:#4E4E4F;
	border-width:0px 1px 1px 1px;
	padding:8px;
	margin-bottom:15px
}
/* BOXES GLOBAL DEFINITION hauptboxen from shop*/
h2.boxheader {
	background-image:url(../img/bg_boxheader.gif);
	height:28px;
	font-size:12px; /*org 11px*/
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	padding-top: 1px;/*org 2px*/
	padding-right: 8px;
	padding-bottom: 1px;/*org 0px*/
	padding-left: 33px; /*org 8px*/
	font-weight: bold;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#ffffff
}
.boxbody {
	background-color:#ededed;
	border-style:solid;
	border-color:#4E4E4F;
	border-width:0px 1px 1px 1px;
	padding:8px;
	margin-bottom:15px
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbody p {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {
	color:#000000;
	font-size:11px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:11px;
}
.boxbody .productboximage {
	border: solid 1px #ededed;
}
/* INFO BOX */ /* org. background-color:#FFF2CC; border: solid #E9D28F; */
.infoboxbody ul.contentlist {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #4E4E4F;
	border-width:0px 1px 1px 1px;
}
.infoboxbody ul.contentlist li {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
	color:#000;
}
.infoboxbody ul.contentlist li a {
	text-decoration:none;
	color:#000;
}
/* 1st TIER */ .infoboxbody ul.contentlist li.level1 {
	background-color:#EDEDED/* bearbeitet von kc */;
	padding:4px 0px 4px 6px;
	font-size: 1.0em;
	color:#000;
}
/* 2nd TIER */ .infoboxbody ul.contentlist li.level2 {
	background-color:#EDEDED/* bearbeitet von kc */;
	padding:4px 0px 4px 24px;
	font-size: 0.9em;
	color:#000;
}
/* 3rd TIER */ .infoboxbody ul.contentlist li.level3 {
	background-color:#EDEDED/* bearbeitet von kc */;
	padding:4px 0px 4px 40px;
	font-size: 0.8em;
	color:#000;
}
/* DISCOUNTPRICE */
.discountprice {
	font-size:11px;
	color:#FF0000
}
/* CART BOX */
h2.boxcartheader {
	background-image:url(../img/bg_boxheader_w.gif);
	height:28px;
	font-size:12px; /*org 11px*/
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	padding-top: 1px;/*org 2px*/
	padding-right: 8px;
	padding-bottom: 1px;/*org 0 px*/
	padding-left: 33px; /*org 8px*/
}
h2.boxcartheader a {
	text-decoration:none;
	color:#fff
}
.boxcartbody {
	margin-bottom:15px;
	background-color:#EDEDED;
	border-style:solid;
	border-color:#4E4E4F;
	border-width:0px 1px 1px 1px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px; /*kris verändert org. 8px*/
}
.boxcartbody p {
	font-size:11px;
}
/* MANUFACTURER BOX */
h2.boxmanufacturerheader {
	background-image:url(../img/bg_boxheader.gif);
	height:28px;
	font-size:12px; /*org 11px*/
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	padding-top: 1px;/*org 2px*/
	padding-right: 8px;
	padding-bottom: 1px;/*org 0 px*/
	padding-left: 33px; /*org 8px*/
}
h2.boxmanufacturerheader a {
	text-decoration:none;
	color:#fff
}
ul#manufacturerslist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
ul#manufacturerslist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
}
.productPreviewContent {
	vertical-align:top;
	width:100%
}
.productPreviewContent h2 {
	padding: 0;
	margin:0px 0px 5px 0px;
}
.productPreviewContent h2 a {
	font-size:14px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productPreviewImage img {
	border: solid 1px #ededed;
}
.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#747474;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#747474;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#747474;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#747474;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#747474;
}
/* CROSS SELLING */
.productCrossSell {
	padding:0;
	margin:0;
}
.productCrossSellContent {
	vertical-align:top;
	width:100%
}
.productCrossSellContent h2 {
	padding: 0;
	margin:0px 0px 5px 0px;
}
.productCrossSellContent h2 a {
	font-size:14px;
	font-weight:bold;
}
.productCrossSellImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productCrossSellImage img {
	border: solid 1px #ededed;
}
.productCrossSellContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display:table;
	width:100%
}
#productinfoimages {
	float:left;
	background-color:#EDEDED;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin:0px 10px 10px 0px;
	border: solid 1px #ededed;
}
#productinfoimages .productimage {
	border: solid 1px #ededed;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoimages li {
	list-style-type:none;
	min-height:120px;
	min-width:120px;
} /* min-height & min-width define for firefox */
#productinfo_desc, #productinfo_media, #productinfo_reviews {
	clear:both;
}
#productinfopricewithimages {
	float:left;
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
#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:#747474;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#747474;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#747474;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#747474;
}
#productinfoprice .reviews_rating {
	margin:0;
	padding:0;
}
#productinfoprice .reviews_text {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#747474;
}
.reviews_rating_light .reviews_rating_dark {
	background:transparent url(../img/review_star.png) repeat-x scroll 0%;
	height:15px;
	position:relative;
}
.reviews_rating_light {
	background:transparent url(../img/review_star_light.png) repeat-x scroll 0%;
	height:15px;
	margin-right:5px;
	position:relative;
	width:80px;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#ededed;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#b8211d
}
.addtobasket {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#747474
}
.addtobasketlisting {
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#747474
}
/* 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:#ededed;
	border: solid #b8211d 1px
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#b8211d;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #747474;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#ededed;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#b8211d;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#b8211d;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#ededed;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#b8211d;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#b8211d;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	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
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#ededed;
	border: solid #747474 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.tabledetails {
	font-size:11px;
	background-color:#ededed;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#b8211d;
}
table.tabledetails tr td {
	padding:4px
}
table.tabledetails tr.headerrow td {
	background-color:#b8211d;
	color:#FFFFFF;
	font-weight:bold
}
table.tabledetails tr.headerrow td.left {
	text-align:left
}
table.tabledetails tr.headerrow td.center {
	text-align:center
}
table.tabledetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */ /* Hinzugfuegt für Product Options BuI (padding:0px 4px 0px 4px) */
table.tabledetails tr.contentrow1 td {
	background-color:#ededed;
	vertical-align:top
}
table.tabledetails tr.contentrow1 td.left {
	text-align:left;
	padding:0px 4px 0px 4px
}
table.tabledetails tr.contentrow1 td.center {
	text-align:center
}
table.tabledetails tr.contentrow1 td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 2 */ /* Hinzugfuegt für Product Options BuI (padding:0px 4px 0px 4px) */
table.tabledetails tr.contentrow2 td {
	background-color:#ededed;
	vertical-align:top
}
table.tabledetails tr.contentrow2 td.left {
	text-align:left;
	padding:0px 4px 0px 4px
}
table.tabledetails tr.contentrow2 td.center {
	text-align:center
}
table.tabledetails tr.contentrow2 td.right {
	text-align:right
}
/* ORDER DETAILS SUBTOTAL */
table.tabledetails tr td.subtotal {
	background-color:#ededed;
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#b8211d;
}

/* REVIEW LIST */
table.reviewlist {
	font-size:11px;
	font-weight:normal;
}
table.reviewlist tr td {
	padding:4px;
	white-space:normal
}
table.reviewlist tr.header td {
	background-color:#b8211d;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#ededed;
}
table.reviewlist tr.contentrow2 td {
	background-color:#ededed;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#ededed;
	border-style: solid;
	border-width:1px;
	border-color:#b8211d;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#ededed;
}
table.medialist tr.contentrow2 td {
	background-color:#ededed;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:100%
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:100%
}
p.checkoutrescission textarea {
	width:100%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:185px;
	margin-right:15px;
	border: solid 1px;
	padding:8px
}
ul#checkoutnavigation li.active {
	background-color: #ededed
}
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:#747474;
	background-color: #EDEDED;
	border-color:#ededed
}
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 */

ul.info_error {
	border:solid 2px #b8211d;
	background-color:#FFD6D6;
	padding:8px
}
ul.info_error li {
}
ul.info_error li.infoError {
	list-style:none;
	padding:5px 0px 2px 20px;
	background-image:url(../img/icons/icon_error.png);
	background-repeat:no-repeat;
	background-position:0px 4px
}
ul.info_warning {
	border:solid 2px #b8211d;
	background-color:#ededed;
	padding:8px
}
ul.info_warning li {
}
ul.info_warning li.infoWarning {
	list-style:none;
	padding:5px 0px 2px 20px;
	background-image:url(../img/icons/icon_alert.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-color:#ededed
}
ul.info_success {
	border:solid 2px #4DAA30;
	background-color:#BDFFA9;
	padding:8px
}
ul.info_success li {
}
ul.info_success li.infoSuccess {
	list-style:none;
	padding:5px 0px 2px 20px;
	background-image:url(../img/icons/icon_accept.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-color:#BDFFA9
}
ul.info_info {
	border:solid 2px #0EADFF;
	background-color:#C5EBFF;
	padding:8px
}
ul.info_info li {
}
ul.info_info li.infoInfo {
	list-style:none;
	padding:5px 0px 2px 20px;
	background-image:url(../img/icons/icon_info.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-color:#C5EBFF
}
/* FOOTER */
.footer {
	clear:both;
	text-align:center;
	font-size:11px;
	color:#CCCCCC;
	background-color:#E2E2E2;/*orginal 8px*/
	margin-bottom:5px;/*orginal 5px*/
	font-weight: bolder;
	padding: 3px;
	height: 44px;
	background-image: url(../img/footer.png);
	line-height: 22px;
}
.footer a {
	color:#CCCCCC;
	text-decoration:none;
	padding-right: 15px;/*dazu abstand*/
	padding-left: 15px;
}
/* xt:Commerce COPYRIGHT */
.copyright {
	margin: 0 auto;
	text-align:left;
	color:#666666;
	font-size:8px;/* bearbeitet von kc */
	padding-left: 5px;
	margin-top: -17px;
}
/* xt:Commerce ParseTime */
.parseTime {
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align:center;
	color:#666666;
	font-size:11px;
}
/* SITE Navigation */
div#NAVIGATION {
	clear:both;
	vertical-align:middle;
}
div#NAVIGATION .COUNT {
	float:left;
	bottom:0px;
	height:20px;
	line-height:15px;
	margin:5px 0px 0px 0px;
	padding:2px 5px 0px 5px;
	vertical-align:middle;
	font-size:11px
}
div#NAVIGATION .PAGES {
	float:right;
	bottom:0px;
	height:20px;
	line-height:15px;
	margin:5px 0px 0px 0px;
	padding:2px 5px 0px 5px;
	vertical-align:middle;
	font-size:11px
}
/* PRODUCTS Sorting */
p.products_sort {
	padding: 5px;
	background-color:#ededed;
	border: solid #747474 1px;
	margin-bottom:8px;
}
.products_sort {
	height: 25px;
	padding: 5px;
	background-color:#ededed;
	border: solid #747474 1px;
	margin-bottom:8px;
}
.products_sort form {
	float:left;
}
/*AGB*/
div#checkout_agb {
	height: 200px;
	width: 100%;
	overflow: auto;
	padding: 2px;
	border: solid #000000 1px;
	text-align: left;
}
div#checkout_rescission {
	height: 200px;
	width: 100%;
	overflow: auto;
	padding: 2px;
	border: solid #000000 1px;
	text-align: left;
}
/*input:focus {
	background-color: #FFFFCC;
}*/
.tabledetails input {
/*	text-align: left;
	float:left;*/
	width: 40%;
}
.tabledetails select {
/*	text-align: left;
	float:left;*/
	width: 40%;
}
.tabledetails textarea {
/*	text-align: left;
	float:left;*/
	width: 40%;
}
/*//Das ist der Befehl damit die Radio Buttons ganz links dargestellt werden. (geht nur im FF)*/
.tabledetails input[type=radio] {
	width:1em;
}
/*MASTER & SLAVE*/
td.bui_head{
	font-size:10px;
	font-weight:800;
	color:#333333;}

td.bui_text{
	font-size:10px;
	font-weight:200;
	color:#333333;}

td.bui_text_dec{
	font-size:11px;
	font-weight:200;
	color:#333333;}

td.bui_price{
	font-size:11px;
	font-weight:800;
	color:#333333;}
tr.master_top{
	background:#E9E9E9;}

tr.master_sec{
	background: #F1F1F1;} 

.breacker{
	border-top:1px solid #fff;}

/* update 4.0.12 */
.old-price {color:#ff0000; text-decoration:line-through;}
/* SITEMAP */
.sitemapwrap {}
.sitemapwrap .sitemapleft {background-color:#FFF2CC; border-style: solid;
border-width:1px; border-color:#DA9401; display:table; float:left;
width:235px; margin-bottom:15px;}
.sitemapwrap .sitemapright {background-color:#FFF2CC; border-style: solid;
border-width:1px; border-color:#DA9401; display:table; float:right;
width:235px; margin-bottom:15px;}
.sitemapheader {padding:3px; background-color:#DA9401;
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}
