/* ----- body & background ----- */
body{
	background:url(../graphics/palms/body_bg.gif) repeat-x 0 0;
	color:#333;
	font:70% Trebuchet MS, Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:170%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#333;	
}
th{
	background:#f3f9e6;
	padding:5px 0;
}
td{padding:5px 0;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#add74b;
	text-decoration:none;
}
a:hover{color:#8bc60a;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{
	float:left;
	margin-right:15px;
	margin-bottom:1em;
	clear:both;
}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}
#frmContact{margin-bottom:1em;}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:762px;
	text-align:left;
	position:relative;
	background:url(../graphics/palms/page_bg.gif) repeat-y 0 0;
}

/* ----- header area ----- */
#header{
	height:153px;
	position:relative;
	background:url(../graphics/palms/body_bg.gif) repeat-x 0 0;
	padding-top:121px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:17px;
	left:322px;
	width:116px;
	height:86px;
	background:url(../graphics/palms/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#logo a{
	display:block;
	height:83px;
}
#tagline{display:none;}

/* ----- HEADER image list (a, b, c) ----- */
#header .imageList{
	margin:0;
	padding:0;
	list-style:none;
}
#header .imageList ul, .imageList li{
	margin:0;
	padding:0;
	list-style:none;
}
#header .imageList li{
	display:block;
	float:left;
}

/* ----- shopping basket info ----- */
#info{
	display:none;
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}
#contact{
	position:absolute;	
	margin:0;
	padding:0;
	top:73px;
	right:17px;
	z-index:10;
	background:url(../graphics/palms/contact_bg.gif) no-repeat 0 0;
	height:29px;
	width:114px;
	text-indent:-9999px;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	border-left:1px solid #f3f9e6;
	border-right:1px solid #f3f9e6;
}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	margin-right:165px;
	width:435px;
	display:none;
}

/* ----- search box ----- */
#search{
	position:absolute;
	top:72px;
	left:10px;
}
#search label{
	display:block;
	color:#fff;
	text-transform:uppercase;
}
#searchKeyword{
	background:#fff url(../graphics/palms/searchKeyword_bg.gif) repeat-x 0 0;
	border:1px solid #aaa;
	padding:3px 0 2px 5px;
	color:#666;
	width:95px;
}
* html #searchKeyword{width:85px;margin-right:5px;}
#searchSubmit{
	color:#fff;
	background:url(../graphics/palms/searchSubmit_bg.gif) no-repeat 0 .2em;
	border:none;
	text-transform:uppercase;
	padding-left:7px;
}
#searchSubmit:hover{cursor:pointer;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	margin-top:1.7em;
	text-align:right;
	margin-bottom:1em;
}
#navDept li{
	text-transform:uppercase;
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	color:#8bc60a;
}
#navDept li a:hover{color:#add74b;}
#navDept li a.selected{
	background:url(../graphics/palms/deptSelected_bg.gif) no-repeat right 50%;
	color:#add74b;
}
#navDept li a span{
	display:block;
	padding:3px 10px 3px 0;
}

/* ----- subdepartment navigation ----- */
#navSubDept{}
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin-top:1.7em;
	text-align:left;
	margin-bottom:1em;
}
#navSubDept li{
	margin-bottom:1px;
}
#navSubDept li a{
	display:block;
	color:#8bc60a;
	width:92%;
	padding:3px 10px;
}
#navSubDept li a:hover{
	background:url(../graphics/palms/subdeptSelected_bg.gif) no-repeat left 50%;
	color:#add74b;
}
#navSubDept li a.selected{
	background:url(../graphics/palms/deptSelected_bg.gif) no-repeat right 50%;
	color:#add74b;
}

/* ----- SUBsubdepartment navigation ----- */
#navSubSubDept{}
#navSubSubDept, #navSubSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubSubDept{
	margin-top:0;
	text-align:left;
	margin-bottom:1em;
}
#navSubSubDept li{
	margin-bottom:1px;
}
#navSubSubDept li a{
	display:block;
	color:#8bc60a;
	width:92%;
	padding:3px 10px;
}
#navSubSubDept li a:hover{
	background:url(../graphics/palms/subdeptSelected_bg.gif) no-repeat left 50%;
	color:#add74b;
}
#navSubSubDept li a.selected{
	background:url(../graphics/palms/deptSelected_bg.gif) no-repeat right 50%;
	color:#add74b;
}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	margin-top:.5em;
	text-align:right;
	margin-bottom:1em;
}
#navTools li{
	text-transform:uppercase;
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;
	color:#8bc60a;
}
#navTools li a:hover{color:#add74b;}
#navTools li a.selected{
	background:url(../graphics/palms/deptSelected_bg.gif) no-repeat right 50%;
	color:#add74b;
}
#navTools li a span{
	display:block;
	padding:3px 10px 3px 0;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	margin-top:.5em;
	text-align:right;
	margin-bottom:1em;
}
.navStatic li{
	text-transform:uppercase;
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;
	color:#8bc60a;
}
.navStatic li a:hover{color:#add74b;}
.navStatic li a span{
	display:block;
	padding:3px 10px 3px 0;
}
#navDeptTitle{display:none;}
#navToolsTitle, .navStaticTitle{
	margin:0;
	padding:3px 10px 3px 20px;
	margin-bottom:1px;
	font-size:100%;
	text-align:right;
	color:#999;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:141px;
	margin-left:10px;
}

