﻿/* SPECIFIC MODULE STYLES HERE */

.itemCategory
{
	width: 100%;
}

.itemCategory table
{
	border-bottom: dotted 1px rgb(153, 153, 153);
}

.itemCategory td
{
	padding: 3px 3px 3px 3px;
}


.itemCategoryHeader
{
	font-family: Arial;
	color: Black;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.itemCategoryText
{
		padding-left: 5px;
		padding-bottom: 10px;
}

.itemCategoryHeader a
{
	color: #333333 !important;
}


.itemImageEnlarge
{
	font-size: 75%;
	color: rgb(153, 153, 153);
}

.itemInfoLongDescription
{
	padding-top: 10px;
}



.itemCategoryMoreInfo:link,
.itemCategoryMoreInfo:hover,
.itemCategoryMoreInfo:visited,
.itemCategoryMoreInfo:active
{
	color: #35436A;
}

