html {
	background: #C2D2DF;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 1000px;
	margin: 10px auto;
	background: url(bg/main_bk.png) repeat-y left top;
}

a {
	text-decoration: none;
}

	a img {
		text-decoration: none;
		border: 0;
	}

strong {
	font-weight: bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

input[type="text"], input[type="password"], select, textarea {
	background: #FFFFFF;
	border: 1px solid #838D8F;
	height: 19px;
	font-size: 11px;
	line-height: 19px;
}

select, textarea {
	color: #000000;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.clearfix {
	clear: both;
	width: 0;
	height: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0px;
	line-height: 0px;
}

.msg.articleNotAvailable {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	margin: -80px 0 0 -125px;
	border: 1px solid #003875;
	background: #C2D2DF;
	font-size: 12px;
}

	.msg.articleNotAvailable h6 {
		position: relative;
		background: #003875;
		color: #FFFFFF;
		font-size: 13px;
		padding: 6px 4px;
		height: 15px;
	}
		
		.msg.articleNotAvailable h6 .close {
			position: absolute;
			top: 0;
			right: 0;
		}
		
	.msg.articleNotAvailable p {
		padding: 8px 8px 40px 8px;
		line-height: 1.5em;
	}
	
/* OXID BASKET BEGIN */

#mask{visibility: hidden;display:none;}
#mask iframe{visibility: hidden;border:none;}
#mask.on {visibility: visible;display:block;position:fixed;opacity:0.7;top:0;left:0;width:100%;height: 100%;background:#ffffff;z-index: 1500;}

div.popupCont {background:none repeat scroll 0 0 #F1F2F2;
height:143px;
padding:5px;}
div.popup{visibility: hidden;display:none;}
div.popup strong{display: block; padding: 9px 0; font-size: 11px; color:#646867;}
div.on.popup{visibility: visible;display:block;position:fixed;top:50%;left:50%;width:250px;height: 150px;background: #ffffff;z-index: 2000;margin-top:-75px;margin-left:-125px;border:1px solid #000000;padding:10px;}
div.on.popup.load {background: #fff url(bg/ajax-loader.gif) center center no-repeat;}
div.on.popup table {width:100%;}
div.on.popup table td {font-size:11px;color:#646867;font-weight:bold;}
div.on.popup table th {font-size:11px;color:#646867;}
div.on.popup input {color:#003875;background:#fff;border:1px solid #003875;font-weight: bold;padding:2px;width:120px;}
div.on.popup input.disabled {color:#003875;background:#fff;border:1px solid #003875;font-weight: bold;padding:2px;width:120px;}
div.on.popup input.bl{position:absolute;bottom:10px;left:10px;}
div.on.popup input.br{position:absolute;bottom:10px;right:10px;}

#mask.on { filter:Alpha(Opacity=70);}

/* OXID BASKET END */

#foot .leftbottomFoot {
	width:290px;
	float:left;
}

#foot .rightbottomFoot {
	float:left;
	margin-left:41px;
	width:350px;
}

.exploder{
display:none;
}