/* ------------------------------------------------------------------
Ribs For Sale Style Sheet
author:	vikki neal
email: vikkineal@hotmail.co.uk
use of conditional comments have been used throughout site, therefore several styles have been filtered
into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------------
Removes list-style from lists
-------------------------------------------------------------------*/
ol, ul {
	list-style: none;
	}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
	}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a, a:hover {
	text-decoration: none;
	outline: none;
	}
/* ------------------------------------------------------------------
Generic Styles/Classes
-------------------------------------------------------------------*/
.clearboth {
	clear: both;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
/* ------------------------------------------------------------------
=Body & Columns
-------------------------------------------------------------------*/
html, body {
	height: 100%;
	min-height: 100% !important;
	height: auto !important;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	background: url(/images/shared/page_bg.jpg) top left repeat-x;
	background-color: #fff;
	margin: 15px auto 0 auto;
	width: 915px;
	}
#pagecontainer {
	margin-top: 12px;
	clear: both;
	height: 100%;
	min-height: 100% !important;
	height: auto !important;
	}
#mainleft {
	width: 740px;
	float: left;
	background-color: #fff;
	height: 100%;
	min-height: 100% !important;
	height: auto !important;
	padding: 10px 5px 6em 5px;
	border-top: 1px solid #0b5be5;
	}
.leftcol {
	width: 180px;
	float: left;
	}
.rightcol {
	width: 547px;
	float: right;
	}	
#mainright {
	width: 120px;
	padding: 10px;
	float: right;
	background-color: #fff;
	height: 100%;
	border-top: 1px solid #0b5be5;
	}
hr {
	clear: both;
	height: 10px;
	border-top: 10px solid #0b5be5;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
/* ------------------------------------------------------------------
=Branding & call to action
-------------------------------------------------------------------*/
#branding {
	width: 750px;
	}
#searchpanel {
	width: 160px;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e5280b;
	background: #fff url(/images/shared/search_panel/form_bg.gif) top repeat-x;
	}
#searchpanel h3 {
	font-size: 1.4em;
	color: #fff;
	margin: 0 0 7px 0;
	}
#searchpanel label {
	float: left;
	color: #000;
	font-size: 1.2em;
	margin: 3px 0;
	display: block;
	}
#searchpanel select {
	float: left;
	font-size: 1.1em;
	width: 160px;
	margin-bottom: 3px;
	padding-left: 2px;
	}
#searchpanel input {
	float: right;
	}
#searchpanel p {
	float: left;
	line-height: 17px;
	}
#searchpanel p a {
	color: #0b5be5;
	text-decoration: underline;
	}
#calltoactionpanel {
	width: 547px;
	}
/* ------------------------------------------------------------------
=primary nav
-------------------------------------------------------------------*/
ul#primarynav {
	display: block;
	margin: -2px 0 0 0;
	width: 750px;
	}
ul#primarynav li#viewlink {
	float: right;
	}
ul#primarynav li {
	background: url(/images/shared/nav/grey_leftcurve.gif) top left no-repeat;
	float: left;
	margin-right: 1px;
	padding: 0 0 0 7px;
	font-size: 1.2em;
	}
ul#primarynav li a {
	height: 41px;
	line-height: 41px;
	color: #000;
	display: block;
	background: url(/images/shared/nav/grey_bg.gif) top repeat-x;
	padding: 0 5px;
	}
ul#primarynav li a:hover {
	color: #e5280b;
	}
ul#primarynav li span {
	display: block;
	height: 40px;
	background: url(/images/shared/nav/grey_rightcurve.gif) top right no-repeat;
	padding: 0 7px 0 0;
	}
/* on states */
body#homepage ul#primarynav li#homelink, body#contactpage ul#primarynav li#contactlink, body.searchpages ul#primarynav li#searchlink, body#sellpage ul#primarynav li#selllink, body#newspages ul#primarynav li#newsLetterOptin {
	background: url(/images/shared/nav/blue_leftcurve.gif) top left no-repeat;
	float: left;
	margin-right: 1px;
	padding: 0 0 0 7px;
	font-size: 1.2em;
	}
