/*========================================================

Global CSS file for Marine Fuel Point
Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/* CSS to define the overall document styles =======================================*/

.noResults {
	padding: 50px 0;
	background: #E5EFF0;
}

label.error,
h3.error {
	color: red;	
}

#content-wrapper {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;	
}

.json_town {
	width: 11.1em;	
}

#loadingMap {
	background: #000000 url('../images/ajax/circle_map.gif') no-repeat 50% 50%;
	position: absolute;
	z-index: 10000;
}

table#businessListings {
	width: 100%;	
}

#nonMarineRelatedTags h3,
#marineRelatedTags h3 {
	margin: 0 0 5px 0;
	font-size: 1em;
}

#nonMarineRelatedTags,
#marineRelatedTags {
	border: 4px solid #0A2D53;
	padding: 10px;	
	margin: 0 0 15px 0;
	font-size: 1.4em;
	line-height: 1.5em;
	background: #98CACC;
}

body {
	margin: 0;
	padding: 20px 0 10px 0;
	background-color: #9ACACC;
	background-image:url(../cssimages/bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Arial, Verdana;
	text-align: center;
}

.loading {
	display: none;	
}

#container {
	position: relative;
	margin: 0 auto;
	width: 958px;
	background: url('../cssimages/content_bg.jpg') repeat-y;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
}

#header {
	width: 958px;
	height: 268px;
	background: url(../cssimages/header.jpg) no-repeat;
	position: relative;
	}
	
#header h1.replace {
	display: none;
}

.mandatory label,
.mandatory {
	font-weight: bold;	
}

p.success {
	clear: both;
	padding: 10px;
	border: 1px solid green;
	margin: 20px;
}

p.error {
	clear: both;
	padding: 10px;
	border: 1px solid red;
	margin: 20px;
}

img.office {
	margin: 15px 0 0 20px;	
}

/*====================================================================
CSS code to format the navigation (primary and secondary)
=====================================================================*/

#sidebar {
	clear: left;
	float: left;
	margin: 10px 0px 0px 20px;
	width: 200px;
}

#header_links {
	margin: 0 0 0 0;
	height: 35px;
	width: 958px;
	position: absolute;
	top: 0;
	right: 48px;
}

#header_links ul {
	padding: 0px;
	color: #000;
	line-height: 35px;
	text-align:right;
}

#header_links li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

#header_links a:link, #header_links a:visited {
	color: #fff;
}

#header_links a:hover {
	color: #000;
	text-decoration: underline;
}

#primary_navigation, #secondary_navigation {
	margin: 0 0 0 0;
	height: 35px;
	width: 938px;
	position: absolute;
	bottom: 32px;
	left: 15px;
}

#secondary_navigation {
	bottom: -3px;
}

li.current a {
	text-decoration: underline !important;
}

#primary_navigation ul, #secondary_navigation ul {
	padding: 0px;
	color: #000;
	line-height: 35px;
	text-align:left;
}

#primary_navigation li, #secondary_navigation li {
	list-style-type: none;
	display: inline;
}

#primary_navigation {
	font-family: georgia, "times new roman", serif;
	font-size: 1.4em;
}

#primary_navigation li a:link, #primary_navigation li a:visited, #secondary_navigation li a:link, #secondary_navigation li a:visited {
	text-decoration: none;
	padding: 7px 10px; 
	color: #fff;
}

#primary_navigation li a:hover, #secondary_navigation li a:hover {
	color:#000;
	text-decoration:underline;
}

/*====================================================================
CSS to code the login form on each page (if not logged in already)
=====================================================================*/

#login {
	top: 178px;
	right: 25px;
	height: 78px;
	width: 275px;
	position: absolute;
	background: #CCCCCC;
	border: 5px solid #092F53;
	padding: 7px 10px 1px 15px;
	z-index: 10000;
}

#login .textbox {
	width: 10em;	
}

input.button {
	background: #F0F0F0;
}

#login dl {
	margin: 0px 0pt 0pt 0px;
}
	
#login.logged-in {
	width: 245px;	
}

#login.logged-in {
	padding: 12px 25px 10px 25px;
}

#login dt {
	float: left;
	width: 70px;
	margin: 0 0 5px 0;
	padding-top: 4px;
	color: #555753;
}

