@charset "utf-8";
/* controls */


.face {
	width: 355px;
}
.typeAdress {
	width: 370px;
}
.tbsbClass a.type {
	padding-right: 25px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.appartaments a.type {
		padding: 7px 25px 9px 35px !important;
	}
}
/*.quick-order-popup form label {
	width: auto;
	height: auto;
	line-height: normal;
	float: none;
	text-align: left;
}*/
.whole_input_block {
	background: url("../images/datauri-x-tile.png") 0 -450px repeat-x;
}
.quick-order-popup .whole_input_block {
	background: url("../images/datauri-x-tile.png") 0 -200px repeat-x;
}
.whole_input_block .input_type_text {
	background: none;
	width: auto;
}
.quick-order-popup .short_block .input_type_text {
	width: 340px;
}
.tel1 .input_type_text {
	width: 30px;
}
.tel2 .input_type_text {
	width: 55px;
}
.tel3 .input_type_text {
	width: 75px;
}
.whole_input_block .input_type_text:-moz-placeholder {
 color: #aaa;
}
.input_left {
	background: url("../images/sprite.png") -260px -180px no-repeat;
}
.quick-order-popup .input_left {
	background: url("../images/sprite.png") -220px -180px no-repeat;
}
.input_right {
	background: url("../images/sprite.png") -280px -180px no-repeat;
	width: 15px;
}
.quick-order-popup .input_right {
	background: url("../images/sprite.png") -240px -180px no-repeat;
	width: 14px;
}
.cart-textarea {
	background: url(../images/cart-textarea.png) 0 0 no-repeat;
	width: 383px;
	height: 65px;
	overflow: hidden;
}
.cart-textarea textarea {
	background: none;
	border: none;
	width: 360px;
	height: 54px;
	padding: 10px 10px 6px;
	color: #000;
	font-style: italic;
}
.cart-textarea-wide {
	background: url(../images/cart-textarea-wide.png) 0 0 no-repeat;
	width: 787px;
	height: 67px;
	overflow: hidden;
	margin-bottom: .2em;
}
.cart-textarea-wide textarea {
	background: none;
	border: none;
	width: 760px;
	height: 56px;
	padding: 10px 10px 6px;
	color: #000;
	font-style: italic;
}
.datepicker {
	width: 100px;
	position: relative;
	height: 1.8em;
	line-height: 1.8;
	text-decoration: none;
	text-align: left;
	color: black;
	outline: none;
	vertical-align: top;
	border: none;
	background: url(../images/datauri.png) 0 -730px no-repeat;
	margin: 0;
	padding: 4px 12px;
	display: inline-block;
	cursor: default;
	font-style: italic;
	font-size: 13px;
}
a.cart-enter-button {
	text-decoration: none;
	display: block;
	float: left;
	white-space: nowrap;
}
a.cart-enter-button .cart-btn-icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(../images/sprite.png) 0 -720px no-repeat;
}
a.cart-enter-button strong {
	display: block;
	float: left;
	height: 26px;
	padding: 6px 1.4em 0 .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	background: url(../images/sprite-right.png) 100% -220px no-repeat;
	white-space: nowrap;
}
/* cart */