body#homepage ul#primarynav li#homelink a, body#contactpage ul#primarynav li#contactlink a, body.searchpages ul#primarynav li#searchlink a, body#sellpage ul#primarynav li#selllink a, body#newspages ul#primarynav li#newsLetterOptin a {
	height: 41px;
	line-height: 41px;
	color: #fff;
	display: block;
	background: url(/images/shared/nav/blue_bg.gif) top repeat-x;
	}
body#homepage ul#primarynav li#homelink span, body#contactpage ul#primarynav li#contactlink span, body.searchpages ul#primarynav li#searchlink span, body#sellpage ul#primarynav li#selllink span, body#newspages ul#primarynav li#newsLetterOptin span {
	display: block;
	height: 40px;
	background: url(/images/shared/nav/blue_rightcurve.gif) top right no-repeat;
	padding: 0 7px 0 0;
	}
/* ------------------------------------------------------------------
=Secondary Nav
-------------------------------------------------------------------*/
#secondarynav {
	width: 180px;
	}
#secondarynav h2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #0b5be5;
	font-size: 1.2em;
	padding: 5px;
	border-collapse: collapse;
	}
#secondarynav h2.onstate {
	background-color: #0b5be5;
	color:#fff;
	}
#secondarynav h2.offstate {
	background: none;
	color: #e5280b;
	}
#secondarynav ul {
	
	}
#secondarynav ul li {
	font-size: 1.1em;
	color: #000;
	
	}
#secondarynav ul li a {
	display: block;
	padding: 5px 15px;
	color: #000;
	}
#secondarynav ul li a:hover {
	background-color: #e5280b;
	color: #fff;
	}
/* ------------------------------------------------------------------
=Accordion
-------------------------------------------------------------------*/
.toggler {
	margin: 0;
	}
/* #accordion {
	width: 700px;
	}*/
h2.toggler {
	display: block;
	cursor: pointer;
	}
.element { 
	/*margin: 10px 0;*/
	}
/* ------------------------------------------------------------------
=main content
-------------------------------------------------------------------*/
#maincontent {
	width: 547px;
	}
#maincontent h1 {
	color: #0b5be5;
	font-size: 1.8em;
	margin: 10px 0 20px 0;
	}
#maincontent h2 {
	color: #e5280b;
	font-size: 1.4em;
	margin: 10px 0 20px 0;
	}
body#resultspage #maincontent h2 {
	margin: 0 0 10px 0;
	}
#maincontent h3 {
	color: #e5280b;
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	}
#maincontent h2 a, #maincontent h3 a {
	color: #e5280b;
	}
#maincontent p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}
#maincontent p a {
	color: #0b5be5;
	text-decoration: none;
	font-weight: bold;
	}
#maincontent p a:hover {
	text-decoration: underline;
	}
#maincontent ul {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #0b5be5;
	list-style-type: square;
	list-style-position: outside;
	}
#maincontent ul li {
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 10px;
	}
#maincontent ul li a {
	color: #0b5be5;
	text-decoration: none;
	font-weight: bold;
	}
#maincontent ul li a:hover {
	text-decoration: underline;
	}
#maincontent hr {
	clear: both;
	height: 5px;
	border-top: 5px solid #0b5be5;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
#featuredboats {
	padding: 10px 0;
	}
/* ------------------------------------------------------------------
=results pages
-------------------------------------------------------------------*/

#maincontent p.paging {
	line-height: 1.8em;
	margin: 10px 0 20px 0;
	}
.pagingresults {
	line-height: 1.8em;
	margin: 10px 0 20px 0;
	font-size: 12px !important;
	float: right;
	}
.pagingresults a {
	padding: 0 2px;
	color: #0b5be5;
	}
.boatresults {
	font-size: 1.2em;
	clear: both;
	}
.resultscopy {
	float: left;
	}
.boatresults h2 {
	font-size: 14px;
	color: #000;
	margin: 0 0 0 0 !important;
	}
.boatresults h2 a {
	color: #000;
	}
.price {
	font-size: 13px !important;
	color: #e5280b !important;
	margin: 0 0 10px 0;
	}
body#boatviewpage .price  {
	font-size: 18px !important;
	text-align: right;
	}
