h1 {
	font: bold 18px/16px Arial;
	height:15px;
}

.main_col_div {
    height: 800px;
    float: left;
}

#first_column_div {
    width: 298px;
    background: #fafafa;
    margin-right: 20px;
}

.number_div {
    margin: 32px auto 0;
}

.number_div img {
    margin: 0 auto;
}

.col_title_div {
    text-align: center;
    font: 20px/24px Arial;
    margin: 15px 0;
}

#first_column_div .col_inner_content_div {

}

.cuisine_div {
    float: left;
    height: 99px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
    width: 149px;
}

#cuisine_div_10 {
	height:75px;
	padding-top:27px;
}

#cuisine_div_8 {
	padding-top:20px;
}

#cuisine_div_11 {
	padding-top:27px;
}

#all_cuisines_div {
	float:left;
	margin-top: 38px;
	text-align: center;
	width: 100%;
}

#first_column_div .size49.active {
    background: transparent url(../media/images/backgrounds/frame49.png) scroll no-repeat center 0;
}

#first_column_div .size58.active {
    background: transparent url(../media/images/backgrounds/frame58.png) scroll no-repeat center 0;
}

#first_column_div .size72.active {
    background: transparent url(../media/images/backgrounds/frame72.png) scroll no-repeat center 0;
}

.cuisine_picture {
    margin: 0 auto;
    padding-bottom: 5px;
    cursor: pointer;
}

.cuisine_title {
    font: bold 15px/18px Arial;
    cursor: pointer;
}

#second_column_div {
    width: 220px;
    margin-right: 20px;
    background: #f2f2f2;
}

#second_column_div .col_inner_content_div {

}

#neighbourhood_ul {
    margin: 0 0 0 7px;
    padding: 0;
    text-align: center;
}

#neighbourhood_ul li {
    color: #474747;
    font: 15px/18px Arial;
    width: 207px;
    height: 19px;
    padding: 10px 0;
    list-style: none;
    cursor: pointer;
    margin-top: 2px;
}

#neighbourhood_ul .active {
    background: transparent url(../media/images/backgrounds/barrio_frame.png) scroll no-repeat 0 0;
}

#third_column_div {
    width: 378px;
    background: #fcfcfc;
}

#third_column_div .col_inner_content_div {

}

#online_order_div, #phone_order_div {
    margin-bottom: 1px;
}

.online_order_title_div{
    height: 20px;
    background: #83ae3b;
    font: bold 14px/16px Arial;
    color: #FFFFFF;
    padding: 5px 0 0 8px;
}

.phone_order_title_div, .closed_restaurants_order_title_div {
    height: 20px;
    background: #c7c7c7;
    font: bold 14px/16px Arial;
    color: #FFFFFF;
    padding: 5px 0 0 8px;
}

#online_order_ul, #phone_order_ul, #closed_restaurants_order_ul {
    margin: 0 12px;
}

#closed_restaurants_order_ul .name_col{
	cursor: pointer;
	color: #BBBBBB;
}

#online_order_ul li:hover, #phone_order_ul li:hover, #closed_restaurants_order_ul li:hover {
    background: #f0f0f0;
    cursor: pointer;
}

#online_order_ul li, #phone_order_ul li, #closed_restaurants_order_ul li {
    border-bottom: 1px solid #e4e4e4;
}

#online_order_ul .last_child, #phone_order_ul .last_child, #closed_restaurants_order_ul .last_child {
    border-bottom: none;
}

#phone_order_div {

}

#online_order_div li, #phone_order_div li, #closed_restaurants_order_div li {
    height: 27px;
}

.thumb_up_col {
    width: 55px;
    height: 24px;
    padding-top: 9px;
}

.thumb_up_col {
    font: 10px/12px Arial;
    color: #636363;
    text-decoration: underline;
    margin-left: 10px;
}

.thumb_up_col img {
    margin: -4px 2px 4px 0;
    display: inline;
}

.name_col {
    font: 15px/18px Arial;
    color: #474747;
    /*width: 205px;*/
    height: 23px;
    padding-top: 4px;

    padding-left: 10px;
    width: 344px;
}

.open_flag_col {
    font: bold 12px/14px Arial;
    color: #7bb90a;
    width: 84px;
    height: 24px;
    padding-top: 9px;
}

.thumb_up_col, .name_col, .open_flag_col {
    float: left;
}

#online_not_avail_notice {
    font: 15px/18px Arial;
    color: #474747;
}

#slogan_div {
    width: 400px;
    margin: 0 auto;
    color: #858585;
    font: bold 18px/16px Arial;
    text-align:center;
	padding-top: 20px;
}

#slogan_div .orange_color {
	color: #f7941d;
}

#list_all_button {
	color: #858585;
    font: bold 11px/16px Arial;
   	padding-top: 10px;
}