

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/




/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #639999;
	padding: 0.5em 0.75em;
	color: #66CCFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #669999;
	color: #66FFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #669999;
	color: #66FFFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */



body {
     color: #D6F1F4;
     background-color: #639999;
     font-family: Verdana, Tahoma, Arial, sans-serif;
     font-size: 11px;
     font-weight: normal;
     text-align: left;
     margin: 0px;

     }

a {
     color: #FFFFFF;
     background-color: inherit;
     font-weight: normal;
     text-decoration: none;
     cursor: pointer;


     }

p {
     color: #D6F1F4;
     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: #D6F1F4;
     background-color: inherit;
     border: none;
     padding: 5px 0px 5px 0px;

     }

fieldset p {
     color: #D6F1F4;
     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: 0px; 
}


li {
     color: inherit;
     background-color: inherit;
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */




.center {
     color: inherit;
     background-color: inherit;
     text-align: center;
     }

.inlinecenter {
     color: inherit;
     background-color: inherit;
     text-align: center;
     }

p.inline {
     color: inherit;
     background-color: inherit;
     display: inline;
     padding: 0px;
     }

.strong {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     }

.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 {
     color: inherit;
     background-color: inherit;
     width: 99%;
     padding: 0px;
     margin: auto;
     }

#skin_header {
     color: inherit;
     background-color: #639999;
     border: 0px solid #36586F;
     padding: 5px;
     margin-bottom: 4px;
     }

#skin_ct {
     color: inherit;
     background-color: #639999;
     border: 0px solid #36586F;
     width: 100%;
     padding: 0px;
     }

#skin_ct_lcol {
     color: inherit;
     background-color: #639999;
     padding: 7px 9px 7px 7px;
     margin: 0px;
     vertical-align: top;
     border-right: 0px solid #CDCDCD;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     color: inherit;
     background-color: #639999;
     padding: 7px 7px 7px 7px;
     margin: 0px;
     border: none;
     vertical-align: top;
     }

#skin_ct_rcol {
     color: inherit;
     background-color: #639999;
     padding: 7px 7px 7px 9px;
     margin: 0px;
     vertical-align: top;
     border-left: 0px solid #CDCDCD;
     width: 0px;
     }

#skin_footer {
     color: inherit;
     background-color: #639999;
     padding: 0px;
     margin-top: 10px;
     text-align: center;
     }

#skin_pgtitle {
     color: #D6F1F4;
     background-color: #4E7A99;
     padding: 3px 5px 3px 5px;
     margin: 0px 0px 10px 0px;
     border: 1px solid #36586F;
     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: #639999;
     width: 75%;
     text-align: right;
     vertical-align: top;
     }



/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #D6F1F4;
     background-color: #4E7A99;
     padding: 3px 5px 3px 5px;
     margin: 0px 0px 0px 0px;
     border: 0px solid #36586F;
     font-weight: bold;
     }

.skin_fenav ul {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px;
     border-bottom: 0px solid #CDCDCD;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #D6F1F4;
     background-color: #669999;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 3px 5px 3px 5px;
     }

.skin_fenav ul li a:hover {
     color: ##D6F1F4;
     background-color: #6699CC;
     text-decoration: none;
     }

.skin_button {
     color: #FFFFFF;
     background-color: #4E7A99;
     padding: 0px;
     border: 0px solid #36586F;
     margin: 0px 0px 10px 3px;
     display: block;
     float: right;
     }

.skin_button a {
     color: #D6F1F4;
     background-color: #639999;
     font-weight: normal;
     display: block;
     padding: 2px 7px 2px 7px;
     }

.skin_button a:hover {
     color: #D6F1F4;
     background-color: #6699CC;
     text-decoration: none;
     }

.skin_headacct {
     color: inherit;
     background-color: #639999;
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     color: inherit;
     background-color: inherit;
     padding: 5px;
     margin: 0px 0px 10px 0px;
     border-left: 0px solid #36586F;
     border-right: 0px solid #36586F;
     border-bottom: 0px solid #36586F;
     }

/* +------------------------------------------------------------+ */
/* | 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: 800px;
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.khxc_error {
     color: #D6F1F4;
     background-color: inherit;
     font-weight: bold;
     }

.khxc_confirm {
     color: #D6F1F4;
     background-color: inherit;
     font-weight: bold;
     }

.khxc_imgfloatrt {
     color: #4E7A99;
     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: #639999;
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 0px solid #36586F;
     font-family: Fixed, monospace;
     overflow: hidden;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */

.khxc_formfieldradcb {
     color: #AECBDO;
     background-color: inherit;
     }

