/* Marine Superstore CSS Files */


/* Site Wide Styles 
----------------------------------------------------------------------------------- */
body{
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image:url(../images/global/BodyBkgd.gif);
	background-repeat:repeat-y;
}

table {
	font-size: 100%;
}

a img{
	border:0;
}

a.moreAboutUs{
	color:#013669;
	text-decoration:none;
	font-weight:bold;
	padding-right:5px;
}

.imgLeft{
	float:left;
	margin:0px 30px 10px 0px;
	padding:0;
}

.imgRight{
	float:right;
	margin:0px 0px 10px 30px;
	padding:0;
}

.hrDown{
	clear:both;
	height:10px;
	margin:30px 0 0 0px;
	padding:0;
	background-image:url(../images/global/HlineDown.gif);
	background-repeat:repeat-x;
}



/* Site Wide Typeography 
----------------------------------------------------------------------------------- */
h1{
	border-bottom:1px solid #E5E5E5;
}

h1 span.welcome, h2 span{
	text-indent:-2000px;
	position:absolute;
}

h1.breadcrumbs{
	font-size:1.1em;
}

h1.breadcrumbs span.browsing{
	color:#013669;
}

h1.breadcrumbs a.category{
	color:#000;
	text-decoration:none
}

h1.breadcrumbs a.subCategory{
	color:#FF0000;
	text-decoration:none
}

h1.breadcrumbs span.productName{
	color:#3097CE;
}

h2{
	font-size:1.1em;
	font-weight:bold;
	color:#FF0000;
	padding:15px 0 0 0;
}

h3{
	font-size:1.1em;
	font-weight:bold;
	padding:0;
	margin:0;
}

h3.featuredProducts{
	font-size:1.1em;
	background-image:url(../images/global/HlineUp.gif);
	background-repeat:repeat-x;
	padding-bottom:4px;
	margin-bottom:10px;
}

p{
	font-size:1.1em;
	color:#505050;
	line-height:1.4em;
}

#siteInfo h2{
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	padding:15px 0 0 0;
	margin:0;
}


#siteInfo p{
	font-size:1.1em;
	color:#505050;
	line-height:1.4em;
	padding:0 0 0 0;
	margin:0;
}

ul.standardUL{
	font-size:1.1em;
	color:#505050;
	line-height:1.4em;
}

ul.standardULGreen{
	font-size:1.1em;
	color:#505050;
	line-height:1.4em;
	list-style:none;
	padding:0;
	margin:0;
}

ul.standardULGreen li{
	background-image:url(../images/productDescription/Bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
}



ul.productFeatures{
	font-size:1.1em;
	color:#505050;
	line-height:1.4em;
	list-style:none;
}

ul.productFeatures li{
	background-image:url(../images/productDescription/Bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
}

a.groupList{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none
}

a.categoryList{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none
}





/* Header Styles 
----------------------------------------------------------------------------------- */
#header{
	height:89px;
	background-image:url(../images/global/HeaderBkgd.gif);
	background-repeat:repeat-x;
}

.logo{
	padding:0;
	margin:17px 0px 0px 24px;
	float:left;
}

.flash{
float:right;
}

/* subHeader Styles 
----------------------------------------------------------------------------------- */

#subHeader{
	height:22px;
	padding: 0px 0px 0px 165px;
	background-image:url(../images/global/SubHeaderBkgd.gif);
	background-repeat:repeat-x;
}

#subHeaderNav{
	background-image:url(../images/global/SubNavBkgd.gif);
	background-repeat:repeat-x;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	display: inline;
}

/* Modified by PMP */
#subHeaderNav li{
	font-size:1em;
	color:#000000;
	line-height:1.2em;
	float: left;
	list-style: none;
	margin: 0;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding:0;
	background-image:url(../images/global/TestNavBkgd.gif);
	background-position:100% 0;
	background-repeat:repeat-y;
}

/* Adds curve at start */
#subHeaderNav li.start{
	width:4px;
	background-image:url(../images/global/SubNavBkgdStart.gif);
	background-repeat:repeat-y;
}

/* Takes bkgd image off last */
#subHeaderNav li.last{
background-image:none;
}

