/* CSS Document */

/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Remove list styles from lists */
ol, ul {
	list-style:none;
}

/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Set td's and th to have a little default padding */
td, th {
	padding:3px;
}

/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}

/* Left align text etc... */
caption, th {
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/* Create a consistent font size through all browsers */
body {
    font-size: 76%;
		color: #666666;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	background-image:url(../img/bg/linedbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EFF1F1;
}
textarea {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}


a, a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#666666;
	text-decoration:none;
}
p a, p a:visited {
	color:#666666;
	text-decoration:none;
	border-bottom:1px #477c83 solid;
}
p a:hover, p a:focus {
	color:#333333;
	text-decoration:none;
	border-bottom:1px #326369 solid;
}


h1 {
	padding:0 0 12px 0;
	font-size:1.6em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#477c83;
}

h2{
	font-size:1.2em;
	font-weight:normal;
	padding:4px 0 4px 0;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	padding:0 0 2px 0;
	font-size:1.2em;
}
h4 {
}
h5 {
}
h6{
}

p {
	margin:0 0 12px 0;
	line-height:1.55em;

}

/*  
	##################################  INPUT STYLES #############################
*/
/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.45em;
	border:1px #666666 solid;
	color:#666666;
}
.textfield {
	padding:0.45em;
	border:1px #666666 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:1px #000000 solid;
	background-color:#FFFFF0;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	cursor:pointer;
	padding:0.45em 1.5em;
}
input[type="submit"], input[type="button"] {
	cursor:pointer;
	padding:0.45em 1.5em;
}


/*  
	##################################  INPUT STYLES #############################
*/

#frame{
	width:968px;
	margin:auto;
}
#header {
	clear:both;
	height:115px;
	position:relative;
}
a.logo {
	width:300px;
	display:block;
	float:left;
	position:absolute;
	top:35px;
	left:0;
	text-decoration:none;
}
#topnav {
	position:absolute;
	right:0;
	top:37px;
	width:550px;
}
#topnav ul {
}
#topnav li {
	float:right;
	display:inline;
	padding:0 3px;
	padding-left:18px;
}
#topnav li a, #topnav li a:visited {
	display:inline;
	width:auto;
	padding:0 0 0 12px;
	background-image:url(../img/navarrows.png);
	background-position: left center;
	background-repeat:no-repeat;
	color:#777777;
	text-decoration:none;
}
#topnav li a:hover {
	text-decoration:underline;
	/*border-bottom:1px #477c83 solid;*/
}

#searchholder {
	position:absolute;
	width:300px;
	text-align:right;
	left: 665px;
	top: 43px;
}
input#strSearch {
	background-image:url(../img/searchboxicon.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:2px 2px 2px 25px;
}



#maincontent {
	border:1px #D1D1D1 solid;
	padding:11px;
	background-color:#FFFFFF;
}
#maincontent ol {
	padding:0 0 0 25px;
	font-size:0.9em;
}
#maincontent ol li {
	list-style:decimal;
	padding:5px 0;
	line-height:1.4em;
}
#leftmenu {
	width:234px;
	float:left;
}
#rightcontent {
	width:699px;
	float:right;
}
#heroimage {
	text-align:center;
	margin-top:1px;
}
#heroimage img {
	padding:1px;
	border:1px #CCCCCC solid;
}

