/* 
				Name:	Sebastian Kl�pper
f				Date:	NOV 2007
------------------------------------------------------------------

__________________01. GLOBAL - Headlines, icons, hyperlinks, container and logo

__________________02. HEADER
______________________02.a search
______________________02.b breadcrumb

__________________03. HEADER NAVIGATION
______________________03.a shopnavigation - basket, notepad, myaccount...
______________________03.b main navigation - maincategories

__________________04. CONTENT COLS - left, center and right col
______________________04.a content navigation
___________________________04.a.1 main navigation - maincategories
___________________________04.a.2 sub navigation - subcategories, servicenav

______________________04.b CONTENT PAGES 
___________________________04.b.1 boxes - article boxes, last viewed, supplier, topseller...
___________________________04.b.2 article boxes - 3 cols, 4 cols, icons as new,top....
___________________________04.b.3 article detail page - rating, variants etc.
___________________________04.b.4 article listings

___________________________04.b.5 basket page
___________________________04.b.6 crosselling page
___________________________04.b.7 notepad page

___________________________04.b.8 register steps (checkout - orderprocess)
__________________________________04.b.8.1 forms, input, select etc. 
__________________________________04.b.8.2 login page
__________________________________04.b.8.3 order confirm - sale and my account page

___________________________04.b.9 search

__________________05. FOOTER

------------------------------------------------------------------*/


/* 01. GLOBAL
------------------------------------------------------------------*/
/* Reset */
html, body, div, p, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
	list-style: none;
}
body {
	font: 62.5%/140% Arial,Verdana, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color:#e4e4e4;
}
.fixfloat {height:1px;font-size: 0;line-height: 0;clear: both;}
.zero {height: 0px;}
.hidden {display: none;}

/* Headlines */
h1, h2, h3 {
	font: 13px Arial, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000; 
}
div.col_center_custom h1,div.order_col1 h1,div.order_col1 h2,div.order_col2 h1,div.order_col2 h2, div.col_center_custom h2, div.col_center_custom h3 {
	font: 13px/14px Arial, tahoma, verdana, sans-serif; 
	color: #004ea0;
	margin:15px 0 5px 0;
	font-weight: bold;
}
h1.headline {
	font: 13px/14px Arial, tahoma, verdana, sans-serif; 
	color: #004ea1;
	margin:0 0 10px 0;
	font-weight: bold;
}
h4 {font: 10px/14px Arial, Verdana, Geneva, Helvetica, sans-serif; color: #333333;font-weight: bold;}
h2.blue {background-color:#6D6E71; color:#FFFFFF; font: 14px/14px Arial, tahoma, verdana, sans-serif;font-weight: bold; border-bottom: 1px solid #ebebeb;}

div.subheadline {
	border-bottom:1px solid #DFDFDF;
	color:#004EA1;
	float:left;
	font-family:Arial,tahoma,verdana,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:25px;
	line-height:18px;
	margin-bottom:20px;
	padding:20px 0pt 0pt 40px;
	width:767px;
}

.subheadline_2cond_level {
	background-color:#FFFFFF;
	color:#6D6E71;
	font-size:14px;
	font-weight:bold;
	margin-left:40px;
}

/* 1px line horizontal */
.horline { clear: both; height:10px; border-bottom: 1px solid #dfdfdf;}
.horline_white { clear: both; margin: 0 0 15px 0; height:15px; border-bottom: 1px solid #fff;}
.horline2 { clear: both; margin: 0 0 3px 0; height:3px; border-bottom: 1px solid #dedede; }
.horline3 { clear: both; margin: 0 0 3px 0; height:3px; border-bottom: 1px solid #dedede; width:520px;}
.horline4 { clear: both; margin: 0 0 3px 0; height:3px; border-bottom: 1px solid #c1c1c1; }

/* Hyperlinks */
a:link {color:#000; text-decoration:none;outline: none;}
a:visited {color:#000; text-decoration:none;outline: none;}
a:hover {color:#004ea0; text-decoration:underline;outline: none;}
a:active {color:#000; text-decoration:none;outline: none;}

/* Icons */
a.ico {padding: 0 0 0 25px;}
a.comment {
	background: url(../img/default/store/ico_comment.gif) no-repeat 2px 0;
	color: #505050;
	height: 25px;
	width:130px;
	padding: 0 0 0 35px;
	margin: 20px 0 0 0;
	display: block;
	line-height: 12px;
	font-weight: bold;
	font-size: 10px;	
}
a.comment:hover { color:#0574bd; }
a.del {background: url(../img/default/store/ico_del.gif) no-repeat;display: block;height: 22px;width:22px;}
a.email {background: url(../img/default/store/ico_email.gif) no-repeat;}
a.link {background: url(../img/default/store/ico_arrow3.gif) no-repeat 0 0; font-weight: bold; color: #666; display: block; line-height: 20px;}
a.cat {background: url(../img/default/store/ico_arrow6.gif) no-repeat 0 0px; font-weight: bold; color: #666; padding: 0 0 0 20px; height:18px;}
a.killfilter {background: url(../img/default/store/ico_arrow7.gif) no-repeat 0 0px; font-weight: bold; color: #666; padding: 0 0 0 20px; height:18px;}



/* Container - logo*/
div#container {
	position: relative;
	background: url(../img/default/store/header.jpg) 5px 5px no-repeat;
	font-size: 1.1em;
	line-height: 1.6em;
	width: 981px;
	text-align: left;
	margin: auto;
	padding: 105px 5px 20px 5px;
	background-color:#FFFFFF;
}
div#container h1#logo {
	position: absolute;
	left: 30px;
	top:20px;
	width: 188px;
	height: 55px;
	margin: 0;
	background: url(../img/default/store/logo.gif) no-repeat;
	text-indent: -9999px; 
	overflow: hidden; 
}
div#container h1#logo_haendler {
	position: absolute;
	left: 0;
	top:10px;
	width: 230px;
	height: 55px;
	margin: 0;
	background: url(../img/default/store/logo_haendler.gif) no-repeat;
	text-indent: -9999px; 
	overflow: hidden;
}
div#container h1#logo a, div#container h1#logo_haendler a {
	display: block;
	height: 55px;
}



/* tagcloud
------------------------------------------------------------------*/
div.tagcloud { font-face: Arial, Geneva, Arial, Helvetica, sans-serif;padding:15px 0 0px 0; margin:0; width: 149px;text-align: justify; line-height: 10px;background: #fceec1 url(../img/default/store/bg_tagnavi.gif) no-repeat;}
div.tagcloud_cap { height: 11px; margin-top: 5px;}

div.tagcloud_promotion { 
	height: 202px;
	padding:10px 10px;
	text-align: justify;
	line-height: 18px;
	margin-top: 10px;
	width: 169px;
	border: 1px solid #ebebeb;
}
div.tagcloud_promotion_cap { height: 10px; margin-top: 5px;}

div.tagcloud a {
	margin: 4px;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
	line-height:10px;
	text-align: center;
}
div.tagcloud_promotion a {
	margin: 4px;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
	line-height:10px;
	text-align: center;
}
div.tagcloud a:hover, div.tagcloud_promotion a:hover {
	text-decoration: underline;
}
div.tagcloud a.tag0, div.tagcloud_promotion a.tag0 {
	font-size:10px;
	line-height: 10px;
	color: #999;
	text-align: center;
}
div.tagcloud a.tag1, div.tagcloud_promotion a.tag1 {
	font-size:12px;
	line-height: 10px;
	color: #6d6371;
	font-weight: bold;
	text-align: center;
}
div.tagcloud a.tag2, div.tagcloud_promotion a.tag2 {
	font-size:14px;
	line-height: 14px;
	color: #6d6371;
	text-align: center;
}
div.tagcloud a.tag3, div.tagcloud_promotion a.tag3 {
	font-size:16px;
	line-height: 15px;
	font-weight: bold;
	color: #ed1c24;
	text-align: center;
}

/* 02 HEADER
------------------------------------------------------------------*/
/* 02.a search
------------------------------------------------------------------*/
div#searchcontainer {
	position: absolute;
	top: 110px;
	right: 6px;
	width: 195px;
	height: 30px;
	background-color:#e2e2e2;
	padding-top:2px;
}

#submit_search {
	position: absolute;
	left: 167px;
	top:5px;
}

form#searchform input#searchfield,
form#searchform2 input#searchfield2 {
	font-size: 10px;
	padding: 3px 0 0 7px;
	width: 153px;
	color: #666;
	height: 16px;
	margin: 4px 15px 0 10px;
	border: 1px solid #a1a1a1;
}

div#newsearchcontainer {
	width: 220px;
	height: 90px;
	background-color:#e2e2e2;
	vertical-align: center;
	position: relative;
	float: right;
	padding:10px 0pt 0pt 10px;
}

form#searchform2{
	position: absolute;
	top: 30px;
	left: 0px;
}

#submit_search2 {
	position: absolute;
	left: 171px;
	top:4px;
}

#header_links {color:#fff; position: absolute; top:71px; left: 350px; font-size: 12px; z-index: 997;}

ul#header_nav li {
	z-index:998;
	display: block;
	float: left;
	height:30px;
	width:81px;
}
ul#header_nav li a {height: 23px; padding: 7px 0px 0px 20px; color:#fff;font-size: 12px; display: block; text-decoration: none;}
ul#header_nav li a:hover {
	background: url(../img/default/store/ico_arrow_hover.gif) no-repeat scroll 10px 8px;
}
ul#header_nav li:hover, ul#header_nav li.over {
	font-weight: bold; 
	background:transparent url(../img/default/store/bg_reiter.gif) no-repeat scroll -1px -1px;
}
ul#header_nav li:hover a, ul#header_nav li.over a { /*z-index: 999;*/}

ul#header_nav ul {display: none; font-size: 0.8em; background-color: #fff; padding: 5px 4px 4px 4px; clear: both; width: 202px; z-index: 999; border: 1px solid #e0e0e0; position: absolute; filter: alpha(opacity=90); opacity: 0.95;}
ul#header_nav ul li {display: block; height: 26px; float: none; border-bottom:1px solid #e0e0e0; width: 200px; z-index: 1005;}
ul#header_nav ul li.last {border: none}
ul#header_nav ul li a {
	font-size: 12px;
	font-weight:normal;
	display: block;
	color:#6d6e71;
	height:25px;
	line-height: 20px;
	margin:1px;
	padding:6px 3px 0px 10px;
	width:202px;
	z-index: 1006;
}
ul#header_nav li:hover ul, ul#header_nav li.over ul {display:block; z-index:999;}
ul#header_nav ul li:hover, ul#header_nav ul li.over {
	background: none;
}
ul#header_nav ul li:hover a, ul#header_nav ul li.over a { /*z-index: 999;*/}
ul#header_nav ul li a:hover {color: #004ea0;}

/* 02.b breadcrumb
------------------------------------------------------------------*/
div#breadcrumb {
/*	position:absolute;
	top: 158px;*/
	margin: 0;
	padding: 5px 0 0 1px;
	height: 20px;
	color: #999;
	font-size: 10px;
}
div#breadcrumb a { color:#999; }
div#breadcrumb a.last { color:#004ea0; }


