/* 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;
	background-color:#d4d4d4;
	border-top:4px #525051 solid;
	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;
}

/*----------------*/

body {
	font-family: arial;
	font-size:80%;
	/*background-image:url(/img/bg-gradiant.jpg);*/
	background-color:#222222;
	color:#9a9a9a;
}

a {
color:#9a9a9a;
text-decoration:underline;
}

a:hover{
color:#9a9a9a;
text-decoration:none;
}

h1 {
	padding:0px 0px 12px 0px;
}

h2{
}
h3 {
}
h4 {
}
h5 {
}
h6{
}

p {
	margin:0 0 10px 0;
	line-height:1.4em;
}

#header{
	width:995px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}

#logo{
	width:520px;
	float:left;
}

#cart{
	float:left;
	margin-top:10px;
}
#cart span {
	font-size:0.9em;
	display:block;
	float:left;
	width:60px;
	text-align:center;
	padding:6px 0 0 0;
}

.search-text{
	float:left;
	padding-top:5px;
	padding-right:10px;
}

#site-search{
	width:293px;
	float:right;
	margin-top:13px;
}

input[type="text"], input[type="password"], textarea {
	font-size:0.9em;
	background-color:#353535;
	background-image:url(../img/inputbg.gif);
	border:1px solid #7c7c7c;
	color:#bababa;
	padding:3px;
}
select {
	background-image:url(../img/inputbg.gif);
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border-color:#fff;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/
input.button {
	background-color:#3c3c3c;
	background-image:url(/img/button-gradiant.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #7c7c7c;
	color:#e4e4e4;
	cursor:pointer;
	font-size:0.8em;
	padding:2px 13px;
}

input[type="submit"], input[type="button"] {
	background-color:#3c3c3c;
	background-image:url(/img/button-gradiant.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #7c7c7c;
	color:#e4e4e4;
	cursor:pointer;
	font-size:0.8em;
	padding:2px 13px;
}
input[type="submit"]:hover, input[type="button"]:hover {

}

input.sitesearchfield {
	margin-right:3px;
	vertical-align:top;
}

input.side-box-form {
	width:190px;
	margin-right:3px;
	margin-bottom:6px;
}

#frame{
	width:995px;
	margin:auto;
	background-color:#3b3b3b;
	border: 1px solid #676767;
	padding:12px 8px;
}

#left-content{
	width:232px;
	float:left;
}

#right-content {
	width:735px;
	float:right;
}

.side-box-chequer {
	width:212px;
	background-image:url(/img/side-chequer.jpg);
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin-top:10px;
	padding-bottom:10px;
}
.side-box-chequer p {
	margin-top:5px;
	margin-bottom:8px;
}

#content-box-chequer-left {
	width:237px;
	height:136px;
	background-image:url(/img/cheq-bg.jpg);
	padding-left:4px;
	padding-top:4px;
	margin-top:10px;
	float:left;
}

#content-box-chequer-right, #content-box-chequer-middle{
	width:237px;
	height:136px;
	background-image:url(/img/cheq-bg.jpg);
	padding-left:4px;
	padding-top:4px;
	margin-top:10px;
	float:left;
	margin-left:5px;
}

.left-content-box{
	background-image:url(/img/left-box-img.jpg);
	background-repeat:repeat-x;
	width:233px;
	height:132px;
}

#center-content-box{
	background-image:url(/img/center-box-img.jpg);
	background-repeat:repeat-x;
	width:233px;
	height:132px;
}

#right-content-box{
	background-image:url(/img/right-box-img.jpg);
	background-repeat:repeat-x;
	width:233px;
	height:132px;
}

.content-box-left p, #left-carousel p{
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:16px;
}

.content-box-left a, #left-carousel a{
	background-image:url(/img/content-box-arrow.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:10px;
	text-decoration:none;
	font-size:12px;
	color:#9a9a9a;
}

.content-box-left a:hover, #left-carousel a:hover{
	/*background-image:url(/img/content-box-arrow-hover.jpg);*/
	background-repeat:no-repeat;
	text-decoration:none;
	color:#bababa;
}

.content-box-left{
	width:200px;
	float:left;
	padding-top:8px;
	padding-left:8px;
}

.content-box-inside{
	width:110px;
}

#content-box-right{
	width:100px;
	float:right;
}

#cheq-box{
	background-image:url(/img/cheq-bg.jpg);
}

.chequers{
	background-image:url(/img/cheq-bg.jpg);
	padding:4px;
	width:726px;
	height:302px;
}

