/******* Default Part CSS *******/
html, body, div, h1, h2, h3, h4, h5, h6, a, form,
fieldset, select, input, table, td, th, img,
dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
.t_left{
	text-align: left;
}
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.t_justify{
	text-align: justify;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
img{
	border: none;
}
.clear{clear: both; }
/********************************/
body	{
	width: 100%;

	background: #f9fdfc;
	font: 12px arial,tahoma,helvetica,verdana,sans-serif;
	color: #444;
}

.body{
	line-height: 22px;
}
/***Texts` Styles***/
h1 {color: #098db7; font: bold 20px arial ,sans-serif; line-height: 24px; margin: 0px; text-shadow: 1px 1px 2px #c3c3c3;}
h2 {color: #098db7; font: 19px trebuchet ms, arial ,serif; line-height: 32px; margin: 0;}
h3 {color: #098db7; font: bold 16px Arial; line-height: 20px; margin: 0;}
h4 {color: #000; font: bold 14px Arial;  margin: 10px 0 0 0; padding:0; border-bottom:1px dotted #aaa;}




/***Links` Styles***/
a, a:link, a:visited  {color: #098db7; text-decoration: underline;}
a:hover {text-decoration: none;}


 /******************/

.wrapper {
	width: 950px;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}


.header {
	height: 53px;
	background: url(../images/head-bg.gif) repeat-x left top;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top:4px;
	z-index:1000;
}

.header-left {
	position: absolute;
	background: url(../images/head-bg-left.gif) no-repeat left top;
	left: 0px;
	top: 0px;
	width: 8px;
	height: 53px;
}
.header-right {
	position: absolute;
	background: url(../images/head-bg-right.gif) no-repeat left top;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 53px;
}
a.logo {
	position: absolute;
	background: url(../images/logo.gif) no-repeat left top;
	left: 20px;
	top: 0px;
	width: 90px;
	height: 53px;
}


/***Navigator`s Styles***/
.nav{
	position: absolute;
	left: 160px;
	top:15px;
	z-index: 50;
	font-size: 12px;
	height: 32px;
	width: 710px;
	//text-transform: uppercase;
}

.nav ul{
	height: 32px;
	display: block;
	clear: both;
	list-style: none;
	margin:0;

}
.nav ul li{
	float: left;
	margin: 0px 5px 0px 0px;
	display:block;
	position:relative;
}

.nav ul li a, .nav ul li a:visited{
	display: block;
	float: left;
	height: 32px;
	text-decoration: none;
	color:#008490;
}
.nav ul li a .bord_l, .nav ul li a:visited .bord_l{
	display: block;
	background: url(../images/navtab-left.gif) no-repeat left top;
	float: left;
	height: 32px;
	width: 6px;
}

.nav ul li a .cont, .nav ul li a:visited .cont{
	display: block;
	background: url(../images/navtab-bg.gif) repeat-x left top;
	float: left;
	height: 32px;
	text-decoration: none;
	font: bold 14px Trebuchet MS,Arial, Tahoma, sans-serif;
	color: #222;
	line-height: 32px;
	cursor: pointer;
	margin: 0px;
	padding:0 10px;
}
.nav ul li a .bord_r, .nav ul li a:visited .bord_r{
	display: block;
	background: url(../images/navtab-right.gif) no-repeat left top;
float: left;
	height: 32px;
	width: 6px;
}

.nav ul li a:hover,
.nav ul li.active a,
.nav ul li.active a:visited,
.nav ul li.active a:hover{
	display: block;
	float: left;
	height: 32px;
	text-decoration: none;
}
.nav ul li.active a .bord_l,
.nav ul li.active a:visited .bord_l,
.nav ul li.active a:hover .bord_l,
.nav ul li a:hover .bord_l{
	display: block;
	float: left;
	background: url(../images/navtab-active-left.gif) no-repeat left top;
	height: 32px;
	width: 6px;
}
.nav ul li a:hover .cont {
	color: #fff;

}

.nav ul li.active a .cont,
.nav ul li.active a:visited .cont,
.nav ul li.active a:hover .cont,
.nav ul li a:hover .cont {
	display: block;
	float: left;
	background: url(../images/navtab-active-bg.gif) repeat-x;
	height: 32px;
	text-decoration: none;
	font: bold 14px Trebuchet MS,Arial, Tahoma, sans-serif;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
	margin: 0px;
}
.nav ul li.active a .bord_r,
.nav ul li.active a:visited .bord_r,
.nav ul li.active a:hover .bord_r,
.nav ul li a:hover .bord_r {
	display: block;
	float: left;
	background: url(../images/navtab-active-right.gif) no-repeat left top;
	height: 32px;
	width: 6px;
	}



.nav ul li a.info .bord_l, .nav ul li a.info:visited .bord_l, .nav ul li a.info:link .bord_l{
	background: url(../images/navtab-bizi.gif) no-repeat left top;
	width: 45px;
}

.nav ul li.active a.info  .bord_l,
.nav ul li.active a.info:visited .bord_l,
.nav ul li.active a.info:hover .bord_l,
.nav ul li a.info:hover .bord_l{
	background: url(../images/navtab-active-bizi.gif) no-repeat left top;
	width: 45px;
}

.nav ul li a.info .cont {
	padding: 0 10px 0 0;
}



/****Layout ******/


.content-main-large {
	width: 730px;
	position: relative;
	float:right;
	z-index: 10;
	text-align: left;
	margin-top:10px;
}


.content-main-inner {
	width: 510px;
	position: relative;
	float:left;
	z-index: 10;
	margin-left:20px;
	margin-top:10px;
	text-align: left;

}


.sidebar-cat{

	width: 200px;
	float:left;
	margin-top:10px;

}

.sidebar-ad{
	width: 200px;
	float:right;
	margin-top:10px;

}





/* Ad message */

.message-line {
	height: 27px;
	background: url(../images/messageline-bg.gif) repeat-x left top;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top:4px;
	z-index:1000;
}
.message {
	position:absolute;
	left: 10px;
	top: 0px;
	height:27px;
	width:880px;
	line-height:27px;
	color:#fff;

}
.message-line-left {
	position: absolute;
	background: url(../images/messageline-left.gif) no-repeat left top;
	left: 0px;
	top: 0px;
	width: 7px;
	height: 27px;
}
.message-line-right {
	position: absolute;
	background: url(../images/messageline-right.gif) no-repeat right top;
	right: 0px;
	top: 0px;
	width: 7px;
	height: 27px;
}


.message-nav {
	height: 15px;
	width:40px;
	margin-top:6px;
	float:right;
}


.message-nav a.prev{
	height: 15px;
	width:15px;
	display:block;
	background: url(../images/message-prev.gif) no-repeat left top;
	float:left;
}


.message-nav a.next{
	height: 15px;
	width:15px;
	display:block;
	background: url(../images/message-next.gif) no-repeat left top;
	float:left;
	margin-left:2px;
	}



/* Search panel */



.search-box {
	background: #f2f5f5;
	border: 1px solid #d2dfe3;
	padding:10px;

}

.search-box h2{
	height: 31px;
	background: url(../images/bizi-search.gif) no-repeat left bottom;
	font: bold 30px Trebuchet MS,Arial, Tahoma, sans-serif;
	font-style:italic;
	margin:  0 0 10px 0;
	padding-left:74px;
	color: #444;
	text-shadow: 1px 1px 3px #444;
}

.search-field {
	width:680px;
	background: #fff;
	border: 1px solid #d2dfe3;
	font: 16px;
	padding: 5px;
	margin: 5px 0;
}
.microdistricts {
	margin-top:10px;
}

#microdistricts {
	background: #fff;
	width: 680px;
	padding:10px;
}




#search_btn{
	height: 31px;
	cursor: pointer;
	width: 128px;
	background: url(../images/btn-search.gif) no-repeat left center;
	border:0;
	margin-top: 3px;
	float:right;
}

input.field-focused{
	background-color: #c5e1fd;
}
#microdistricts{
	float: left;
	background: #fff;
	width: 680px;
	padding:10px;
}

#microdistricts div{
	width: 170px;
	height: 25px;
	line-height: 25px;
	float: left;
	overflow: hidden;
	font-size: 11px;
}

h4#microdistricts_ico{
	height: 27px;
	width:126px;
	background: url(../images/microdistricts-tab-left.gif) no-repeat left top;
	padding-left: 10px;
	font: bold 12px Trebuchet MS,Arial, Tahoma, sans-serif;
	cursor: pointer;
	line-height: 27px;
}

h4#microdistricts_ico a, h4#microdistricts_ico a:link, h4#microdistricts_ico a:visited{
	height: 27px;
	background: url(../images/microdistricts-tab-open.gif) no-repeat right top;
	font: bold 12px Trebuchet MS,Arial, Tahoma, sans-serif;
	cursor: pointer;
	display:block;
	line-height: 27px;
	text-decoration:none;
}

