@charset "utf-8";

body
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#f2f2f2;
}
div,table
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
img
{
	border:0;
}
a
{
	text-decoration:none;	
}
a:hover
{
	text-decoration:underline;
}

.catLnk
{
	font-size:11px;
	color:#003366;
}
.catCnt
{
	font-size:11px;
	color:#003366;
}

/* === page navigation ===*/
.top_nav_lk{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#00579c;
	text-decoration:underline;
}

#page_nav
{
	/*background:#FFF url("http://pics1.truition.com/images/p2/wl/olympics/img/bg_nav.gif") left bottom no-repeat;*/
	width: 596px;
	height: 31px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin: 0;
}

#nav
{
	position: relative;
	margin: 0;
	padding: 0;
}

#nav li
{
	float: left;
	list-style: none;
}

#nav li a 
{
	position:absolute;
	top:0px;
	margin: 0;
	padding: 0;
	display: block;
	height: 31px;
	background:#FFF url("http://pics1.edeal.com/images/p2/wl/steiner_staging/img/nav_bar.png") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/*up state*/
li#nav_account a
{
	left: 0px;
	width: 119px;
	background-position: 0px 0px;
}
li#nav_account a:hover 
{
	left: 0px;
	width: 119px;
	background-position: 0px -31px;
}

li#nav_newlistings a 
{
	text-align:left;
	left: 119px;
	width: 119px;
	background-position: -119px 0px;
}
li#nav_newlistings a:hover 
{
	text-align:left;
	left: 119px;
	width: 119px;
	background-position: -119px -31px;
}

li#nav_closing a 
{
	text-align:left;
	left: 238px;
	width: 120px;
	background-position: -238px 0px;
}
li#nav_closing a:hover 
{
	text-align:left;
	left: 238px;
	width: 120px;
	background-position: -238px -31px;
}

li#nav_watchlist a 
{
	text-align:left;
	left: 358px;
	width: 119px;
	background-position: -358px 0px;
}
li#nav_watchlist a:hover 
{
	text-align:left;
	left: 358px;
	width: 119px;
	background-position: -358px -31px;
}

li#nav_viewall a 
{
	text-align:left;
	left: 477px;
	width: 119px;
	background-position: -477px 0px;
}
li#nav_viewall a:hover 
{
	text-align:left;
	left: 477px;
	width: 119px;
	background-position: -477px -31px;
}