#header-image{
	background-image:url(/img/header-image.jpg);
	width:726px;
	height:302px;
}

.clearer{
	clear:both;
}

#footer{
	width:995px;
	margin:auto;
	color:#9a9a9a;
	font-size:11px;
	padding-top:14px;
}

#left-footer{
	float:left;
}

#right-footer{
	float:right;
}

#footer li {
	display:inline;
	font-size:11px;
	letter-spacing:0px;
	line-height:15px;
	margin-bottom:10px;
	padding-left:12px;
	text-decoration:none;
	width:auto;
}

#footer a, #footer a:visited {
	color:#9a9a9a;
	text-decoration:none;
}

#footer a:hover {
	color:#bababa;
	text-decoration:none;
}

#footer li a {
background:transparent url(/img/footer-li.jpg) no-repeat scroll 0%;
padding-left:10px;
}

#footer li a:hover {
background:transparent url(/img/footer-li-hover.jpg) no-repeat scroll 0%;
padding-left:10px;
}

.glossymenu{
/*margin-top:10px;
margin-left:8px;
padding: 0;*/
width: 232px; /*width of menu*/
}

.glossymenu a.menuitem {
	background-image:url(/img/nav-big-arrow.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #767676;
	color: #9a9a9a;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 17px;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	text-transform:capitalize;
}
.maincat {
	color:#CCCCCC !Important;
}
.glossymenu a.menuitem:hover{
	color:#bababa;
	background-image:url(/img/nav-big-arrow.jpg);
}
.glossymenu .submenu{ /*DIV that contains each sub menu*/
}
.glossymenu ul.submenu { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom:3px;
}
.glossymenu ul.submenu li{
}
.glossymenu ul.submenu li a{
/*display: block;*/
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #9a9a9a;
	text-decoration: none;
	padding: 2px 0;
	margin-left: 30px;
	padding-left:10px;
	background-image:url(/img/sub-nav-arrow.jpg);
	background-repeat:no-repeat;
	line-height:22px;
}
.glossymenu ul.submenu  li a:hover{
	color:#bababa;
}


#mygallerylong {
	overflow:hidden;
}

#the-carousel{
	background-image:url(/img/cheq-bg.jpg);
	float:left;
	height:108px;
	margin-top:10px;
	padding-left:4px;
	padding-top:4px;
	width:729px;
}

#the-carousel-content {
	background-image:url(/img/carousel-bg.jpg);
	background-repeat:repeat-x;
	height:104px;
	width:725px;
	/*padding-left:8px;
	padding-top:8px;*/
}

#left-carousel{
	float:left;
	width:150px;
	margin-top:8px;
	padding-left:8px;
}

#right-carousel{
	float:right;
	width:550px;
}

#carousel{
	float:left;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	/*border: 10px solid black;*/
	overflow: scroll; /*leave this value alone*/
	width: 270px; /*Width of Carousel Viewer itself*/
	height: 104px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 8px; /*margin around each panel*/
	width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top:0px;
	margin-bottom:0px;
}

#tooltip {
	position:absolute;
	top: 0px;
	left: 0px;
	display:none;
	padding: 5px;
	border: 1px solid #676767;
	background-color: #222222;
	font-size:10px;
	z-index:50;
}

/*slider*/

#slider {
    width: 726px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 302px;
    width: 726px;
    /*overflow: auto;*/
    overflow: hidden;
    position: relative;
    clear: left;
}

.scrollContainer{
width:726px;

}

.scrollContainer div.panel {
    padding: 0px;
	margin:0px;
    height: 302px;
    width: 726px;
}


.hide {
    display: none;
}

#scroll-buttons{
background-color:#ac2021;
width:50px;
}

#scroll-buttons a{
font-size:11px;
color:#ffffff;
text-decoration:none;
}

#scroll-buttons a:hover{
font-size:11px;
color:#ffffff;
text-decoration:none;
}

/*#scroll-buttons a:selected{
font-size:11px;
color:#000000;
text-decoration:none;
}
*/

#scroller-buttons{
background-color:#ae2223;
width:55px;
text-align:center;
position:absolute;
z-index:1;
top:275px;
left:665px;
height:20px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
	padding-top:1px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    padding: 2px;
	padding-top:0px;
	padding-bottom:0px;
    color: #ffffff;
    text-decoration: none;
	font-size:11px;
}

ul.navigation a:hover {
	color:#ffffff;
	text-decoration:none;
}

