.tour-price {
	float: right;
	font-weight: bold;
	font-size: 14px;
}
.tour-description{
	clear:both;
	color:#4e647d;
	padding:5px 0 0 0;
	text-align:justify;
}
.tour-description .tour-image{
	width:180px;
	height:150px;
	overflow:hidden;
	float:left;
	padding: 0 10px 0 0;
}
.tour-description .tour-image li{
	text-align:center;
	display:block;
	width:175px;
	height:140px;
}
#tour-tabs{
	clear:both;
	padding: 15px 0 35px;
}
#tour-tabs .tour-tabNavigation {
	padding:0;
}
#tour-tabs .tour-tabNavigation li:hover a, 
#tour-tabs .tour-tabNavigation li a.selected{
	background:url('../images/active-tab.png') repeat;
}
#tour-tabs .tour-tabNavigation li{
	float:left;
	margin: 0 15px 15px;
	width:100px;
	height:100px;
	display:block;
	padding:0;
}
#tour-tabs .tour-tabNavigation li a{
	color:#0c55a6;
	text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	width:100px;
	height:30px;
	display:block;
	padding-top: 70px;
}
#tour-tabs .general-tab{
	background:url('../images/general.png') no-repeat center top;
	width:100px!important;
}
#tour-tabs .hotel-tab{
	background:url('../images/room.png') no-repeat center top;
}
#tour-tabs .foto-tab{
	background:url('../images/foto.png') no-repeat center top;
}
#tour-tabs .review-tab{
	background:url('../images/review.png') no-repeat center top;
}
#tour-tabs .excursion-tab{
	background:url('../images/fact.png') no-repeat center top;
	
}
#tour-tabs #general{
	clear:both;
}
#tour-tabs #hotel{
	clear:both;
}
#tour-tabs #foto{
	clear:both;
}
#tour-tabs #review{
	clear:both;
}
#tour-tabs #review .pager-next,
#tour-tabs #review .pager-last,
#tour-tabs #review .pager-first,
#tour-tabs #review .pager-previous{
	display:none;
}
#tour-tabs #review .pager{
	padding: 20px 0 10px;
}
#tour-tabs #excursion{
	/*color:#000;*/
	clear:both;
	 text-align: justify;
}
#tour-tabs  h2{
	color:#4E647D;
	text-transform: uppercase;
	font-weight:bold;
	font-size:13px;
}

.tour-gallery{
	padding:15px;
}
.tour-gallery li{
	width:30%;
	float:left;
	text-align:center;
	padding:10px;
	height:140px;
}
#general-category{
	width:100%;
	padding:5px;
}
#general-category .odd{
	background:#ccdff3;
}
#general-category  li{
	background:#dae9f9;
	margin-bottom:3px;
	/*width:100%;*/
	padding:7px 5px;
}	
#tour-service{
	width:100%;
}
#tour-service li{
	width:45%;
	float:left;
	padding-left:30px;
}
#tour-service li span{
	display:block;
	line-height:50px;
	height:50px;
	padding-left:50px;
	color:#4e647d;
}

#tour-tabs h2.service-title{
	font-weight:bold;
	font-size:13px;
	color:#4e647d;
	text-transform:none;
	margin: 25px 0 15px 10px;
}
.bsv-block-contact{
	clear:both;
	padding:30px 5px 0;
	color:#4e647d;
	text-align: justify;
}
.bsv-block-contact .phones{
	color:#4e647d;
	font-weight:bold;
	font-size:12px;
	clear:both;
	padding:0;
	margin:0;
}
.bsv-block-contact a{
	color:#3183e0;
}

