/* @override 
	http://campingandcampsites.co.uk/main.css
	http://127.0.0.1/cc/main.css
	http://neils-computer.local/cc/main.css
	http://192.168.1.100/cc/main.css
	http://127.0.0.1/cc/css/main.css
	http://127.0.0.1/web/css/main.css
	http://127.0.0.1/campingandcampsites/css/main.css
	http://www.campingandcampsites.co.uk/css/main.css
*/

#main_area {
	border: 1px solid #737373;
	width: 950px;
	background: white url(../images/logo_bar.jpg) no-repeat;
	text-align: left;
	color: #373737;
	position: relative;
	padding-top: 80px;
	font: 1px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

html {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white url(../images/grass_bg.jpg) repeat;
}

#main_area_curve {
	width: 950px;
	background: url(../images/header_curve.png) no-repeat -1px 0;
	text-align: left;
	color: #373737;
	position: relative;
	padding-top: 147px;
}

a.menu_link {
	color: white;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 7px;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

img {
	border-style: none;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#menu_bar {
	background: url(../images/bar_bg.png) repeat-x;
	height: 27px;
}

hr {
	width: 100%;
	height: 1px;
	border-style: none;
	border-bottom: 1px dotted gray;
}

#map_canvas {
	margin-bottom: 0;
	height: 400px;
	width: 918px;
}

#map_canvas_container {
	position: relative;
	top: -20px;
	right: 15px;
}

.left_ad_col {
	width: 120px;
	margin-right: 25px;
	float: left;
	z-index: 1;
}

.left_page_column {
	width: 47%;
	float: left;
	margin-right: 30px;
	text-align: left;
	position: relative;
}

.right_page_column {
	width: 45%;
	float: left;
	text-align: left;
}

.centre_page_column {
	text-align: left;
	position: relative;
}

a {
	color: #105289;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

body {
	text-align: center;
	color: #333;
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#badge {
	position: absolute;
	left: 760px;
	top: -30px;
	z-index: 1;
	display: none;
}

br.clear {
	clear: both;
}

#content {
	padding: 10px;
	position: relative;
	font-size: 11px;
	line-height: 10px;
}

input.search {
	background: url(../images/search_bg.png) no-repeat;
	border-style: none;
	width: 134px;
	height: 19px;
	padding: 3px 7px;
}

input#adv_search {
	
	background: url(../images/search_bg.png) no-repeat;
	border-style: none;
	width: 134px;
	height: 19px;
	padding: 3px 7px;
	
}

input.big_search {
	background: url(../images/search_bg_lrg.png) no-repeat;
	border-style: none;
	width: 238px;
	height: 19px;
	padding: 3px 7px;
}

#content_curve {
	padding: 20px 30px 10px;
	position: relative;
	background: url(../images/curve_bg.png) repeat-y;
	height: 100%;
}

#breadcrumbs {
	padding: 0px 20px 0;
	position: relative;
	font-size: 11px;
	background: url(../images/crumb_bg.png) no-repeat -8px 0;
	height: 26px;
	margin-left: 11px;
	width: 878px;
}

.crumb_link {
	font-weight: bold;
	position: relative;
	bottom: 9px;
	margin: 6px;
}

#curve_bottom {
	width: 950px;
	height: 90px;
	background: url(../images/curve_bottom.png) no-repeat;
}

h4 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #115098;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 20px;
	color: #203657;
	margin-bottom: 14px;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

a.menu_link:hover {
	background: url(../images/a_hover.png) repeat-x 0 1px;
	color: white;
	text-decoration: none;
}

a.menu_selected {
	background: url(../images/menu_sel_link.png) repeat-x 0 1px;
	color: #535353;
}

a.menu_selected:hover {
	background: url(../images/menu_sel_link.png) repeat-x 0 1px;
	color: #535353;
}



h2 {
	font: normal normal 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 5px;
	margin-top: 30px;
}

h1 {
	padding: 0;
	border-style: none;
	margin-bottom: 3px;
	margin-left: 0;
	margin-top: 3px;
	font: normal normal 24px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.site_info_container h1 {
	line-height: 1.1em;
}

/* @group sign up page */

div#sign_up_error {
	position: relative;
	top: 20px;
	padding: 5px 5px 5px 25px;
	border: 1px dotted #a1a1a1;
	background: #feecd5 url(../images/exclamation_ico.png) no-repeat 4px 6px;
}