#login dd {
	margin: 0 0 5px 0;
	color: #555753;
}

#login .submit {
	background: #3398CC;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 5em;
	font-size: 1em;
}

#login a:link, #login a:visited {
	color: #000;
}

/*====================================================================
CSS to format the main text styles and lists
=====================================================================*/
p {
	color: #000;
	line-height: 1.8;
	text-align: left;
}

h1, h2, h3 {
	font-family: georgia, "times new roman", serif;
	color: #0A2D53;
}

#content {
	width: 958px;
}

#content ul { 
	margin: 10px 0 0 15px; 
	text-align: left;
}

#content li {
	line-height: 1.5;
	color: #555753;
	display: block; 
	padding: 2px 0px 2px 15px; 
	margin: 0px 0;
	width: 450px;
	background: transparent url(../cssimages/bullet.jpg) no-repeat 0px 6px;
}

#content a:link, #content a:visited {
	color: #333333;
	text-decoration: underline;
}


/*====================================================================
CSS to format forms on the website
=====================================================================*/

#form {
	width: 500px;
	}
dl  {
	margin: 0px 0 0 20px;
}
dt {
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	padding-top: 4px;
	color: #555753;
}
dd {
	margin: 0 0 15px 0;
	color: #555753;
}
dd span {
	color: #666;
}
input, textarea, select {
	border: 1px #ccc solid;
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Verdana;
}

input.small {
	width: 3em;	
}

.inputbox {
	width: 17em;	
}

.inputbox.solo {
	width: 31.3em;
	margin-bottom: 15px;
}

select.inputbox {
	width: 17.5em;
}

#fuelpoint_search select {
	width: 11.5em;
}

ul#weather {
	margin: 0;
	padding: 0;
	overflow: auto;
	margin-bottom: 10px;
}

ul#weather li {
	float: left;
	overflow: auto;
	margin: 0;
	width: 137px;
	padding: 0;
}

ul#weather li p {
	margin: 0;
}

/*====================================================================
CSS to format the banner adverts section
=====================================================================*/

.banner_adverts {
	width: 958px;
	text-align: center;
	padding: 20px 0 20px 0;
	margin-left: 4px;
	overflow: auto;
}

.googleAds {
	width: 958px;
	padding: 20px 0 20px 0;
	margin-left: 20px;
}

.banner_adverts div {
	float: left;
	width: 460px;
	height: 100px;
	margin-left: 10px;
}

.banner_adverts div a {
	outline: none;
}

/*====================================================================
CSS to format the country selection at top of screen
=====================================================================*/

#country_select {
	float: left;
	width: 450px;
	height: 40px;
}

#country_select form {
	display: none;
}

#country_select dt {
	width: 120px;
}

/*====================================================================
CSS to format the Google search form at the top of the screen
=====================================================================*/

#google_search {
	float: right;
	width: 400px;
	margin: 0px 15px 0 0;
	text-align: right;
}

#google_search dt {
	width: 60px;
}

/*====================================================================
CSS to format homepage specific items
=====================================================================*/

#quick_buttons {
	float: left;
	width: 320px;
	margin-left: 8px;
	clear: left;
}

/*====================================================================
CSS to format the Google map iframe
=====================================================================*/

#google_map {
	float: right;
	width: 611px;
	height: 450px;
	margin-right: 15px;
}

#google_map.business {
	float: none;
	width: 562px;
	height: 200px;
}

#google_map .business-info-box {
	width: 300px;
}

#google_map .business-info-box h2 {
	margin-top: 0;	
}

#google_map .business-info-box h3 {
	margin: 0;
}

#map_key {
	float: right;
	width: 611px;
	margin-right: 15px;
}

#map_key ul li {
	display: inline;
}

.toggleMap,
.toggleTable {
	padding: 5px 0;
	text-align: center;
	display: block;
	float: right;
	width: 100%;
	background: #0A2D53;
	color: #FFFFFF !important;
	font-weight: bold;
}

/*====================================================================
CSS to format the news section on the homepage
=====================================================================*/

#news {
	float: left;
	margin: 10px 0 0 20px;
	width: 290px;
	clear: left;
}

#main_content,
#page_content {
	float: right;
	margin: 10px 20px 0 0;
	width: 620px;
}

#page_content {
	width: 600px;
	margin-top: 0;
}

