*{
	margin: 0;
	padding: 0;
}

body{
	background: #fafafa url(../img/bg.gif) center 0 repeat-y;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
}

#container{
	width: 984px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

.head{
	width: 984px;
	height: 110px;
	background: url(../img/header-new.gif) 0 0 no-repeat;
	float: left;
	position: relative;
}

.head a.logo{
	width: 285px;
	height: 110px;
	display: block;
	background: url(../img/logo.png) 0 0 no-repeat;
	position: absolute;
	top: 5px;
	left: 7px;
}

.menuBar{
	width: 984px;
	height: 37px;
	background: url(../img/menu.gif) 0 0 no-repeat;
	float: left;
	position: relative;
}

.menuBar .langs{
	position: absolute;
	right: 0;
	top: 6px;
	height: 26px;
	width: 110px;
}

.menuBar .langs img{
	border: none;
}

.menuBar .langs a{
	float: left;
	margin: 0 25px 0 0;
}

.menuBar .menu{
	height: 37px;
	width: 770px;
	position: absolute;
	top: 0;
	left: 0;
}

.menuBar .menu .razd{
	width: 2px;
	height: 37px;
	background: url(../img/menu_razd.gif) 0 0 no-repeat;
	float: left;
	overflow: hidden;
}

.menuBar .menu a{
	height: 26px;
	display: block;
	float: left;
	color: #fff;
	padding: 11px 23px 0 23px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/menubg.gif) 0 0 no-repeat;
	font-weight: bold;
}

.menuBar .menu a:hover{
	background: url(../img/menubg_hover.gif) 0 0 no-repeat;
}

.menuBar .menu a.sel{
	background: url(../img/menubg_hover.gif) 0 0 no-repeat;
}

#content{
	width: 984px;
	float: left;
	min-height: 500px;
	background: #1f8ec8;
}

.leftContent{
	width: 163px;
	float: left;
	min-height: 200px;
}


.abonament{
	width: 160px;
	height: 190px;
	background: url(../img/abonament.gif) 0 0 no-repeat;
	float: left;
	position: relative;	
	padding: 42px 0 0 3px;
}

.abonament p{
	width: 158px;
	height: 40px;
	float: left;
	padding: 0 0 3px 0px;
	color: #000;
}

.abonament .title{
	width: 160px;
	height: 16px;
	background: url(../img/abonament_title.gif) 0 0 no-repeat;
	position: absolute;
	left: 1px;
	top: 20px;
}

.abonament .input{
	border: 1px solid #508199;
	width: 150px;
	height: 18px;
	margin-top: 2px;
}

.abonament .button{
	width: 144px;
	height: 44px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: none;
	cursor: pointer;
	background: url(../img/abonament_button.png) 0 0 no-repeat;
}

.leftContent .leftBanner{
	width: 163px;
	float: left;
	overflow: hidden;
	margin: 10px 0 0 0;
	text-align: center;
}

.leftContent .leftBanner img{
	border: none;
}

/*
.leftContent a.left_adver{
	width: 163px;
	height: 101px;	
	display: block;
	float: left;
	background: url(../img/left_advert.gif) 0 0 no-repeat;
	margin: 10px 0 0 0;
}
*/

.rightContent{
	width: 821px;
	float: right;
	min-height: 200px;
}

.rightContent .top{
	width: 821px;
	height: 151px;
	float: left;
	background: url(../img/right_top.gif) 0 0 no-repeat;
	position: relative;
}
/*
 * Форма за търсене
 */
.rightContent .searchForm{
	width: 510px;
	height: 120px;
	position: absolute;
	top: 10px;
	left: 80px;
}

.searchForm p{
	color: #fff;
	font-weight: bold;
	position: absolute;
	line-height: 15px;
}

.searchForm option{
	background: #b7ddf1;
}

.searchForm optgroup option{
	margin-left: 15px;
}

.searchForm input, .searchForm select{	
	border: 1px solid #255d7a;
	background: #b7ddf1;
	width: 180px;
	height: 18px;
	font-size: 11px;
}

.searchForm p.search{
	top: 0;
	left: 0px;
}

.searchForm p.search input{
	width: 300px;
	height: 17px;
}

p.category{
	top: 40px;
	left: 0px;
}

