html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, dl, dt, dd
{ 
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

html, body
{
	background-color: #fff;
}

#bodyHead
{
	position: relative;
	background: transparent url(/images/bg_header.png) left top repeat-x;
}

#bodyHeadInner
{
	height: 59px;
}

#bodyBottomHalf
{
	background: #fff url(/images/bg_bottomhalf.png) repeat-x;
	padding-bottom: 60px;
}

#bodyHeadInner, #bodyTopHalfInner, #bodyBottomHalfInner
{
	position: relative;
	width: 870px;
	margin: 0 auto;
	clear: both;
}

#bodyFooterInner
{
	width: 870px;
	margin: 0 auto;
}

#bodyTopHalfInner
{
	padding: 10px 0 4px 0;
}

#bodyBottomHalfInner, #bodyFooter
{
	padding: 10px 0;
}

#bodyFooter
{
	background: #fff url(/images/bg_footer.png) left top repeat-x;
	height: 160px;
}

.btnClose
{
	position: absolute;
	top: 6px;
	right: 10px;
	cursor: pointer;
}

#boxBidHistoryPager li
{
	border: none;
}

#logo
{
	position: absolute;
	top: 5px;
	left: 0;
}

#navMain
{
	position: absolute;
	top: 34px;
	left: 140px;
	list-style: none;
}

#navMain li
{
	float: left;
	margin-right: 26px;
}

#navMain li a.selected
{
	color: #fff;
}

#navMain li a
{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#navMain li a:hover
{
	color: #fff;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
