/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* STYLESHEET FOR Cornish Crabbers */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ACCESSIBILITY */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#accessibility-options{
	display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL STYLES */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #707070;
	background:url(../images/global/body_bkgrd.gif) left top repeat-x #e9e9e9;
}

input{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

form{
	padding:0;
	margin:0;
}

table {/* Fixes IE5.5 table bug -------------*/
	font-size: 100%;
}

.hidden{
	display:none;
}

a img, img{
	border:none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CONTAINER */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#container{
	width:960px;
	padding:0;
	text-align:left;
	background:url(../images/global/content_bkgrd.jpg) repeat-y left top;
	margin:0 auto 25px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* MASTHEAD */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#masthead{
	margin:25px 0;
	height:100px;
	background:url(../images/global/masthead_bkgrd.jpg) no-repeat;
	width:925px;
	padding:25px 10px 0 25px;
	position:relative;
}

#logo{
	margin:0px;
	float:left;
}

#logoright{
	position:absolute;
	right:30px;
	top:10px;
}

#masthead h1{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #c49430;
	font-size: 1.8em;
}
#tagline{
	clear:left;
	color:#C8A027;
	float:left;
	font-size:1.4em;
	margin:10px 0;
	padding:0;
	width:650px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* BASKET */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#basketier{
	float:right;
	width:226px;
	padding: 8px 8px 8px 15px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c49430;
	background-color:#FFF;
	*margin: -15px 0px 0px 0px;
}

#basketier p{
	color:#786b3f;
	padding:0 0 2px 25px;
	margin:0;
	font-weight:bold;	
	font-size:1.2em;
	_font-size:0.875em;
	*font-size:0.875em;	
}

#basketier p.basket{
	margin:0px 0 0 0;
	background:url(../images/global/icon-basket.gif) no-repeat 0% 5px;
}

#basketier p.basket a{
	color:#c49430;
	font-weight:bold;
	text-decoration:none;
}

#basketier p.account{
	background:url(../images/global/icon-person.gif) no-repeat 0% 6px;
}

#basketier p.checkout{
	background:url(../images/global/icon-view.gif) no-repeat 0% 5px;
}

#basketier p.account a, #basketier p.checkout a{
	color:#c49430;
	text-decoration:underline;
	margin: 0px;
	font-weight:bold;
	_font-size: 0.875em;	
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SEARCH PANEL */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#search-bar{
	height: 35px;
	padding-top: 5px;
	background-image: url(../images/global/search_bar_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#search-bar input.search-button{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: right;
	background-color:#FFF;
}

#search-bar input.search-field{
	width: 120px;
	display:inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	height: 21px;
}

#search-bar label{
	display:none;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* TOP NAVIGATION */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#nav-bar{
	background: url(../images/global/topnav_bkgrd.gif);
	background-repeat: repeat-x;
	width: 956px;
	height:46px;
	margin: 0px 2px 0px 2px;
}

#nav-bar .phone-number{
	float:right;
	margin:7px 15px 0 0;
	font-size:2em;
	color:#202020;
}

#t-navigation{
	list-style:none;
	width: 956px;
	margin-right: 25px;
	margin-left: 25px;
	height: 46px;
	_width: 908px;
	_margin-right: 20px;
	font-family: "lg", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Tahoma, Verdana, sans-serif;
}

#t-navigation li{
	float:left;
	padding: 5px 0px 0px 0px;
	font-size:14px;
	background:none;
	font-weight: bold;
	height: 46px;
}

#t-navigation li a.first{
	padding:7px 5px 20px 5px;
	_padding:7px 4px 20px 4px;
}

#t-navigation li a{
	margin:0px;
	color:#c49430;
	text-decoration:none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	padding:7px 9px 20px 9px;
}

/*@-moz-document url-prefix() { #t-navigation li a { padding:7px 9px 20px 9px; } }*/

#t-navigation li a:hover{
	color:#000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* BREADCRUMBS */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.mysterycrumb{float: right; margin-right: 10px;}
.crabbercrumb{float: right; margin-right: 10px;}

#breadcrumbs{
	list-style:none;
	width: 890px;
	padding: 7px 0px 0px 20px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #f6f6f6;
	background-image: url(../images/global/breadcrumb_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 28px;
}

#breadcrumbs li{
	display:inline;
	margin:0;
	padding:0px 4px 0 0;
	font-size:1.5em;
	background:none;
	font-weight: bold;
}

#breadcrumbs li a{
	color:#98672a;
}

.bluelinks{
	color: #1f4468;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CONTENT WRAPPER */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#content-wrapper{
	padding:0;
	margin: 10px 25px 0px 25px;
	overflow:visible;
	width: 910px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* LEFT COLUMN */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#left-column{
	width:300px;
	padding:0px 0 25px 0;
	margin:0 10px 20px 0;
	float:left;
	background-color:#FFF;
	clear: left;
	font-size: 0.9em;
	line-height:2em;
}

#phone-number{
	margin:40px 0 25px 25px;
}

#left-column p{
	margin:0 20px 0 25px;
}

#left-column-shop{
	width:200px;
	padding:0px 0 25px 0;
	margin:0 10px 20px 0;
	float:left;
	background-color:#FFF;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CMS Vessel Layout */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#breadcrumb{
	background-image: url(../images/global/breadcrumbs_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 58px;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 15px;
	font-size: 1em;	
}
#breadcrumb h1{
	font-size: 1.6em;
}
#breadcrumb h1 span{
	display: inline;
	color: #98672a;
	font-size: 1.4em;
}