h4#microdistricts_ico a:hover{
	color:#000;
	text-decoration:none;
}

/* Categories*/

div.categories-box{
	width: 200px;

}

div.categories{

	border:1px solid #829297;
	border-top:none;
	padding:5px 0;
}
div.categories div.parent{
	margin: 3px 5px;
	line-height:20px;
}


.categories-top {
	background: url(../images/leftbox-head.gif) no-repeat left bottom;
	height: 35px;
	padding: 0 10px;
	position:relative;
}

.categories-top-right{
	background: url(../images/leftbox-head-right.gif) no-repeat left bottom;
	height: 7px;
	width:6px;
	position:absolute;
	right:0px;
	bottom:0px;
}


.categories-top-tab{
	display:block;
	height: 28px;
	background: url(../images/tab-active-bg.gif) no-repeat left top;
	position:relative;
	padding: 0 10px;
	float:left;
}

.categories-top-tab h2{
	height: 28px;
	line-height:28px;
	font-size: 16px;
	color:#000;
}




.categories-top-tab .b-right{
	display:block;
	height: 28px;
	width: 6px;
	background: url(../images/tab-active-right.gif) no-repeat  top;
	font-size: 1px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.categories div.parent div{
	width: 100%;
	overflow: hidden;
}

div.categories div.parent a,
div.categories div.parent a:link,
div.categories div.parent a:visited
{
	color:#000;
	/*height: 20px;*/
	margin-left: 5px;
	text-decoration:none;
	line-height: 18px;
}


div.categories div.parent a:hover{
	color:#098db7;
	text-decoration:none;
}

div.categories div.parent div a, div.categories div.parent div a:link, div.categories div.parent div a:visited{
	display: block;
	/*height: 16px;
	/*width: 100%;*/
	margin: 0 0 5px 30px;
	text-decoration:none;
	line-height:14px;
}
div.categories div.parent img.cat_ico{
	cursor: pointer;
}


div.categories .sub-cat a{
	/*width: 200px;*/
	display: block;
}


/*** End of Categories ***/








/* Left Nav box*/

div.leftnav-box{
	width: 200px;
}

div.leftnav{

	border:1px solid #829297;
	border-top:none;
	padding: 0 0 5px 0;
	background:#F2F5F5;
	margin-bottom:10px;
}
div.leftnav div.parent{
	margin-left: 15px;
	line-height:20px;
}


.leftnav-top {
	background: url(../images/leftnavbox-head.gif) no-repeat left bottom;
	height: 35px;
	padding: 0 10px;
	position:relative;
}

.leftnav-top-right{
	background: url(../images/leftnavbox-head-right.gif) no-repeat left bottom;
	height: 7px;
	width:6px;
	position:absolute;
	right:0px;
	bottom:0px;
}


.leftnav-top-tab{
	display:block;
	height: 28px;
	background: url(../images/leftnavtab-active-bg.gif) no-repeat left top;
	position:relative;
	padding: 0 10px;
	float:left;
}

.leftnav-top-tab h2{
	height: 28px;
	line-height:28px;
	font-size: 16px;
	color:#000;
}




.leftnav-block {
	background: url(../images/leftnav-block-bg.gif) repeat-x  left top;
	padding-bottom:5px;
}

.leftnav-block  h5{
	padding:5px 0 5px 10px;
	font: bold 14px Trebuchet MS,Arial, Tahoma, sans-serif;
	color:#fff;
}

.leftnav-block  li{
	list-style:none;
	background: url(../images/leftnav-mark.gif) no-repeat  left 5px;
	padding: 2px 10px 2px;

}

.leftnav-block  ul{
	margin:0;
	padding-left:10px;
}


.leftnav-block  a{
	text-decoration:none;
	font: 11px Trebuchet MS,Arial, Tahoma, sans-serif;

}

.leftnav-top-tab .b-right{
	display:block;
	height: 28px;
	width: 6px;
	background: url(../images/leftnavtab-active-right.gif) no-repeat  top;
	font-size: 1px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}




/* tab box*/

.tabbox {
	margin:10px 0 20px;
}


/* tags*/

.tags-box{
	margin-top:10px;
}

#tags{
	background: url(../images/greybox-bg.gif) repeat-x left top;
	border: 1px solid #e0e0e0;
	border-top:none;
	padding: 5px 0;
	float: left;
	width: 100%;
}

