/* GLOBAL VARIABLES */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	behavior: url(includes/csshover.htc);
	background-color: #ffffff;
	text-align:center;
	font-size: 1em;
}
* {
	margin: 0;
	padding: 0;
}
input, checkbox, select, textarea {
	background-color: #dddddd;
	color: #000000;
	font-size: .75em;
}
a:link, a:active, a:visited {
	color:#aec7cc;
	text-decoration: none;
}
a:hover {
	color:#741e33;
	text-decoration: underline;
}
.clear_floats {
	clear: both;
}
.float_right {
	float: right;
	text-align: right;
}
.float_left {
	float: left;
	text-align: left;
}
#popup_box {
	width: 469px;
	margin: 20px auto 0px auto;
	border: #999999 solid 1px;
}
#map_box {
	width: 650px;
	margin: 25px auto 0px auto;
	border: #999999 solid 1px;
}
#popup_footer {
	width: 469px;
	margin: 20px auto 0px auto;
}
#main_box {
	width: 800px;
	margin: 20px auto 0px auto;
	border: #999999 solid 1px;
	background: url(images/bg_sidebars.jpg) repeat-y top;
}

/* HEADER VARIABLES */
#header_box {
	background: #FFFFFF url(images/top_banner.jpg) no-repeat top right;
	vertical-align: top;
	height: 100px;
}
#header_content {
	padding: 10px 30px 0px 0px;
	color: #faeac1;
	text-align: right;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
}
#header_content a:link, #header_content a:active, #header_content a:visited {
	color:#faeac1;
	text-decoration: none;
}
#header_content a:hover {
	color:#cc0000;
	text-decoration: underline;
}

/* MENUBAR VARIABLES */
#menubar_box {
	background-color: #aec7cc;
	overflow: hidden;
}
#sidebar_topper {
	background-color: #aec7cc;
	width: 151px;
	height: 20px;
	float: left;
}
#menubar_content {
	background-color: #c6d8db;
	width: 649px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	float: left;
}
#menubar_content li {
	list-style-type: none;
	text-align: center;
	font-size: .75em;
	color: #484848;
	display: inline;
}
#menubar_content span {
	padding: 0px 10px 0px 14px;
}
#menubar_content a:link, #menubar_content a:active, #menubar_content a:visited {
	color:#484848;
	text-decoration: none;
}
#menubar_content a:hover {
	color:#cc0000;
	text-decoration: underline;
}

/* SIDEMENU BOX VARIABLES */
#sidemenu_box {
	width: 150px;
	background-color: #aec7cc;
	border-right: #aec7cc solid 1px;
	float: left;
}
#sidemenu_content {
	font-size: .75em;
	color: #000000;
	text-align: left;
}
#sidemenu_content li {
	list-style-type: none;
}
.sidemenu_form_bg {
	line-height: 1.5em;
	padding: 5px 0px 10px 20px;
}
.sidemenu_icon_bg {
	line-height: 1.5em;
	padding: 0px 0px 2px 20px;
}
.sidemenu_yellow_bg {
	background-color: #faeac1;
	padding: 5px 0px 5px 20px;
	line-height: 1.5em;
}
.sidemenu_blue_bg {
	padding: 8px 0px 8px 20px;
	border-bottom: #e1ebec solid 1px;
	line-height: 1.4em;
}
#sidemenu_content a:link, #sidemenu_content a:active, #sidemenu_content a:visited {
	color:#000000;
	text-decoration: none;
}
#sidemenu_content a:hover {
	color:#cc0000;
	text-decoration: underline;
}

