/* Popups */

.ts_partner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	z-index: 999;
	display: none;
}
.ts_partner_popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -411px;
	width: 822px;
	border: 6px solid rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	z-index: 1000;
	background: #f9f9f9;
}

.ts_partner_popup a {
	cursor:	pointer;
	color: #44a2c9;
	outline: none;
	text-decoration:underline;
}

.ts_partner_popup .close {
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 9999;
	font-size: 32px;
	cursor: pointer;
	color: #777777;
}

.ts_partner_popup .waiting {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1;
	display: none;
	text-align: center;
	vertical-align: middle;
}
.ts_partner_popup .waiting img {
	height: 60%;
	border: none;
	margin-top: 7%;
}
.ts_partner_popup .waiting .description {
	color: #333333;
	font-size: 250%;
}

.ts_partner_popup .title {
	display: block;
	max-width: 740px;
	color: #000000;
	font-size: 24px;
	padding: 17px 0 0 30px;
}
.ts_partner_popup .subtitle {
	color: #959595;
	font-size: 18px;
	display: block;
	padding: 5px 0 0 30px;
}
.ts_partner_popup .attention {
	font-size: 15px;
	color: #f26522;
	padding: 5px 20px 0 30px;
}
.ts_partner_popup .overflow_content {
	border-top: 1px solid #ebebeb;
	margin-top: 15px;
	overflow-y: scroll;
	background: #ffffff;
	padding-bottom: 30px;
	position: relative;
	padding-top: 30px;
}
.ts_partner_popup .header_content {
	height: 39px;
	background: #41a1c9;
	font-size: 19px;
	color: #ffffff;
	line-height: 39px;
	padding-left: 30px;
	position: absolute;
	width: 775px;
	top: 0;
	left: 0;
	z-index: 5;
}
.ts_partner_popup .group_button {
	float: right;
	display: inline-block;
	height: 39px;
	background: #ffcc11;
	border-left: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	padding: 0 30px;
}
.ts_partner_popup a.group_button:hover {
	color: #FFF;
	background: #ffb900;
}
.ts_partner_popup .book_button {
	float: right;
	display: inline-block;
	height: 39px;
	background: #46bc00;
	border-left: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	padding: 0 30px;
}
.ts_partner_popup a.book_button:hover {
	color: #FFF;
	background: #40ab00;
}
.ts_partner_popup .item_content {
	padding: 30px 25px 0 30px;
}
.ts_partner_popup .price_item {
	float: right;
}
.ts_partner_popup .title_item, .price_item {
	color: #000000;
	font-size: 24px;
}
.ts_partner_popup .item_content ul {
	margin-top: 15px;
}
.ts_partner_popup .item_content li {
	background: url(/img/elements/bullet.png) 0 8px no-repeat;
	line-height: 24px;
	padding-left: 18px;
	color: #464646;
	margin-left: 15px;
}
.ts_partner_popup .form_search {
	width: 290px;
	border-right: 1px solid #cccccc;
	position: absolute;
	padding-top: 40px;
	top: 0;
	left: 0;
	z-index: 2;
	height: 665px;
}
.ts_partner_popup .right_content {
	padding: 15px 15px 30px 330px;
}