input.cart-checkbox {
	display: none;
}
label.cart-checkbox-label {
	display: block;
	padding-left: 1.8em;
	cursor: pointer;
}
label.cart-checkbox-unchecked {
	background: url(../images/sprite.png) -460px -280px no-repeat;
}
label.cart-checkbox-checked {
	background: url(../images/sprite.png) -480px -260px no-repeat;
}
input.cart-radio {
	display: none;
}
label.cart-radio-label {
	display: block;
	padding-left: 1.8em;
	cursor: pointer;
	width: auto;
	height: auto;
	line-height: normal;
	float: none;
	text-align: left;
}
label.cart-radio-unchecked {
	background: url(../images/sprite.png) -460px -280px no-repeat;
}
label.cart-radio-checked {
	background: url(../images/sprite.png) -480px -260px no-repeat;
}
ul.cart-radiogroup {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.cart-radiogroup li {
	margin: 0;
	padding: .33em 0;
	clear:both;
}
ul.cart-radiogroup li .cart-data-row {
	padding: 1em 0 0 1em;
}
.cart-data-half-row {
	float: left;
	width: 48%;
	padding-right: 2%;
}
.cart-data-half-row .label-wrap {
	width: 100%;
	text-align: left;
	padding-right: 0;
}
#sender-repeat .cart-data-half-row {
	width: 44%;
	padding-right: 0;
}
#sender-repeat .label-wrap {
	width: 55px;
	text-align: right;
	padding-right: 10px;
}
#sender-repeat .cart-data-half-row .input-wrap {
	width: 140px;
}
.address-col {
	float: left;
	width: 64px;
	margin: .5em 0;
}
.address-col label {
	display: block;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	color: #666;
}
a.btn-edit {
	display: block;
	float: left;
	position: relative;
	margin: .2em 0 0 .67em;
}
a.btn-edit img {
	width: 22px;
	height: 22px;
	background: url(../images/buttons/cart/edit.png) 0 0 no-repeat;
}
a.btn-edit:hover img, a.btn-edit:active img {
	background: url(../images/buttons/cart/edit.png) 0 100% no-repeat;
}
a.btn-commit {
	display: block;
	float: left;
	position: relative;
	margin: .33em 0 0 .67em;
}
a.btn-commit img {
	width: 95px;
	height: 22px;
	background: url(../images/buttons/cart/commit.png) 0 0 no-repeat;
}
a.btn-recalculate img {
	width: 108px;
	height: 22px;
	background: url(../images/buttons/cart/recalculate.png) 0 0 no-repeat;
}
#sender-first {
	float: left;
	width: 440px;
	padding: 0 20px 0 0;
	border-right: 1px dashed #ccc;
}
#sender-repeat {
	float: left;
	width: 470px;
	padding: 0 0 0 20px;
}
#sender-repeat .cart-data-row .cart-input {
	width: 311px;
}
#sender-repeat .cart-data-half-row .cart-input {
	width: 100px;
}
.input-wrap .label-wrap {
	float: none;
	width: auto;
	text-align: left;
}
.input-wrap .label-wrap h3 {
	margin: 0 0 .33em;
}
#cart-pay-ways-selector {
	clear: both;
	padding: 1.5em 0;
}
#other-pay-ways-select {
	float: left;
	width: 50%;
}
#other-pay-ways-select select {
	width: 440px;
}
#other-pay-ways-label {
	font-style: italic;
	color: #888;
}
ul#cart-socials-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#cart-socials-list li {
	display: inline;
	margin: 0;
	padding: 0 .1em .5em 0;
}
#cart-discounts-n-bonuses {
	clear: both;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 1.32em 0;
	margin: 1.32em 0;
}
#cart-discounts-n-bonuses ul.nav {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#cart-discounts-n-bonuses ul.nav li {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
	margin: 0 0 -1px;
	padding: 0;
}
#cart-discounts-n-bonuses ul.nav li a {
	display: block;
	margin: 0;
	font-size: 1.2em;
	padding: .5em 1.5em .67em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#cart-discounts-n-bonuses ul.nav li a strong {
	font-weight: normal;
	border-bottom: 1px dashed #090;
}
#cart-discounts-n-bonuses ul.nav li a span {
	vertical-align: middle;
	margin: 0 0 2px;
}
#cart-discounts-n-bonuses ul.nav li a.current {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
#cart-discounts-n-bonuses ul.nav li a.current strong {
	color: #000;
	border-bottom: none;
}
#cart-discounts-n-bonuses .list-wrap {
	clear: both;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
}
#cart-discounts-n-bonuses .list-wrap table {
	margin: auto;
}
#cart-discounts-n-bonuses .list-wrap table td {
	padding: .5em;
}
.pay-way {
	float: left;
	text-align: center;
	white-space: nowrap;
	padding: 25px 10px 5px;
}
.pay-way span {
	display: block;
	text-align: center;
	height: 40px;
	overflow: hidden;
}
.pay-way .radio-wrap {
	text-align: center;
}
#cart-pay-ways-list fieldset {
	float: left;
	border: 1px dashed #ddd;
}
#cart-pay-ways-list fieldset legend {
	color: #ddd;
	margin: auto;
}
#cart-pay-ways-list fieldset .pay-way {
	padding: 5px 10px 0;
}
.get-bonus {
	text-align: center;
	font-style: italic;
}
dl#order-options {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl#order-options dt {
	display: block;
	clear: both;
	float: left;
	width: 140px;
	margin: 0;
	padding: 10px;
	text-align: right;
	color: #666;
}
dl#order-options dd {
	display: block;
	float: left;
	width: 788px;
	margin: 0;
	padding: 5px 0;
	color: #000;
	overflow: hidden;
}
dl#order-options dd ul#order-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl#order-options dd .view, dl#order-options dd .edit {
	float: left;
}
dl#order-options dd .value {
	float: left;
	padding: 5px 0;
	max-width: 705px;
}
dl#order-options .cart-input {
	width: 350px;
}
strong.order-num {
	font-size: 120%;
	color: #000;
	font-weight: normal;
}
.tooltip {
	text-decoration: none;
	display: inline-block;
	background: url(../images/cart/tooltip.png) 0 0 no-repeat;
	width: 22px;
	height: 22px;
	margin-top: 3px;
	text-indent: -100px;
	overflow: hidden;
	cursor: pointer;
}
.tooltip:hover {
	background: url(../images/cart/tooltip.png) 0 100% no-repeat;
}
/* custom calendar */







.ui-widget-content {
	background: #e4e4e4;
}
.ui-datepicker-header {
	background: #13b73d;
	color: #fff;
}
.ui-datepicker-calendar {
	border-collapse: collapse;
	background: #ffffff;
}
.ui-datepicker-calendar tbody {
	background: #fff;
}
.ui-datepicker-calendar td {
	border: 1px solid #ddd;
	padding: 0;
}
.ui-datepicker-calendar td {
	border: 1px solid #ddd;
	padding: 0;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable span.ui-state-default {
	text-align: center;
}
.ui-datepicker-calendar td a.ui-state-default {
	border: none;
	background: #fff;
	color: #37b779;
	text-align: center;
}
.ui-datepicker-calendar td a.ui-state-hover {
	background: #ea4910;
	color: #fff;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 







.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*!

 * jQuery UI Autocomplete 1.8.22

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Autocomplete#theming

 */

.ui-autocomplete {
	position: absolute;
	cursor: default;
}
/* workarounds */



* html .ui-autocomplete {
	width:1px;
} /* without this, the menu expands to 100% in IE6 */
/*

 * jQuery UI Menu 1.8.22

 *

 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Menu#theming

 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/* $Auth */

#dialog-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0a5c1f;
}