p.oblast{
	top: 40px;
	left: 200px;
}

.searchForm p.city{
	top: 80px;
	left: 200px;
}

.searchForm input.submit{
	position: absolute;
	top: 14px;
	right: 0;
	background: url(../img/search.gif) 0 0 no-repeat;
	width: 49px;
	height: 19px;
	border: none;
	cursor: pointer;
}

.searchForm p.sort{
	top: 80px;
	right: 0;
}

.searchForm p.sort select{
	width: 110px;
}

.searchForm p.type{
	top: 40px;
	right: 0;
}

.searchForm p.type select{
	width: 110px;
}


/*
 * Вип линкове
 */
.rightContent .top .vipLinks{
	width: 180px;
	height: 145px;
	position: absolute;
	right: 0;
	top: 3px;
	text-align: left;
	line-height: 17px;
}

.rightContent .vipLinks .title{
	width: 150px;
	height: 20px;
	float: left;
	background: url(../img/vip_links.gif) 0 0 no-repeat;
}

.rightContent .top .vipLinks a{
	color: #083f5c;
	display: block;	
	padding-left: 2px;
	text-decoration: none;
}

.rightContent .top .vipLinks a:hover{
	text-decoration: underline;
}

.homeCatTitle{
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: -20px;
	left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 100;
}

.rightContent .siteContent{
	width: 821px;
	float: right;
	position: relative;
}


.rightContent .homeBoxes{
	width: 510px;
	float: left;
	min-height: 100px;
	margin: 12px 0 0 15px;
}

.rightContent .homeBoxes .box{
	width: 160px;
	height: 276px;
	background: url(../img/box1.gif) 0 0 no-repeat;
	float: left;
	position: relative;
	padding: 50px 5px 0 5px;
	line-height: 19px;
}

.rightContent .homeBoxes .box h1{
	width: 160px;
	height: 20px;
	position: absolute;
	top: 12px;
	left: 5px;
	font-size: 1em;
	color: #1f8ec8;
}

.rightContent .homeBoxes .box a{
	color: #083f5c;
	text-decoration: none;
	background: url(../img/circle.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
}

.rightContent .homeBoxes .box a:hover{
	text-decoration: underline;
}

.rightContent .homeBoxes .box2{
	background: url(../img/box2.gif) 0 0 no-repeat;
}

.rightContent .vipOffers{
	width: 275px;
	float: right;
	margin: 0 1px 0 0;
}

.vipOffers .vipOffersTitle{
	width: 275px;
	height: 28px;
	background: url(../img/vip_obqvi.gif) 0 0 no-repeat;
}

.rightContent .vipOffers .box{
	width: 270px;
	min-height: 63px;
	padding: 5px 4px 6px 0;
	background:#b2d8eb url(../img/vipOffersBox.gif) 0 0 no-repeat;
	position: relative;
	text-align: left;
	font-size: 0.9em;
	border-left: 1px solid #d9eaf3;
	border-top: 1px solid #d9eaf3;
}

.rightContent .vipOffers .box a.pic{
	width: 82px;
	height: 54px;
	position: absolute;
	top: 9px;
	left: 10px;
	overflow: hidden;
}

.rightContent .vipOffers .box img{
	width: 82px;
	border: none;
}

.rightContent .vipOffers .box a.title{
	float: right;
	width: 170px;
	color: #f27706;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

.rightContent .vipOffers .box .desc{	float: right;
	width: 170px;
	color: #083f5c;
	padding-top: 3px;
}

.rightContent .vipOffers .box .price{
	width: 170px;
	float: right;
	color: #083f5c;
	font-weight: bold;
}


.rightContent .vipOffers .box2{
	background:#87c0df url(../img/vipOffersBox2.gif) 0 0 no-repeat;
}

.rightContent .centerContentContainer{
	width: 523px;
	float: left;
}

.rightContent .centerContent{
	width: 513px;
	float: left;
	min-height: 350px;
	margin: 12px 0 0 11px;
	position: relative;
	background: #88c2e1 url(../img/centerContentBg.gif) 0 0 repeat-x;
	padding: 50px 5px 10px 5px;
}

.centerContent h1{
	width: 523px;
	height: 40px;
	background: url(../img/centerContentTitle.gif) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	color: #1f8ec8;
	text-align: center;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	font-size: 1em;
}

.centerContent hr{
	background: #fff;
	border: none;
	height: 1px;
	overflow: hidden;
}

.centerContent #newAdv{
	width: 513px;
	color: #013048;
}

.centerContent h2{
	width: 500px;
	height: 20px;
	padding: 10px 0 0 10px; 
	font-size: 13px;
	border-bottom: 1px solid #fff;
	color: #333;
	margin: 5px 0 5px 0;
}

#newAdv td{
	padding: 5px;
}