#yacht-left-col p, #yacht-right-col p{
	font-size: 1.3em; !important
	margin: 0px;
}
#yacht-left-col{
	width:300px;
	padding:0px 0 25px 0;
	margin:0 10px 20px 0;
	float:left;
	background-color:#FFF;
}
#yacht-right-col{
	width:590px;
	float:right;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
}
#yacht-right-col iframe{
	border: 2px solid #c49430;
	margin: 0px 0px 10px 0px;
}
#yacht-right-col #photoviewer{
	border: 2px solid #c49430;
	margin: 0px 0px 10px 0px;
}
#yacht-left-col dl{
	font-size: 1em;
}
#yacht-left-col img{
	border: 2px solid #c49430;
	margin: 0px 0px 10px 0px;
}
#yacht-left-col dt.specification{
	background-image: url(../images/global/specification_button_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 1.6em;	
	padding: 10px 0px 0px 40px;
	margin: 0px 0px 10px 0px;
	font-weight:bold		
}
#yacht-left-col dd{
	font-size: 1.1em;
	padding: 0px 15px 0px 15px;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
	border: none;	
}
#yacht-left-col dd p strong{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #999;
	display: block;
}
#yacht-left-col dd p.price{
	color: #98672a;
	font-size: 1.5em;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#yacht-left-col dd p.standardprice{
	font-size: 1.2em;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #999;	
}
#yacht-left-col dt.specifyenquiry{
	background-image: url(../images/global/specifyenquiry_button_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 1.6em;	
	padding: 10px 0px 0px 40px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;		
}
#yacht-left-col dt.sparesaccess{
	background-image: url(../images/global/sparesaccess_button_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 1.6em;	
	padding: 10px 0px 0px 40px;
	margin: 0px 0px 10px 0px;
	font-weight:bold	
}
/* Detailed Spec. */
#yacht-right-col dt.toggle{
	background-image: url(../images/global/detailspec_button_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 0px 40px;
	height: 40px;
	font-size: 1.6em;	
	margin: 15px 0px 10px 0px;
	font-weight:bold;
	cursor: pointer;
	color:#535353;
}
/* Test Reports */
#yacht-left-col dt.toggle{
	background-image: url(../images/global/testreports_button_bkgrds.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 1.6em;
	padding: 10px 0px 0px 40px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	cursor: pointer;
	color:#535353;
}

#right-col table{
	background-color:#06C;
}

#yacht-left-col dt.specification a, #yacht-left-col dt.toggle a, #yacht-right-col dt.toggle a, #yacht-left-col dt.sparesaccess a, #yacht-left-col dt.specifyenquiry a{
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* PRODUCT NAVIGATION */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#product-navigation{
	padding: 0;
	margin:0px 0 0px 0;
	list-style:none;
}

#product-navigation li h2{
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	display:block;
	padding:6px 5px 6px 10px;
	margin:0;
	background-image: url(../images/shop/product_h2_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;	
}

#product-navigation li{
	border: 1px solid #a7a6a6;
	margin: 5px 0px 0px 0px;
	padding:0px;
	background-image: url(../images/shop/product_navigation_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}

#product-navigation a{
	color:#666666;
	text-decoration:none;
	padding:8px 5px 3px 38px;
	margin:0 0px 0 0px;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	_font-size: 1.1em;
	*font-size: 1.1em;	
}

#product-navigation a:hover{
	color:#494949;
}


#browse-price{
	margin-bottom:23px;	
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CALLOUT */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#callout-news{
	padding:4px 0 10px 10px;	
	}

#callout-news h2, #callout-news h2 a{
	margin-top:5px;
	color:#98672A;
	text-decoration:none;
}

#callout-news h2 a:hover{
	text-decoration:underline;
}

#callout-news .date{
	font-weight:bold;
}

#callout-news p{
	font-size:1.4em;
	line-height:1.2em;
	margin:0 0 10px 0;
}

#callout-news a{
	color:#1F4468;
	font-weight:bold;
	text-decoration:none;
}

#callout-help, #mailing-signup{
	border-bottom:1px solid #999;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* HELP & ADVICE */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#callout-help{
	padding:5px 0 10px 10px;
}

#callout-help h2{
	color:#1f4468;
	margin:0 0 10px 0;
}

#callout-help h2 a{
	text-decoration:none;
}

#callout-help h2 a:hover{
	text-decoration:underline;
}

#callout-help p{
	color:#c49430;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* MAILINGLIST SIGNUP */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mailing-signup{
	background:#fff;
	margin-top:10px;
	padding:4px 0 10px 10px;
}

#mailing-signup p{
	color:#565656;
	font-size:1.4em;
	margin:10px 0 10px 0;
}

#mailing-signup p span{
	color: 1f4468;
}

#mailing-signup h2, #mailing-signup h2 a{
	color:#98672A;
	margin-top:5px;
	text-decoration:none;
}

#mailing-signup h2 a:hover{
	text-decoration:underline;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ADVERTS */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.advert{
	margin:10px 0 0 0;		  
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* VESSEL SELECTOR */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#goldbar, #bluebar{
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	width: 910px;
}
#goldbar{
	background-image: url(../images/global/top_goldbar_bkgrd.gif);
	margin: 0px 25px 0px 0px;
}
#bluebar{
	margin: 3px 25px 10px 0px;
	background-image: url(../images/global/top_bluebar_bkgrd.gif);
}
#crabber-banner{
	background-image: url(../images/global/vessel_selector_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 212px;
	width: 910px;
	margin: 0px 0px 0px 0px;
}

