﻿.home_left
{
	float: left;
	min-height: 200px;
}
.home_right
{
	width: 250px;
	float: right;
}
.home_box
{
    width: 498px;
	/*behavior: url(/css/border-radius.htc);*/
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border: 1px solid #CFCFCF;
    margin: 15px 0 0;
    background: white;
}
.home_box_top
{
    /*
	width: 690px;
	height: 10px;
	background-image: url(../images/home-box-top.png);*/
	height: 0px;
}
.home_box_middle
{
    /*
	width: 670px;
	padding: 0 10px;
	min-height: 100px;
	background-image: url(../images/home-box-middle.png);
    */
}
.home_box_bottom
{
    /*
	width: 690px;
	height: 10px;
	background-image: url(../images/home-box-bottom.png);*/
	height: 0px;
}
.home_box_foot
{
	height: 25px;
	/*padding: 5px 10px 0 0;*/
	padding: 0;
	text-align: center;
}
.home_box_foot a
{
    font-size: 14px;
    cursor: pointer;
}
.offer_page
{
	text-align: right;
	padding: 2px 0 0;
}
.offer_page span, .offer_page span a
{
	font-size: 11px;
}
.arrow
{
	width: 48px;
	padding: 80px 0 0;
}
.arrow_l
{
	background: url(../images/arrow-l.png);
	width: 40px;
	height: 40px;
	display: block;
}
.arrow_r
{
	float: right;
	background: url(../images/arrow-r.png);
	width: 40px;
	height: 40px;
	display: block;
}
.offer_item
{
	width: 190px;
	float: left;
	text-align: center;
	height: 250px;
}
.offer_item span a
{
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
.offer_item span a:hover
{
	text-decoration: underline;
}
.offer_img
{
	width: 150px;
	margin: 0 auto;
}
.offer_img img
{
	width: 140px;
	height: 140px;
}
.offer_img_link
{
	width: 150px;
	height: 150px;
	border: 1px #dfdfdf solid;
	padding: 3px;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
}
.offer_link
{
	font-size: 11px;
	margin: 2px auto 0; 
	width: 150px;
	height: 28px;
}
.offer_price
{
	text-align: left;
	width: 150px;
	margin: 5px auto 0;
}
.price
{
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	width: 85px;
	float: left;
}
.offer_btn
{
	background: url(../images/btnViewOffer.png);
	width: 60px;
	height: 20px;
	float: right;
}

/* open restaurantes */
.open_restaurants
{
	margin: 10px 0 0 0;
}
.open_restaurants_cont
{
	float: left;
	width: 120px;
	height: 150px;
	margin: 10px 2px 0;
	text-align: center;
}

.open_restaurants_cont a
{
    text-decoration: none;
    font-size: 11px;
    /*color: #333;*/
    text-align: center;
}

.open_restaurants_img
{
	width: 100px;
	height: 100px;
	padding: 3px;
	border: 1px solid #dfdfdf;
	display: block;
	margin:0 auto;
}

.open_restaurants_cont span
{
	text-align: center;
	border-bottom: none;
}

.open_restaurants_cont a:hover span
{
    color: #3493f7;
    border-bottom: #3493f7 1px solid;
}

.opened_restaurants, .preorder_restaurants
{
	padding: 5px 0 0 8px;
	width: 100%;
	font-size:20px;
	/*height:25px;*/
}
/*
.opened_restaurants
{
	background: url(../images/res_home_open.gif) no-repeat right;
}
.preorder_restaurants
{
	background: url(../images/res_home_pre.gif) no-repeat right;
}
*/

/* categories rapid search */
.rapid_food { padding: 15px 0 0 0; }
.rapid_food a {
   /* margin: 15px 22px 20px 0;
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    */
    display:block;
    float:left;
    height:100px;
    margin: 10px 21px 0 0;
    width:100px;
}

/*ZONE RIGHT*/
.area_city
{
	margin: 10px 0 4px 0;
}
/*LOGIN*/

.home_login
{
	width: 275px;
	float: right;
	/*margin: 0 0 15px 0;*/
	margin: 0 0 5px 0;
}
.home_login_t
{
	height: 31px;
	background: url(../images/home_login_t.png);
}
.home_login_t_l, .home_signup_t_l
{
	height: 31px;
	width: 6px;
	float: left;
}
.home_login_t_c, .home_signup_t_c
{
	height: 31px;
	width: 120px;
	float: left;
	text-align: center;
	line-height: 31px;
}

.home_login_t_l
{
	background: url(../images/home_login_t_l.png);
}
.home_login_t_c
{
	background: url(../images/home_login_t_c.png);
}
.home_signup_t_c
{
	background: url(../images/home_signup_t_c.png);
}
.home_signup_t_l
{
	background: url(../images/home_signup_t_l.png);
	margin: 0 0 0 10px;
}
.home_login_t_c h3, .home_signup_t_c h3
{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.home_signup_t_c h3
{
	/*color: #327cc5;*/
	color: #123fab;
}
.home_signup_t_c h3 a
{
	text-decoration: none;
	display: block;
	width: 120px;
}
.home_signup_t_c h3 a:hover
{
	text-decoration: underline;
}
.home_login_t_r, .home_signup_t_r
{
	height: 31px;
	width: 6px;
	float: left;
}
.home_login_t_r
{
	background: url(../images/home_login_t_r.png);
}
.home_signup_t_r
{
	background: url(../images/home_signup_t_r.png);
}
.home_login_m
{
	background: #f9f9f9;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding-left:12px;
	padding-bottom:5px;
}
.home_form
{
	margin: 0 0 0 10px;
	width: 260px;
}
.home_login_label
{
	height: 16px;
	font-size: 11px;
	width: 245px;
}
.home_login_label span
{
	color: Red;
}
.home_login_item
{
	padding: 0 0 2px 0;
}
.home_login_item span
{
	color: #555;
}
.home_login_item input
{
	border: 1px solid #ddd;
	width: 230px;
	padding: 5px;
}
.home_login_pass
{
	margin: 5px 0 0 0;
}
.home_login_check
{
	width: 100%;
}
.home_login_check label
{
	color: #555;
}
.home_login_forget
{
	width: 100px;
	margin: 10px 5px 0 0;
	float: left;
}
.home_login_forget a
{
	/*color: #327cc5;*/
	color: #123fab;
	font-size: 11px;
	text-decoration: none;
}
.home_login_forget a:hover
{
	text-decoration: underline;
}

.home_login_btn
{
	float: right;
	width: 143px;
	height: 36px;
	margin: 10px 10px 0 0;
}
.home_login_btn a
{
	float: right;
	background: url(../images/home_login_btn.png);
	width: 143px;
	height: 36px;
	display: block;
}

.home_usrlogged
{
	width: 260px;
	height: 250px;
	border: 1px #ccc solid;
	background: #f9f9f9;
	padding: 0 10px;
}

.home_usrlogged img
{
	border: 1px #ccc solid;
}

.user_logout
{
	padding: 10px 0 0 0;
}

.user_orders_message
{
	text-align: left;
}
.home_login_line
{
	height: 20px;
	width: 250px;
	background: url(../images/login-or.png);
	margin: 10px auto;
}
.login_connect
{
	width: 220px;
	height: 36px;
	border: 1px solid #DFDFDF;
	background: white;
	text-align: center;
	margin: 10px auto;
}
.login_connect div
{
	width: 220px;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
}
.login_connect div a
{
	display: block;
}

.promos
{
}
.promo_item_l, .promo_item_r
{
	width: 145px;
	float: left;
	text-align: center;
}
.promo_item_l
{
	margin: 20px 25px 0 0;
	height: 225px;
}
.promo_item_r
{
	margin: 20px 0 0 0;
}
.promo_item_l span a, .promo_item_r span a
{
	color: Black;
	font-size: 11px;
	text-decoration: none;
}
.promo_item_l span a:hover, .promo_item_r span a:hover
{
	text-decoration: underline;
}
.promo_price
{
	width: 150px;
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	margin: 2px auto 0;
}
.promo_btn
{
	background: url(../images/btnViewOffer.png);
	width: 60px;
	height: 20px;
	display: block;
	margin: 2px auto 0;
}

.homeTitle
{
	color: #E22B13;
	float: left;
	font-family: Cambria,Arial;
	font-size: 18px;
	height: 25px;	
}

#change_container_default input
{
    font-size: 11px;
}

/*--------------------------------------
    SLIDER
--------------------------------------*/

.home_banner
{
    width: 100%;
}
.home_slides
{
    height: 180px;
    width: 500px;
}

.slider
{
	height: 180px;
    width: 500px;
	overflow:hidden;	
	position:relative;
}

.slider ul.images_list
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}

.slider ul.images_list li
{
	float:left;
}

.slider li.slider_numbers
{
	border: 1px solid #C83C2E;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 3px 5px;
}

.slider li.selected_slide
{
	background-color:#C83C2E;
	color:#fff;	
}

.slider li.regular_slide
{
	background-color:#fff;
	color:#C83C2E;	
}

.slider_progress
{
	border-bottom:1px solid #C83C2E;
	border-top:1px solid #C83C2E;
	padding:2px;
	background-color:#fff;
	height:10px;
	width:0px;
}

.slider_progress div
{
	width:100%;
	background-color:#C83C2E;	
	height:inherit;
	width:0px;
}

.home_cats
{
    width: 160px;
    float: left;
    margin: 0 15px 0 0;
}

.home_center
{
    width: 500px;
    float: left;
}
.food_cats
{
	/*width: 160px;*/
	/*
    width: 138px;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
    border: 1px solid #CFCFCF;
    padding: 10px;*/
}
.home_city
{
    margin: 10px 0 4px 0;
}
.food_cats ul
{
	margin: 5px 0 0 0;
	padding: 0;
}
.food_cats ul li
{
	list-style: none;
	line-height: 18px;
	background: url(../images/home-bullet.gif) no-repeat scroll 0 7px transparent;
	margin: 0 0 0 2px;
    padding: 0 0 0 10px;
}
.food_cats ul li a
{
    font-size: 13px;
    text-decoration: none;
}
.food_cats ul li a:hover
{
    text-decoration: underline;
    color: #3493F7;
}
.food_cats ul li span
{
    font-size: 11px;
    color: Gray;
}

/*---------------------------------
    TITLES SIDE MENUS
---------------------------------*/
.side_tit
{
    /*
    height:22px;
	line-height: 22px;
	background: #9FB930;
	padding: 0 0 0 5px;
	text-transform: uppercase;
    */
}
h2.nosh 
{
    background: none repeat scroll 0 0 #A4B344;
    /*background-color: #81a745;*/
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: auto !important;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(122, 136, 37, 0.7);
    text-transform: uppercase;
}
h2.nosh span
{
    bottom: -7px;
    height: 7px;
    left: 10px;
    position: absolute;
    width: 14px;
    text-indent: -9999px;
    background-image: url("../images/nosh.gif") !important;
    background-repeat: no-repeat;
    overflow: hidden;
}

.food_home_cats h2
{
    margin: 10px 0 12px 0;
}
