/* CSS Document */

table.product{
	width:100%;
	background-color:#ffffff;
	border:1px solid #485766;
}

table.product td{
	padding: 2px 10px 2px 10px;
	height: 20px;
}

table.product td a{
	color: #485766;
	text-decoration:underline;
}

table.product td a:hover{
	color: #7F98B2;
	text-decoration:none;
}

table.product td.smallimage{
	text-align: center;
	vertical-align: middle;
}

table.product td.largeimage{
	width: 310px;
	height: 310px;
	text-align: center;
	vertical-align: middle;
}

table.product td.title{
	border-bottom:3px double #7F98B2;
	font-size: 14px;
	color: #103041;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
	background-image:none;
}
	
table.product td.desc{
	vertical-align: text-top;
	height: 70px;
	padding: 10px;
	text-align: justify;
}

table.product td.links{
	text-align: right;
}

table.product td.price{
	padding-top:5px;
	font-weight: bold;
	font-size: 14px;
	text-align:right;
	white-space:nowrap;
}

table.product td.rank{
	font-weight: bold;
	text-align:right;
}

table.product table.radio{
	border:1px solid #103041;
	width:100%;
}

table.product table.radio td{
	padding: 0px;
}

table.product span.emphasis,
table.product td.emphasis{
	color: #d80101;
	font-weight:bold;
}
