﻿body 
{
	background: #e2e2e2 url('images/bg.jpg') repeat-x;
	font-family: arial;
	font-size: 11pt;
	color: #666666;
}

.normaltext
{
	font-family: arial;
	font-size: 11px;
	color: #666666;
}

.imageBorder 
{
	border: 1px solid #e2e2e2;
}

a.imageBorder:hover 
{
	border: 1px solid #243561;
}

a 
{
	color: #666666;
	text-decoration: underline;
}

a:hover 
{
	color: #243561;
	text-decoration: none;
}

.productTitle 
{
	font-size:14px;
	font-weight:bold;
}

.productCat		/* product category button <div> */
{
	width:210px;
	height:24px;
	border-top:1px solid #e2e2e2;
}

.productCatSel
{
	width:210px;
	height:24px;
	border-top:1px solid #e2e2e2;
	color:#243561;
}

.productCat a
{
	text-decoration:none;
}
.productCatSel a
{
	color:#243561;
	text-decoration:none;
}

.normaltextbox
{
	font-size:11px;
	font-family: arial;
	color: #222222;
}