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

body { color: #000; background-color: #363636; font-family: verdana, Tahoma, Arial, sans-serif; font-size: 13px; font-weight: normal; background-image: url(../media/uu_02.jpg); background-repeat: repeat-x; background-position: 0 top; text-align: left; margin: 20px auto; }

a {
     color: #000;
     text-decoration: underline;
     cursor: pointer;
     }

p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #555555;
     }

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 { vertical-align: middle; border: none; }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | 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: #3872B2;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

a.unfancy:hover {
     color: #555555;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 909px;
     padding: 0;
     margin: auto;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     border: 1px solid #999999;
     }

#skin_ct_lcol_head {
     background-color: #FFFFFF;
     padding: 7px 7px 10px 7px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }


#skin_ct_rcol_head {
     background-color: #FFFFFF;
     padding: 7px 7px 10px 7px;
     margin: 0px;
     vertical-align: top;
     }

#skin_ct_lcol {
     background-color: #FFFFFF;
     padding: 3px 17px 7px 7px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     background-color: #FFFFFF;
     padding: 7px;
     margin: 0px;
     vertical-align: top;
     }

#skin_ct_rcol {
     background-color: #FFFFFF;
     padding: 3px 7px 7px 17px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     padding: 0px;
     margin-top: 10px;
     text-align: center;
     }

#skin_pgtitle {
     color: #30569D;
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #999999;
     }

