* { 
	margin:0px; padding:0px;
	font-family:Arial;
	font-size:11px; 
}
.clear { clear:both; font-size:1px;  }
img { border:0px;}
html {
	background-image:url(img/site/html_bg.jpg);
}
body {
	background-image:url(img/site/body_bg.jpg);
	background-position:center top; 
	background-repeat:no-repeat;

}

/* site struct */
.site {
	width:935px;
	margin:auto;
	height:600px;
}
	.site .header {
		background-image:url(img/site/header_bg.jpg);
		background-repeat:no-repeat;
		height:244px;
	}

	.site .header .column1 {
		float:left;
		margin-top:33px;
		width:565px;
	}
	.site .header .logoBox {
		float:right;	
		padding-right:1px;
	}
	.site .header .column3 {
		float:left;
		height:244px;
		width:365px;
	}
		.site .header .column3 .lngs {
			padding:40px 0px 0px 10px;
		}
		.site .header .column3 .lngs a {
			color:#919191;
			display:block;
			float:left;
			text-transform:uppercase;
			margin-right:10px;
		}
		.site .header .column3 .lngs a.on, .site .header .column3 .lngs a:hover {
			color:white;
		}
		.site .header .column3 .spc {
			clear:left;
			text-align:right;
			margin-top:7px;
			padding:0px 35px 10px 10px;
		}
			.site .header .column3 .spc .cnt {
				float:left;
				color:#919191;
			}
				.site .header .column3 .spc .cnt a {
					color:#0078e3;
				}
				.site .header .column3 .spc .cnt a:hover {
					color:black;
				}
	.site .content {
		clear:left;
		background-image:url(img/site/content_middle.jpg);
		background-repeat:repeat-y;
		padding-bottom:10px;
		min-height:480px;
		border-bottom:1px solid #e01723;
	}
	* html .site .content {
		height:480px;
	}
		.site .content .column1 {
			float:left;
			width:163px;
			overflow:hidden;
		}
		.site .content .column2 {
			float:left;
			width:584px;
			overflow:hidden;
		}
		* html .site .content .column2 {
			width:582px;
		}
		.site .content .column3 {
			float:left;
			width:187px;
		}
	.site .footer {
		padding-top:10px;
		padding-bottom:20px;
		text-align:center;
	}
	.site .footer, .site .footer a {
		color:#7a7a7a;
		text-decoration:none;
	}
	