body#boatviewpage h2.floatright a  {
	padding-left: 40px;
	line-height: 30px;
	background: url(/images/shared/email_icon.gif) left center no-repeat;
	display: block;
	}
.boatresults .imagecol {
	float: left;
	}
.boatresults .imagecol img {
	margin-bottom: 25px;
	margin-right: 15px;
	}
p.viewboat {
	margin: 10px 0 0 0;
	}
p.viewboat a {
	float: right;
	padding: 2px 5px;
	color: #fff !important;
	background-color: #0b5be5;
	}
table.resultscolumn td {
	padding: 0 10px 0 0;
	
	line-height: 1.4em;
	}
table.resultscolumn td a {
	color:  #0b5be5;
	font-size: 1.2em;
	}
#panelboatdetails {
	line-height: 1.8em;
	margin: 10px 0 20px 0;
	}
#panelboatdetails a.boattags {
	padding: 0 8px 0 0;
	color: #0b5be5;
	font-size: 1.3em;
	}
#panelboatdetails a:hover {
	text-decoration: underline;
	}	
#imageviewer {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}
#imageviewer img {
	margin: 0 auto 10px auto;
	}
#imageviewer a.previmage {
	font-size: 1.2em;
	color: #0b5be5;
	background: url(/images/shared/left_arrow.gif) left center no-repeat;
	line-height: 17px;
	padding-left: 30px;
	}
#imageviewer a.nextimage {
	font-size: 1.2em;
	color: #0b5be5;
	background: url(/images/shared/right_arrow.gif) right center no-repeat;
	line-height: 17px;
	padding-right: 30px;
	}
#imageviewer form input#imagecaption {
	border: none;
	width: 200px;
	}
#tympanel {
	text-align: center;
	}
/* ------------------------------------------------------------------
=Generic Form
-------------------------------------------------------------------*/
#genericform {
	margin: 10px auto;
	display: block;
	width: 500px;
	}
#genericform form {
	display: block;
	padding: 10px;
	margin-bottom: 25px;
	border-top: 2px solid #e5280b;
	background: #fff url(/images/shared/search_panel/form_bg.gif) top repeat-x;
	}
#genericform form#form1 p {
	color: #000 !important;
	}
#genericform form#form2 {
	background: none;
	border-top: none;
	}
.labelwrap {
	width: 175px;
	float: left;
	}
#genericform .labelwrap label {
	color: #000;
	font-size: 1.2em;
	margin: 3px 25px 3px 0;
	width: 150px;
	}
#genericform label {
	margin: 3px 5px 3px 5px;
	width: auto;
	color: #000;
	font-size: 1.2em;
	}
#genericform input {
	width: 75px;
	margin: 3px 0 3px 0;
	border: 1px solid #0b5be5;
	}
#genericform input#manufacturermodel, #genericform input#boatid, body#boatviewpage #genericform input {
	width: 160px;
	}
#genericform select, #genericform textarea {
	width: 75px;
	font-size: 1.1em;
	margin-bottom: 3px;
	padding-left: 2px;
	border: 1px solid #0b5be5;
	background-color: #fff;
	}
#genericform select#country, #genericform select#boattype, body#boatviewpage #genericform textarea, body#boatviewpage #genericform select {
	width: 164px;
	}
#genericform .button {
	float: right;
	margin: 10px 0 20px 0;
	padding: 2px 5px;
	width: auto;
	cursor: pointer;
	border: none;
	}
body#boatviewpage #genericform .button {
	margin: 10px 0;
	float: right;
	padding: 2px 5px;
	color: #fff !important;
	background-color: #0b5be5;
	width: auto;
	}
#genericform .checkbox {
	width: auto !important;
	}
#genericform span.fieldnote {
	color: #333;
	font-size: 1.2em;
	}
#featured{
	padding:10px 0px 0px 0px;
}

.imgcapfield{
	width:250px;
	text-align:center;
	border:0;
}
.bottomlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	text-decoration:none;
}
a.bottomlink:hover{text-decoration:underline;}

div.priceComment {
	clear:right;
	float:right;
	font-weight:bold;
}
