/* =========================== Заголовок рубрики ================================== */

#mod_board h4{
	font-size: 13px;
text-transform: uppercase;
height: 33px;
line-height: 33px;
background: #eee;
font-weight: normal;
display: block;
margin: 0 !important;
padding: 0 !important
}
#mod_board h4 img{
	vertical-align: middle;
	margin-right:5px;
	margin-left: 7px
	}
	
#mod_board h4 a{
	color:#111;
	font-weight: bold;
	font-size: 14px;
}
#mod_board h4 a:hover{
	color:blue
}
/* =========================== Заголовок рубрики ================================== */


#mod_board .bd_text{
	min-height: 50px
}


#mod_board{

}



#mod_board .board_item{
	margin-bottom:4px;
    padding:12px;
	background: #f6f6f6;
}
#butslider .board_item, #butslider .board_item_vip{
	display: inline-block; width:49%
}
#mod_board .board_item_vip{
	margin-bottom:4px;
	background:#FFFFD9;
    padding:12px;
}

#mod_board .board_item, #mod_board .board_item_vip{
margin: 5px 3px
}

#mod_board .bd_text{
	margin:0px;
	clear:both;
	font-size: 12px;
	line-height: 16px;
	padding-right: 5px;
	padding-top: 5px;
	color:#666;
	font-weight:normal;
	overflow: hidden;
}
#mod_board .bd_text_text{
	height: 40px;overflow: hidden;line-height: 14px;font-size: 13px
}


#mod_board .bd_text .mod_bd_image_small{
	float: left;
	marker-offset: 5px
}

#mod_board .tcol{
	padding-left:10px;display: table-cell;vertical-align: middle
}

#mod_board .bd_item_details{
		float: none;
		margin: 5px 0 0 0;
		padding: 5px 0 0 0;
}

#mod_board .bd_item_date{
	background: none !important;
	padding: 0 !important;
	margin-right: 5px !important;
}
#mod_board .bd_item_details span{
	font-size: 11px;
	margin-left: 0 !important;
}
#mod_board .bd_item_details span a{
	text-decoration: none
}
#mod_board .bd_item_hits{
	color: #666
}



	
#mod_board .mod_board_items_slider_off{
		padding-bottom: 10px
	}
#mod_board .mod_board_items_slider_off .board_item, #mod_board .mod_board_items_slider_off .board_item_vip{
	display: inline-block;width:45%;margin: 3px 0;vertical-align: top;
}
	
	
	
	
	
#mod_board .mod_bd_image_small{
	display: table-cell;
padding-right: 10px;
  position: relative;
}
#mod_board .bd_image_small img{

}


#mod_board .bd_image_small{
	position:relative
}
#mod_board .bd_image_small span.con_count, #mod_board .mod_bd_image_small span.con_count{
	position: absolute;
	left:40px;
	top:-5px;
	font-size: 8px;
	font-family: tahoma;
	font-weight: normal
	
}
#mod_board .mod_bd_image_small span.con_count{
	left:30px
	}
	
	
	
#mod_board .board_item H1, #mod_board .board_item_vip H1{
margin: 0;padding: 0;
	font-size:14px;
}

#mod_board .board_item H1 a, #mod_board .board_item_vip H1 a{
display: block;
min-height: 28px;
line-height: 14px;
color:#111
}
#mod_board .board_item_vip H1 a{
	 color:#C00;
}
#mod_board .board_item H1 a:hover, #mod_board .board_item_vip H1 a:hover{
	color: blue
}
.mod_board_items, #mod_board_vip_items{
		margin:0 -3px;padding: 0;
	}
/* =========================== КОЛ-ВО ================================== */
.con_count {
  display: inline-block;
  background: url(/modules/mod_board/images/icons/arrow2_w.png) -6px center no-repeat;
  padding-left: 3px;
  margin-left: 5px;
  vertical-align: top;
  height: 13px;
  margin-top: 9px
}
.con_count span{
  font-size: 10px;
  background: #3D312F;
  color: #fff;
    padding:0 5px;
    display: block;
      height: 13px;
      line-height: 13px
}

.cat_count {
  display: inline-block;
  background: url(/modules/mod_board/images/icons/arrow2_e.png) right center no-repeat;
  padding-right: 10px;
  vertical-align: top;
  height: 13px;
  margin-top: 4px
}
.cat_count span{
  font-size: 10px;
  background: #3D312F;
  color: #fff;
    padding:0 5px;
    display: block;
      height: 13px;
      line-height: 13px
}


