﻿TD.tableContentTitle
{
	background-color:#363b74;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	width:675px;
}
.homepageCategoryFirst
{
	margin-left:10px;
}
TD.tableContentDescription
{
	padding:15px;
	color:#363b74;
}
TABLE.homepageProducts
{
	background-image:url(../images/HomepageActionPanel.png);
	background-repeat:no-repeat;
	width:715px;
	height:402px;
}

TABLE.homepageCategory
{
	position:relative;
	height:373px;
	width:168px;
	background-image:url(../images/HomepageCategory.png);
	
}
.categoryTitle
{
	padding-top:10px;
	line-height:15px;
	font-size:15px;
	color:#363b74;
	font-weight:bold;
}
.categoryDescription
{
	color:#666666;
	font-size:11px;
	padding-top:7px;
	padding-left:7px;
}
.categoryIcon
{

	padding-left:10px;
	padding-top:10px;
	background-repeat:no-repeat;
	background-image:url(../images/categoryIconBackground.png);
	width:150px;
	height:90px;
}
.productLink:link, .productLink:hover, .productLink:visited, .productLink:active
{
	padding-top:4px;
font-weight:normal;
	display:block;
	width:146px;
	margin-bottom:7px;
	text-decoration:none;
	height:22px;
	background-image:url(../images/productLinkButton.png);
	color:#FFFFFF;
}

.productLink:hover
{
	text-decoration:underline;
}
