body
{
	font-family: arial;
}
img
{
	border: #999999 1px solid;
}

#ap_gallery_wrap
{
	max-width:350px;
}

.ap_photo_thumb
{
	margin-right: 5px;
}

#ap_photo_gallery
{
	float:left;
}

.ap_photo_large >img
{
	max-width: 350px;
	max-height: 350px;
}

#ap_print_desc
{
	width: 350px;
	float: left;
	margin-left: 50px;
}

.ap_print_ad_title
{
	font-size: 1.5em;
	font-weight: bold;
	color: #777777;
}

.ap_copy
{
	color: #999999;
	margin-top: 20px
}

.ap_print_ad_date
{
	color: #999999;
	margin-top:30px
}

#ap_wrap {
	width: 998px;
	margin: 0px auto; 
	padding: 0px;
	border: 1px solid #000000;
}
#ap_header {
}
#ap_left {
	float: left;
	width: 199px;
}
#ap_content {
	float: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width: 600px;
}
#ap_right {
	float: left;
	width: 199px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#ap_content a { 
	color: DARKBLUE;
	text-decoration: underline;
}
#ap_content a:hover { 
	color: GREEN;
}

/*
	SEARCH
*/
#ap_search {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
.ap_search {
	width: 250px;
}
#ap_searchmeta {
}
#ap_found {
	text-align: left;
	color: #999999;
}
#ap_found .ap_found, #ap_found .ap_count, #ap_found .ap_speed {
	font-weight: bold;
	color: #333333;
}

#ap_results {
}

/*
	PAGINATION
*/
.ap_paginator {
}
.ap_paginator ul {
	list-style: none;
	margin-top: 20px;
	padding: 0px;
}
.ap_paginator ul li {
	list-style: none;
	padding: 4px;
	margin-right: 1px;
	border: 1px solid #EEEEEE;
	background: #F7F7F7;
	display: inline;
}
.ap_paginator ul li.ap_currentpage {
	font-weight: bold;
}
.ap_paginator ul li:hover {
	background: #CCCCCC;
}
.ap_paginator ul li:first-child, .ap_paginator ul li:first-child:hover {
	border: 1px solid #EEEEEE;
	background: #F7F7F7;
	padding: 4px;
}

/*
	NAV
*/
#ap_nav {
}
#ap_nav ul {
	list-style: none;
	padding:4px;
	border: 1px solid #EEEEEE;
	background: #F7F7F7;
}
#ap_nav ul li {
	background: url('images/nav.gif') no-repeat left;
	list-style: none;
	display: inline;
	margin-left: 10px;
	padding-left:10px;
}

/*
	FILTERS
*/
#ap_filter {
}
#ap_filter ul {
}
#ap_filter ul li {
	width: 45%;
	float: left;
	list-style: none;
	padding-left:10px;
	background: url('images/nav.gif') no-repeat left;
}


/*
	CATEGORIES 
*/

#ap_categories {
	padding: 8px;
}
#ap_categories h3 {
	font-size: 12px;
	cursor: pointer;
	float: left;
	width: 48%;
	background: url('images/nav.gif') no-repeat left;
	padding-left: 10px;
}
#ap_categories h3 span, div.ap_category ul li span {
	font-size: 10px;
	color: #666666;
}

/*
	ADS (LIST)
*/
#ap_ads {
	width: 100%;
}
#ap_ads table {
	border-collapse: collapse;
}
#ap_ads tr {
	border-top: 1px solid #EEEEEE;
}
#ap_ads tr:hover {
	background-color: #F7F7F7;
}
#ap_ads tr.ap_photo:hover {
	background-color: #FFFFFF;
}
#ap_ads td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 3px 3px 3px;
	height: 70px;
	whitespace: normal;
}
#ap_ads a {
	font-weight: bold;
}
#ap_ads img.ap_photo_thumb {
	 max-height: 70px;
	 max-width: 70px;
	 float: left;
	 margin: 5px 8px 0px 0px;
	 border: 1px solid #CCCCCC;
}
#ap_ads div.ap_copy {
	 margin-top: 5px;
	 font-size: 10px;
}

/*
	AD DETAILS
*/
#ap_ad_details {
}
#ap_ad_details h1 {
	font-size: 17px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#ap_ad_details img.ap_photo_thumb {
	 max-height: 50px;
	 float: left;
	 margin: 5px 8px 0px 0px;
	 border: 1px solid #CCCCCC;
}
#ap_ad_details img.ap_photo_large {
	 max-height: 300px;
	 max-width: 300px;
	 float: left;
	 margin: 0px 8px 0px 0px;
	 border: 1px solid #000000;
}

/*
	MODULES
*/
#ap_contactseller {
	border: 1px solid #CCCCCC;
	padding: 1px;
	float: right;
	width: 250px;
	margin-bottom: 5px;
}
#ap_contactseller h3 {
	margin: 0px;
	padding: 4px;
	background: #F7F7F7;
}
#ap_contactseller div {
	padding: 8px;
}
#ap_contactseller label {
}
#ap_contactseller input, #ap_contactseller textarea {
	float: left;
	margin-bottom: 8px;
}
#ap_contactseller input {
	width: 100%;
}
#ap_contactseller textarea {
	width: 100%;
	height: 200px;
}