.tags-top {
	background: url(../images/greybox-head.gif) no-repeat left bottom;
	height: 35px;
	padding: 0 10px;
	position:relative;
}

.tags-top-right{
	background: url(../images/greybox-head-right.gif) no-repeat left bottom;
	height: 7px;
	width:6px;
	position:absolute;
	right:0px;
	bottom:0px;
}


.tags-top-tab{
	height: 28px;
	line-height:28px;
	background: url(../images/tabgrey-active-bg.gif) no-repeat left top;
	position:relative;
	padding: 0 10px;
	float:left;

}
.tags-top-tab h2{
	height: 28px;
	line-height:28px;
	font-size: 16px;
	color:#000;

}



.tags-top-tab .b-right{
	display:block;
	height: 28px;
	width: 6px;
	background: url(../images/tabgrey-active-right.gif) no-repeat right top;
	font-size: 1px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}


#tags a,
#tags a:link,
#tags a:visited
{
	color:#000;
	height: 20px;
	margin-left: 10px;
	text-decoration:none;
	float:left;
}

#tags a:hover
{
	text-decoration:underline;
}




#tags h3, #tags h4, #tags h5, #tags h6{
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 5px;
	margin-left: 10px;
	font-weight: normal;
	border: none;
}

#tags h3{
	font-size: 16px;
}
#tags h4{
	font-size: 14px;
}
#tags h5{
	font-size: 12px;
}
#tags h6{
	font-size: 10px;
}

