/* CSS Document */

* {
 	margin: 0;
	padding: 0;
	font-family: arial, 'lucida console', sans-serif;
}

body {
	background: url('../images/bg_slice.jpg') top center repeat-x #032552;
	margin: 0;
	padding: 0;
	color: #212121;
}

.spacer {
	height: 1px;
	font-size: 1px;
}

a img {
	border: none;
}

/* Typography */
h1 {
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	color: #A52C35;
	text-tranform: uppercase;
	font-size: 140%;
}
h2 {
	color: #A52C35;
	margin-bottom: 10px;
	font-size: 120%;
}
h3 {
	color: #A52C35;
	margin: 15px 0;
	font-size: 100%;
}
a {
	color: #A42C35;
}
p {
	margin: 15px 0;
	font-size: 90%;
}
ul {
	margin: 10px 0 10px 20px;
	font-size: 90%;
}
td, th {
	font-size: 90%;
}
p.errorMessage {
	border: 1px solid #A42C35;
	background: #BC6369;
	color: #FFF;
	padding: 5px;
	width: 400px;
}

/*
	CONTAINER
*/
#container {
	width: 970px;
	margin: 0 auto;
}

/*
	HEADER
*/
#header {
	padding-top: 10px;
}

/* Header Left */
#header #headerLeft {
	float: left;
	width: 67%;
}
#header #headerLeft #youngsLogo {
	float: left;
	border: none;
}
#header #headerLeft #hondaMarineBanner {
	float: right;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
#header #headerLeft p {
	margin-top: 10px;
	color: #B2C8D8;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
}
#header #headerLeft p span{
	color: #A52C35;
	font-size: 100%;
	font-style: normal;
}
/* Header Right */
#header #headerRight {
	float: right;
	text-align: right;
	background: url('../images/swansea_bay_scene.gif') no-repeat bottom right;
	height: 147px;
	width: 33%;
}
#header #accountNavigation {
	float: right;
	line-height: normal;
}

#header #accountNavigation ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#header #accountNavigation li {
	float: left;
	margin: 5px;
	padding: 0;
	background: url('../images/account_btn_right.jpg') no-repeat right top;
}
#header #accountNavigation a {
	display: block;
	padding: 3px 12px 3px 22px;
	text-decoration: none;
	color: #000;
	font-size: 80%;	
}
#header #accountNavigation li#home a {
	background: url('../images/home_btn_left.jpg') no-repeat left top;
}
#header #accountNavigation li#checkout a {
	background: url('../images/checkout_btn_left.jpg') no-repeat left top;
}
#header #accountNavigation li#account a {
	background: url('../images/account_btn_left.jpg') no-repeat left top;
}
#header #headerRight img {
	margin-top: 10px;
}

/* 
	Top Navigation
*/
#topNavigation {
	clear: both;
	line-height: normal;
	text-align: center;
}
#topNavigation ul {
	margin: 14px auto 14px auto;
	padding: 0 0 10px 0;
	width: auto;
	list-style: none;
}
#topNavigation li {
	display: inline-block;
	margin: 5px;
	padding: 8px 0 8px 0;
	background: url('../images/top_navigation_right.gif') no-repeat right top;
}
#topNavigation a {
	background: url('../images/top_navigation_left.gif') no-repeat left top;
	padding: 8px 5px 7px 8px;
	text-decoration: none;
	color: #FFF;
	font-size: 80%;
}

/*
	MAIN AREA
*/
#main {
	background: #FFF;
}

/* Sidebar */
#main #sidebar {
	float: left;
	width: 20%;
	background: #EFEFEF;
	padding: 5px 0;
	margin: 0;
}
#main #sidebar .box {
	background: url('../images/sidebar_box_tr.gif') no-repeat top right #A42C35;
	margin: 10px;
	padding: 0;
	color: #FFF;
	font-size: 90%;
}
#main #sidebar .box1 {
	background: url('../images/sidebar_box_tl.gif') no-repeat top left;
}
#main #sidebar .box2 {
	background: url('../images/sidebar_box_br.gif') no-repeat bottom right;
}
#main #sidebar .box3 {
	background: url('../images/sidebar_box_bl.gif') no-repeat bottom left;
	padding: 0 10px;
}
#main #sidebar .box h2 {
	color: #FFF;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 140%;
}
#main #sidebar .box ul {
	margin: 10px 10px 10px 0;
	padding: 0;
}
#main #sidebar .box li {
	list-style: none;
	/* Required for IE */
	list-style-image: none;
}
#main #sidebar .box li a {
	color: #FFF;
}
#main #sidebar .box ul li.selectedLink,
#main #sidebar .box ul li.activeLink {
	list-style: none;
	/* Required for IE */
	list-style-image: none;
}
#main #sidebar .box li.selectedLink a,
#main #sidebar .box li.activeLink a {
	font-weight: bold;
	color: #FFF;
}