div.error_notification {
	position: relative;
	top: 20px;
	padding: 5px 5px 5px 25px;
	border: 1px dotted #a1a1a1;
	background: #feecd5 url(../images/exclamation_ico.png) no-repeat 4px 6px;
}

.success_text {
	color: green;
}

.error_text {
	color: red;
}

.login_container {
	width: 500px;
	text-align: left;
}

/* @group forms */

#login_form {
	padding: 8px;
	position: relative;
	background: url(../images/existing_account_bg.png) no-repeat;
	padding: 40px 50px 40px 40px;
	width: 210px;
	height: 200px;
	margin-left: 100px;
}

#sign_up_form {
	position: relative;
	margin-left: 15px;
	background: url(../images/new_account_bg.png) no-repeat;
	padding: 40px 50px 40px 40px;
	width: 210px;
}

#login_form input.text_input {
	background: url(../images/box_shade.png) repeat-x;
	padding: 3px;
	border: 1px solid silver;
	width: 200px;
	position: absolute;
}

.login_button {
	border-style: none;
	padding: 0;
	float: right;
}

#sign_up_form input {
	border: 1px solid silver;
	padding: 2px;
	background: url(../images/box_shade.png) repeat-x;
	width: 200px;}

.sign_up_button {
	position: absolute;
	left: 112px;
}

#login_form label {
	font-weight: bold;
}

#sign_up_form label {
	position: relative;
	top: 4px;
}



/* @end */

#signup_loader {
	text-align: center;
	position: absolute;
	left: 590px;
	top: 130px;
	z-index: 1;
	background: url(../images/loader_bg.png) no-repeat;
	height: 29px;
	padding-top: 10px;
	width: 239px;
	padding-left: 0;
}

#login_loader {
	padding: 10px;
	border: 1px solid silver;
	background-color: white;
	text-align: center;
	width: 70px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	top: 35px;
	left: 410px;
	z-index: 1;
}



/* @end */

/* @group campsite search */

img.back_arrow {
	position: absolute;
	left: 5px;
	top: 0;
}

#map_nav {
	background-color: gray;
	color: white;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 15px;
	padding: 2px 8px 2px 400px;
	border-bottom: 2px ridge #a7a7a7;
	border-top: 2px groove #a7a7a7;
	cursor: pointer;
	height: 20px;
	width: 510px;
}

.left_image {
	float: left;
}

.right_image {
	float: right;
}

#add_review textarea {
	padding: 3px;
}

.review_input {
	width: 97%;
	height: 70px;
}

.curve_title {	
	color: white;
	background: #35668e url(../images/left_curve.gif) no-repeat;
	height: 16px;
	padding-top: 3px;
	padding-left: 10px;
}

.curve_title_right {
	text-transform:uppercase;
	background: #35668e url(../images/curve_right.gif) no-repeat;
	height: 19px;
	float: right;
	width: 11px;
	position: relative;
	bottom: 19px;
}

#info_loader {
	position: fixed;
	left: 0;
	top: 0;
	background-color: white;
	width: 100%;
	border-bottom: 1px dashed #696969;
	opacity: 0.76;
	text-align: center;
}

.dot_border {
	border-bottom: 1px dotted gray;
}

.site_title {
	font-size: 12px;
	font-weight: bold;
	background-color: #35668e;	
	padding: 4px;
	color: white;
}

.left_column {
	float: left;
	margin-right: 15px;
	width: 55%;
	position: relative;
}

.web_text {
	position: relative;
	bottom: 3px;
	left: 3px;
}

.right_column {
	float: left;
	width: 300px;
	padding: 6px;
	color: #4b4b4b;
	font-size: 11px;
	z-index: 1;
}

.site_info_container {
	padding: 30px;
	height: 310px;
	overflow: auto;
}

#info_close_bar
 {
}

#site_info {
	overflow-x: hidden;
	width: 918px;
	position: relative;
	background: url(../images/70_white.png) repeat;
	right: 15px;
	bottom: 20px;
	border-bottom: 1px solid #b9b9b9;
}

