﻿.CategoryTabTable
{
	width: 100%;
	background: #FFF;
}
.CatTabArea
{
	width: 599px;
	background: #d6d6d6;
}
.CatTabPadd
{
	width: 565px;
	margin: 0 0 0 17px;
}
.CatTabProductArea
{
	width: 565px;
	background: #d6d6d6;
}
.CatTabDesc
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}
.CatTabDescPadd
{
	padding: 18px;
	background-color: White;
}
.CatTabClick
{
	width: 565px;
	text-align: center;
	padding: 15px 0 0 0;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}
.BottomLine
{
	border-bottom: dotted 1px #999;
}
.SubCatLinkButton, a:link.SubCatLinkButton, a:active.SubCatLinkButton, a:hover.SubCatLinkButton, a:visited.SubCatLinkButton
{
	width: 112px;
	height: 44px;
	background: url(../../images/elite/Buttons/product-tab-red.png) no-repeat 0 0;
	text-align: center;
	display: block;
	color: #FFF;
	text-decoration: none;
	font: bold italic 12px/44px Arial, Sans-Serif;
	margin: 0;
}
.SubCatLinkButtonShadow, a:link.SubCatLinkButtonShadow, a:active.SubCatLinkButtonShadow, a:hover.SubCatLinkButtonShadow, a:visited.SubCatLinkButtonShadow
{
	width: 112px;
	height: 44px;
	background: url(../../images/elite/Buttons/product-tab-grey.png) no-repeat 0 0;
	text-align: center;
	display: block;
	color: #FFF;
	text-decoration: none;
	font: bold italic 12px/44px Arial, Sans-Serif;
}
a:hover.SubCatLinkButtonShadow
{
	background: url(../../images/elite/Buttons/product-tab-red.png) no-repeat 0 0;
	color: #FFF;
}