.sideheadings {
	background-image:url(../img/bg/sideheadings.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:8px;
	color:#477c83;
}
.sideheadings h3 {
	font-weight:normal;
	font-size:1.1em;
	text-transform:uppercase;
	margin-top:2px;
	line-height:12px;
}
.sidemenu {
}
.sidemenu li {
	margin:0 0 1px 0;
	border-bottom:1px #D1D7D5 solid;
}
.sidemenu li a{
	display:block;
	padding:8px 0 8px 10px;
	background-color:#EEF0EF;
	background-image:url(../img/navarrows.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	color:#5c5c5c;
	text-decoration:none;
}
.sidemenu li a:hover {
	/*background-color:#D7DBD9;
	background-image:none;*/
	background-image:url(../img/hover-bg.jpg);
	background-position:right top;
}
.sidesep {
	height:11px;
	clear:both;
	font-size:1px;
}
.sidebox {
	background-color:#EEF0EF;
	margin:1px 0 0 0;
	padding:10px;
	color:#477c83;
}
.sidebox p {
	margin:4px 0;
}
.getright {
	float:right;
}
.greytext {
	color:#5c5c5c;
}
#homepageboxes {
	clear:both;
	padding:0px 0;
}
#hptext {
	padding:8px 0;
}
.hpbox {
	width:340px;
	border:1px #D0D0D0 solid;
	padding:1px 1px 0 1px;
	float:left;
	margin:0 11px 11px 0;
	/*background-color:#eff1f1;*/
}
.hpbox img {
	float:left;
}
.innerhpbox {
	float:right;
	width:169px;
	/*background-color:#EFF1F1;*/
	min-height:87px;
    height:auto !important;
    height:87px;
	padding:8px;
	font-size:0.9em;
	background-image:url(../img/content-box-grad.jpg);
	background-position:left top;
}

.nobottommargin{
margin-bottom:0px;	
}

.innerhpbox p {
margin-top:10px;	
}

.innerhpbox h5 {
	color:#477c83;
}
.innerhpbox a, .innerhpbox a:visited {
	color:#477c83;
	padding:0px 0 2px 19px;
	background-image:url(../img/homepage/linkarrows.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
}
.innerhpbox a:hover {
	text-decoration:underline;
}
.norightmargin {
	margin-right:0 !Important;
}

a.linkwitharrow, a.linkwitharrow:visited {
	color:#477c83;
	display:block;
	padding:2px 0 2px 25px;
	background-image:url(../img/homepage/linkarrows.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
}
a.linkwitharrow:hover {
	text-decoration:underline;
}

#footer {
	font-size:0.9em;
	padding:15px 0;
}

#footer a{
	color:#666666;
	border-bottom:1px solid #326369;
	text-decoration:none;
}

#footer a:hover{
	color:#333333;
	border-bottom:1px solid #326369;
	text-decoration:none;
}


#footerleft {
	float:left;
	width:49%;
}
#footerright {
	float:right;
	width:49%;
	text-align:right;
}


#footer li {
	display:inline;
	line-height:1.4em;
	padding-left:12px;
	text-decoration:none;
	width:auto;
}
#footer li a, #footer li a:visited {
}

#footer li a:hover {
}

#tooltip {
	position:absolute;
	top: 0px;
	left: 0px;
	display:none;
	padding: 5px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	color:#333333;
	font-size:10px;
	z-index:50;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}


#amountholder {
	padding:12px 0;
	padding-top:4px;
}
#amountholder span {
	display:block;
	float:left;
	width:40%;
	font-weight:bold;
}








/*************************************************************************
' Original Store Styles - Delete As necessary
'**************************************************************************/



/* Product Listing Page */
#prodlist-holder {
	padding:10px 0px;
}
.prodlisttitle {
	text-align:center;
	background-image:url(../img/prod-box-grad.jpg);
	background-position:left top;
	padding:5px;
	min-height:60px;
    height:auto !important;
    height:60px;
	color:#333333;
	padding-bottom:0px;
}
.prodlisttitle p {
	margin:0;
}
.CPcolsView {
	margin:0px 17px 20px 0px;
	padding:5px;
	width:30%;
	background-image:url(/img/bg/linedbglong.jpg);
	float:left;
}
.endmargin {
	margin-right:0 !Important;
}
.CPcolsView h2 {
	font-size:1.0em;
	font-weight:normal;
	padding:0px 0px 3px 0px;
	margin-top:2px;
}

.CPcolsView a{
color:#477C83;
text-decoration:none;
}

.CPcolsView a:hover{
color:#477C83;
text-decoration:underline;
}

.CPcolsView p {
	
}
.getProdImage {
	/* Set a min height */
/*	min-height:110px;
    height:auto !important;
    height:110px;*/
	text-align:center;
	padding:0 0 5px 0;
	background-color:#FFFFFF;
}
/* Product Short Description (Detail page only) */
.CPprodDescDet {
}

/* Product Long Description */
.CPprodDescLong {
	display:block;
	padding:1px 0px 0px;
}