/* =========================== Режим отоббражения - Таблица ================================== */
#mod_board .mod_board_items_tables{

}
.boxer {
   display: table;
   border-collapse: collapse;
   table-layout: auto;
   width:100%;
   margin: 10px 0

}
 
.boxer .box-row, .boxer .box-row-title, .boxer .box-row_vip {
   display: table-row;

}
.boxer .box-row-title{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	text-align:center;
	font-size:12px;
}
 
.boxer .box-row-title .box, .boxer .box-row .box, .boxer .box-row_vip .box {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   border: 1px solid #fff;
   	padding: 3px 6px
}
.boxer .box-row:hover {
	background: #eee
}
.boxer .box-row_vip:hover {
	background: #eee
}

.box-row-title .tables_item_date, .box-row .tables_item_date{
	width:50px
}
.box-row-title .tables_item_image, .box-row .tables_item_image{
width:70px
}
.box-row-title .tables_item_type, .box-row .tables_item_type{
	width:80px
}
.box-row .tables_item_title, .box-row_vip .tables_item_title{
	font-weight: bold;
}
.box-row_vip {
	background:#FAF6D9;
}
.box-row_vip a{
	color:#c00
}
.box-row .tables_item_date, .box-row_vip .tables_item_date{
	font-size: 11px;color:#333;
}
.box-row .tables_item_type span, .box-row_vip .tables_item_type span{
	display: block
}
.box-row .tables_item_image, .box-row .tables_item_image img, .box-row_vip .tables_item_image, .box-row_vip .tables_item_image img{
	text-align: center !important;
}

.tables_item_form{
	font-size: 12px
}





.mod_board_items .slick-prev:before,
.mod_board_items .slick-next:before
{
	color:blue;
	
}
.mod_board_items .slick-prev,
.mod_board_items .slick-next
{
		background: #fff !important;
		border-radius: 50%;
		-moz-border-radius: 50%;
		   width: 24px;
    height: 24px;
}




.bd_items_more{
overflow: hidden
}
.bd_items_more a{
	display: block;
	padding: 2px 5px;
	font-size: 13px;
		float: right;
		font-weight: bold;
		color: #666
}

/* =========================== Тип объвления ================================== */

.obtype_prodam {
	  background: url(/modules/mod_board/images/icons/typep.gif) left center no-repeat;
}
.obtype_kuplyu {
	  background: url(/modules/mod_board/images/icons/types.gif) left center no-repeat;
}
.obtype_obmenyayu {
	  background: url(/modules/mod_board/images/icons/typeo.gif) left center no-repeat;
}
.obtype_sdam {
	  background: url(/modules/mod_board/images/icons/typeo.gif) left center no-repeat;
}
.obtype_predlagayu {
	  background: url(/modules/mod_board/images/icons/typep.gif) left center no-repeat;
}
/* =========================== Рекламный блок ================================== */
.adv_reklama{
	clear: both;
	margin: 5px 0;
	padding: 8px 10px;
	border: 2px dashed #ccc;

}

/* =========================== VIP блок ================================== */


#mod_board_vip_items .slick-prev:before,
#mod_board_vip_items .slick-next:before
{
	color:#FFA500;
	
}
#mod_board_vip_items .slick-prev,
#mod_board_vip_items .slick-next
{
		background: #fff;
		border-radius: 50%;
		-moz-border-radius: 50%;
		   width: 24px;
    height: 24px;
}

div.mod_board_vip_title{
	padding: 5px 10px;
	background:#FF1C00;
	color:#fff;
	font-size: 13px;
	font-weight: bold
	
}
#mod_board_vip_items{

}
#mod_board_vip_items .board_item_vip{
border:1px solid #FFA500;
border-left-width:3px
}
#mod_board_vip_items .bd_text_text{
	height: 60px;line-height: 16px;font-size: 13px
}

#mod_board_vip_items .bd_text_text{
	color: #000
}
#mod_board_vip_items .board_item_vip H1{
		font-size:16px;
}	
#mod_board_vip_items .bd_text{
	height: 60px
}

#mod_board_vip_items .bd_item_more{
	float: right
}
#mod_board_vip_items .bd_item_more a{
	display: block;
	padding: 2px 5px;
	font-size: 11px;
	background: #c00;
	color:#fff
}
#mod_board_vip_items .bd_item_more a:hover{
background: #FFA500
}