/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
     color: #333333;
     background-color: #fff;
     background-image: url('../media/bg_body.gif');
     background-repeat: repeat-x;
     background-position: top left;
     font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
     font-size: 12px;
     font-weight: normal;
     text-align: left;
     margin: 0px auto 30px auto;
     }

a {
     color: #196AB0;
     font-weight: normal;
     text-decoration: none;
     cursor: pointer;
     }

p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #333333;
     }

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     font-size: 11px;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

input {
     font-family: Arial, Helvetica, Tahoma, sans-serif;
}

h1 {
     color: #fff;
     padding: 9px 0px 13px 15px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     background-image: url('../media/bg_pgtitle.png');
     background-repeat: no-repeat;
     background-position:  top left;
	 text-transform: capitalize;
     font-size: 12px;
     }

h2 {
     color: #fff;
     padding: 6px 0px 0px 15px;
     margin: 0px 0px 0px 0px;
     font-weight: bold;
     font-size: 16px;
     font-family: Trebuchet MS;
     background-image: url('../media/bg_storehead.png');
     background-repeat: no-repeat;
     background-position:  top left;
     height: 36px; 
     clear: both;
	 text-transform: capitalize;
}

.plain {
     color: #186AB1;
     margin: 0px 0px 5px 0px;
     padding: 4px 5px 4px 0px;
     font-weight: bold;
     clear: both;
	 text-transform: capitalize;
	 font-size: 12px;
	 background: none;
	 font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	 height: auto;
	 /*border-bottom: 1px solid #C6C6C6;*/
     }

h3 {
     color: #186AB1;
     font-size: 14px;
     font-weight: normal;
     margin: 10px 0px 10px 0px;
}

h3 a {
     font-size: 13px;
}

h3 a:hover {
     color: #101331;
}

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 14px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #196AB0;
     font-weight: normal;
     text-decoration: none;
     cursor: pointer;
     }

a.unfancy:hover {
     color: #333333;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 1000px;
     padding: 0px;
     margin: auto;
     }

#header {
     background-image: url('../media/bg_header.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     height: 109px;
}


#skin_ct_lcol {
     background-color: #FFFFFF;
     padding: 0px 0px 7px 0px;
     margin: 0px 15px 0px 0px;
     vertical-align: top;
     width: 207px;
     text-align: left;
     float: left;
     }

#skin_ct_mcol {
     background-color: #FFFFFF;
     padding: 0px;
     margin: 0px 15px 0px 0px;
     vertical-align: top;
     width: 563px;
     float: left;
     }

#skin_ct_rcol {
     background-color: #FFFFFF;
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
     vertical-align: top;
     width: 200px;
     float: left;
     }

#skin_ct_rcol img {
     display: block;
     margin-bottom: 10px;
     }

#skin_footer {
     padding: 5px 0px 0px 0px;
     margin-top: 10px;
     height: 170px;
     clear: both;
     background-image: url('../media/bg_footer.png');
     background-repeat: no-repeat;
     background-position:  0px 40px;
     }

#skin_footer ul {
     padding: 5px 0px 13px 0px;
     margin: 0px 0px 0px 0px;
     list-style: none;
     clear: both;
     background-image: url('../media/bg_footnav.png');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: center;
     width: 100%;   
     }

#skin_footer ul li {
     margin: 0px 0px 0px 0px;
     list-style: none;
     display: inline;
     padding: 0px 10px 0px 10px;
     display: inline;
     text-align: center;
     border-right: 1px solid #C6C6C6;
     }

#skin_footer ul li a {
     color: #fff;
     font-weight: normal;
     text-decoration: none;
     padding: 0px 0px 0px 0px;
     font-size: 16px;
     text-align: center;
     }

#skin_footer ul li a:hover {
     color: #25617B;
     text-decoration: none;
     }

#skin_pgtitle {
     color: #fff;
     padding: 9px 0px 13px 15px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     background-image: url('../media/bg_pgtitle.png');
     background-repeat: no-repeat;
     background-position:  top left;
	 text-transform: capitalize;
     }

#skin_content {
     margin: auto;
     }