ul.navigation a.selected {
	color:#333333;
}

ul.navigation a:focus {
    outline: none;
}

a.menuitem_ {
padding:100px;
}

.glossymenu a.open{
background-image:url(/img/nav-active.jpg);
}

.glossymenu a.open:hover{
background-image:url(/img/nav-active.jpg);
}

.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}

/*
######################################################################
Start Carousel
*/

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 540px;
  height: 190px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 465px;
  height: 190px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 227px;
  height: 160px;
  padding:25px 0px 0px 0px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(/img/carousel/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/img/carousel/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(/img/carousel/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(/img/carousel/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/img/carousel/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(/img/carousel/horizontal/right_disabled.png);
  cursor: default;
}


/*
End Spec Carousell
######################################################################
*/












/*************************************************************************
' Original Store Styles - Delete As necessary
'**************************************************************************/



/* Product Listing Page */
#prodlist-holder {
	padding:10px 0px;
	padding-top:0px;
}
.prodlisttitle {
	text-align:center;
	background-image:url(/img/prodlist-title.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#555555;
	padding:2px;
	min-height:60px;
    height:auto !important;
    height:60px;
	border: 0px solid #535353;
}
.prodlisttitle p {
	margin:0;
}
.CPcolsView {
	margin:0px 5px 15px 0px;
	padding:5px;
	width:231px;
	background-image:url(/img/side-chequer.jpg);
	float:left;
}

pv-relatedproducts .CPcolsView{
	height:83px;
}


.endmargin {
	margin-right:0 !Important;
}
.CPcolsView h2 {
	font-size:1em;
	font-weight:normal;
	padding:0px 0px 3px 0px;
}
.CPcolsView p {
	
}
.getProdImage {
	/* Set a min height */
/*	min-height:110px;
    height:auto !important;
    height:110px;*/
	text-align:center;
	padding:0 0 5px 0;
}
/* Product Short Description (Detail page only) */
.CPprodDescDet {font-size: 11px}

/* Product Long Description */
.CPprodDescLong {
	display:block;
	padding:1px 0px 0px;
}

/* Product Detail */
.CPprodDet {
	padding:15px;
	background-color:#3C3C3C;
	background-image:url(/img/inner-stripe-box.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {
	color: #C8C8C8;
	font-weight:normal;
}

/* Product Price - Price Value */
.CPprodPriceV {
	color: #C8C8C8;
	font-weight:normal;
}
.CPprodPriceV span {
	display:block;
	font-size:0.7em;
	font-weight:normal;
	color:#C8C8C8;
}
/* 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; display:block;}

/* 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/side-chequer.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 {font-style: italic}

/* 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/side-chequer.jpg);
	padding:5px;
}
#add-to-cart-inner {
	padding:15px 20px;
	background-color:#3C3C3C;
	background-image:url(/img/inner-stripe-box.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#add-to-cart img {
	margin:3px 0px 0px 0px;
}

#pv-productdetails {
	clear:both;
	background-image:url(/img/side-chequer.jpg);
	padding:5px;
}
#pv-productdetails ul {
	padding:15px 0px 10px 25px;
}
#pv-productdetails li {
	padding:4px 0px 4px 16px;
	background-image:url(/img/list-arrows.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}


#pv-relatedproducts {
	padding:18px 0px;
	/*margin-top:12px;*/
	clear:both;
}
#pv-relatedproducts .CPcolsView {
	width:100%;
	clear:both;
	padding:10px 0;
	height:82px;
}
#pv-relatedproducts h2 a, #pv-relatedproducts h2 a:visited {
	font-size:1.4em;
}
#pv-relatedproducts .getProdImage {
		padding:0 15px 0 10px;
}
#pv-relatedproducts-header {
/*	padding:10px 0px 10px 0px;*/
	/*font-size:0.4em;*/
}
#pv-relatedproducts .CPprodDescLong {
}
#prodimage-thumbs {
	padding:3px 0px;
}
#prodimage-thumbs img {
	border:3px #666666 solid;
	cursor:pointer;
}
#pricingholder, #extrabuttonsholder, #getFreeShipMsg {
	padding:10px 0 0;
	font-weight:normal;
}
#pricingholder {
	font-size:1.3em;
	padding:0;
}
#main-prod-image {
	padding:5px;
	background-image:url(/img/side-chequer.jpg);
}
#productthumbs {
	padding:5px;
	background-image:url(/img/side-chequer.jpg);
	margin-top:9px !Important;
}
#productthumbs ul {
}
#productthumbs li {
	float:left;
	display:block;
	width:102px;
	margin:0 4px 0 0;
}
#productthumbs li img {
	cursor:pointer;
}

