


#productArea {
	width: 710px;
	height: auto;
}
#productArea #top {
	width: 710px;
	height: 25px;
	border-bottom: 2px solid #6b0304;
}
#productArea #top .tab {
	width: 115px;
	height: 20px;
	background-image: url(img/btn_default.png);
	margin-right: 2px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	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: #cccccc;
	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;
}

#productArea #gallery {
	width: 710px;
	height: auto;
}
#productArea #gallery img {
	cursor: pointer;
}
#productArea #gallery .title {
	width: 710px;
	height: 30px;
	margin-top: 10px;
	font-weight: bold;
}
#productArea #gallery .box {
	width: 100px;
	height: 90px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	border: 2px solid #E4E4E4;
	float: left;
}

#productArea #contact {
	width: 710px;
	height: auto;
}

#productArea #body {
	width: 710px;
	height: auto;
	display: block;
}
#productArea #body #columnName {
	width: 160px;
	padding: 10px 10px 10px 0px;
	line-height: 16px;
	float: left;
}
#productArea #body #columnDesc {
	width: 328px;
	padding: 10px;
	min-height: 300px;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	line-height: 15px;
	float: left;
}
#productArea #body #columnMap {
	width: 380px;
	padding: 10px;
	float: left;
}