/*** End of tags ***/

/* Listing */

/**** Listings ********/
div.listing{
	/*border-bottom: 1px solid #96d0e5;*/
	border-top: 1px solid #96d0e5;
}
div.listing-item{
	border-bottom: 1px solid #c3c3c3;
	padding: 5px 0;
}
a.more{
	text-decoration: none;
	font-size: 12px;
}
a.more:hover{
	text-decoration: underline;
	font-size: 12px;
}

.list-head {

}
.list-head h2{
	display:block;
	width: 285px;
	float:left;
	background: url(../images/mark1.gif) no-repeat left 5px;
	padding-left: 25px;
	bottom:0px;
}
.list-head h2.full{
	width: 485px;
}

.list-head h2 a{
	line-height:24px;
	text-decoration:none;
	color:#098db7;
}
.list-head h2 a:hover{
	text-decoration:none;
	color:#27556f;
}

.listing h3{
	font-size:14px;
	color:#222;
	padding-bottom:5px;
	width: 358px;
}

.biz-logo {
	float:right;
}
.l-menu {
	margin-bottom:10px;
}

/* PAGER */


.pager {
	padding:10px;
	margin:10px 0;
	background: #eee;
	text-align: left;
}

.pager a{
	text-decoration:none;
	color:#098db7;
}
.pager  a:hover{
	text-decoration:none;
	color:#27556f;
}




/* Description styles */

.description {
	font-size:12px ;
	color: #000;
	margin-top:20px;
}

.address-block {
	margin:10px 0 20px ;
}