#main #sidebar a {
	color: #FFF;
	padding: 10px 0;
}
#main #sidebar #searchForm a {
	display: block;
	background: url('../images/search_btn.jpg') no-repeat;
	color: #000;
	text-decoration: none;
	padding: 2px 8px;
	margin: 5px 0;
	width: 60px;
	height: 20px;
	font-size: 80%;
}
#main #sidebar ul {
	font-size: 75%;
	margin: 20px 10px 20px 20px;
	padding: 0 0 0 10px;
}
#main #sidebar li {
	list-style: none;
	list-style-image: url('../images/arrow_right.gif');
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}
#main #sidebar ul a {
	color: #212121;
	text-decoration: none;
}
#main #sidebar ul a#buttonGoToCheckout {
	font-weight: bold;
}
#main #sidebar ul ul {
	font-size: 100%;
	margin: 5px 0 0 20px;
	padding: 0;
}
#main #sidebar ul ul li {
	border: none;
}
#main #sidebar ul li.selectedLink,
#main #sidebar ul li.activeLink {
	list-style-image: url('../images/arrow_down.gif');
}
#main #sidebar li.selectedLink a,
#main #sidebar li.activeLink a {
	font-weight: bold;
	color: #A42C35;
}
#main #sidebar ul li.selectedLink ul a,
#main #sidebar ul li.activeLink ul a {
	font-weight: normal;
	color: #212121;
}
#main #sidebar #buttonViewBasket {
	display: block;
	padding: 5px 0;
}

/* Content Area */
#main #content {
	float: right;
	width: 77%;
	padding: 10px 1%;
	font-size: 85%;
}

/* Product Index Styles */
ul#subcategoryThumbnails {
	list-style: none;
	margin: 0;
}
ul#subcategoryThumbnails li {
	float: left;
	width: 16%;
	padding: 10px 2%;
	text-align: center;
}
ul#subcategoryThumbnails li span {
	display: block;
}
#readMoreControls {
	display: none !important;
}
img#categoryImage {
	display: none;
}
ul.indexes {
	clear: both;
	margin: 10px auto;
	padding: 5px 0;
	list-style: none;
	text-align: center;
	background: #EFEFEF;
	border: #CCCCCC 1px solid;
}
ul.indexes li a {
	color: #A52C35;
}
.productRow {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
.productSummaryLeft,
.productSummaryMiddle,
.productSummaryRight {
	width: 32%;
	padding-bottom: 10px;
}
.productSummaryLeft,
.productSummaryMiddle {
	float: left;
	padding-right: 2%;
}
.productSummaryRight {
	float: right;
}
.productRow h2.title {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
}
.productRow h2.title a {
	text-decoration: none;	
}
.productRow h3.manufacturer {
	font-size: 90%;
	font-weight: bold;
	color: #666;
	margin: 1px 0;
}

.productRow img {
	/* margin: 5px auto;*/
	margin: 5px 0;
	display: block;
	border: none;
}
.productRow .description {
	font-size: 90%;
}
.productRow ul.prices {
	font-size: 90%;
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
.productRow ul.prices li {
	margin: 0;
	padding: 0;
}
.productRow ul.prices li.price {
	font-weight: bold;
}
.productRow ul.prices li.price .value {
	font-weight: bold;
}
.productRow p.quantity input {
	width: 20px;
}
.productRow a.button {
	display: block;
	height: 16px;
	width: 90px;
	text-align: center;
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
	padding: 2px 5px;
	background: url(../images/more_info_btn.gif) no-repeat;
}
.productRow ul.variations {
	list-style: none;
	padding: 0;
	margin: 0;
}
.productRow ul.variations li {
	padding: 2px 0;
	margin: 0;
}
.productRow ul.variations select {
	padding: 0;
	margin: 0;
}
.productRow ul.productOptions {
	list-style: none;
	padding: 0;
	margin: 0;
}
.productRow ul.productOptions li {
	padding: 0;
	margin: 5px 10px 5px 0;
	float: left;
}
.productRow label {
	font-size: 90%;
}
.productRow .rating img {
	display: inline;
}

/*Product*/
#product {
}
#productImages {
}
#productImages img {
	border: none;
}
#productImages #mainProductImage img {
	border: 1px solid #CCCCCC;
}
#productImages ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#productImages ul li {
	margin: 0 5px 0 0;
	display: inline;
}
#productImages ul li a img {
	border: 1px solid #EFEFEF;
}
#productImages ul li a:hover img {
	border: 1px solid #CCCCCC;
}
#product img {
	margin: 5px;
	display: block;
	float: left;
}
#product #scrollDownButton,
#product #scrollUpButton {
	display: none;
}
#productOptions {
	clear: both;
}
#productOptions h2 {
	display: none;
}
#product ul.variations {
	clear: both;
	margin: 0;
	padding: 5px;
	list-style: none;
}
#product ul.variations li {
	margin: 5px 0;
}
#product ul.variations li select {
	width: 135px;
}
#product #prices {
	clear: both;
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
#product ul#prices li#price {
	color: #A42C35;
}
#product ul#prices li#price .value {
	font-weight: bold;
}
#product ul#purchase {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
#product ul#purchase li {
	margin: 5px 0;
}
#product ul#purchase li#quantity,
#product ul#purchase li#quantity input {
	color: #A42C35;
}
#product ul#purchase li#quantity {
	margin: 0 0 10px 0;
}
#product ul#purchase li#quantity input {
	padding: 2px;
	border: #A42C35 1px solid;
	width: 20px;
}
#product ul#stockMessage {
	display: none;
}
#product a#buttonAddToBasket {
	display: block;
	height: 16px;
	width: 80px;
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
	padding: 2px 10px;
	background: url(../images/more_info_btn.gif) no-repeat;
}
#product #description {
	clear: left;
	border-top: #A42C35 1px solid;
	border-bottom: #A42C35 1px solid;
	margin: 10px 0;
	padding: 10px 0;
}
#product #description img {
	float: none;
}
#product #productReviews {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: #A42C35 1px solid;
}
#product #productReviews .review {
	clear: left;
}
#product #productReviews .review .reviewTitle {
	float: left;
	margin-left: 5px;
	font-weight: bold;
}
#product #productReviews .review .reviewComment {
	clear: both;
	margin-left: 10px;
}
#product #productReviews img {
	float: left;
	margin-top: 3px;
}
#product #productReviews a#buttonAddNewReview {
	display: block;
	padding: 5px 0;
}

