.table
{
background:#333;

}
.table ul
{
float:left;
margin:10px;
padding:0;
border:1px solid #C9C9C9;
}
.table ul li
{
list-style:none;
padding:5px 10px;
}

.table ul li.title {
height: 43px;
font-weight:bold;
color:#fff;
background: url("images/title-background.png") no-repeat;
padding-top:12px;
text-align:center;
}

.table ul li.price
{
font-weight:bold;
background:#fff;
margin-left:0px;
margin-right:0px;
margin-top:-15px;
margin-bottom:0px;
text-align:center;
}

.table ul li.paypal-button
{
background:#fff;
margin-left:245px;
margin-top:0px;
margin-bottom:0px;
}

.product ul
{
float:left;
margin:0px;
padding:0;
border:1px solid #C9C9C9;
}

.product ul li.price
{
font-weight:bold;
background:#fff;
margin-left:42px;
margin-right:20px;
margin-top:0px;
margin-bottom:0px;
text-align:center;
}

.product ul li.title
{
font-weight:bold;
background:#333;
color:#fff;
}

.product ul li.description
{
background:#fff;
}

.product ul li
{
list-style:none;
padding:5px 10px;
}

.product ul li.paypal-button
{
background:#fff;
margin-left:216px;
margin-right:20px;
margin-top:0px;
margin-bottom:0px;
}

.product img
{

}