#newAdv input, #newAdv textarea, #newAdv select{
	background: #E6F7FF;
	border: 1px solid #2591c9;
}

#newAdv .inputLong{
	width: 230px;
	height: 20px;
}

#newAdv .inputShort{
	width: 120px;
	height: 20px;
}


#newAdv textarea.inputLong{
	height: 110px;
}

#newAdv select.inputLong{
	height: 22px;
}

#newAdv table.column{
	width: 250px;
}


.blue_footer{
	width: 984px;
	height: 39px;
	float: left;
	background: url(../img/blue_footer.gif) 0 0 no-repeat;
	position: relative;
	color: #fff;
}

.blue_footer a{
	color: #fff;
}

.blue_footer .developed{
	position: absolute;
	width: 200px;
	right: 10px;
	top: 12px;	
	text-align: right;	
}


.blue_footer .copyright{
	position: absolute;
	width: 684px;
	left: 150px;
	top: 12px;
	color: #fff;
	text-align: center;	
}




.orange_footer{
	width: 924px;
	min-height: 30px;
	float: left;
	padding: 10px 30px 10px 30px;;
	font-size: 10px;
	background: #f69735 url(../img/orange_footer.gif) 0 0 repeat-x;
	text-align: center;
	color: #000;
}

.orange_footer a{
	color: #000;
}

/*
 * Качване на обява
 */

/*За листване на снимките*/
#galleryList{
clear:both;
}
.pic_cont{
float:left;
padding:2px;
border:1px solid #D9E6F0;
margin:2px;
}
.pic_cont a {
float:left;	
}

.pic_cont img{
	border: none;
}

tr.new{
	background:#cfc;
}

a.button{
	background: transparent url(../img/button.png) repeat scroll 0 0px;
	color:#434343;
	height:17px;
	padding:5px 0 0 0;
	text-align:center;
	width:100px;
	display: block;
	text-decoration: none;
	font-size:10px;
	cursor: pointer;
}

a.button.hover {
	background:transparent url(../img/button.png) repeat scroll 0 22px;
}
a.button:hover {
	background:transparent url(../img/button.png) repeat scroll 0 22px;
}
/*
 * Листване на обявите
 */
.listSubCats{
	padding: 0 0 0 40px;
	line-height: 20px;
	width: 480px;
}

.listSubCats .col{
	width: 240px;
	float: left;
}

.listSubCats a{
	color: #000;
	text-decoration: none;
	background: url(../img/circle.gif) 0 center no-repeat;
	padding: 0 0 0 10px;
	
}

.listSubCats a.sel{
	font-weight: bold;
	text-decoration: underline;
}


.listAdv{
	width: 513px;
	float: left;
	padding: 20px 0 0 0;
}

.listAdv .box{
	width: 235px;
	border: 1px solid #2691ca;
	background: #fff;
	height: 90px;
	float: left;
	margin: 5px 5px 4px 4px;
	position: relative;
	padding: 5px;
}

.listAdv .vip{
	background: #e6f7ff;
}

.listAdv .vipLabel{
	width: 25px;
	height: 25px;
	background: url(../img/vip_label_small.png) 0 0 no-repeat;
	position:absolute;
	top: -5px;
	left: -5px;
	z-index: 100;
}

.listAdv .box a.pic{	
	border: 1px solid #2691ca;
	padding: 1px;	
	width: 88px;
	height: 66px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
}

.listAdv .box a.pic img{
	width: 88px;
	height: 66px;
	border: none;	
}

.listAdv .box h4{
	width: 135px;	
	float: right;
	color: #d76a20;
	font-size: 10px;
}

.listAdv .box .price{
	position: absolute;
	left: 5px;
	bottom: 7px;
	color: #d76a20;
	font-size: 10px;
}