/* BODY AREA VARIABLES */
#body_box {
	width: 469px;
	float: left;
}
#body_content {
	padding: 20px 25px 20px 25px;
	color: #484848;
	text-align: left;
}
#body_content p {
	line-height: 1.4em;
	font-size: .75em;
}
#body_content h1 {
	font-size: 2em;
}
#body_content h2 {
	font-size: 1.5em;
}
#body_content h3 {
	font-size: 1.25em;
	color:#990000;
}
#body_content h4 {
	font-size: 1.125em;
}
#body_content h5 {
	font-size: 1em;
}
#body_content h6 {
	font-size: .875em;
}
#body_content img.float_left {
	margin: 0px 15px 10px 0px;
	float: left;
}
#body_content img.float_right {
	margin: 0px 0px 10px 15px;
	float: right;
}
#body_content .signup_prices {
	float: right;
	text-align: right;
	margin: 5px 0px 0px 0px;
}
.body_error {
	font-size: 1em;
	color: #990000;
	text-align: center;
}
.content_line {
	border-top: #aec7cc solid 2px;
}
#body_content a:link, #body_content a:active, #body_content a:visited {
	color:#990000;
	text-decoration: none;
}
#body_content a:hover {
	color:#39909a;
	text-decoration: underline;
}
#body_content a.moreinfo {
	margin: 7px 0px 0px 0px;
	float: right;
}
#body_content a.weblinks {
	margin: 0px 0px 0px 0px;
	float: right;
}
#contact_form input, #contact_form checkbox, #contact_form textarea, #contact_form select {
	width: 200px;
}
#newsletter input, #newsletter checkbox, #newsletter textarea, #newsletter select {
	width: 250px;
}
#email_friend input, #email_friend checkbox, #email_friend textarea, #email_friend select {
	width: 250px;
}
#advanced_search input, #advanced_search checkbox, #advanced_search textarea, #advanced_search select {
	width: 300px;
}
#popup_box input, #popup_box checkbox, #popup_box select, #popup_box textarea {
	background-color: #dddddd;
	color: #000000;
	font-size: 1em;
}
#advanced_search div.search_label {
	width: 115px;
	float: left;
	height: 20px;
	font-size: 0.88em;
	line-height: 20px;
	font-weight: bold;
}
#advanced_search div.search_input {
	width: 300px;
	float: left;
	height: 30px;
}
#advanced_search div.search_input2 {
	width: 300px;
	float: left;
	height: 155px;
}
#contact_info {
	width: 200px;
	float: left;
}
#body_content dt {
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 5px;
	float: left;
	width: 100px;
	font-style: italic;
}
#body_content dd {
	font-size: 0.75em;
	float: left;
	width: 319px;
	margin-top: 5px;
}
#body_content li {
	font-size: 0.75em;
	margin-top: 5px;
	list-style-position: inside;
	list-style-type: square;
}
#body_content li li {
	font-size: 1em;
	margin-top: 5px;
	list-style-position: inside;
	list-style-type: square;
	margin: 5px 0px 0px 25px;
}
#listing_header p {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
	margin: 0px 0px 0px 140px;
}
#listing_header_cuisines {
	height: 40px;
	background: #fff0c2 url(images/header_cuisines.jpg) no-repeat top left;
}
#listing_header_locations {
	height: 40px;
	background: #fff0c2 url(images/header_locations.jpg) no-repeat top left;
}
#listing_header_features {
	height: 40px;
	background: #fff0c2 url(images/header_features.jpg) no-repeat top left;
}
#listing_header_nearby {
	height: 40px;
	background: #fff0c2 url(images/header_nearby.jpg) no-repeat top left;
}
#listing_header_found {
	height: 40px;
	background: #fff0c2 url(images/header_found.jpg) no-repeat top left;
}
#listing_header_prices {
	height: 40px;
	background: #fff0c2 url(images/header_prices.jpg) no-repeat top left;
}
#listing_header_meal_types {
	height: 40px;
	background: #fff0c2 url(images/header_meal_types.jpg) no-repeat top left;
}
#listing_columns li {
	list-style-type: square;
	list-style-position: inside;
}
#listing_column1 {
	width: 50%;
	float: left;
}
#listing_column2 {
	width: 50%;
	float: left;
}
#listing_nav1 {
	width: 33%;
	height: 20px;
	float: left;
	line-height: 20px;
	text-align: left;
	margin: 0px 0px 12px 0px;
}
#listing_nav2 {
	width: 34%;
	height: 20px;
	float: left;
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 12px 0px;
}
#listing_nav3 {
	width: 33%;
	height: 20px;
	float: left;
	line-height: 20px;
	text-align: right;
	margin: 0px 0px 12px 0px;
}
.listing_photos {
	width: 150px;
	float: right;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 5px;
	border: black solid 1px;
}
.listing_other {
	float: right;
	margin: 0px 0px 0px 0px;
}
.listing_topfive {
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
}
.listing_bestvalue {
	background-color: #eeeeee;
	padding: 10px;
	border: 3px solid #000000;
}
#google_map_box {
	width: 800px;
	padding: 15px 15px 15px 15px;
	margin: 20px auto 0px auto;
	border: #999999 solid 1px;
}
#google_map_box h3 {
	font-size: 1.25em;
	color:#990000;
}
#google_directions {
	width: 275px;
	height: 400px;
	font-size: 0.75em;
	float: left;
	overflow: auto;
}
#google_map_canvas {
	width: 500px;
	height: 400px;
	float: left;
}
.getlisted_menu {
	float: right;
	margin: 6px 0px 0px 0px;
}

/* PROMO BOXES VARIABLES */
#sidebar_promo {
}
#bottom_promo {
	margin: -68px 180px 0px 151px;
}
#bottom_promo img {
	vertical-align: bottom;
}

