/* set the text properties for the short description text */
.xsell_details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
/* set border around individual products - remove if not required */
.xsell_product_frame {
	border: 1px solid #666666; 
}
/* set border around the product image - remove if not required */
.xsell_picborder {
	border: 1px solid #999999;
}
/* set the text properties for the price */
.xsell_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
/* set the text properties for the list price */
.xsell_list_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
}
