.product{
	width:340px;
	float:left;
	margin:0 10px 20px 10px;
	height:200px;
}

.product img{
	float:left;
	margin-right:10px;
	border:1px solid #000;
}

.right{
	border:1px solid #000;
}

.product .action{
	font-weight:bold;
}

.product .price{
	font-weight:bold;
	font-size:16px;
}

#product-contents{
	width:40%;
	margin-top:5px;
}

#product-contents th{
	text-align:left;
	color:#0f497d;
	border-bottom:1px solid #0f497d;
}

#product-contents td{
	padding:2px 0;
	color:#545454;
}

#product-contents td strong{
	border-top:1px solid #545454;
	margin-top:5px;
}

a.add-to-truck{
	text-indent:-9999px;
	width:71px;
	height:19px;
	display:block;
	margin:0 auto 10px auto;
	background:url('../images/add-to-cart.gif') bottom left no-repeat;
}

a.add-to-truck:hover{
	background:url('../images/add-to-cart.gif') top left no-repeat;
}

.pricing{
	font-size:20px;
	font-weight:bold;
	color:#0f497d;
	margin:20px 0;
}

.pricing small{
	font-size:14px;
	font-weight:normal;
}

.pricing small small{
	font-size:12px;
}

.pricing strong{
	padding-bottom:8px;
}

.pricing .price{
	float:left;
	width:310px;
}