/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */
body {
	color: #777777;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #000;
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the skin_wrapper in IE 5* browsers. The text is then set to the left aligned default in the #skin_wrapper selector */
}
a {
     color: #8CA41C;
     background-color: inherit;
     font-weight: bold;
     text-decoration: none;
     cursor: pointer;
     }
p {
	color: inherit;
	background-color: inherit;
	margin: 5px 0px 7px 0px;
     }
sup {
     color: inherit;
     background-color: inherit;
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }
a:hover {
     color: #999999;
     background-color: inherit;
     text-decoration: none;
     }
fieldset {
     color: inherit;
     background-color: inherit;
     border: none;
     padding: 5px 0px 5px 0px;
     }
fieldset p {
     color: inherit;
     background-color: inherit;
     display: block;
     font-size: 11px;
     margin: 5px 5px 5px 2px;
     }
form {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     }
img {
     color: inherit;
     background-color: inherit;
     border: none;
     }
li {
     color: inherit;
     background-color: inherit;
     padding-bottom: 5px;
     }
/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */
.center {
     color: inherit;
     background-color: inherit;
     text-align: center;
     }
.inlinecenter {
     color: inherit;
     background-color: inherit;
     text-align: center;
     }
p.inline {
     color: inherit;
     background-color: inherit;
     display: inline;
     padding: 0px;
     }
.strong {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     }
.hidden {
     color: inherit;
     background-color: inherit;
     display: none;
     }
a.unfancy {
     color: #8CA41C;
     background-color: inherit;
     text-decoration: underline;
     font-weight: normal;
     }
a.unfancy:hover {
     color: #8CA41C;
     background-color: inherit;
     text-decoration: underline;
     }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */
#skin_wrapper {
	color: inherit;
	background-color: #000;
	width: 935px;
	min-width:900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FDFCC8;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
     }
#skin_header {
	color: inherit;
	background-color: inherit;
	margin: 0;
	text-align: center;
	padding: 0px;
	height: 261px;
	width: 935px;
	background-image: url(http://www.jegphotoart.com/skins/zipskin_xcs030/media/header.jpg);
     }
#skin_header h1 {
	margin: 0; /* zeroing the margin of the last element in the #skin_header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#skin_ct {
     color: inherit;
     background-color: inherit;
     width: 100%;
     padding: 0px 0px 0px 0px;
     border-collapse: collapse;
     margin: 0px 0px 0px 0px;
     border-spacing: 0px;
     }
#skin_ct_lcol {
	color: inherit;
	background-color: inherit;
	margin: 0px;
	vertical-align: top;
	width: 180px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 5px;     /*border-right: 5px solid #000000;*/
	float: left; /* since this element is floated, a width must be given */
}
#skin_ct_mcol {
	color: inherit;
	background-color: #FFFFFF;
	border: none;
	vertical-align: top;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
} 
#skin_ct_rcol {
	color: inherit;
	background-color: inherit;
	margin: 0px;
	vertical-align: top;
	width: 180px;
	float: right; /* since this element is floated, a width must be given */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#skin_footer {
     color: #333333;
     background-color: inherit;
     padding: 10px 8px 9px 0px;
     margin: 0px 0px 0px 0px;
     text-align: right;
     font-weight: normal;
     }
