ul#product {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	width: 705px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
ul#product li {
	padding: 10px 0;
	width: 350px;
	float: right;
	clear: right;
	position: relative;
}
ul#product li label {
	font-weight: bold;
	margin-right: 5px;
}
ul#product li.images {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 300px;
	height: 225px;
	overflow: hidden;
}
ul#product li.images #image_box {
	position: relative;
}
ul#product li.images #image_box img {
	position: absolute;
	left: 0px;
	top: 0px;
}
ul#product li.qty {
	position: absolute;
	left: 20px;
	top: 245px;
}
div.desc {
	width: 685px;
	clear: both;
	padding-left: 20px;
}
div.desc label {
	font-weight: bold;
}
ul#product li.models {
	height: auto !important;
	height: 70px;
	min-height: 70px;
}
ul#product li.tags {
	width: 350px; 
	line-height:1.5em;
}

#addtocart {
	position: absolute;
	left: 150px;
	top: 0;
}
div.hotmodels {
	display: block;
}
div.motormodels {
	display: none;
}
a.moremodels {
	text-indent: 8em;
	color: #333;
}
p.warranty_head {
	margin:10px; 
	font-weight: bold;
	font-style: oblique;
}
p.warranty {
	margin: 10px 10px;
	color: #8f8f8f;
	font-style: oblique;
}
hr.warranty {
	background: #efefef;
	border: 0;
	height: 1px;
	margin: 100px 0 30px;
}
p.description {
	margin: 10px 50px;
}
