/**************************************
Gray Box for Search/Feature Section
**************************************/
/* Top Left */
.GrayBoxTopLeft
{
	background: #96391E url( "../images/graybox_topleft.jpg" ) no-repeat left;
	width: 13px;
	height: 8px;
}
/* Top */
.GrayBoxTop
{
	background: #96391E url( "../images/graybox_top.jpg" ) repeat-x center;
	height: 8px;
	color: #ffffff;
	font: 13px verdana, arial, helvetica;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
/* Top Right */
.GrayBoxTopRight
{
	background: #96391E url( "../images/graybox_topright.jpg" ) no-repeat right;
	width: 12px;
	height: 8px;
}

/* Middle Left */
.GrayBoxLeft
{
	background: #FFFFFF url( "../images/graybox_left.jpg" ) repeat-y left;
	width: 13px;
	height: 16px;
}
/* Middle  */
.GrayBoxMiddle
{
	background: #FFFFFF url( "../images/graybox_bg.jpg" ) repeat;
	height: 16px;
}
/* Middle Right */
.GrayBoxRight
{
	background: #FFFFFF url( "../images/graybox_right.jpg" ) repeat-y right;
	width: 12px;
	height: 16px;
}

/* Bottom Left */
.GrayBoxBotLeft
{
	background: #FFFFFF url( "../images/graybox_botleft.jpg" ) no-repeat left;
	width: 13px;
	height: 9px;
}
/* Bottom  */
.GrayBoxBottom
{
	background: #FFFFFF url( "../images/graybox_bottom.jpg" ) repeat-x center;
	height: 9px;
}
/* Bottom Right */
.GrayBoxBotRight
{
	background: #FFFFFF url( "../images/graybox_botright.jpg" ) no-repeat right;
	width: 12px;
	height: 9px;
}
