@charset "utf-8";
/* CSS Document */

table.products_table {
	position:relative;
	table-layout:fixed;
	border-collapse:collapse;
	width:687px;
	margin:8px auto 0 auto;
	background:url(../img/products/bg_dotline.gif) repeat-y center 0;
	border-bottom:1px solid #ddd;
}

.products_table td {
	position:relative;
	width:209px;
	padding:5px 10px 0 10px;
}
.products_table td img {
	display:block;
	margin:0 0 8px 0;
}
.products_table td h3 {
	margin:0 0 10px 0;
	padding:0 0 0 12px;
	background:url(../img/products/bg_productname.gif) no-repeat 0 0.4em;
	font-size:80%;
	font-weight:bold;
	line-height:140%;
}
.products_table td h3 a:link,
.products_table td h3 a:visited {
	color:#595959;
}
.products_table td h3 a:hover,
.products_table td h3 a:focus {
	color:#000;
}
.products_table td p {
	font-size:75%;
	line-height:150%;
}
.products_table .detail_buttons td {
	text-align:right;
	padding:10px;
	background:url(../img/products/bg_detail_buttons.gif) repeat-x 0 bottom;
}
.products_table .detail_buttons td img {
	display:inline;
	margin:0;
}
