@charset "utf-8";
/* CSS Document */

table.products {
width:400px;
font-family:Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:right;
margin-right:20px;

} 

table.products tr.headers{
font-weight:bold;
}

table.products td.spacer
{
height:5px;
}

table.products tr.gray 
{
background-color:#F3F3F3;


}


table.products td.thumb{
width:100px;
}

table.products td.title{
width:125px;
}

table.products td.item {
width:53px;
}

table.productsmain {
width:400px;
font-family:Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:right;
margin-right:20px;
}

table.productsmain tr.headers{
font-weight:bold;
}

table.productsmain td.spacer
{
height:5px;
}

table.productsmain tr.gray 
{
background-color:#F3F3F3;


}


