/* produtcs page */

div.content h3.products
{
font-size			: 75%;
font-weight			: bold;
color				: #333;
background-color	: #EEE;
margin				: 0px 20px 0px 0px;
line-height			: 16px;
width				: 180px;
float				: left;
border-bottom		: 15px solid #FFF;
display				: block;
}

div.content h3.products img
{
border				: 0px; 
display			: block;
}

div.content h3.products span
{
display			: block;
padding			: 3px 0px 3px 20px;  
}

div.content h3.products a
{
text-decoration		: none;
background-color	: #EEE;
color				: #666;
display				: block;
}

/*div.content h3.products a:hover
{
background-color	: #333;
color				: #FFF;
}*/

/* Pagination */

div.content ul.paging
{
 width				: 695px;
 font-size			: 100%;
 font-weight		: normal;
 color				: #666;
 margin				: 0px 0px 15px 0px;
 padding			: 0px 105px 0px 0px;
 line-height		: 16px;
 text-align			: right;
 clear				: both;
 overflow			: hidden;
}

div.content ul.paging li
{
 float:				left;
 list-style-type:	none;
 padding:			5px;
}

div.content ul.paging li a
{
color				: #999;
font-weight			: normal;
text-decoration		: underline;
}

div.content ul.paging li a.number
{
color				: #666;
font-weight			: normal;
text-decoration		: none;
}

div.content ul.paging li a.number_on
{
color				: #000;
font-weight			: bold;
text-decoration		: none;
}

/* end  of pagination styles */

/* Header for brands */

div.brandintro
{
background-color	: #F6F6F6;
margin-bottom		: 10px;
overflow			: hidden;
min-height			: 150px;
width				: 685px;
}

div.brandintro p
{
padding				: 0px 20px 0px 0px;
float				: right;
display				: block;
width				: 390px;
}

div.brandintro img
{
display				: block;
float				: left;
margin-right		: 20px;
}