/* CSS Document */
.Box
{
	width:205px;
	background:url(../images/box_bg.gif) center repeat-y;
}
.BoxTop
{
	background:url(../images/box_top.gif) top center no-repeat;
}
.BoxBot
{
	background:url(../images/box_bot.gif) bottom center no-repeat;
	min-height:150px;
	padding-bottom:8px;
}
.BoxBot h2
{
	text-align:right;
	font:normal 14px Arial;
	padding:8px 20px 9px 0;
}
.BoxBot #Selectors
{
	text-align:center;
	color:#ce4425;
	padding-top:3px;
	margin-bottom:5px;
}
/* ------------------------------------------------------------------------------- */
.SearchTbl
{
	margin:0 auto;
	width:190px;
}
.SearchTbl th
{
	font:normal 12px Arial;
	color:#264000;
	text-align:right;
}
.SearchTbl th, .SearchTbl td
{
	padding:3px;
}
.SearchTbl input
{
	width:180px;
}
.SearchBtn
{
	text-align:left; 
	padding-left:30px;
}
/* ------------------------------------------------------------------------------- */
#NewsBox
{
	padding:15px;
	border-bottom:1px dotted #929292;
}
#NewsBox h3
{
	text-align:right;
	font:bold 12px Arial;
	background:url(../images/green_arr.gif) right 5px no-repeat;
	padding-right:10px;
	color:#b72100;
	cursor:pointer;
}
#NewsBox a
{
	color:#000;
	text-decoration:none;
}
#NewsBox a:hover
{
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------- */
#WhiteBox
{
	width:265px;
	background:url(../images/con_det_bg.gif) center repeat-y;
}
#WhiteBoxTop
{
	background:url(../images/cont_det_bot.gif) bottom center no-repeat;
	padding-bottom:5px;
}
#WhiteBox h3
{
	background:url(../images/cont_det_top.gif) center no-repeat;
	height:29px;
	font:normal 14px Arial;
	padding-right:15px;
	line-height:29px;
	margin-bottom:5px;
}
#WhiteBox ul
{
	margin:0;
	padding:20px;
	list-style:none;
}
#WhiteBox ul li
{
	background:url(../images/green_arr.gif) center right no-repeat;
	padding-right:15px;
	margin-bottom:10px;
}
#WhiteBox ul li a
{
	color:#000;
}
/* ------------------------------------------------------------------------------- */
#SearchBox1, #SearchBox2
{
	display:none;
}
#SubCategoryID
{
	position:absolute;
	top:0;
	left:-165px;
	width:350px;
	height:150px;
	display:none;
}
#SubDemo
{
	width:185px;
	height:22px;
	background:url(../images/select.gif) center no-repeat;
	cursor:pointer;
}
#SubDemoText
{
	width:170px;
	padding-right:5px;
	overflow:hidden;
	color:#000;
	height:22px;
	line-height:22px;
}