/* Adds curve at end */
#subHeaderNav li.end{
	width:4px;
	background-image:url(../images/global/SubNavBkgdEnd.gif);
	background-repeat:repeat-y;
}


#subHeaderNav a{
	float: left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding: 5px 12px 4px 6px;
	font-size:1.1em;
	color: #003963;
	margin: 0;
	text-decoration: none;
}

/* Reduces right hand padding */
#subHeaderNav li.last a{
padding-right:8px;
}

#subHeaderNav a.last{
	background-image:none;
	padding-right:4px;
}


#subHeaderNav a:hover{
	color:#000;
}


/* Left Column Styles 
----------------------------------------------------------------------------------- */

#leftColumn{
	background-color:#005B8D;
	position: absolute;
	left:0px;
	width:165px;
	padding:0px 0px 30px 0px;
	margin:0;
	background-image:url(../images/global/LeftBkgd.gif);
	background-repeat:repeat-x;
}

#mainNav{
	padding:0;
	margin:0;
	list-style:none;
	
}

#mainNav li{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	border-bottom:1px solid #126B9C;
	padding:3px 0px 3px 25px;
}

#mainNav a{
	color: #D2EEFF;
	text-decoration:none;
	display:block;
}



#mainNav .subNav, #mainNav .subNavLevel3{
	padding:0;
	margin:0;
	list-style:none;
}

#mainNav .subNav li, #mainNav .subNavLevel3 li{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	border-bottom:none;
	padding:3px 0 3px 7px;
	background-image:url(../images/global/SubNavArrow.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	
}

#mainNav .subNav a, #mainNav .subNavLevel3 a{
	color: #AEDAFA;
	text-decoration:none;
	display:block;
}

#mainNav .subNavLevel3 a{
	color:#FFF;
}


#mainNav a:hover, #mainNav .subNav a:hover, #mainNav .subNavLevel3 a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

/* Centre Column Styles 
----------------------------------------------------------------------------------- */


#centreColumn{
	margin: 0px 155px 0px 165px;
	padding:0;
}



#search{
	background-color:#005B8D;
	border-bottom:1px solid #004E7A;
	color:#FFF;
	font-size: 1.1em;
	height:20px;
	padding:10px 10px 6px 20px;
}

#search p{
	color:#FFF;
	font-size:1em;
	padding:0;
	margin:0;
	vertical-align:middle;
}


.SearchElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	width:140px;
	margin-right:6px;
}

#main{
	margin:12px 20px 30px 20px;
	padding:0;
}

/* Right Column Styles 
----------------------------------------------------------------------------------- */

#rightColumn{
	position: absolute;
	right:0px;
	top:111px;
	width:155px;
	padding:0px 0px 30px 0px;
	margin:0;
}

#basket{
	background-image:url(../images/global/BasketBkgd.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:45px 0px 20px 10px;
}

.items{
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.1em;
}

.itemstotal{
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.1em;
}

.basketLink{
	text-decoration:none;
	color:#FFD800;
	font-weight:bold;
	font-size:1em;
}


#featuredProducts{
	padding:33px 0px 0px 0px;
	margin:0px 4px 0px 0px;
	list-style:none;
	background-color:#3097CE;
	background-image:url(../images/global/FeaturedHeader.gif);
	background-repeat:no-repeat;
}

#featuredProducts li{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:8px 10px 4px 10px;
	background-image:url(../images/global/FeaturedBkgd.gif);
	background-repeat:repeat-x;
}

#featuredProducts a{
	color: #FFF;
	text-decoration:none;
}

#featuredProducts a:hover{
	color: #FFD800;
	text-decoration:none;
}


#popularBrands{
	padding:37px 0px 0px 0px;
	margin:20px 4px 0px 0px;
	list-style:none;
	background-color:#F5F5F5;
	background-image:url(../images/global/PopularHeader.gif);
	background-repeat:no-repeat;
}

#popularBrands li{
	border-bottom: 1px solid #E8E8E8;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#367BA0;
	text-align:center;
	padding:8px 10px 4px 10px;
	background-image:url(../images/global/PopularLiBkgd.gif);
	background-repeat:repeat-y;
}

#popularBrands li.Bottom{
	text-align:left;
	border-bottom: none;
}

#popularBrands li.Bottom strong{
	color:#369FD8;
}