#page_content h1 {
	margin-top: 0;
}

#adsense {
	padding: 0 20px 20px 20px;
}

/*====================================================================
CSS to format Fuel Point Search page
=====================================================================*/

#fuelpoint_search {
	border: 4px solid #0A2D53;
	background-color: #ccc;
	padding: 0 10px;
}

#search_options {
	width: 300px;
	float: left;	
	margin: 0 5px 0 20px;
	clear: left;
}

#recent_price {
	padding-bottom: 10px;
}

#recent_price table {
	width: 100%;
	text-align: center;	
}

#recent_price table td {
	padding: 5px;
}

#fuelpoint_search dl {
	margin: 0px;
}

#fuelpoint_search dt {
	width: 100px;
	color: #000;
}

#fuelpoint_key {
	padding: 0 10px;
}

#tabular,
#toggle {
	float: right;
	width: 611px;
	margin-right: 15px;
	clear: right;
}

#toggle {
	text-align: right;
}

#tabular fieldset {
	border: 0;
	padding: 0;
}

table#businessListings {
	padding: 0;
	margin: 0;
}

#tabular fieldset label {
	margin-right: 10px;
}

table#businessListings thead th {
	font-family: georgia, "times new roman", serif;
	font-size: 1.3em;
	color: #335070;
	font-weight: normal;
	padding-bottom: 20px;
}

table#businessListings .business {
	width: 30%;
	background: #E5EFF0;
}

table#businessListings .town {
	width: 20%;
	background: #FFFFFF;
}

table#businessListings .county {
	width: 20%;
	background: #E5EFF0;
}

table#businessListings .telephone {
	width: 20%;
	background: #FFFFFF;
}

table#businessListings .actions {
	background: #FFFFFF;
	text-align: right;
}

table#businessListings .actions a {
	padding: 6px 15px;
	background: #0A2D53;
	color: #FFFFFF;
	text-decoration: none;
}

table#businessListings thead th,
table#businessListings tbody td {
	text-align: center;
	padding: 7px 0;
}

#businessTags {
	float: right;
	width: 611px;
	margin-right: 15px;
}

#businessTags h2 {
	margin-top: 0;	
}
/*====================================================================
CSS to format the fuel point information page
=====================================================================*/

#fuelpoint_info {
	float: left;
	width: 562px;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

#fuel_prices {
	float: right;
	width: 277px;
	margin: 47px 10px 0 0;
	padding: 0 10px;
}

#recent_price {
	border: 5px solid #0A2D53;
	background-color: #98CACC;
	width: 265px;
}
#recent_price h1, #recent_price p {
	text-align: center;
}

#fuel_prices .tagCloud {
	padding: 0 10px 10px 10px;
}

#price_graph img {
	margin-top: 20px;
	border: 5px solid #999999;
}

#viewGraph {
	cursor: pointer;
}

.twoCol {
	overflow: auto;
	clear: both;
}

.twoCol div {
	float: left;
	width: 280px;
}

#fuelpoint_info strong {
	text-decoration: underline;
}

#graph {
	border: 5px solid #CCCCCC;
	padding: 10px;
	text-align: center;
	position: fixed;
	background: #FFFFFF;
	display: none;
	z-index: 1000;
}

#graph p {
	text-align: right;
}

#graph p a {
	background: url(../app/assets/cssimages/icons/cancel.gif) no-repeat 0 50%;
	padding-left: 20px;
}

#businessTags .tags a.back {
	display: block;
	background: #0A2D53;
	padding: 2px 10px;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: bold;
}

.tags li.back {
	color: #000000 !important;
	background: #CCCCCC !important;
	text-transform: uppercase;
}

#businessTags .tags a.tag,
#businessTags .folders a {
	margin-right: 20px;
}

/*====================================================================
CSS to format the footer of each page
=====================================================================*/

#footer {
	margin: 0px auto;
	width: 958px;
	height: 39px;
	background: url(../cssimages/footer_bg.jpg) no-repeat;
	padding-top: 10px;
}

#footer ul {
	margin: 0 0 0 65px;
	padding: 0px;
	color: #000;
	line-height: 35px;
	text-align: left;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#strawberrysoup {
	margin: 0px auto;
	width: 770px;
}

#strawberrysoup p, #strawberrysoup a:link, #strawberrysoup a:visited {
	color: #fff;
}