.info_close_button
 {
	position: relative;
	float: left;
	z-index: 1001;
	top: -12px;
	right: 520px;
}

input.place_search {
	background: url(../images/box_shade.png) repeat-x;
	border: 1px solid silver;
	padding: 3px;
}

.map_search {
	margin-top: 0;
	text-align: center;
	width: 902px;
	background: url(../images/finder_search_bar_bg.png) repeat-x;
	position: relative;
	top: -20px;
	right: 15px;
	padding: 9px 8px 8px;
}

input.go_button {
	position: absolute;
	top: 7px;
}

.review_username {
	background: url(../images/review.png) no-repeat;
	padding: 0 5px 0 20px;
	margin-bottom: 5px;
	float: left;
	font-weight: bold;
}

.review_text {
}

.review {
	border-bottom: 1px dashed silver;
	padding-top: 1px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.review_date {
	float: right;
	font-style: italic;
}

.club_ico {
	float: right;
	margin-left: 7px;
	margin-bottom: 6px;
}



/* @end */

#login_form .image_input {
	width: 76px;
	height: 27px;
	padding: 0;
	border-style: none;
}

#sign_up_form .image_input {
	width: 76px;
	height: 27px;
}

.controls_div {
	
}

#add_campsite_form .text_field {
	width: 370px;
}

#add_campsite_form textarea {
	width: 370px;
	height: 100px;
	padding: 3px;
}

/* @group login widget */

#small_login_form input.text {
	width: 100px;
	float: right;
	border: 1px solid silver;
	padding: 2px;
	margin: 0;
	font-size: 10px;
}

#small_login_form {
	padding: 0;
	margin: 0;
	line-height: 10px;
}

.sm_login_button {
	float: right;
	margin: 0;
	position: relative;
	padding: 0;
	bottom: 8px;
}

#float_login_box {
	float: left;
	width: 165px;
	height: 63px;
	position: absolute;
	left: 750px;
	font-size: 10px;
	padding: 24px 16px 8px 6px;
	top: 0;
}

#float_load_box {
	float: left;
	width: 183px;
	height: 23px;
	position: absolute;
	left: 744px;
	padding: 0 8px;
	top: 80px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	border-top: 1px solid silver;
	background-color: white;
}

.sm_load_anim {
	position: relative;
	top: 3px;
	float: right;
}

.log_process_text {
	float: left;
	position: relative;
	top: 4px;
}

.mini_left {
	float: left;
	position: relative;
	top: 3px;
}

.mini_right {
	float: right;
	width: 110px;
	position: relative;
}



/* @end */

/* @group front page */

div.news {
	background: url(../images/newspaper.png) no-repeat 0 2px;
	padding-left: 25px;
	margin-top: 15px;
}

div.news p.date {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #7a7a7a;
	font-size: 10px;
}

#adv_guide {
	background: url(../images/info_box_sm.png) no-repeat;
	padding: 6px 10px 6px 18px;
	width: 160px;
	height: 75px;
}

.front_map_pic {
	border: 1px solid gray;
}

#f_left_col {
	float: left;
	z-index: 1;
	height: 100%;
	width: 500px;
	margin-left: 20px;
}

#advanced_search {
	width: 405px;
	height: 170px;
	position: relative;
	font-size: 12px;
	background-repeat: no-repeat;
}

#sponsor_col {
	background: url(../images/sponsor_box.png) no-repeat;
	width: 405px;
	height: 200px;
	padding: 36px 25px 25px;
	float: left;
	margin-top: 5px;
	text-align: center;
}

#f_right_col {
}

#weather_col {
	float: right;
	height: auto;
	line-height: 10px;
	position: relative;
	border-bottom: 1px solid #c3c3c3;
	padding: 10px 10px 20px;
	width: 280px;
}

div.f_right_col h2 {
	border-bottom-style: none;
	font-variant: normal;
	text-transform: capitalize;
	font-size: 1.2em;
}

#widget_col {
	float: right;
	width: 280px;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	border-top: 1px solid white;
	padding: 10px;
	border-bottom: 1px solid #c3c3c3;
	margin-top: 0;
	margin: 0;
}

