@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
.clearer {
	height:1px;
	clear:both;
	line-height:1px;
	font-size:1px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	background:none;
}
table, input, select, textarea {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
td {
	padding:5px;
	vertical-align:top;
}
img {
	border:0;
}
option {
	padding:0px 2px;
}
a, a:visited {
	color:#2F97B9;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:195%;
	font-weight:normal;
	color:#2e3c5a;
}
h1#main-heading {
	border-bottom:3px #000000 double;
}
h2 {
	font-size:150%;
	font-weight:normal;
}
h2 a, h2 a:visited {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
}
h4 {
}
p {
	margin:6px 0px;
}
li {
	padding:2px 0px;
	list-style-position:inside;
}

/* ---- SYSTEM MESSAGE STYLE ---- */

span.sys-message {
	display:block;
	width:auto;
	padding:4px 4px 4px 30px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	font-size:95%;
	background-image:url(/img/success-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
span.CPsysMsgErr {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	font-size:95%;
}

/*------- Make generic form styles ---------*/
input[type="text"], input[type="password"], textarea, .textboxstyle {
	border:1px #CCCCCC solid;
	padding:3px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color:#FFFFE8;
}
input[type="submit"] {
	background-color:#485e8c;
	background-image:url(/img/input-button.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #2f436b;
	padding:5px 9px;
	font-size:95%;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-image:none;
}
/* HOME PAGE SEARCH BOX */
input.hp-searchbox {
	padding:8px;
}
input.hp-searchbutton {
	background-color:#485e8c;
	background-image:url(/img/input-button.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #2f436b;
	padding:8px 9px;
	font-size:95%;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}
#print-header {
	font-size:195%;
	font-weight:normal;
	color:#2e3c5a;
	padding:15px 0px;
}
/* ------------------------------Main template styles --------------------- */
#frame {
	width:780px;
	margin:0px auto;
	clear:both;
	background-color:#FFFFFF;
}
#header {
	display:none;
}
#content {
	padding:10px 10px 10px 10px;
	clear:both;
}

#main-nav {
	padding:135px 0px 0px 10px;
}
#main-nav ul {
	list-style:none;
}
#main-nav li {
	display:inline;
	margin:0px 5px 0px 0px;

}
#main-nav li a, #main-nav li a:visited {
	padding:9px 11px 9px 11px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#main-nav li a:hover {
	background-color:#FFFFFF;
	
}
.nav-active {
	background-color:#FFFFFF;
}
#thelogo {
	position:absolute;
	top:20px;
	left:20px;
	width:231px;
	height:42px;
}
#main-menu {
	width:495px;
	position:absolute;
	top:13px;
	right:2px;
	height:54px;
	text-align:right;
}
#card-holder {
	display:block;
	text-align:right;
	padding:6px 6px 0px 0px;
}
#cart-details {
	width:150px;
	position:absolute;
	bottom:-20px;
	right:1px;
	height:20px;
	text-align:right;
}
#search-holder {
	width:380px;
	position:absolute;
	top:110px;
	right:15px;
	text-align:right;
}

/* ------------- CATEGORY NAVIGATION ---------------------------------  */

#side-nav {
	display:none;
}
#side-nav ul {
	list-style:none;
}
#side-nav li {
}
#side-nav li a, #side-nav li a:visited {
	padding:6px 0px 6px 16px;
	border-bottom:1px #DDD dotted;
	background-image:url(/img/category-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
	display:block;
	font-size:90%;
}
#side-nav li a:hover {
	background-position:-1000px;
	background-color:#485e8c;
	color:#FFFFFF;
	border-bottom:1px #485e8c dotted;
}
span.nav-headings {
	display:block;
	padding:10px 0px 0px 0px;
}
.view-basket {
	margin:0px 0px -4px 0px;
}
/* Home page */

#hp-images-holder {
	text-align:center;
	clear:both;
	padding:10px 0px;
}
table.hp-random-holder {
}
table.hp-random-holder td {
	padding:8px 5px;
}
table.hp-random-holder td.sep {
	padding:0;
}

/* ------------- PRODUCT SECTION --------------------------------------  */
#product-stuff {
	clear:both;
	width:100%;
}
#my-breadcrumb {
	font-size:85%;
	padding:2px;
	border-bottom:1px #DDDDDD solid;
	clear:both;
	margin:0px 0px 5px 0px;
}
/* ------------- FOOTER  ----------------------------------------------  */
#footer {
	clear:both;
	padding:10px;
	border-top:1px #CCCCCC solid;
	background-image:url(/img/small_sslpadlock.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#footer ul {
	list-style:none;
	font-size:90%;
}
#footer li {
	padding:2px 4px;
	display:inline;
	border-right:1px #CCCCCC solid;
}

/* bottom, bottom footer */

#main-footer {
	display:none;
}
#product-links {
	clear:both;
	padding:0px 0px 10px 0px;
}
#product-links ul {
	list-style:none;
	text-align:center;
}
#product-links li {
	display:inline;
	padding:2px 3px;
}
#product-links li a, #product-links li a:visited {
	color:#FFFFFF;
	font-size:90%;
}
#product-links li a:hover {
}
#site-info {
	text-align:center;
	font-size:80%;
}
/* ---------------------------- Product Details Page ------------------- */

#pv-wrapper {
	width:100%;
	clear:both;
	text-align:left;
}
#pv-wrapper-left {
	float:left;
	width:66%;
	padding:5px;
}
#pv-wrapper-right {
	float:right;
	width:30%;
	padding:5px;
	clear:right;
	margin:0px 0px 15px 15px;
}
#related-products-holder {
	display:none;
}
#related-products-holder h2 {
	font-size:125%;
	font-weight:bold;
	color:#2F97B9;
}
#related-products-holder ul {
	list-style:none;
}
#related-products-holder li {
}
#related-products-holder h4 a, #related-products-holder h4 a:visited {
	color:#000000;
	font-size:95%;
}
#related-products-holder h4 a:hover {
}
#prodimage-thumbs {
	padding:3px 0px;
}
#prodimage-thumbs img {
	border:3px #666666 solid;
	cursor:pointer;
}
#add-to-cart {
	border:2px #2d3b59 solid;
	padding:8px;
}
#add-to-cart img {
	margin:3px 0px 0px 0px;
}
input#add {
	margin:5px 0px 0px 0px;
}
#prodimage-holder {
	padding:8px 0px;
	text-align:center;
	width:350px;
	float:left;
	clear:left;
}
p#larger-image {
	font-size:95%;
	padding:2px 0px;
}
#arms-holder {
	padding:5px 0px;
}
#arms-holder ul {
	list-style:none;
}
#arms-holder ul ul {
	list-style:circle;
	font-size:90%;
}
#arms-holder li.listholder {
	width:100%;
	padding:4px 0px;
	float:left;
	clear:both;
}
#price-button-holder {
	padding:0px 0px 10px 0px;
}

/* Color / Fabric JS Chooser */
#fabricHolder {
	padding:2px 0px;
}
#fabricHolder-thumbs {
	padding:2px 0px;
}
#fabricHolder-thumbs img {
	cursor:pointer;
	float:left;
	margin:0px 5px 5px 0px;
}
#fabricHolder-change {
	text-align:center;
	clear:both;
}
#review-holder {
	display:none;
}

/* ----------------------- Product browse page ------------------------- */
#browse-wrapper {
	text-align:left;
	clear:both;
}
#main-bread-crumb {
	padding:2px;
	font-size:85%;
	border-bottom:1px #ddd solid;
}
.top-navigation {
	padding:3px;
	text-align:right;
	background-color:#F3F4F8;
}
.top-navigation ul {
	list-style:none;
}
.top-navigation li {
	display:inline;
	padding:4px;
}
.row-holders {
	padding:5px 0px 8px;
	clear:both;
	border-bottom:1px #CCCCCC dotted;
}
.product-details {
	float:left;
	width:83%;
}
.pricing-holder {
	padding:4px 0px 0px 0px;
}
.pricing-holder ul {
	list-style:none;
}
.pricing-holder li {
	padding:1px;
}

.product-image {
	float:left;
	width:17%;
}

/* ------------------------- CUSTOMER DETAILS PAGE -------------------  */

span#show-hide-control {
	cursor:pointer;
	display:block;
	font-size:95%;
	font-weight:bold;
	padding:2px 0px;
}
#show-hide-shipping {
}

/* Paypal form */

#PayPalForm td {
	font-size:90%;
	padding:5px 8px;
}
.sm-ital {
	font-style:italic;
	font-size:90%;
}
input.final-submit {
	padding:8px 14px;
	font-size:120%;
}


/* -------------------------- IMAGE BROWSE PAGE --------------------------- */

.enlarge-image {
	display:block;
	font-size:80%;
}

table.image-browse-table td {
	width:33%;
	text-align:center;
}
table.image-browse-table{
	width:100%;
}


/*-------------------- START TABIFIER STYLES ----------------------------*/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

.tabberlive {
	clear:both;
}
.tabbernav {
	display:none;
}

/* ------------------------------------- LITEBOX STYLES */

#lightbox{
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}



/* ------------------- START CANDYPRESS STYLES ------------------------- */


.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #F0F1F5}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #F0F1F5}

/* Box - Product Image (Home page) */
.CPhomeImg {
	border:1px #CCCCCC solid;
}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {}

/* Product Short Description (Detail page only) */
.CPprodDescDet {}

/* Product Long Description */
.CPprodDescLong {
	font-size:95%;
}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

.CPprodPriceT, .CPprodPriceV, .CPprodLPriceT, .CPprodLPriceV, .CPprodSPriceT, .CPprodSPriceV {
	font-size:95%;
	font-weight:bold;
}

/* Product Price - Text Label */
.CPprodPriceT {
}

/* Product Price - Price Value */
.CPprodPriceV {
	color: #990000
}

/* 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 {}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}


.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
}

.CPContactUs {

}