#extrabuttonsholder {
}

input#add {
	margin:14px 0px 0px 0px;
}
#prodimage-holder {
	padding:0px 0px 0px 0px;
	width:430px;
	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;*/
	padding-bottom:13px;
}
.CPpageHead b {
	font-weight:normal
}

/* Box - Page Navigation */
.CPpageNav {
	background-image:url(/img/side-chequer.jpg);
	padding:2px;
	margin:3px 0px;
	height:26px;
}
.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-image:url(/img/side-chequer.jpg);
}


/* 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: #cccccc;}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.optionsholder {
	
}

.CPoptRadio {
	font-size:0.85em;
}

/* Option Description for "Mandatory" options*/
.CPoptDescM {
color:#C8C8C8;
display:block;
font-style:italic;
padding:0 0 3px;
}


/* ---------------------*/
/* 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 */
}	
	
	
/* 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-type:none;
}
.sitemapsub {
	padding:0 0 0 25px;
		list-style-type:none;
}
.sitemapsub li {
	list-style-type:none;
}
#categorytext {
	padding:12px 0;
}


#sizing-button{
margin-top:15px;
}


#sizing-button a{
margin-left:6px;	
}



.size-table{
font-size:1.0em;
}

#size-page p{
font-size:1.0em;
margin-bottom:12px;
line-height:20px;
}

#size-page h2{
margin-bottom:12px;
font-size:1.3em;
}

.cms li{
margin-bottom:10px;
background:transparent url(/img/footer-li-hover.jpg) no-repeat scroll 0 50%;
padding-left:20px;
}

.cms{
padding-bottom:10px;	
}

.delivery-block{
border-bottom: 1px dotted #676767;
margin-bottom:10px;
padding-bottom:5px;
padding-top:10px;
}

p {
font-size:12px;
line-height:1.6em;
margin:0 0 15px;
}

.prodlisttitle a {
text-decoration:none;
}

#pv-relatedproducts h2 a{
	text-decoration:none;

}

#header-text a{
text-decoration:none;	
}

#categorytext{
background:transparent url(../img/custom-text-bg.jpg) no-repeat scroll left top;
float:left;
padding-left:25px;
padding-top:23px !important;
width:699px;
margin-top:17px;
float:left;
padding-right:10px;
}


h1.checkout{
font-size:20px;
padding:0px;
}

.cart-margin{
margin-right:245px;	
}

#bottomcartbuttons {
	padding-top:25px;
}

#footer p{
font-size:11px;	
}

.strong-form{
font-weight:bold;
font-size:13px;
}

.CPprodDet h3 {
	font-size:16px;
	margin-bottom:18px;
}

.blog-content h3{
font-size:15px!important;
}

#pv-relatedproducts h3{
font-size:16px;
}

.CPcolsView {
	margin-bottom:0px;
	margin-top:15px;
}

h1{
font-size:11px;
}

#header-text h2{
display:inline;	
}

#pop-box{
	width:555px;
	padding-left:20px;
	padding-top:20px;
	height:317px;
	background:transparent url(../img/pop-bg.jpg) no-repeat scroll left top;
	margin-left:10px;
	margin-top:20px;
}

#size-pop-box{
	width:600px;
	padding-left:20px;
	padding-top:20px;
	height:317px;
	background:transparent url(../img/pop-bg.jpg) no-repeat scroll left top;
	margin-left:10px;
	margin-top:20px;
}

#pop-box h1{
font-size:16px;
font-weight:normal;
margin-bottom:6px;
}

#pop-logo{
	width:191px;
	height:39px;
	background:transparent url(../img/pop-logo.jpg) no-repeat scroll left top;
	margin-left:10px;
margin-top:15px;
}

.body-border{
border-top:0px solid black;	
}

.CPpageNavTop{
margin-top:10px;	
padding-bottom:0px;
}


.selectPageTop select{
width:45px;	
}

.bottom-select select{
width:45px;	
}

.prod-qty{
width:45px;	
}

/*site map*/

ul.storesitemap li {
background:transparent url(../img/footer-li-hover.jpg) no-repeat scroll left 10px;
line-height:20px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
padding:2px 0 2px 14px;
}

