/*
	Postings stylesheet
*/

/* List of adverts - search results */
.advert-list
{
	background : White;
	overflow : auto;
	height : 430px;
	
scrollbar-face-color : #E44C12;
scrollbar-highlight-color : #F06B36;
scrollbar-3dlight-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-shadow-color : #E44C12;
scrollbar-arrow-color : #FFFFFF;
scrollbar-track-color : #FFFFFF;
}
.advert-list-header
{
	background : #E44C12 url('../images/tabtl10.gif') no-repeat 0 0;
	color : Black;
	font-weight : bold;
	font-size : larger;
	height : 20px;
	text-align : center;
	padding : 3px 5px;
}
.advert-list-footer
{
	background : #E44C12 url('../images/tabbr10.gif') no-repeat 100% 100%;
	font-weight : bold;
	height : 20px;
	text-align : center;
	padding : 3px 5px;
}
.advert-item
{
	padding : 5px 5px 0 5px;
	vertical-align : top;
	border-bottom : #E44C12 1px dotted;
	border-left : #E44C12 1px solid;
	border-right : #E44C12 1px solid;
	text-align : left;
	overflow : hidden;
}
.advert-item img
{
	display : block;
	float : left;
	vertical-align : middle;
}
.advert-item-text
{
	position : relative;
	float : left;
	left : 3px;
	width : 290px;
	height : 105px;
	text-align : left;
	padding-top : 2px;
	overflow : hidden;
	color : Black;
}
.advert-item-text2
{
	position : relative;
	float : left;
	left : 3px;
	width : 420px;
	text-align : left;
	padding-top : 2px;
	overflow : hidden;
	color : Black;
}
.detail-picture image
{
	border : none;
	margin-top : 10px;
	width : 200px;
}
.advert-item-title, 
.advert-item-title:active, .advert-item-title:link, .advert-item-title:visited, .advert-item-title:hover
{
	display: inline;
	text-decoration : underline;
	font-weight : bold;
	color : Black;
	text-align : left;
	padding : 0;
	margin-left : 0;
}
.advert-item-contact
{
	text-align : center;
	font-weight : bold;
	color : #E44C12;
	clear : both;
	margin-top : 0;
}
.advert-item-price
{
	text-align : right;
	font-weight : bold;
	color : Black;
	text-decoration : underline;
	position : relative;
	width : 55px;
	float : right;
	top : 0px;
	right : 3px;
}
.advert-item-pictures
{
	background : White url('../images/picframe.gif') no-repeat;
	position : relative;
	float : left;
	width : 128px;
	height : 112px;
	text-align : center;
}
.advert-item-pictures a
{
	padding : 0;
}
.advert-item-pictures a.hover
{
	text-decoration : none;
	clear : both;
}
.advert-item-pictures a img
{
	margin : 4px 2px 0 2px;
	padding-left : 2px;
	width : 112px;
	height : 77px;
	border : none;
}
.advert-item-pictures a img.camera
{
	margin : 2px 0 0 2px;
	padding-right : 0;
	width : 16px;
	height : 16px;
	border : none;
}
.advert-item-pictures a img.nomorepics
{
	margin : 2px 2px 0 2px;
	width : 120px;
	height : 20px;
	border : none;
}

/* Post an advert form */
#postadvert
{
	padding : 0 5px;
}
#postadvert input, #postadvert textarea, #postadvert select
{
	padding : 0;
	margin-left : 5px;
}
#postadvert p
{
	clear : none;
}
#postadvert table
{
	width : 420px;
	overflow : hidden;
	border-top : 2px solid #E44C12;
	margin-top : -10px;
}
#postadvert td
{
	vertical-align : middle;
	padding : 5px 0;
	font-size : 11px;
}
#postadvert ol li
{
	list-style-type : lower-alpha;
}
#postadvert h5
{
	margin-bottom : 0;
	margin-right : 3px;
}
#submit
{
	border-top : 1px solid #E44C12;
	border-right : 2px solid #E44C12;
	border-bottom : 2px solid #E44C12;
	border-left : 1px solid #E44C12;
}