#bsv-tour-comment-form{
	
}
#bsv-tour-comment-form #edit-name{
	background: #fff;
	border:1px solid #fff !important;
	border-radius: 0;
	color:#949393;
	height:20px;
	padding: 0 5px;
	width: 100px;
	line-height:20px;
	margin-right:28px;
}
#bsv-tour-comment-form #edit-email{
	background: #fff;
	border:1px solid #fff !important;
	border-radius: 0;
	color:#949393;
	height:20px;
	padding: 0 5px;
	width: 100px;
	line-height:20px;
	margin-right:28px;
}
#bsv-tour-comment-form #edit-turist{
	color:#949393;
	font-size:12px;
	height:20px;
	width:162px;
	line-height:20px;
	padding:0 5px;

}
#bsv-tour-comment-form #edit-opinion{
	color:#949393;
	font-size:12px;
	height:20px;
	width:162px;
	line-height:20px;
}
#bsv-tour-comment-form #edit-comment{
	border:1px solid #fff !important;
	color:#949393;
	width: 620px!important;
	padding:5px;
}
#bsv-tour-comment-form .form-submit {
	clear: both;
	float: left;
}
/* 
#bsv-tour-comment-form #edit-submit{
	border:none;
	color:#fff;
	font-size:11px;
	background:url('../images/comment-btn.png') no-repeat left center;
	height:20px;
	width:89px;
	margin:0;
	line-height: 20px;
	padding-top:1px;
}
*/

/*custom select*/
#edit-turist-wrapper .customStyleSelectBox {
	background:url('../images/select.png') no-repeat left center;
	height:20px;
	width:162px;
	font-size:12px;
	border:none;
	margin-right:28px;
}
#edit-turist-wrapper .customStyleSelectBox.changed {
/* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */
#edit-turist-wrapper .customStyleSelectBoxInner {
	color:#949393;
	padding:0 5px;
	width:162px!important;
}
/*custom select*/
#edit-opinion-wrapper .customStyleSelectBox {
	background:url('../images/select.png') no-repeat left center;
	height:20px;
	width:162px;
	font-size:12px;
}
#edit-opinion-wrapper .customStyleSelectBox.changed {
/* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */
#edit-opinion-wrapper .customStyleSelectBoxInner {
	color:#949393;
	padding:0 5px;
	width:162px!important;
}
#bsv-tour-comment-form .form-item {
	float:left;
	width: auto;
	position:static;
	clear: none;
	padding:0;
}
#edit-comment-wrapper{
	clear: both!important;
	width: 630px!important;
}
#review #bsv-tour-comment-form .error{
	border: 1px solid #f9b9bc!important;
}


#bsv-tour-edit-comment-form #edit-email-wrapper,
#bsv-tour-edit-comment-form #edit-email-wrapper label{
	display:block;
}

#tour-comment-list{
	clear:both;
	color:#4e647d;
}
#review-form-title{
	clear:both;
	color:#0b53a5;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
}
#tour-comment-list li{
	clear:both;
	border-bottom:1px solid #737373;
	padding-top:20px;
}

#tour-comment-list span{
	display:block;
	float:left;
}
#tour-comment-list div{
	clear:both;
	padding:7px 0;
}
#tour-comment-list .comment-date{
	font-weight:bold;
	padding-right:20px;
}
#tour-comment-list .comment-author{
	padding-right:10px;
}
#tour-comment-list .comment-turist-type1{
	background:url('../images/old.png') no-repeat left center;
	width:34px;
	height: 23px;
}
#tour-comment-list .comment-turist-type2{
	background:url('../images/young.png') no-repeat left center;
	width:34px;
	height: 23px;
}
#tour-comment-list .comment-turist-type3{
	background:url('../images/young.png') no-repeat left center;
	width:34px;
	height: 23px;
}
#tour-comment-list .comment-turist-type4{
	background:url('../images/children.png') no-repeat left center;
	width:34px;
	height: 23px;
}
#tour-comment-list .comment-turist-type5{
	background:url('../images/animal.png') no-repeat left center;
	width:34px;
	height: 23px;
}
#tour-comment-list .comment-opinion1{
	float:right;
	background:url('../images/good.png') no-repeat right center;
	width:22px;
	height: 14px;
	line-height: 14px;
	padding-right:50px;
}
#tour-comment-list .comment-opinion2{
	float:right;
	background:url('../images/bad.png') no-repeat right center;
	width:22px;
	height: 14px;
	line-height: 14px;
	padding-right:50px;
}
#tour-comment-list .comment-more-link{
	text-align:right;
	padding-bottom:20px;
}
#tour-comment-list .comment-more-link a{
	color:#4e647d;
	font-weight:bold;
}
#tour-comment-list .comment-text{
	height:52px;
	overflow:hidden;
	padding:0;
	margin:0;
}
#tour-comment-list .comment-text2{
	padding:0;
	margin:0;
	height:auto;
}
.simplePagerNav{ 
	clear: both;
    float: left;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
    text-align: center;
}
.simplePagerNav li{
	display: inline-block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	height: 27px;
    width: 27px;
}
.simplePagerNav li.currentPage{
	display: inline-block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	   background: none repeat scroll 0 0 #417BC1;
    margin: 0 7px;
}
.simplePagerNav li.currentPage a{
	    color: #FFFFFF;
	text-decoration:none;
}