#skin_footer p {
	margin: 0; /* zeroing the margins of the first element in the skin_footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#skin_pgtitle {
	color: #CCC;
	background-color: #000;
	background-repeat: 
repeat-x;
	background-position: left top;
	font-weight: normal;
	font-size: 12px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
     }
.skin_content {
     color: inherit;
     background-color: #FFFFFF;
     margin: auto;
     padding: 10px 0px 5px 0px;
     }
#skin_ht {
	color: inherit;
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	height: 77px;
     }
#skin_ht_lcol {
	color: #333333;
	width: 480px;
	text-align: left;
	vertical-align: top;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 183px;
     }
#skin_ht_mcol1 {
	color: inherit;
	text-align: left;
	vertical-align: middle;
	float: left;
	width: 925px;
	margin: 0px;
	height: 47px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
     }
#skin_ht_mcol2 {
	float: left;
	color: #333333;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 50px;
	width: 190px;
	vertical-align: middle;
	margin: 0px;
     }
#skin_ht_rcol {
	color: #333333;
	width: 440px;
	height: 183px;
	text-align: right;
	vertical-align: middle;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px;
     }
#menu_ht_col {
	width: 400px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px;
	color: #FFF;
     }
#menu_ht_col a {
	color: #FFF;
	}
#acc_ct_col {
	width: 305px;
	height: 20px;
	text-align: right;
	vertical-align: middle;
	float: left;
	color: #FFF;
	padding-right: 10px;
     }
#sm_ht_col {
	color: #333333;
	width: 200px;
	height: 20px;
	text-align: right;
	vertical-align: middle;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px;
     }
/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */
.skin_fenavh {
	color: #80a6ae;
	background-color: #1F1F1F;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 14px;
     }
.skin_fenav ul {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	list-style: none;
     }
.skin_fenav ul li {
     color: inherit;
     background-color: transparent;
     background-image: url('../media/arw_cats.gif'); background-repeat: 
     no-repeat; background-position: 0.6em 0.6em;
     padding: 0px;
     margin: 0px;
     border-bottom: 1px dotted #000000;
     list-style: none;
     width: 100%;
     }
.skin_fenav ul li a {
     color: #FFFFFF;
     background-color: inherit;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 3px 5px 3px 17px;
     }
.skin_fenav ul li a:hover {
     color: #FFFFFF;
     background-color: inherit;
     text-decoration: underline;
     }
.skin_button {
     color: inherit;
     background-color: inherit;
     border-right: 1px solid #333333;
     margin: 0px 0px 0px 0px;
     display: inline;
     font-family: Arial, Helvetica, Tahoma, sans-serif;
     font-size: 10px;
     padding: 0px 10px 0px 10px;
     }
.skin_button a {
     color: inherit;
     background-color: inherit;
     font-weight: normal;
     }
.skin_button a:hover {
     color: inherit;
     background-color: inherit;
     text-decoration: none;
     }
.skin_headacct {
     color: #636363;
     background-color: inherit;
     width: 100%;
     text-align: right;
     clear: both;
     }
.skin_fenavmini {
     color: #FFFFFF;
     background-color: #1F1F1F;
     padding: 4px 5px 0px 5px;
     margin: 0px 0px 0px 0px;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Divs                                         | */
/* +------------------------------------------------------------+ */
#khxc_debug {
     color: #333333;
     background-color: #FFFFFF;
     border: 1px solid #36586F;
     padding: 10px;
     overflow: hidden;
     margin-top: 10px;
     }
#khxc_printable {
	color: inherit;
	background-color: #FFFFFF;
	border: 1px solid #36586F;
	width: 616px;
	margin: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */
.khxc_error {
     color: #FF0000;
     background-color: inherit;
     font-weight: bold;
     }
.khxc_confirm {
     color: #339933;
     background-color: inherit;
     font-weight: bold;
     }
.khxc_imgfloatrt {
     color: inherit;
     background-color: inherit;
     float: right;
     margin: 0px 0px 10px 0px;
     display: inline;
     }
