@charset "utf-8";
/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url('/gfx/template3/cusel/selects-2.png') no-repeat;
}
.styleselect { position:relative; /*z-index: 11!important;*/} 
/*#cusel-scroll-city-select {z-index: 11!important;}*/
.cusel { /* общий вид селекта включая стрелку справа */
	height: 32px;
    background-size: 100% 86px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	/*z-index: 0;*/
    width: 100% !important;
    max-width: 500px;
}
.cuselOpen {
	z-index: 999;
}
.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 26px;
	background-position: right top;
    background-size: auto 86px;
}

.cuselText { /* контейнер для отображенного текста селект */
	height: 32px;
	padding: 10px 0 0 7px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* шрифты */
	position: absolute;
	top: 0;
	left: 0;
}
* html .cuselText { /* высота блока для текста для ие6 */
	height: 32px;
}
.cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
	background: #e3dce8;/*fdf9ff*/
	color: #333;
}
.cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #e3dce8; /* e3dce8 */
	color: #333;
	cursor: default;
}

/*
	styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	background-image: url('/gfx/template3/cusel/selects-focus.png');
}



/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url('/gfx/template3/cusel/selects-2-dis.png') !important;
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff; /* фон выпадающего списка */
	min-width: 100%;
	width: auto;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #dad0e0; /* границы выпадающего спиcка */
}

.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
	height: 100%;
	width: 7px !important;
	background: #eae4ed;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background-position: -40px -26px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollArrowUp { /* стрелка вверх */
	position: absolute;
	top: 0;
	right: 2px;
	width: 26px;
	height: 12px;
	cursor: pointer;
	background-position: -2px -26px;
	overflow: hidden;
}
.cusel .jScrollArrowDown { /* стрелка вниз */
	width: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -26px;
	overflow: hidden;
}

.articles-list .name{ display:none}

.hr { height:0; border-top:1px #ddd solid; margin:20px 0 10px 0; }
.balon-v4 { margin:20px 0; }
.add-advert-green {
	background:url('/gfx/template3/add-advert.png') no-repeat;
	width:256px; height:25px;
	display:inline-block;
		*display:inline;
		*zoom:1;
}

.wraper-table{
	overflow:hidden;
	overflow-x:auto;}
	table.genTable{
		border:0;
		margin:0;
		padding:0;
		border-collapse:collapse;
		border-spacing:0;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}
		table.genTable tr th{
			text-align:center;
			font-size:12px;
			border:solid 1px #e6dbed;
			color:#9954aa;
			padding:5px;}
		table.genTable tr td{
			padding:5px;
			font-size:12px;
			border:solid 1px #e6dbed;}
		table.genTable tr th.table-logoBox{
			width:100px;
			text-align: left;}
		table.genTable tr th.table-logoBox img{
			/*width:100%;*/}
		table.genTable input{
			background: #3fc6ba;
      background: -moz-linear-gradient(top, #3fc6ba 0%, #149d8b 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fc6ba), color-stop(100%,#149d8b));
      background: -webkit-linear-gradient(top, #3fc6ba 0%,#149d8b 100%);
      background: -o-linear-gradient(top, #3fc6ba 0%,#149d8b 100%);
      background: -ms-linear-gradient(top, #3fc6ba 0%,#149d8b 100%);
      background: linear-gradient(to bottom, #3fc6ba 0%,#149d8b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc6ba', endColorstr='#149d8b',GradientType=0 );
      border: 1px solid #3fc6ba;
      color: white;
			padding: 5px;
			height: 30px;
			border-radius: 4px;
			font: 14px Arial, Helvetica;
			cursor: pointer;}
			table.genTable input:hover {
			  color: #3fc6ba;
			  background: white;
			  border: 1px solid #3fc6ba;
			}
.detailsModals, .detailsModal-content { display: none; }
.business-section { display: inline-block; margin: 0 15px; font-size: 13px; padding: 5px 10px;
                    background: #3fc6ba;
                    background: -moz-linear-gradient(top, #3fc6ba 0%, #149d8b 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fc6ba), color-stop(100%,#149d8b));
                    background: -webkit-linear-gradient(top, #3fc6ba 0%,#149d8b 100%);
                    background: -o-linear-gradient(top, #3fc6ba 0%,#149d8b 100%);
                    background: -ms-linear-gradient(top, #3fc6ba 0%,#149d8b 100%);
                    background: linear-gradient(to bottom, #3fc6ba 0%,#149d8b 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc6ba', endColorstr='#149d8b',GradientType=0 );
                    color: white;
                    text-decoration: none;
                    border-radius: 4px;
                    opacity: 0.7;
 }
.business-section.active, .business-section:hover { opacity: 1; 
  background: #b175be;
  background: -moz-linear-gradient(top, #b175be 0%, #7d3b90 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b175be), color-stop(100%,#7d3b90));
  background: -webkit-linear-gradient(top, #b175be 0%,#7d3b90 100%);
  background: -o-linear-gradient(top, #b175be 0%,#7d3b90 100%);
  background: -ms-linear-gradient(top, #b175be 0%,#7d3b90 100%);
  background: linear-gradient(to bottom, #b175be 0%,#7d3b90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b175be', endColorstr='#7d3b90',GradientType=0 );}