body {
        margin: 10px auto;
        width: 1024px;
}

#logo {
	margin-top: 15px;
	height: 76px;	
}

#status {
	float: right;
}

.login_box {
	float:right;
	height:81px;
}

.login_box #sellapart{
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	height:81px;
}

.login_box td.leftcap {
	width: 3px;
	background: url(../img/elements/login-box/left-cap.gif) no-repeat;
}
.login_box td.middle {
	background: url(../img/elements/login-box/bg.gif) repeat-x;
	height: 81px;
	padding: 2px 10px;
	vertical-align: top;
}
.login_box td.rightcap {
	width: 3px;
	background: url(../img/elements/login-box/right-cap.gif) no-repeat;
}

.login_textbox
{
	width:128px;
	height:16px;
	background: transparent url(../img/elements/login-box/text.gif) repeat scroll 0 0;
	padding:2px;
	margin-left:5px;
	margin-right:5px;
	border: 0px none;
	color:#666666;
	font-size:12px;
}

.login_title
{
	font-weight:bold;
	font-size:15px;
	color:#0A590F;
	margin-left:10px;
}

.login_box a
{
	text-decoration: none;
}

.login_box a:hover
{
	color:#4BB251;
}

#tabs
{
	background:transparent url(../img/bg/nav_bg.gif) repeat-x scroll 0 0;
	margin-top:10px;
	height:45px;
}

#tab_left
{
	background:transparent url(../img/bg/nav_top_left.gif) no-repeat scroll 0 0;
	height:5px;
	width:5px;
	float:left;
}

#tab_right
{
	background:transparent url(../img/bg/nav_top_right.gif) no-repeat scroll 0 0;
	height:5px;
	width:5px;
	float:right;
}

#tab_data
{
	height:45px;
	float:right;
}

#tab_data a
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:14px 5px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:45px;
}

#tab_data a:hover
{
	background:transparent url(../img/bg/nav_active_arrow.gif) no-repeat scroll center bottom;
}

#footer
{
	padding-top:5px;
}

#footer td
{
	border:2px solid #DEDEDE;border-top:none;
	padding:2px;
	padding-left:5px;
	padding-bottom:5px;
}

#footer th
{
	text-align:left;
	background-color:#DEDEDE;
	font-size:13px;
	padding:6px;
}

#footer ul
{
	list-style-image:url(../img/elements/footer-table/li.gif);
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:20px;
}


#footer a
{
	color:#000000;
	text-decoration:none;
}

#footer a:hover
{
	color:#666666;
}

.button
{
	margin:5px;
	height:23px;
	cursor: pointer;
}

.button a
{
	display:block;
	height:23px;
	text-decoration:none;
	cursor:pointer;
}

* html .button-right {
	margin-left:-3px;
}

* html .button-left {
	margin-right:-3px;
}

.button-left
{
	float:left;
	background:transparent url(../img/btn/btn_left.gif) no-repeat scroll 0 0;
	height:23px;
	width:4px;
}

.button-right
{
	float:right;
	background:transparent url(../img/btn/btn_right.gif) no-repeat scroll 0 0;
	height:23px;
	width:4px;
}

.button-middle
{
	background:transparent url(../img/btn/btn_middle.gif) repeat-x scroll 0 0;
	height:15px;
	color:#FFFFFF;
	padding:4px 0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

a
{
	color:#0A590F;
	font-size:13px;
}

p
{
	font-size:13px;
}

img
{
	border:0px;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

br.clear
{
	clear:both;
	line-height:0px;
}