.address-map {
	float:left;
	width: 430px;
	height: 300px;
}


.address {
	border:1px solid #829297;
	background:#f2f5f5;
	margin:0;
	float:right;
	width: 410px;
}

.address td, .address th{
	padding:5px;

}

.address th{
	background:#c3e0ee;
}







/* tab box */


.tabs{
	font-size: 12px;
	height: 47px;

	background: url(../images/tabs-bg.gif) repeat-x left bottom;
}

.tabs ul{
	height: 29px;
	display: block;
	clear: both;
	list-style: none;
	margin:0;

}
.tabs ul li{
	float: left;
	margin: 0px 5px 0px 0px;
	display:block;
	position:relative;
}

.tabs ul li a, .tabs ul li a:visited{
	display: block;
	float: left;
	height: 29px;
	text-decoration: none;
	color:#008490;
}
.tabs ul li a .bord_l, .tabs ul li a:visited .bord_l{
	display: block;
	background: url(../images/tab-left.gif) no-repeat left top;
	float: left;
	height: 29px;
	width: 6px;
}

.tabs ul li a .cont, .tabs ul li a:visited .cont{
	display: block;
	background: url(../images/tab-bg.gif) repeat-x left top;
	float: left;
	height: 29px;
	text-decoration: none;
	font: bold 14px Trebuchet MS,Arial, Tahoma, sans-serif;
	color: #222;
	line-height: 29px;
	cursor: pointer;
	margin: 0px;
	padding:0 10px;
}
.tabs ul li a .bord_r, .tabs ul li a:visited .bord_r{
	display: block;
	background: url(../images/tab-right.gif) no-repeat left top;
float: left;
	height: 29px;
	width: 6px;
}

.tabs ul li a:hover,
.tabs ul li.active a,
.tabs ul li.active a:visited,
.tabs ul li.active a:hover{
	display: block;
	float: left;
	height: 29px;
	text-decoration: none;
}
.tabs ul li.active a .bord_l,
.tabs ul li.active a:visited .bord_l,
.tabs ul li.active a:hover .bord_l,
.tabs ul li a:hover .bord_l{
	display: block;
	float: left;
	background: url(../images/tab-left-active.gif) no-repeat left top;
	height: 29px;
	width: 6px;
}
.tabs ul li a:hover .cont {
	color: #fff;

}

.tabs ul li.active a .cont,
.tabs ul li.active a:visited .cont,
.tabs ul li.active a:hover .cont,
.tabs ul li a:hover .cont {
	display: block;
	float: left;
	background: url(../images/tab-bg-active.gif) repeat-x;
	height: 29px;
	text-decoration: none;
	font: bold 14px Trebuchet MS,Arial, Tahoma, sans-serif;
	color: #fff;
	line-height: 29px;
	cursor: pointer;
	margin: 0px;
}
.tabs ul li.active a .bord_r,
.tabs ul li.active a:visited .bord_r,
.tabs ul li.active a:hover .bord_r,
.tabs ul li a:hover .bord_r {
	display: block;
	float: left;
	background: url(../images/tab-right-active.gif) no-repeat left top;
	height: 29px;
	width: 6px;
	}






/* ----------------------------------------------------  footer  ----------------------------------------------------  */

.footer {
	position:relative;
	background: url(../images/footer-bg.gif) no-repeat left top;
	width: 950px;
	margin: 0px auto;
	height: 60px;
	font-size: 11px;
	text-align: left;
	padding-top:10px;
	margin-top:10px;

}

.footer-right{
	display:block;
	height: 5px;
	width: 4px;
	background: url(../images/footer-bg-right.gif) no-repeat right top;
	font-size: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
}
*html .footer {
	margin-top:0px;
}


.footer-copy  {
	text-align: left;
	float:left;
}
.footer-links {
	margin:0px 20px;
	height:20px;
	text-align: right;
	float:right;

}

.footer-links a{
	color:#38858e;
	font-weight:bold;

}

.footer-links a:hover {
	color: #000;
	text-decoration:none;
}


/************************/
.cms-pages{
	line-height: 24px;
}
