body {
	font: 12px helvetica, arial, sans-serif;
	margin: 10px 0px;
	
}

small {
	font-size: 11px;
}

.header {
	width:800px;
	margin: 0px auto;
	position: relative;
	height: 140px;
	background: url(images/headerImg.jpg) no-repeat;
}

.headerNav {
	position: absolute;
	top: 107px;
	left: 20px;
	width: 760px;
}

.headerNav a {
	display: block;
	float: left;
	padding: 5px;
	color: #000;
}

a:hover {
	color: #900;
}

.content {
	width:800px;
	margin: 10px auto;
	/*line-height: 1.5em;*/

}

.footer {
	width:800px;
	margin: 0px auto;
	position: relative;
}

.footerNav {
	position: absolute;
	width: 760px;
	left: 20px;
	top: 25px;
}

.footerNav a {
	color: #999;
	display: block;
	float: left;
	padding:5px 5px 5px 25px;
	background: url(images/bullit.gif) no-repeat 10px 8px;
}

.productTitle {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}

.indexProduct {
	text-align: center;
}

.red {
	color: #900;
}

.price {
	font-size: 6em;
}

.price sup {
	font-size: 30px;
}

.boxBorderTop {
	background: url(images/boxBorderTop.jpg) repeat-x;
}

.boxBorderLeft {
	background: url(images/boxBorderLeft.jpg) repeat-y;
}

.boxBorderRight {
	background: url(images/boxBorderRight.jpg) repeat-y;
}

.boxBorderBottom {
	background: url(images/boxBorderBottom.jpg) repeat-x;
}

.listPoints {
	list-style-image: url(images/bullit90.gif);
	line-height: 1.2em;
	padding-left: 15px;
	margin-left: 15px;

}

.listPoints li {
	padding-top: 5px;
	margin-top: 5px;
}	

.tContent{
	padding: 5px 10px;
	height: 400px;
	overflow:visible;
}

.tContent1{
	padding: 5px 10px;
	overflow:visible;
}

td>.tContent {
	height: auto;
    min-height: 400px;	
}

.error {
	color: #c00;
	background: #ffffcc;
	font-weight: bold;
	padding: 10px;
	border: 3px double #c00;
}
