/*                          PRODUCT INDEX */
.index {
	margin:0px 10px;
}

.product_index {
	margin:0px;
	vertical-align:top;
	text-align:center;
}

.product_index h4 {
	margin-top:10px;
}

.product_index td,.product_index th {
	height:114px;
	vertical-align:top;
}

.product_index tr.even td ,.product_index tr.even th {
	background: url('/img/product/overview_bg1.jpg') repeat-x;
}

.product_index tr.odd td ,.product_index tr.odd th {
	background: url('/img/product/overview_bg2.jpg') repeat-x;
}

.product_index th {
	width:168px;
	border-right:1px solid #ffffff;
	vertical-align:middle;
}

.product_index th img {
	width:auto;
	height:auto;
	max-width:110px;
	/* IE Image max-width */
	width: expression(this.width > 110 ? 110: true);
	max-height:45px;
	/* IE Image max-width */
	height: expression(this.height > 45 ? 45: true);
}

.product_index td {
	padding-left:15px;
	width:430px;
	text-align:left;
}

.product_index td div.items {
	height:84px;
}

.product_index td.items div.items {
	float:left;
	width:132px;
	margin:auto;
	padding:5px;
}

.product_index td.items div.items div {
	height:74px;
}

.product_index td.items div.items div.more {
	border-left:1px solid #ffffff;
	padding-left:15px;
	width:120px;
}

.product_index a:link,.product_index a:active,.product_index a:visited {
	color:#ffffff;  line-height:15px
}

.product_index span {
	clear:both;
	float:left;
}
.product_index td.items div.items div.new {
	background:url('/img/product/new.gif');
	float:right;
	width:58px;
	height:12px;
	text-align:center;
	margin:2px 2px 0px 10px;
	font-weight:bold;
}