.listAdv .box .desc{
	width: 135px;	
	float: right;
	font-size: 10px;
	overflow: hidden;
}

.listAdv .box a.more{
	width: 135px;	
	position: absolute;
	bottom: 7px;
	right: 5px;
	font-size: 10px;
	text-align: right;
	color: #d76a20;
	text-decoration: none;
}

.listAdv .box a.more:hover{
	text-decoration: underline;
}

/*
 *Странициране
 */
.pagination{
	width: 510px;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
}

.pagination a{
	background: #00649C;
	color: #fff;
	text-decoration: none;
	padding: 1px 4px 1px 4px;	
	margin: 0 0 0 1px;
}

.pagination span{
	padding: 1px 4px 1px 4px;
	margin: 0 0 0 1px;
	background: #fff;
	color: #00649C;
}

.pagination a.sel{
	background: #fff;
	color: #00649C;
}

.status{
	width: 420px;
	height: 30px;
	padding: 18px 0 0 60px;
	font-weight: bold;
	margin: 20px 0 0 17px;
	background: url(../img/statusbg.png) 0 0 no-repeat;
}

/*
 * Детайли на обявите
 */
.advDetails{
	font-family: verdana;
	width: 518px;
	margin-left: -2px;
}

.advDetails .advTitle{
	width: 503px;
	background: url(../img/details_title.gif) 0 0 repeat-y;
	padding: 8px 0 8px 15px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	position:relative;
	float: left;
	margin: 0 0 10px 0;
}

.advDetails .advTitle .top{
	width: 518px;
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: url(../img/details_title_top.gif) 0 0 no-repeat;
}

.advDetails .advTitle .bottom{
	width: 518px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	background: url(../img/details_title_bottom.gif) 0 0 no-repeat;
}


.advDetails .vipLabel{
	width: 50px;
	height: 50px;
	background: url(../img/vip_label.png) 0 0 no-repeat;
	position: absolute;
	top: -10px;
	right: -10px;
}


.advDetails h1{
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	padding: 14px 0 0 13px;
	width: 510px;
	height: 40px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

/*
 * Лявата част
 */

.advDetails .leftDetailsColumn{
	width: 303px;
	float: left;
}

.advDetails .advDesc{
	width: 283px;
	min-height: 80px;
	float: left;
	position: relative;
	padding: 5px 10px 0px 10px;
	background: url(../img/details_middle.gif) 0 0 repeat-y;
	margin: 24px 0 15px 0;
}

.advDetails .advDesc .top{
	width: 303px;
	height: 24px;
	position: absolute;
	top: -24px;
	left: 0;
	background: url(../img/details_top.png) 0 0 no-repeat;
}

.advDetails .advDesc .bottom{
	width: 303px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	left: 0;
	background: url(../img/details_bottom.png) 0 0 no-repeat;
}

.advDetails .advDesc .title{
	width: 90px;
	height: 16px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}


.advDetails .advDesc .desc{
	font-size: 11px;
	text-align: left;
	min-height: 80px;
	line-height: 15px;
}

.advDetails .advDesc .desc .row{
	padding: 3px 0 3px 0;
	background: #fff;
	padding: 3px;
}

.advDetails .advDesc .desc .row.bg{
	background: #F2FBFF;
}

.advDetails .advDesc .desc a{
	color: #f60;
	text-decoration: none;
}


/*
 * Дясната част
 */

.advDetails .rightDetailsColumn{
	width: 211px;
	float: right;
}

.advDetails .detailsBox{
	width: 211px;
	float: right;
	position: relative;
	padding: 25px 0 0 0;
	background: url(../img/pics_middle.gif) 0 0 repeat-y;
	min-height: 50px;
	margin: 5px 0 15px 0;
}


.advDetails .detailsBox .top{
	width: 200px;
	height: 18px;
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../img/pics_top.png) 0 0 no-repeat;
	color: #1f8ec8;
	text-align: left;
	padding: 6px 0 0 11px;
	font-size: 11px;
}


.advDetails .detailsBox .bottom{
	width: 211px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url(../img/pics_bottom.png) 0 0 no-repeat;
	overflow: hidden;
}

.advDetails .pics{
	padding: 25px 0 0 1px;
}

