/*
	 AgClassifieds Design
	 http://www.auctionadvertisingnetwork.com

	 COLOR KEY:
		Light Green   : #8dc73f;
		Dark Green    : #54ab1f;
		Blue          : #14598b;
		Grey          : #4a4a4a;
*/

@import url(reset.css);

body
{
   /* text-align: center;*/
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    color: #4a4a4a;
	/* background: #CFDFEC url(../images/background.jpg) repeat-x top left; */
}

#content 
{
	line-height: 1.5em;
}

a
{
    color: #14598b;
}

a:hover
{
    color: #4a4a4a;
}

a.rss
{
	background: url(../images/rss_add.png) no-repeat;
	height: 24px;
	padding-left: 30px;
	display: block;
	line-height: 24px;
	width: 100px;
}

fieldset legend
	{
		font-weight: bold;
		color: #231F20;
		padding: 5px;
		font-size: 1.3em;
	}
	
#content label
{
	text-align: right;
	width: 110px;
	padding-right: 10px;
	display: block;
	float: left;
	margin-bottom: 8px;
	font-weight: bold;
	color: #231F20;
}

#content form br
	{
		clear: left;
	}

#content p
{
    line-height: 1.5em;
    margin: 0.5em 0 1.33em;
}

#container
{
    text-align:left;
    margin: 0px auto;
    width: 980px;
    font-size: 1.2em;
    border: 1px solid #4a4a4a;
    border-top: 4px solid #8dc73f;
    border-bottom: 4px solid #8dc73f;
	background-color: #ffffff;
}

#utilNav
{
    margin: 0px 10px;
}

#utilNav ul
{
    float: left;
    margin: 9px 0px 0px 0px;
}

#utilNav li
{
    display: inline;
}

#utilNav li a
{
    text-decoration: none;
    margin: 0px 2px;
}

#utilNav li:after
{
	content: " |";
}

#utilNav li.last:after
{
	content: "";
}

#utilNav li a:hover
{
    text-decoration: underline;
}

#utilNav #login
{
    float: right;
    color: #14598b;
}

#utilNav #login .text
{
    width: 91px;
}

#utilNav #login .login-but
{
    position: relative;
    top: 3px;
}

#header
{
    margin: 0px 10px 0px 5px;
}

#header h1 a
{
    float: left;
    text-indent: -9999px;
    background: url(../images/agclassifieds.png) no-repeat top left;
    height: 88px;
    width: 233px;
	display: block;
}

#header img
{
    float: right;
    border: 1px solid #165789;
	margin: 10px 0px;
}

#globalNav
{
    background: url(../images/searchNav-bg.gif) repeat-x top left;
    height: 40px;
    color: #ffffff;
    font-size: 1.3em;
    text-transform: uppercase;
    border-top: 1px solid #0d498e;
    border-bottom: 1px solid #0d498e;
    width: 780px;
}

#globalNav ul
{
    float: left;
    background: url(../images/mainNav-bg.jpg) repeat-x top left;
    height: 40px;
    padding-left: 10px;
}

#globalNav li
{
    display: inline;
    line-height: 40px;
    background: url(../images/mainNav-sep.gif) no-repeat center right;
    padding: 9px 0 10px 5px;
}

#globalNav li.last
{
    background: none;
}

#globalNav li a
{
    text-decoration: none;
    margin-right: 10px;
	margin-left: 5px;
    color: #ffffff;
	letter-spacing: 1px;
	padding: 10px 0px;
}

#globalNav li a:hover
{
    color: #A9DF61;
}

#globalNav #search
{
    float: right;
	/*padding-right: 4px;*/
}

#globalNav #search .search-but
{
    position: relative;
    top: 9px;
}

#content
{
    width: 770px;
    float: left;
	/* padding-left: 10px; */
}

.home-section
{
    margin: 20px 0px 10px 0px;
}

.home-section h2
{
    font-size: 2.0em;
    color: #54ab1f;
    padding-bottom: 10px;
    float: left;
}

.home-section h2 span
{
    color: #14598b;
}

.home-section a.more
{
	float: right;
    background: url(../images/clickhere.png) no-repeat top left;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #ffffff;
	width: 264px;
	text-indent: 10px;
	position: relative;
	top: 9px;
	left: -2px;
}

.home-section a.more:hover
{
	color: #A9DF61;
}

.listing
{
    float: left;
    width: 236px;
    padding: 25px 0px 0px 20px;
    background: url(../images/listing-bg.gif) repeat-x top left;
    height: 127px;
	position: relative;
}

.listing a
{
    font-size: 1.15em;
}

.listing img
{
	float: left;
    margin-right: 10px;
    border: 1px solid #165789;
	max-height: 100px;
	max-width: 100px;
}

.listing .price
{
    color: #54ab1f;
    font-weight: bold;
    /*float: right;*/
    font-size: 1.15em;
	position: absolute;
	top: 119px;
	left: 173px;
}

.listingImage {
	width: 98px;
	float: left;
	padding-right: 12px;
}

.listingText {
	width: 113px;
	float: left;
}

#sidebar
{
    float: right;
	padding-right: 10px;
}

#sidebar img
{
	border: 1px solid #000000;
}

#footer
{
    clear: both;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #14598b;
    background: url(../images/footer-bg.png) repeat-x top left;
    height: 19px;
    font-size: 0.9em;
    color: #ffffff;
    line-height: 17px;
	text-indent: 10px;
}

.clear
{
	clear: both;
}

a.back
{
	padding-left: 10px;
	text-decoration: none;
}

#localNav
{
	background: url(../images/localNav-bg.gif) repeat-x top left;
    height: 45px;
    color: #ffffff;
    font-size: 1.1em;
    margin-top: 2px;
    text-align: center;
	position: relative;
}