#crabber-banner img{
	float:left;
	height: 212px;
}

#crabber-banner a img{
	margin:0px;
	padding: 0px;
}
#crabber-banner a{
	margin: 0px;
	padding: 0px;
}

.divider{
	margin:0px;
	padding: 0px;
	width: 1px;
}

#boat-nav{
	background-image: url(../images/global/hp_boatnav_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 243px;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	width: 910px;
}
#boat-nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}
#boat-nav ul li{
	height: 37px;
	padding: 20px 0px 0px 10px;
	margin: 0px;
	width: 290px;
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	_display: inline-block;
	*display: inline-block;	
}
#boat-nav ul li a{
	width: 290px;
	color: #1f4468;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#boat-nav ul li.mystery{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
/*	background-image: url(../images/home/mystery_selector.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;*/
	padding-right: 0px;
	width: 290px;
	_display: inline;
	*display: inline;		
}
#boat-nav ul li.crabbers{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
/*	background-image: url(../images/home/crabbers_selector.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;*/
	padding-right: 1px;
	width: 290px;
	_display: inline;
	*display: inline;	
}

#boat-nav ul li.crabbers img, #boat-nav ul li.mystery img{
	border: none;
	float: right;
	margin: -19px 0px 0px 0px;
	padding: 0px;
}
#boat-nav ul li{
	_display: inline;
	*display: inline;	
}
.spaceright{
	padding: 0px 2px 0px 0px;
	margin: 0px 2px 0px 0px;
	border-right: 1px solid #e2e2e2;
}
.spacerightwo{
	padding: 0px 2px 0px 0px;
	margin: 0px 2px 0px 0px;
	border-right: 1px solid #e2e2e2;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CONTENT */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#content{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	max-width: 910px;
}

#content table{
	width:600px;
}

#section-home #content{
	width: 580px;
	padding:6px 10px 25px 10px;
	float:right;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}

#content-shop{
	width: 685px;
	padding:0px 10px 25px 0px;
	float:right;
	margin: 0px 0px 0px 0px;
}
#content-shop p.stockshop{
	background-color: #FFD555;
	margin: 5px 0px 0px 0px;
	padding: 8px 12px 8px 12px;
	border: 1px solid #e2e2e2;
	font-size: 1.5em;
	color: #535353;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#content-shop h1{margin: 14px 0px 14px 0px; font-size: 1.6em; color: #666666;}
#content-shop p.message{margin-top: 0px;}

#content #contact-right, #content #access-right, #content #shift-right{
	background-color:#fff;
	width: 600px;
	float: right;
}

#content #shift-right{
	background-color:#fff;
	width: 600px;
	float: right;
}
#content #shift-right-home{
	background-color: #fff;
	width: 590px;
	float: right;
	*width:580px;
}

#content #shift-right ul li{
	background-image: url(../images/global/bullet-li.gif);
	background-repeat: no-repeat;
}

#content #shift-right dt.toggle{
	background-image: url(../images/global/detailspec_button_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 0px 40px;
	height: 40px;
	font-size: 1.6em;	
	margin: 35px 0px 10px 0px;
	font-weight:bold;
	cursor: pointer;
	color:#535353;
	clear: both;
}

#content #shift-right p a, #content #shift-right-home p a{color: #98672A;}

.news-listing-thumbnail{
	border:1px solid #999;
	float:right;
	margin:0 0 5px 5px;
	padding:1px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	background:url(../images/global/footer_bkgrd.jpg) repeat-x left top #FFF;
	margin:0px;
	padding: 0px;
	position:relative;
	height: 49px;
}

#footer #google_translate_element{
	left:60px;
	position:absolute;
	top:12px;
}

#footer ul{
	right:60px;
	position:absolute;
	top:15px;	
	padding:0;
	margin:0 0 0 10px;
	list-style:none;
}

#footer ul li{
	display:inline;
	margin:0;
	padding:0 3px 0 5px;
	display:inline;
	background:url(../images/global/footer-ul-divider.gif) no-repeat 99% 55%;
	text-transform: uppercase;
}

#footer ul li.last-li{
	background-image: none;
	color: #915d1b;
	font-size: 1.2em; !important	
}

#footer ul li a{
	color:#915d1b;
	padding:3px 8px 7px 0px;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#414141;
}

.copyright{
	color: #915d1b;
	}
	
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SUB FOOTER */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sub-footer{
	padding:13px 0 0 20px;
	margin:0;
	background:#FFF;
}

#sub-footer a{
	font-size:0.9em;
	text-decoration:none;
	color:#000000;
	padding:7px 15px 9px 9px;
	/*background:url(../images/global/commerce-express-bkgd.gif) no-repeat;*/
}

#sub-footer a span{
	color:#8ec930;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SPECIFIC SITE STYLES */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#intro-banner{
	background:url(../images/home/intro-banner-bkgd.jpg) right top no-repeat #cddde2;
	height:106px;
	border:1px solid #d4d5d5;
	padding:15px;
	margin:0 0 10px 0;
	display: none;
}

#intro-banner h1{
	margin:0 0 6px 0;
	padding:0;
}

#intro-banner h1 span{
	display:none;
}

#intro-banner p{
	font-size:1.4em;
	line-height:1.4em;
}

#socialmedia{
	background-image: url(../images/global/socialmediabar_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 910px;
	height: 45px;
	margin: 0px 25px 0px 25px;
	padding-top: 6px;
}

#socialmedia img{
	margin: 0px 0px 0px 45px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* HOMEPAGE STYLES */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden{
	padding: 0px;
	margin:0px;
}
.hidden p{
	color: #fff;
	font-weight: bold;
}

.callout-specials{
	float:right;
	width:315px;
	padding: 0px 0px 0px 20px;
	height: 350px;
	margin: 5px 0px 10px 0px;
	*margin: 55px 0px 10px 0px;
	_margin: 5px 0px 10px 0px;
	background-color: #E2C08D;
	/* upcoming CSS3 features */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;		
}

.callout-specials .product-photo{
	border: 2px solid #c49430;
	padding: 2px;
	float:left;
	clear: both;
	margin-bottom: 10px;
}

.callout-specials h2{
	margin:10px 0px 10px 0px;
	clear: both;
	color: #fff;
}

.callout-specials p{
	color: #fff;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.callout-specials .price{
	color: #c49430;
	font-weight:bold;
	font-size:1.6em;
}

.callout-specials span.shout {
	color: #fff;
}
.callout-specials span.louder {
	color: #1f4468;		
}


.callout-specials ul, .callout-specials li{
	list-style:none;
	background:none;
	padding:0px;
	margin:0px;
}

.callout-featured{
	width:315px;
	padding:0px 0px 0px 20px;
	float:left;
	height: 350px;
	margin: 5px 0px 10px 0px;
	*margin: 55px 0px 10px 0px;
	_margin: 5px 0px 10px 0px;
	background-color: #FFEEBB;
	/* upcoming CSS3 features */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;		
}

.callout-featured h2{
	margin:10px 0px 10px 0px;
	clear: both;
	color: #c49430;
}

.callout-featured .product-photo{
	border: 2px solid #c49430;
	padding: 2px;
	float:left;
	clear: both;
	margin-bottom: 10px;	
}

.callout-featured p{
	color: #c49430;
	font-weight: bold;
	margin: 10px 0px 10px 0px;	
}

.callout-featured .price{
	color:#1f4468;
	font-weight:bold;
	font-size:1.6em;
}

.callout-featured ul, .callout-featured li{
	list-style:none;
	background:none;
	padding:0px;
	margin:0px;
}


h2.departments{
	margin:5px 0 10px 0;
	clear:both;
	background:#dfdfdf;
	padding:10px 0 10px 10px;
	font-size:2em;
	font-family: "Lucida Grande" Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#535252;
}


.departments-home{
	padding:0;
	float:left;
	margin:0 18px 20px 0;
	width:156px;
}

.departments-home img{
	background:#fffef6;
	padding:0px;
	width:156px;
	height:156px;
	background-color:#fff;
	border:1px solid #c49430;	
}

.departments-home .title{
	background:url(../images/home/title-bkgd.png) repeat-x left bottom #8c8c8c;
	display:block;
	padding:5px 1px 5px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#FFF;
	text-decoration:none;
	width: 153px;
}

.departments-home.no-margin{
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* TYPEOGRAPHY */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p{
	font-size:1.4em;
	color:#666666;
	margin:0 0 20px 0;
}

.specials{
	color:#fff;
}

h1, h2, h3, h4, h5, h6{
	/*font-family: 'Palatino Linotype', Georgia, Geneva, Arial, Helvetica, sans-serif;*/
}

h1 span{
	display:none;
}

h1{
	margin: 0px 0px 15px 0px;
	font-size:2.4em;
	color:#1f4468;
	font-weight:bold;
	padding: 0px;
}

h1.large{
	margin:10px 0 40px 0;
	font-size:1.5em;
	line-height:1.4em;
}

h2{
	margin:10px 0 13px;
	font-size:1.8em;
	color:#98672a;
}

.redcentered{
	margin:10px 0 13px;
	font-size:1.8em;
	color:#C00;
	text-align: center;
}

h3{
	margin:23px 0 11px 0;
	font-size:1.5em;
	color:#98672a;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
}

h4{
	margin:23px 0 0px 0;
	font-size:1.4em;
	color:#1f4468;
}

h5{
	margin:23px 0 0px 0;
	font-size:1.3em;
}

h6{
	margin:23px 0 0px 0;
	font-size:1.2em;
	border-bottom:1px solid #E4E4E4;
	color:#98672a;
}

hr{
	color: #f0f0f0;
	background-color: #f0f0f0;
	margin:15px 0 15px 0;
	height: 1px;
	border:none;
	display:block;
	clear:both;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* LINKS */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a{
	color:#535353;
}

p a, #content ul li a, td a{
	color:#555555;
	font-size:1em;
}

a.link-more{
	color:#8ec930;
}

.hp-large{
	font-size: 1.05em;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* LISTS */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding:0;
	margin:0 0 10px 10px;
	list-style:none;
}

ol{
	list-style:decimal;
}

ul li{
	font-size:1.1em;
	margin:3px 0 3px 0px;
	padding:0 0 0 20px;
	color:#888888;
	background: url(../images/global/bullet-li.gif) no-repeat 2px 5px
}


ol li{
	background:none;
	padding:0 0 0 0px;
}

dl{
	margin:0;
	padding:0;
	list-style:none;
}

dt{
	font-size:1.1em;
}

dd{
	border-bottom:1px solid #e5e5e5;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	font-size:1.1em;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* IMAGES */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.imgLeft{
	float:left;
	margin:0 20px 20px 0;
	background:#fff;
	padding:4px;
	border:1px solid #c49430;
}

.imgRight{
	float:right;
	margin:0 0px 20px 20px;
	background:#ffffff;
	padding:4px;
	border:1px solid #dbdbdb;
}

.imgRightnb{
	float:right;
	margin:0 0px 20px 20px;
	background:#ffffff;
}

.imgHome{
	float:right;
	margin:0 0px 0px 20px;
	background:#ffffff;
	padding:4px;
	border:1px solid #dbdbdb;
}

.goldborder{
	float:left;
	margin:0px 20px 20px 0;
	background:#fff;
	padding:4px;
	border:1px solid #c49430;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* STANDARD TABLE */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

table{
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	border-collapse:collapse;
	border:1px solid #ebebeb; 
}

caption{
	margin-top:20px;
	padding: 0 0 5px 0;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


th {
	text-align: left;
	font-weight: bold;
	vertical-align:top;
	background: #F6F6F6
}

label{
	color:#4a4a4a;
	font:1em 'Lucida sans unicode', Verdana, Arial, Helvetica, sans-serif;
}
	
tr.heading th {
	padding:1em 1em .5em;
 	font-size:110%;
 	text-align:left;
	color:#FFF;
	background: #555555;
}



td, th{
	padding:5px;
	border-bottom:1px solid #ebebeb;
	font-size:1.1em;
}

tbody tr.alt td, tbody tr.alt th{  /*Alternate Row */
	background-color: #F5F2E9;
}

tfoot tr th, tfoot tr td{
	background:#F5F5F5;
	padding:1em 1em .5em;
 	border-bottom:1px solid #c9e1f1;
 	font-size:110%;
 	text-align:left;
}

table h3{
	margin-top:0;
	
}
.tiger-stripe{
	color: #c49430;
	font-weight:bold;
}
.tiger-stripe a{
	font-weight:normal;
}
.tiger-stripe a:hover{
	color: #c49430;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* STANDARD FORM STYLING */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.textField, .textArea, .dropDown, .fileField, .textField-short{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:210px;
	border:1px solid #c4c4c4;
	background-color:#FFF;
	color:#000;
	padding:4px;
	vertical-align:middle;
}

/*.textField:hover, .textArea:hover, .dropDown:hover, .fileField:hover, .textField-short:hover{
	border: 1px #b9b9b9 solid
}*/

.dropDown{
	width:220px;
}

input.submit, .search-button{
	border:1px solid #959595;
	padding: 4px 4px 4px 4px;
	background-color: #c49430;
	color: #fff;
	font-size:1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	overflow: visible;
}
.search-button{
	border:none;	
}

/* Set search border to no hover*/
input.search-field{
	width: 100px;
	display:inline;
}

input.search-field:hover{
	border-color:#FFF;
}

input.search-field:focus{
	border-color:#FFF;
}

.required{
	font-weight:bold;
	font-size:1.1em;
	color:#ffd042;
}

p.note{
	margin-bottom:20px;
	padding:0 0 5px 0;
	border-bottom: 1px solid #E4E4E4;
}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Overlay */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
	text-align:center;
	padding-top:20px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/jquery-tools/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.simple_overlay h3 {
	color:#ECECEC
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Site Map */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul#siteMap{
	list-style: none;
	padding-left:0px;
	margin-left:25px;

}
ul#siteMap li{
	background: url(../images/site/bullet_map.gif) 0 5px no-repeat;
}

ul#siteMap li a, ul#siteMap li ul li a{
	font-size:1.1em;
	line-height:1.1em;
}

ul#siteMap li ul li a{
	font-size:1em;
}

ul#siteMap li ul li ul li a{
	font-size:0.9em;
	line-height:1.1em;
}


/*
#siteMap ul.subMap{
	list-style: none;
	padding:0;
	padding-top:7px;
	padding-left:20px;
	margin:5px 0px 20px 0px;
}

#siteMap li a{
	padding:0;
}

#siteMap ul.subMap a{
	padding:0;
	margin:5px 0 10px 0;
}
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RANDOM STYLES */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/-

#t-navigation li.last-li, ul li.last-li{
background:none;
}

span.phone-number{
	font-size:1.5em;
	
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* PRODUCT DESCRIPTION */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#product-container{
	margin:0 0px 25px 0px;
	width:200px;
	float:left;
}

#product-container img{
	margin:0 0 10px 0;
	border:1px solid #c49430;
	padding:4px;
}


.image-enlarge{
	color:#555555;
	border:1px solid #c49430;
	padding:1px 7px 1px 36px;
	text-decoration:none;
	font-size:1.1em;
	width:181px;
	display:block;
	background:#E9EEEC url(../images/product-details/icon-enlarge.gif) 0 0 no-repeat;
}

.image-enquire{
	color:#555555;
	border:1px solid #dbdbdb;
	padding:1px 7px 1px 36px;
	text-decoration:none;
	font-size:1.1em;
	width:181px;
	display:block;
	background:#E9EEEC url(../images/product-details/icon-enquire.gif) 0 0 no-repeat;
}


.special{
	margin:7px 0 0 0;
	padding:5px 0 5px 37px;
	background:url(../images/product-listing/product-listing-star.gif) no-repeat 0px 2px;
}

#product-options{
	border:1px solid #dbdbdb;
	padding:7px 5px 5px 5px;
	width:230px;
	background:#f4f4f4;
	margin:0 0 20px 0;
	float:right;
}

#product-options .dropDown{
	width:152px;
	margin-left:6px;
}

#product-options h2{
	margin:0 0 5px 0;
	color:#555555;
}

#product-options h2 span{
	font-size:0.8em;
	color:#777777;
}

#product-options .textField{
	width:16px;
	padding:5px;
	margin:0;
}

#product-options hr{
	margin:13px 0 13px 0;
}

#popup {
	position:absolute;
	padding:25px;
	margin:25px;	
	border:5px solid #E4E4E4;
	background-color:#F7F7F7;
	z-index: auto;
}

#popup img {
	border:1px solid #E4E4E4; 
}

.product-price {
	padding-top:10px;
	font-size:2.2em;
}

/* Product image slideshow */

 
 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}

#gallery, #gallery img{
	margin:0;
	padding:0;
}

#triggers a img{
	margin:0 5px 0 0;
	padding:7px;
}


/* Styling the overlay details */

.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:45%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../images/global/gradient/h80.png) repeat-x;		
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* BASKET */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* BASKET */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#basket{
	float:right;
	width:190px;
	padding:8px;
	margin:10px 0 0 0;
}

#masthead p{
	color:#ffffff;
	padding:0 0 2px 25px;
	margin:0;
	font-size:1.2em;
}

p.basket{
	margin:0px 0 0 0;
	background:url(../images/global/icon-basket.gif) no-repeat 0% 5px;
}

p.basket a{
	color:#ffd042;
	text-decoration:none;
}

p.account{
	background:url(../images/global/icon-person.gif) no-repeat 0% 6px;
}

 p.checkout{
	background:url(../images/global/icon-view.gif) no-repeat 0% 5px;
}

p.account a, p.checkout a{
	color:#fff2be;
	text-decoration:underline;
}
.basket-delivery-cost td{
	background:#e8e8e8;
	border-bottom:1px solid #DFDFDF;
}

.basket-total td{
	background:#f0f0f0;
	border-bottom:1px solid #eeeeee;
}

.basket-row-subtotal td{
	background:#ececec;
	border-bottom:1px solid #cfcfcf;
}

.basket-row-vat td {
	background:#fff;
	border-bottom:1px solid #bfbfbf;
}

.basket-row-total td{
	background:#c49430;
	color:#FFF;
	border-bottom:1px solid #915700;
	font-weight:bold;
}

thead th.col1{	width:50%;}
thead th.col2{	width:15%;}
thead th.col3{	width:9%;}
thead th.col4{	width:20%;}
thead th.col5{	width:6%;}

input.submit-basket-update{
	border:1px solid #d2d2d2;
	padding: 4px 4px 4px 4px;
	background-color: #e5e5e5;
	color: #5f5f5f;
	font-size:1.1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-right:10px;
	overflow: visible;
}

input.submit-basket{
	float:right;
	border:1px solid #d2d2d2;
	padding: 4px 4px 4px 4px;
	background-color: #777777;
	color: #f7f7f7;
	font-size:1.1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	overflow: visible;
	width:163px;
}

.continue-shopping{
	border:1px solid #d2d2d2;
	color:#5f5f5f;
	background-color: #e5e5e5;
	font-size:1.1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:right;
	margin:15px 0px 7px 0;
	padding: 3px 4px 3px 4px;
	text-decoration:none;
	width:152px;
}

/* ===========================================================*/
/* Product List Sort - Change per install */
/* ===========================================================*/
.product-sort {
	list-style:none;
	padding:2px;
	margin:5px 0px 10px 0px;
	display:block;
	background:#f0f0f0;
	list-style:none;
}

.product-sort li{
	display:inline;
	margin:4px 2px 3px 2px;
	padding:1px;
	background:none;
}

.product-sort li.sort-title {
	color:#666;
}

#content .product-sort li a{padding:3px; color:#777777;}

#content .product-sort li a:hover{color:#4b4b4b;}


.product-filter {
	list-style:none;
	padding:2px;
	margin:5px 0px 10px 0px;
	display:block;
	background: #f6ead6;
	list-style:none;
}

.product-filter li{
	display:inline;
	margin:4px 2px 3px 2px;
	padding:1px;
	background:none;
}

.product-filter li.sort-title {color:#666;}

#content .product-filter li.filterby a{padding:3px;}

#content .product-filter li.filterby a:hover{color:#4b4b4b;}


/* ===========================================================*/
/* Product List Box */
/* ===========================================================*/

.product-image{
	border:2px solid #c49430;
	padding:4px;
}

.product-listing{
	border-bottom:1px solid #c49430;
	padding:10px 10px 10px 10px;
/*	background:url(../images/product-listing/product-listing-bkgd.gif) no-repeat top left #FFF;
*/
}

.product-listing img{
	float:right;
	margin:0 0 0 30px;
}

.product-listing p.price{
	color:#555555;
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
}

.product-listing h2{
	margin:0;
	 font-size:1.4em;
}

.product-listing h2 a{
	color:#4a4a4a;
	text-decoration:none;
}

.rrp{
	color:#8d8d8d; 
	font-size:0.9em;
	padding-left:5px;}
	
.product-listing .price span.save{
	color:#7f7f7f;
}

.product-recommended {
	padding-left:24px;
	background:url(../images/product-listing/product-listing-star.gif) no-repeat 0px 2px;
}

a.view-details{
	background:#868686;
	padding:5px;
	text-decoration:none;
	border:1px solid #efefef;
	color:#FFF;
	background-color: #666666;
	background-image: url(../images/table/thead-bkgd.png);
	background-repeat: repeat-x;
	background-position: 1px 0;
}

a.view-details:hover{
	padding:5px;
	text-decoration:none;
	border:1px solid #959595;
	color:#fff;
	background-color: #960;
	background-image: url(../images/table/thead-bkgd.png);
	background-repeat: repeat-x;
	background-position: 1px 0;
}

a.add-basket{
	background:#868686;
	padding:5px;
	text-decoration:none;
	border:1px solid #efefef;
	color:#FFF;
	background-color: #960;
	background-image: url(../images/table/thead-bkgd.png);
	background-repeat: repeat-x;
	background-position: 1px 0;
}


a.add-basket:hover{
	padding:5px;
	text-decoration:none;
	border:1px solid #959595;
	color:#fff;
	background-color: #960;
	background-image: url(../images/table/thead-bkgd.png);
	background-repeat: repeat-x;
	background-position: 1px 0;
}
/* ===========================================================*/
/* Product List Paging -  Change per install */
/* ===========================================================*/
.product-paging {
	list-style:none;
	padding:0;
	margin:5px;
	display:block;
}

.product-paging li{
	display:inline;
	margin:4px 1px 3px 1px;
	padding:1px;
	background:none;
}

#content .product-paging li a{
	padding:2px;
	color:#555555;
}

#content .product-paging li a:hover{
	color:#7f7f7f;
}

.product-paging li.paging-title {
	color:#555555;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SUB CATEGORIES */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.category-image {
	float:right;
	margin:0 0px 20px 20px;
}

.sub-category{
	padding:0;
	float:left;
	margin:0 30px 30px 0;
	width:152px;
}

.sub-category img{
	background:#fafafa;
	padding:0px;
	border:1px solid #dbdbdb;
	width:150px;
	height:150px;
}

.sub-category img:hover{
	border-color: #dbdbdb;
}

.sub-category table{
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}

.sub-category table td{
	padding:0px 8px 2px 8px;
	height:30px;
	text-align:center;
	background:#777777;
}

.sub-category table td a{
	font-size: 1em;
	font-family:verdana;
	font-weight:normal;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#fff;
	line-height:1.2em;
}

.add-basket{
	color:#ff6600;	
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* PRODUCT LIST */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.product-list{
	width:205px;
	float:left;
	margin: 8px 0 10px 0;
	min-height: 275px;
}

.product-list img{
	background:#fffef6;
	padding:4px;
	border:1px solid #c49430;
	margin:0 0 7px 0;
	width:200px;
	height:200px;
}

.product-list. product-image{
	width:200px;
	height:200px;
}

.product-list h2, .product-list p{
	/*font-size: 1.2em;*/
	font-size: 1.1em;
	/*font-family: Georgia;*/
	font-weight:normal;
	color:#818175;
	/*border-bottom:1px solid #f8f3e9;*/
	margin:0;
	padding:3px 0 3px 0;
}

.product-list h2 a{
	text-decoration:none;
	color:#3d3d3d;
}

.product-list .price{
	color:#595959;
	font-weight:bold;
	border-bottom:none;
}

.product-list a.full-details{
	color:#c49430;
	font-weight:bold;
	font-size: 1em;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RELATED PRODUCTS */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sub-similar{
	padding:0;
	float:left;
	margin:0 25px 15px 0;
	width:200px;
	/*height:203px;*/
}

.sub-similar img{
	background:#fffef6;
	padding:0px;
	border:1px solid #dbdbdb;
	/*width:125px;*/
	/*height:125px;*/
}

.no-margin{
	margin-right:0px;
}

.sub-similar p a{
	color:#705C3A;
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

.sub-similar h3 a{
	text-decoration:none;
	color:#fff;
}

.sub-similar h3, .sub-similar p{
		/*font-size: 1.2em;*/
	font-size: 1.1em;
	/*font-family: Georgia;*/
	font-weight:normal;
	color:#818175;
	border-bottom:1px solid #f8f3e9;
	margin:0;
	padding:3px 0 3px 0;
}

.sub-similar.price{
	color:#595959;
	font-weight:bold;
	border-bottom:none;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CUSTOMER ACCOUNTS */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* CALLOUT BLACK */
.callout-black{
	border:2px solid #ececec;
	background:#ececec;
	padding:0;
	margin-bottom:10px;
}

.callout-black h2{
	margin:0;
	background:#333333;
	padding:6px;
	color:#FFF;
	font-size:1.6em;
}

html>body .callout-black h2 {
	background:#555555 url(../images/table/thead-bkgd.png) repeat-x 1px 0;
}

.callout-black p{
	padding: 8px 10px 8px 10px;
	margin:0;
	color:#6b6b6b;
}



/* CALLOUT RED */
.callout-red{
	border:2px solid #EBEBEB;
	background:#F1F1F1;
	padding:0;
}

.callout-red h2{
	margin:0;
	background:#F50000;
	padding:6px;
	color:#FFF;
	font-size:1.6em;
}

html>body .callout-red h2 {
	background:url(../images/table/thead-bkgd.png) repeat-x #F50000 1px 0;
}

.callout-bred p{
	padding: 8px 10px 8px 10px;
	margin:0;
	color:#6B6B6B;
}



/* CALLOUT BUTTONS */

p.p-button{
	background:#FFF;
	padding: 8px 10px 8px 10px;
	margin:0;
}

p.p-button a{
	padding:6px 4px 8px 10px;
	width:175px;
	color:#FFF;
	text-decoration:none;
	display:block;
	margin-left:0px;
	background-color: #960;
	background-image: url(../images/table/thead-bkgd.png);
	background-repeat: repeat-x;
	background-position: 1px 0;
}

/* MESSAGE */

.message{
	border:1px solid #c49430;
	color:#333333;
	padding:5px;
	margin: 0px 0px 10px 0px;
	background-color: #FEF0DA;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* HOME */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.home-holder{
	width:210px;
	float:left;
	margin: 0px 0 0 0;
}



.home-holder img{
	background:#fffef6;
	padding:4px;
	border:1px solid #dbdbdb;
	width:200px;
	height:200px;
}

.home-holder h2, .home-holder p{
	font-size: 1.2em;
	/*font-family: Georgia;*/
	font-weight:normal;
	color:#818175;
	border-bottom:1px solid #f8f3e9;
	margin:0;
	padding:3px 0 3px 0;
}

.home-holder h2 a{
	text-decoration:none;
	color:#3d3d3d;
}

.home-holder .price{
	color:#595959;
	font-weight:bold;
	border-bottom:none;
}





/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* HOME - SPECIAL OFFERS */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.special-offers{
	width:210px;
	float:left;
	margin: 15px 0 0 0;
}

.special-offers img{
	background:#fffef6;
	padding:4px;
	border:1px solid #dbdbdb;
	width:200px;
	height:200px;
}

.odd{
	margin-right:34px;
	
}

p.special-offers a.title{
	color:#000;
}

p.special-offers span.save{
	color:#705C3A;
}

p.special-offers span.price{
	color:#FF0000;
	font-weight:bold;
}

p.special-offers a.cat-link{
	color:#707070;
}


/* ===========================================================*/
/* Print Masthead */
/* ===========================================================*/

#print-masthead{
	display:none;
}

@media print{
/* ----Do not display ----*/
#masthead, #t-navigation, #nav-bar, #left-column, #footer, #breadcrumbs, #socialmedia, #crabber-banner, #boat-nav{
		display:none;
}


body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea, li {
  font-family: Verdana, Georgia, Times, serif;
  line-height: 150%;
  color:#666666;
  font-size:10pt;
}

/* ----Header---- */
#print-masthead {
	display:block;
	text-align:left;
	height:160px;
}

#print-masthead p{
	float:right;
	padding:0;
	margin:0;
	text-align:right;
	font-size:9pt;
}

#print-masthead p span{
	color:#614da1;
}
	