ul.pageslist li{
	background:transparent url(../img/footer-li-hover.jpg) no-repeat scroll left 10px;
line-height:20px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
padding:2px 0 2px 14px;
}

ul.storesitemap li a{
	text-decoration:none;
}


ul.storesitemap li a:hover{
	text-decoration:underline;
}


ul.pageslist li a{
	text-decoration:none;
}


ul.pageslist li a:hover{
	text-decoration:underline;
}

#faqs li {
background:transparent url(../img/footer-li-hover.jpg) no-repeat scroll left 10px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
line-height:20px;
padding:2px 0 2px 14px;
}

#faqs li a{
text-decoration:none;
}

#faqs li a:hover{
text-decoration:underline;
}

.answer-block{
display:block;
margin-bottom:15px;
padding-bottom:7px;
border-bottom: 1px dotted #676767;
}

#faqs ul{
padding-bottom:18px;	
}

.CPprodDet p{
	line-height:22px;
}

.form-size{
width:270px;
}

.CPContactUs{
border-left:1px dotted #676767;	
padding-left:50px;
line-height:19px;
}

#checkout-text{
background:transparent url(../img/checkout-bg.jpg) no-repeat scroll left top;
float:left;
margin-top:17px;
padding-left:25px;
padding-right:10px;
padding-top:22px !important;
width:699px;
}

.form-header {
background:transparent url(../img/tr-bg.jpg) repeat-x scroll left top;
border:1px solid #7d7d7d;
height:30px !important;
color:#c6c6c6;
}


.form-header td { background:transparent url(../img/tr-bg.jpg) repeat-x scroll left top;
border:1px solid #7d7d7d;
height:25px;
color:#c6c6c6; 
padding-bottom:3px !important;
padding-top:3px !important;
}

.checkout-form td {
font-size:12px;
padding:0 10px;
vertical-align:middle;
}

.checkout-form tr {
height:15px;
}

.CPgenHeadings {
background-image:none;
}

.checkout-form input[type="text"], .checkout-form input[type="password"], .checkout-form textarea, .checkout-form select {
font-size:12px;
height:19px;
}

h1.checkout{
margin-bottom:20px;	
}

.login-page .CPpageHead {
padding-bottom:0px;
}

.login-text{
font-size:px;	
}

p.login-paragraph{
	padding:0px;
	margin:0px;
	margin-bottom:7px;
}

p.login-paragraph-bottom{
	padding:0px;
	margin:0px;
	margin-bottom:7px;
	margin-top:7px;
}

h1.stage-one{
background:transparent url(../img/step-one.jpg) no-repeat scroll right center;
width:99%;
}

h1.stage-two{
	background:transparent url(../img/step-two.jpg) no-repeat scroll right center;
width:99%;
}

h1.stage-three{
	background:transparent url(../img/step-three.jpg) no-repeat scroll right center;
width:99%;
}

h1.stage-four{
	background:transparent url(../img/step-four.jpg) no-repeat scroll right center;
width:99%;
}


.checkout-three td {
font-size:1.0em;
padding:0 0px;
vertical-align:middle;
}

.checkout-three tr {
height:30px;
}

.checkout-three .form-header td{
padding-left:10px;
padding-right:10px;
}


h2.cust-header{
background:transparent url(../img/tr-bg.jpg) repeat-x scroll left top;
border:1px solid #7d7d7d;
height:23px !important;
color:#c6c6c6;
width:525px;
font-size:12px;
padding:0 10px;
padding-top:7px;
}

.stage-one select{
	width:238px;
}



.stage-one input[type="text"]{
width:230px;	
}

.pay-one input[type="text"]{
width:200px;	
}

.card-type select{
width:207px;	
}

.expire select{
width:94px;	
}

.pay-half input[type="text"]{
width:94px;	
}

.stage-one input[type="password"]{
width:230px;	
}

.comment-width {
width:340px;
}

.no-height {
height:100px;
}

.add-comments{
margin-top:12px;
font-size:1.0em;
margin-bottom:1px;
}

.checkout-three .CPgenHeadings{
	color:#b9b9b9;

}

.top-line{
height:40px !important;	
}

.space-line{
height:40px !important;	
}

#checkout-text h1{
font-size:8px;	
}

.billing{
 font-size:9px;
 }
 
 .learn-more{
	font-size:10px; 
 }
 
.forgot-password{
font-size:11px;	
}

h1.checkout-final{
margin-bottom:8px;	
}

.checkout-form-orders{
	line-height:18px;
}

.td-no-pad{
padding:0px !important;	
}