/*====================================================================
CSS to format the ratings
=====================================================================*/

.current-rating {
	height: 28px;
}

.current-rating span,
.star {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background-image: url(../images/star-off.gif);
	background-repeat: none;
	text-indent: -100000px;
}

.current-rating span.vote {
	width: auto;
	background: none;
	line-height: 28px;
	font-size: 1.4em;
	font-family: georgia,"times new roman",serif;
	margin-left: 10px;
	color: #0A2D53;
	text-indent: 0 !important;
	cursor: pointer;
}

.current-rating span.selected,
.star.over {
	background-image: url(../images/star-on.gif);
}

#ratingForm {
	clear: both;
	float: left;
	margin-top: 20px;
	display: none;
}

#ratingForm dl {
	margin-left: 0;	
}

#ratingForm dt {
	width: 400px;
	text-align: right;
	padding-right: 10px;
}

#ratingForm dd {
	overflow: auto;	
}


/*====================================================================
CSS to format map keys
=====================================================================*/

#content ul.mapKey {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#content ul.mapKey li {
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	margin: 0 0 10px 0;
	width: auto;
}

#content ul.mapKey li.fuelPoint {
	background: url(../images/map_icons/icon_fuelpoint.gif) no-repeat top left;
}

#content ul.mapKey li.marineBusiness {
	background: url(../images/map_icons/icon_marine_business.gif) no-repeat top left;
}

#content ul.mapKey li.watersideService {
	background: url(../images/map_icons/icon_waterside_service.gif) no-repeat top left;
}

/*====================================================================
CSS code to format debug box
=====================================================================*/

#debug {
	width: 1000px;
	margin: 20px auto;
	border-top: 1px solid #EEEEEE;
}

#debug code {
	border: 1px solid #000000;
	background: #FFFFFF;
	display: block;
	padding: 10px;
	text-align: left;	
}

/*====================================================================
CSS code to format business registration form
=====================================================================*/

dt.checkboxes {
	padding: 0;
}

#businessForm {
	clear: both;
	padding: 0 20px;
}

fieldset {
	border: 5px solid #0F2D4F;
	padding: 20px 20px 5px 20px;
	margin-bottom: 15px;
}

fieldset dl {
	margin: 0;	
}

fieldset legend {
	display: none;	
}

fieldset fieldset h3 {
	border-bottom: 1px solid #686868;
	padding-bottom: 5px;
	margin-top: 0;
}

fieldset.buttons {
	text-align: center;
	padding: 10px !important;
	border-color: #CCCCCC !important;
}

form em {
	color: red;
	font-weight: bold;
}

fieldset.twocol fieldset {
	border: 0;
	width: 413px;
	float: left;
	padding: 0;
}

input.currency {
	background: url(../images/currency/pound.gif) no-repeat 2px 1px;
	padding-left: 12px;
}

fieldset.twocol fieldset p {
	text-align: center;
}

fieldset.twocol fieldset.primary {
	padding-right: 20px;
}

fieldset.twocol fieldset.secondary {
	padding-left: 20px;
}

fieldset ul.tags,
fieldset ul.folders {
	margin-left: 0 !important;
	height: 380px !important;
	overflow: auto;
	float: left;
	position: relative;
}

fieldset ul.tags li,
fieldset ul.folders li {
	padding: 5px 10px !important;
	line-height: 1em !important;
	width: 375px !important;
	margin-bottom: 2px !important;
	background: #0F2D4F !important;
	border-top: 1px solid #3397C9 !important;
	border-left: 1px solid #3397C9 !important;
	border-bottom: 1px solid #FFFFFF !important;
	border-right: 1px solid #FFFFFF !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	cursor: default !important;
}

fieldset ul.tags li {
	background: #1A528F !important;	
}

#tagWrapper {
	width: 397px;
	overflow: hidden;
	position: relative;
}

#tagWrapper .holder {
	width: 809px;
	overflow: auto;
	position: relative;
}

/*====================================================================
CSS code to format forum
=====================================================================*/

#forumWrapper {
	padding: 0 20px;
	float: left;
}

/*====================================================================
CSS code to format Strawberrysoup DIV
=====================================================================*/

#strawberrysoup {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	float: right;
	padding: 10px 0;
}