#print-masthead img{
	margin:0px 0px 3px 0px;
}

/* ----Content divs---- */
#container{
	width: auto;
	border: 0;
	margin: 0 1%;
	padding: 0;
	float: none !important;
}

#content-wrapper{
	margin:0;
	padding:0 ;
	width:100% ;
}
	
#content {
	clear:both;
	width:100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}

/* ----Typeography---- */	
h1, h2, h3, h4, h5, h6{
	 font-family: Georgia, Verdana, Times, serif;
	color:#000;
	margin:10px 0 0 0;
	padding:0;
	font-size:15pt;
}

h2{font-size:13pt;}
h3{font-size:12pt;}
h4{font-size:11pt;}
h5{font-size:10pt;}
h6{font-size:10pt;}



/*---- Images ----*/
img { 
  float:left; 
  margin:10px 10px 10px 0;
}

hr { 
  background:#ccc; 
  width:100%; 
  height:2px; 
  margin:20px 0; 
  padding:0; 
  border:none;
}
	

table{
	border:1px solid #999999;
}


}


	



/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Validation error message styling
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
label.validation-error, p.validation-error {
	display:block;
	color:#FFA200 !important;
	font-size:1em;
	background-image:url(../images/icons/error.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px !important;
	margin-top:2px;
}

input.validation-error, textarea.validation-error, select.validation-error {
	border:1px solid #FFA200;
}

label.validation-success, p.validation-success {
	color:#E4F3FD !important;
	font-size:1em;
	background-image:url(../images/icons/ok.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px !important;
	margin-top:2px;
}

input.validation-success, textarea.validation-success, select.validation-success {
	border:1px solid #E4F3FD;
}

.error {
	font-weight:bold;
	display:block;
	color:#333333;
	border:1px solid #fef399;
	padding:5px 10px 5px 10px;
	background:#fff9cd;
}
.error p {
	padding:2px;
	margin:0px;
}
.error ul {
	padding:2px;
	margin:0 0 0 0px;
}
.error li {
	padding:2px 2px 2px 10px;
	margin:0 0 0 20px;
	background:none;
	text-indent:0;
	list-style-image:url(../images/icons/error.gif);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* DEMO STYLES*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
p.demo-statement span{
	color:#88c42c;
	font-weight:bold;
}

/* debugging style...
------------------------------------------------- */
table.cfdump_struct, table.cfdebug {
	width:800px;
	text-align:left;
}

/* for IE5/Win - Everything after this will not work in IE 5
	voice-family: "\"}\""; voice-family: inherit;
	width:449px;
*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* EDITOR STYLES*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.large-text{
	font-size:120%;
}

.small-text{
	font-size:80%;
}
