/**************************************************
The following 4 styles are used by the
"Random Products" mod that you have purchased.

The CSS styles that ship with this mod are only
suggestions - feel free to edit them as you please.
**************************************************/


/*
This class is applied to the table that
is generated by the random products script
*/
.RandomProductsTable
{
	padding: 7px 30px 0px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #cccccc;
}


/*
This class is applied to each row within the table,
and inherits from the ".RandomProductsTable" class
*/
.RandomProductsTableRow
{

}


/*
This class is applied to each cell within the table,
and inherits from the ".RandomProductsTableRow" class
*/
.RandomProductsTableCell
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
	
/*
This class is applied to the text that is shown
for products which have options, and inherits
from the ".RandomProductsTableCell" class
*/
.RandomProductsMoreOptionsText
{
	font-size: 10px;
}


/*
This class is applied to the text that is shown
when no products are found for display (because
there are none matching the criteria that you
have specified), and inherits from the
".RandomProductsTableCell" class
*/
.RandomProductsNoProductsText
{
	
}