#product-wrapper{
	border: 1px solid #CCCCCC;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	height: 1%;
	width: 570px;
}


#product-table{
	height: 1%;
	width: 100%;
}

#product-table td{

}

#product-table .product-title, .list-price, .sale-price, .used-price{
	line-height: 22px;
	word-wrap: break-word;
}

.product-title{
	font-weight: bold;
	color: #0033A6;
	text-decoration: underline;
	word-wrap: break-word;
	font-size: 11px;
}

.list-price{
	font-weight: bold;
	color: #000000;
}

.sale-price{
	font-weight: bold;
	color: #990000;
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	font-size: 14px;
}

.used-price{

}

#rating{
	padding-top: 2px;
	padding-bottom: 4px;
}

#rating img{
	padding-top: 2px;
}

#more-button{
	margin-top: 2px;
}

.product-image{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
}

#product-wrapper h3 a{
	padding: 0px;
	margin-top: 0px;
	color: #003399;
	text-decoration: underline;
	font-size: 16px;
}

.rrp-price{
	text-decoration: line-through;
}