﻿.clear
{
	clear: both;
	height: 0px;
}

/* USER ADS */

.user_ad
{
	clear:both;
	width: 600px;
	
	margin-top: 17px;
}

.user_ad_title
{
	float: right;
	width: auto;
	height: 28px;
	padding-right: 15px;
	margin-bottom: 3px;
	font: bold 14px/28px Arial;
	color: #006eaf;
	background: url(/MainSite/images/userads/bg_title.png) no-repeat right;
}

.user_ad_category
{
	position: relative;
	float: left;
	width: 100px;
	height: 28px;
	padding-left: 30px;
	margin-bottom: 3px;
	font: 11px/28px Arial;
	color: #333;
	text-align: left;
	background: url(/MainSite/images/userads/bg_category.png) no-repeat top left;
}

.user_ad_category img
{
	position: absolute;
	top: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
}

.user_ad_desc
{
	clear: both;
	width: 600px;
	
	background: #d8e9f3;
}

.user_ad_content
{
	float: right;
	width: 360px;
	padding: 15px 15px 0px 0px;
	font: 14px/20px Arial;
	color: #333;
}

.user_ad_gallery
{
	float: left;
}

.user_ad_gallery img
{
	float: right;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	margin: 8px 0px 0px 8px;
}

.user_ad_bottom
{
	clear: both;
	width: 600px;
	height: 25px;
	background: url(/MainSite/images/userads/bg_bottom.png);
}

.user_ad_price
{
	float: right;
	padding-right: 25px;
	margin-right: 15px;
	font: bold 14px/25px Arial;
	color: #fff;
	background: url(/MainSite/images/userads/bg_price.png) no-repeat right;
}

.user_ad_date
{
	float: left;
	padding-left: 8px;
	font: 11px/25px Arial;
	color: #fff;
}


.ads_section
{
	float: right;
	width: 270px;
	height: 130px;
}
.ads_section_btn
{
	display: block;
	position: relative;
	width: 150px;
	height: 50px;
	margin: 25px auto;
}
.catlist
{
	display: none;
	position: absolute;
	top: 43px;
	right: -8px;
	width: 166px;
}
.categoriesLIST
{
	width: 166px;
	height: auto;
	background: url(/MainSite/images/userads/bg_categoriesLIST.png);
}
.categoriesLIST a
{
	position: relative;
	display: block;
	width: 136px;
	height: 28px;
	padding-right: 10px;
	border-bottom: 2px solid #b2b3b3;
	margin: 0px 10px;
	font: 14px/28px Arial;
	color: #006fb3;
}
.categoriesLIST a:hover
{
	text-decoration: none;
	background-color:#b2b3b3;
}
.categoriesLIST a img
{
	position: absolute;
	top: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
}
.ads_section_bottom
{
	width: 270px;
	height: 30px;
	font: 13px/30px Arial;
	color: #fff;
	text-align: center;
}
.ads_section_bottom a
{
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

/* ADD USER ADS */

.add_ads
{
	overflow: hidden;
	margin-top: 10px;
}
.add_ads .header
{
	width: 580px;
	height: 28px;
	padding: 0px 10px;
	border-bottom: 1px solid #006fb3;
	margin-bottom: 20px;
	font: bold 18px/28px Arial;
	color: #2f2f2f;
	background: #fff url(/MainSite/images/userads/bg_add_header.png) no-repeat right top;
}
.edit_label
{
	float: right;
	width: 70px;
	min-height: 20px;
	padding: 0px 10px 10px 0px;
	font: 12px/20px Arial;
}
.edit_field
{
	float: right;
	width: 255px;
	min-height: 20px;
	padding-bottom: 10px;
	font: 12px/20px Arial;
}
.edit_field input[type="text"],.edit_field input[type="password"]
{
	width: 243px;
	height: 18px;
	padding: 0px 5px;
	border: 1px solid #c9c9c9;
	font: 12px/18px Arial;
}
.edit_field select
{
	width: 255px;
	height: 20px;
	font: 12px/20px Arial;
}
.edit_field textarea
{
	width: 243px;
	height: 125px;
	padding: 0px 5px;
	border: 1px solid #c9c9c9;
	overflow-x: hidden;
	overflow-y: scroll;
	resize: none;
	font: 12px/20px Arial;
}