@charset "iso-8859-1";
/* CSS Document */

table.product_item {
	width: 600px;
	margin-bottom: 20px;
	border: 0px none;
}
.product_title{
	font-size: 18px;
}
.product_model{
	font-size: 14px;
}
.product_item a{
	text-decoration: none;
}
.product_item table{
	border: 1px solid #000000;
}
.product_item form{
	padding: 0px;
	margin: 0px;
}
.product_item td{
	vertical-align: top;
}

td.product_photo {
	padding: 5px;
	width: 160px;
	height: 160px;
	border: 1px solid #333333;
	vertical-align: middle;
	text-align: center;
}
img.product_photo {
	max-width: 160px;
	width: expression(this.width > 160 || this.height > 160? (this.width > this.height? 160: (160 * this.width / this.height)) : true);
	max-height: 160px;
	border: 0;
}
.brand li{
	display: inline;
	list-style-type: none;
}

div.product_details {
	position: relative;
	top: 20px;
	left: 130px;
}

table.product_details {
	margin-top: 320px;
}
div.image_underline{
	position: absolute;
	left: 0px;
	top: 275px;
	width: 278px;
	height: 14px;
	font: 10px Verdana;
	background-color: #000066;
	color: #FFFFFF;
}

div.product_preview_image{
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 276px;
	height: 276px;
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: middle;
	text-align: center;
}

img.product_preview_image{
	vertical-align: middle;
	text-align: center;
	max-width: 270px;
	max-height: 270px;
	width: expression(this.width > 270 || this.height > 270? (this.width > this.height? 270: (270 * this.width / this.height)) : true);
}

div.product_small_image {
	border: 1px solid #333333;
	width: 66px;
	height: 66px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 6px;
}

.product_small_image img{
	max-width: 60px;
	max-height: 60px;
	width: expression(this.width > 60 || this.height > 60? (this.width > this.height? 60: (60 * this.width / this.height)) : true);
}

#product_small_image {
	position: absolute;
	left: 300px;
	top: 0px;
}