#skin_content {
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh { color: #fea002; font-size: 14px; padding: 3px 0; margin: 0; border-bottom: 1px solid #fea002; font-weight: bold; }

.skin_fenav ul {
     padding: 0px;
     margin: 8px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li { margin: 0; padding: 0; list-style: none; }

.skin_fenav ul li a {
     color: #fff;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 0 5px 1px 10px;
     background-repeat: no-repeat;
     background-position:  left center;
     }

.skin_fenav ul li a:hover {
     color: #fea002;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     background-color: #F2F2F2;
     padding: 5px;
     margin: 0px 0px 10px 0px;
     border-left: 1px solid #999999;
     border-right: 1px solid #999999;
     border-bottom: 1px solid #999999;
     }

#skin_menu_head ul {
     padding: 5px 0 0;
     margin: 0;
     list-style: none;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a { color: #fff; font-weight: bold; text-decoration: none; margin: 0; padding: 0 10px; background-repeat: no-repeat; background-position: left center; border-right: 1px solid #fff; }

#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;
}

/* +------------------------------------------------------------+ */
/* | 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;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.khxc_error {
     color: #FF0000;
     font-weight: bold;
     }

.khxc_confirm {
     color: #339933;
     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_formbutton {
     color: #fff;
     background-color: #7d0b0b;
     padding: 3px;
     margin: 0 0 5px;
     font-size: 11px;
     width: 130px;
     border: solid 1px #000;
     }

.khxc_formbutton:hover {
     color: #fff;
     background-color: #000;
     }

.khxc_quickbutton {
     color: #fff;
     background-color: #7d0b0b;
     padding: 1px;
     margin: 0;
     font-size: 11px;
     width: 130px;
     border: solid 1px;
     }

.khxc_quickbutton:hover {
     color: #fff;
     background-color: #000;
     }

.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: #ffa200; margin: 5px 0 10px; padding: 5px; border-bottom: 1px solid #999999; font-weight: bold; background-color: #000; }

table.khxc_formtblone {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.khxc_formtbltwo {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_formtbltwo {
     padding: 4px 2px 4px 2px;
     width: 50%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

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: 50%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | 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: #FF6600;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     }

table.khxc_regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.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: 10px;
     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: #ffa200; margin: 5px 0 10px; padding: 5px; border-bottom: 1px solid #999999; font-weight: bold; background-color: #000; clear: both; }

.khxc_storelink { color: #666666; font-size: 10px; margin: 5px 0 10px; padding: 4px 5px; }

.khxc_storelink p {
     color: #666666;
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.khxc_cptbl_cat a {
     font-weight: bold;
     }

td.khxc_cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | 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;
     }

/* +------------------------------------------------------------+ */
/* | 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;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */

.khxc_pricediv {
     margin: 5px 0px 7px 0px;
     }

.khxc_price {
     color: #FF6600;
     font-weight: bold;
     display: inline;
     }

.khxc_pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.khxc_cartbutton {
     color: #000;
     background-color: #ffa200;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0 0 5px;
     width: 125px;
     border: solid 1px;
     text-decoration: none;
     }

.khxc_cartbutton:hover {
     color: #fff;
     background-color: #000;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | 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;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
#header { background-image: url(../media/uu_05.jpg); background-repeat: no-repeat; width: 909px; height: 73px; margin: 0; padding: 0; }
#nav { background-color: #000; width: 909px; height: 25px; }
#maincontent { background-color: #fff; background-image: url(../media/uu_08.jpg); background-repeat: repeat-y; width: 907px; padding-top: 5px; border: 0 #000; }
#mainsection { margin: 0 0 0 10px; padding: 0; border-style: none; border-width: 0; }
.left { color: #fff; background-color: #fff; background-position: 0 top; vertical-align: top; width: 189px; padding: 5px 0; }

.left_inner { color: #fff; background-color: #000; background-repeat: repeat-x; background-position: 0 top; vertical-align: top; width: 189px; padding: 5px 0; }
/*
.left_inner { color: #fff; background-color: #797979; background-image: url(../media/leftnavback_11.jpg); background-repeat: repeat-x; background-position: 0 top; vertical-align: top; width: 189px; padding: 5px 0 5px 0; }
*/


.right { vertical-align: top; position: relative; width: 700px; padding-left: 5px; border-left: 1px dotted #797979; }

#header_info { color: #fff; font-weight: bold; vertical-align: top; height: 52px; float: right; margin: 0; padding: 0; border-style: none; border-width: 0; }
.header_info_left { vertical-align: top; padding-right: 5px; border-right: 1px solid #fff; }
.header_info_right { text-align: left; padding-right: 5px; vertical-align: top; }
.header_info_middle { text-align: left; padding-right: 5px; vertical-align: top; padding-left: 5px; }
.boldyellow { color: #ff0; font-weight: bold; }
a.mini { color: #fff; font-size: 10px; }
a.mini:hover { color: #fff; font-size: 10px; }
.topnav { text-align: center; padding: 0; margin: 8px 0 10px; list-style: none; }
.topnav li { margin: 8px 0 10px; padding: 0; display: inline; }
a.bold_white { color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; padding-right: 6px; padding-left: 6px; border-right: 1px solid #fff; }
a.bold_white:hover { color: #fea002; }
a.bold_yellow { color: #ff0; font-size: 14px; font-weight: bold; text-decoration: none; padding-right: 6px; padding-left: 6px; }
a.bold_yellow:hover { color: #f12623; }
#footer { width: 909px; }
#footer_info { width: 908px; margin: 0; padding: 0; border-style: none; border-width: 0; }
.footer_info_left { color: #fff; font-size: 11px; vertical-align: top; width: 20%; padding-right: 5px; border-right: 1px dotted #fff; }
.footer_info_middle { color: #fff; font-size: 11px; vertical-align: top; width: 20%; padding-right: 5px; padding-left: 5px; border-right: 1px dotted #fff; }
.footer_info_right { color: #fff; font-size: 11px; vertical-align: top; width: 60%; }
.footer_title { text-decoration: underline; }
.compinfo { text-align: right; float: right; }
.search { text-align: left; float: left; }
.support { width: 875px; height: auto; margin: 0; padding: 0; border-style: none; border-width: 0; }
#customersupport { width: 100%; margin: 0; padding: 0; }
.customersupport_td { vertical-align: text-top; width: 25%; padding-right: 5px; }
.whitelink { text-align: left; margin: 0; padding: 0; }
.whitelink li { list-style: none; }
.whitelink li a { color: #fff; text-decoration: none; }
.whitelink li a:hover { color: #eede0d; text-decoration: none; }
a.proddetail_zoom {
     color: #000;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 3px 5px 3px 30px;
     background-image: url(../media/zoom.png);
     background-repeat: no-repeat;
     background-position:  left center;
     }
a.proddetail_email {
     color: #000;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 3px 5px 3px 30px;
     background-image: url(../media/email.png);
     background-repeat: no-repeat;
     background-position:  left center;
     }
a.proddetail_print {
     color: #000;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 3px 5px 3px 30px;
     background-image: url(../media/print.png);
     background-repeat: no-repeat;
     background-position:  left center;
     }
.product_detail_title { color: #7d0b0b; font-size: 1.5em; font-weight: bold; text-align: center; margin-right: auto; margin-left: auto; }
.section { color: #ffa200; font-size: 14px; font-weight: bold; background-color: #000; padding: 5px; }
.myprice { font-size: 13px; font-weight: bold; }


ul.menulevel1 { padding: 0; margin: 0; list-style: none; }
.sidemenumsds { margin-left: 10px; padding-left: 14px; background-image: url(/images/nav/rightarrow.gif); background-repeat: no-repeat; background-position: 0 .2em;  }
.sidemenu { padding-left: 14px; padding-bottom: 0px; margin-bottom: 2px; background-image: url(/images/nav/rightarrow.gif); background-repeat: no-repeat; background-position: left; }
.sidemenusub { padding-left: 14px; padding-bottom: 0px; margin: 0px 2px 2px 4px; background-image: url(/images/nav/rightarrows.gif); background-repeat: no-repeat; background-position: inherit; }
.switchcontent{ color: #fff; padding-left: 10px; display:none;  }

.menulevel1 { font-size: 14px; }
.menulevel1 a { font-size: 14px; }
.sidemenu a:active, .sidemenu a:link, .sidemenu a:visited { color: #fff; font-size: 14px; text-decoration: none; }
.sidemenu a:hover { color: #fea002; text-decoration: none; }
.sidemenusub a:visited, .sidemenusub a:active, .sidemenusub a:link { color: #fff; font-size: 12px; background-image: url(../media/menu_arrow.png); background-repeat: no-repeat; background-position: left center; text-decoration: none; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 0 0 0 10px; }
.sidemenusub a:hover { color: #fea002; text-decoration: none; }
.sidemenumsds a:link, .sidemenumsds a:visited, .sidemenumsds a:active, .sidemenumsds a:hover { font-size: 13px; text-decoration: none; }
.sidemenumsds a:hover { color: #fea002; text-decoration: none; }
.navtitle { color: #fea002; font-size: 14px; font-weight: normal; text-align: left; margin: 5px 0 0; padding: 10px 0 0; border-bottom: 1px solid #7d0b0b; }