.PositLogo{
float:left;
padding:0px 20px 0px 50px;
}



/* Footer
----------------------------------------------------------------------------------- */


#footerNav	{
	float: left;
	list-style: none;
	padding: 10px 0px 20px 20px;
	margin: 0;
}


#footerNav li{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	font-size:0.9em;
	color: #116B9C;
	padding: 0px 8px 0px 4px;
	background-image: url('../images/global/FooterNavDivider.gif');
	background-repeat: no-repeat;
	background-position: 100% 80%; 
}


#footerNav a{
	float: left;
	color: #116B9C;
	margin: 0;
	text-decoration: none;
}


#footerNav a:hover{
	color:#002143;
}

#footerNav li.lastLI{
	background-image:none;
}


/* Homepage Styles
----------------------------------------------------------------------------------- */

a.productLink{
	color:#EEEEEE;
	font-weight:bold;
	font-size:0.9em;
}

a.productLink span.more{
	color:#FF6C00;
}

a.productLink span.productNameLink{
	color:#000000;
}

a.productLink:hover{
	color:#848484;
}


td{
	vertical-align:top;
}

td p{
	padding:0 0 14px 0;
	margin:0;
}

.priceDetails{
	font-size:1em;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
}

.price{
	color:#000000;
}

.kitPrice{
	color:#000000;
}

.cost{
	color:#FF0000;
}

.productFooter{
	height:10px;
	margin:10px 0 0 0;
	padding:0;
	background-image:url(../images/global/HlineDown.gif);
	background-repeat:repeat-x;
}


/* Product Listings Page
----------------------------------------------------------------------------------- */

/* Serach results box */

#searchResults, #searchResultsHeader, #searchResultsFooter{
	background-color:#4084AA;
}

#searchResults{
	padding:1px 20px 1px 20px;
	margin:0;
}

#searchResults p{
	font-size:1em;
	padding-top:0px;
	margin:3px 0 10px 0;
}

.highlightYellow{
	color:#FFEA00;
}

#searchResultsHeader{
	height:10px;
	padding:0;
	margin:20px 0 0 0;
	background-image:url(../images/productListing/ResultsHeaderBkgd.gif);
	background-repeat:no-repeat;
	text-align:right;
}

#searchResultsFooter{
	height:10px;
	padding:0;
	margin:0 0 20px 0;
	background-image:url(../images/productListing/ResultsFooterBkgd.gif);
	background-repeat:no-repeat;
	text-align:right;
}

.displayText{
 color:#FFF;
 	font-weight:bold;
}
	
.manufacturerText{
 color:#C8E9FD;
 	font-weight:bold;
}

p.selectText{
 	border-top:1px solid #77A8C3;
	padding-top:50px;
	margin-top:50px;
	color:#FFF;
}


/* Jump to Certain Page -  */
p.pageJump{
	font-weight:bold;
	font-size:1em;
	color:#005B8D;
}

p.pageJump a{
	color:#4ECF00;
}

/* Search results table -  */
#ProductResultsTBL{
	width:100%;
}

#ProductResultsTBL td{
	padding:5px;
}

#ProductResultsTBL tr.altRow1{
	background-color:#E5EEF3;
}

#ProductResultsTBL tr.altRow2{
	background-color:#ECEEEF;
}

td.productID{
	text-align:right;
	font-size:0.9em;
}

td.resultsInfo{
	text-align:right;
}

td.resultsInfo img{
	margin-bottom:5px;
}

td p.resultsPrice{
	color:#FF0000;
	font-weight:bold;
	font-size:1em;
	margin-bottom:5px;
	padding-bottom:0px;
}

td p.productSmallDesc{
	font-size:1em;
	margin-bottom:5px;
	padding-bottom:0px;
}

td p.resultsSizeColour{
	color:#000000;
	font-weight:bold;
	font-size:1em;
	margin-bottom:5px;
	padding-bottom:0px;
}

td.productImage img{
	margin-bottom:8px;
	padding-bottom:0px;
}

.priceChoice{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
}

/* Product Description
----------------------------------------------------------------------------------- */

.mainProductImage{
	padding:0;
	margin:20px 0 20px 0;
}


#ProductDescriptionTBL{
	width:100%;
	margin:20px 0 20px 0;
}

#ProductDescriptionTBL td{
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding:5px;
}

#ProductDescriptionDetailsTBL{
	width:100%;
	margin:0;
	border-right:1px solid #E8F0F5;
}

#ProductDescriptionDetailsTBL td{
	padding:5px;
}

#ProductDescriptionDetailsTBL tr.productDescriptionTitle td{
	background-color:#D6EAF5;
	font-weight:bold;
	color:#005B8D;
	border-left:1px solid #C3DDEC;
	border-top:1px solid #C3DDEC;
}

#ProductDescriptionDetailsTBL tr.productDescriptionDetails td{
font-size:1.1em;
	border-left:1px solid #E8F0F5;
	border-bottom:1px solid #E8F0F5;
}

.productAll{
	font-size:1em;
	font-weight:bold;
	padding:10px 0 5px 0;
	border-bottom:1px solid #E5E5E5;
}

.productAll a{
	color:#FF0000;
	text-decoration:none;
}

p.productDetails{
	font-size:1.1em;
	color:#505050;
	line-height:1.4em;
}

li{
	font-size:1.1em;
	color:#505050;
	line-height:1.4em;
}

/* Shopping Basket / Order Confirmation
----------------------------------------------------------------------------------- */

.countryBasketElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	margin-right:6px;
}

.residentialBasketElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	margin-right:6px;
}

.deliveryBasketElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	margin-right:6px;
}

.qtyBasketElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	width:25px;
	margin-right:6px;
}

#basketVAT{
	color:#FF0000;
}

#BasketDetailsTBL{
	width:100%;
	margin:0;
	border-right:1px solid #E8F0F5;
}

#BasketDetailsTBL td{
	padding:5px;
}

#BasketDetailsTBL tr.productDescriptionTitle td{
	background-color:#D6EAF5;
	font-weight:bold;
	color:#005B8D;
	border-left:1px solid #C3DDEC;
	border-top:1px solid #C3DDEC;
}

#BasketDetailsTBL tr.productDescriptionDetails td{
	font-size:1.1em;
	border-left:1px solid #E8F0F5;
	border-bottom:1px solid #E8F0F5;
}

#BasketDetailsTBL tr.productDescriptionDetailsAlt td{
	/* background-color:#D6EAF5; */
	font-size:1.1em;
	border-left:1px solid #E8F0F5;
	border-bottom:1px solid #E8F0F5;
}

#BasketDetailsTBL td.basketSubTotal{
	background-color:#D6EAF5;
	font-weight:bold;
	color:#005B8D;
	border-left:1px solid #C3DDEC;
	border-top:1px solid #C3DDEC;
}

#BasketDetailsTBL td.basketDelivery{
}

#BasketDetailsTBL td.basketTotal{
	background-color:#D6EAF5;
	font-weight:bold;
	color:#005B8D;
	border-left:1px solid #C3DDEC;
	border-top:1px solid #C3DDEC;
}

.associatedProductsBasketText{
	font-size:1.1em;
	font-weight:bold;
}

#OrderDetailsTBL{
	width:100%;
	margin:0;
}

#OrderDetailsTBL td{
	font-size:1.1em;
	border:none;
	padding:5px;
}

.orderEntryElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	margin-right:6px;
}

.orderTextEntryElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	width: 100%;
	margin-right:6px;
}

.orderDetailsError{
	color:#FF0000;
}

#KitBuildTBL{
	width:100%;
	margin:0;
}

#KitBuildTBL td{
	padding:2px;
}

#KitBuildTBL tr.kitBuildQuestion td{
	background-color:#000000;
	font-weight:bold;
	color:#ffffff;
	border-left:1px solid black;
	border-top:1px solid black;
}

#KitBuildTBL tr.kitBuildProduct td{
	background-color:#D6EAF5;
	color:#005B8D;
	border-left:1px solid #C3DDEC;
	border-top:1px solid #C3DDEC;
}

.loginLabel{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	float: left;
	width: 6em;
}

.formLabel{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	float: left;
	width: 9em;
}

.clrBoth{
	clear:both;
}

.notice{
	font-size:1.6em;
	font-weight:bold;
	color:#FF0000;
	padding:0 0 0 0;
}
