/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#seekerCell{
	position:absolute;
	width:237px; 
	background-color: #ffffff;
	border:1px solid #000000;
	height:335px;
}

#seekerHeader{
background:url(http://media.mgnetwork.com/tri/html/Classifieds/seekerbox2/images/header-background.gif) repeat-x top;
text-align:center;
}

#seekerNav{
	float: left;
	width:80px;
	padding: 0px;
	margin:0px 0px 5px 5px;	
	font: 10px Verdana;
}

#seekerContent{
	margin:5px;
}

#seekerContent{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 90px;
	border-left: 0px solid #ccd2d2;
	
}

#seekerIframe{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 90px;
	
}


#seekerIframeContent{
	width:125px;
}

/************ seekerLinks styles **************/

#seekerLinks{
	margin: 0px;
	padding: 0px;

}


#seekerLinks a:link, #seekerLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: normal;
	padding: 4px 0px 4px 3px;
	color: #628296;
	text-decoration: none;
	
}

#seekerLinks a:hover, #seekerLinks a:active{
	border-top: 1px solid #cccccc;
	background-color: #FFF;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}


/************* seekerRelatedLinks styles **************/

.seekerRelatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 5px;
	color:#628296;
}

.seekerRelatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.seekerRelatedLinks a{
	display: block; 
	text-decoration: none;
	color:#628296;
}

.seekerRelatedLinks a:hover{
	text-decoration: underline;
	color:#628296;
}




#seekerIframeContent form {
	margin: 0;
	padding: 0;
	font: Verdana 9px;
}

#seekerIframeContent label{
 font: Verdana 9px;
 color: #334d55;
}

			
#seekerIframeContent input{
font-family: Arial,sans-serif;
background-color:#E8E8E8;
border:1px solid #999999;
margin-top:5px;
}

#seekerIframeContent a:link, #seekerIframeContent a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #628296;
	text-decoration: none;
	font-size:10px;
	
}

#seekerIframeContent a:hover{
	
	text-decoration: underline;
}

#seekerIframeContent span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size:10px;
	
}

/***********************************************/
/* Forms                                */
/***********************************************/