#article_col {
	float: right;
	width: 280px;
	height: auto;
	position: relative;
	border-top: 1px solid white;
	padding: 10px;
	border-bottom: 1px solid #c3c3c3;
	margin: 0;
}

#article_col span.articles {
	line-height: 1.3em;
	font-size: 0.9em;
}

a.article_title {
	background: url(../images/article_ico_sm1.png) no-repeat;
	margin-bottom: 4px;
	display: block;
	padding: 2px 4px 4px 18px;
}

.author_front {
	color: #5b5b5b;
	font-style: italic;
	text-transform: capitalize;
}

.quick_input {
	border: 1px solid silver;
	padding: 2px;
	position: relative;
}

.go_sm_button {
	position: relative;
	top: 6px;
}

.weather_ico {
	float: left;
	margin-right: 10px;
	position: relative;
	top: -15px;
}

.weather_high {
	color: #411215;
	font-size: 12px;
}

.weather_low {
	font-size: 10px;
	color: #163265;
}

.weather1 {
}

.weather {
	padding-left: 40px;
	padding-top: 15px;
}

.adv_loader {
	float: right;
	position: relative;
	top: 9px;
	right: 35px;
}

#advanced_search #search_results {
	width: 170px;
	left: 200px;
	float: left;
	position: absolute;
	font-size: 10px;
	line-height: 14px;
	padding: 6px;
	background-color: #6e6e6e;
	color: white;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 7px 0 0 38px;
}

#advanced_search #search_results a{
	color: white;
}

div.quick_search div#search_results {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	bottom: 30px;
}



/* @end */

.web_badge {
	margin-right: 7px;
	margin-left: 7px;
}

#menu_container {
	position: relative;
	width: 620px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.menu_div {
	position: relative;
	float: left;
	top: 1px;
}

#menu_bar_outer {
	background: url(../images/curve_bg.jpg) repeat-y;
	padding-right: 17px;
	padding-left: 15px;
}

.small_it {
	font-size: 10px;
	font-style: italic;
	color: gray;
}

/* @group simple listings */

form#campsite_search div#search_results {
	position: relative;
	top: 5px;
	font-size: 12px;
}

.more_info_button {
	position: relative;
	top: 6px;
	left: 3px;
}

.campsite_listing {
	background: #e5e5e5 repeat-y;
	padding: 25px 6px 15px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b5b5b5;
}

div#listings_container {
	background: #e5e5e5 url(../images/listing_bg.png) repeat-y;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

.listing_desc {
	width: 60%;
	float: left;
	padding-right: 40px;
	z-index: 1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.facility_col {
	width: 13%;
	float: left;
}

.nav_arrow {
	position: relative;
	top: 4px;
}

.selected_page {
	background-color: silver;
}

.listing_address {
	float: right;
	width: 20%;
	position: relative;
	color: #454545;
}

.campsite_listing h2 a {
}

.campsite_listing h2 {
	margin: 6px 0 0;
	color: white;
	font-size: 13px;
	display: block;
	float: left;
	width: 65%;
}

.county_column {
	float: left;
	margin-right: 20px;
	width: 100px;
}



/* @end */

/* @group site details */

.add_review_area {
	float: right;
	width: 270px;
}

#review_textarea {
	width: 250px;
	height: 200px;
}

.detailed_reviews {
	width: 600px;
	float: left;
}

.detailed_address {
	float: left;
}

.facilities_col {
	float: left;
	margin-left: 40px;
}

.detail_desc {
	width: 500px;
	float: left;
	z-index: 1;
	margin-right: 50px;
}



/* @end */

.al_right {
	float: right;
	position: relative;
	right: 50px;
	bottom: 60px;
}

.f_shop_col {
	float: right;
	width: 280px;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	border-top: 1px solid white;
	padding: 10px;
	border-bottom: 1px solid #c3c3c3;
	margin-top: 0;
	margin: 0;
}

