/* CSS Document */
#CartBox
{
	background:url(../images/cart_box_bg.gif) top repeat-x;
	padding-top:8px;
	border-bottom:1px solid #eee8e3;
}
#CartBox h3
{
	font:bold 12px Arial;
	background:url(../images/cart_icon.gif) right no-repeat;
	padding-right:25px;
	margin:0 25px 5px 30px;
}
/* ------------------------------------------------------------------------------------ */
#NewsBox
{
	width:200px;
	height:138px;
	background:url(../images/news_box_bg.gif) no-repeat;
	float:left;
	padding:1px;
}
#NewsBox h2
{
	font:bold 12px Arial;
	text-align:right;
	border-bottom:1px dotted #4f1b00;
	height:30px;
	line-height:30px;
}
#NewsBox h2 img
{
	margin-left:10px;
	margin-right:15px;
}
/* ------------------------------------------------------------------------------------ */
#MainBox
{
	float:right;
	width:405px;
	height:138px;
	overflow:auto;
	padding:0 7px 0 7px;
}
#MainBox h1
{
	font:bold 12px Arial;
}
#SearchBar
{
	background:#eee8e3;
	border-bottom:1px solid #dbd6d1;
}
#SearchBar table
{
	height:55px;
}
#SearchBar table td, #SearchBar table th
{
	padding-left:5px;
	padding-right:5px;
}
#SearchBar select
{
	width:150px;
}
/* ------------------------------------------------------------------------------------ */
#PageBox
{
	padding:5px;
}
#PageBox h1
{
	background:url(../images/red_bullet.gif) right 4px no-repeat;
	font:bold 12px Arial;
	padding-right:10px;
	border-bottom:1px dotted #4f1b00;
	padding-bottom:5px;
	margin-bottom:7px;
}