#hotel-search-block .row2 #star-links a.star-gray{

	width:22px;
	height:22px;
	line-height:22px;
	display:block;
	text-align:center;
	float:left;
	text-decoration:none;
}

#similar-hotels-block{
	margin-top:20px;
}
#similar-hotels li{
	display:block;
	float:left;
	text-align:center;
	margin: 0 20px;
}
#similar-hotels li div{
	font-size: 14px;
	color:#4e647d;
	font-weight:bold;
	padding-bottom:5px;
}


/* Страны по алфавиту */
#alphabet {
	margin: 35px 0 0;
}
#alphabet .ui-tabs-hide {
	display: none;
}
#alphabet .tabs-links {
	margin: 0 0 50px 12px;
}
#alphabet .tabs-links li {
	float: left;
	margin: 0 5px 0 0;
}
#alphabet .tabs-links li a {
	color: #ccc;
	font: bold 24px 'Myriad Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#alphabet .tabs-links li .tour-available {
	color: #2a5585;
}
#alphabet .ui-tabs-panel table {
}
#alphabet .ui-tabs-panel td {
	padding: 0 5px 10px;
	width: 160px;
	text-align: left;
	vertical-align: top;
}
#alphabet .ui-tabs-panel .cell-letter {
	color: #2a5585;
	font: bold 60px 'Myriad Pro', sans-serif;
	padding: 0 0 10px;
	width: 70px;
	text-align: center;
}
#alphabet .ui-tabs-panel .cell-contact{
	width: 530px;
	margin-left: 10px;
}
#alphabet .ui-tabs-panel .cell-contact a{
	color: #3183E0;
	text-transform: none;
	font-weight: normal;
}
#alphabet .ui-tabs-panel .cell-3 {
	padding: 0 0 10px 5px;
	width: 165px;
}
#alphabet .ui-tabs-panel a {
	display: inline;
	color: #2a5585;
	font: bold 14px 'Myriad Pro', sans-serif;
	text-transform: uppercase;
}


.view-tours .views-field-field-tour-images-fid{
	float: left;
}
.view-tours .tour-images{
	width: 120px;
	height: 90px;
	overflow: hidden;
}

.view-tours .view-content li{
	list-style: none;
	border-bottom: 1px solid #737373;
	padding: 20px 0;
	clear: both;
}
.view-tours .view-content li.views-row-last{
	border-bottom: none;
}
.view-tours .view-content label{
	font-weight: bold;
}
.view-tours .views-field-nid #dates-select,
.view-tours .every-day {
	width: 120px;
}
.view-tours .views-field-nid #dates-select-wrapper {
	float: none;
}
.view-tours .views-field-nid {
	float: left;
	margin: 0 15px 5px 0;
}
.view-tours .view-content .views-field-field-tour-images-fid{
	clear: both;
	text-align: center;
	margin-right: 15px;
}
.view-tours .view-content .views-field-title{
		margin: 0 0 10px;
}
.view-tours .view-content .views-field-title a {
	color: #0B53A5;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
}
.view-tours .view-content .views-field-view-node a{
	font-weight: normal;
	float: right;
	margin:0 5px 20px 0;
	color: #4E647D;
	font-size: 12px;
}
.view-tours .view-content .views-field-field-tour-main-country-nid a{
	font-weight: normal;
	font-size: 12px;
}
/*
.view-tours .view-content .views-field-field-tour-price-value{
	clear: both;
	background: url('../images/tours_blue_bg.png') repeat;
	height: 36px;
	line-height: 36px;
}
*/

.view-tours .view-content .views-field-field-tour-price-value .price{
	float: right;
	background: url('../images/money.png') no-repeat left center;
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 50px;
}