.khxc_inline {
     color: inherit;
     background-color: #DBDBDB;
     display: inline;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Monospace Code                | */
/* +------------------------------------------------------------+ */
.khxc_preboxed {
     color: inherit;
     background-color: inherit;
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 1px solid #36586F;
     font-family: Fixed, monospace;
     overflow: hidden;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */
.khxc_formfieldradcb {
     color: inherit;
     background-color: inherit;
     }
.khxc_formfield {
     color: #1F1F1F;
     background-color: #FFFFFF;
     border: 1px solid #D7D7D7;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }
.khxc_formfield:hover {
     color: #1F1F1F;
     background-color: #DEDEDE;
     }
.khxc_formfieldp {
     color: #8CA41C;
     background-color: inherit;
     display: block;
     padding: 0px;
     margin: 0px;
     }
.khxc_formfieldpnfs {
     color: inherit;
     background-color: inherit;
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }
.khxc_formfielda {
     color: #8CA41C;
     background-color: inherit;
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }
.khxc_formbutton {
	color: #FFFFFF;
	background-color: #80a6a8;
	background-repeat: 
     no-repeat;
	background-position: 5px 7px;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 130px;
	text-align: right;
	height: 18px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../media/white_arrow.gif);
     }
.khxc_formbutton:hover {
     color: #FFFFFF;
     background-color: #8CA41C;
     }
.khxc_quickbutton {
	color: #FFFFFF;
	background-color: #1F1F1F;
	background-image: url(../media/white_arrow.gif);
	background-repeat: 
     no-repeat;
	background-position: 5px 7px;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 130px;
	text-align: right;
	height: 18px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
     }
.khxc_quickbutton:hover {
     color: #ffffff;
     background-color: #666666;
     }
.khxc_quickform {
     color: inherit;
     background-color: inherit;
     margin: 5px 0px 0px 0px;
     }
.khxc_quickfield {
     color: #1F1F1F;
     background-color: #FFFFFF;
     border: 1px solid #D7D7D7;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }
.khxc_quickfield:hover {
     color: #1F1F1F;
     background-color: #FFFFFF;
     }
.khxc_formfieldradcb_rnc {
     color: inherit;
     background-color: #FFA4A4;
     }
.khxc_formfield_rnc {
     color: inherit;
     background-color: #FFA4A4;
     border: 1px solid #777777;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }
.khxc_formfield_rnc:hover {
     color: inherit;
     background-color: #DEDEDE;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Displays                       | */
/* +------------------------------------------------------------+ */
.khxc_formsecthead {
	color: #FFF;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
	font-size: 12px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
     }
table.khxc_formtblone {
	color: inherit;
	background-color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	border-spacing: 0px;
	width: 100%;
     }
table.khxc_formtbltwo {
	color: inherit;
	background-color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	border-spacing: 0px;
	width: 100%;
     }
td.khxc_formtbltwo {
     color: inherit;
     background-color: inherit;
     padding: 4px 2px 2px 2px;
     width: 50%;
     vertical-align: top;
     }
td.khxc_formtbltwospan {
     color: inherit;
     background-color: inherit;
     padding: 4px 2px 2px 2px;
     width: 100%;
     vertical-align: top;
     }
td.khxc_formtblone {
     color: inherit;
     background-color: inherit;
     padding: 3px 2px 2px 2px;
     width: 100%;
     vertical-align: top;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */
p.khxc_ultableh {
     color: #777777;
     background-color: inherit;
     padding: 10px 5px 3px 0px;
     margin: 0px 0px 2px 0px;
     border-bottom: 1px dotted #D7D7D7;
     font-weight: normal;
     clear: both;
     }
p.khxc_ultablei {
     color: inherit;
     background-color: inherit;
     margin: 2px 0px 0px 0px;
     padding: 3px 5px 3px 5px;
     }
p.khxc_ultablei a {
     color: #8CA41C;
     background-color: inherit;
     display: block;
     font-weight: normal;
     }
p.khxc_ultablel {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     padding: 3px 5px 3px 5px;
     }
p.khxc_ultablel a {
     color: #8CA41C;
     background-color: inherit;
     font-weight: normal;
     }
p.khxc_uktablesp {
     color: inherit;
     background-color: inherit;
     margin: 0px;
     font-size: 1px;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Table Data Displays                 | */
/* +------------------------------------------------------------+ */
table.khxc_sorttable {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 0px 0px;
     border-spacing: 3px;
     width: 100%;
     }
a.khxc_sorttable {
     color: #3E6B8A;
     background-color: inherit;
     font-weight: bold;
     text-decoration: none;
     }
tr.khxc_sorttable {
     color: inherit;
     background-color: inherit;
     padding: 5px;
     border: 1px solid #36586F;
     }
th.khxc_sorttable {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     border-top: 1px solid #CDCDCD;
     border-left: 1px solid #CDCDCD;
     vertical-align: top;
     }
td.khxc_sorttable {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     border-top: 1px solid #CDCDCD;
     border-left: 1px solid #CDCDCD;
     vertical-align: top;
     }
td.khxc_sorttable p {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */
.khxc_storehead {
	color: #FFFFFF;
	background-color: #333;
	background-repeat: 
repeat-x;
	background-position: left top;
	font-weight: normal;
	font-size: 12px;
	height: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
     }
.khxc_storelink {
	color: inherit;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
     }
.khxc_storelink a {
     color: #729294;
     background-color: inherit;
     font-weight: normal;
     }
.khxc_storelink p {
	color: #808080;
	background-color: inherit;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category/Product Display Tables     | */
/* +------------------------------------------------------------+ */
table.khxc_cptbl {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 0px 0px;
     border-spacing: 0px;
     width: 100%;
     }
td.khxc_cptbl1 {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     width: 100%;
     vertical-align: top;
     }
td.khxc_cptbl2 {
     color: inherit;
     background-color: inherit;
     padding: 10px 4px 10px 4px;
     border-bottom: 1px solid #D7D7D7;
     width: 50%;
     vertical-align: top;
     }
td.khxc_cptbl3 {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     border: 1px solid #36586F;
     width: 33%;
     vertical-align: top;
     }
td.khxc_cptbl4 {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     border: 1px solid #36586F;
     width: 25%;
     vertical-align: top;
     }
td.khxc_cptblblank {
     color: inherit;
     background-color: inherit;
     display: none;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */
table.khxc_cptbl_cat {
	color: inherit;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border-spacing: 3px;
	width: 100%;
     }
tr.khxc_cptbl_cat {
     color: inherit;
     background-color: inherit;
     }
td.khxc_cptbl_cat {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     vertical-align: top;
     }
td.khxc_cptbl_cat_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */
table.khxc_cptbl_prod {
	color: inherit;
	background-color: #FFFFFF;
	margin: 0px;
	border-spacing: 5px;
	width: 100%;
     }
tr.khxc_cptbl_prod {
     color: inherit;
     background-color: inherit;
     }
td.khxc_cptbl_prod {
     color: inherit;
     background-color: #FFFFFF;
     background-image: url('../media/bg_catprod.gif'); background-repeat: 
     repeat-x; background-position: right bottom;
     padding: 5px 0px 2px 0px;
     vertical-align: top;
     }
/* --- ZIPSKINS we add an 'a' class to control the title size and colour -- */
td.khxc_cptbl_prod a {
     font-weight: bold;
     color: #000000;
     }
td.khxc_cptbl_prod_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */
table.khxc_cptbl_det {
	color: inherit;
	background-color: #FFFFFF;
	margin: 0px;
	border-spacing: 3px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
     }
tr.khxc_cptbl_det {
     color: inherit;
     background-color: inherit;
     }
td.khxc_cptbl_det {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     vertical-align: top;
     }
td.khxc_cptbl_det_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */
.khxc_pricediv {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 0px 0px;
     padding: 5px 0px 5px 0px;
     }
.khxc_price {
     color: #8CA41C;
     background-color: inherit;
     display: inline;
     font-weight: bold;
     font-size: 14px;
     text-align: right;
     padding: 0px 0px 0px 0px;
     }
.khxc_pricex {
     color: #FF0000;
     background-color: inherit;
     display: inline;
     text-decoration: line-through;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */
.khxc_cartbutton {
	color: #FFFFFF;
	background-color: #8CA41C;
	background-image: url(../media/white_arrow.gif);
	background-repeat: 
     no-repeat;
	background-position: 5px 7px;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 127px;
	text-align: right;
	display: block;
	height: 12px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
     }
.khxc_cartbutton:hover {
     color: #FFFFFF;
     background-color: #8CA41C;
     text-decoration: none;
     cursor: default;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Ghost Table                         | */
/* +------------------------------------------------------------+ */
table.khxc_ghost {
	color: inherit;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
     }
td.khxc_ghost {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
     }
.khxc_ghost form {
     color: inherit;
     background-color: inherit;
     display: inline;
}
td.khxc_ghost img {
     color: inherit;
     background-color: inherit;
     margin-right: 10px;
     margin-bottom: 10px;
     }
td.khxc_ghost p {
     margin: 0px 0px 6px 0px;
}
td.khxc_ghost strong {
     font-size: 16px;
     color: #8CA41C;
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */
.khxc_regtablehead {
	color: #FFFFFF;
	background-color: inherit;
	background-image: url('../media/grey20.png');
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 15px;
     }
table.khxc_regtable {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 0px 0px;
	border-spacing: 3px;
	width: 100%;
     }
tr.khxc_regtable {
     color: inherit;
     background-color: inherit;
     padding: 5px;
     }
th.khxc_regtable {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     vertical-align: top;
     }
td.khxc_regtable {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     vertical-align: top;
     }
.khxc_regtable p {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Order Summary Displays              | */
/* | This provides backwards compatibility with versions prior  | */
/* | to v6.0.4                                                  | */
/* +------------------------------------------------------------+ */
table.khxc_ordsumm {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     border-spacing: 3px;
     width: 100%;
     }
.khxc_ordsumm a {
     color: #8CA41C;
     background-color: inherit;
     font-weight: bold;
     text-decoration: none;
     }
tr.khxc_ordsumm {
     color: inherit;
     background-color: inherit;
     padding: 5px;
     }
th.khxc_ordsumm {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     vertical-align: top;
     }
td.khxc_ordsumm {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     vertical-align: top;
     }
.khxc_ordsumm p {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }
.khxc_ordsumm a {
     color: #3E6B8A;
     background-color: inherit;
     }
.khxc_ordsumm a:hover {
     color: inherit;
     background-color: inherit;
     text-decoration: underline;
     }
.khxc_ordsummhead {
     color: #FFFFFF;
     background-color: #C0C0C0;
     background-image: url('../media/grey20.png'); background-repeat: repeat-x; 
     background-position: left top;
     padding: 23px 5px 23px 5px;
     margin: 0px 0px 0px 0px;
     font-weight: normal;
     font-size: 14px;
     }
.khxc_ordsummcenter {
     color: inherit;
     background-color: inherit;
     text-align: center;
     padding: 0px;
     margin: 0px 0px 10px 0px;
     border: 1px solid #36586F;
     }
.khxc_ordsummbig {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     font-size: 16px;
     }
.khxc_ordsummlink {
     color: inherit;
     background-color: inherit;
     padding: 0px 5px 0px 5px;
     margin: 10px 0px 10px 0px;
     border: 1px solid #36586F;
     }
.khxc_ordsummlink a {
     color: #3E6B8A;
     background-color: inherit;
     font-weight: normal;
     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */
h1.khxc_secthead {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     font-size: 11px;
     text-decoration: underline;
     }
.khxc_clearboth {
     color: inherit;
     background-color: inherit;
     clear: both;
     }
.khxc_outstock {
     color: #FF0000;
     background-color: inherit;
     }
a.khxc_hrefbutton {
	color: #FFFFFF;
	background-color: #1F1F1F;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	display: block;
	width: 176px;
	height: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
     }
a.khxc_hrefbutton:hover {
     color: #FFFFFF;
     background-color: #51AA1B;
     text-decoration: none;
     cursor: default;
     }
.khxc_outline {
     color: inherit;
     background-color: inherit;
     border: 1px solid #36586F;
     padding: 5px;
     margin-top: 5px;
     }
.khxc_outlinetrans {
     color: inherit;
     background-color: inherit;
     border: 1px solid #36586F;
     }
.khxc_outline p {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 3px 0px;
}
.big {font-size: 16px; font-weight: bold;}
/* +------------------------------------------------------------+ */
/* | Custom ZipSkin Classes and ID .skin and .khxc              | */
/* +------------------------------------------------------------+ */
.skin_fenav {
	color: inherit;
	background-color: #1F1F1F;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
     }
.skin_prim_nav {
     color: #636363;
     background-color: inherit;
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
     font-weight: normal;
     text-align: left;
     }
#skin_button_last {
     border: 0;
     padding-right: 0px;
     }
#skin_button_first {
     padding-left: 0px;
     }
#skin_button_new {
     color: #51AA1B;
     padding-left: 0px;
     }
#skin_button_best {
     color: #8CA41C;
     }
.skin_footbutton {
     color: #333333;
     background-color: inherit;
     border-right: 1px solid #A7A7A7;
     display: inline;
     font-weight: normal;
     padding: 4px 30px 4px 30px;
     }
.skin_footbutton a {
     color: #333333;
     background-color: inherit;
     font-weight: normal;
     }
.skin_footbutton a:hover {
     color: #8CA41C;
     background-color: inherit;
     text-decoration: underline;
     }
#skin_footbutton_last {
     border: 0;
     }
.khxc_welcomemessage {
     border: 1px solid #D7D7D7;
     width: 310px;
     padding: 4px;
     height: 150px;
     margin: 0px;
}
.welcome_title {
     color: #8CA41C;
     font-size: 12px;
     font-weight: bold;
}
.skin_searchfield {
	color: #333;
	font-size: 10px;
	margin: 0px 4px 0px 0px;
	width: 110px;
	border: 1px solid #333333;
     }
.skin_searchfield:hover {
	color: #ffffff;
	background-color: #CCC;
     }
.skin_searchbutton {
	color: #FFF;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background-color: #000;
     }
.skin_searchbutton:hover {
	color: #CCC;
	background-color: #000;
     }
#skin_minisearch {
	color: inherit;
	padding: 5px 0px 1px 0px;
	margin: 7px 0px 0px 0px;
	font-weight: normal;
	text-align: right;
     }
#skin_copy {
     color: #636363;
     background-color: inherit;
     font-size: 10px;
     text-align: center;
}
#skin_menu_left {
	color: inherit;
	background-color: #1f1f1f;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 5px;
}
#skin_menu_right {
	color: inherit;
	background-color: #1f1f1f;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#skin_menu_right ul li {
     color: inherit;
     background-color: transparent;
     background-image: url('../media/arw_cats.gif'); background-repeat: 
     no-repeat; background-position: 0.6em 0.6em;
     padding: 0px;
     margin: 0px;
     list-style: none;
     width: 100%;
     }
#skin_menu_right ul li a {
     color: #FFFFFF;
     background-color: inherit;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 3px 5px 3px 17px;
     }
#skin_menu_right li a:hover {
     color: #FFFFFF;
     background-color: inherit;
     text-decoration: underline;
     }
#skin_minicart {
	background-color: inherit;
	font-weight: normal;
	text-align: right;
	padding: 0px;
	margin: 0;
	width: 175px;
	float: right;
}
a.altlink {
     color: #FFFFFF;
     background-color: inherit;
     text-decoration: none;
     font-weight: normal;
     }
a.altlink:hover {
     color: #80a6ae;
     background-color: inherit;
     text-decoration: underline;
     }
a.altlink2 {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
     }
a.altlink2:hover {
	color: #FFF;
	background-color: inherit;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
     }
.skin_anyimg {
	color: inherit;
	background-color: inherit;
	border: none;
	display: block;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -2px;
	margin-left: 0px;
     }
#skin_footer a {
     color: #333333;
     background-color: inherit;
     font-weight: normal;
}
#skin_footer a:hover {
     color: #ffffff;
     background-color: inherit;
     font-weight: normal;
}
#skin_splash {
	color: inherit;
	background-color: inherit;
	font-weight: normal;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
     }
