a img {
	border-width:0;
}

#navigation #tabs, #navigation #tabs ul {
	background:none;
	border:none;
}

#navigation {
	position:relative;
	display:block;
	background:#fff;
	height:86px;
	padding:0;
}

#navigation #tabs ul li{
	width:200px;
	height:80px;
	background:#599A17 url(../images/bg_tabs_on.png) no-repeat top;
	margin:0;
	padding:0;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#navigation #tabs ul li.ui-state-disabled {
	background:#599A17 url(../images/bg_tabs_off.png) no-repeat top;
	}

#navigation #tabs ul li a {
	width:180px;
	text-align:center;
}

#navigation #tabs div.step_wrap {
	background:url(../images/bg_steps_wrap.png) repeat-y left;
	padding:0;
	margin:0;
	margin-left:1px;
	padding-left:7px;
}

#navigation #tabs div.step_wrap div.step_content{
	background:#599A17 url(../images/bg_stepcontent.png) repeat-x top;
	height:420px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-right:1px solid #3E6E0D;
	border-bottom:1px solid #3E6E0D;
	border-left:1px solid #3E6E0D;
	padding:10px;
}

.next_step {
	padding:10px;
	text-size:14px;
	font-weight:bold;
	background:#B8DA95;
	color:#3E6E0D;
	border:3px solid #FFF;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}

.next_step:hover {
	text-decoration:none;
	background:#D72500;
	color:#FFF;
	}

#navigation #tabs ul li a.step_link h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:#fff;
	margin:0;
	padding:0;
	text-shadow:0 -1px 0 #3E6E0D;
	text-align:center !important;
	}

#navigation #tabs ul li a.step_link p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F0973B;
	text-align:center;
	margin:0;
	padding:0;
	text-shadow:0 -1px 0 #3E6E0D;
	text-align:center !important;
	}

#navigation #tabs ul li.ui-state-disabled {
	opacity: 1; filter:Alpha(Opacity=100);
	background:#599A17 url(../images/bg_tabs_off.png) repeat-x top;
	}

#navigation #tabs ul li.ui-state-disabled a.step_link h1{
	color:#F4F4F4;
	}
	
#navigation #tabs ul li.ui-state-disabled a.step_link p{
	color:#B8DA95;
	}


/*food tags*/

#food_tags {
	padding-top:10px;
	padding-bottom:10px;
	width:350px;
	}
.food_tag {
	border:3px solid #FFF;
	font-size: 13px;
	padding: 5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.btn_chino {
	background-color:#bcd4ec;
}
.btn_pizzas {
	background-color:#ece9bc;
}
.btn_perritos {
	background-color:#e8bcec;
}
.btn_indio {
	background-color:#c8ecbc;
}
.btn_arroces {
	background-color:#ecbcbc;
}

/*dish list*/

#dish_list {
	float:right;
	}

#dishes h3{
	font-size:18px;
	color:#FFF;
	padding:0;	
	margin:0;
	}
	
#dishes h4{
	font-size:14px;
	color:#B8DA95;
	padding:0;
	margin:0;
	}
	
#dish_list table td {
	padding:10px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #B8DA95;
}

.total_price {
	font-size:16px;
	color:#D72500;
	background:#FFF;
}

#map_loader {
	text-align:center;
	padding-top:100px;
	color:#FFF;
	}