body {
	margin: 5px;
	padding: 0;
	background: #fff;
	text-align: center;
}

body, input, select, textarea, table, td, th {
	font-family: "Arial CE", Arial, sans-serif;
	font-size: 12px;
}

.clear {
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}

img {
	border: none;
}

.vSep {
	margin: 0 3px;
}

.hSep {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.hSep hr {
	display: none;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
}

.arrow {
	padding: 0 0 0 10px;
	background: url("img/arrowG.gif") 0 3px no-repeat;
	text-align: left;
}


/* obecny celostrankovy blok */
.mainBlock {
	width: 600px;
	margin: 16px 0;
	clear: both;
	position: relative; left: 0; top: 0;
}

	.print a  {
		color: #c00;	
	}

#header {
	position: relative;
	left: 0;
	top: 0;
	clear: both;
	text-align: right;
}

#printInfoBox {
	position: absolute;
	left: 0px;
	bottom: 0;
	border-bottom: 4px solid #fc0;
	border-top: 4px solid #fc0;
	background: #e6e6e6;
	color: #666;
	font-size: 90%;
	width: 600px;
	height: 20px;
}

#printInfoBox div {
	float: left;
	margin: 2px 0 0 20px;
}


#header strong {
}

#header .print, #sMenu, #custInfo {
	display: none;
}

#topMenu, #topSearch, #topCart, #topUser, #topCurrency, #prodBuyObj, #left, #right, #footer .print {
	display: none;
}

#printHeader {
	font-size: 25px;
	font-weight: bold;
}

#main {
	text-align: left;
}

#centerPanel {
	margin: 0;
	text-align: left;
}

#centerPanel h2 {
	font-size: 20px;
	color: #c00;
	border-bottom: 1px solid #c00;
	margin: 10px 0 0 0;
}

#centerPanel h1 {
	font-size: 20px;
	color: #c00;
	border-bottom: 3px solid #c00;
	margin: 10px 0 0 0;
	clear: both;
}


#centerPanel module {
	margin: 10px 0;
}

.prodDetail {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c00;
	margin: 10px 0 10px 0;
}
.prodImage {
	position: absolute;
	left: 0;
	top: 150px;
	width: 280px;
	text-align: center;
	font-size: 200%;
	color: #c00;
}

.prodImage a {
	font-size: 50%;
	display: block;
	font-weight: bold;
	margin: 0 0 0 35px;
	padding: 3px 0 3px 30px;
	text-align: left;
}
	.prodImage a.bigImage { background: url("img/prodImgABg-1.gif") left top no-repeat;}
	.prodImage a.nextImages { background: url("img/prodImgABg-2.gif") left top no-repeat; }
	.prodImage a.manual { background: url("img/prodImgABg-3.gif") left top no-repeat; display: block; }

	.prodImage a.imgLink {height: auto; margin: 0; padding: 0; line-height: auto;}

.packImages {
	width: 270px;
	padding: 0;
	margin: 0;	
}

.packImages a {
	display: inline;
	padding: 0;
	margin: 0;
}

.packImages img {
	display: inline !important;
	margin: 0;
	padding: 0;
	float: none !important;
}

.prodDesc {
	margin: 10px 0 0 350px;
	min-height: 250px;
	_height: 250px;
}


.noPrint {
	display: none;
}