#views-exposed-form-tours-page-1 label{
	float: left;
	line-height: 24px;
	margin-right: 5px;
}
#views-exposed-form-tours-page-1 .views-widget{
	float: left;
}
#views-exposed-form-tours-page-1 .form-item{
	padding-bottom: 0;
}
#views-exposed-form-tours-page-1 .views-exposed-form .views-exposed-widget {
	padding: 2px 1em 0 0;
}
#views-exposed-form-tours-page-1 .bef-checkboxes .form-item{
	float: left;
	width: auto;
	clear: none;
}
#views-exposed-form-tours-page-1 .date-clear-block .form-item{
	float: left;
	clear: none;
}
#views-exposed-form-tours-page-1 .form-checkboxes{
	margin-top: 3px;
}
#views-exposed-form-tours-page-1 .bef-checkboxes .form-item label{
	float: none;
	line-height: 22px;
}
#views-exposed-form-tours-page-1 #edit-duration{
	width: 70px;
}
#views-exposed-form-tours-page-1 #edit-country{
	width: 300px;
}

#views-exposed-form-tours-page-1 .views-exposed-widget .form-item {
	width: auto;
}

#views-exposed-form-tours-page-1 .views-exposed-widget.edit-country,
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-type {
	margin: 0 30px 0 0;
	clear: both;
}
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-country label,
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-type label {
	width: 100px;
}
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-country select,
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-type select {
	width: 300px;
}
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-transport {
	clear: both;
}
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-transport .option,
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-dtd .option,
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-drd .option {
	color: #84888d !important;
}

#views-exposed-form-tours-page-1 .views-exposed-widget.edit-date label,
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-duration label {
	width: 170px;
}

#views-exposed-form-tours-page-1 .views-exposed-widget.edit-date .form-text {
	width: 180px;
}

#views-exposed-form-tours-page-1 #edit-country-wrapper {
	margin: 0;
}

#views-exposed-form-tours-page-1 .views-exposed-widget.edit-dtd,
#views-exposed-form-tours-page-1 .views-exposed-widget.edit-drd {
	float: right;
	margin-right: 30px;
}
#views-exposed-form-tours-page-1 .views-exposed-widget.search-button {
	float: right;
}


#bsv-tour-order-form #edit-tour-date-wrapper label,
#bsv-tour-order-form #edit-mail-wrapper label {
	float: left;
	line-height: 25px;
	width: 180px;	
}
#bsv-tour-order-form #edit-mail-wrapper label {
	padding: 0;
}
#bsv-tour-order-form #edit-people-wrapper label,
#bsv-tour-order-form #edit-phone-wrapper label,
#bsv-tour-order-form #edit-adults-wrapper label,
#bsv-tour-order-form #edit-children-wrapper label{
	float: left;
	line-height: 25px;
	width: 180px;
} 
#bsv-tour-order-form #edit-adults-wrapper label {
	width: 110px;	
}
#bsv-tour-order-form #edit-children-wrapper label {
	width: 80px;	
}
#bsv-tour-order-form #edit-tour-date-wrapper,
#bsv-tour-order-form #edit-adults-wrapper,
#bsv-tour-order-form #edit-children-wrapper,
#bsv-tour-order-form #edit-mail-wrapper,
#bsv-tour-order-form #edit-phone-wrapper{

	clear: none;
	width: auto;
	margin: 5px 0;
}

#bsv-tour-order-form #edit-mail-wrapper,
#edit-order-comment-wrapper{
	clear: both;
}

#bsv-tour-order-form .form-item{
	margin: 0;
}

#bsv-tour-order-form #edit-tour-date {
	width: 150px;
}
#bsv-tour-order-form #edit-mail-wrapper .form-text,
#bsv-tour-order-form #edit-phone-wrapper .form-text{
	width: 147px;
}
#bsv-tour-order-form #edit-sim-wrapper .description,
#bsv-tour-order-form #edit-vip-wrapper .description{
	margin-left: 20px;
	display: inline;
	font-weight: bold;
}
#bsv-tour-order-form .description{
	font-size: 12px;
}

/* 
#bsv-tour-order-form .form-submit{
	border: none;
	color: white;
	font-size: 12px;
	background: url('../images/tour-btn.png') no-repeat left center;
	height: 20px;
	width: 89px;
	line-height: 20px;
	margin: 0 20px 0 0;
	display: inline;
	padding: 0 10px;
	text-align: left;
	float: right;
}
*/


