* {
	margin:0;
	padding:0
}
body {
	font-family: Arial,Verdana, Sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background: #9D9988 url(images/bgbody.jpg) repeat-x;
	color: #5C5C5C;
}
/* HEADINGS */
h1 {
	color:#8C8C8C;
	font-size:24px;
	font-family: "Arial Black";
	font-weight:100;
	font-style:oblique;
	padding: 30px 0 0 140px;   
	
}

h3 {
    color:#FF7F00;
	font-size:16px;
	font-family: "Arial Black";
	font-weight:100;
	font-style:oblique;
	padding: 0 0 0 140px;
	line-height: 10px; 

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


h5 {
font-size: 14px;
	padding: 0 0 8px 9px;
	color:#EEAA00;}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer
}
a:link {
	color:#FF8A00;
}
a:visited {
	color:#FF8A00;
}
a:hover, a:active {
	color:#363339
}



/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px 8px 0px
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F
}

/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:980px;
	background-color:#fff;
	
	
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:122px;
	background-image:url(images/header.png);

/*  Weihnachts-Header 
    background-image:url(img/header-weihnacht.jpg); */
	position:relative;
}



#header #logo {
	padding-left:27px;
	float:left
}


/* TOPMENU AS LIST */
#topmenuwrap {
	background-image:url(images/menu_bg_top_complete.jpg);
	height:48px;
}
#topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:48px;
	line-height:48px;
	font-size:13px;
	background: url(images/bg_topmenu.jpg) repeat-x;
}
#topmenu li {
	height:48px;
	float:left;
	padding: 0px 15px 0px 10px;
	margin:0;
	background:url(images/bg_topspacer.jpg) no-repeat;
	background-position:right;
	text-align:center;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:40px;

	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
	font-size:11px;
}
#topmenu a:hover {
	color:#DB9501;
}

/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:970px;
	padding:0;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:200px;
	padding:0px 0px 3px 0px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
	float:right;
	width:760px;
	padding-left:5px;
	margin-bottom:15px;
}
#contentfull {
	width:780px;	
	margin:0 auto;
	margin-bottom:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
	background-color:#F3A807;
	width:200px;
	height:41px;
}
h2.categoryheader a {
	text-decoration:none;
	color:#fff
}
ul#categorymenu {
	background-color:#EDEDED;
	margin-bottom:15px;
	
}
/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;
	
	padding:4px 0px 4px 0px;
	
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	color:#4b4b4c;
	font-weight:normal;
	font-size:11px;
	padding-left:20px;
	background-image:url(images/myarrow.gif);
	background-repeat:no-repeat;
	background-position:5px center;
}

ul#categorymenu li.level1 a:hover{
	color:#F90;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-type:none;
	padding:4px 0px 4px 24px;

}
ul#categorymenu li.level2 a {
	font-size: 11px;
	text-decoration:none;
	color:#333;
	font-weight:normal;
	line-height:14px;
}

ul#categorymenu li.level2 a:hover{
	color:#F90;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	background-color:#EEA003;
	padding:4px 0px 4px 40px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

ul#categorymenu li.level3 a:hover{
	color:#222;
}

/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	background-image:url(images/bg_boxheader.gif);
	height:28px;
	font-size:11px;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#ffffff
}
.boxbody {
	background-color:#f6f6f6;
		padding:8px;
	margin-bottom:5px
}
.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;
	text-decoration:none;
	color:#333;
}

.boxbody a:hover{
		color: #f90;
}

.boxbody .productboximage {
	border: solid 1px #999999;
}
.boxbody ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
/* CART BOX */
h2.boxcartheader {
   background-image:url(images/bg_boxheader.gif);
	height:28px;
	font-size:11px;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
	color:#fff
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
	background-color:#EDEDED;
	border-style:solid;
	border-color:#4E4E4F;
	border-width:0px 1px 1px 1px;
}
.boxcartbody p {
	font-size:11px;
}
/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
}
.productPreviewContent {
	vertical-align:top;

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

.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	width:753px;
	background-image:url(images/product_bg.jpg);
	height:437px;
	font-size:11px;
	margin-bottom:5px;
	position:relative;
}

#productinfowrap #buttonbar{
	text-align:left;
	margin-left:20px
}

