﻿div.ProductBoxSmall
{
	background-image: url("images/products_box_small.gif");
	background-repeat: no-repeat;
	/*
	border: solid 1px #FF5201;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	*/
	width: 245px;
	height: 70px;
}

div.ProductBoxInner
{
	width: 120px;
	height: 50px;
	
	background-repeat: no-repeat;
	
	padding: 10px 5px 10px 110px;
}

table.ProductsList
{
	width: 90%;
	
	margin-left: auto;
	margin-right: auto;
}

table.ProductsList tr
{
	
}

table.ProductsList tr td
{
	padding-bottom: 20px;
	
	width: 245px;
	
	font-size: 1em;
	
	vertical-align: top;
}

table.ProductsList tr td p
{
	width: 245px;
}

table.ProductsList tr td h2
{
	text-align: center;
	
	font-size: 1.4em;
	margin: 0px;
}