#bsv-tour-order-form #edit-viza-wrapper label,
#bsv-tour-order-form #edit-ticket-wrapper label{
	line-height: 60px
}
#bsv-tour-order-form #edit-vip-wrapper label{
	line-height: 55px;
}
#bsv-tour-order-form #edit-sim-wrapper label{
	line-height: 55px;
}
#bsv-tour-order-form #edit-viza-wrapper{
	background: url('../images/viza.png') no-repeat left center;
	padding:0 0 0 70px;
	height: 60px;
}
#bsv-tour-order-form #edit-ticket-wrapper{
	background: url('../images/business.png') no-repeat left center;
	padding:0 0 0 70px;
	height: 60px;
}
#bsv-tour-order-form #edit-vip-wrapper{
	background: url('../images/vip.png') no-repeat left center;
	padding:0 0 0 70px;
	height: 55px;
}
#bsv-tour-order-form #edit-sim-wrapper{
	background: url('../images/sim.png') no-repeat left center;
	padding:0 0 0 70px;
	height: 55px;
}
#bsv-tour-order-form .service-wrapper {
	clear: both;
}
#bsv-tour-order-form .service-wrapper .form-item {
	clear: none;
	float: left;
	width: 30%;
}
#bsv-tour-order-form .service-wrapper .form-item:first-child {
	width: 40%;
}
/* Типы туров */
.block-tours {
	margin: 0 0 70px;
}
.view-Tours-block .views-view-grid {
	text-align: center;
	width: 100%;
}
.view-Tours-block .views-view-grid td {
	padding: 0 0 50px;
}
.view-Tours-block .views-view-grid .row-last td {
	padding: 0;
}
.view-Tours-block .views-field-name {
	margin: 10px 0 0;
	text-align: center;
}
.view-Tours-block .views-field-name a {
	color: #3874bc;
	font: bold 12px Arial, sans-serif;
	text-transform: uppercase;	
}


/* В стоимость включено/Дополнительно оплачивается */
.tour-services {
	clear: both;
	margin: 15px 0;
}
.tour-services .title {
	font-weight: bold;
	font-size: 18px;
}
.tour-services.tour-without .title {
	background: url(../images/dollar.png) no-repeat;
	display: block;
	padding: 0 0 0 25px;
	line-height: 30px;
}

.tour-services table {
	margin: 15px 0 0;
	width: 100%;
}
.tour-services td {
	padding: 0 0 0 70px;
	width: 320px;
	height: 65px;
}
.tour-services .col-1 {
	/*padding: 0 0px 0px 70px;*/
}
.tour-services td img {
	float: left;
	margin: 0 5px 0 0;
}
.tour-services td .desc {
	overflow: hidden;
	min-height: 60px;
	padding-left: 70px;
}
.tour-services td .label {
	float: none;
	font-weight: bold;
	text-transform: lowercase;
	width: auto;
}

.tour-services .free-text {
	padding: 15px 0;
}


strong.tour-type{
	line-height: 35px;
}


.block-tours .description{
	display: none;
}

.tour-date .tour-date-label {
	float: left;
	font-weight: bold;
}
.tour-date #dates-select {
	width: 170px;
}
.tour-date .form-item {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;

}
.tour-description .tour-type {
	position: relative;
	top: 10px;
}

/* title text */
.content h2 {
	float: left;
	margin: 0 20px 20px 0;
}
.title-text {
	line-height: 30px;
}
.title-text .country-link {
	display: block;
}
.title-text .country-link img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}


#edit-transport-40-wrapper {
	margin: 0 0 0 30px;
}
#views-exposed-form-tours-page-1 label.option {
	line-height: 16px !important;
}
#views-exposed-form-tours-page-1 #edit-country-wrapper,
#views-exposed-form-tours-page-1 #edit-type {
	background: url(../images/select-bsv-tours.png) no-repeat;
	overflow: hidden;
	width: 127px;
	height: 20px;
}
#views-exposed-form-tours-page-1 select {
	background: transparent;
	border: none;
	border-radius: 5px;
	color: #0c55a6;
	width: 130px;
	height: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 10px;	
	-webkit-appearance: none;
}