.advDetails .pics a{
	width: 98px;
	height: 73px;
	background: #fff;	
	float: left;
	display: block;
	padding: 1px;
	margin: 3px 0 0 3px;
}

.advDetails .pics a img{
	border: none;
	width: 98px;
	height: 73px;
}

.advDetails .detailsBox .desc{
	width: 191px;
	background: #fff;
	min-height: 40px;
	float: left;
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #1f8ec8;
	padding: 5px;
	
}

.advDetails .detailsBox .row{
	width: 190px;
	padding: 6px 0 5px 0;
}

.advDetails .detailsBox a{
	color: #1f8ec8;
	text-decoration: none;
}

.advDetails .detailsBox .row img.icon{
	float: left;
	width: 16px;
	height: 16px;
	margin:-3px 5px 0 0;
}

.makeVip{
	width: 510px;
}

.makeVip table{
	width: 510px;
}

.makeVip table th{
	font-weight: bold;
	padding: 5px;
}

.makeVip table td{
	padding: 5px;
}

.abonamentCats{
	width: 505px;
}

.abonamentCats .catsBox{
	width: 505px;
	float: left;
	border: 1px solid #E7F5FC;
	margin: 10px 0 0 0;
}

.abonamentCats .checkboxParent{
	width: 500px;
	padding: 3px 0 2px 5px;
	float: left;
	background: #E7F5FC;	
}

.abonamentCats .checkbox{
	width: 247px;
	padding: 2px 0 2px 5px;
	float: left;
}

.abonamentCats .checkbox input{
	float: left;
	margin: 0 5px 0 0;
}

.abonamentCats select.input{
	width: 200px;
	height: 20px;
	border: 1px solid #508199;
}

.abonamentCats input.input{
	width: 198px;
	height: 18px;
	border: 1px solid #508199;
}

form.abonamentEmail{
	width: 200px;
	padding: 20px;
	background: #fff;
	margin: 0 auto;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
}

.abonamentEmail input{
	width: 200px;
	height: 20px;
	border: 1px solid #508199;
}

/*
 * Контакти
 */

.contactsForm{
	text-align: center;
}

.contactsForm table{
	width: 420px;
	margin: 0 auto;
	text-align: right;
}

.contactsForm table td{
	padding: 5px;
	font-weight: bold;
	color: #000;
}

.contactsForm a.button{
	font-weight: normal;
}

.contactsForm input{
	float: left;
	width: 200px;
	height: 20px;
	background: #E6F7FF;
	border: 1px solid #2591c9;
}

.contactsForm select{
	float: left;
	width: 202px;
	height: 22px;
	background: #E6F7FF;
	border: 1px solid #2591c9;
}

.contactsForm textarea{
	float: left;
	width: 280px;
	height: 100px;
	background: #E6F7FF;
	border: 1px solid #2591c9;
}


.alert18{
	margin: 0 auto;
	width: 300px;
	padding: 15px 15px 15px 150px;;
	background: #fff url(../img/stop.gif) 10px 30px no-repeat; 
	-moz-border-radius: 5px 5px;
	font-weight: bold;
	font-size: 13px;
}

.white_content{
	width: 472px;
	float: left;
	margin: 10px 0 10px 10px;
	background: url(../img/white_content_middle.png) 0 0 repeat-y;
	position: relative;
	padding: 10px;
}

.white_content .top{
	width: 492px;
	height: 6px;
	background: url(../img/white_content_top.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -6px;
}

.white_content .bottom{
	width: 492px;
	height: 6px;
	background: url(../img/white_content_bottom.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	bottom: -6px;
}

/*
 * Добавяне на банери
 */

.bannerForm input{
	float: left;
	margin:0 1px 0 0;
	width: 250px;
}

.banner_pic_cont{
	width: 360px;
}

.banner_pic{
	width: 86px;
	height: 86px;
	float: left;
	padding: 2px;
	cursor: pointer;
}

.banner_pic img{
	width: 82px;
	border: 1px solid #1F8EC8;
	padding: 1px;
}

.sel img{
	border: 2px solid #1F8EC8;
	padding: 0;
}

.leftContent .vipBanner{
	width: 160px;
	height: 160px;
	float: left;
	margin: 3px 0 0 1px;
}