/* site stuct */
.site .column1, .site .column1 a {
	color:#f6e9c4;
	text-decoration:none;
}
.site .column3, .site .column3 a {
	color:#585858;
	text-decoration:none;
}
	/* nav */
	.site .nav {
		font-weight:bold;
	}
		/* level 1 */
		
		.site .nav, .site .nav li {
			list-style:none;
		}
		.site .nav li {
			padding:0px 0px 7px 0px;
		}
		.site .nav li a {
			font-size:12px;
			display:block;
			color:white;
			
		}
		.site .nav li a.on, .site .nav li a:hover {
			color:#000;
		}
		/* level 2 */
		.site .nav li ul li  {
			padding:0px;	
		}
		.site .nav li ul li a {
			font-size:12px;
			padding:0px 0px 0px 10px;
		}
		/* level 3 */
		.site .nav li ul li ul li  {
			padding:0px;	
		}
		.site .nav li ul li ul li a {
			font-size:11px;
			padding:0px 0px 0px 20px;
		}

	/* boxe CONTENT with nav */
	.boxContent {
		border-bottom:1px solid white;
		margin:0px 7px 10px 7px;
		padding:10px 7px 10px 7px;
	}
	.boxContent .infoBoxHeading_titel {
		
	}
	.boxContent h3 {
		padding:0px 0px 10px 0px;
	}
	.boxContent h3, .boxContent h3 a   {
		font-size:13px;
		color:white !important;
		text-transform:uppercase;
	}
		.boxContent h3 a {
			display:block;
			background-image:url(img/site/arrow.png);
			background-repeat:no-repeat;
			background-position:right center;
			padding:0px;
			text-decoration:none;
		}
		* html .boxContent h3 a {
			background-image:none;
		}

	/* boxes */
	.box, .box a {
		color:black !important;
	}
	.box h3, .box h3 a   {
		font-size:13px;
		color:white !important;
		padding:2px 10px 2px 10px;;
	}
		.box h3 a {
			display:block;
			background-image:url(img/site/arrow.png);
			background-repeat:no-repeat;
			background-position:right center;
			padding:0px;
			text-decoration:none;
		}
		* html .box h3 a {
			background-image:none;
		}
		.box h3, .box h3 a   {
			color:white;
			background-color:#0078e3;	
		}

	.box .s_more {
		display:block;
		margin-top:5px;
		background-image:url(img/site/arrow.png);
		background-repeat:no-repeat;
		background-position:-8px center;
		padding:0px 0px 0px 10px;
	}
		.box .s_more:hover {
			text-decoration:underline;
		}
	.box .cnt {
		padding:10px;
		margin:0px 5px 0px 5px;
		background-color:white;
	}
	.contentBox ul {
		margin-left:20px;
	}
	.specialBox {
		margin:0px 10px 10px 10px;
		padding:0px;
		border:0px;
		background-color:#e01623;
		padding-bottom:30px;
		background-image:url(img/site/roll_up.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
	.specialBox .cnt {
		background:none;
	}
	.specialBox .productOldPrice {
		color:white !important;
	}
		.specialBox, .specialBox a, .specialBox a.s_more {
			color:white !important;
		}		
		.specialBox h3  {
			background:none !important;
			padding:3px;
		}
		.specialBox h3 a {
			background-color:#e01623 !important;
			background-image:url(img/site/arrow.png);
		}
	/* maincontent */
	.mcontent {
		padding:10px 20px;
	}
		.mcontent a {
			color:#e01623;
			text-decoration:none;
		}
		.mcontent h1 {
			font-size:15px;
			margin:5px 0px 3px 0px;
			color:#e01623;
		}
	.mcontent .paging {
		clear:both;
		padding-top:20px;
	}
/* lists */
	.spacer {
		clear:both;
		border-top:1px solid #aaa;
		margin-top:10px;
		height:10px;
	}
	.listCat {
		padding-top:10px;
	}
	 .listCat .item {
	 	background-image:url(img/site/list_bg.jpg);
		background-repeat:repeat-x;
		background-color:#c5dff7;
		float:left;
		text-align:center;
		margin:0px 10px 10px 0px;
		padding:10px;
		width:140px;
		height:155px;
		overflow:hidden;
	 }
	 	.listCat .item .img {
	 		
		 	width:120px;
			height:100px;
			overflow:hidden;
	 		
	 	}
		.listCat .item h2 {
			padding:13px 0px 5px 0px;
			color:black;
		}
		.listCat .item h2 a {
			color:black;
			font-size:12px;
		}
		
	.listPro {
		padding-top:10px;
	}
	 .listPro .item {
	 	background-image:url(img/site/list_bg.jpg);
		background-repeat:repeat-x;
		background-color:#c5dff7;
		padding:13px 10px 10px 23px;
		margin:0px 0px 10px 0px;
	 }
	 	.listPro .item h2 {
	 		padding-bottom:4px;
			color:black;
	 	}
		.listPro .item h2 a {
			font-size:13px;
			color:black;
		}
	 	.listPro .item .img {
	 		float:left;
		 	width:150px;
			text-align:left;
			overflow:hidden;
			margin-right:10px;
	 	}
		.listPro .item .descr {
		}
		.listPro .item .more {
			float:right;
			padding-top:5px;
		}
		
	.infoPro {
		
	}
		.infoPro .imgs {
			float:right;
			width:210px;
			padding:0px 0px 0px 20px;
			overflow:hidden;
		}
		.infoPro .imgs .mimg {
			margin-bottom:5px;
		}
		.infoPro .imgs .ilist a {
			float:left;
			width:98px;
			height:95px;
			overflow:hidden;
			margin:0px 4px 5px 0px;
			text-align:center;
		}
		.infoPro .imgs .ilist img {
			width:120px;
		}
		.infoPro .price {
			font-size:13px;
			padding:10px;
			color:#e01623;
			font-weight:bold;
			text-align:right;
		}
		.infoPro .print {
			padding:10px 0px;	
		}
		.infoPro .m {
			clear:both;
			padding:10px 0px;
		}
		
		
		
		
		
		.site .header .cartBox {
			clear:both;
			padding:10px;
			width:350px;
			color:black !important;
			border:0px;
		}
		.site .header .cartBox a {
			color:black !important;
		}
			.site .header .cartBox h3 {
				padding-bottom:10px;
				padding-top:10px;
			}
			.site .header .cartBox h3, .site .header .cartBox h3 a {
				width:100px;
				font-size:14px;
				color:black;
				
				background:none !important;
			}
			.site .header .cartBox .cnt {
				width:180px;
			}
			.site .header .cartBox .list {
				height:80px;
				overflow:auto;
			}
			.site .header .cartBox .c_link {
				float:right;
				display:block;
				width:130px;
				height:130px;
			}

		
		
		
		
		
		
		
TR.headerError {
  background: #ff0000;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  padding:3px;
}



SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