#footertext {
     /*background-image: url('../media/bg_mcolbg.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;*/
     padding: 0px;
}
     

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenav {
     background-image: url('../media/bg_fenav.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
}

.skin_fenavh {
     color: #fff;
     padding: 4px 0px 0px 15px;
     margin: 0px;
     font-weight: normal;
     font-size: 16px;
     font-family: Trebuchet MS;
     background-image: url('../media/bg_fenavh.png');
     background-repeat: no-repeat;
     background-position:  top left;
     height: 33px;
     }

#skin_ct_rcol .skin_fenav {
     background-image: url('../media/bg_fenav_rcol.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
}

#skin_ct_rcol .skin_fenavh {
     background-image: url('../media/bg_fenavh_rcol.png');
     background-repeat: no-repeat;
     background-position:  top left;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     list-style: none;
     border-top: 1px solid #C6C6C6;
     padding: 0;
     }

.skin_fenav ul li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 5px 5px 5px 20px;
     background-image: url('../media/arw.gif');
     background-repeat: no-repeat;
     background-position: 7px 9px;
     }

.skin_fenav ul li a:hover {
     color: #1A6BB2;
     text-decoration: none;
     background-color: inherit;
     }

/* #whybuy ul {
     background-image: url('../media/bg_ol.gif');
     background-repeat: no-repeat;
     background-position: 6px 3px;
     margin: 0px 0px 10px 30px;
     padding: 0px 0px 5px 0px;
     color: #fff;
     } */

#whybuy ul li {
     border: 0;
     padding: 2px 2px 2px 5px;
     }

#whybuy ul li a {
     color: #333333;
     background-image: url('../media/blt.png');
     background-repeat: no-repeat;
     background-position: 7px 8px;
     padding-left: 30px;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     background-image: url('../media/bg_fenav.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
     padding: 5px;
     margin: 0px 0px 10px 0px;
     }

#skin_ct_rcol .skin_fenavmini {
     background-image: url('../media/bg_fenav_rcol.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
     }

.skin_fenavminicart {
     background-image: url('../media/bg_minicart.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
     padding: 5px 10px 50px 10px;
     margin: 0px 0px 10px 0px;
     }

.skin_fenavminicart p {
     border-bottom: 1px dotted #C6C6C6;
     padding: 5px 0px 8px 0px;
}

.skin_fenavminicart strong {
     color: #101331;
}

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #999999;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #3872B2;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 30px 0px 0px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
}

#mainnav {
     color: inherit;
     background-color: transparent;
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 15px 0px;
     font-weight: bold;
     font-size: 14px;
     float: left;
     width: 1000px;
     background-image: url('../media/bg_mainnav.png');
     background-repeat: no-repeat;
     background-position: top left;

     }

#mainnav ul {
     padding: 0px 0px 7px 0px;
     margin: 0px 0px 0px 0px;
     list-style: none;
     background-color: transparent;
     float: left;
     }

#mainnav li {
     padding: 0px 2px 0px 0px;
     margin: 0px 0px 0px 0px;
     list-style: none;
     display: inline;
     background-image: url('../media/bg_navdivider.png');
     background-repeat: no-repeat;
     background-position:  top right;
     float: left;
     text-align: center;
     }

#mainnav ul li a {
     color: #FFFFFF;
     font-weight: bold;
     text-decoration: none;
     margin: 0px 0px 0px 0px;
     padding: 7px 10px 7px 12px;
     display: block;
     width: 143px;
     }

#mainnav ul li a:hover {
     text-decoration: none;
     background-image: url('../media/bg_footnav.png');
     background-repeat: no-repeat;
     background-position:  top center;
     }

#mainnav .first a:hover {
     background-position:  top left;
}

#mainnav .last a:hover {
     background-position:  top right;
}

#footerlinks {
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
     text-align: center;
     clear: both;
     background-image: url('../media/bg_footerlinks.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
     }

#footerlinks ul {
     padding: 8px 0px 8px 0px;
     margin: 10px 0px 0px 0px;
     list-style: none;
     float: left;
     background-image: url('../media/bg_footerlinks.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
     text-align: center;
     width: 100%;   
     }

#footerlinks ul li {
     margin: 0px 0px 0px 0px;
     list-style: none;
     display: inline;
     padding: 0px 4px 0px 4px;
     display: inline;
     text-align: center;
     border-right: 1px solid #C6C6C6;
     }

#footerlinks ul li a {
     color: #fff;
     font-weight: normal;
     text-decoration: none;
     padding: 0px 0px 0px 0px;
     font-size: 11px;
     text-align: center;
     }

#footerlinks ul li a:hover {
     color: #25617B;
     text-decoration: none;
     }