/* Related Products */
#content fieldset table {
	width: 100%;
}
#content fieldset ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
#content fieldset ul select {
	width: 135px;
}
#content fieldset img {
	border: none;
	margin: 5px;
}
#content fieldset a {
	font-size: 90%;
}

/* Account Pages */
table#orderHistoryTable {
	width: 100%;
}
table#orderHistoryTable td {
	text-align: center;
}

/* Checkout Pages */
table#orderSummaryTable {
	margin-bottom: 20px;
}
table#orderSummaryTable td,
table#orderSummaryTable th {
	padding: 5px;
}
table#orderSummaryTable th {
	text-align: left;
}

/* 
	FOOTER
*/
#footer {
	text-align: center;
	font-size: 80%;
	padding: 0;
	margin: 0;
}
#footer ul {
	background: #B2C7D8;
	width: auto;
	padding: 10px 0 10px 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding: 0 5px;
	margin: 0;
}
#footer ul li.selectedLink {
	font-weight: bold;
}
#footer li a {
	color: #212123;
}
#footer a {
	color: #244D8B;
}
#footer p {
	width: auto;
	color: #244D8B;
	margin: 5px 0;
}

/* System Message */
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	/* Height will be set by Javascript */

	background-color: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .60;
}
#systemMessage {
	position: absolute;
	
	top: 30%; /* Top will be set by Javascript but use important here to override */
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -210px;
	padding: 20px;
	
	z-index: 100;
	text-align: center;
	background: url('../images/system-message-bg.gif') top center no-repeat;
	padding: 10px;
	
	font-size: 90%;
}
#systemMessage p {
	margin: 5px 0;
	padding: 0;
}
#systemMessage ul {
	list-style: none;
}

/* Young's Caravan and Camping Link */
#pagePeelWrapper {
	width: 100%;
	min-width: 1000px;
}
#youngsCaravanAndCampingLink {
	position: relative;
	right: 0; top: 0;
	float: right;
	z-index: 98;
}
#youngsCaravanAndCampingLink img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	behavior: url(/templates/youngsboatyard/js/iepngfix.htc);
}
#youngsCaravanAndCampingLink .messageBlock {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	text-indent: -9999px;
	background: url(../images/page-flip-bg.png) no-repeat right top;
}