.CPprodDescLong p{
margin-right:10px;	
}

/* Product Detail */
.CPprodDet {
	padding:15px;
	background-color:#FFFFFF;
}

.CPprodDet h3{
	color:#477C83;
	background-color:#FFFFFF;
	font-weight:normal;
}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {

}

/* Product Price - Price Value */
.CPprodPriceV {
	color: #333333;
	font-weight:normal;
}
.CPprodPriceV span {
	display:block;
	font-size:0.7em;
	font-weight:normal;
	color:#999999;
}
/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {text-decoration: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {color: red}

/* Free Shipping text */
.CPfreeShipMsg { color:#009933;}

/* In Stock text */
.CPinStock {color: #888888}

/* Out of Stock text */
.CPoutStock {color: red}

/* No Image text */
.CPnoImgT {
	color: #FFF
}

/* Category List */
.CPcatDescList {
	padding:15px 0px 10px 25px;
}
.CPcatDescList li {
	padding:5px 0px 5px 16px;
	background-image:url(/img/list-arrows.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.CPcatDescList li a, .CPcatDescList li a:visited {
	font-size:1.4em;
	font-weight:normal;
}
#topcatimages {
	padding:5px;
	height:188px;
	background-image:url(/img/bg/linedbglong.jpg);
}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {font-weight: bold}

/* Option Description for "Optional" options */
.CPoptDesc {
	display:block;
	padding:20px 0 10px 0;
	color:#000000;
	font-weight:bold;
}

/* Option Select box */
.CPoptSel {}

/* Option Text box */
.CPoptTxt {}





/*  Product Details Page  */



#pv-holder {
	clear:both;
}
#pv-holder h1 {

}
#add-to-cart {
	float:right;
	width:286px;
	padding:5px;
	clear:right;
	background-image:url(/img/bg/linedbglong.jpg);
	padding:5px;
}
#add-to-cart-inner {
	padding:15px 20px;
	background-color:#FFF;
}
#add-to-cart img {
	margin:3px 0px 0px 0px;
}

#pv-productdetails {
	clear:both;
	background-image:url(/img/bg/linedbglong.jpg);
	padding:5px;
	float:left;
	margin-top:10px;
	width:689px;
	margin-right:10px;
}
#pv-productdetails ul {
	padding:15px 0px 10px 25px;
}
#pv-productdetails li {
	padding:4px 0px 4px 16px;
	list-style:circle;
}


#pv-relatedproducts {
	padding:12px 0px;
	margin-top:12px;
	clear:both;
}
#pv-relatedproducts .CPcolsView {
	width:100%;
	clear:both;
	padding:10px 0;
}
#pv-relatedproducts h2 a, #pv-relatedproducts h2 a:visited {
	font-size:1.4em;
	padding:0 0 15px 0;
}
#pv-relatedproducts .getProdImage {
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		border:1px solid #D1D7D5;
}


#pv-relatedproducts-header {
	padding:10px 0px 10px 0px;
	font-size:1.3em;
	color:#477C83;
	background-color:#FFFFFF;
	font-weight:normal;
}
#pv-relatedproducts .CPprodDescLong {
}
#prodimage-thumbs {
	padding:3px 0px;
}
#prodimage-thumbs img {
	border:3px #666666 solid;
	cursor:pointer;
}
#pricingholder, #extrabuttonsholder, #getFreeShipMsg {
	padding:10px 0;
	font-weight:normal;
}
#pricingholder {
	font-size:1.3em;
}
#getFreeShipMsg {
	padding:10px 0 20px;
}
#main-prod-image {
	padding:10px 5px 3px;
	background-image:url(/img/bg/linedbglong.jpg);
	text-align:center;
}
#productthumbs {
	background-image:url(/img/bg/linedbglong.jpg);
	margin-top:10px;
	padding:9px 5px 1px 5px;
}
#productthumbs ul {
}
#productthumbs li {
	float:left;
	display:block;
	width:88px;
	margin:0 5px 0 0;
	text-align:center;
}
#productthumbs li img {
	cursor:pointer;
	border:1px solid #D1D7D5;
}

#extrabuttonsholder {
}