/* 03. HEADER NAVIGATION
------------------------------------------------------------------*/
/* shopnavigation - basket, notepad, myaccount... */
div#shopnav {
	background: url(../img/default/store/bg_shopnav.gif) 0 0 no-repeat;
	position: absolute;
	top: 73px;
	left: 678px;
	padding: 6px 0px 0px 10px;
	width: 299px;
	/*height: 30px;*/
	z-index: 1;
	color: #fff;
}
div#shopnav ul {list-style: none;}
div#shopnav ul li {
	float: left;
	width: 80px;
	height: 22px;
	line-height: 1em;
}
div#shopnav ul li a {display: block; color: #666; font-size: 11px; padding-top: 4px}
div#shopnav ul li.mybasket {
	text-align: right;
	margin: 0 25px 0 0;
	background: url(../img/default/store/bt_warenkorb.gif) 0 0 no-repeat;
	width: 83px;
}
.basket_active {
	color:#004EA0;
	font-size:10px;
	line-height:10px;
	text-align:left;
	margin-left:30px;
}


div#shopnav ul li.mybasket a { width: 83px; height: 20px;}
div#shopnav ul li.mypage {
	text-align: right;
	margin: 0 25px 0 0;
	width: 78px;
	background: url(../img/default/store/bt_merkzettel.gif) 0 0 no-repeat;
}
div#shopnav ul li.mypage a { width: 78px; height: 20px; }
div#shopnav ul li.myaccount {
	width: 80px;
    text-align: right;
	background: url(../img/default/store/bt_meinkonto.gif) 0 0 no-repeat;
}
div#shopnav ul li.myaccount a { width: 80px; height: 20px; }


div#navigation { 
/*	position: absolute; 
	top: 120px; */
	width: 976px;
	height:30px;
	background-color:#ffffff;
	border: 1px solid #e2e2e2;
	border-left: 0pt;
	margin-top: 5px;
}
div#navigation ul {padding-top: 4px;}

div#navigation ul li { 
	display:block;
	float: left; 
	padding: 0;
	background-color:#FFF;
	border-left: 1px solid #fff;
	height:20px;
	padding: 0 0 0 0px; 
}
div#navigation ul li.active { 
	background-color:#004ea0;

}
div#navigation ul li a {
	display: block; 
	height: 20px; 
	background-color:#ffffff;
	color: #444444; 
	text-decoration: none; 
	padding: 2px 10px 0 8px; 
	font-size: 12px;
	text-transform: uppercase;
}
div#navigation ul li a:hover { 
	color: #fff;
	background-color:#004ea0;
}

div#navigation ul li a.active { 
	background-color:#004ea0;
	color: #fff;
}


/* 04. CONTENT COLS - left, center and right col
------------------------------------------------------------------*/
div#content { margin: 1px 0 10px 0; }

/* content left
------------------------------------------------------------------*/
div#content #left {
	float: left;
	width: 149px;
	margin: 10px 15px 0 0;
}
/*body#hideLeft div#content #left { display:none; }
body#hideLeft div#center { width: 777px; }*/
/* content center
------------------------------------------------------------------*/
div#content #center {
	width: 610px;
	float: left;
}
body#hideRight div#content #center {width: 817px;}

/* content right
------------------------------------------------------------------*/
div#content #right {
	width: 192px;
	float: right;
	padding-top: 30px;
	
}

/* right and center cases
------------------------------------------------------------------*/
div.col_center {
	float: left;
	width: 606px;
	margin: 10px 0 0 0;
}
div.col_center2 {
	float: left;
	width: 610px;
	margin: 0;
}
div.col_center_listing {
	float: left;
	width: 600px;
	margin: 0 10px 0 0;
}
div.col_center_container {
	float: left;
	width: 615px;
	margin: 0 0 0 0;

}
div.col_center_custom {
	float: left;
	width: 500px;
	margin: 0 15px 0 0;
	padding: 0px 70px 40px 40px; 
	font-size:11px; 
	color: #666;
	line-height:18px;
	/*border-right: 1px solid #dfdfdf;*/
}
div.col_center_custom strong { margin: 5px 0 10px 0; }
div.col_right1 {
	float: left;
	width: 196px;
	margin: 0px 0 0 15px;
}
div.col_right2 {
	float: right;
/*	width: 189px;*/
	margin: 0px;
/* w/ warenkorb rechts */
	width: 194px;
	
}

/* 04.a content navigation
------------------------------------------------------------------*/
/* 04.a.1 main navigation - maincategories
------------------------------------------------------------------*/
/*
ul#mainbuttons { list-style: none; margin: 5px 0 0 10px; width: 127px;}
ul#mainbuttons li { margin: 5px 0 0 0; padding: 0; }
ul#mainbuttons li a { display:block; padding: 0; width: 127px; height: 30px; border-bottom: 1px solid #ccc;}
*/

ul#mainbuttons { padding: 0; margin: 0; border: 1px solid #e1e1e1; border-bottom: 0pt;}
ul#mainbuttons li { border-bottom: 1px solid #e1e1e1; }
ul#mainbuttons li a { font-size: 13px; font-weight:normal; display: block; padding: 5px 3px 5px 18px; color: #454545; background: #ffffff url(../img/default/store/ico_arrow1.gif) no-repeat 5px 6px; }
ul#mainbuttons li a:hover { text-decoration: none; color:#ffffff; background:#004EA0 url(../img/default/store/ico_arrow_hover.gif) no-repeat 5px 6px; }
ul#mainbuttons li a.active { font-weight: bold; color:#0496AD; background:#ffefcb url(../img/default/store/ico_arrow_active.gif) no-repeat 5px 7px; border-bottom: 1px solid #d1d1d1; }
ul#mainbuttons li a.flag { color:#ffa200; font-weight: bold; }




/* 04.a.1 sub navigation - subcategories
------------------------------------------------------------------*/
div.box3 ul#submenu { padding: 0 1px 0px 1px; margin: 5px 0 0px 0; border: 1px solid #e0e0e0; border-bottom: none}
div.box3 ul#submenu li { border-bottom: 1px solid #e0e0e0; zoom: 1;}
div.box3 ul#submenu li a { font-size:11px; display: block; padding: 7px 3px 7px 25px; color: #474747; background:#fff url(../img/default/store/ico_arrow1.gif) no-repeat 5px 5px;  }
div.box3 ul#submenu li a:hover { text-decoration: none; color:#fff; background:#0043a0 url(../img/default/store/ico_arrow_hover.gif) no-repeat 5px 5px; }
div.box3 ul#submenu li a.active { color:#474747; background:#fff url(../img/default/store/ico_arrow1.gif) no-repeat 5px 5px;}
div.box3 ul#submenu li a.flag { color:#474747; }

/* 2.level */
div.box3 ul#submenu ul { padding: 0 0 7px 0; background-color: #fff; margin:0; border: none;}
div.box3 ul#submenu ul li { border-bottom: none; }
div.box3 ul#submenu ul li a { font-size:11px; display: block; padding: 5px 3px 4px 35px; color: #474747; background-color:#FFF; background-image:none; }
div.box3 ul#submenu ul li a:hover { display: block; color:#004ea0; background-color: #fff; background: none}
div.box3 ul#submenu ul li a.active { background-color: #fff; color: #004ea0; background: none;}

/* 3.level */
div.box3 ul#submenu ul ul { padding: 0 0 7px 0; background-color: #fff; margin:0; border: none}
div.box3 ul#submenu ul ul li { border-bottom: none; }
div.box3 ul#submenu ul ul li a { display: block; padding: 5px 3px 4px 45px; color: #474747; background: none; line-height: 16px;}
div.box3 ul#submenu ul ul li a.active { background-color: #fff; border-bottom: 1px solid #fff; color:#004ea0; background: url(../img/default/store/ico_arrow2.gif) no-repeat 35px 5px;  }
div.box3 ul#submenu ul ul li a:hover { display: block; color:#004ea0; background:#fff url(../img/default/store/ico_arrow2.gif) no-repeat 35px 5px; }
div.box3 ul#submenu ul ul li a.flag { background-color: #fff; border-bottom: 1px solid #fff; color:#004ea0; background: url(../img/default/store/ico_arrow2.gif) no-repeat 35px 5px;  }

/* 4.level */
div.box3 ul#submenu ul ul ul {border: none;}
div.box3 ul#submenu ul ul ul li a { padding: 5px 3px 4px 50px; color:#004ea0; background: none;}
div.box3 ul#submenu ul ul ul li a:hover { color: #474747; background: none;} 
div.box3 ul#submenu ul ul ul li a.flag { background: none;}

/* servicenav
------------------------------------------------------------------*/
div.box3 ul#servicenav { padding: 0; margin: 0; }
div.box3 ul#servicenav li {color:#6d6e71; background-color:#f1f1f1; border-bottom: 2px solid #fff; height:25px;}
div.box3 ul#servicenav li a { font-size: 13px; display: block; padding: 3px 3px 0px 18px; color: #6d6e71; background: url(../img/default/store/ico_arrow1.gif) no-repeat 5px 5px; }
div.box3 ul#servicenav li a:hover { text-decoration: none; color:#004ea0; background:url(../img/default/store/ico_arrow_hover.gif) no-repeat 5px 5px; }
div.box3 ul#servicenav li a.active { font-weight: bold; color:#004ea0; background:#ffefcb url(../img/default/store/ico_arrow_active.gif) no-repeat 5px 5px; }


/* 04.b content pages
------------------------------------------------------------------*/
/* 04.b.1 boxes - article boxes, last viewed, supplier...
------------------------------------------------------------------*/
div.box { width: 192px; position: relative; }/*white*/
div.box_middle { padding:0 7px 5px 7px; font-size: 10px; line-height: 12px;}
div.box_middle p { margin: 15px 0 5px 0;}
div.box_middle h4 { margin: 15px 0 5px 0; font-weight: bold;}
div.boxtop { background: url(../img/default/store/bg_boxtop.gif) no-repeat; height: 6px; line-height: 0; font-size: 0;}