#productimagefull{
	float:left;
	padding:20px;
	position:relative;
	width:170px;
	min-height:200px;
}



#productimagefull #vkfree{
	background-image:url(images/vk2.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:10px;
	left:124px;
	width:90px;
	height:80px;
	z-index:100;
	border:none;

}

#productimagefull #sperrgut{
	background-image:url(images/sperrgut.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:0px;
	left:110px;
	width:90px;
	height:90px;
    	padding:19px 0 0 0 ;
	z-index:100;
	border:none;
    	color:#000;
    	font-size:11px;
    	text-align:center;

}

#productinfowrap #productinfofinal{
	float:left;
	padding:20px 0 0 0;
	margin-right:20px;
	width:520px;
	
}

#productinfofinal #productprices{
	width:120px;
	height:140px;	
	position:absolute;
	top:20px;
	right:20px;
	text-align:center;
	background-image:url(images/bg_prices.jpg);
	background-repeat:no-repeat;
}
#productinfofinal #productprices h2{
color:#3399FF;
font-size:24px;
letter-spacing:-2px;
margin:0;
line-height:23px;
width:100px;
text-align:center;
padding:15px 10px 5px 5px;

}


#productinfofinal #productDesc{
	text-align:left;
	line-height:15px;
	margin-top:10px;
	margin-bottom:5px;
	height:210px;
	overflow:auto;
	padding:10px 10px 10px 0;
	display:block;
}

#moretags{
		background-image:url(images/keyword_bar.jpg);
		height:51px;
		width:753px;
		line-height:51px;
		margin-bottom:9px;
       	 overflow:hidden;
        	display:block;
}

.moretags{
		background-image:url(images/keyword_bar.jpg);
		height:51px;
		width:740px;
		line-height:51px;
		margin-bottom:9px;
        padding-left:13px;
          overflow:hidden;
        display:block;
}

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

}

#productinfopricewithoutimages {
	width:100%
}

#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:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#FFF2CC;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#DA9401
}
.addtobasket {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999
}
/* 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:#E1E1E1;
	border: 1px solid #ccc ;
	width:718px;
	margin-bottom:5px;
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#BE8100;
	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;
	
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#efefef;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#ccc;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#ddd;
	padding:2px;
	padding-left:5px;
	color:#363936;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#efefef;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#ddd;

}
table.shippingblock tr td.header {
	background-color:#dedede;
	padding:2px;
	padding-left:5px;
	color:#ddd;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#dedede;
	
}

table.orderdetails a{
	color:#363836;
}
table.orderdetails a:visited{
	color:#4385c3;
}
table.orderdetails a:hover{
	color:#39F;
}

table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:#fafafa;
	color:#242424;
	font-weight:bold;
	background-image:url(images/pageresults_bg.jpg);
	background-repeat:repeat-x;
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color:#dedede;
	vertical-align:top;
	border-bottom:1px solid #fff;
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #ddd 1px;
	text-align:center;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#ededed;
	vertical-align:top;
	border-bottom:1px solid #fff;
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	text-align:center;
	border:solid #ddd 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#ccc;
	text-align:right;
	
	
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#dedede;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#ededed;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#ccc;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#dedede;
}
table.reviewlist tr.contentrow2 td {
	background-color:#FFEAAB;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:1px;
	border-color:#DA9401;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.medialist tr.contentrow2 td {
	background-color:#FFEAAB;
}
/* 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
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:753px;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:753px;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:160px;
	margin-right:15px;
	border: solid 1px;
	padding:8px
}
ul#checkoutnavigation li.active {
	background-color: #eee;
}
ul#checkoutnavigation li.active .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.active .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.active .description {
	font-size:11px
}
ul#checkoutnavigation li.inactive {
	color:#999999;
	background-color: #EDEDED;
	border-color:#999999
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	clear:both;
	text-align:center;
	font-size:11px;
	color:#666666;
	background-color:#E2E2E2;
	width:980px;
	margin-bottom:5px;
	border-top: 1px #ccc solid;
}
.footer a {
	color:#666666;
	text-decoration:none;
}

.footer a:hover{
	color:#FF8A00;
}
/* XTC COPYRIGHT */
.copyright {
display:none;
}
/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:970px;
	background-color:#FFFFFF;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999;
	display:block ;
	height:auto;
} 


