/* +------------------------------------------------------------+ */

/* | General XHTML Elements                                     | */

/* +------------------------------------------------------------+ */


/* BEGIN TABBER CODE */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
   /* width:330px; */
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 11px Verdana, sans-serif;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 1px;
	border: 1px solid #778;
	border-bottom: none;
	text-decoration: none;
	background-color: #e4e4e4;
	vertical-align: 65%; 
}
ul.tabbernav li a:link {
	color: #448;
}
ul.tabbernav li a:visited {
	color: #667;
}
ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}
ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #aaa;
	border-top:0;
	width:310px;
	text-decoration:none;
/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

/* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  /*  overflow:auto;  */
}
/* If desired, hide the heading since a heading is provided by the tab 
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
} */

/* Example of using an ID to set different styles for the tabs on the page 
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:60px;
 overflow:auto;
} */


/* END OF TABBER CODE */


/* Pricing table */

table.pricepoint {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.pricepoint th {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #AAAAEE;
}
table.pricepoint td {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #E4E4E4;
}
/* End of Pricing table */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003f70;
	font-size: x-large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003f70;
	font-size: large;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003f70;
	font-size: medium;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003f70;
	font-size: small;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003f70;
	font-size: x-small;
}
fprice1 {
	background-color: inherit;
	font-weight: bolder;
	text-decoration: none;
	color:#003366;
	padding-right: 0px;
}
fquan1 {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color:#003366;
	padding-right: 0px;
}
price1, price2, price3, price4, price5, price6 {
	background-color: inherit;
	font-weight: bolder;
	text-decoration: none;
	color:#003366;
	padding-right: 12px;
}
quan1, quan2, quan3, quan4, quan5, quan6 {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color:#003366;
	padding-right: 2px;
}
body {
	color: #003f70;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 2px;
}
a {
	color: #003f70;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
p {
	color: inherit;
	background-color: inherit;
	margin: 4px 0px 7px 0px;
}
sup {
	color: inherit;
	background-color: inherit;
	display: inline;
	padding: 0px;
	vertical-align: super;
	font-size: 8px;
}
a:hover {
	color: #FC8820;
	background-color: inherit;
	text-decoration: underline;
}
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 0px 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: transparent;
	display: inline;
	padding: 0px;
}
.strong {
	color: inherit;
	background-color: inherit;
	font-weight: bold;
}
.hidden {
	color: inherit;
	background-color: inherit;
	display: none;
}
a.unfancy {
	color: #FC8820;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}
a.unfancy:hover {
	color: #FC8820;
	background-color: inherit;
	text-decoration: underline;
}
/* +------------------------------------------------------------+ */

/* | Skin Specific Divs                                         | */

/* +------------------------------------------------------------+ */



#skin_wrapper {
	color: inherit;
	background-color: inherit;
	width: 790px;
	padding: 0px;
	margin: auto;
}
#skin_header {
	color: inherit;
	background-color: #FFFFFF;
	/*     background-image: url('../media/banner02.jpg'); background-repeat: 
     no-repeat; background-position: right bottom; 

     padding: 1px 1px 1px 1px; */

/*     border: 1px solid #36586F; */

     padding: 0px;
}
#skin_ct {
	color: inherit;
	background-color: inherit;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
#skin_ct_lcol {
	color: inherit;
	margin: 0px 2px 0px 0px;
	vertical-align: top;
	width: 20%;
	text-align: left;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#skin_ct_mcol {
	color: inherit;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	vertical-align: top;
	width: 539px;
}
#skin_ct_rcol {
	color: inherit;
	background-color: #FFFFFF;
	padding: 7px 7px 7px 9px;
	margin: 0px;
	vertical-align: top;
	border-left: 1px solid #CDCDCD;
	width: 100px;
}
#skin_footer {
	color: inherit;
	background-color: inherit;
	padding: 7px 0px 0px 0px;
	margin-top: 1px;
	text-align: center;
	border-top: 5px solid #ffffff;
}
#skin_pgtitle {
	color: #FFFFFF;
	background-color: #566ae3;
	padding: 12px 5px 12px 5px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