.khxc_formfield {
     color: #036;
     background-color: #FFFFFF;
     border: 1px solid #36586F;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.khxc_formfield:hover {
     color: #4E7A99;
     background-color: #DEDEDE;
     }

.khxc_formfieldp {
     color: #FFFFFF;
     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: #AECBDO;
     background-color: inherit;
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.khxc_formbutton {
     color: #333333;
     background-color: #ABC2D1;
     border: 1px solid #36586F;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     }

.khxc_formbutton:hover {
     color: #333333;
     background-color: #EFEFEF;
     }

.khxc_quickbutton {
     color: #333333;
     background-color: #ABC2D1;
     border: 1px solid #36586F;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     }

.khxc_quickbutton:hover {
     color: #333333;
     background-color: #EFEFEF;
     }

.khxc_quickform {
     color: inherit;
     background-color: inherit;
     margin: 5px 0px 0px 0px;
     }

.khxc_quickfield {
     color: #333333;
     background-color: #DEDEDE;
     border: 1px solid #36586F;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.khxc_quickfield:hover {
     color: #333333;
     background-color: #FFFFFF;
     }

.khxc_formfieldradcb_rnc {
     color: inherit;
     background-color: #FFA4A4;
     }

.khxc_formfield_rnc {
     color: #036;
     background-color: #FFA4A4;
     border: 1px solid #36586F;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.khxc_formfield_rnc:hover {
     color: #036;
     background-color: #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Displays                       | */
/* +------------------------------------------------------------+ */

.khxc_formsecthead {
     color: #FFFFFF;
     background-color: #4E7A99;
     padding: 2px 5px 2px 5px;
     margin: 0px;
     border-top: 1px solid #36586F;
     border-left: 1px solid #36586F;
     border-right: 1px solid #36586F;
     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;
     }

table.khxc_formtbltwo {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     border-spacing: 3px;
     width: 100%;
     border: 1px solid #36586F;
     }

td.khxc_formtbltwo {
     color: inherit;
     background-color: #639999;
     padding: 4px 2px 2px 2px;
     width: 50%;
     border-top: 0px solid #BCBCBC;
     border-left: 0px solid #BCBCBC;
     vertical-align: top;
     }

td.khxc_formtbltwospan {
     color: inherit;
     background-color: #639999;
     padding: 4px 2px 2px 2px;
     width: 100%;
     border-top: 0px solid #BCBCBC;
     border-left: 0px solid #BCBCBC;
     vertical-align: top;
     }

td.khxc_formtblone {
     color: inherit;
     background-color: #639999;
     padding: 4px 2px 2px 2px;
     width: 100%;
     border-top: 0px solid #BCBCBC;
     border-left: 0px solid #BCBCBC;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */

table.khxc_sorttable {
     color: inherit;
     background-color: #4E7A99;
     margin: 0px 0px 0px 0px;
     border-spacing: 3px;
     width: 100%;
     border: 1px solid #36586F;
     }

th.khxc_sorttable {
     color: #4E7A99;
     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;
     padding: 2px 5px 2px 5px;
     margin: 0px;
     border: 1px solid #36586F;
     font-weight: bold;
     clear: both;
     }

table.khxc_regtable {
     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;
     }

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: #639999;
     padding: 4px 3px 4px 3px;
     border-top: 0px solid #CDCDCD;
     border-left: 0px 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: 0px;
     }


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;
     background-color: #4E7A99;
     padding: 2px 5px 2px 5px;
     margin: 10px 0px 2px 0px;
     border: 1px solid #36586F;
     font-weight: bold;
     clear: both;
     }

.khxc_storelink {
     color: inherit;
     background-color: #639999;
     padding: 0px 5px 0px 5px;
     margin: 5px 0px 10px 0px;
    
     }

.khxc_storelink p {
     color: #3E6B8A;
     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: 0px 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 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: 0px solid #36586F;
     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;
     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;
font-weight: bold;
     background-color: inherit;
     display: inline;
     }

.khxc_pricex {
     color: #FF0000;
     background-color: inherit;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.khxc_cartbutton {
     color: #333333;
     background-color: #ABC2D1;
     border: 1px solid #36586F;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     }

.khxc_cartbutton:hover {
     color: #333333;
     background-color: #EFEFEF;
     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;
     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;
     text-decoration: none;
     cursor: default;
     }

.khxc_outline {
     color: inherit;
     background-color: #639999;
     border: 0px solid #36586F;
     padding: 5px;
     margin-top: 5px;
     }

.khxc_outline p {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */