/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */
body {
	background-color: #C8E6D5;
}
a, a:link, a:visited {
	color: #36586F;
}
a:hover {
	text-decoration: underline;
}
/*body {     color: #444444;     background-color: #DEDEDE;     font-family: Verdana, Tahoma, Arial, sans-serif;     font-size: 11px;     font-weight: normal;     text-align: left;     margin: 10px;     }a {     color: #3E6B8A;     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: inherit;     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 5px 0px;     }img {     color: inherit;     background-color: inherit;     border: none;     }li {     color: inherit;     background-color: inherit;     padding-bottom: 5px;     }*/
/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */
.alignRight {
	text-align: right;
}
.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;
}
.big {
	font-weight: bold;
	font-size: 14px;
}
.hidden {
	color: inherit;
	background-color: inherit;
	display: none;
}
a.unfancy {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}
a.unfancy:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}
/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */
#skin_wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
#skin_header {
	width: 100%;
	height: 100px;
	color: inherit;
	background-color: #8DBFAB;
}
#skin_logo {
	position: relative;
	float: left;
}
/*MAIN NAVIGATION (+ superfish.css)...*/
#skin_mainnav_outer {
	color: inherit;
	background-color: #C8E6D5; /*l.green*/
	padding: 1px 0px;
	position: relative; /*	z-index: 999;*/
}
#skin_mainnav {
	color: inherit;
	background-color: #BBBDC0; /*grey*/
	position: relative;
}
#skin_mainnav_inner {
	font-size: 1em; /*this is for top & bottom padding of 1em	  on the link within the menu (superfish.css).	  If the font-size of the menu items needs	  changing, do it HERE (not superfish.css)	  and do it BEFORE setting height!*/
	height: 3em;
	white-space: nowrap;
}
#skin_ct {
	color: inherit;
	background-color: #FFFFFF;
	margin-bottom: 0;
}
#skin_ct_lcol {
	color: inherit;
	background-color: #8dbfab;
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 205px;
	text-align: left;
}
#skin_ct_mcol {
	padding: 20px 15px 30px 30px;
	margin: 0px;
	border: none;
	vertical-align: top;
}
#skin_ct_rcol {
   color: inherit;     
	background-color: inherit;
	padding: 0;     
	margin: 0;     
	vertical-align: top;     
	width: 0;
	height: 357px;
}
#skin_footer {
/*     color: inherit;*/     
	color: #8dbfab;
/*     background-color: inherit;*/	
	background-color: #b8e1d1;
/*     padding: 0px;*/     
	padding: 10px 0px;
/*     margin-top: 10px;*/
/*     text-align: center;*/     
}
#skin_pgtitle {
	color: inherit; 
/*     background-color: #4e7a99;*/
	background-color: #c8e6d5;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 10px 0px; 
/*     border: 1px solid #36586F;*/
	border: 1px solid #999999;
	font-weight: bold;
}
#skin_content {
	color: inherit;
	background-color: inherit;
	margin: auto;
}
#skin_ht {
	color: inherit;
	background-color: inherit;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#skin_ht_lcol {
	color: inherit;
	background-color: inherit;
	width: 25%;
	text-align: left;
	vertical-align: top;
}
#skin_ht_rcol {
	color: inherit;
	background-color: #FDFDFD;
	width: 75%;
	text-align: right;
	vertical-align: top;
}
/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */
.skin_fenavh {
	color: #666666;
	background-color: inherit;
	padding: 2px 10px;
	border-bottom: 1px solid #c8e6d5;
	font-weight: bold;
	display: none;
}
.skin_fenav {
	color: inherit;
	background-color: #c8e6d5;
	width: 100%;
	padding-bottom: 10px;
}
.skin_fenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.skin_fenav ul li {
	color: inherit;
	background-color: #8dbfab;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	list-style: none;
}
.skin_fenav ul li a {
	color: #ffffff;
	background-color: inherit;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
}
.skin_fenav ul li a:hover {
	color: #ffffff;
	background-color: #81af9d;
}
.skin_button {
	color: #FFFFFF;
	background-color: #4E7A99;
	padding: 0px;
	border: 1px solid #36586F;
	margin: 0px 0px 10px 3px;
	display: block;
	float: right;
}
.skin_button a {
	color: #333333;
	background-color: #ABC2D1;
	font-weight: normal;
	display: block;
	padding: 2px 7px 2px 7px;
}
.skin_button a:hover {
	color: #333333;
	background-color: #EFEFEF;
	text-decoration: none;
}
.skin_headacct {
	color: inherit;
	background-color: inherit;
	width: 100%;
	text-align: right;
	clear: both;
}
.skin_fenavmini {
	color: inherit;
	background-color: inherit;
	padding: 5px 20px;
	border-bottom: 10px solid #c8e6d5;
}
.skin_fenavmini_last {
	margin-bottom: 10px;
	border-bottom: 0px none;
}
/*Wizzud : added...*/
/*TARGET a specific field...*/
#gbu0--contact--message {
	width: 95%;
	height: 140px;
}
/*end TARGET*/
#skin_siteName {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.75em;
}
.skin_ffieldLabel {
	font-weight: bold;
	color: inherit;
	background-color: inherit;
	padding-left: 2px;
}
.skin_prodDetailsTitle {
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 20px;
}
.skin_pagingDiv {
	text-align: right;
}
.skin_pagingItems {
	float: left;
}
.skin_pagingItems span {
	font-weight: bold;
}
.skin_pagingPages {
}
.skin_pagingPages span {
	font-weight: bold;
}
.skin_fenavmini_last p {
	margin-bottom: 8px;
}
h1.skin_pgTitle {
	margin-bottom: 0;
}
.skin_fenavminih {
	color: #666666;
	background-color: inherit;
	padding: 2px 20px;
	border-bottom: 1px solid #c8e6d5;
	font-weight: bold;
}
#skin_mainnav ul.sf-menu {
	float: right;
	padding-right: 20px;
}
#skin_mainnav ul#backToMain.sf-menu {
	float: left;
	margin-left: 20px;
	padding-right: 0;
}
#skin_miniSearch {
	position: absolute;
	left: 185px;
	top: 0;
	padding: 8px 0px 0px 20px;
	background-color: inherit;
	color: inherit;
}
#skin_miniSearch p.inline {
	margin: 0;
	padding-right: 10px;
	display: inline;
}
#skin_miniSearch p.khxc_quickform {
	margin: 0;
	display: inline;
}
#skin_miniSearch input.quockfield {
	margin: 0;
	padding: 1px;
}
#skin_miniSearch input.khxc_quickbutton {
	width: 80px;
	padding: 0;
}
#skin_miniSearch a.unfancy {
	display: none;
}
#skin_footerClear {
	clear: both;
}
#skin_footer .skin_fenav {
	color: inherit;
	background-color: transparent;
	float: right;
	width: auto;
	padding: 0px 50px 0px 15px;
	border-left: 2px solid #8dbfab;
}
#skin_footer .skin_fenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#skin_footer .skin_fenav ul li {
	color: inherit;
	background-color: transparent;
	padding: 1px 0px;
	margin: 0;
	list-style: none;
}
#skin_footer .skin_fenav ul li a {
	color: #699984;
	background-color: transparent;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	padding: 0;
}
#skin_footer .skin_fenav ul li a:hover {
	color: #333333;
	background-color: transparent;
}
#skin_captcha p {
	margin: 0;
}
#skin_captcha img {
	margin-top: 0.4em;
	margin-bottom: 0;
}
/* SORTING...*/
.skin_sorting a {
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -1px 0;
	zoom: 1;
}
.skin_sorting span {
	margin-right: 20px;
}
.skin_sortAscend {
	padding: 0 7px;
	margin-left: 2px;
	background-image: url(../media/sortUp.jpg);
}
.skin_sortDescend {
	padding: 0 7px;
	background-image: url(../media/sortDown.jpg);
}
.skin_sortName .skin_sortActive,
.skin_sortPrice .skin_sortActive {
	border: 1px solid #009900;
}
/*Wizzud : end additions*/	  
/* +------------------------------------------------------------+ */
/* | 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;*/
	border: 1px solid #666666;
	width: 800px;
	padding: 10px;
	margin: auto;
}
/* +------------------------------------------------------------+ */
/* | 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-bottom: 10px;     margin-left: 10px;     display: inline;     }.khxc_inline {     color: inherit;     background-color: inherit;     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 #36586F;     font-size: 11px;     margin: 5px 5px 0px 2px;     }.khxc_formfield:hover {     color: inherit;     background-color: #DEDEDE;     }.khxc_formfieldp {     color: #3E6B8A;     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: #3E6B8A;     background-color: inherit;     display: block;     padding: 0px 5px 0px 5px;     margin: 0px 0px 2px 0px;     }.khxc_formbutton {     color: #333333;/*     background-color: #ABC2D1;*/     background-color: #8dbfab;     border: 1px solid #36586F;     padding: 1px;     margin: 0px 0px 5px 0px;     font-size: 11px;     width: 130px;	  cursor: pointer;     }.khxc_formbutton:hover {     color: #333333;/*     background-color: #EFEFEF;*/     background-color: #81af9d;     }
.khxc_quickbutton {
	color: #333333; /*     background-color: #ABC2D1;*/
	background-color: #8dbfab;
	border: 1px solid #36586F;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	width: 130px;
	cursor: pointer;
}
.khxc_quickbutton:hover {
	color: #333333; /*     background-color: #EFEFEF;*/
	background-color: #81af9d;
}.khxc_quickform {     color: inherit;     background-color: inherit;     margin: 5px 0px 0px 0px;     }.khxc_quickfield {
	color: inherit;
	background-color: #DEDEDE;
	border: 1px solid #36586F;
	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 #36586F;     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;*/     color: inherit;/*     background-color: #4E7A99;*/     background-color: #c8e6d5;     padding: 2px 5px 2px 5px;     margin: 0px;/*     border-top: 1px solid #36586F;     border-left: 1px solid #36586F;     border-right: 1px solid #36586F;*/     border-top: 1px solid #8dbfab;     border-left: 1px solid #8dbfab;     border-right: 1px solid #8dbfab;/*     font-weight: bold;*/     }table.khxc_formtblone {     color: inherit;     background-color: inherit;     margin: 0px 0px 5px 0px;     border-spacing: 3px;     width: 100%;/*     border: 1px solid #36586F;*/     border: 1px solid #8dbfab;     }table.khxc_formtbltwo {     color: inherit;     background-color: inherit;     margin: 0px 0px 5px 0px;     border-spacing: 3px;     width: 100%;/*     border: 1px solid #36586F;*/     border: 1px solid #8dbfab;     }td.khxc_formtbltwo {     color: inherit;     background-color: #F7F7F7;     padding: 4px 2px 2px 2px;     width: 50%;/*     border-top: 1px solid #BCBCBC;     border-left: 1px solid #BCBCBC;*/     border-top: 1px solid #c8e6d5;     border-left: 1px solid #c8e6d5;     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;*/     border-top: 1px solid #c8e6d5;     border-left: 1px solid #c8e6d5;     vertical-align: top;     }td.khxc_formtblone {     color: inherit;     background-color: #F7F7F7;     padding: 4px 2px 2px 2px;     width: 100%;/*     border-top: 1px solid #BCBCBC;     border-left: 1px solid #BCBCBC;*/     border-top: 1px solid #c8e6d5;     border-left: 1px solid #c8e6d5;     vertical-align: top;     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */
table.khxc_sorttable {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 0px 0px;
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
	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;
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */
.khxc_regtablehead {
/*	color: #FFFFFF; 
	background-color: #4E7A99;*/
	color: inherit;
	background-color: #c8e6d5;
	padding: 2px 5px 2px 5px;
	margin: 0px; 
/*     border: 1px solid #36586F;*/
	border: 1px solid #8dbfab;
/*	font-weight: bold;*/
	clear: both;
}
table.khxc_regtable {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 5px 0px;
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
	border-left: 1px solid #36586F;
	border-right: 1px solid #36586F;
	border-bottom: 1px solid #36586F;
}
tr.khxc_regtable {
	color: inherit;
	background-color: inherit;
	padding: 5px;
	border: 1px solid #36586F;
}
th.khxc_regtable {
	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_regtable {
	color: inherit;
	background-color: #F7F7F7;
	padding: 4px 3px 4px 3px;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	vertical-align: top;
}
.khxc_regtable p {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Ghost Table Displays                | */
/* +------------------------------------------------------------+ */
table.khxc_ghost {     color: inherit;     background-color: inherit;     margin: 0px;     padding: 0px;     border-spacing: 3px;     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;}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */
p.khxc_uktablesp {     color: inherit;     background-color: inherit;     margin: 0px;     font-size: 1px;     }
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */
.khxc_storehead {/*     color: #FFFFFF;*/     color: inherit;/*     background-color: #4E7A99;*/     background-color: #c8e6d5;     padding: 2px 5px 2px 5px;     margin: 10px 0px 2px 0px;/*     border: 1px solid #36586F;*/     border: 1px solid #cccccc;/*     font-weight: bold;*/     clear: both;     }
.khxc_storelink {
	color: inherit; /*     background-color: #F7F7F7;*/
	background-color: inherit;
	padding: 0px 5px 0px 5px;
	margin: 5px 0px 10px 0px; /*     border: 1px solid #36586F;*/
	border: 1px solid #8dbfab;
}.khxc_storelink p {/*     color: #3E6B8A;*/     color: #808080;     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 10px 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;/*     border: 1px solid #36586F;*/     border: 1px solid #8dbfab;     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 0px 10px 0px;     border-spacing: 3px;     width: 100%;     }
tr.khxc_cptbl_prod {     color: inherit;     background-color: inherit;     }
td.khxc_cptbl_prod {     color: inherit;     background-color: inherit;     padding: 4px 4px 2px 4px;/*     border: 1px solid #36586F;*/     border: 1px solid #8dbfab;     vertical-align: top;     }
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: 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;*/     border: 1px solid #8dbfab;     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;
}
.khxc_price {
	color: inherit;
	background-color: inherit;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
.khxc_pricex {
	color: #FF0000;
	background-color: inherit;
	display: inline;
	text-decoration: line-through;
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */
a.khxc_cartbutton {
	color: #333333;
/*	background-color: #ABC2D1;*/
	background-color: #8DBFAB;
	border: 1px solid #36586F;
	padding: 1px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 0px 0px 5px 0px;
	width: 125px;
}
a.khxc_cartbutton:hover {
	color: #333333;
/*	background-color: #EFEFEF;*/
	background-color: #81af9d;
	text-decoration: none;
/*	cursor: default;*/
}
/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */
.khxc_clearboth {
	color: inherit;
	background-color: inherit;
	clear: both;
}.khxc_outstock {     color: #FF0000;     background-color: inherit;     }a.khxc_hrefbutton {     color: #333333;/*     background-color: #ABC2D1;*/     background-color: #8dbfab;     border: 1px solid #36586F;     padding: 2px 5px 2px 5px;     font-size: 11px;     font-weight: normal;     text-align: center;     display: block;     }a.khxc_hrefbutton:hover {     color: #333333;/*     background-color: #EFEFEF;*/     background-color: #81af9d;     text-decoration: none;/*     cursor: default;*/     }.khxc_outline {     color: inherit;     background-color: #F7F7F7;     border: 1px solid #36586F;     padding: 5px;     margin-top: 5px;     }.khxc_outline p {     color: inherit;     background-color: inherit;     margin: 0px 0px 3px 0px;}
/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */

/* +------------------------------------------------------------+ */
/* | PRINTING                                                   | */
/* +------------------------------------------------------------+ */

.skin_batchShipInvoice {
	line-height: 1.15em;
}
#ORDERSUBTOTALS td.khxc_regtable p {
	margin:0;
}

/*this is the logo/label area...*/
.skin_batchShipInvoice table.#ORDERNUMTIME.khxc_regtable {
}
.skin_batchShipInvoice table#ORDERNUMTIME.khxc_regtable,
.skin_batchShipInvoice table#ORDERNUMTIME.khxc_regtable tr.khxc_regtable,
.skin_batchShipInvoice table#ORDERNUMTIME.khxc_regtable td.khxc_regtable {
	border: 0 none;
	background-color: #ffffff;
	padding: 0;
}
.skin_batchShipInvoice table#ORDERNUMTIME.khxc_regtable td.skin_invoiceLogo {
	width: 100%;
}
.skin_batchShipInvoice table#ORDERNUMTIME.khxc_regtable td.skin_invoiceLabel {
	width: auto;
	padding-top: 7pt;
	padding-right: 6pt;
	padding-bottom: 5pt; /* give some leeway before starting invoice info */
}
.skin_batchShipInvoice .skin_invoiceLabelAddresses {
	position: relative;
	height: 153pt; /* 54mm */
	width: 243pt; /* 85mm */
}
.skin_batchShipInvoice .skin_invoiceLogoReturn {
	clear: left;
  padding-top: 10px;
  padding-left: 5px;
}
.skin_batchShipInvoice .skin_invoiceLabelTitle {
	font-style: italic;
}
.skin_batchShipInvoice .skin_invoiceLabelDelivery {
	padding-top: 6pt;
	padding-left: 12pt;
}
.skin_batchShipInvoice .skin_invoiceLabelReturn {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 8pt;
	padding-bottom: 6pt;
	padding-right: 12pt;
}
.skin_batchShipInvoice .skin_invoiceLabelDelivery .skin_invoiceLabelTitle {
	display: none;
}
.skin_batchShipInvoice .skin_invoiceLabelReturn .skin_invoiceLabelTitle {
	margin: 0;
}
.skin_batchShipInvoice .skin_invoiceLabelDelivery .skin_invoiceLabelAddress {
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.1em;
}
.skin_batchShipInvoice .skin_invoiceLabelReturn .skin_invoiceLabelAddress {
	font-weight: normal;
	line-height: 1.1em;
}
.skin_batchShipInvoice .skin_invoiceLabelDelivery {
}
.skin_batchShipInvoice .skin_invoiceLabelReturn {
}

table.skin_invoiceTotals2Col {
	width: 100%;
}
td.skin_invoiceTotals2Col {
	width: 50%;
	padding: 0;
	vertical-align: top;
}
td.skin_invoiceTotals2ColLeft {
	padding-right: 5px;
}
td.skin_invoiceTotals2ColRight {
	padding-left: 5px;
}

@media print {
	#skin_wrapper {
		width: 100%;
		padding-top: 0;
	}
	#khxc_printable {
		width: auto;
	}
	.khxc_regtablehead {
		border-color: #808080;
	}
	.skin_batchShipInvoice #khxc_printable {
		border: 0 none;
		padding: 0; /*remove 10px (8pt?) padding*/
	}
	/*this is the logo/label area...*/
	.skin_batchShipInvoice table.#ORDERNUMTIME {
	}
}

