.productTitle
{
    font-family: tahoma;
    font-size: 8pt;
    text-decoration: underline;
    color: #C92000;
    font-weight: bold;
}
.productTitle:hover
{
    font-family: tahoma;
    font-size: 8pt;
    text-decoration: underline;
    color: #FF6600;
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FF6600;
}
.productImage
{
	margin: 2px;
	float: right;
}
.productBigImage
{
	margin: 2px 5px 2px 2px;
	float: left;
}
.productSummery
{
	text-align: left;
}
.productPagingMenu
{
	color: #808080;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 9pt;
	width: 15px;
}
.productSelectedPagingMenu
{
	color: #FF6600;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 9pt;
	width: 15px;
}
.productHoverPagingMenu
{
	color: #339966;
	background-color: #F0FFCC;
	border-style: solid;
	border-width: 1px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 9pt;
	width: 15px;
}
.productMenu
{
	margin: 2px;
}
.productEndTitle
{
    font-family: tahoma;
    font-size: 8pt;
    text-decoration: underline;
    color: #C92000;
    font-weight: bold;
}
.productText
{
	font-family: tahoma;
	font-size: 10pt;
	text-align: left;
}