/* Calendar */
.ts_partner_popup .calendar_content .no_gift_booking {
	position: absolute;
	top: 151px;
	width: 100%;
	height: 163px;
	background-color: #000000;;
	opacity: 0.8;
	color: #a0a0a0;
	text-align: center;
	font-size: 18px;
}
.ts_partner_popup .calendar_content .no_gift_booking p {
	padding: 10px;
}
.ts_partner_popup .calendar_content .no_gift_booking .hide_block {
	margin-top: 10px;
}
.ts_partner_popup .calendar {
	margin-top: 15px;
	background-color: #FFF;
}
.ts_partner_popup .go_avail_date {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 485px;
	background-color: #000000;
	opacity: 0.7;
	text-align: center;
}
.ts_partner_popup .go_avail_date > div {
	margin: 150px 0 0;
	color: #ffffff;
	font-size: 140%;
}
.ts_partner_popup .calendar_table {
	border-collapse: collapse;
	margin: 25px 0 13px 12px;
}
.ts_partner_popup .calendar_table th {
	font-size: 12px;
	color: #c6c6c6;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
.ts_partner_popup .calendar_table td {
	border: 1px solid #c8c8c8;
	background-color: #f9f9f9;
	height: 84px;
	color: #898989;
	width: 113px;
	text-align: center;
	cursor: pointer;
}
.ts_partner_popup .calendar_table td.blank {
	background-color: #FFF;
	cursor: default;
}
.ts_partner_popup .calendar_table td.not_available {
	color: #cccccc;
	cursor: default;
}
.ts_partner_popup .calendar_table .book_similar {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 1px 6px;
	margin-left: 1px;
	background-color: #aeaeae;
}
.ts_partner_popup .calendar_day {
	font-size: 32px;
	display: block;
	line-height: 40px;
}
.ts_partner_popup .calendar_table td.cut_off .calendar_day {
	color: #ff4444;
}
.ts_partner_popup .additional_info {
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	display: none;
}
.ts_partner_popup .calendar_table td:hover {
	background: #f8941d;
	color: #FFF;
}
.ts_partner_popup .calendar_table td.blank:hover {
	background-color: #FFF;
}
.ts_partner_popup .calendar_table td.not_available:hover {
	background-color: #f9f9f9;
	color: #cccccc;
}
.ts_partner_popup .calendar_table td:hover .additional_info {
	display: block;
	line-height: 14px;
}
.ts_partner_popup .calendar_table td.not_available:hover .additional_info {
	display: none;
	line-height: 14px;
}

.ts_partner_popup.calendar .go_avail_date {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 485px;
	background-color: #000000;
	opacity: 0.7;
	text-align: center;
}
.ts_partner_popup.calendar .go_avail_date > div {
	margin: 150px 0 0;
	color: #ffffff;
	font-size: 140%;
}

.ts_partner_popup.calendar .no_gift_booking {
	position: absolute;
	top: 160px;
	width: 100%;
	height: 150px;
	background-color: #000000;;
	opacity: 0.8;
	color: #a0a0a0;
	text-align: center;
	font-size: 18px;
}
.ts_partner_popup.calendar .no_gift_booking p {
	padding: 10px;
}
.ts_partner_popup.calendar .no_gift_booking .hide_block {
	margin-top: 10px;
}


/* Tickets */
.ts_partner_popup .header_content_out {
	height: 34px;
	background: #41a1c9;
	font-size: 22px;
	color: #ffffff;
	line-height: 39px;
	padding: 0 20px 5px 30px;
	line-height: 34px;
	margin: 20px 0 -16px 0;
}
.ts_partner_popup .gift_option {
	float: right;
	font-size: 16px;
	color: #b4eaff;
}
.ts_partner_popup .gift_option .text {
	vertical-align: top;
	display: inline-block;
	margin: 2px 0 0 7px;
}
.ts_partner_popup .gift_option .type_custom {
	background: url(/img/elements/checkbox_blue.png) 0 0 no-repeat;
	width: 26px;
	height: 26px;
}
.ts_partner_popup .gift_option .type_custom.checked {
	background-position: 0 100%;
}
.ts_partner_popup .header_content_out .date_order {
	color: #ffffff;
	font-size: 22px;
	margin-right: 20px;
}
.ts_partner_popup .header_content_out .date_order span {
	color: #b4eaff;
	line-height: 38px;
}
.ts_partner_popup .header_content_out .is_gift {
	color: #ffffff;
	line-height: 38px;
}
.ts_partner_popup .header_content_out .months a {
	color: #898989;
}
.ts_partner_popup .header_content_out .months #calendar_month_selector_chosen {
	width: 130px !important;
	top: -3px;
}
.ts_partner_popup .header_content_out .months #calendar_month_selector_chosen {
	color: #898989;
}
.ts_partner_popup .calendar_day_data,
.ts_partner_popup .room_agreement {
	background-color: #fcfcfc;
	padding: 0 0 0 125px;
}
.ts_partner_popup .validate_errors {

	display: none;

	margin: 15px 0 0;
	padding: 15px 0 0;
}
.ts_partner_popup .validate_errors .error {

	color: #ff6666;
	font-weight: bold;
	text-align: center;
}
.ts_partner_popup .popup_form label {
	color: #808080;
	font-size: 16px;
	display: block;
	padding: 0 0 5px 5px;
}
.ts_partner_popup .popup_form label span {
	color: #c2c2c2;
}
.ts_partner_popup .popup_form .custom-select {
	display: inline-block;
	margin: 0;
}
.ts_partner_popup .popup_form .line {
	position: relative;
	padding-bottom: 10px;
}
.ts_partner_popup .popup_form .ticket .type,
.ts_partner_popup .popup_form .schedule_name {
	margin-right: 7px;
	width: 50%;
}
.ts_partner_popup .popup_form .schedule .schedule_options_column {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.ts_partner_popup .popup_form .schedules_notification i {
	position: static !important;
	cursor: default !important;
	display: inline-block;
	color: #e9521d !important;
}
.ts_partner_popup .popup_form .schedules_explanation i,
.ts_partner_popup .schedule .chosen-container .chosen-drop li i,
.ts_partner_popup .schedule .chosen-container .chosen-single i {
	position: static !important;
	cursor: default !important;
	display: inline-block;
	color: #00a651 !important;
	float: none;
}
.ts_partner_popup .popup_form .schedules_notification div,
.ts_partner_popup .popup_form .schedules_explanation div {
	display: inline;
}
.ts_partner_popup .popup_form .schedules_notification {
	margin-bottom: 10px;
	color: #e9521d;
}
.ts_partner_popup .popup_form .schedules_explanation {
	margin-top: 10px;
	color: #00a651;
}
.ts_partner_popup .schedule .schedule_option {
	width: 100%;
	height: 26px;
	overflow: hidden;
}
.ts_partner_popup .schedule .schedule_option i {
	position: static !important;
	cursor: default !important;
	display: inline-block;
	color: #00a651 !important;
	float: left;
	font-size: 17px;
	margin-left: 5px;
	margin-top: 5px;
}
.ts_partner_popup .schedule .schedule_option input {
	width: 22px;
	height: 22px;
	float: left;
	margin-top: 2px;
}
.ts_partner_popup .schedule .schedule_option .schedule_text {
	font-size: 17px;
	float: left;
	margin-top: 2px;
}
.ts_partner_popup .popup_form .amount {
	margin-right: 20px;
}
.ts_partner_popup .popup_form .ticket .type select,
.ts_partner_popup .popup_form .schedule_name select {
	width: 320px;
}
.ts_partner_popup .popup_form .amount select {
	width: 100px;
}
.ts_partner_popup .popup_form .tickets_guests {
	margin-left: 14px;
}
.ts_partner_popup .popup_form .tickets_guests .ticket_guest {
	margin-top: 5px;
}
.ts_partner_popup .popup_form .tickets_guests .guest_label {
	height: 20px;
	vertical-align: middle;
}
.ts_partner_popup .popup_form .tickets_guests input {
	width: 170px;
	height: 20px;
	margin-left: 5px;
}

.ts_partner_popup .popup_form .tickets_list .tickets {
	list-style: none;
	line-height: 40px;
	border: 1px solid #aaaaaa;
	border-radius: 7px;
	width: 550px;
	margin-bottom: 10px;
}
.ts_partner_popup .popup_form .tickets_list .tickets li {
	display: block;
	padding: 0 12px;
	border-bottom: 1px solid #aaaaaa;
	line-height: 25px;
}
.ts_partner_popup .popup_form .tickets_list .tickets li:last-child {
	border-bottom: none;
}
.ts_partner_popup .popup_form .tickets_list .tickets .guests .guest div {
	display: inline-block;
}

.ts_partner_popup .counter .counter {
	width: 56px;
	text-align: center;
	color: #00a651;
	line-height: 20px;
}
.ts_partner_popup .counter * {
	float: left !important;
}
.ts_partner_popup .counter-minus,
.ts_partner_popup .counter-plus {
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
}

.ts_partner_popup .popup_form .tickets_list .tickets .ticket_data {
	position: relative;
	display: inline-block;
}
.ts_partner_popup .popup_form .tickets_list .tickets .counter {
	float: right;
	margin-top: 5px;
}
.ts_partner_popup .popup_form .tickets_list .tickets .ticket_name {
	cursor: pointer;
	color: #46bc00;
	border-bottom: 1px dashed;
	text-decoration: none;
	display: inline-block;
	line-height: 26px;
}
.ts_partner_popup .popup_form .tickets_list .tickets .ticket_description_tooltip {
	font-size: 16px;
}
.ts_partner_trip_add_to_cart .additional_options input {
	background: #ffffff;
	color: #363636;
	font-size: 16px;
	padding-left: 6px;
	line-height: 21px;
	height: 30px;
	width: 435px;
}
.ts_partner_popup .control_container {
	display: inline-block;
}
.ts_partner_popup .calendar_day_data .tickets_list .fa {
	position: absolute;
	left: -25px;
	top: 11px;
	cursor: pointer;
	color: #a0a0a0;
}
.ts_partner_popup .calendar_day_data .tickets_list .fa:hover {
	color: #707070;
}
.ts_partner_popup .ticket_description {
	cursor: pointer;
	color: #46bc00;
	border-bottom: 1px dashed;
	text-decoration: none;
}
.ts_partner_popup .ticket_description:hover {
	border: none;
	color: #46bc00;
}
.ts_partner_popup .popup_form .custom-text {
	color: #363636;
	font-size: 19px;
}
.ts_partner_popup .popup_form .custom-select .custom-text,
.ts_partner_popup .popup_form .custom-select.disable span.custom-text:hover {
	padding: 4px 0 5px 10px;
}
.ts_partner_popup .popup_form .submit_gray {
	padding: 5px 40px 5px 25px;
	margin-bottom: 25px;
}
.ts_partner_popup .additional_option .control_container {
	padding-bottom: 15px;
}
.ts_partner_popup .additional_option .control_container select {
	width: 445px;
}
.ts_partner_popup .additional_option .control_container .is_required {

	margin: 0 0 0 10px;

	color: #ff2222;
	font-size: 24px;
}
.ts_partner_popup .comment_guest .control_container textarea {
	width: 452px;
	height: 50px;
}
.ts_partner_popup .text_agreement {
	border: 1px solid #c8c8c8;
	background: #FFF;
	color: #363636;
	padding: 8px;
	font-size: 16px;
	line-height: 21px;
	display: block;
	width: 442px;
}
.ts_partner_popup .popup_form .type_custom {
	width: 32px;
	height: 32px;
	background: url(/img/elements/checkbox_gray.png) 0 -32px;
}
.ts_partner_popup .popup_form .type_custom.checked {
	background-position: 0 0;
}
.ts_partner_popup .popup_form .checkbox_text {
	font-size: 16px;
	padding-left: 7px;
	vertical-align: top;
	margin-top: 7px;
	display: inline-block;
}
.ts_partner_popup .popup_form {
	padding: 20px 0;
}
.ts_partner_popup .header_content_out .group {
	color: #b4eaff;
	text-decoration: none;
	font-size: 15px;
	float: right;
	display: inline-block;
	margin: 2px 10px 0 0;
}
.ts_partner_popup .header_content_out .group:hover {
	text-decoration: underline;
}

.ts_partner_trip_add_to_cart .gift_amount .control_container {
	margin: 10px 0 0 165px;
	font-size: 24px;
}
.ts_partner_trip_add_to_cart .gift_amount .control_container .amount {
	margin: 0;
	display: inline-block;
	width: 80px;
	text-align: center;
}
.ts_partner_trip_add_to_cart .gift_amount .control_container .fa {
	cursor: pointer;
	color: #46bc00;
	display: inline-block;
}
.ts_partner_trip_add_to_cart .gift_amount .control_container .fa:active {
	position: relative;
	top: 1px;
	left: 1px;
}
.ts_partner_trip_add_to_cart .gift_amount .control_container .fa.disabled {
	color: #eeeeee;
}

.ts_partner_popup .popup_form .tickets_list .tickets .guests,
.ts_partner_popup .popup_form .tickets_list .tickets .guests .guest {
	display: inline-block;
	position: relative;
}
.ts_partner_popup .popup_form .tickets_list .tickets .guests {
	display: none;
}
.ts_partner_popup .popup_form .tickets_list .tickets .guests .guest div {
	display: inline-block;
	position: relative;
}
.ts_partner_popup .popup_form .tickets_list .tickets .strike_out {
	font-size: 12px;
	line-height: 15px;
	text-decoration: line-through;
	color: #ee2222;
}
.ts_partner_popup .popup_form .tickets_list .tickets .saving {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #ee2222;
	margin-bottom: 4px;
}


.ts_partner_popup .type_custom {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 32px;
	height: 32px;
	background: url(/img/elements/checkbox_gray.png) 0 -32px;
	cursor: pointer;
	vertical-align: middle;
}
.ts_partner_popup .type_custom.checked {
	background-position: 0 0;
}
.ts_partner_popup .type_custom.active input {
	position: absolute;
	top: -30px;
}


.ts_partner_popup .hidden,
.ts_partner_popup .ts_hidden {
	display: none;
}

/* Bottom */
.ts_partner_popup .bottom_info {
	padding: 30px 0 15px 270px;
	font-size: 16px;
	color: #46bc00;
}
.ts_partner_popup .bottom_controls {
	background-color: #f2f2f2;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 26px 20px;
	font-size: 16px;
}
.ts_partner_popup .bottom_controls .back,
.ts_partner_popup .bottom_controls .back a {
	color: #448ccb;
}
.ts_partner_popup .bottom_controls .back {
	display: inline-block;
	width: 430px;
}
.ts_partner_popup .bottom_controls .green_button {
	width: 320px;
	text-align: center;
	line-height: 25px;
}
.ts_partner_popup .green_button {
	padding: 6px 10px 6px 10px;
	display: inline-block;
	color: #598527;
	font-size: 19px;
	text-shadow: 0 1px rgba(255,255,255,0.5);
	text-decoration: none;
	background: #cdea65; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWE2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhM2Q5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cdea65 0%, #a3d939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdea65), color-stop(100%,#a3d939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdea65 0%,#a3d939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdea65 0%,#a3d939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdea65 0%,#a3d939 100%); /* IE10+ */
	background: linear-gradient(top, #cdea65 0%,#a3d939 100%); /* W3C */
	border-top: 1px solid #aec671;
	border-bottom: 1px solid #87aa49;
	border-right: 1px solid #b1cd6b;
	border-left: 1px solid #bbd968;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(218, 239, 140, 1);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(218, 239, 140, 1);
	box-shadow: inset 0px 1px 1px 0px rgba(218, 239, 140, 1);
}
.ts_partner_popup .green_button:hover {
	color: #598527;
	text-decoration: none !important;
}
.ts_partner_popup .green_button:active {
	position: relative;
	top: 1px;
	left: 1px;
}
.ts_partner_popup .green_arrow {
	position: relative;
	padding: 9px 0 9px 0;
}
.ts_partner_popup .green_arrow:after {
	display: block;
	content: '';
	width: 21px;
	height: 44px;
	background: url(/img/buttons/green_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: -21px;
	top: 0;
}
.ts_partner_popup .disabled.green_button {
	background: #f9f9f9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* W3C */
	color: #7d7d7d;
	border: none;
	border: 1px solid #cccccc;
	box-shadow: none;
	text-shadow: 0 1px rgba(255,255,255,0.5);
}
.ts_partner_popup .disabled.green_arrow:after {
	background-image: url(/img/buttons/gray_arrow.png);
}
.ts_partner_popup .green_arrow .loading {
	width: 22px;
	margin-right: 5px;
	vertical-align: -4px;
}