.guide {
	width: 228px;
	height: 44px;
	background: url(../images/info_box_trans.png) no-repeat;
	padding: 5px 5px 5px 15px;
	color: #a08c57;
	float: left;
	position: absolute;
	z-index: 100000000;
	margin: 0;
	display: inline;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.guide_spacer {
	height: 42px;
}

input.guided {
}

textarea.contact_message {
	width: 430px;
	height: 150px;
	margin-right: 30px;
}

div#new_account {
	float: left;
	width: 300px;
	position: relative;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

#contact_loader
 {
	margin-right: 8px;
	margin-top: 2px;
}

input.submit_button {
	float: right;
}

.loader {
	z-index: 1;
	background: url(../images/loader_bg.png) no-repeat;
	height: 29px;
	padding-top: 10px;
	width: 230px;
	padding-left: 9px;
}

div.quick_search {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 230px;
}

.hud_title
 {
	padding: 6px;
	font-style: italic;
}

.search_button {
	padding: 0;
	margin: 0;
}

form#campsite_search input.search_button {
	position: absolute;
	top: 0;
	width: 92px;
	height: 18px;
}

form#campsite_search input.search {
	background: url(../images/search_bg_short.png) no-repeat;
	width: 130px;
}

div.quick_search input.search_button {
	position: relative;
	bottom: 23px;
	left: 140px;
}

div.hud {
	background: url(../images/hud_bg.png) repeat-y;
	color: white;
}

a.hud_item {
	color: white;
	display: block;
	width: 195px;
	padding: 8px 6px;
	line-height: 1.3em;
}

a.hud_item:hover {
	background-color: #dadada;
	color: #3e3e3e;
}

.site_photo {
	border: 1px solid #9a9a9a;
	margin: 5px;
	opacity: 1;
	background-color: silver;
	padding: 3px 3px 8px;
}

#trailimageid
{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	height: 0px;
	z-index: 200;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#preview_div {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3b3b3b;
}

.rel {
	position: relative;
}

.auto_button {
	padding: 0;
	margin: 0;
	position: absolute;
}

#autologin_main {
	margin: 0;
	padding: 0;
}

.account_page {
	padding-right: 50px;
	padding-left: 50px;
}

.notification {
	background: url(../images/ico_not.png) no-repeat;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 20px;
}

.success {
	font-weight: bold;
	color: green;
}

th {
	background-color: #e3e3e3;
}

.my_sites th {
	font-style: italic;
	background-color: transparent;
}

p.affiliate_link {
	margin-top: 10px;
	background: url(../images/link.png) no-repeat 0 2px;
	padding-left: 20px;
}

/* @group Articles */



/* @end */

.premium_ico {
	position: relative;
	top: 10px;
}

.finder_photo {
	border: 1px solid gray;
	margin: 4px;
}

input {
	font-size: 11px;
}

#login_area {
	position: relative;
}

.product_price {
	font-weight: bold;
	color: #da4213;
	font-size: 12px;
}

.product_name {
	font-weight: bold;
	font-size: 12px;
}

.shop_link {
	background: url(../images/shop_ico_sm.png) no-repeat 0 2px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* @group FAQs */

.faq_link {
	background: url(../images/faq_q.png) no-repeat 0 1px;
	padding-left: 22px;
	display: block;
	padding-top: 0;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 2px;
}

.faq_q {
	background: url(../images/faq_q.png) no-repeat 0 4px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 22px;
	padding-bottom: 2px;
	display: block;
}

.faq_a {
	background: url(../images/faq_a.png) no-repeat 0 4px;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
}



/* @end */

/* @group widget */

.widget_text {
	display: block;
}

.subtext {
	font-size: 10px;
	color: #929292;
}



/* @end */

a.f_advert {
	padding: 4px;
	display: inline;
}

input.tiny_log_input {
	position: relative;
	width: 100px;
	float: right;
	margin: 0 0 4px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white url(../images/login_input_bg.png) no-repeat;
	border-style: none;
	padding: 3px;
	bottom: 4px;
}

.auto_label {
	margin-top: 2px;
	display: block;
}

input.tiny_log_input:focus {
	background-color: #fbfecb;
}

.auto_box {
	float: left;
	margin: 0;
}

#login_box {
	margin-top: 0;
}

.f_left_col {
	float: left;
	width: 60px;
	z-index: 1;
	position: relative;
}

.f_right_col {
	width: 300px;
	float: right;
	background-color: #eaeaea;
	position: relative;
	top: -20px;
	right: -13px;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-top: 1px solid #fff;
}