.skin_splashimg {
	color: inherit;
	background-color: inherit;
        text-align: center;
	border: none;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
     }
.cart {
	color: inherit;
	background-color: inherit;
	padding: 7px 0px 7px 0px;
	margin: 0px;
     }
/* Zipskins Browse menu css, not always used but always present in CSS */
#skin_browse {
	color: #FFFFFF;
	background-color: #1F1F1F;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-radius: 10px ;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
}
#skin_browse ul {
	color: inherit;
	background-color: #1f1f1f;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
     }
#skin_browse ul li {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px;
     border-bottom: 1px dotted #000000;
     list-style: none;
     width: 100%;
     font-size: 14px;
     }
#skin_browse ul li a {
     color: #FFFFFF;
     background-color: inherit;
     background-image: url('../media/bg_browse_arw.gif'); background-repeat: 
     no-repeat; background-position: 0.9em 0.8em;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 0px 6px 30px;
     }
#skin_browse ul li a:hover {
     color: #FFFFFF;
     background-color: #1F1F1F;
     text-decoration: none;
}
.skin_content p, h1{
     padding: 0px 4px 0px 4px;
     }
.skin_content p.khxc_storehead {
     color: #FFFFFF;
     background-color: #C0C0C0;
     background-image: url('../media/grey20.png'); 
	 background-repeat: repeat-x; 
	 background-position: left top;
     padding: 23px 5px 23px 5px;
     margin: 0px 0px 0px 0px;
     font-weight: normal;
     font-size: 14px;
     }
