﻿/***********************************************/
/* Product Category Styles                     */
/***********************************************/
#tblCatListLayout
	{
		color: #000000;
		font-family: Arial, Sans-Serif, Helvetica;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
	}
	
#tblCatListLayout td
	{
		vertical-align: top;
	}

/********************
Categories page
********************/
#CategoryTypesTable
{
	margin: 0px auto;
	text-align: center;
	width: 500px;
}
	
#CategoryTypesTable td
{
	vertical-align: top;
}

	
.CategoryList ul
{
	margin: 20px;
	padding: 0px;
}

.CategoryList li
{
	font-size: 10pt;
	font-weight: 600;
	list-style-type:none;
	padding: 3px;
}

.CategoryList li a
{
	text-decoration: none;
}

	
/***********************************************/
/* Product Pages                               */
/***********************************************/	

#CategoryProductArea
{
	margin: 0px auto;
	text-align: center;
	width: 550px;
}

#CategoryProductArea #CategoryProductControlArea
{
	margin-bottom: 20px;	
	text-align: left;		
}

#CategoryProductArea .ProductByCategoryArea 
{
	color: #666666;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

#CategoryProductArea table 
{
	width: 550px;
}

#CategoryProductArea table td
{
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	width: 225px;
}

#CategoryProductArea .ProductByCategoryArea img
{
	border-width: 0px
}

#CategoryProductArea .ProductDescription
{
	text-decoration: none;
}


#CategoryProductArea .ProductName
{
	font-size: 10pt;
	font-weight: bold;
}


#CategoryProductArea .ProductPrice
{
	font-weight: bold;
}


/***********************************************/
/* Search Pages                                */
/***********************************************/

#SearchArea
{
	margin: 0px auto;
	margin-bottom: 20px;
	text-align: center;
	color: #666666;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

#SearchArea table 
{
	width: 600px;
}

#SearchArea table td
{
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	width: 300px;
}


#SearchArea img
{
	border-width: 0px
}

#SearchArea .ProductDescription
{
	text-decoration: none;
}

#SearchArea .ProductName
{
	font-size: 10pt;
	font-weight: bold;
}

#SearchArea .ProductPrice
{
	font-weight: bold;
}
