/* @override 
	http://www.feelinghungry.co.uk/my_styles.css */
	
p a.town {
	font-size: 24px;
	display: block;
	padding: 5px;
	margin: -10px 0px;
	text-decoration: none;
	text-align: center;
}
p a.town:hover {
	background-color: #EEE;
}

.message {
	border: 1px solid #BA3745;
	padding: 5px;
	background-color: #FFEEEE;
}
.red {
	color: #BA3745;
}

#top_content {
	width: 100%;
	min-height: 200px;
	height: 100%;
	border-bottom: 2px solid #BA3745;
}
#top_content *:first-child {
	margin: 0px;
	padding: 5px 0px;
}
#top_content p {
	margin-top: 0px;
	padding-top: 0px;
}
#top_content .columns3_right h3 {
	border-bottom: none;
	margin: 10px 10px;
}
#bottom_content {
	clear: both;
	margin: 0px;
}

.columns3_left {
	float: left;
	width: 282px;
	border-right: 1px solid #DDD;
}

.columns3_middle {
	width: 282px;
	float: left;
}

.columns3_right {
	float: left;
	width: 280px;
	border-left: 1px solid #DDD;
}

.columns_23 {
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.columns2_left {
	float: left;
	width: 50%;
}
.columns2_right {
	float: right;
	width: 50%;
}



#cover_all {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #AAA;
	-moz-opacity:0.7; filter:alpha(opacity=70); opacity:0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 9001;
}
#popup_container {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9002;
}
#popup {
	position: relative;
	width: 650px;
	height: 200px;
	margin: auto;
	background-color: #FFF;
	border: 5px solid #BA3745;
	padding: 20px;
	z-index: 9003;
}
#popup2 {
}
#popup3 {
	overflow: show;
	padding: 0px;
}
#popup #close {
	position: relative;
	text-align: right;
	right: -40px;
	top: -40px;
	margin: 0px;
	height: 0px;
}
#popup #comments {
	margin: 0px;
	padding: 0px;
}
#popup #mistake {
	padding: 0px;
	margin: 0px;
}

.takeaway_buttons {
	float: right;
	margin: 0px;
	padding: 5px 0px;
	clear: left;
}
.takeaway_buttons input {
	margin-top: 0px !important;
}

.adverts {
	text-align: center;
	padding-top: 10px;
	border-top: #CCC solid 1px;
	height: 100px;
	width: 850px;
	margin: auto;
	vertical-align: middle;
	clear: both;
}
.adverts_top {
	text-align: center;
	padding-top: 10px;
	border-bottom: #CCC solid 1px;
	height: 100px;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
}

.select_list {
	list-style: none;
	padding: 0px;
}

.select_list a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px;
}
.select_list ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	list-style: none;
	font-style: italic;
	color: #333;
}
.select_list a:hover {
	color: #BA3745;
}

.select_list li .menu {
	font-weight: bold;
	color: #BA3745;
}
.select_list a.menu {
	background-image: url(images/menu_tiny.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.highlight {
	background-color: #F0F0FF;
}

.select_list a.selected_item {
	background: url(/images/select_list_arrow.gif) right no-repeat #55F;
	color: #FFF;
}

.select_list a.not_selected {
	background-color: #FFF;
	color: #000;
}

.select_list .distance {
	border-right: 2px solid #FFF;
	margin-right: 5px;
	padding-right: 5px;
}

#map_canvas {
	width: 100%;
	min-height: 200px;
	height: 100%;
}

#map_canvas_large, #town_map_canvas {
	height: 500px;
	width: 100%;
}

.star_holder {
	width: 100%;
	height: 33px;
	margin: 5px;
	display: block;
	overflow: hidden;
}
.star_holder a {
	float: left;
	display: block;
	width: 35px;
	height: 33px;
	overflow: hidden;
}.star_on {
	background: url(/images/the_stars.gif) no-repeat 0px -33px;
}.star_off {
	background: url(/images/the_stars.gif) no-repeat;
}
.star_hover {
	background: url(/images/the_stars.gif) no-repeat 0px -66px;
}

table.dish_variations {
	width: 90%;
	margin: auto;
	border: 1px solid #BA3745;
}

h1 .from_city {
	font-size: 12px;
	font-weight: normal;
}

.last_town {
	background-color: #FF9;
}

ol.competition li {
	font-size: 14px;
	line-height: 20px;
}

table.account_takeaways { 
	width: 600px;
	border-collapse: collapse;
	margin-top: 0px;
	padding-top: 0px;
}
table.account_takeaways td {
	height: 22px;
}
table.account_takeaways th {
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #BA3745;
}
table.account_takeaways .service {
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	text-align: center;
	width: 150px;
}
table.account_takeaways .quality {
	text-align: center;
	width: 150px;
}

div.admin_operation {
	float: right;
	width: 400px;
}

.under_now_listed {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	border-bottom: 1px solid #BA3745;
	margin-bottom: 15px;
}

.under_now_listed span {
	width: 50%;
	text-align: center;
	display: block;
	float: left;
}

.deals {
	padding: 0px 10px
}
.deals .deal_name {
	display: block;
	color: #BA3745;
	font-weight: bold;
}

#town_options {
	width: 300px;
	float: left;
	margin: 0px;
}

ul.options_list {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}
ul.options_list li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.options_list li a {
	display: block;
	padding: 3px;
}

#homepage_flags {
	width: 100%;
}
#homepage_flags div {
	float: left;
	width: 33%;
	text-align: center;
	cursor: pointer;
}
#homepage_flags p.nearby_search, #homepage_flags input {
	text-align: center;
	font-size: 24px;
}

.error {
	background-color: #FDD;
	border: 1px solid #F00;
	padding: 5px;
}


p.MyiBlog_error {
	background: url(/images/MyiBlog_error.gif) no-repeat 5px 5px #FDD;
	border: 1px solid #F00;
	padding: 5px 5px 5px 40px;
	line-height: 25px;
}
.MyiBlog_error {
	background: #FDD;
}

p.MyiBlog_success {
	background: url(/images/MyiBlog_success.gif) no-repeat 5px 5px #DFD;
	border: 1px solid #0F0;
	padding: 5px 5px 5px 40px;
	line-height: 25px;
}
.MyiBlog_success {
	background: #DFD;
}

p.MyiBlog_working {
	background-color: #FFC;
	border: 1px solid #F90;
	padding: 5px;
}
.MyiBlog_working {
	background-color: #FFC;
}

p.MyiBlog_warning {
	background: url(/images/MyiBlog_warning.gif) no-repeat 5px 5px #FF8;
	border: 1px solid #F90;
	padding: 5px 5px 5px 40px;
	line-height: 25px;
}
.MyiBlog_warning {
	background-color: #FF8;
}

.MyiBlog_info {
	background: url(/images/MyiBlog_info.gif) no-repeat 5px 5px #DDF;
	border: 1px solid #00F;
	padding: 5px 5px 5px 40px;
	line-height: 25px;
}