#skin_splash_content .skin_content {
	color: inherit;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 5px;
	margin-bottom: auto;
	float: left;
	margin-right: auto;
	margin-left: auto;
     }
#skin_splashimages {
	width: 690px;
	text-align: left;
     }
#skinsplashtext {
	width: 690px;
	font-size: 12px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: justify;
     }
#skin_feat_content .khxc_storehead {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../media/grey20.png);
	background-repeat: 
repeat-x;
	background-position: left top;
	font-weight: normal;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	height: 19px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px;
     }
.skin_fenavmini .khxc_quickbutton {
     background-image: url('../media/bg_quickbutton_alt.gif'); background-repeat: 
     no-repeat; background-position: left top;
}
#skin_ct_mcol p {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#skin_pgtitle .inline {
	background-color: transparent;
}
#skin_ct_mcol p.khxc_storehead {
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: inherit;
	padding-top: 10px;
	height: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#skin_ct_mcol form {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
table.khxc_cptbl_brand {
	background-color: #FFFFFF;
}
p .skin_anyimg {
}
#skin_ct_mcol table {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#khxc_printable #skin_pgtitle {
	background-image: url(../media/green20.png);
	background-repeat: repeat-x;
}
#splash_img_left {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#splash_img_right {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}
p.cart {
	color: #FFFFFF;
}
#skin_minicart .altlink {
	background-image: url(../media/cart.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* +------------------------------------------------------------+ */
/* | Extra sections for CCP8                                    | */
/* +------------------------------------------------------------+ */
a.catsub {
	color: #3872FF;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background-image: url(../media/arw_cats.gif);/*same arrow as .skin_fenav ul li*/
	background-repeat: no-repeat;
	background-position: 0.6em 0.6em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 10px;
}
a.catsub:hover {
  	color: #5555FF;
  	background-color: #C2DFAA;
  	text-decoration: none;
}
#google_translate_element {
	background-color: #1F1F1F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.skin_fenavmini #currency {
	margin: 0px;
}
/*these styles added to divide the areas on the splash page - NWF 25 Aug 2011 */
#splash_divider {
	background-color: #000000;
	height: 30px;
	margin-right: -10px;
	margin-left: -10px;
}
#splash_divider_top {
	background-color: #FFFFFF;
	height: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#splash_divider_bottom {
	background-color: #FFFFFF;
	height: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-top: 10px;
}

.CentreHead {
	font-weight: bold;
	text-align: center;
}
.centretext {
	text-align: center;
}
.bold {
	font-weight: bold;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