.notify {
	background: #fdf7c1 url(../images/ico_info.png) no-repeat 0 8px;
	display: block;
	border: 1px solid silver;
	width: 250px;
	padding: 8px 8px 8px 40px;
	margin-bottom: 8px;
	margin-left: 300px;
}

div.highlight_bar {
	color: white;
	background-image: url(../images/highlight_bar.png);
	height: 45px;
	padding-top: 4px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}

div.highlight_bar input {
	position: relative;
	top: 8px;
	margin-right: 10px;
}

h1.premium {
	background: url(../images/premium_ico.png) no-repeat;
	padding-left: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 19px;
}

.rss_ico {
	float: right;
	position: relative;
	bottom: 9px;
	left: 8px;
}

.inv_png {
	behavior:url(../scripts/iepngfix.htc);
}

#crumbs_container {
	padding-left: 4px;
	padding-right: 4px;
	background: url(../images/curve_bg.png) repeat-x;
}

div#top_search {
	position: absolute;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	top: 85px;
	right: 10px;
}

#quick_search_button {
	position: relative;
	top: 6px;
}

div#footer_div {
	position: relative;
	bottom: 40px;
}

#content_curve div.shop_control {
	font-size: 11px;
	line-height: 16px;
}

#site_info.right_column {
	border: 1px solid #535353;
}

div#black_bg {
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
}

div.account_page div.left {
	width: 45%;
}

div.account_page div.left div.left {
	width: 70%;
}

div#campsite_req {
	font-size: 0.85em;
	line-height: 1.4em;
}

div.button_highlight {
	background: url(../images/button_highlight.png) no-repeat;
	width: 170px;
	height: 57px;
	padding-top: 44px;
	text-align: center;
	padding-left: 8px;
}

/* @group Box */

/* Styles for the grey box */

div.box_inner1 {
	background: url(../images/box_tl.png) no-repeat;
}

div.box_inner2 {
	background: url(../images/box_tr.png) no-repeat 100% 0;
}

div.box_inner3 {
	background: url(../images/box_br.png) no-repeat 100% 100%;
}

div.box_inner4 {
	background: url(../images/box_bl.png) no-repeat 0 100%;
	padding: 40px 10px 10px;
}

div.box_outer1 {
	background: #f1f1f1 url(../images/box_t.png) repeat-x;
}

div.box_outer2 {
	background: url(../images/box_r.png) repeat-y 100%;
}

div.box_outer3 {
	background: url(../images/box_b.png) repeat-x 0 100%;
}

div.box_outer4 {
	background: url(../images/box_l.png) repeat-y 0;
}



/* @end */

div.f_shop_col div.product_list {
	text-align: center;
	padding-top: 20px;
}

div.f_shop_col div.product_list img {
	text-align: center;
	border: 1px dotted #afafaf;
	background-color: white;
	padding: 5px 15px;
}

#info_bar {
	background: url(../images/finder_info_bar_bg.png) repeat-x;
	position: relative;
	bottom: 20px;
	right: 15px;
	width: 918px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#info_bar img {
	padding: 0;
	margin: 0;
	border-style: none;
}

#site_info #close_button {
	height: 24px;
	position: relative;
	z-index: 2;
	float: left;
	background: pink url(../images/finder_info_close_bg.png) repeat-x;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

span.load_text {
	position: relative;
	top: -11px;
	left: 7px;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.loader_content {
	padding: 6px;
}

form#search_shop input.search_button {
	position: relative;
	top: 3px;
}

form#advanced_search_form input.go_button {
	position: relative;
	top: 6px;
	left: 8px;
}

div#ajax_loader {
	background-color: white;
	z-index: 20;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	padding-top: 20px;
	border-top: 1px dashed #838383;
	opacity: 0.86;
}

p.tweet span {
	color: gray;
	font-size: 10px;
}

p.tweet {
	background: url(../images/tweet.png) no-repeat;
	opacity: 1;
	margin-bottom: 20px;
	padding-left: 25px;
}

div.right_hand_col {
	
	float: right;
	width: 280px;
	height: auto;
	position: relative;
	border-top: 1px solid white;
	padding: 10px;
	border-bottom: 1px solid #c3c3c3;
	margin: 0;
	
	
}

div#facebook_col {
	text-align: center;
}

div#facebook_col iframe {
	background-color: white;
}