DIV.productListDiv
{
	/*[disabled]height:auto;*/
}
UL.productList
{
	color: #010000;
	text-align: center;
}
UL.productList A
{
	color: #910606;
}
LI.tabMenu
{
	margin: 10px;
	display: inline;
}
LI.tabMenuActive
{
	display: inline;
	margin: 10px;
}
LI.tabMenuActive A
{
	color: #000000;
}
LI.tabContent
{
	display: none;
}
LI.tabContentActive
{
	display: inline;
}
LI.tabContentActive P
{
	margin: 10px;
}
LI.tabContentActive P.price
{
	text-align: center;
	font-weight: bold;
	color: #000000;
}
LI.tabContentActive P.addToCart
{
	text-align: right;
}
LI.tabContent P
{
	display: none;
}
LI.tabContent A
{
	display: none;
}
DIV.learnMore
{
	visibility: hidden;
	position: absolute;
	top: 19px;
	left: -446px;
	display: block;
	width: 425px;
	height: 560px;
	text-align: center;
	background: url(../images/shadow.png);
}
DIV.learnMore IMG
{
	margin-top: 2px;
	margin-left: 3px;
}

