.vac-item
{
	border: 1px solid #cecece;
	margin-bottom: 20px;
}

* html .vac-item { width: 100%; } 
*:first-child+html .vac-item { width: 100%; }

.vac-item-vip
{
	border: 1px solid #FFAE01;
	margin-bottom: 20px;
}

* html .vac-item-vip { width: 100%; } 
*:first-child+html .vac-item-vip { width: 100%; }

.vac-topBlock
{
	border: 1px solid #cecece;
	padding: 10px 24px 10px 24px;
	margin-bottom: 10px; 
}

* html .vac-topBlock { width: 100%; } 
*:first-child+html .vac-topBlock { width: 100%; }

.vac-middleBlock
{
	margin-bottom: 8px;
}

.vac-middleBlock
{
	margin-top: 4px;
}

.vac-item .vac-item-head td
{
	background-color: #ffeab8;
}

.vac-item-vip .vac-item-head td
{
	background-color: #ffeab8;
}

.vac-item-head-fav{}
.vac-item-head-name{ padding: 9px 0 9px 4px; }
.vac-item-head-nw{ padding-right: 14px; }

.vac-item-content-cell{ padding: 9px 30px 20px 9px; }

.title
{
	font-size: 1.2em;
	color: #006db9;
	margin: 0;
}


.vac-item-head a.title
{
	
	text-decoration: none;
}

.vac-item-content .summary .left
{
	font-size: 0.6em;
	color: #9c9c9c;
	
	width: 70px;
	vertical-align: top;
	line-height: 2em;
}

.vac-item-content .summary .right
{
	font-weight: bold;
}

.vac-item-content .summary .right.pay
{
	font-weight: normal;
}

.vac-item-content .summary .right span.pay
{
	font-size: 2em;
}

.vac-item-content .conditions .links
{
	margin-top: 15px;
	margin-bottom: 25px;
}

/* Скрытый телефон */

.vac-item .hidePhone
{
	position: relative;
	width: 229px;
	left: -15px;
	padding-top: 20px;
}

.vac-item .hidePhone .note
{
	background: url("/tpl/i/message.png");
	width: 229px;
	height: 90px;
	margin-bottom: 1px;
}

.vac-item .hidePhone .note .text
{
	padding: 10px 15px 5px 15px;
	color: #ffffff;
}

.vac-item .hidePhone .bg
{
	border: 1px solid rgb(240, 209, 169);
	padding: 10px 20px 10px 14px;
}

.vac-item .hidePhone .show .b
{
	position: absolute;
	top: -14px;
}

.vac-item .hidePhone .show .phone
{
	font-size: 14pt;
	width: 150px;
}

.vac-item .hidePhone .show
{
	position: relative;
	background-image:url(/tpl/i/message_v.png);
	background-position: right top;
	background-repeat:no-repeat;
}

.vac-item .hidePhone .hide
{
	background: url('/tpl/i/bullet10.gif') no-repeat left 7px;
	padding-left: 20px;
}

.vac-item .hidePhone .hide a
{
	font-size: 14pt;
	text-decoration: none;
	border-bottom: dashed 1px;
}

.vac-item .hidePhone .show span
{
	font-size: 14pt;
	padding-right: 20px;
}



/* short */
.vac-item.short .vac-item-head td{ background: #f5f7f7; }

.vac-item.short .vac-item-content .summary .right span.pay
{
	font-size: 1.6em;
	position: relative;
	top: 1px;
}

.vac-item.short .vac-item-content-cell{ padding: 4px 9px 5px 4px; }

.vac-item-vip.short .vac-item-head td{ background: #FFEAB8; }

.vac-item-vip.short .vac-item-content .summary .right span.pay
{
	font-size: 1.6em;
	position: relative;
	top: 1px;
}

.vac-item-vip.short .vac-item-content-cell{ padding: 4px 9px 5px 4px; }