div.box2 { background: url(../img/default/store/bg_box2.gif) repeat-y; width: 149px; position: relative; }/*white*/
div.box3 { width: 149px; position: relative; }
div.box4 { width: 194px; position: relative; }/*silver topseller| 89 zu 94 w/ warenkorb*/
div.box5 { width: 149px; position: relative; }
div.box5top { background: url(../img/default/store/bg_box5top.gif) no-repeat; height: 6px; line-height: 0; font-size: 0;}

div.box4_middle { text-align: center; padding:0 0px 0px 0px; font-size: 11px; color: #666; background-color:#fff;border:1px solid #e0e0e0;}
div.box4_middle h4 {
	border-bottom:1px solid #E0E1E2;
	color:#6D6E71;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin:0pt 0pt 7px;
	padding:10px 20px;
	text-align:center;
}
div.box4_middle a { color: #6d6371;}
div.box4_middle a.basketlastin { font-size: 12px;}
div.box_middle p { margin: 15px 0 5px 0;}
div#yourbasket div.box4_middle p.basketlastin { font-size: 12px;}
div#yourbasket div.box4_middle .price_amount_lr strong {font-weight: normal; float: left; color: #004ea1;}
div.box4_middle p.price_amount_lr {float: right; width: 160px}
div.box4_middle ul li {padding: 10px 0 5px 0; border-bottom: 1px solid #e0e1e2;}
div.box4_middle ul li.li_last_item {border-bottom: 0px;}

div#yourbasket div.basket_sum {padding:40px 0 8px 0; color: #6d6e71; text-align: center; font-size: 12px;}
div#yourbasket div.basket_sum strong {color: #004ea1;}

div.box h2, div.box2 h2, div.box4 h2 { /*text-indent: -9999px;*/ color:#fff; overflow: hidden; position: relative; margin-bottom: 0; }

div.boxcap1 { background: url(../img/default/store/bg_boxcap1.gif) repeat-y; height: 6px; line-height: 0; font-size: 0; }
div.box2cap { background: url(../img/default/store/bg_box2cap.gif) repeat-y; height: 6px; line-height: 0; font-size: 0; }
div.boxcap2 { height: 6px; line-height: 0; font-size: 0; }
div.boxcap2_blue { height: 6px; line-height: 0; font-size: 0; }
div.boxcap3 { height: 6px; line-height: 0; font-size: 0; }
div.boxcap3_2 { background: url(../img/default/store/bg_box5cap2.gif) no-repeat; height: 17px; line-height: 0; font-size: 0; }
div.boxcap4 { height: 31px; line-height: 0; font-size: 0; }
div.box5cap { background: url(../img/default/store/bg_box5cap.gif) no-repeat; height: 17px; line-height: 0; font-size: 0; }

/* ------- headlines submenu -------- */
div.box3 h2 { font-size:14px; height: 20px; padding-left:10px; padding-top:10px; color: #004ea0;}


/* ------- headlines boxes -------- */
div#topseller h2 { background-color: #ffffff; font-size:14px; color:#024f95; padding:10px 0 0 2px; height: 20px; z-index:111;}
div#angeschaut h2 {
	background: url(../img/default/store/bg_lastview.gif) no-repeat;
	color:#6d6e71;
	font-size:14px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 0;
	padding-left:0px;
	padding-top:5px;
	text-align: center;
}
div#yourbasket h2 { 
	background:transparent url(../img/default/store/bg_aehnlich.gif) no-repeat scroll left top;
	color:#6D6E71;
	height:29px;
	line-height:30px;
	margin:0pt;
	padding-left:0px;
	padding-top:5px;
	text-align:center;
}
div#kontakt h2 { color: #a1894e; padding: 5px; height: 15px; margin: 30px 10px 15px 0;}
div#aehnlich h2 {
	background:transparent url(../img/default/store/bg_aehnlich.gif) no-repeat scroll 1px top;
	color:#6D6E71;
	height:29px;
	line-height:28px;
	margin:0pt;
	padding-left:0px;
	padding-top:5px;
	text-align:center;
	width: 194px;
}
div#hersteller h2 {border-bottom: 2px solid #ccc; height:20px; font-size:14px; color:#000; padding:10px 0 0 10px; height: 20px; z-index:111; }
div#hersteller {  }

div#kontakt {  }

/* ------- margin boxes-------- */
div#angeschaut {background-color:#fff; margin-top:15px; width:149px;} 

div#yourbasket {margin-bottom:0;}
div#yourbasket strong {font-size:11px;font-weight:bold;}

div.box h3, div.box3 h3 { color:#474747; font-size: 10px; font-weight: normal; line-height:11px; margin: 0; padding: 0; letter-spacing:normal; }
div#angeschaut h3, div#aehnlich h3 { color:#777; font-size: 10px; font-weight: normal; line-height:11px; margin: 0; padding: 0; letter-spacing:normal; }
div#angeschaut a, div#aehnlich a { color:#777; font-size: 10px; line-height:12px;}

div.lastview_rule {
	height: 100px;
	width: 142px;
	padding: 5px 5px 5px 0;
	border-bottom: 2px solid #ffffff;
	margin: 0;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-top: none;
}
div.lastview_rule_last {
	height: 100px;
	width: 142px;
	padding: 5px 5px 5px 0;
	margin: 0;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-top: none;
}
div#angeschaut div.first_rule { background-color: #ffffff;}

div.similar_rule { width: 191px; padding: 18px 0 8px 0; margin: 0 0 0 1px; text-align: center; border: 1px solid #e0e0e0; border-top: none;}
div.similar_rule_last { width: 191px; padding: 18px 0 8px 0; margin: 0 0 0 1px; text-align: center; border: 1px solid #e0e0e0; border-top: none;}
a.thumb { border: none; float: left; margin: 0 5px 0 0;}

div.similar_rule h1, div.similar_rule_last h1 {
	font: 12px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #333333; 
	width: 130px;
	margin-left:10px;
	margin-top: 5px;
}

div.lastview_rule a.thumb, div.lastview_rule_last a.thumb { float: none; display: block; height: 70px;}

/* topseller box
------------------------------------------------------------------*/
div#topseller { float: left; margin: 0px; position:relative; overflow:hidden; height:450px;}
div.toprule { 
	background: #494949 url(../img/default/store/bg_topsellerbox_b.gif) no-repeat scroll left bottom;
	color: #77808e; 
	line-height:12px; 
	font-size: 11px;
	font-weight:bold;

	overflow:hidden; 
	position:absolute; 
	left:0px; 
	top:0px;	
	width:191px; 
	
}
div.topruleheader {
	height: 18px;
	padding-left: 30px;
	width: 150px;
}
div.topruleimg {
	background: url(../img/default/store/bg_topsellertop_over.gif) no-repeat scroll 0px 0px;
	position:absolute;
	top:100px;
	overflow:hidden;
	width:192px;
	height: 26px;
	padding: 6px 0px 0px 10px;
}
div.out div.topruleimg { background: url(../img/default/store/bg_topsellertop.gif) no-repeat scroll 0px 0px; }

div#topseller div.out {background-color: #fff; border-bottom: 0px solid #e1e1e1;}
div#topseller div.over {background-color: #fff; width:191px;}

div.top1 div.topruleheader {background:transparent url(../img/default/store/bg_top1.gif) no-repeat scroll 3px 0px; }
div.top2 div.topruleheader {background:transparent url(../img/default/store/bg_top2.gif) no-repeat scroll 3px 0px; }
div.top3 div.topruleheader {background:transparent url(../img/default/store/bg_top3.gif) no-repeat scroll 3px 0px; }
div.top4 div.topruleheader {background:transparent url(../img/default/store/bg_top4.gif) no-repeat scroll 3px 0px; }
div.top5 div.topruleheader {background:transparent url(../img/default/store/bg_top5.gif) no-repeat scroll 3px 0px; }
/*
.over.top1 div.topruleimg {background:transparent url(../img/default/store/bg_top1_over.gif) no-repeat scroll 1px bottom;}
.over.top2 div.topruleimg {background:transparent url(../img/default/store/bg_top2_over.gif) no-repeat scroll 1px bottom;}
.over.top3 div.topruleimg {background:transparent url(../img/default/store/bg_top3_over.gif) no-repeat scroll 1px bottom;}
.over.top4 div.topruleimg {background:transparent url(../img/default/store/bg_top4_over.gif) no-repeat scroll 1px bottom;}
.over.top5 div.topruleimg {background:transparent url(../img/default/store/bg_top5_over.gif) no-repeat scroll 1px bottom;}*/

div.toprulecontent {width:189px; margin-top: 32px; padding-top: 8px; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; display: block; zoom: 1;}
div.out div.toprulecontent {width:189px; margin-top: 32px; padding-top: 8px; border: 0px; display: none;}
div.toprule h3 { color:#e1e2e6; font-size: 12px;  line-height:11px; margin: 0; padding: 0; letter-spacing:normal; width: 150px;}

div.toprule div.topimg { height:76px; overflow:hidden; padding:0pt 0pt 15px; text-align: center;}
div.toprule a:hover { text-decoration: none;}
div.toprule a { color:#e1e2e6;font-size: 13px; }
/*
div.top1 { background: url(../img/default/store/bg_toprule_1.gif) no-repeat 1px 0; height: 192px; }
div.top2 { background: url(../img/default/store/bg_toprule_2.gif) no-repeat 1px 0; height: 192px; }
div.top3 { background: url(../img/default/store/bg_toprule_3.gif) no-repeat 1px 0; height: 192px; }
div.top4 { background: url(../img/default/store/bg_toprule_4.gif) no-repeat 1px 0; height: 192px; }
div.top5 { background: url(../img/default/store/bg_toprule_5.gif) no-repeat 1px 0; height: 192px; }*/
div.top1 { height: 143px;} /*border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;}*/
div.top2 { height: 143px;} /*border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;}*/
div.top3 { height: 143px;} /*border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;}*/
div.top4 { height: 143px;} /*border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;}*/
div.top5 { height: 143px;} /*border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;}*/

/* 04.b.2 article boxes 
------------------------------------------------------------------*/

div.artlst_box { zoom: 1; background-color: #e0e1e2; padding-bottom: 8px}
h2.artlst {	color:#024F95; font-size:14px; height:20px; padding:15px 0pt 0pt 3px;}

/* artbox 3 cols - shoppingworld
------------------------------------------------------------------*/
div.artbox { position: relative; float: left;  height: 271px; width: 190px; background-color: #fff; border: 1px solid #ebebeb; }
div.artbox-withdesc {height: 301px;}
div.artbox a.artbox_thumb { display: block;  height: 150px; padding: 25px 0 0 0; text-align: center; }
div.artbox h1 { font-size: 12px; color: #000; font-weight: bold; line-height:14px; padding: 0 10px 0 15px; text-align: left;}
div.artbox .stat {
	border-top:1px solid #E0E0E0;
	color:#778285;
	font-size:10px;
	padding-left:5px;
	position:absolute;
	top:227px;
	width:186px;
}
div.artbox-withdesc .stat {top: 257px}
div.artbox .article-price2 s {font-size:0.8em; color:#666;}
div.artbox .article-price2  {position: absolute; top: 215px; left: 90px; font-size:16px; color:#778285; width: 100px; text-align: right; margin: 10px 0 0 0;}
div.artbox-withdesc .article-price2 {top: 245px}
div.artbox .article-price2 strong { color:#FFFFFF; display: block; line-height: 28px; background-color: #004ea0;}
div.artbox .article-price strong {color:#000; font-size:16px}
div.artbox .article-price  {
	border-left:1px solid #E0E0E0;
	color:#778285;
	font-size:14px;
	font-weight:normal;
	height:25px;
	left:90px;
	margin:10px 0pt 0pt 0pt;
	padding-top:5px;
	position:absolute;
	text-align:right;
	top:232px;
	width:100px;
}
div.artbox-withdesc .article-price  {top: 262px}

div.artbox_img { position: relative; float: left;  height: 271px; margin: 9px 1px 0 10px; width: 205px; }
div.artbox .article-description { margin-left:15px; margin-top:5px;}

div.artbox h3, div.artbox h4 {
	background-color: #6d6e71;
	color: #fff;
	height: 20px;
	padding: 0px 0px 0px 8px;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #b1b1b1;
}

div.artbox h3 {	background-color: #a1a1a1;}

/* articlebox 4 cols - category listing
------------------------------------------------------------------*/
div.artbox2 {position: relative; float: left;  height: 315px; margin: 4px 0 0px 4px; padding: 0; width: 144px; background-color: #fff}
div.artbox2 a.artbox_thumb { display: block;  height: 100px; padding: 25px 0 0 0; text-align: center; }
div.artbox2 h1 { font-size: 12px; color: #000; font-weight: bold; line-height:14px; padding: 0 ; text-align: left; margin-bottom:5px;}
div.artbox2 .stat {position: absolute; top: 266px; left: 0px; padding-left: 5px; width: 140px; font-size: 10px; color:#778285; line-height:11px; border-top: 1px solid #e0e1e2;}
div.artbox2 .article-price2 s {font-size:0.9em; color:#666;}
div.artbox2 .article-price2  {position: absolute; top: 255px; left: 56px; font-size:11px; color:#778285; width: 88px; text-align: right; margin: 10px 0 0 0;}
div.artbox2 .article-price2 strong { 
	border-left:1px solid #DFDFDF;
	color:#FF0033;
	display:block;
	font-size:14px;
	height:24px;
	padding-top:8px;
}
div.artbox2 .article-price strong {
	border-left:1px solid #DFDFDF;
	color:#000000;
	display:block;
	height:26px;
	padding-top:8px;
}
div.artbox2 .article-price  {width: 88px; font-size: 14px; position: absolute; top: 273px; right: 0px; font-weight: normal; color:#778285; text-align: right; margin: 10px 0 0 0;}
div.artbox2 .ico_system {position: absolute; top: 255px; left: 10px;  width: 70px; height:20px; text-align: left; font-size:0; line-height: 0;}

div.artbox2 h3, div.artbox2 h4 {
	background-color:#6D6E71;
	border-bottom:1px solid #B1B1B1;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding:0px 0px 0px 8px;
	vertical-align:middle;
}

div.artbox2 h3 { background-color: #a1a1a1;}

/* articlebox 4 cols - crosselling
------------------------------------------------------------------*/
div.artbox3 { position: relative; float: left; height: 335px; margin: 0 0 0 0; padding: 0 15px 0 15px; width: 150px;}
div.artbox3 a.artbox_thumb { display: block;  height: 150px; padding: 25px 0 0 0; text-align: center; }
div.artbox3 h1 { font-size: 12px; color: #000; font-weight: bold; line-height:12px; padding: 0; text-align: left; margin-bottom:5px;}
div.artbox3 .stat { position: absolute; top: 235px; left: 15px; width: 160px; font-size: 10px; color:#778285; line-height:11px;}
div.artbox3 .article-price2 s { font-size:0.9em; color:#666;}
div.artbox3 .article-price2  { position: absolute; top: 265px; right: 45px; font-size:11px; color:#778285; width: 100px; text-align: right; margin: 10px 0 0 0;}
div.artbox3 .article-price2 strong { color:#FF0033;}
div.artbox3 .article-price strong {color:#000;}
div.artbox3 .article-price  { font-size: 14px; position: absolute; top: 280px; right: 45px; font-weight: normal; color:#778285; width: 100px; text-align: right; margin: 10px 0 0 0;}
div.artbox3 .ico_system {position: absolute; top: 270px; left: 0px;  width: 70px; height:20px; text-align: left; font-size:0; line-height: 0;}

/* articlebox 3 cols - related articles
------------------------------------------------------------------*/
div.artbox4 { position: relative; float: left; height: 335px; margin: 0 0 0 0; padding: 0 30px 0 10px; width: 130px;}
div.artbox4 a.artbox_thumb { display: block;  height: 150px; padding: 25px 0 0 0; text-align: center; }
div.artbox4 h1 { font-size: 10px; color: #000; font-weight: bold; line-height:12px; padding: 0; text-align: left; margin-bottom:5px;}
div.artbox4 .stat { position: absolute; top: 225px; left: 0px; width: 170px; font-size: 10px; color:#778285; line-height:11px;}
div.artbox4 .article-price2 s { font-size:0.9em; color:#666;}
div.artbox4 .article-price2  { position: absolute; top: 265px; right: 45px; font-size:11px; color:#778285; width: 100px; text-align: right; margin: 10px 0 0 0;}
div.artbox4 .article-price2 strong { color:#FF0033;}
div.artbox4 .article-price strong {color:#000;}
div.artbox4 .article-price  { position: absolute; top: 280px; right: 45px; font-size:11px; font-weight: normal; color:#778285; width: 100px; text-align: right; margin: 10px 0 0 0;}


.article-description { font-size: 11px; line-height: 13px; color: #777; margin-top: 20px; padding-left: 4px;}

.grid_left {margin: 7px 0 0 7px;}
.grid_middle {margin: 7px 0 0 7px;}
.grid_middle2 {}
.grid_right {margin: 7px 0 0 7px;}

.listing_grid_left {border: 1px solid #dfdfdf; border-top: 0px}
.listing_grid_middle {background: url(../img/default/store/bg_artbox2.gif) no-repeat no-repeat -20px  0;}
.listing_grid_middle2 {border: 1px solid #dfdfdf; border-top: 0px;}
.listing_grid_right {/*background: url(../img/default/store/bg_artbox2.gif) no-repeat 5px 0;*/ border: 1px solid #dfdfdf; border-top: 0px}

.listing_grid_left2 {}
.listing_grid_left3 {border-right: 1px solid #dfdfdf;}

/* category headlines and text
------------------------------------------------------------------*/
.cat_text {padding: 10px; padding-left:20px; padding-right:20px; margin-bottom: 10px; color:#333; border-top: 1px solid #fff;}
.cat_text a{text-decoration: underline; font-weight: bold; }
.cat_text h1{margin-bottom: 10px; font-size:14px; color:#004ea1; }



/* supplier box
------------------------------------------------------------------*/
div#right div#hersteller ul { margin-left: 10px;}
div#right div#hersteller ul li {
	padding: 4px 0 4px 17px;
	width: 113px;
	height: 35px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #dfdfdf;
}
div#right div#hersteller ul li a { display: block; }
div#right div#hersteller ul li a.without { display: block; width: 95px; height:25px; font-size: 10px; color: #333; padding: 10px 0 0 0; text-align: center; }

a#button_top { display: block; width: 149px; height: 41px; 	height: 40px; text-indent: -9999px; background: url(../img/default/store/bt_top.gif) no-repeat 0 0;}
a#button_bottom{ border-top: 2px solid #dfdfdf; display: block; width: 149px; height: 41px; text-align:center;	height: 41px; }


/* artbox icons
------------------------------------------------------------------*/
div.ico_new {
	position: absolute;
	top: 155px;
	left: 2px;
	width: 86px;
	height: 60px;
	background: url(../img/default/store/ico_new.gif) no-repeat 0 0;
}
div.ico_tipp {
	position: absolute;
	top: 44px;
	right: 2px;
	width: 86px;
	height: 60px;
	background: url(../img/default/store/ico_tipp.gif) no-repeat 0 0;
}
div.ico_esd {
	position: absolute;
	top: 105px;
	left: 75px;
	width: 56px;
	height: 56px;
	background: url(../img/default/store/ico_esd.gif) no-repeat 0 0;
}
div.deliverable {position: absolute; top: 220px; left: 70px; font-size:10px;}
.deliverable1 {color: #009900;}
.deliverable2 {color: #009900;}
.deliverable3 {color: #990000;}
.deliverable4 {color: #990000;}


/* 04.b.3 article detail page 
------------------------------------------------------------------*/
div.detail_box {padding: 0; margin-top: 15px; }
div.detail_box_top {  border-bottom: 1px solid #dfdfdf; margin-bottom: 20px; position: relative; height:25px; padding: 0; clear: both;}
div.detail_box_cap {height:36px; clear: both; }

div.detail_box_top a.article_back {  position: absolute; left: 20px; top: 5px; width: 120px; height: 33px; padding: 2px 0 0 35px; font-weight: bold; color: #0496AD;}
div.detail_box_top a.article_next {  position: absolute; right: 20px; top: 5px; width: 150px; height: 33px; padding: 2px 35px 0 0; text-align: right; font-weight: bold; color: #0496AD; }
div.detail_box_top p.article_overview { position: absolute; left: 260px; top: 5px; width: 285px; height: 35px; font-weight: bold; color: #666;}
div.detail_box_top p.article_overview a {color: #0496AD;}



div.detail_box2 { }
div.detail_box2_top { position:absolute; top:148px; right:210px; margin-bottom: 20px; height:25px; padding: 0; clear: both; font-size:10px;}
div.detail_box2_cap {  height:36px; clear: both; }

div.detail_box2_top a.article_back { 
	background: url(../img/default/store/ico_arrow_back.gif) left 4px no-repeat;
	position:absolute;
	right:170px;
	margin-right: 10px;
	float: left;
	height: 33px;
	width: 40px;
	padding: 0px 0 0 20px;
	color: #004ea0;
}
div.detail_box2_top a.article_next { 
background: url(../img/default/store/ico_arrow_next.gif) right 4px no-repeat;
position:absolute; right: 0px; float: left; height: 33px; width: 50px; padding: 0px; color: #004ea0; }
div.detail_box2_top p.article_overview {position:absolute; right:50px; float: left; height: 35px; width:130px; color: #6d6e71;}
div.detail_box2_top p.article_overview a {color: #004ea0;}







div.detail_col1 { float: left; width: 300px;  padding: 0 0 0 0px;	text-align: center; position: relative; border: 1px solid #e0e0e0;}
div.detail_col2 { float: left; width: 300px; margin-left: 10px;}
div.detail_col3 { float: left; width: 193px; margin-left: 10px;}

a.main_image {
	display: block;
	text-align: center;
}
img.downloadmap { position: absolute; left:585px; top:-10px; }
#article_details {
	color: #474747;
	border-top: 1px solid #e0e0e0;
	font-size:12px;
	line-height:34px;
}
.article_details_price {
	font-size: 18px;
	line-height: 34px;
	color: #474747;
	margin-top: -1px;
}

.article_details_price .float-right {
	float: right;
	border-left: 1px solid #e0e0e0;
	width: 129px;
	padding-left: 20px;
	background-color: #e0e0e0;
	margin-right: 1px;
	border-bottom: 1px solid #e0e0e0;
}

.article_details_price .float-left {
	float: left;
	width: 138px;
	padding-left: 10px;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 16px;
}

.article_details_price2 {
	color:#FFF;
	font-size:18px;
	margin: -1px 0px 0px 0px;
}

.article_details_price2 s{font-size:16px; }

.article_details_price2 .float-left {
	float: left;
	width: 138px;
	padding-left: 10px;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color:#474747;
	font-size: 16px;
	height: 40px;
}

.article_details_price2 .float-right {
	float: right;
	border-left: 1px solid #e0e0e0;
	width: 129px;
	padding-left: 20px;
	background-color: #e0e0e0;
	margin-right: 1px;
	border-bottom: 1px solid #e0e0e0;
	line-height:20px;
	height: 40px;
}

.article_details_price2 .float-right strong {display: block; background-color: #004ea1; margin-left: -20px; padding-left: 20px}

.tax_attention {
	line-height: 14px;
	font-size: 10px;
	color: #474747;
	margin-bottom:10px;
	margin-top:5px;
}
.tax_attention a {color: #474747; text-decoration: underline; }

h1.detail_name, h2.detail_name {
	background-color: #a1a1a1;
	margin:0 0 5px 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding:0px 0px 0px 8px;
	vertical-align:middle;
	float: left;
	width: 72px;
	text-align: left;	
}
h2.detail_name {background-color: #6d6e71; width: 211px; margin-left: 1px; text-align: center;}


/* article details */
.art_data_col1 { float: left; width: 138px; display: block; height: 34px; border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; padding-left: 10px; border-left: 1px solid #e0e0e0;}
.art_data_col2 { float: left; width: 128px; display: block; height: 34px; border-bottom: 1px solid #e0e0e0; padding-left: 20px; border-right: 1px solid #e0e0e0;}
.art_data_col12 {width: 298px; display: block; height: 34px; border: 1px solid #e0e0e0; border-top: none;}

/* intobasket box */
div.buy_box {
	width: 183px;
	border: 1px solid #e0e0e0;
	padding: 8px 0 8px 8px;
	color: #999;
	margin: 0px;
	background-color: #f1f1f1;
}
div.buy_box br {
	clear: both;
}
div.buy_box label {
	text-align: left;
	float: left;
	color: #6d6e71;
	width: 58px;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 5px;
	margin: 5px 0 0 0;
	background-color: #e0e1e2;
	border: 1px solid #a1a1a1;
}
div.buy_box p.groupdescription {
line-height: 1.4em;
color: #666;
}

select#sQuantity {
	color: #004ea0;
}

ul#buybox { background-color: #f1f1f1; padding: 0; margin: 0; border: 1px solid #e0e0e0; border-top: none;}
ul#buybox li { border: 1px solid #fff;}
ul#buybox li a { display: block; height: 21px; padding: 1px 3px 1px 25px; color: #6d6e71; background: url(../img/default/store/ico_arrow1.gif) no-repeat 5px 4px;}
ul#buybox li a:hover { text-decoration: none; color:#6d6e71; background:#e0e1e2 url(../img/default/store/ico_arrow_hover.gif) no-repeat 5px 4px; }
ul#buybox li a.active { color:#6d6371; background:#ffefcb url(../img/default/store/ico_arrow_active.gif) no-repeat 5px 7px; border-bottom: 1px solid #d1d1d1; }
ul#buybox li a.flag { color:#ffa200; }

div.thumb_box {
	padding: 0px 0px 15px 0px;
	width: 300px;
}
div.thumb_box a {float: left; height: 57px; width:57px; display: block; padding:5px; margin: 0 10px 10px 0px; border: 1px solid #e0e0e0; background-color: #fff;text-align: center;}
div.thumb_box a:hover { border: 1px solid #3286c5; background-color: #c1dff3;}

a.thumb_image:hover {border-color:#fff;}

a.thumb_image {
	border: 1px solid #c7c7c7;
	float: left;
	padding: 5px;
	margin: 0 8px 8px 8px;
	background-color: #fff;
}

p.stat {
	font-size: 0.9em;
	color: #666;
	line-height: 1.3em;
	margin: 15px 0 0px 0;
}
p.stat img {
	margin: 5px 0 0 0;
}
div.detail_col3 ul { padding: 0 0; margin: 3px 0 0 0; }
div.detail_col3 ul li {margin:-1px 0 0 0; }
div.detail_col3 ul li a { display: block; padding:0; }
div.detail_col3 h3 { color:#505050; font-size: 12px; font-weight: bold; line-height:11px; margin: 0; padding: 0; letter-spacing:normal; }

a.bt_vote {height: 49px; width: 194px; background: url(../img/default/store/bt_bewerten.gif) no-repeat; text-indent: -9999em;}
a.bt_remindnotice {height: 31px; width: 194px; background: url(../img/default/store/bt_merken.gif) no-repeat; text-indent: -9999em;}

/* detailinfo */
div.detailinfo { padding: 0;}
div.detailinfocap { height: 18px; /*background: url(../img/default/store/bg_infoboxcap.gif) no-repeat;*/}
/*detail cols */

div.detailinfo_col1 {

	float: left;
	width: 610px;
	margin: 0 0 0 0;
}
div.detailinfo_col2 {
	float: left;
	margin-left:10px;
	width:193px;
}
/* TABS */
ul#article_info_tabs {padding: 0 0 0 0px; height: 28px; width: 560px; margin-bottom: 4px; }
ul#article_info_tabs li {float: left; padding: 0; background: none}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
.tabs-nav {
        display: none;
    }
}
.tabs-nav a {
	background-color:#fff;
	background: url(../img/default/store/bg_article_info_tabs_0.gif) no-repeat right top;
	display: block;
	padding: 3px 10px 0 10px;
	height: 26px;
	text-decoration: none;
	color: #5a5a5a;

}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-selected a {
	padding: 3px 10px 0 10px; 
	height: 26px; 
	font-weight: bold;
	color: #000;
	background-color: #ebebeb;
	background: url(../img/default/store/bg_article_info_tabs.gif) no-repeat right top;
}
#beschreibung, #datenblatt, #zubehoer, #bewertungen {
/*	padding: 25px 40px 10px 25px;*/
	padding: 25px 0px 10px 25px;
	color: #000;
	font-size: 12px;
	background-color: #ebebeb;
}
#zubehoer {padding: 25px 50px 10px 25px;}

#tabContainercap { height: 36px; }

#tabContainer h2 {
	border-top:4px solid #FFFFFF;
	color:#024F95;
	font-size:13px;
	margin:15px 0pt 15px -25px;
	padding:10px 0pt 0pt 25px;
	width:585px;
	overflow: visible;
}
#tabContainer h2.firstheadlineinbox { margin-left: 0px; padding: 0px; width: auto; border: none;}

#tabContainer p, #tabContainer table, #tabContainer form {margin-right: 40px}

#tabContainer table td { padding: 5px; }

#article_productinformation h2 {font-size:12px;	font-weight:bold}
#beschreibung h1 {font-size:13px}
#beschreibung #unser_kommentar {
	border-top: 1px dashed #ff6e23;
	background: #ffe7da;
	margin: 25px -25px -25px -25px;
	padding: 0 25px 25px 40px;
}
div.rezension1 { margin: 0 0 25px 0; padding: 15px 0px 5px 15px; }
div.rezension2 { margin: 0 0 25px 0; padding: 15px 0px 5px 15px;}
.rezension h3 {display:inline; font-weight:bold; font-size:12px}
.rezension .rezension_autor {padding:0.5em 0 1em 0}

.detail_text {

font-size:10px; 
color:#666; 
line-height: 16px;
padding: 0 20px 0 0;
}
#beschreibung  ul { list-style: none; line-height: 1.3em; margin: 15px 0 15px 0; }
#beschreibung  ul li { background: url(../img/default/store/bullet_orange.gif) left 0 no-repeat; padding-left: 25px; margin-bottom: 0.5em; color: #797979;}
div.detail_text ul {}
div.detail_text ul li{}
div.detail_text ol { padding:20px;}


/* 04.b.4 article listings
------------------------------------------------------------------*/

div.listing_box { padding: 0 ; margin: 0 0 0 0;}
div.listing_box_top { height:40px; padding: 0px 20px 0 20px; clear: both; background-color:#fff;}
div.listing_box_cap { height:36px; padding: 10px 20px 0 20px; clear: both; margin-top; 8px; background-color:#fff;margin-top: 7px;}

div.listing_box3 { padding: 0px 0 0 0; margin: 15px 0 0 0; }
div.listing_box3  h2{ font-size: 18px; font-weight: normal; border-bottom: 1px solid #dfdfdf; padding: 0px 0 0 40px; margin: 0px 0 0 0; }

div.listing_box2 { padding: 0; margin: 0;}


div.article-options { font-size: 10px; color: #666; }
div.article-options span { padding-top: 5px; color: #666; }
div.article-options img { margin: 0px 5px 2px 5px; }
div.article-options a.perpage {  color:#004ea1;}
div.article-options a.navi {font-size:11px;  color: #004ea1; margin: 3px 4px 0 0; text-align: center; width:15px; height:19px; padding-top: 2px;}
div.article-options span.on  {font-size: 11px; text-align: center; width:15px; margin-right: 4px; height:19px; color:#666;}

div.article-options form#frmsort {float:right; padding-top: 4px;}
div.article-options form#frmsort select {width:125px; z-index: 99999;}
div.article-options form#frmsort label {padding-right:0px;margin-right: 5px; font-weight: bold; color: #666;}

div#supplierfilter { height:35px; padding: 0 0 15px 220px; background: url(../img/default/store/bg_supplierinfo.gif) no-repeat 0 0;}
div#supplierfilter img { float: left; margin: 0 30px 0 0; } 
div#supplierfilter  a.bt_allsupplier {
	float: left;
	display:block;
	background-color:#CAE9EC;
	border:1px solid #0496AD;
	color:#0496AD;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	padding:5px 7px;
}
div#banner_center {
	margin: 0 0 0px 0;
}


/* 04.b.5 basket page
------------------------------------------------------------------*/
table.basket-middle {margin:0; }
.basket-middle .blue, .basket-middle a.blue {color: #004da0; display: block; padding: 5px; padding-left: 10px; border-bottom: 1px solid #e2e1e0;}
.basket-middle .blue, .basket-middle a.blue br {border-bottom: 1px solid #e2e1e0;}
.basket-middle .small {color: #666; font-size: 0.9em; display: block; border-bottom: 1px solid #e2e1e0; line-height: 24px; height: 24px;}
table.basket-middle th {
	padding:3px;
	border-bottom: 1px solid #dfdfdf;
	color: #000000;
	background-color: #e0e1e2;
}
table.basket-middle th.artikel {border-left:none; color: #000000;padding-left: 20px; text-align: left;}
table.basket-middle th.anzahl  {width:90px; }
table.basket-middle th.sum  {color: #000000; font-weight: bold; text-align: right; padding-right: 3px;}
table.basket-middle td {border-left: 1px solid #dfdfdf}
table.basket-middle td.articlelink {vertical-align: top; padding: 0px;}
table.basket-middle td.sum  { background-color: #ffffff; color: #004da0; font-weight: bold; text-align: right; vertical-align: bottom;}
table.basket-middle td.sum2  { background-color: #004da0; color: #ffffff; font-weight: bold; text-align: right; padding-right: 56px}
table.basket-middle td.mainsum  { background-color: #004da0; color: #ffffff; font-weight: bold; background-color: #004da0;}
table.basket-middle td {padding: 5px; border-bottom: 1px solid #dfdfdf; color: #ffffff; text-align: left}
table.ordersum td {color: #555555; }
table.basket-middle td.noline {color: #666; }
table.basket-middle td.priceright { text-align: right; width: 70px; padding-right: 7px; color: #004da0; vertical-align: bottom;}

table.basket-middle td.center {text-align:center; width: 14px; vertical-align: bottom;}
table.basket-middle a.del {width: 22px; padding: 0px}
a.arrow-right {background:url(../img/default/icon_go.gif) left center no-repeat; padding-left:17px}
.tobasket { 
	border:1px solid #b6b6b6;
	background:#f7f7f7 url(../img/default/product_buy.gif) left no-repeat; 
	margin-left:10px;
	padding-left:5px;
}
td.sum {background:#fbeec5; width:90px; text-align: right;}
.to-checkout {
	border:1px solid #ff6600;
	background:#ff9c5a;
	color:#fff;
	padding:3px;
	font-weight:bold;
	float:right;
	margin-right:30px;
	display:block;
	width:90px;
	text-align:center;
}

h2#bestellnummer {
	margin-top: 5em;
	font-size: 100%;
}
form#form_bestellnummer {
	margin-top: 20px;
} 
input.ordernum {
	float: left;
	border: 1px solid #333;
	padding: 2px 2px 2px 3px;
	color: #000;
	font-size: 1.1em;
	height: 16px;
	margin: 17px 10px 0 20px;
	background-color: #fff;
}

form#form_bestellnummer select {
	height: 17px;
	padding-top: 1px;
}
.imgwkorb {
	margin: 0;
	background-color: #fff;
}
a.thumb_image:hover {border-color:#fff;}

a.thumb_image {
	border: 1px solid #c7c7c7;
	float: left;
	padding: 5px;
	margin: 0 8px 8px 8px;
	background-color: #fff;
}

.basket-middle a.thumb_image {
	border: 0px;s
}

.basket-middle td.thumb {
	width: 100px;
}

.bt_continue2 {
	width: 136px;
	height: 31px;
	text-indent: -9999px; 
	background: url(../img/default/store/bt_weitershoppen.gif) no-repeat 0 0;
}
.bt_toorder {
	width: 189px;
	height: 40px;
	text-indent: -9999px; 
	background: url(../img/default/store/bt_zurkasse.gif) no-repeat 0 0;
}


/* 04.b.6 crosselling page
------------------------------------------------------------------*/
div.cross_box { padding: 0; margin: 0 0 15px 0px; }
div.cross_box_top1 {background: url(../img/default/store/hor_gradient.gif) 0 0 repeat-x; height:20px; padding: 15px 20px 0 20px; clear: both; margin-bottom: 20px;}
div.cross_box_top2 {height:20px; padding: 15px 10px 0 10px; clear: both; margin-bottom: 20px;}

div.cross_box_cap {height:5px; padding: 0px 20px 0 20px; clear: both; }

div.bg_cross {
	background-color: #fff;
	position: relative;
	margin: 0px;
	height: 70px;
	border:1px solid #e0e1e2;
}
div.bg_cross h1 {color:#004ea1; font-size: 16px; line-height: 22px; margin-bottom: 20px;}
h1.in_bg_cross {color:#004ea1; line-height: 22px; margin-bottom: 10px; margin-left: 10px}
a.bt_continue:link, a.bt_continue:active, a.bt_continue:visited {
	position: absolute;
	top: 15px;
	left: 20px;

	background:transparent url(../../media/img/default/store/bg_wk_button_gr.gif) no-repeat scroll right top;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:37px;
	line-height:37px;
	text-align:center;
	text-decoration:none;
	width:135px;
}	

a.bt_gobasket:link, a.bt_gobasket:active, a.bt_gobasket:visited {
	position: absolute;
	top: 15px;
	left: 235px;

	background:transparent url(../../media/img/default/store/bg_wk_button_gr.gif) no-repeat scroll right top;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:37px;
	line-height:37px;
	text-align:center;
	text-decoration:none;
	width:135px;
}
a.bt_toorder2:link, a.bt_toorder2:active, a.bt_toorder2:visited {
	position: absolute;
	top: 15px;
	left: 455px;

	background:transparent url(../../media/img/default/store/bg_wk_button_bl.gif) no-repeat scroll right top;	
	border:none;
	color:#ffffff;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:37px;
	width: 135px;
	text-decoration: none;
	text-align: center;
	line-height: 37px;
}
a.bt_toorder3:link, a.bt_toorder3:active, a.bt_toorder3:visited {
	color:#004EA1;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin:0pt;
	text-decoration:underline;
	width:190px;
}
a.bt_toorder4:link, a.bt_toorder4:active, a.bt_toorder4:visited {

	width: 117px;
	height: 20px;
	border:1px solid #FFA200;
	color:#932d00;
	cursor:pointer;
	font-size:11px;
	margin:0;
	font-weight:bold;
	padding: 5px 20px 1px 10px;
	text-align:left;
	background:#ffe0aa url(../img/default/store/ico_arrow6.gif) 125px 8px no-repeat;
}
.bt_absenden {
	width: 197px;
	height: 30px;

	border:1px solid #FFA200;
	color:#932d00;
	cursor:pointer;
	font-size:11px;
	margin:0;
	font-weight:bold;
	padding: 0px 20px 1px 10px;
	text-align:left;
	background:#ffe0aa url(../img/default/store/ico_arrow6.gif) 175px 8px no-repeat;
float:right;
}



/* 04.b.7 notepad page
------------------------------------------------------------------*/
div.bg_note {
	position: relative;
	color:#004EA1;
	height:125px;
	margin:10px 0pt 5px;
	width: 610px;
}
div.bg_note h1 { border-bottom:1px solid #E0E1E2; color:#004EA1; font-size:16px; line-height: 22px; padding-bottom: 5px;}
div.bg_note p { color:#666666; height:80px; margin-top:10px; top:40px; width:610px;}


/* 04.b.8 register steps (checkout - orderprocess)
------------------------------------------------------------------*/
/* 04.b.8.1 forms, input, select etc.
------------------------------------------------------------------*/
/*Buttons*/
.bt_back {
	width: 118px;
	height: 34px;
	text-indent: -9999px; 
	background: url(../img/default/store/bt_back.gif) no-repeat 0 0;
}

.advantage {
	padding: 10px 10px 0 0;
	color: #666;
}
.advantage h2 {font-size:14px; color:#000; border-bottom: 1px solid #dfdfdf; padding: 80px 0 5px 0; margin-bottom:15px;}
.advantage ul {
	margin: 20px 0 20px 0;
}
.advantage ul li {
	padding: 0 0 10px 25px;
	background:url(../img/default/ico_check.gif) left 0 no-repeat; 
}
form br {clear: both;}
form {margin:0;	padding:0;}
#schnellregistrierung { margin-top: 20px;}
div.form_box { border: 1px solid #ebebeb; margin-bottom: 10px;}
div.form_box_small { position: relative; border: 1px solid #dfdfdf; background-color: #fff;}
div.form_box_cap { height:13px;}
div.form_box_cap_small { height:13px;}
fieldset {
	margin: 10px 0 5px 0;
	color: #555;
}
legend {
	margin:0 0 1px 0;
	padding:0;
	font-weight: bold;
}
label {
	display:block;
	width:200px;
	float:left;
	height:35px;
	color: #333;
	text-align: right;
	margin: 0 10px 0 0;
}
#schnellregistrierung label {
	color:#333333;
	margin:0pt 10px 0pt 0pt;
	text-align: left;
	width: 150px;
}
div.login_col2 label {
	display:block;
	width:130px;
	float:left;
	height:35px;
	color: #333;
	text-align: right;
	margin: 0 10px 0 0;
}
fieldset p {
	padding: 10px;
	display: block;
	height:20px;
}
fieldset div.line {
	padding: 0px;
	border-top: 1px solid #e0e1e2;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: normal;
}
div.line a:link, div.line a:hover, div.line a:visited, div.line a:active {
	color: #0043a1; 
	line-height: 70px; 
	margin: 0px; 
	border: none; 
	height: 70px; 
	display: block; 
	position:relative; 
	width: 390px; 
	float: left;
	font-weight: normal;
	text-decoration: none;
}
div.line a:link.thumb_image {width: 84px; border-right: 1px solid #e0e1e2; }
div.line a:link.thumb_image img {margin-top: 10px;margin-left: 15px;}
div.line a:link.del {margin: 0px; border-left: 1px solid #e0e1e2; height: 80px; width: 44px; background: url(../img/default/store/ico_del.gif) no-repeat 25px 30px;}
fieldset p.none {
	padding: 10px;
	border-bottom: none;
}
fieldset p.description {
	
	padding: 0px 20px 10px 220px;

	font-size: 10px;
	line-height: 1.4em;
	color: #333;
}

fieldset p.checkdescription {
	padding: 0px 20px 10px 243px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
}
fieldset p.buttons, fieldset div.buttons {position:relative;margin: 10px 0 20px 0;}

fieldset p.check {
	padding: 7px 20px 5px 220px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
}

/* the payment points */
fieldset p.uos {
	padding: 7px 30px 5px 200px;
	border-bottom: 1px solid #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
	background: #fbeec5 url(../img/default/store/kk-logos.gif) 35px center no-repeat;
}
fieldset div.paypoint {
	border-bottom: 1px solid #fff;
	padding: 5px 40px 5px 20px;
}
fieldset div.paypoint input {
	float: left;
	margin: 3px 0 0 0;
}
fieldset div.paypoint {
	clear: both;
}
fieldset label.paylabel {
	float: left;
	font-weight: bold;
	width: 400px;
	margin: 0 0 0 5px;
	color: #333;
	font-size: 11px;
	text-align: left;
	height: 20px;
}
fieldset p.paydescr {
	padding: 0 0 5px 17px;
	margin-bottom: 10px;
}

.error {border:3px solid #cf1c1c; background:#fceded; padding:7px 7px 7px 45px; margin:2em 0; color: #cf1c1c;}


#content fieldset input {
	padding: 2px 2px 2px 3px;
	font-size: 11px

}
fieldset input:hover { /*border: 1px solid #CAE9EC; */}

select {
	padding: 1px 0 1px 5px;
	font-size: 11px;
	border: 1px solid #333;
	background-color: #fff;
	width:175px;
}
select:hover { border: 1px solid #004ea1; }
.chkbox { float: left; margin: 0 10px 0 0; border: none; }
label.chklabel {
	text-align: left;
	float: none;
	height:15px;
}
.small { padding: 0px 20px 0 10px; height: 10px;}
input.radio {
	border: none;

	margin: 0 5px 0 0;
	padding: 0;
	height: auto;
}
span.enabled {
	color: #75c01d;
	margin: 0 0 0 20px;
	font-weight: bold;
	background: url(../img/default/ico_check.gif) 0px center no-repeat;
	padding: 2px 0 2px 25px;
}
select.slc_detail {
	margin: 10px 0 0 0;
}
select.normal {
	width: 290px;
	height: 20px;
}
select.suche {
	width: 150px;
	height: 18px;
}
select.details {
	width: 90px;
}
select.year {
	width: 90px;
}
select.month {
	margin: 0 10px 0 0;
	width: 90px;
}
textarea {
	border: 1px solid #333;
	color: #000;
	width: 295px;
}
textarea .normal {width: 290px;	background-color: #fff;	border: 1px solid #333; }
input.normal {
	width: 290px;
	height: 16px;
	margin: 0 10px 0 0;
	background-color: #fff;	
	border: 1px solid #333;
}
div.login_col2 input.normal {
	width: 140px;
	height: 16px;
	margin: 0;
}
input.suche {
	margin: 0 10px 0 0;
	width: 150px;
	height: 14px;
}
input.plz {
	width:40px;
	height: 16px;
	background-color: #fff;	
	border: 1px solid #333;
}
input.ort {
	width:231px;
	height: 16px;
	margin: 0 0 0 10px;
	background-color: #fff;	
	border: 1px solid #333;
}
input.strasse {
	width:225px;
	height: 16px;
	background-color: #fff;	
	border: 1px solid #333;
}
input.nr {
	width:46px;
	height: 16px;
	margin: 0 0 0 10px;
	background-color: #fff;	
	border: 1px solid #333;
}
input.instyle_error {
	border: 1px solid #cf1c1c;
	background-color: #fceded;
}
select.instyle_error {
	border: 1px solid #cf1c1c;
	background-color: #fceded;
}
textarea.instyle_error {
	border: 1px solid #cf1c1c;
	background-color: #fceded;
}

.loginform .submitbutton, .registerform .submitbutton  { 
	background: #f2f2f2;
	margin-top: 0.5em;
	border: 1px solid #b6b6b6;
	font-size: 85%;
	font-weight: bold;
	color: #ff6600;
	letter-spacing: 1px;
	padding: 3px;	
}
.register_right {
	font-size: 85%;
}
.order_now {
	background-color: #d7ecb9;
	padding: 10px;
	color: #666;
}
.button {
	background:transparent url(../../media/img/default/store/bg_bt.gif) no-repeat scroll right top;	
	border:none;
	color:#6d6e71;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	height:22px;
	padding:0px 7px;
	font-weight: bold;
}
a.reversebutton:link {
	background:transparent url(../../media/img/default/store/bg_btr.gif) no-repeat scroll left top;	
	padding:0px 7px 0px 30px;
	font-size: 12px;
}
a.button:active, a.button:link, a.button:visited { color:#6d6e71; text-decoration: none; font-size: 12px; font-weight: bold}
a:active.button, a:link.button, a:visited.button { color:#6d6e71; text-decoration: none; font-size: 12px; font-weight: bold}

.wk_button_gr, a.wk_button_gr:link, a.wk_button_gr:hover, a.wk_button_gr:visited, a.wk_button_gr:active {
	background:transparent url(../../media/img/default/store/bg_wk_button_gr.gif) no-repeat scroll right top;	
	border:none;
	color:#ffffff;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:37px;
	width: 135px;
	text-decoration: none;
	text-align: center;
	line-height: 37px;
}

.wk_button_bl, a.wk_button_bl:link, a.wk_button_bl:visited, a.wk_button_bl:active, a.wk_button_bl:hover, .wk_button_bl_l, a.wk_button_bl_l:link, a.wk_button_bl_l:visited, a.wk_button_bl_l:active, a.wk_button_bl_l:hover {
	background:transparent url(../../media/img/default/store/bg_wk_button_bl.gif) no-repeat scroll right top;	
	border:none;
	color:#ffffff;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:37px;
	width: 135px;
	text-decoration: none;
	text-align: center;
	line-height: 37px;
}

.wk_button_bl_l, a.wk_button_bl_l:link {
	background:transparent url(../../media/img/default/store/bg_wk_button_bl_l.gif) no-repeat scroll right top;	
	width: 200px;
}

.button_senden {
	background-color:#CAE9EC;
	border:1px solid #0496AD;
	color:#0496AD;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:30px;
	width:100px;
	margin-top:7px;
	padding:5px 7px;
	float: right;
}
a.button_senden:active, a.button_senden:link, a.button_senden:visited { color:#0496AD;}

.button_register {
	color:#ffffff;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:18px;
	width:165px;
	margin-top:15px;
	padding:5px 7px;
	float: left;
	position:relative;
	text-align: center;
}
a.button_register:active, a.button_register:link, a.button_register:visited { 
	color:#ffffff;
	background: url(../img/default/store/bg_bt_register.gif) no-repeat;
}


/*login_middle*/
div.box_login label { width: 120px; font-size: 12px; height: 15px; text-align: left;}
div.box_login input { width: 170px; font-size: 11px; }
p.password { padding: 0px 20px 0px 10px; font-size: 10px; color: #666; }
p.password a { color: #333; text-decoration:underline; }
.bt_login {
	position: absolute;
	top: 185px;
	left: 230px;
	width: 91px;
	height: 30px;
}
.bt_forgot {
	position: absolute;
	top: 195px;
	left: 30px;
	width: 131px;
	height: 16px;
}
.allright {
	font-weight: bold;
	color: #FFA200;
	padding: 30px 20px 10px 60px;
	margin: 0 0 15px 0;
	height: 116px;
	background-color: #f6f6f6;
	border: 1px dashed #dfdfdf;
}
.allright2 {
	font-weight: bold;
	color: #FFA200;
	padding: 30px 20px 10px 60px;
	margin: 0 0 15px 0;
	height: 116px;
}

.bt_print {
background-color:#CAE9EC;
border:1px solid #0496AD;
color:#0496AD;
cursor:pointer;
font-size:1.1em;
font-weight:bold;
height: 32px;
width: 92px;
padding:5px 7px;
margin-top:20px;
}

.allright h2 {
	font-size: 14px;
	color: #FFA200;
	margin: 0 0 10px 0;
}


/* 04.b.8.2 login page
------------------------------------------------------------------*/
div.box_register {
	position: relative;
	margin: 0 15px 0 0;
	padding: 10px 12px 10px 12px;
	width: 585px;
	height: 100px;
	background-color:#e0e1e2;
	color:#333;
	border: 1px solid #e0e1e2
}

div.box_register h2 {margin-bottom: 20px; font-size:14px; color:#ed1c24;}
div.box_register p {float: left; width: 280px; font-size: 12px; margin-right: 60px;}
div.box_login {
	position: relative;
	margin: 0;
	padding: 10px 12px 10px 12px;
	width: 585px;
	height: 185px;
	background-color: #ffffff;
	border: 1px solid #e0e1e2;
}
div.box_login h2 {margin-bottom:20px; color: #004ea1; background-color: #ffffff; border: 0;}
div.box_login .describtion { float: left; width: 180px; height: 100px;}
div.box_login .form { float: left; width: 330px;}
div.box_login p.password {padding-left: 12px; position: relative; float: left;}
div.box_login p.password a:link {display: block; position: relative;}

.bt_newcustomer {
	position: absolute;
	top: 205px;
	left: 232px;
	width: 139px;
	height: 40px;
	text-indent: -9999px; 
	background: url(../img/default/store/bt_neukunde.gif) no-repeat 0 0;
}


/* 04.b.8.3 order confirm - sale and my account page
------------------------------------------------------------------*/
div.orderdata_box { 
	background-color:#fff;
	border: 1px solid #DFDFDF;
	border-top: 0px;
	height:210px;
	width: 608px;
	margin-bottom: 20px;
}
.overview_col1 {
	border-right:1px solid #DFDFDF;
	float:left;
	height:160px;
	position:relative;
	width:200px;
	padding-bottom: 50px;
}
.overview_col2 {
	border-right:1px solid #DFDFDF;
	float:left;
	height:160px;
	position:relative;
	width:200px;
	padding-bottom: 50px;
}
.overview_col3 {
	float:left;
	height:160px;
	position:relative;
	width:205px;
	padding-bottom: 50px;
}
.overview_col1 fieldset, .overview_col2 fieldset, .overview_col3 fieldset {
	height: 160px;
}
.overview_col1 h2, .overview_col2 h2, .overview_col3 h2 {
	padding: 10px 0 10px 34px;
	border-bottom: 1px solid #DFDFDF;
	background-color: #fff;
	color: #6d6e71;
	font-size: 12px;
}
.overview_col3 strong { font-size: 12px; line-height:12px;}
.overview_col1 fieldset p, .overview_col2 fieldset p, .overview_col3 fieldset p {
	height: 100px;
	padding-left: 34px;
	font-size: 12px
}
.bt_changebasket {
	width: 141px;
	height: 34px;
}
.bt_change {
	position: absolute; 
	top: 170px;
	width: 92px;
	height: 22px;
	color: #000;
/*	background-color:#CAE9EC;
	border: 1px solid #0496AD;
	text-align: center;
	font-weight:bold;
	padding-top:5px;*/
}
a.bt_change:active, a.bt_change:link, a.bt_change:visited { color:#6d6e71; text-decoration: underline;}
div.orderdata_box .button {background: none; padding-left: 0px;}



div.agb_accept {background-color:#E0E1E2; border-bottom:1px solid #DFDFDF; height:100px;padding:20px 0 10px 25px;color: #5ea132;font-weight:bold;}
div.agb_accept label.chklabel { color: #000;font-weight:bold; width:450px;}
#sAGB_Text {font-size: 1.1em; width: 560px; margin-bottom: 10px; height: 60px}

/* order summary
------------------------------------------------------------------*/
div.order_col1 {
	float: left;
	width: 476px;
	margin: 0 30px 0 0;
}
div.order_col2 {
	float: left;
	width: 250px;
	font-size: 10px;
	line-height:14px;
	color: #666;
}
div.order_col2 h1 { margin: 10px 0 7px 0;}
.text_small_bold {font-weight: bold; color:#0a5cb1;}


/* my account
------------------------------------------------------------------*/
div.adminheadline {
	padding:8px 0 8px 10px;
	background-color:#6D6E71;
	border-bottom:1px solid #EBEBEB;
	color:#FFFFFF;
	font-family:Arial,tahoma,verdana,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:14px;
	float: left;
	width: 601px;
}

div.adminbox { background: url(../img/default/store/bg_accountadmin.gif) no-repeat left top;
 width: 193px; position: relative; padding: 0; margin-top:15px;}
div.adminbox_cap { line-height: 0; font-size: 0; height:13px; }
div.adminbox h2 {
	color:#6D6E71;
	height:29px;
	line-height:30px;
	margin:0pt;
	padding-left:0px;
	padding-top:5px;
	text-align:center;
}
div.adminbox ul#submenu { padding: 0 1px 0px 1px;margin: 0 5px 5px 5px; border: 1px solid #e0e1e2; border-bottom: 0px; background-color: #fff;}
div.adminbox ul#submenu li { border-bottom: 1px solid #e0e1e2; }
div.adminbox ul#submenu li a { display: block; padding: 7px 3px 7px 25px; color: #666; background: url(../img/default/store/ico_arrow1.gif) no-repeat 5px 7px; font-size: 12px}
div.adminbox ul#submenu li a:hover { text-decoration: none; color:#fff; background: #004ea1 url(../img/default/store/ico_arrow_hover.gif) no-repeat 5px 7px; }
div.adminbox ul#submenu li a.active { font-weight: bold; color:#fff; background: #004ea1 url(../img/default/store/ico_arrow_active.gif) no-repeat 5px 7px; border-bottom: 1px solid #d1d1d1; }
div.adminbox ul#submenu li a.flag { font-weight: bold; }
div.adminbox h3 { color:#505050; font-size: 10px; font-weight: normal; line-height:11px; margin: 0; padding: 0; letter-spacing:normal; }


/* 04.b.9 search
------------------------------------------------------------------*/
div.searchheadline {height: 35px; padding: 5px 0 0 20px; color: #0496AD; font-weight: bold; border-bottom: 1px solid #dfdfdf; 
font: 18px Arial, tahoma, verdana, sans-serif; width: 797px; float: left; }
div.category_filter {width: 817px; float: left; padding: 5px 0 0 0; background-color:#fcf0cd; margin: 1px 0 0 0;}
div.category_filtercap {height:13px; line-height:0; font-size:0;}

div.category_filter h2 { color: #d87906; font-size: 11px; line-height: 22px; margin: 5px 0 10px 20px; }
div.category_filter ul { width: 160px; float: left; margin: 0 0 0 20px;}
div.category_filter ul a { font-size: 10px;}
div.cat_crumb {padding: 0 0 0 20px; color:#666;}
div.cat_crumb p {padding: 10px 0 0 0; color:#666;}
div.cat_crumb strong {color:#d87906;}

div.searchbox { background-color:#f7f7f2; width: 149px; position: relative; padding:17px 0 0 0; margin-bottom:15px;}
div.searchbox_cap { background-color:#f7f7f2;  line-height: 0; font-size: 0; height:17px; }
div.searchbox h2 {color: #a1894e; font: 12px Arial, tahoma, verdana, sans-serif; font-weight:bold; padding: 0 10px 0 20px;}  
div.searchbox ul#submenu { padding: 0 1px 0px 1px;margin: 15px 0 0 0; }
div.searchbox ul#submenu li { border-bottom: 1px solid #fff; }
div.searchbox ul#submenu li a { display: block; padding: 7px 3px 7px 25px; color: #505050; background: url(../img/default/store/ico_arrow6.gif) no-repeat 5px 7px; }
div.searchbox ul#submenu li a:hover { text-decoration: none; color:#0574bd; background:#eaf7ff url(../img/default/store/ico_arrow_hover.gif) no-repeat 5px 7px; }
div.searchbox ul#submenu li a.active { font-weight: bold; color:#666; background:#ffefcb url(../img/default/store/ico_arrow_active.gif) no-repeat 5px 7px; border-bottom: 1px solid #d1d1d1; }
div.searchbox ul#submenu li a.killfilter { background: url(../img/default/store/ico_arrow7.gif) no-repeat 5px 7px; }
div.searchbox ul#submenu li a.flag { color:#ffa200; font-weight: bold; }
div.searchbox h3 { color:#505050; font-size: 10px; font-weight: normal; line-height:11px; margin: 0; padding: 0; letter-spacing:normal; }
div.searchbox h3.active {padding: 0 5px 5px 17px;margin:0 0 5px 0; color:#000; font-weight: bold;} 

form#frmsup select {width:136px; margin:10px 0 0 5px;}


#searchResults { width: 600px; }

#searchResults h2 { color: #004da0; font-size: 15px; margin-left: 7px; padding-left: 5px;}

#searchResults h2.noresult { color: #ed1c24; background: url(../img/default/store/bg_contentbox.gif) no-repeat; width: 600px;}

#searchResults div.searchResultsHead {float:left; width:600px;}

#searchResults div.searchResultsHead span {
	float: left; 
	width: 350px; 
	display: block;
	color:#ED1C24;
	font-weight:bold;
	padding:20px 10px 0pt;
	width:350px;
}

/* 05. FOOTER
------------------------------------------------------------------*/
div#footer {
	clear: both;
	color: #888;
	font-size: 10px;
	text-align: center;
	position: relative;
}
div#footer a {color:#666; }
div#footer_center {
	position: relative;
	background-color: #fff;
	padding: 5px;
	width: 981px;
	text-align: center;
	margin: 0 auto;
}
div.shopware {position: absolute; left: 770px; top:160px; width:180px; height:30px; padding:6px 20px 0 0; text-align: right; background: url(../img/default/store/shopware.gif) right 0 no-repeat;}
div#footer_center ul#about, div#footer_center ul#service, div#footer_center ul#help { 
float: left;
width: 150px;
margin: 15px 25px 0 20px;
padding:0; }
div#footer_center ul#about li, div#footer_center ul#service li, div#footer_center ul#help li { margin: 5px 0 5px 0; padding:0;}
div#footer_center ul#about li a, div#footer_center ul#service li a, div#footer_center ul#help li a { color:#666;}



/* 21. EINBAU SK
------------------------------------------------------------------*/
div.contact_box { border: 1px dashed #dfdfdf; background-color:#F6F6F6; }
div.contact_box_cap { height:13px;}

/* PRESSE SEITE
------------------------------------------------------------------*/
div.box_1col_description {
	float: left;
	width:180px;
	margin: 5px 10px 0 0px;

}
.box_1col_description a:link, .box_1col_description a {text-decoration: underline; color: #004ea1}
.box_1col_description h2 {color: #6D6E71; background-color: #fff; border: none; font-size: 12px}
div.box_1col_picture {
	float:right;
	width: 100px;
	text-align: center;
}
#article-images {
	width: 200px;
	float: left;
	margin: 0 20px 10px 0;
}

/* Promotions
------------------------------------------------------------------*/
.promotion {margin: 0 0 15px 15px; float: left; }


/*----------------------------------------------------------------*/
div.marginspacer { display: none;}
.cuttop10 { margin-top: -16px; height: 1px!important;}