/* MARKETPLACE BOX VARIABLES */
#marketplace_box {
	border: #999999 solid 1px;
	width: 400px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#marketplace_header {
	width: 400px;
	height: 40px;
	background: #fff0c2 url(images/header_marketplace.jpg) no-repeat center center;
}
#marketplace_header a {
	width: 400px;
	height: 40px;
	display: block;
}
#marketplace_content {
	background: #79b0b7 url(images/bg_marketplace_blue.jpg) no-repeat top left;
	padding: 15px;
}
#marketplace_content li {
	list-style-type: none;
	text-align: center;
	color: #000000;
	display: inline;
	margin: 8px 8px 8px 0px;
	line-height: 1.5em;
}
#marketplace_content p {
	color: #FFFFFF;
	font-size: .95em;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}
#marketplace_content a:link, #marketplace_content a:active, #marketplace_content a:visited {
	color:#000000;
	font-size: 1.1em;
	text-decoration: none;
}
#marketplace_content a:hover {
	color:#ffffff;
	font-size: 1.1em;
	text-decoration: underline;
}
#marketplace_box2 {
	border: #999999 solid 1px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#marketplace_header2 {
	height: 40px;
	background: #fff0c2 url(images/header_marketplace2.jpg) no-repeat top left;
}
#marketplace_header2 p {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
	margin: 0px 0px 0px 225px;
}
#marketplace_content2 {
	background: #ffffff;
	text-align: center;
}
#marketplace_content2 li {
	list-style-type: none;
	text-align: center;
	color: #000000;
	display: inline;
	margin: 8px;
	line-height: 1.5em;
}
#marketplace_content2 a:link, #marketplace_content2 a:active, #marketplace_content2 a:visited {
	color:#000000;
	font-size: 1.1em;
	text-decoration: none;
}
#marketplace_content2 a:hover {
	color:#990000;
	font-size: 1.1em;
	text-decoration: underline;
}

/* SIDEBAR BOX VARIABLES */
#sidebar_box {
	width: 180px;
	background-color: #ffecb2;
	float: left;
}
#sidebar_content {
	text-align: center;
	font-size: .75em;
	line-height: 1.4;
}
#sidebar_content a:link, #sidebar_content a:active, #sidebar_content a:visited {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar_content a:hover {
	color:#39909a;
	text-decoration: underline;
}

/* COPYRIGHT VARIABLES */
#footer_box {
	width: 800px;
	margin: 0px auto 0px auto;
}
#footer_content {
	padding: 10px 0px 10px 0px;
	font-size: .63em;
	color: #333333;
}
#footer_content a:link, #footer_content a:active, #footer_content a:visited {
	color:#333333;
	text-decoration: none;
}
#footer_content a:hover {
	color:#cc0000;
	text-decoration: underline;
}

/* TOOLTIP VARIABLES */
div.tooltip_box {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 2px;
	padding: 0px;
}
div.tooltip_box img {
	width: 20px;
	height: 20px;
	border: 0px solid #000000;
	display: block;
}
div.tooltip_box p {
	position:absolute;
	display: none;
	width: 100px;
	margin-top: -44px;
	margin-left: 0px;
	border: 1px solid #666666;
	padding: 2px;
	background-color:#FFF8DC;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
div.tooltip_box:hover p {
	position: relative;
	display: block;
}

div.price_box {
	position: relative;
	float: right;
	width: 100px;
	margin: 5px 0px 0px 0px;
	text-align: right;
}
div.price_box h6 {
	font-size: .875em;
	text-align: right;
	display: block;
}
div.price_box p {
	position:absolute;
	display: none;
	width: 100px;
	margin-top: -44px;
	margin-left: 0px;
	border: 1px solid #666666;
	padding: 2px;
	background-color:#FFF8DC;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
div.price_box:hover p {
	position: relative;
	display: block;
}

div.othertip_box {
	position: relative;
	float: right;
	width: 21px;
	height: 25px;
	margin: 0px 5px;
	text-align: right;
}
div.othertip_box img {
	width: 21px;
	height: 25px;
	border: 0px solid #000000;
	display: block;
}
div.othertip_box p {
	position:absolute;
	display: none;
	width: 100px;
	margin-top: -44px;
	margin-left: 0px;
	border: 1px solid #666666;
	padding: 2px;
	background-color:#FFF8DC;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
div.othertip_box:hover p {
	position: relative;
	display: block;
}
div.othertip_text {
	float: right;
	height: 25px;
	margin: 0px 5px;
	text-align: right;
	line-height: 25px;
}
