.heading
{
	background-color: #DCE4F4;
	background-image: url("../../images/site/blue_grad.gif");
	background-repeat: repeat-x;
	color: #fff;
	font-weight:bold;
	padding: 3px 5px 2px 5px;
	height: 27px;
	text-transform: uppercase;
}


.productmenu
{
	background-color: #EDF1F9;
	border-left: 1px solid #DCE4F4;
	padding: 0 5px 0 5px;
}

.rightpad5
{
	padding-right: 5px;
}

.leftpad5
{
	padding-left: 5px;
}

.pad5
{
	padding:5px;
}

.bottompad5
{
	padding-bottom:5px;
}

.toppad10
{
	padding: 10px 5px 0 0;
}

.toppad10 img
{
	margin-right:10px;
}

.gridheader
{
	background-color: #eee;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding:10px 5px 10px 5px;
}

.gridright
{
	border-right: 1px solid #aaa;
}

.gridbottom
{
	border-bottom: 1px solid #aaa;
}

.leftline
{
	border-left: 1px solid #bababa;
}

.topleft_curve
{
	background-image: url("../../images/user/curve_tl.gif");
	background-repeat: no-repeat;
	background-position : top right;
	width: 6px;
	height: 6px;
}

.topline
{
	border-top: 1px solid #bababa;
}

.topright_curve
{
	background-image: url("../../images/user/curve_tr.gif");
	background-repeat: no-repeat;
	background-position : top right;
	width: 6px;
	height: 6px;
}

.rightline
{
	border-right: 1px solid #bababa;
}

.bottomright_curve
{
	background-image: url("../../images/user/curve_br.gif");
	background-repeat: no-repeat;
	background-position : bottom right;
	width: 6px;
	height: 6px;
}

.bottomline
{
	border-bottom: 1px solid #bababa;
}
.bottomleft_curve
{
	background-image: url("../../images/user/curve_bl.gif");
	background-repeat: no-repeat;
	background-position : bottom right;
	width: 6px;
	height: 6px;
}

.bottomlineblack
{
	border-bottom: 1px solid #bababa;
}

.topleft_curve_solid
{
	background-image: url("../../images/user/solidcurve_tl.gif");
	background-repeat: no-repeat;
	background-position : top right;
	width: 6px;
	height: 6px;
}

.topright_curve_solid
{
	background-image: url("../../images/user/solidcurve_tr.gif");
	background-repeat: no-repeat;
	background-position : top right;
	width: 6px;
	height: 6px;
}

.bottomright_curve_solid
{
	background-image: url("../../images/user/solidcurve_br.gif");
	background-repeat: no-repeat;
	background-position : bottom right;
	width: 6px;
	height: 6px;
}

.bottomleft_curve_solid
{
	background-image: url("../../images/user/solidcurve_bl.gif");
	background-repeat: no-repeat;
	background-position : bottom right;
	width: 6px;
	height: 6px;
}

.solidgrey
{
	background-color: #F4F4F4;
	color: #000;
}

.toplineblack
{
	border-top: 1px solid #bababa;
}

.rightlineblack
{
	border-right: 1px solid #bababa;
}

.bottomlineblack
{
	border-bottom: 1px solid #bababa;
}

.leftlineblack
{
	border-left: 1px solid #bababa;
}


