/* блюда */
.menu_elem {
	width: 155px;
	height: 165px;
	float:left;
	margin:0 5px 14px 0;
}
.menu_elem_cont {
	width: 100%;
	height: 150px;
	background-color: #e6e6e6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.menu_img {
	text-align: center;
	position: relative;
	top: 5px;
	left: 5px;
	height: 110px;
	width: 148px;
	background-color: #FFFFFF;
}

.cont_img {
	max-width: 148px;
	max-height: 110px;
}
.discount_cont {
	position: absolute;
	padding-top: 0px;
	background-color: #ff0000;
	width: 100px;
	height: 16px;
	bottom: 17px;
	right: 0px;
	font-family: Tahoma;
	text-align: center;
	text-decoration: line-through;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.cost_cont {
	position: absolute;
	padding-top: 0px;
	background-color: #ffb900;
	width: 100px;
	height: 17px;
	bottom: 0px;
	right: 0px;
	font-family: Tahoma;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.act_skidka {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0px;
	right: 0px;
}
.menu_title {
	margin-top: 7px;
	float:left;
    height: 30px;
	margin-left: 5px;
	width: 125px;
}
.menu_title_text {
	height:30px;
	width: 125px;
	display: table-cell;
    vertical-align: middle;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height:12px;
	text-transform: uppercase;
	color: #2e2e2e;
}
.menu_info {
	float: right;
	margin-top: 15px;
	margin-right:5px;
	width: 17px;
	height: 17px;
	background-image: url('/media/i/dostavka/info.icon.png');
	background-repeat: no-repeat;
}
.menu_elem_addcart {
	width: 100%;
	height: 25px;
	background-color: #ffb900;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
.addcart_minus {
	float: left;
	width:25px;
	height: 100%;
	background-color: #ffa101;
	border-bottom-left-radius: 5px;
	background-image: url('/media/i/dostavka/minus.png');
	transition: background-color #5s;
}
.addcart_minus:hover {
	background-color: #ff5400;
}
.addcart_add {
	padding: 7px 0px 0px 0px;
	float: left;
	width: 105px;
	height: 100%;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.addcart_plus {
	float: left;
	width:25px;
	height: 100%;
	background-color: #ffa101;
	border-bottom-right-radius: 5px;
	background-image: url('/media/i/dostavka/plus.png');
	transition: background-color #5s;
}
.addcart_plus:hover {
	background-color: #ff5400;
}
/* корзина */
#cart {
	padding: 2px 2px 2px 2px;
	width: 210px;
	background-color: #FFFFFF;
}
#cart_cont {
	width: 210px;
	min-height: 220px;
	max-height: 300px;
	overflow-y: scroll;
}
#cart_title {
	width: 100%;
	height: 30px;
	text-align:center;
	line-height: 30px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cc6622;
}
#cart_ico {
	position:relative;
	float:right;
	margin-right: 5px;
	margin-left: -25px;
	margin-top: 5px;
	right: 0px;
	width: 20px;
	height: 18px;
	background-image: url('/media/i/dostavka/shopping_cart.png');
}
#cart_order_cost {
	margin-left: 5px;
	margin-top: 3px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #cc6622;
}
#cart_button {
	margin-top: 5px;
	width: 190;
	height: 25px;
	text-align:center;
	line-height: 25px;
	font-family: Tahoma;
	font-size: 14px;
	color: #ffba00;
	background-color: #000000;
	border: 1px solid;
	border-color: #ffba00;
}
#cart_button:hover {
	background-color: #181818;
}
.order_item {

	height: 30px;
	width: 100%;
	margin-top:3px;
	background-color: #e6e6e6;
}
.order_name {
	float: left;
	margin-left: 3px;
	width: 130px;
	height: 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffba00;
	line-height: 30px;
	overflow: hidden;
	color: #000000;
}
.order_item_minus {
	float:left;
	margin-left:3px;
	margin-top: 7px;
	width: 16px;
	height: 16px;
	background-image: url('/media/i/dostavka/cart_minus.png');
}
.order_item_plus {
	float:left;
	margin-left:3px;
	margin-top: 7px;
	width: 16px;
	height: 16px;
	background-image: url('/media/i/dostavka/cart_plus.png');
}
.order_item_close {
	float:left;
	margin-left:3px;
	margin-top: 7px;
	width: 16px;
	height: 16px;
	background-image: url('/media/i/dostavka/cart_close_order.png');
}
/* способо заказа */
#payment_cont {
	width: 650px;
	height: 380px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#pm_title {
	margin-left: 25px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
}
.pm_button {
	width: 600px;
	height: 90px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #ffb400;
	text-align:center;
	line-height: 90px;
	font-family: Tahoma;
	font-size: 18px;
	color: #FFFFFF;
}
#pm_ico1 {
	float: right;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background-image: url('/media/i/dostavka/card_client.png');
}
#pm_ico2 {
	float: right;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background-image: url('/media/i/dostavka/card_order.png');
}
#pm_ico3 {
	float: right;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background-image: url('/media/i/dostavka/card_no.png');
}
#pm_card_review {
	margin-left: 25px;
	margin-top: 10px;
}
#what-you-want {
	padding: 20px;
	margin-right: 20px;
}
#what-you-want-selector {
	font-size: 20px;
	padding: 2px;
}
.butt11 { width: 220px; text-align: center; font-weight:bold; padding:1px; background:#000000; border:1px solid #FFBA00; color: #FFBA00; cursor:pointer; font-size: 12px;}
.dont_use_my_cart_message h4 { font-weight:bold; margin-top: 5px; margin-bottom: 5px; }



#container_top {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial;
	font-size: 14px;
	color: #2e2e2e;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 4px;
	width: 785px;
	background: #e6e6e6
}
.block_head {
	width: 745px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.large_text {
	font-family: Arial;
	font-size: 30px;
	color: #2e2e2e;
}
.block_text {
	margin-bottom: 5px;
}
.order_title {
	height: 30px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	background: #3c3c3c;
}
#order_title_item_1 {
	width: 345px;
	padding-left: 8px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
#order_title_item_2 {
	width: 75px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
#order_title_item_3 {
	width: 110px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
#order_title_item_4 {
	width: 100px;
	height: 30px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	float:left;
}
#order_title_item_5 {
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	float:none;
}
.order_list_header{
	border: none;
	border-width: 0px;
	border-collapse: collapse;
	height: 54px;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
.order_item_0 {
	width: 4px;
}
.order_item_1 {
	width: 44px;
	text-align: center;
	vertical-align: middle;
}
.order_item_2 {
	width: 265px;
	text-align: left;
	vertical-align: middle;
}
.order_item_3 {
	width: 15px;
}
.order_item_4 {
	width: 65px;
	vertical-align: middle;
	padding-right: 10px;
}
.order_item_5 {
	width: 100px;
	vertical-align: middle;
	padding-right: 10px;
}
.order_item_6 {
	width: 90px;
	vertical-align: middle;
	padding-right: 10px;
}
.order_item_7 {
	width: 65px;
	vertical-align: middle;
	padding-right: 10px;
	font-weight: bold;
}
.order_item_8 {
	width: 20px;
	vertical-align: middle;
	padding-right: 10px;
}
.food_img {
	max-width: 44px;
	max-height: 44px;
	margin-right: 15px;
	float: left;
}
.text_input_style {
	width: 40px;
	height: 20px;
	float: left;
}
.add_button {
	width:20px;
	height: 20px;
	margin-top: 3px;
	margin-left: 2px;
	background-color: #ffa101;
	background-image: url('/media/i/img/add_button.png');
	transition: background-color .5s;
	cursor: pointer;
	float: left;
}
.delete_button {
	width:20px;
	height: 20px;
	margin-top: 3px;
	margin-left: 4px;
	background-color: #ffa101;
	background-image: url('/media/i/img/delete_button.png');
	transition: background-color .5s;
	cursor: pointer;
	float: left;
}
.add_button:hover {
	background-color: #ff5400;
}
.delete_button:hover {
	background-color: #ff5400;
}
.close_button {
	width:20px;
	height: 20px;
	background-color: #b3b3b3;
	background-image: url('/media/i/img/close_button.png');
	transition: background-color .5s;
	cursor: pointer;
	float: none;
}
.close_button:hover {
	background-color: #ff5400;
}
.infobox{
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #ff0000;
}
.separator {
	height: 1px;
	clear:both;
}
.int_button {
	width: 150px;
	height: 40px;
	margin-top: 10px;
	margin-left: 4px;
	background-color: #ffa101;
	transition: background-color .5s;
	cursor: pointer;
	line-height:40px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
}
.int_button:hover {
	background-color: #ff5400;
}
#recalculate {
	margin-left: 20px;
	float: left;
}
#return_to_menu {
	float: left;
}
#sum_text_1 {
	float: right;
	margin-right: 20px;
	margin-top:14px;
}
#container_bottom {
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: Arial;
	font-size: 14px;
	color: #2e2e2e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 785px;
	background: #e6e6e6
}
#order_details_container {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	background: #FFFFFF;
}
#card_question {
	width: 300px;
	float: left;
}
.input_radio_style {
	float: left;
}
#card_chose {
	clear: both;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#city_list {
	width: 210px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#street_type_list {
	width: 210px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#street_name {
	width: 292px;
	margin-right: 10px;
}
#dom_no {
	width: 50px;
	margin-right: 10px;
}
#korp_no {
	width: 50px;
	margin-right: 10px;
}
#kv_no {
	width: 50px;
	margin-right: 10px;
}
#order_komment {
	width: 720px;
	height: 70px;
	resize: none;
	margin-bottom: 10px;
}
#order_button {
	margin-left: 20px;
}
#error_warning {
	margin-left: 20px;
	margin-top: 10px;
	color: #ff0000;
}
#bar_adress_list {
	width: 210px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#order_ready_list {
	width: 150px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#take_away_list {
	width: 150px;
	margin-right: 20px;
	margin-bottom: 10px;
}


#delivery_phones_bottom {
	width:717px;
	background:#1a1a1f;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
	font-size:13px;
	padding-bottom:3px;
}

#delivery_phones_bottom a,
#delivery_phones_bottom a:visited
{
	color:white;
}

#delivery_phones_bottom a:hover
{
	color:yellow;
	text-decoration: none;
}