#skin_content {
	color: inherit;
	background-color: inherit;
	margin: auto;
	padding: 0px;
}
#skin_ht {
	color: inherit;
	background-image: url(../media/banner03.jpg);
	background-repeat: 
 no-repeat;
	background-position: left top;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 156px;
	border-collapse: collapse;
}
#skin_ht_lcol {
	color: inherit;
	background-position: right top;
	width: 160px;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	border-spacing: 0;
}
#skin_ht_rcol {
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	border-spacing: 0;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#skin_ht_mcol {
	color: #FFFFFF;
	width: 370px;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* +------------------------------------------------------------+ */

/* | Skin Specific Classes                                      | */

/* +------------------------------------------------------------+ */



.skin_fenavh {
	color: #FFFFFF;
	background-color: #566ae3;
	background-image: url('../media/bg_fenavh2.gif');
	background-repeat: 
 no-repeat;
	background-position: left top;
	padding: 12px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.skin_fenav ul {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.skin_fenav ul li {
	color: inherit;
	background-color: inherit;
	background-image: url('../media/bg_catlist.gif');
	background-repeat: 
 no-repeat;
	background-position: 0.2em 0.6em;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #CBCBCB;
	list-style: none;
	width: 100%;
}
.skin_fenav ul li a {
	color: #666666;
	background-color: inherit;
	background-image: url('../media/bluefade_navbar.gif');
	background-repeat: 
 no-repeat;
	background-position: left top;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 4px 5px 3px 12px;
}
.skin_fenav ul li a:hover {
	color: #666666;
	background-color: inherit;
	text-decoration: underline;
}
.skin_button {
	color: #FFFFFF;
	background-color: transparent;
	/*  background-image: url('../media/bg_skinbutton.gif'); background-repeat: 
     no-repeat; background-position: right top;*/

     margin: 0px 0px 0px 0px;
	display: inline;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	padding: 10px 14px 10px 15px;
	border-right: 1px solid #fff;
}
.skin_button a {
	color: #003f70;
	background-color: inherit;
	font-weight: bold;
}
.skin_button a:hover {
	color: #DDDDDD;
	background-color: inherit;
	text-decoration: underline;
}
.skin_headacct {
	color: inherit;
	background-color: inherit;
	width: 100%;
	text-align: right;
	clear: both;
}
.skin_fenavmini {
	color: inherit;
	background-color: #FFFFFF;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 5px 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: 700px;
	padding: 10px;
	margin: auto;
}
/* +------------------------------------------------------------+ */

/* | KHXC Required Classes: Messages                            | */

/* +------------------------------------------------------------+ */



.khxc_error {
	color: #FF0000;
	background-color: inherit;
	font-weight: bold;
	font-size: small;
}
.khxc_confirm {
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	font-size: small;
}
.khxc_imgfloatrt {
	color: inherit;
	background-color: inherit;
	/*     float: right; */

     margin: 0px 0px 5px 0px;
	display: inline;
	padding: 0px;
	height: 169px;
}
.khxc_inline {
	color: inherit;
	background-color: #DBDBDB;
	display: inline;
}
/* +------------------------------------------------------------+ */

/* | KHXC Required Classes: Boxed Monospace Code                | */

/* +------------------------------------------------------------+ */



.khxc_preboxed {
	color: inherit;
	background-color: #F7F7F7;
	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: inherit;
	background-color: #FFFFFF;
	border: 1px solid #777777;
	font-size: 11px;
	margin: 5px 5px 0px 2px;
}
.khxc_formfield:hover {
	color: inherit;
	background-color: #DEDEDE;
}
.khxc_formfieldp {
	color: #566ae3;
	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: #566ae3;
	background-color: inherit;
	display: block;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 2px 0px;
}
.khxc_formbutton {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url('../media/bg_quickbutton.gif');
	background-repeat: 
 no-repeat;
	background-position: 0.5em 0.5em;
	border: 0px;
	padding: 1px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 130px;
}
.khxc_formbutton:hover {
	color: #FFFFFF;
	background-color: #566ae3;
}
.khxc_quickbutton {
	color: #FFFFFF;
	background-color: #566ae3;
	background-image: url('../media/bg_quickbutton.gif');
	background-repeat: 
 no-repeat;
	background-position: 0.5em 0.5em;
	border: 0px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 125px;
}
.khxc_quickbutton:hover {
	color: #ffffff;
	background-color: #566ae3;
}
.khxc_quickform {
	color: inherit;
	background-color: inherit;
	margin: 5px 0px 0px 0px;
}
.khxc_quickfield {
	color: inherit;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
}
.khxc_quickfield:hover {
	color: inherit;
	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: #FFFFFF;
	background-color: #566ae3;
	background-image: url('../media/bg_head2.gif');
	background-repeat: 
 no-repeat;
	background-position: left top;
	padding: 9px 5px 9px 5px;
	margin: 0px 0px 1px 0px;
	font-weight: bold;
}
table.khxc_formtblone {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 5px 0px;
	border-spacing: 0px;
	width: 100%;/*     border: 1px solid #36586F;  */

     }
table.khxc_formtbltwo {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 5px 0px;
	border-spacing: 0px;
	width: 100%;/*     border: 1px solid #36586F; */

     }
td.khxc_formtbltwo {
	color: inherit;
	background-color: #EBEBEB;
	padding: 4px 2px 2px 2px;
	width: 50%;
	/*     border-top: 1px solid #BCBCBC;

     border-left: 1px solid #BCBCBC; */

     vertical-align: top;
}
td.khxc_formtbltwospan {
	color: inherit;
	background-color: #F7F7F7;
	padding: 4px 2px 2px 2px;
	width: 100%;
	/*     border-top: 1px solid #BCBCBC;

     border-left: 1px solid #BCBCBC; */

     vertical-align: top;
}
td.khxc_formtblone {
	color: inherit;
	background-color: #E4E4E4;
	padding: 4px 2px 2px 2px;
	width: 100%;
	/*     border-top: 1px solid #BCBCBC;
     border-left: 1px solid #BCBCBC; */

     vertical-align: top;
}
/* +------------------------------------------------------------+ */

/* | KHXC Required Classes: Boxed Paragraphs                    | */

/* +------------------------------------------------------------+ */



p.khxc_ultableh {
	color: #003f70;
	background-color: inherit;
	padding: 3px 5px 3px 5px;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #d7d7d7;
	font-weight: bold;
}
p.khxc_ultablei {
	color: inherit;
	background-color: inherit;
	margin: 2px 0px 0px 0px;
	padding: 3px 5px 3px 5px;/*     border: 1px solid #36586F; */

     }
p.khxc_ultablei a {
	color: #FC8820;
	background-color: inherit;
	display: block;
	font-weight: normal;
}
p.khxc_ultablel {
	color: inherit;
	background-color: #EBEBEB;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 3px 5px;/*     border-right: 1px solid #36586F;

     border-left: 1px solid #36586F;

     border-bottom: 1px solid #36586F; */

     }
p.khxc_ultablel a {
	color: #FC8820;
	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%;/*     border: 1px solid #36586F; */

     }
a.khxc_sorttable {
	color: #FC8820;
	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: #E9E9E9;
	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: #566ae3;
	background-image: url('../media/bg_head2.gif');
	background-repeat: 
 no-repeat;
	background-position: left top;
	padding: 9px 5px 9px 5px;
	margin: 2px 0px 1px 0px;
	font-weight: bold;
	clear: both;
}
.khxc_storelink {
	color: inherit;
	background-color: inherit;
	padding: 0px 5px 0px 5px;
	margin: 5px 0px 10px 0px;/*     border: 1px solid #36586F; */

     }
.khxc_storelink a {
	color: #566ae3;
	background-color: inherit;
	font-weight: normal;
}
.khxc_storelink p {
	color: #003f70;
	background-color: inherit;
	margin: 4px 0px 4px 0px;
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_cat {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 6px 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: 2px 2px 2px 2px;
	/*     border: 1px solid #36586F; */
     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: inherit;
	margin: 0px;
	border-spacing: 0;
	width: 100%;
}
tr.khxc_cptbl_prod {
	color: inherit;
	background-color: inherit;
}
td.khxc_cptbl_prod {
	color: inherit;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
/* --- ZIPSKINS we add an 'a' class to control the title size and colour -- */

td.khxc_cptbl_prod a {
	color: #003f70;
}
td.khxc_cptbl_prod_blank {
	color: inherit;
	background-color: #FFFFFF;
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_det {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 10px 0px;
	border-spacing: 3px;
	width: 100%;
}
tr.khxc_cptbl_det {
	color: inherit;
	background-color: inherit;
}
td.khxc_cptbl_det {
	color: inherit;
	background-color: inherit;
	padding: 4px 4px 2px 4px;
	/*     border: 1px solid #36586F; */
     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: 2px 0px 2px 0px;
	border-top: 1px solid #D7D7D7;
	padding: 5px 0px 0px 0px;
}
.khxc_price {
	color: #566ae3;
	background-color: inherit;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 0px 10px;
}
.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: #990000;
	background-image: url('../media/bg_quickbutton.gif');
	background-repeat: 
 no-repeat;
	background-position: 0.5em 0.5em;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	display: block;
	margin: 0px 0px 5px 0px;
	width: 125px;
}
.khxc_cartbutton:hover {
	color: #FFFFFF;
	background-color: #191919;
	text-decoration: none;
	cursor: default;
}
/* +------------------------------------------------------------+ */

/* | KHXC Required Classes: Ghost Table                         | */

/* +------------------------------------------------------------+ */



table.khxc_ghost {
	color: inherit;
	background-color: inherit;
	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: 12px;
	color: #003f70;
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */

.khxc_regtablehead {
	color: #FFFFFF;
	background-color: #566ae3;
	/*     background-image: url('../media/bg_head2.gif'); background-repeat: 
     no-repeat; background-position: left top;*/

     padding: 10px 5px 10px 5px;
	margin: 0px 0px 1px 0px;
	font-weight: bold;
	clear: both;
}
table.khxc_regtable {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 5px 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: #F7F7F7;
	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%;/*     border-left: 1px solid #36586F;

     border-right: 1px solid #36586F;

     border-bottom: 1px solid #36586F; */

     }
.khxc_ordsumm a {
	color: #FC8820;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}
tr.khxc_ordsumm {
	color: inherit;
	background-color: inherit;
	padding: 5px;/*     border: 1px solid #36586F; */

     }
th.khxc_ordsumm {
	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_ordsumm {
	color: inherit;
	background-color: #F7F7F7;
	padding: 4px 3px 4px 3px;
	/*     border-top: 1px solid #CDCDCD;

     border-left: 1px solid #CDCDCD; */

     vertical-align: top;
}
.khxc_ordsumm p {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.khxc_ordsumm a {
	color: #FC8820;
	background-color: inherit;
}
.khxc_ordsumm a:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}
.khxc_ordsummhead {
	color: #FFFFFF;
	background-color: #566ae3;
	/*     background-image: url('../media/bg_head.gif'); background-repeat: 
     no-repeat; background-position: right top; */

     padding: 10px 5px 10px 5px;
	margin: 0px 0px 1px 0px;
	font-weight: bold;
	clear: both;
}
.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: #F7F7F7;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #36586F;
}
.khxc_ordsummlink a {
	color: #FC8820;
	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: #003399;
	/*     border: 1px solid #36586F; */

     padding: 2px 5px 2px 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
}
a.khxc_hrefbutton:hover {
	color: #FFFFFF;
	background-color: #0099CC;
	text-decoration: none;
	cursor: default;
}
.khxc_outline {
	color: inherit;
	background-color: #F7F7F7;
	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: inherit;
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#skin_prim_nav {
	color: inherit;
	background-color: #566ae3;
	background-image: url('../media/bg_head2.gif');
	background-repeat: 
 no-repeat;
	background-position: left top;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	/*border-bottom: 2px solid #333399;*/
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 1px;
}
#skin_button_last {
	border: none;
	padding: 10px 16px 10px 17px;
}
.skin_footbutton {
	color: #999999;
	background-color: inherit;
	border-right: 1px solid #5584e3;
	display: inline;
	font-weight: normal;
	padding: 7px 27px 4px 27px;
}
.skin_footbutton a {
	color: #566ae3;
	background-color: inherit;
	font-weight: normal;
}
.skin_footbutton a:hover {
	color: #566ae3;
	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: #29829A;
	font-size: 11px;
	font-weight: bold;
}
#skin_fenavhmsearch {
	color: inherit;
	background-color: #566ae3;
	background-image: url('../media/bg_fenavh2.gif');
	background-repeat: 
 no-repeat;
	background-position: center;
	padding: 2px 2px 2px 6px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	border-bottom: 0px solid #333399;
	vertical-align: middle;
}
.skin_searchfield {
	color: inherit;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	font-size: 11px;
	margin: 6px 8px 7px 0px;
	width: 84px;
	vertical-align: middle;
}
.skin_searchfield:hover {
	color: inherit;
	background-color: #FFFFFF;
}
.skin_searchbutton {
	color: #666666;
	background-color: #FFFFFF;
	border: 0px;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	width: 60px;
	vertical-align: middle;
}
.skin_searchbutton:hover {
	color: #ffffff;
	background-color: #CCCCCC;
}
.skin_searchtext {
	padding: 0px 83px 0px 0px;
	color: #FC8820;
	font-size: 11px;
}
#skin_copy {
	color: #666666;
	background-color: inherit;
	padding: 5px 0px 0px 0px;
}
/* Zipskins Browse menu css, not always used but always present in CSS */


#skin_browse {
	color: #fff;
	background-color: inherit;
	padding: 0;
	margin: 1px 0px 2px 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
#skin_browse ul {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#skin_browse ul li {
	color: inherit;
	background-color: inherit;
	background-image: url('../media/browse_arrow.gif');
	background-repeat: 
 no-repeat;
	background-position: 0.5em 0.9em;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #C0C0C0;
	list-style: none;
	width: 100%;
}
#skin_browse ul li a {
	color: #000000;
	background-color: inherit;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 11px 0px 10px 25px;
}
#skin_browse ul li a:hover {
	color: #566ae3;
	background-color: inherit;
	text-decoration: none;
}
/* MiniCart Header */

.skin_fenavhmcart {
	color: #FFFFFF;
	background-color: #FC8820;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 0px 0px;
	/*     border-top: 1px solid #D7D7D7;

     border-left: 1px solid #D7D7D7;

     border-right: 1px solid #D7D7D7; */

     font-weight: bold;
}
/* Splash table. This holds the splash content and menus if applicable */


.skin_splash {
	color: inherit;
	background-color: inherit;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin: 0px 0px 1px 0px;
}
.skin_splash_prod {
	color: inherit;
	background-color: inherit;
	padding: 0px 1px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	border-spacing: 0;
}
.skin_splash_rc {
	color: inherit;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	vertical-align: top;
	width: 160px;
	border-spacing: 0;
}
.skin_splashimg {
	margin-top: 5px;
}
.skin_fenavhbrowse {
	color: #FFFFFF;
	background-color: #566ae3;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
a.altlink {
	color: #000066;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.altlink:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}
.skin_anyimg {
	color: inherit;
	background-color: inherit;
	border: none;
	display: block;
	overflow: hidden;
}



/* +------------------------------------------------------------+ */

/* | End                                                        | */

/* +------------------------------------------------------------+ */

