#productArea {
	width: 710px;
	height: auto;
}
#productArea #top {
	width: 710px;
	height: 34px;
	border-bottom: 1px solid #660000;
}
#productArea #top .tab {
	font-family: Tahoma, Arial;
	width: 100px;
	height: 34px;
	line-height: 3.4em;
	background-image: url(img/btn_default.png);
	margin-right: 1px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	/*padding-top: 5px;*/
	color: #ffffff;
	cursor: pointer;
	float: left;
}
#productArea #top .active {
	background-image: url(img/btn_over.png);
	color: #FFFFFF;
}
#productArea #top .inactive {
	color: #666666;
	background-image: url(img/btn_inactive.png);
	cursor: help;
}
#productArea #top .current {
	background-image: url(img/btn_current.png);
	color: #FFFFFF;
}
#productArea .productContainer {
	display: none;
	min-height: 400px;
	text-align: justify;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

#productArea #gallery {
	width: 710px;
	height: auto;
}
#productArea #body {
	width: 710px;
	display: block;
	padding: 20px 0 0 0;
}
#productArea #advantages {
	width: 710px;
	height: auto;
	padding: 20px 0 0 0;
}
#productArea #pdf {
	width: 710px;
	height: auto;
}
#productArea #video {
	width: 710px;
	height: auto;
}
#productArea #acc {
	width: 710px;
	height: auto;
	padding: 20px 0 0 0;
}
#productArea #contact {
	width: 710px;
	height: auto;
	padding: 20px 0 0 0;
}
