	@import "all.css"; 
	
table { 
	border-collapse: collapse;
	width: 100%;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

caption {
	text-align: right;
	font-size: .64em;
}

td,th {
	border: 1px solid #9E005D;
	padding: 3px 5px 2px 5px;
	font-size: .64em;
}
th {
background:url(../images/table/th_bg.jpeg) no-repeat center top;
	color: white;

	text-align: center;

}


tr.alt td {
	background:url(../images/table/td_bg.jpeg) center bottom repeat-x;
}

.product_name {
	display:block;
	width:230px;
	padding-left: 10px;
	padding-right: 10px;
}



.product_name a, .search_price a, .rating a {
	color:#666666;
	text-decoration:none;
	
}


.product_name a:hover, .search_price a:hover, .rating a:hover {
	text-decoration:underline;
}


.search_price {
	display:block;
	width:60px;
	text-align:center;
}


.search_price a {
	text-align:center;
}

.rating {
	display:block;
	width:80px;
}

.starRatingLoc {
	margin-bottom: 0px;
	background-position: bottom;
}

.rating p {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 4px;
	color:#666666;

}

.thumb_url {

	text-align:center;
	vertical-align:middle;

}