.footer 
{
	background-color: #000;
	color: White;
	font-weight: bold;
	text-align:center;
	padding-top: 8px;
	height: 32px;
}
.prod_line
{
	border-bottom: solid 1px #CCCCCC;
}
.data_grid
{
    background-color:White;
    border-color: #C9C9C9;
    border-width:0px;
    border-style:solid;
    border-collapse:collapse;
}
.data_grid_detail
{
    background-color:White;
    border-color:White;
    border-width:1px;
    border-style:solid;
    border-collapse:collapse;
}
.data_grid th
{
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
    color: #ffffff;
    background-color: #717171;
}
.data_grid td
{
	font-size: 10px;
    padding: 3px;
}
.data_grid input
{
	font-size: 10px;
}
.data_grid_detail td
{
    padding: 3px;
    border-bottom: solid 1px #ececec;
}
.data_grid th a:link
{
    font-weight: bold;
    color: #ffffff;
}
th a:link
{
    font-weight: bold;
    color: #ffffff;
}
th a:visited
{
    font-weight: bold;
    color: #ffffff;
}
.product_heading
{
	font-size: 14px;	
    font-weight: bold;
    margin-bottom: 8px;
}
.catImage
{
	padding: 5px;
	float: left;
	text-align: center;
	width: 130px;
	height: 160px;
}
.bc
{
	border: solid 1px 1c1;
	width: 220px;
}
.bc1
{
	float:left;
}
.bc2
{
	float:none;
}
.hb1, .hb2, .hb3, .hb4, .hb5, .hb6
{
	float:left;
	width: 80px;
	text-align: left;
}
.vb1, .vb2, .vb3, .vb4, .vb5, .vb6
{
	float:none;
	width: 20px;
}
.textSmall
{
    font-size: 11px;
    margin-left: -3px;
}

 DIV.RadTreeView_RadTreeView1
{
    white-space: normal;

}


 DIV.RadTreeView_RadTreeView1 .rtIn
{

    background-image: none;
    border-bottom-color: transparent;
    background-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    font-size: 12px;
}

 DIV.RadTreeView_RadTreeView1 .rtHover .rtIn
{

    background-image: none;
    border-bottom-color: transparent;
    background-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    text-decoration: underline;

}

 DIV.RadTreeView_RadTreeView1 .rtSelected .rtIn
{
    background-image: none;
    border-bottom-color: transparent;
    background-color: transparent;
    border-top-color: transparent;
    color: #000000;
    border-right-color: transparent;
    border-left-color: transparent;
    font-weight: bold;
}