/* General
--------------------------------------------------------------- */
#content h1
{
	margin-bottom: 0px;
}
/* Bread crumbs
--------------------------------------------------------------- */
#content div#crumbs
{
	color: #C00;
	font-size: 9px;
	margin-bottom: 20px;
}
#content div#crumbs a
{
	color: #999;
}
#content ul#subCategories li
{
	border-bottom: 1px dotted #CCC;
	float: left;
	margin-bottom: 20px;
	min-height: 65px;
	padding-bottom: 20px;
	width: 285px;
}
#content ul#subCategories li.firstCol
{
	padding-right: 20px;
}
#content ul#subCategories li h2
{
	color: #C00;
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#content ul#subCategories li h2 a {
	color: #C00;
}
#content ul#subCategories li p
{
	font-size: 9px;
	margin-left: 60px;
	margin-bottom: 0px;
}
#content ul#subCategories li img
{
	float: left;
	width: 50px;
}
/* Product
--------------------------------------------------------------- */
#content #featuredProducts
{
	clear: left;
}
#content #featuredProducts h2
{
	padding: 0px;
}
#content #featuredProducts ul
{
}
#content #featuredProducts ul li
{
	color: #999;
	float: left;
	font: 9px Arial,Helvetica,sans-serif;
	overflow: hidden;
	width: 150px;
}
#content #featuredProducts ul li p
{
	padding: 0px 10px;
	text-align: center;
}
#content #featuredProducts ul li p a
{
	color: #C00;
	font: bold 11px Arial,Helvetica,sans-serif;
}
#content #featuredProducts ul li p a img
{
	height: 50px;
}
#content .product2
{
	border-bottom: 1px solid #CCC;
	float: left;
	font-size: 14px;
	height: 72px;
	padding: 12px;
	overflow: hidden;
	width: 275px;
}
#content .product2
{
	width: 575px;
}
#content .product2 p
{
	text-align: left;
}
#content .product2 a
{
	color: #900;
}
#content .product2 small a
{
	color: #666;
	text-decoration: underline;
}
#content .product2 .price
{
	color: #999;
	font-size: 12px;
}
#content .product2 .tb
{
	border: 1px solid #999;
	float: left;
	height: 64px;
	margin-right: 12px;
	overflow: hidden;
	width: 64px;
}
/* Pagination
--------------------------------------------------------------- */
#content #pagination
{
	margin-bottom: 25px;
	overflow: hidden;
}
#content #pagination  small
{
	color: #999;
}
#content #pagination small strong
{
	color: #333;
	font-weight: bold;
}
#content #pagination a
{
	border: 1px solid #C66;
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 5px;
	text-decoration: none;
}
#content #pagination a.number
{
	color: #900;
	font-weight: normal;
}
#content #pagination a:hover
{
	border-color: #900;
	color: #333;
}
#content #pagination b
{
	background: #900;
	border: 1px solid #900;
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 5px;
}
#content #pagination a.disabled
{
	border-color: #999;
	color: #999;
}