/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt { float:left; width:40px; }
dd { float:right; width:125px }

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

/* FIX DER AUFZÄHLUNGEN */
#content ol, #content ul { margin:10px 0 10px 40px; }  
/* ARTVIPER CHANGES */
#searchbar{
	background-image:url(images/searchbar_top.jpg);
	height:72px;
	width:980px;
}

#searchbar input[type=text]{
	width:400px;
}

#mysubmit input[type=button]{
	background:none;
	background-image:url(images/los.jpg);
	width:84px;
	height:28px;
}

#stoebern{
	background-image:url(images/stoebern_header.jpg);
	width:200px;
	height:34px;
}
.showoffitem{
	background-image:url(images/productbox.jpg);
	background-repeat:no-repeat;
	width: 252px;
	height:213px;
	float:left;
}
.showoffitem .inner{
	padding:17px 20px 20px 10px;
	font-size:11px;
	position:relative;
}

.showoffitem .imagecontainer{
	float:left;
	width:88px;
	margin-right:9px;
	margin-left:5px;
	
	position:relative;
	overflow:hidden;
	height:93px;
	background-image:url(images/noimage.jpg);
	
}

.showoffitem .lefts{
	float:left;
	height:153px;
	padding-top:20px;
}

.showoffitem .myimage{
	width:88px;
	float:left;
	display:block;
	overflow:hidden;

}
.showoffitem h2{
		margin:0px;
		font-size:16px;
		letter-spacing:-1px;
		color:#ff8c00;
		padding-left:10px
}

.showoffitem h2 a{
		font-size:16px;
		letter-spacing:-1px;
		color:#ff8c00;
		text-decoration:none;
}

.showoffitem  .price{
		font-size:22px;
		letter-spacing:-2px;
		color:#66abe1;
		position:absolute;
		bottom:-137px;
		left:15px;
}

.showoffitem .productInform{
		float:left;
		width:120px;
		padding-top:18px;
		overflow:hidden;
}

.showoffitem .moreinfo{
		position:absolute;
		top:170px;
		right:10px;
		width:120px;
}

.showoffitem a{
		color:#39F;
		text-decoration:none;
}

.clear{
		clear:both;
		height:1px;
		line-height:1px;
		font-size:1px;
}
#tagcloud{
		background-image:url(images/tagcloud_bg.jpg);
		background-repeat:no-repeat;
		width:753px;
		height:120px;
}

#mynav{
		background-image:url(images/nav_down.jpg);
		height:42px;
		line-height:42px;
		width:753px;
		background-repeat:no-repeat;
		margin-bottom:9px;
		overflow:hidden;
}

#mynav a.pageResults{
		text-decoration:none;
		padding:3px;
		border:1px solid #fefefe;
		background-image:url(images/pageresults_bg.jpg);
		background-repeat:repeat-x;
		color:#323639;
		font-size:11px;
		text-align:center
		
}

.productImages{
		width:88px;
		
		overflow:hidden;
}

a{
	outline:0px;
	outline:none;
}

#tagcloud .small{
font-weight:normal;
font-size:11px;
text-decoration:none;
color:#006699;
font-family:"Times New Roman", Times, serif;
text-decoration:none;
padding:2px;

}
#tagcloud .medium{
font-weight:normal;
font-size:13.667px;
line-height:15px;
color:#36F;
text-decoration:none;
padding:3px;

}
#tagcloud .large{
font-weight:bold;
font-size:17px;
line-height:23px;
text-decoration:none;
padding:4px;

}
#tagcloud .ultra{
font-weight:bold;
font-size:20px;
line-height:29px;
color:#C90;
font-family:"Times New Roman", Times, serif;
text-decoration:none;
padding:5px;

}
#tagcloud .xxl{
font-weight:bold;
font-size:25px;
line-height:29px;
color:#F93;
text-decoration:none;
padding:7px;

}

#tagcloud a:hover{
	color:#363932; 
}
.searchresult{
		background-image:url(images/found_titles_bg.jpg);
		height:73px;
		width:753px;
		display:block;
		margin-bottom:11px;
		font-size:11px;
}