/* ----- hardcoded right side ----- */
#right{
	display:inline;
	float:right;
	width:151px;
}
* html #right{width:145px;}
#right h3{
	color:#8bc60a;
	font-weight:normal;
	margin:0;
	padding:0;
	text-indent:10px;
}
#right p{
	margin-left:10px;
}
#right p.link{text-align:center;}
p.boxlink{text-align:center;}
p.boxlink a{
	padding:5px 12px;
	background:#add74b;
}
.boxlink a{color:#fff;}
.boxlink a:hover{
	background:#8bc60a;
	cursor:pointer;
}
#mailingList{
	border-top:2px solid #e8f4ce;
	padding-top:1em;
	border-bottom:2px solid #e8f4ce;
}
#shopOnline h3{margin-top:1em;}
#shopOnline img#cc{
	margin-left:17px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:445px;
	margin-left:10px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#8bc60a;
	font-size:140%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-top:1em;
	margin-bottom:.8em;
	color:#8bc60a;
	font-size:160%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}
#content p{margin-right:10px;}
#content h3{
	font-weight:normal;
	color:#8bc60a;
}

/* ----- hardcoded camping department links ----- */
.promoLinks{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	clear:both;
}
.promoLinks ul, .promoLinks li{
	margin:0;
	padding:0;
	list-style:none;
} 
.promoLinks li{
	margin:0;
	padding:0;
	display:block;
	float:left;
	margin-right:9px;
	margin-bottom:8px;
	width:136px;
	overflow:hidden;
	border:1px solid #f7ede9;
}
* html .promoLinks li{margin-right:8px;}
.promoLinks li .image{
	margin:0;
	padding:0;
}
.promoLinks li h3{
	font-size:110%;
	font-weight:normal;
	padding:0 5px;
	margin:.7em 0 .5em 0;
}
.promoLinks li p{
	font-size:95%;
	color:#666;
	padding:0 5px;
	margin-top:0;
}

/* ----- footer area ----- */
#footer{
	background:url(../graphics/palms/footer_bg.jpg) no-repeat 0 0;
	padding:0;
	margin:0;
}
#footer .cheshire {
	bottom:10px;
	height:63px;
	position:absolute;
	right:0;
	width:151px;
}
#footer .cheshire a {
	display:block;
	height:63px;
	text-indent:-9999px;
	width:151px;
}
#footer p{margin:0;padding:0;}
#footerText, #footerText li{
	margin:0;
	padding:0;
	list-style:none;
}
#footerText{
	margin:20px auto 40px auto;
	width:455px;
}
#footerText li{
	clear:both;
	display:inline;
	margin:.5em .3em;
	border-left:1px solid #ddd;
	padding-left:.8em;
}
#footerText li.first{margin-left:2em;padding-left:0;border-left:0;}
#footerText a{color:#add74b;}
#footerText a:hover{color:#8bc60a;}

/* ----- footer image list (a, b, c) ----- */
#footer .imageList{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .imageList ul, .imageList li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .imageList li{
	display:block;
	float:left;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/palms/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/palms/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/palms/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/palms/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 7px 1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	background:#f3f9e6;
	color:#777;
}
.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	background:none;
	font-size:100%;
}
.products li h3 a{color:#555;}
.products li h3 a:hover{color:#8bc60a;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .price{
	margin:1em 0;
	text-align:left;
	line-height:180%;
	color:#8bc60a;
	font-size:100%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:200px;
	margin-right:7px;
}
#product .price{
	color:#8bc60a;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e5f5fa;
	padding-top:1em;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{margin-right:7px;}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f3f9e6;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:170%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/palms/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#999;}
#articles  ul li a:hover{color:#666;}

/* ----- customer reviews ----- */
#reviews{margin-right:7px;}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f3f9e6;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:170%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/palms/arrow3.gif) no-repeat 0 .6em;
}
#reviews  ul li a{color:#999;}
#reviews  ul li a:hover{color:#666;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:98.8%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:170%;
}
th{
	border:0;
	background:#f3f9e6;
	padding:5px 0;
}
td{
	background:#fff;
	border:0;
	padding:5px 0;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#8bc60a;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#8bc60a;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#add74b;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
.formButton:hover{
	background:#8bc60a;
	cursor:pointer;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix ----- */
.inner:after, #navSubDept:after, #navSubDept li:after, .promoLinks:after, .promoLinks li:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after, .deptLinks:after, .imageList:after, .imageList li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, #navSubDept, #navSubDept li, .promoLinks, .promoLinks li, .products, .products li, #pagination, #total, .modules, .deptLinks, .imageList, .imageList li{display:block;}
/*  \*/
.inner, #navSubDept, #navSubDept li,  .promoLinks, .promoLinks li, .products, .products li, #pagination, #total, .modules, .deptLinks, .imageList, .imageList li{min-height:1%;}
* html .inner, * html #navSubDept, * html #navSubDept li, * html .promoLinks, * html .promoLinks li, * html .products, * html .products li, * html #pagination, * html #total, * html .modules, *html .deptLinks, *html .deptLinks, * html .imageList, * html .imageList li {height:1%;}
 /*  */
/* ----- end float fix ----- */


p#addBasket input.formButton{cursor:pointer}




#main .inner p {
	font-size:120%;
}
#content p {
	font-size:120%;
}
#content li {
	font-size:120%;
}























/**************************************************
 * Custom                                         *
 **************************************************/
.on-sale                                          { color:#f00; font-weight:bold; }
