body{
	background: url('../images/bg.sub.jpg') repeat-x;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.header {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.bodytext {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

.bodytextCaption {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.inlettext {
	font-size: 11px;
	color: #333333;
}

.producttext {
	font-size: 12px;
	color: #333333;
}

.f {
	color: #333333;
	text-decoration: none;
}

.f:hover {
	color: #333333;
	text-decoration: underline;
}

.sub {
	color: #0066ff;
	text-decoration: none;
}

.sub:hover {
	color: #418d26;
	text-decoration: none;
}

.specs{
	width: 500px;
	border-top: 2px solid #CCCCCC;
}

.specs td{
	font-size: 12px;
	padding-left: 7px;
	border-bottom: 1px solid #EFEFEF;
}

.specs .bodytextcaption {
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 14px;
	
	height: 100%;
	width: 100%;
	column-span: 2;
	background-color: #DEDEDE;
	vertical-align: top;
}

.specs .bodytext {
	display: block;
	float: right;
	width: 340px;
	padding-bottom: 14px;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}

.specs .data td{
	width: auto;
	height: 30px;
	border-bottom: 0px;
}

h2{
	font-size: 24px;
	font-weight: normal;
	font-family: Arial;
	color: #0066ff;
	margin-bottom: 10px;
}

h3{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 10px;
}

.photo{
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	width: 220px;
	margin-top: 22px;
	margin-left: 10px;
	float: right;
}

.photo img{
	margin-bottom: 5px;
}

.photo a{
	text-decoration: none;
}

.photo a:hover{
	text-decoration: underline;
}

.thumb{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}