.searchresult h2{
		margin:0px;
		font-size:16px;
		letter-spacing:-1px;
		color:#ff8c00;
		padding:0;

}


.searchresult .imagebox{
		width:36px;
		overflow:hidden;
		height:54px;
		float:left;
		margin-right:10px;
}


.searchresult .mytextbox{
		width:340px;
		float:left;
		margin-right:11px;
		font-size:11px;
}
.searchresult .preisbox{
		height:55px;
		line-height:55px;
		font-size:22px;
		color:#39F;
		float:left;
		margin-right:91px;
		letter-spacing:-2px;
		text-align:right;
		width:80px;
}

.searchresult .moreinfo{
		float:left;
		width:100px;
		padding-top:20px
}

.searchresult .mytextbox a{
		color:#39F;
		text-decoration:none;
}

.searchresult .mytextbox h2 a{
		font-size:15px;
		letter-spacing:-1px;
		color:#ff8c00;
		text-decoration:none;
		margin:0;
		padding:0;
}
/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(images/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(images/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(images/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(images/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(images/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 5px 0 5px;
	font-weight: normal;
	text-align:left;
	width:120px;
	overflow:hidden;

}
#tellBox .inp {
	border: 1px solid #CCCCCC;
	width: 240px;
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
#tellBox h1 {
	font-size: 13px;
	color:#333;
	letter-spacing:normal;
	background-image:none;
}
#answer {
	margin-top: 10px;
}
a{
	color:#CCFF00;
	text-decoration:none;
}
#minus{
		background-image:url(images/minus.jpg);
		background-repeat:no-repeat;
		background-position:left;
		line-height:20px;
		height:20px;
		padding-left:30px;
		margin-right:10px;
		float:left;
}

#plus{
		background-image:url(images/plus.jpg);
		background-repeat:no-repeat;
		background-position:left;
		line-height:20px;
		height:20px;
		padding-left:30px;
		float:left;
}

#searchmebox{
		background-image:url(images/bg_searchbox.jpg);
		background-repeat:no-repeat;
		height:170px;
		padding:10px;
		width:733px;
}

.soc_container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 400px;
	auto;
	border: 1px solid #EFEFEF;
	position:absolute;
	background:#FFF url(images/bg_container2.jpg) repeat-x bottom;
	visibility:hidden;
	font-size:11px;
	line-height:18px;
}

.soc_container h1{
	
	margin:10px 0 10px 20px;
	font-size:14px;
}

.soc_container h2{
	margin: 10px 0 10px 20px;
	font-size:14px;
}

.soc_container a{
	color: #aadd00;
	text-decoration:none;
}

.soc_left{
	width: 180px;
	padding:10px;
	float:left;
	visibility:hidden;
}


.soc_left a{
	color:#3E3F3E;
	text-decoration:none;
	line-height:18px;
	

	border-bottom:1px dotted #CECECE;
	display:block;
}
	.soc_left a:hover{
	color:#6699FF;
	background-color:#E6F0C1;
}
#closer{
	width:10px;
	height:10px;
	float:right;
	clear:both;
}
.open_window{
	width:780px;
	height:500px;
	background-color:#000;


}
.close{
	width:10px;
	height:10px;
	float:right;
	clear:both;
}
.soc_send_friend{
	clear:both;
	padding:20px;
}
.wait{
background-image:url(images/ajaxloader.gif);
background-repeat:no-repeat;
background-position: center center;
}

#productinfowrap #leseprobe{
	position:absolute;
	top:-55px;
	right:5px;
}

.postings{
	padding:10px;
}

ul.postings {
	list-style:none;
	margin:0;
}

ul.postings li{
	list-style:none;
	margin:0;
	font-size:11px;
	margin-bottom:8px;
	border-bottom:1px dotted #333;
}


/***redondeado derecha**/
#bloq_right h1, #bloq_right p {margin:0 10px; padding:0;}
#bloq_right h2 {
	font-size: 13px;
	font-family:Arial, verdana, arial, tahoma;
	color: #FF8A00;
	background: url(images/bg_titleh2.png)  no-repeat;
	width: 727px;
	height:34px;
	padding: 7px 0 0 5px;
	margin: 0 7px 0 7px;
	border:0;
   }
