/* webforms */
.btnDefault
{
	font-family:Verdana;
	font-size:8pt;
}
.txtDefault
{
	font-family:Verdana;
	font-size:8pt;

}
.drpDefault
{
		font-family:Verdana;
	font-size:8pt;
}
/**/
body
{
	font-family:Verdana;
	font-size:8pt;
}
td
{
	font-family:Verdana;
	font-size:8pt;
}
.stdHref
{
	text-decoration:none;
	color:Black;
}
.stdHref_Hover
{
	
	/*background-color:#dfdfdf;*/
	color:#ec520f;
	text-decoration:none;
}
.menuCell
{
	
	cursor: pointer;
}

.Title
{
	color:Black;
	font-weight:bold;
	width:100%;
}
.Info
{
	color:Black;
	font-weight:normal;
	
}
.ListItemGrey
{
	color:Grey;
	font-weight:bold;
	width:100%;
}
.ListItemBold
{
	color:Black;
	font-weight:bold;
	width:100%;
}
.ListItem
{
	color:Black;
	width:100%;
}
.ListSum
{
	
	color:Black;
	width:100%;
}


.subGroupTitle
{
	/*border-bottom:1px solid silver;*/
	color:Black;
	font-weight:bold;
	width:100%;
	
	
}
.subGroupItem
{
	
	color:black;
	text-decoration:none;
}
.subGroupItem_Hover
{
	
	/*background-color:#dfdfdf;*/
	color:#ec520f;
	text-decoration:none;
}
.subGroupItem_Selected
{
	
	/*background-color:#dfdfdf;*/
	color:#ec520f;
	text-decoration:none;
	/*font-weight:bold;*/
}
.menuHref
{
	color:black;text-decoration:none
}
.menuHref_Selected
{
	color:#ec520f;text-decoration:none;
	font-weight:normal;
	
}
.productItem
{
	
	padding:10px;	
}
.productNameItem
{
	width:150px;
}
.productPriceItem
{
	font-weight:bold;
	font-family:Verdana;
}

.prnImageCell
{
	width:100px;
	border:0px solid black;
	height:100px;
	margin:2px;
}
.prnTextCell
{
	width:500px;
	border:0px solid black;
	height:100px;
	margin:2px;
}
.prnCategoryHeader
{
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
}
.prnProductName
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
}
.prnDescription
{
	font-family:Verdana;
	font-weight:normal;
	font-size:8pt;
}
.prnPrice
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
}
.prnProductNumber
{
		font-family:Verdana;
	font-weight:normal;
	font-size:8pt;
}
.floatimgleft {
float:left;

}