/* CSS Document for Products */

div#producttitle {
	background-image: url(images/producttitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 268px;
	height: 43px;
	padding: 0px;
	position: static;
	left: 0px;
	top: 0px;
	float: left;
	overflow: hidden;
}
div#producttitle span {
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 15px;
}
div#productimage {
	margin: 0px;
	width: 256px;
	height: 250px;
	padding: 0px;
	padding-right:1px;
	position:relative;
	left: 0px;
	top: 0px;
	float: right;
	overflow: hidden;
}
table.productfeatures {
	width:490px;
}
table.productfeatures td {
	text-align: left;
	padding: 2px;
}
table.productfeatures td.feature {
	background-color: #EEEEEE;
	font-weight: bold;
}
table.productfeatures td.details {
	background-color: #EEEEEE;
}
div#modelselect {
	width: 110px;
	height: 20px;
	position: static;
	left: 0px;
	top: 0px;
	float: left;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-decoration: none;
}
div#modelunselect {
	width: 110px;
	height: 20px;
	position: static;
	left: 0px;
	top: 0px;
	float: left;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-decoration: none;
}