#bloq_right p {padding-bottom:0.5em;}
#bloq_right {
	background: transparent;
	margin:5px 5px 5px 5px;
	width: 750px;
	float:right;
	
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#F4F4F4; border-left:1px solid #ADADAD; border-right:1px solid #ADADAD;}
.xb1 {margin:0 5px; background:#ADADAD;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent_right {
font-family: Arial, verdana, arial, tahoma;
font-size:12px; 
display:block;
border:0 solid #ADADAD;
background: #F4F4F4;
line-height: 18px;

border-width:0 1px;}

.xboxcontent_right ul{
padding: 0 0 0 0;

}

.xboxcontent_right li{
padding: 0 0 0 15px;
list-style:none;
background:url(images/myarrow.gif) no-repeat 0 3px ;

}

/***finredondeado derecha**/




/***redondeado izquierda**/
#bloq_left h1, #bloq_left p {margin:0 10px; }

#bloq_left p {padding-bottom:0.5em;}
#bloq_left {
	background: transparent;
	margin:5px 0 5px 5px;
	width: 194px;
	float:left;
}
.xtop, .xbottom { display:block; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 { background: #F4F4F4; border-left:1px solid #ADADAD; border-right:1px solid #ADADAD;}
.xb1 {margin:0 5px;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent_left {
font-family: Arial, verdana, arial, tahoma;
background:url(images/hormigonimpresosevilla4.png) no-repeat;
font-size:12px; 
border:0 solid #ADADAD;
background:#F4F4F4;
line-height: 18px;
margin:0;
padding:0;
border-width:0 1px;}

.xboxcontent_left ul{
padding: 0 0 0 10px;}
.xboxcontent_left li{
padding: 0 0 0 15px;
list-style:none;
background:url(images/myarrow.gif) no-repeat 2px 3px ;}
/***finredondeado izquierda**/


.line {
	border-top: dotted 2px  #C0C0C0;
	width: 727px;
	margin: 5px 9px 9px 12px;
}
.line_left {
	border-top: dotted 2px  #C0C0C0;
	width: 168px;
	margin: 1px 5px 8px 12px;
}
/*****Impreso***/
.content_himpreso {
	float:left;
	width: 350px;
	margin: 7px 0 0 5px;

}

.content_top_impreso {
width: 350px;
background: url(images/bg_top_impreso.png) no-repeat 6px 0;
height: 10px;
}

.content_top_impreso p{
margin:0;
}


.content_cent_impreso {
width: 335px;
background: url(images/bg_center_impreso.png) repeat-y 4px 0;
height: auto;
margin:0 0 0 0;
padding:0 7px 0 7px;

}

.content_cent_impreso h4{
	font-size:14px;
	color:#FF8A00;
	background:url(images/bg_titleh4.png) no-repeat 8px 0;
	padding: 5px 0 1px 15px;
	height: 25px;
	margin:0;
	

}
.content_cent_pulido h4{
	font-size:14px;
	color:#FF8A00;
	background:url(images/bg_titleh4.png) no-repeat 8px 0;
	padding: 5px 0 1px 15px;
	height: 25px;
	margin:0;
	

}


.content_cent_impreso p{
margin:0;
padding: 0 0 0 0; 
}
.content_but_impreso {
width: 350px;
background: url(images/bg_but_impreso.png) no-repeat 6px 0;
height: 10px;
}

/*****end-impreso***/


/*****pulido***/

.content_hpulido {
    float:right;
	width: 350px;
	margin: 7px 0 0 0;
}

.content_top_pulido {
width: 350px;
background: url(images/bg_top_impreso.png) no-repeat 6px 0;
height: 10px;
}

.content_top_pulido p{
margin:0;
}


.content_cent_pulido {
width: 335px;
background: url(images/bg_center_impreso.png) repeat-y 4px 0;
height: auto;
margin:0 0 0 0;
padding:0 7px 0 7px;

}

.content_cent_pulido p{
margin:0;
padding: 0 0 0 0; 
}
.content_but_pulido {
width: 350px;
background: url(images/bg_but_impreso.png) no-repeat 6px 0;
height: 10px;
}
/*****end-pulido***/