input#add {
	margin:10px 0px 0px 0px;
}
#prodimage-holder {
	padding:0px 0px 8px 0px;
	width:380px;
	float:left;
	clear:left;
}
p#larger-image {
	font-size:0.9em;
	padding:2px 0px;
}
#specsheetholder {
	padding:5px 0px;
	clear:both;
}


.shoppingcarttable td {
	padding-top:5px !Important;
	padding-bottom:5px !Important;
}
#bottomcartbuttons {
	padding:10px 0;
}

/* Box - Page Headings */
.CPpageHead {
	/*border-bottom: 2px solid #666; 
	padding: 4px 0px;
	font-size:1.3em;*/
	color:#477C83;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.6em;
	font-weight:normal;
	padding:0 0 12px;
}
.CPpageHead b {
	font-weight:normal
}

/* Box - Page Navigation */
.CPpageNav {
	background-color:#EEF0EF;
	padding:5px;
	margin:3px 0px;
	width:682px;

}
.selectPageTop {
	width:48%;
	float:left;
}

.CPpageNav a{
color:#477c83;
text-decoration:none;
}

.CPpageNav a:hover{
color:#477c83;
text-decoration:underline;
}

.sortPageTop {
	width:48%;
	float:right;
	text-align:right;
}



/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPgenHeadings {
	/*background-image:url(/img/bg/linedbglong.jpg);*/
	background-color:#EEF0EF;
	padding:5px;
}


/* System Messages */
.CPsysMsg    {font-size: 10pt;}
.CPsysMsgErr {color: red; font-size: 10pt;}
.CPsysMsgURL {font-size: 10px;}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {color: #000000; background-color: #ffff66;}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
#optionsholder .clearer {
	height:4px;
}

.CPoptRadio {
}

/* Option Description for "Mandatory" options*/
.CPoptDescM {
	display:block;
	padding:20px 0 10px 0;
	color:#000000;
	font-weight:bold;
}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {font-size: 6pt; text-decoration: none;}
.install { 
	border: 1px solid #BBC3D3;
}

.installcomment {
	padding-LEFT: 30px;
}

.textBlock {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
}

.CPContactUs {
	line-height:1.4em;
}

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.listTable {
	background-color: #EEEEEE;
}
.listRowTop {
	background-color: #DDDDCC;
	border-TOP: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
.listRowHead {
	background-color: #DDDDDD;
}
.listRowBot {
	background-color: #DDDDCC;
	border-TOP: 1px solid #888888;
	border-bottom: 1px solid #888888;
}


/* --------------------------- LITEBOX STYLES ---------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	
	
/* Tooltips */

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 10px Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

#payments {	
	padding:15px 0;
	text-align:center;
}
#productpricesort {
}
#productpricesort ul {
	padding:0 0 0 20px;
}
#productpricesort li {
	font-size:0.85em;
	padding:2px 0;
}

/* Start the main store sitemap styles */

.storesitemap {
	padding:0 0 20px 0;
}
.storesitemap li {
	font-size:1.3em;
	padding:2px 0;
}
.pageslist {
	padding:0 0 0 25px;
}
.pageslist li {
	padding:2px 0;
	list-style:circle;
}
.sitemapsub {
	padding:0 0 0 25px;
}
.sitemapsub li {
	font-size:0.8em;
	list-style:circle;
}

/* Have you seen  */
#featuredprods h3{
background-image:url(../img/bg/sideheadings.jpg);
background-position:left bottom;
background-repeat:repeat-x;
color:#477C83;
font-size:1.1em;
font-weight:normal;
line-height:12px;
text-transform:uppercase;
padding-left:8px;
padding-top:10px;
padding-bottom:10px;
}


.innerblock {
	padding:5px;
	background-color:#FFFFFF;
	clear:both;
	margin:15px 0 0 0;
}
#haveyouseen {
	padding:10px 0 0 0;
	background-color:#EEF0EF;
}
#haveyouseen span {
	display:block;
	float:left;
	text-align:center;
	border:1px solid #DEDEDE;
	margin-bottom:9px;
	margin-left:6px;
}
#hptopsellers li {
	display:block;
	width:118px;
	float:left;
	text-align:center;
}
