/* 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:#333;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	font-family: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: #000000;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #666666;
	text-decoration:none;
}
p {
	margin-bottom:0.7em;
	line-height:1.6em;
}
fieldset {
	padding:12px;
	border:4px #000000 solid;
}
legend {
	padding:8px;
	font-weight:bold;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	padding:5px 5px 5px 18px;
	font-size:0.9em;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 2em;
	font-weight:normal;
	color:#000;
}
h1 span {
	display:block;
	padding:3px 0 0 75px;
	font-size:0.6em;
	color:#262371;
}
h2 {
	font-weight: normal; 
	font-size: 1.6em; 
	color:#333;
	padding:5px 0;
}
h3 {
	font-size: 1em;
	font-weight:bold;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	padding:8px 0 4px 0;
}

/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */

input[type="text"], input[type="password"], textarea, .textboxes {
	padding:0.4em;
	border:1px #333 solid;
}
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:#FFFFFF;
}
input.formbutton {
	border:1px #000000 solid;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.4em 0.5em;
}
input[type="submit"], input[type="button"] {
	border:1px #000000 solid;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.4em 0.5em;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color:#000000;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}

/* --------- END GENERIC STUFF -------------- */



/*  start main designs  */

#frame {
}


#header {
	clear:both;
	background-color:#333333;
	background-image:url(/img/bg/top-hands.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	color:#FFFFFF;
}
#headerinner {
	width:790px;
	margin:0px auto;
	position:relative;
	height:145px;
}
#headerinner ul {
	position:absolute;
	bottom:0px;
	left:0px;
	width:77%;
}
#headerinner li {
	float:left;
	margin:0px 12px 0px 0px;
}
#headerinner li a, #headerinner li a:visited {
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:1.2em;
	padding:10px;
	text-decoration:none;
}
#headerinner li a:hover {
	background-image:url(/img/navhover.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
}

.mainlogo {
	position:absolute;
	top:10px;
	left:0px;
}
#carttab {
	position:absolute;
	bottom:0px;
	right:20px;
	background-image:url(/img/carttab.gif);
	width:110px;
	padding:6px 10px 6px 10px;
	color:#000000;
	font-weight:bold;
	font-size:1.1em;
}
#carttab span {
	display:block;
	padding:2px 0px 2px 30px;
	background-image:url(/img/carticon.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
}

#maincontent {
	width:790px;
	margin:0px auto;
	padding:20px 0px 0px;
}
#hpsub {
	border-bottom:1px #000000 solid;
}
#sidenav {
	float:left;
	width:170px;
	clear:left;
}
#sidenav a, #sidenav a:visited {
	text-decoration:none;
}
#sidenav a:hover {
	text-decoration:underline;
}
#sidenav h3 {
	text-transform:uppercase;
	font-size:1.5em;
	padding:0px 0px 3px 0px;
}
#sidenav ul {
	padding:0px 0px 20px 0px;
}
#sidenav li {
	padding:3px 0px
}
#cardinfo {
	padding:15px 0px;
}

#rightcontent {
	float:right;
	width:590px;
	clear:right;
}

#footer {
	clear:both;
	background-image:url(/img/bg/divider-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#footerinner {
	padding:20px 10px 30px 10px;
	background-image:url(/img/bg/bottom-hands.gif);
	background-position:1% 100%;
	background-repeat:no-repeat;
	text-align:right;
	font-size:0.9em;
	margin:10px 0px 0px 0px;
}
#footer a, #footer a:visited {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#subfooter {
	clear:both;
	background-color:#333333;
	padding:0px 20px 20px 20px;
	color:#FFFFFF;
	font-size:0.9em;
}
#subfooterinner {
	width:790px;
	margin:0px auto;
	padding:35px 0px 30px;
}
#subfooterinner a, #subfooterinner a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#subfooterinner a:hover {
	text-decoration:underline;
}
.subfootersection {
	width:28%;
	float:left;
	margin:0px 40px 0px 0px;
	font-size:1.1em;
}
.subfootersection h5 {
	color:#FFFFFF;
	font-size:1.4em;
	padding:0px 0px 7px 0px;
	border-bottom:1px #FFFFFF solid;
	font-weight:normal;
}
.subfootersection ul {
	padding:5px 0px 0px 10px;
	border-left:1px #FFFFFF solid;
}
.subfootersection li {
	padding:2px 0px;
}

#copyright {
	clear:both;
	padding:20px 0px 0px;
	text-align:right;
}


















/*************************************************************************
' Original Store Styles - Delete As necessary
'**************************************************************************/



/* Product Listing Page */
#prodlist-holder {
	padding:10px 0px;
}
.CPcolsView {
	margin:0px 10px 14px 0px;
	padding:10px;
	float:left;
	width:165px;
	text-align:center;
	/* Need to set a min height */
    min-height:20em;
    height:auto !important;
    height:20em;
}
.CPcolsView h2 {
	font-size:1.4em;
	font-weight:normal;
}
.getProdImage {
	margin:0px 0px 0px 0px;
}
/* Product Short Description (Detail page only) */
.CPprodDescDet {font-size: 11px}

/* Product Long Description */
.CPprodDescLong {
	display:block;
	padding:2px 0px;
}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {color: #800000}

/* Product Price - Price Value */
.CPprodPriceV {color: #800000}

/* 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: #888888}

/* In Stock text */
.CPinStock {color: #888888}

/* Out of Stock text */
.CPoutStock {color: red}

/* No Image text */
.CPnoImgT {color: #800000}

/* Category List */
.CPcatDescList {}

/* 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 {font-style: italic}

/* Option Select box */
.CPoptSel {}

/* Option Text box */
.CPoptTxt {}





/*  Product Details Page  */



#pv-holder {
	clear:both;
}
#pv-holder h1 {
	padding:0px 0px 14px 0px;
}
#add-to-cart {
	float:right;
	width:32%;
	padding:5px;
	clear:right;
	margin:0px 0px 15px 15px;
	border:2px #666666 solid;
}
#pv-productdetails {
	clear:both;
}

#pv-relatedproducts {
	padding:12px 0px;
	margin-top:12px;
	clear:both;
}
#pv-relatedproducts-header {
	padding:10px 0px 10px 0px;
	font-size:1.6em;
}

#prodimage-thumbs {
	padding:3px 0px;
}
#prodimage-thumbs img {
	border:3px #666666 solid;
	cursor:pointer;
}
#add-to-cart {
	border:2px #333 solid;
	padding:8px;
}
#add-to-cart img {
	margin:3px 0px 0px 0px;
}

#pricingholder, #showAdd, #extrabuttonsholder, #getFreeShipMsg {
	padding:5px 0px;
}
#pricingholder {
	font-size:1.1em;
}
#extrabuttonsholder {
	text-align:center;
}

input#add {
	margin:5px 0px 0px 0px;
}
#prodimage-holder {
	padding:0px 0px 8px 0px;
	width:300px;
	float:left;
	clear:left;
}
p#larger-image {
	font-size:0.9em;
	padding:2px 0px;
}



/* Box - Page Headings */
.CPpageHead {border-bottom: 2px solid #CCCCCC; padding-bottom: 4px;}

/* Box - Page Navigation */
.CPpageNav {
	padding:5px 2px;
	margin:5px 0px;
	border-bottom:3px #333 double;
	border-top:3px #333 double;
}
.CPpageNav a, .CPpageNav a:hover {

}

.selectPageTop {
	width:48%;
	float:left;
}
.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-color:#F2F2F2;
}


/* 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 */
.CPoptRadio {font-size: 0.9em; padding:0px 0px 0px 0px;}

/* Option Description for "Mandatory" options*/
.CPoptDescM {
	font-style: italic; 
	color: Red; 
	font-size:0.9em;

}


/* ---------------------*/
/* 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 {

}

/* -------------------- */
/* 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 */
	}	
	