/* CSS Document */

/* Global */
*, label, fieldset, span { 
	font-family: Tahoma;
	font-size: 11px;
}

/* Layout */

body {
	background: url(../images2/body-bg.gif); 
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-x-position: 0%; 
	background-y-position: 0%;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#header {
	height: 72px;
}

#footer {
	text-align: center;
	vertical-align: middle;
}

#navigation, #footer {
	height: 36px;
	background: url(../images2/menu-bg.gif);
}

#search {
	background: url(../images2/nav-bg.gif);
}

#bread {
	background: url(../images2/nav-bg.gif);
}

#search, #bread {
	height: 31px;
	margin-top: 5px;
}

#cats, #ads {
	padding-bottom: 32767px !important; 
	margin-bottom: -32767px !important; 
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#content {
	margin-top: 5px;
}

#main {
	
}

#ads {
	background: url(../images2/adv-bg.gif);
}

#ads_header {
	margin-top: 15px;
	margin-left: 20px;
	vertical-align: bottom;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
}

#cats {
	background: url(../images2/cats-bg.gif);
}

#cats_header {
	margin-top: 15px;
	margin-left: 20px;
	vertical-align: bottom;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
}

#search_login {
	float: right;
	margin-top: 7px;
}

#search_login input {
	width: 100px;
}

#search_login span {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

#listings_page {
	clear: both;
	margin-top: 10px;
	margin-left: 10px; 
	margin-right: 10px;
}

.address_spacer { height: 15px; }

/* Typography */

#search input {
	margin-left: 4px;
	height: 14px;
	width: 130px;
	background: white;
	
}

.menu_item {
	display: block;
	float: left;
	margin-top: 10px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

#navigation #last {
	float: right;
	margin-right: 10px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #CFE7EB;
	text-decoration: none;
}
#navigation a:link #last, #navigation a:visited #last, #navigation a:active #last{
	color: #F59E9E;
	text-decoration: none;
}
#navigation a:hover, #navigation a:hover #last {
	color: white;
	text-decoration: none;
}

#cats ul li a:link, #cats ul li a:visited, #cats ul li a:active {
	color: #333333;
	text-decoration: none;
	background-image: url(../images2/leftbar-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#cats ul li a:hover {
	color: #416c93;
	text-decoration: underline;
}

#cats ul {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

#bread {
	vertical-align: middle;
}
#bread span {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
}

#main_cat td {
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.cat_title {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	display: block;
}

.cat_desc {
	font-size: 11px;
	font-family: Verdana;
}

.listing_title {
	background: #F5EDC2; /*#C2CDCF; /*#F5EDE6; /*#EFFFC1; */
	color: #474F2B;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;

}

.contacts span {
	display: block;
	height: 12px;
	font-family: Verdana;
	font-size: 11px;
}

.contacts span a {
	text-decoration: none;
}

.address span {
	display: block;
	
	font-family: Verdana;
	font-size: 11px;
}

.listing {
	background: #F5F5F5;
	border-bottom-style: solid;
	border-bottom-color: #474F2B;
	border-bottom-width: 1px;
	margin-bottom: 25px;
}

.address, .profile, .contacts, .extra { vertical-align: top; }

#registration fieldset {
	background: #E0E6E6;
	border-style: solid;
	border-width: 1px;
	border-color: #C2CDCF;
}

#registration .legend {
	display: block;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}

#registration .ctrlHolder {
	padding: 2px;
	margin: 2px;
}
#registration .ctrlHolder .formHint {
	margin-bottom: 2px;
	margin-left: 35%
}
#registration label {
	margin-left: 10px;
	width: 30%;
}

#registration button {
	margin-right: 100px;
	margin-bottom: 20px;
}

.validation_error {
	color: red;
}

#profile {
	margin-top: 5px;
	background: #E0E6E6;
	border-style: solid;
	border-width: 1px;
	border-color: #C2CDCF;
}
#profile .wrapper {
	width: 50%;

}
#profile .header {
	display: block;
	margin-top: 5px; 
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

/* Pagination */
#pagination {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

#pagination .page, #pagination .page_nav, #pagination .page_active {
	margin: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #86D244;
	color: #86D244;
}
#pagination .page_active {
	background: #86D244;
	color: white;
}
#pagination a:link, #pagination a:visited, #pagination a:active {
	text-decoration: none;
	color: #86D244;
}

#footer .copyright {
	display: block;
	margin-top: 7px;
	font-family: Tahoma;
	font-size: 11px;
	color: #CDE5E7;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #CFE7EB;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}

#backlinks { float: right; margin-right: 5px;}

#backlinks table { display: inline; }

#backlinks tr, #backlinks td{
	padding: 0px; padding-left: 5px;
	margin: 0px; margin-left: 5px;
	text-align: right;
}