#localNav ul
{
	background: url(../images/localNav-left.png) center left no-repeat;
    height: 28px;
    padding-left: 10px;
}

#localNav li
{
    display: inline;
    line-height: 28px;
    background: url(../images/localNav-sep.gif) no-repeat center right;
    padding: 0px 0px 0px 5px;
}

#localNav li.last
{
    background: none;
}

#localNav li a
{
    text-decoration: none;
    margin-right: 10px;
	margin-left: 5px;
    color: #ffffff;
	letter-spacing: 1px;
}

#localNav li a:hover
{
	text-decoration: underline;
}

#localNav #rightLocalNav
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 47px;
	height: 28px;
	background: url(../images/localNav-right.png) no-repeat top right;
}

#contentWrapper
{
    border: 1px solid #4f83a8;
    padding: 5px;
    width: 764px;
	margin-bottom: 20px;
	
}

#content-sidebar
{
    border: 1px solid #4f83a8;
    float: left;
   /* width: 227px;*/
   width: 217px;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#content-sidebar h3
{
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	background-color: #f2f2f2;
	padding: 5px 0px;
	margin: 10px 0px;
}

#content-sidebar h3.first
{
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

#content-sidebar h3 span
{
	font-size: 1.6em;
    color: #ffffff;
    background-color: #14598b;
    padding: 10px 0px;
	display: block;
}

#content-sidebar table
{
	font-size: 1.2em;
}

#content-sidebar table th
{
	text-align: right;
	width: 60px;
	color: #4b951d;
	padding-right: 15px;
}

#content-sidebar table td
{
	padding: 5px 0px;
	color: #14598b;
	text-align: left;
}

#content-sidebar img.flag
{
	padding-left: 10px;
}

#content-sidebar img.dealer-logo
{
	padding: 10px;
}

#content-sidebar #info
{
	text-align: left;
	padding-left: 20px;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}

#content-sidebar address
{
	margin: 0.5em 0 1.33em;
	font-style: normal;
}

#content-sidebar ul
{
	text-align: left;
	padding-left: 20px;
}

#content-sidebar ul li
{
	padding: 3px 0px;
}

#content-sidebar h2
{
	font-size: 1.2em;
	margin-top: 10px;
}

#content-main
{
	/*
    float: left;
	margin-left: 7px;
	display: inline;
	*/
	/*margin-left: 237px;*/
	margin-left: 222px;
}



#content-main h2
{
	font-size: 1.6em;
	color: #ffffff;
    background-color: #14598b;
	padding: 10px;
	margin-bottom: 5px;
}

#content-main h2 span
{
	float: right;
}

#content-main img
{
	border: 1px solid #4f83a8;
}

#content-main h4
{
	font-size: 1.2em;
}

.highlight
{
	color: #4b951d;
}

#content-main h4
{
	padding-top: 20px;
}

#content-main ul.itemNav
{
	padding: 20px 0px;
	border-top: 1px solid #4f83a8;
	text-align: center;
}

#content-main ul.itemNav li
{
    display: inline;
}

#content-main ul.itemNav li a
{
    text-decoration: none;
    margin: 0px 10px;
    background-color: #55ab1f;
    padding: 0px 3px;
    color: #ffffff;
    border: 1px solid #15598b;
}

#content-main ul.itemNav li a:hover
{
     text-decoration: underline;
}

#content-main ul.thumbNav
{
	padding: 3px 0px;
	border-bottom: 1px solid #4f83a8;
	overflow: hidden;
	/*height: 100%;*/
	background: url(../images/thumb-txt.png) no-repeat right bottom;
	zoom:1;
}

#content-main ul.thumbNav li
{
    float: left;
	width: 41px;
	height: 43px;
	display: block;
	background: url(../images/thumb-bg.gif) no-repeat;
	margin-left: 10px;
}

#content-main ul.thumbNav img
{
	margin-top: 3px;
	margin-left: 3px;
	border: 1px solid #bfbfbf;
}

#content #options
{
	background: url(../images/options-bg.gif) repeat-x top left;
	height: 45px;
	line-height: 45px;
	position: relative;
}

#content #options h4
{
    display: inline;
    text-transform: uppercase;
    color: #4b951d;
    margin-left: 10px;
}

#content #options ul
{
    display: inline;
    margin-right: 5px;
	background: url(../images/tablecell-bg.gif) no-repeat right center;
	padding-right: 5px;
}

#content #options ul li
{
    display: inline;
    padding: 0px 3px;
}

#content #options a
{
    color: #4a4a4a;
}

#content #options a.active
{
    color: #14598b;
	font-weight: bold;
}


#content #options li:after
{
	content: " |";
}

#content #options li.last:after
{
	content: "";
}

#content #options ul.last
{
	background: none;
}

#content #options #locationForm
{
	position: absolute;
	left: 173px;
	top: 38px;
	padding: 0px 10px;
	border: 1px solid #777777;
	border-top: none;
	background-color: #cccccc;
	display: none;
}

#content .pagination
{
	margin-top: 10px;
	padding: 0px 10px;

}

#content .pagination h4, #content .pagination ul
{
    display: inline;
}

#content .pagination h4
{
	font-weight: normal;
	float: left;
}

#content .pagination ul
{
	float:right;
}

#content .pagination a.disablelink, #content .pagination a.currentpage
{
	color: #4a4a4a;
	text-decoration: none;
}

#content .pagination ul li
{
    display: inline;
	padding: 0px 1px;
}

fieldset
{
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding: 1em;
}

legend
{
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#error
{
	color: #F00;	
}