.footercopy {
     font-size: 11px;
     padding: 5px;
}

.footercopy a {
     float: right;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Divs                                         | */
/* +------------------------------------------------------------+ */

#khxc_debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 10px auto 10px auto;
     }

#khxc_printable {
     background-color: #FFFFFF;
     border: 1px solid #999999;
     padding: 10px;
     margin: auto;
     font-size: 14px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.khxc_error {
     color: #FF0000;
     font-weight: bold;
     }

.khxc_confirm {
     color: #333333;
     font-weight: bold;
	 display: inline;
     }
	 
.khxc_confirm a {
	 font-weight: bold;
	 }
	 

.khxc_imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.khxc_inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Monospace Code                | */
/* +------------------------------------------------------------+ */

.khxc_preboxed {
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 1px solid #999999;
     font-family: Fixed, monospace;
     overflow: hidden;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */

.khxc_formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.khxc_formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.khxc_formfield:hover {
     background-color: #F5F5F5;
     }

.khxc_formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.khxc_formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.khxc_formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }
	 
.khxc_proceedbutton {
     color: #fff;
     padding: 1px 1px 1px 2px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 150px;
     background-image: url('../media/bg_largebutton.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: left;
     border: 0;
     }

.khxc_proceedbutton:hover {
     color: #fff;
     background-image: url('../media/bg_largebuttonon.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     cursor: pointer;
     }

.khxc_formbutton {
     color: #fff;
     padding: 1px 1px 1px 2px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 110px;
     background-image: url('../media/bg_buttonon.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: left;
     border: 0;
     }

.khxc_formbutton:hover {
     color: #fff;
     background-image: url('../media/bg_button.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     cursor: pointer;
     }

.khxc_quickbutton {
     color: #fff;
     padding: 1px 1px 1px 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 110px;
     background-image: url('../media/bg_buttonon.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: left;
     border: 0;
     }

.khxc_quickbutton:hover {
     color: #fff;
     background-image: url('../media/bg_button.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     cursor: pointer;
     }

.khxc_quickform {
     margin: 5px 0px 0px 0px;
     }

.khxc_quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.khxc_quickfield:hover {
     background-color: #EFEFEF;
     }

.khxc_formfieldradcb_rnc {
     background-color: #FFA4A4;
     }

.khxc_formfield_rnc {
     background-color: #FFA4A4;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.khxc_formfield_rnc:hover {
     background-color: #EFEFEF;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Table Displays                 | */
/* +------------------------------------------------------------+ */

.khxc_formsecthead {
     color: #fff;
     padding: 9px 0px 13px 15px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     background-image: url('../media/bg_pgtitle.png');
     background-repeat: no-repeat;
     background-position:  top left;
	 text-transform: capitalize;
     }
	 
.khxc_formsecthead span {
	 font-weight: normal;
	 float: right;
	 color: #000;
	 padding-right: 10px;
	 }
	 
#gbu0--guestco .khxc_formsecthead {
     color: #186AB1;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     font-weight: bold;
     clear: both;
	 text-transform: capitalize;
	 font-size: 12px;
	 background: none;
     }
	 
#gbu0--guestco .khxc_formsecthead span {
	 font-weight: normal;
	 font-size: 12px;
	 float: right;
	 color: #ff0000;
	 padding-right: 0px;
	 padding-left: 20px;
	 background-image: url('../media/bg_info.gif');
     background-repeat: no-repeat;
     background-position:  center left;
	 text-transform: none;
	 }
	 
#gbu0--coform .khxc_formsecthead {
     color: #186AB1;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     font-weight: bold;
     clear: both;
	 text-transform: capitalize;
	 font-size: 12px;
	 background: none;
     }
	 
#gbu0--coform .khxc_formsecthead span {
	 font-weight: normal;
	 font-size: 11px;
	 float: right;
	 color: #000;
	 padding-right: 0px;
	 padding-left: 20px;
	 	 background-image: url('../media/bg_info.gif');
     background-repeat: no-repeat;
     background-position:  center left;
	 }

table.khxc_formtblone {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
	 border: 1px solid #c6c6c6;
     }

table.khxc_formtbltwo {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
	 border: 1px solid #c6c6c6;
     }

td.khxc_formtbltwo {
     padding: 4px 2px 4px 2px;
     width: 50%;
     vertical-align: top;
     }

td.khxc_formtbltwospan {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.khxc_formtblone {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */

table.khxc_sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.khxc_sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.khxc_sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */

.khxc_regtablehead {
     color: #186AB1;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     font-weight: bold;
     clear: both;
	 text-transform: capitalize;
	 font-size: 12px;
	 background: none;
     }

table.khxc_regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
	 border: 1px solid #C6C6C6;
     }

td.khxc_regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     }

.khxc_regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Ghost Table Displays                | */
/* +------------------------------------------------------------+ */

table.khxc_ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.khxc_ghost form {
     display: inline;
}

td.khxc_ghost img {
     margin-right: 14px;
     margin-bottom: 10px;
     }

td.khxc_ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */

p.khxc_ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */

.khxc_storehead {
     color: #fff;
     padding: 9px 0px 13px 15px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     background-image: url('../media/bg_pgtitle.png');
     background-repeat: no-repeat;
     background-position:  top left;
     clear: both;
	 text-transform: capitalize;
     }

.khxc_storelink {
     color: #666666;
     background-color: #fff;
     margin: 0px 0px 10px 0px;
     padding: 0px 5px 0px 5px;
     font-size: 11px;
     clear: both;
     }

.khxc_storelink p {
     color: #666666;
     margin: 0px;
     }

#breadcrumbs {
     background-image: url('../media/homeicon.gif');
     background-repeat: no-repeat;
     background-position:  center left;
     padding: 5px 0px 4px 20px;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_cat {
     color: #fff;
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     background-repeat: no-repeat;
     background-position:  top left;
     }

td.khxc_cptbl_cat {
     color: #FFF
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.khxc_cptbl_cat a {
     font-weight: bold;
     }

td.khxc_cptbl_cat_blank {
     display: none;
     }

.khxc_cptbl_cat {
     color: #fff;
     padding: 10px 140px 20px 15px;
     height: 89px;
     margin-bottom: 15px;
     font-size: 12px;
}

.khxc_cptbl_cat h1 {
     font-size: 26px;
     font-weight: normal;
     background: none;
     padding: 0;
}

.catsrow {
     float: left;
     margin-bottom: 15px;
}

.catdisp {
     width: 177px;
     height: 200px;
     padding: 0px 0px 2px 0px;
     margin: 0px 15px 0px 0px;
     float: left;
     background-image: url('../media/bg_catdisp.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
     font-size: 11px;
}

.catdisp_last {
     width: 177px;
     height: 200px;
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 0px 0px;
     float: left;
     background-image: url('../media/bg_catdisp.gif');
     background-repeat: no-repeat;
     background-position:  bottom left;
     font-size: 11px;
}

.catsrow h3 {
     background-image: url('../media/bg_cath3.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     height: 29px;
     padding: 8px 0px 0px 5px;
     font-size: 11px;
     margin: 0;
     }

.catsrow h3 a {
     color: #fff;
     font-weight: normal;
     font-size: 11px;
     }

.catsrow h3 span {
     color: #333333;
     font-size: 11px;
     float: right;
     margin: 0px 3px 0px 0px;
     padding: 6px 4px 4px 4px;
     font-weight: bold;
}

.catsrow img {
     width: 75px;
     margin-left: 1px;
}

.catsrow table.khxc_ghost {
     height: 132px;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.khxc_cptbl_prod a {
     font-weight: bold;
     }

td.khxc_cptbl_prod_blank {
     display: none;
     }

.productsrow {
     float: left;
     margin-bottom: 15px;
}

.prodlist {
     width: 177px;
     padding: 0px 0px 0px 0px;
     margin: 0px 15px 0px 0px;
     float: left;
     background-image: url('../media/bg_prodlist.png');
     background-repeat: no-repeat;
     background-position:  top left;
     font-size: 11px;
}

.moredetails {
     background-image: url('../media/bg_prodlist.png');
     background-repeat: no-repeat;
     background-position:  bottom left;
     color: #186AB1;
     padding: 6px 0px 12px 7px;
}

.moredetails p {
     padding-bottom: 7px;
}

.prodlist_last {
     width: 177px;
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
     float: left;
     background-image: url('../media/bg_prodlist.png');
     background-repeat: no-repeat;
     background-position:  top left;
     font-size: 11px;
}

.prodlist img {
     padding: 1px;
     border: 1px solid #C6C6C6;
     margin-bottom: 10px;
}

.prodlist_last img {
     padding: 1px;
     border: 1px solid #C6C6C6;
     margin-bottom: 10px;
}

.strap {
     color: #fff;
     padding: 2px 3px 2px 3px;
     background-image: url('../media/bg_pgtitlefull.png');
     background-repeat: no-repeat;
     background-position:  top center;
     margin: 0px 0px 1px 0px;
     font-size: 11px;
}

.nostrap {
    height: 19px;
}
     

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.khxc_cptbl_det_blank {
     display: none;
     }

td.khxc_cptbl_det img {
     padding: 1px;
     border: 1px solid #c6c6c6;
     margin-bottom: 5px;
}

.prodnumber {
     font-size: 11px;
}

.prodnumber strong {
     color: #186AB1;
     font-weight: normal;
}

td.khxc_cptbl_det .khxc_formsecthead {
     display: none;
}

td.khxc_cptbl_det .khxc_storehead {
     background-image: url('../media/bg_itemquanhead.png');
     background-repeat: no-repeat;
     background-position:  top left;
     margin: 0;
}

.shortdesc {
     padding: 5px 0px 15px 0px;
}

.shortdesc ul {
padding-left: 15px;
}

#addtocart {
     background-image: url('../media/bgaddtocart.png');
     background-repeat: no-repeat;
     background-position:  bottom right;
     padding: 0px 0px 0px 0px;
     height: 136px;
     width: 349px;
     
}

#addtocart td {
     vertical-align: bottom;
}

#addtocart .khxc_formbutton {
margin: 0;
}

#addtocart .khxc_formtblone {
border: 0;
}

.cartbuttons {
     padding: 8px 0px 0px 5px;
margin: 0;
}

#detailprice {
     width: 100px;
     margin-bottom: 50px;
}

.essinfobox {
     background-image: url('../media/bg_essinfo.png');
     background-repeat: no-repeat;
     background-position:  bottom left;
     width: 190px;
     padding: 5px 5px 4px 5px;
     float: left;
     height: 127px;
}

.essinfobox table {
     border-collapse: collapse;
	 border-spacing: 0;
     margin-bottom: 23px;
	 }
	 
.essinfobox td {
     padding: 2px 0px 6px 0px;
	 }
	 

.essinfobox p {
     padding: 2px 0px 0px 0px;
}

.essinfobox a {
     font-size: 11px;
     float: right;
}

.essinfobox span {
     float: right;
	 font-size: 11px;
	 }

.essinfohead {
     background-image: url('../media/bg_fenavhessinfo.png');
     background-repeat: no-repeat;
     background-position:  top left;
     width: 185px;
     padding: 4px 0px 0px 15px;
     height: 33px;
     color: #fff;
     font-weight: normal;
     font-size: 16px;
     font-family: Trebuchet MS;
     }

.detaillinks  {
    width: 188px;
    padding: 7px 0px 0px 2px;
    border-top: 1px dotted #C6C6C6;
    margin-top: 2px;
}

.detaillinks a {
     color: #fff;
     padding: 2px 0px 2px 4px;
     margin: 0px 6px 5px 0px;
     font-size: 11px;
     width: 86px;
     display: block;
     float: left;
     background-image: url('../media/bg_smallbutton.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: left;
     border: 0;
}

.detaillinks a:hover {
     background-image: url('../media/bg_smallbuttonon.gif');
     background-repeat: no-repeat;
     background-position:  top left;
}

.thumbstext {
     font-size: 11px;
     color: #999999;
     width: 200px;
     text-align: center;
}

.xlimage {
     font-size: 11px;
     background-image: url('../media/bgxlimage.png');
     background-repeat: no-repeat;
     background-position:  top left;
     padding: 2px 0px 0px 20px;
     margin: 0;
     float: left;
     width: 180px;
     height: 17px;
}

.xlimage p {
     margin: 0;
     padding: 0;
}

.xlimage a {
     color: #808080;
}



/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */

.khxc_pricediv {
     margin: 0px 0px 1px 0px;
     background-color: #101331;
     padding: 4px;
     color: #fff;
     }

.khxc_price {
     color: #fff;
     font-weight: normal;
     display: inline;
     }

.khxc_price strong {
     font-size: 14px;
     }

.khxc_pricex {
     display: inline;
     }

.was {
     display: inline;
     color: #4D8FC9;
}

.save {
     color: #101331;
}

#detailprice .khxc_pricediv {
     background-color: transparent;
     color: #186AB1;
     font-size: 11px;
     padding: 0px 4px 0px 4px;
}

#detailprice .khxc_price {
     font-size: 20px;
     color: #186AB1;
}

.instock  {
     padding-top: 2px;
	 float: left;
	 font-weight: bold;
	 }

.outofstock {
     color: #FF0000;
	 font-weight: normal;
	 float: left;
	 padding-top: 2px;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.khxc_cartbutton {
     color: #fff;
     padding: 2px 1px 2px 2px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 107px;
     background-image: url('../media/bg_button.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: left;
     border: 0;
     display: block;
     }

.khxc_cartbutton:hover {
     color: #fff;
     background-image: url('../media/bg_buttonon.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */

.khxc_clearboth {
     clear: both;
     }

.khxc_outstock {
     color: #FF0000;
     }

a.khxc_hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.khxc_hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.khxc_outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.khxc_outline p {
     margin: 0px 0px 3px 0px;
}

.searchfield {
     border: 1px solid #9C9C9C;
     border-right: 0;
     height: 23px;
     width: 160px;
     margin: 0;
     padding: 0;
     float: left;
}

.divider {
     border-bottom: 1px dotted #C6C6C6;
     font-size: 11px;
     padding-bottom: 5px;
}

.splashcat {
     width: 176px;
     height: 150px;
     margin: 0px 0px 0px 0px;
     padding: 0;
     float: left;
}

#skin_ct_rcol .skin_fenavh#cart {
     background-image: url('../media/bg_fenavhcart.png');
     background-repeat: no-repeat;
     background-position:  top left;
     padding-left: 45px;
}

.viewcart {
     background-image: url('../media/bg_viewcartbutton.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     font-size: 10px;
     padding: 3px 24px 2px 3px;
     color: #fff;
}

.viewcart:hover {
     background-image: url('../media/bg_viewcartbutton_on.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     color: #fff;
}

.xcheckout {
     background-image: url('../media/bg_xcheckoutbutton.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     font-size: 10px;
     padding: 3px 20px 2px 3px;
     color: #fff;
}

.xcheckout:hover {
     background-image: url('../media/bg_xcheckoutbutton_on.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     color: #fff;
}

.product {
     height: 48px;
     padding: 0px 0px 0px 0px;
     font-size: 11px;
     border-bottom: 1px dotted #C6C6C6;
}

.product img {
     float: left;
     padding: 1px;
     border: 1px solid #C6C6C6;
     margin-right: 5px;
}

.product a {
     color: #333333;
}

.productprice {
     font-size: 10px;
     font-family: Tahoma, Verdana, sans-serif;
     margin-top: 0;
}

.productprice strong {
     color: #186AB1;
}

.prodtitle {
     margin-bottom: 0px;
}

.viewrange {
     color: #fff;
     padding: 2px 0px 2px 4px;
     margin: 0px 6px 5px 0px;
     font-size: 11px;
     width: 106px;
     display: block;
     float: right;
     background-image: url('../media/bg_buttonon.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: left;
     border: 0;
}

.viewrange:hover {
     background-image: url('../media/bg_button.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     color: #fff;
}

.more {
     color: #fff;
     padding: 2px 0px 2px 4px;
     margin: 0px 6px 5px 0px;
     font-size: 11px;
     width: 86px;
     display: block;
     float: right;
     background-image: url('../media/bg_smallbutton.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     text-align: left;
     border: 0;
}

.more:hover {
     background-image: url('../media/bg_smallbuttonon.gif');
     background-repeat: no-repeat;
     background-position:  top left;
     color: #fff;
}

.anyimg {
     /*display: block;*/
     margin-bottom: 10px;
     }

#imgtext {
     padding-right: 15px;
}

#coform--paymentmethodselection--d {
     display: none;
}

#coform----d {
     display: none;
}

#coform--deliveryinstructions label {
     display: none;
	 }
	 
#coform--termsconditions label {
     display: none;
	 }
	 
#contactform  .khxc_formsecthead, .showhide {
     display: none;
	 }
	 

#gbu0--contact--contactmessage label {
     display: none;
	 }
	 
#gbu0--addbookins .khxc_formsecthead {
     display: none;
	 }
	 
#gbu0--postcoderequest .khxc_formsecthead {
     display: none;
	 }
	 
#gbu0--postcodeaddress .khxc_formsecthead {
     display: none;
	 }



/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */