﻿#productCategoryBrowser
{
	list-style:none;
	float:right;
	width:208px;
	font-size:70%;
	
}
#productCategoryBrowser li h4
{
	margin:0;
	padding:0;
	font-size:115%;
	font-weight:bold;
	color:#495f85;
}
#productCategoryBrowser li
{
	
	margin-left:0;
	margin-bottom:2px;
	list-style:none;
	width:191px;
	height:82px;
	padding:5px;
	background:url(i/cat-bg.png) no-repeat top center;
	clear:left;
}
#productCategoryBrowser li:hover
{
		background:url(i/cat-bg-hover.png) no-repeat top center;
}
#productCategoryBrowser li:hover h4, #productCategoryBrowser li:hover a,#productCategoryBrowser li:hover a div
{
	color:#FFF;
}
#productCategoryBrowser a
{
	text-decoration:none;
	cursor:pointer;
	border:0;
}
#productCategoryBrowser li a div
{
	padding:0;
	margin:0;
	width:137px;
	float:left;
	color:#495f85;
}
#productCategoryBrowser li p a
{
	color:#000;
}
#productCategoryBrowser li img
{
	float:left;
	border:0;
	margin-right:4px;
	width:49px;
	height:65px;
	
}
#productCategoryBrowser li br
{
	clear:both;
}

