/* @override http://www.redskylingerie.com/skins/Richard/css/all.css */

/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */


/* +------------------------------------------------------------+ */
/* |                                                            | */
/* |                User-defined styles			                | */
/* |                                                            | */
/* |                RichardG February2008                       | */
/* |                                                            | */
/* +------------------------------------------------------------+ */

*{
  margin:0;
  padding:0;
}

#rg_wrapper{				/* this is the main wrapper div used to center the site */
  margin:0 auto;
  text-align:left;
  width:1000px;
}
#rg_page {  				/* this is the container div for the content level of the site */
  margin:0 auto;
  padding:0;
  float:left;
  width:1000px;
}
 
#rg_header{
  margin:0 0 24px 0;
  height:100px;
  width:1000px;
  float:left;
  border-top:2px solid #fadf88;
  border-bottom:1px solid #fadf88;
}

#rg_logo{
  margin:-96px 0 0 12px;
}

#rg_tagline{
  margin:-72px 0 0 58%;
}

#rg_leftmenu, #rg_rightmenu{
  margin:24px 0 0 0;
  color:#fadf88;
  background-color:#000;
  width:144px;
  text-align:left;
}
#rg_leftmenu li{
  margin:0;
  padding:0;
}

#rg_homepage{                           /* the main area on the home/splash page */
  margin:24px 0 0 0;
  background-color: #000;
  border:1px solid #1E1E1E;     
}
#rg_banners{                            /* area for the banners on the home/splash page */
  margin: 0;
  width:98% !important;
  width:100%;
  height:410px;
  
}
#rg_banners img{                        /* area for the banners on the home/splash page */
  border:2px solid #fff;
}

#rg_leftside{                           /* left-side banner on the home/splash [age  */
  /*float:left;*/
  /*margin: 0 0 12px 4px;*/
}
#rg_welcome{                            /* 'Welcome' banner on the home/splash [age  */
  /*float:left;*/
  /*margin: 0 0 0 8px;*/
}

#rg_freeshipping{                       /* 'Free Shipping' banner on the home/splash page  */
  /*float: left;*/
  /*margin: 10px 0 12px 8px;*/
  /*border: none !important; */             /* For some reasons, there is no white border on the image on IE6. hmmm.. maybe because the image is PNG and I have a PNG transaparency script running.  */
  /*border: 2px solid #fff;*/
}

#rg_gallery{                            /*  Animated banner on the home/splash page  */
  margin:12px 0 0 0;
  /*width:156px;*/
  width:144px;
  height:256px;
  border:1px solid #535353;
  text-align:center;
}

#rg_featureditems{                      /* featured items on the home page */
  /*margin:12px auto;*/
  /*float:left;*/
  /*width:98%;*/
  /*height:160px;*/
  /*border:1px dotted red;*/
}

/* forms - login, forgot password, registration, accounts, create orders, change email, 	change password, email subscriptions, delivery address book, email subscription*, email to a friend */
#ccp0--login,
#ccp0--sendpass,  
#ccp0--createaccount,
#ccp0--contact,
#ccp0--accountmaint,
#ccp0--changeemail,
#ccp0--changepass,
#ccp0--subscriptions,
#ccp0--addbookins,
#ccp0--gsubscript,
#ccp0--emailfriend{          
  margin:0 auto;
  background-color: #1b1b1b;
  border: 1px solid #535353;
  width: 100%;    
}
#ccp0--coform{                         /* Step 1 of the CheckOut process  */       
  margin: auto;
  background-color: #1b1b1b;
  border: 1px solid #535353;
  width: 100%;    
}


#ccp0--login p,                         /* to align right the buttons on the form(s) */
#ccp0--sendpass p,
#ccp0--createaccount p,
#ccp0--contact p,
#ccp0--accountmaint p,
#ccp0--changeemail p,
#ccp0--changepass p,
#ccp0--subscriptions p,
#ccp0--addbookins p,
#ccp0--gsubscript p,
#ccp0--emailfriend p{
  padding: 2px 68px 0 0 !important;
  padding: 2px 58px 0 0;
  text-align: right;
  /*border-top: 1px solid #535353;*/
}

#ccp0--createaccount--emailsubscriptions--d input{    /* these are the three(3) checkboxes on the bottom of the form */
  width: auto;
  text-align: left;
}
#coform--paymentmethodselection--d input{             /* the option box on the 'Payment Method Selection' (Step 1 of 2) of the 'checkout' form  */ 
  width: auto;
  text-align: left;
}
#ccp0--gsubscriptcadd--emailsubscriptionstatus--d input{   /* the option box on the 'Email Subscription Status' form  */ 
  width: auto;
  text-align: left;       
}
#ccp0--subscriptions--emailsubscriptions--d input{    /* the three(3) checkboxes on the 'Email Subscriptions' form  */
  width: auto;
  text-align: left;      
}
#PAYMENT--DISPLAY input{                              /* the option box on the 'Payment Information' (Step 2 of 2) of the 'checkout' form  */ 
  width: auto;
  text-align: left;
}
#ccp0--createaccount--emailaddressandpassword--d p,   /* to align left all paragraph text on the form */
#ccp0--createaccount--contactinformation--d p,
#ccp0--createaccount--billingaddress--d p,
#ccp0--createaccount--emailsubscriptions--d p,
#ccp0--contact--contactinformation--d p,
#ccp0--contact--contactmessage--d p,
#ccp0--contact--imageverification--d p,
#ccp0--accountmaint--contactinformation--d p,
#ccp0--accountmaint--billingaddress--d p,
#ccp0--subscriptions--emailsubscriptions--d p,
#ccp0--addbookins--deliveryaddresscontact--d p,
#ccp0--addbookins--deliveryaddresslocation--d p,
#ccp0--gsubscript--emailaddress--d p,
#ccp0--emailfriend--message--d p,
#ccp0--emailfriend--emailaddresses--d p,
#ccp0--changeemail--newemailaddressselection--d p,
#ccp0--login--emailaddressandpassword--d p{
  text-align: left;
}

#ADDBOOK{                                             /* this is the table div as found on line #54 of addbook.php */
  margin:-4px 0 12px 0;
  padding: 5px;
  border:1px solid #535353;
  background-color: #1b1b1b;      
}
#ORDERLIST{                                           /* this is the table div for the 'Online Orders' display  */                   
  margin:-4px 0 12px 0;
  padding: 5px;
  border:1px solid #535353;
  background-color: #1b1b1b;  
}
#CART{                                                /* this is the 'Shopping Cart' display */
  margin:-4px 0 12px 0;
  padding: 5px;
  border:1px solid #535353;
  background-color: #1b1b1b;         
}
#WISHLIST{                                            /* this is the 'Wish List' display */
  margin:-4px 0 12px 0;
  padding: 5px;
  border:1px solid #535353;
  background-color: #1b1b1b;         
}

.khxc_cptbl_cat{
  width: 596px;
  color: #fadf88;
  /*border:2px solid #535353;*/
  /*background: #950000 url('../media/head_grad.jpg') repeat-x;      */
       
}

.khxc_cptbl_cat p{                                    /* category list paragraph spacing */
  margin: 0;
}
.khxc_cptbl_cat p.strong{                             /* main category name  */
  margin: 0;
  padding: 8px 0 0 8px;
  /*margin: 0 0 0 30px;*/
  /*padding: 4px 0 4px 8px;*/
  /*width: 596px;*/
  /*background-color: #1b1b1b;*/
  /*color: #fadf88;*/
  /*background-color: #950000;*/
  /*border:2px solid #535353;*/
  /*background: #950000 url('../media/head_grad.jpg') repeat-x;*/
}

.khxc_cptbl_prod img{                                  /* product display image */
  border: 2px solid #950000;
        
}

/* +---------------------------  Tabs  -----------------------+ */							
#rg_tabsE {
  float:left;
  width:65%;
  font-size:120%;
  line-height:normal;
  }
#rg_tabsE ul {
  float:left;
  margin:0;
  padding:10px 10px 0 10px !important;
  padding:24px 10px 0 10px;
  list-style:none;
  }
#rg_tabsE li {
  display:inline;
  }
#rg_tabsE a {
  padding:0 0 0 4px;
  float:left;
  background:url('../media/tableftE.gif') no-repeat left top;
  text-decoration:none;
  font-weight: bold;
  }
#rg_tabsE a span {
  padding:5px 15px 4px 6px;
  float:left;
  display:block;
  background:url('../media/tabrightE.gif') no-repeat right top;
  color:#fadf88;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#rg_tabsE a span {float:none;}
/* End IE5-Mac hack */
#rg_tabsE a:hover span {
  color:#FFF;
  }
#rg_tabsE a:hover {
  background-position:0% -42px;
  }
#rg_tabsE a:hover span {
  background-position:100% -42px;
  }  
/* +----------------------------------------------------------+ */

/* +--------------------------  Search  ----------------------+ */
#rg_search{
  float:right;
  margin:6px 0 0 -8px !important;
  margin:6px 0 0 -8px;
  padding:0 0 0 8px;
  height:30px;
  width:280px;
  background-color:#000;
  border-top:2px solid #1e1e1e;
  border-left:2px solid #1e1e1e;
  border-right:2px solid #1e1e1e;
}

.rg_minisearch{
  margin:2px 0 0 12px;
}
/* +----------------------------------------------------------+ */


/* +----------------------------------------------------------+ */
body {
     /*margin:0 auto;*/
     color: #fff;
     background-color: #262626;
     font: normal 12px Tahoma, Arial, sans-serif;
     text-align:center; 
     }

a {
     color: #fadf88;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

p {
     margin: 6px 6px 8px 0;
     color:#fff;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color:#fff;
     }

fieldset {
     border: none;
     margin: 8px 0 0 0;
     padding: 4px 0 4px 0;
    }

fieldset p {
     xdisplay: block;
     font-size: 11px;
     margin: 0 4px 0 2px;
     }
     
fieldset label {
     margin: 0;
     }
     
fieldset legend {
     margin: 0 !important;
     margin: 0 0 0 -6px;
     }

     
fieldset input {
     margin: 0 !important;               
     margin: 0 0 0 8px;                    
     padding: 0 0 0 2px;
     width: 50px;		
     }

form {
     margin: 0 0 5px 0;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }
     
label{
     color: #fff;
}



/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */
.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     color: #fadf88;
     font-weight: normal;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 14px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #d22e2e;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

a.unfancy:hover {
     color: #555555;
     }


/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */
#skin_wrapper{  
	margin: 0 auto 12px;
	padding:0;
	float:left;
	/*width:100%;*/
	width:1000px;
	background-color: #000;
	border:2px solid #1e1e1e;
     }

#skin_ct {
        /*width: 100%;*/
		width: 660px;
		margin:0 auto;
        padding: 0;
        border-spacing: 0;
        border-collapse: collapse;
        /*border: 1px dotted #fff;*/
     }

#skin_ct_lcol_head, #skin_ct_rcol_head {
        padding: 6px 6px 10px 6px;
        margin: 0;
		vertical-align: top;
        background-color: #FFFFFF;
     }

#skin_ct_lcol {
        margin: 0;
        vertical-align: top;
        padding: 3px 12px 7px 12px;
        width: 148px;
     }

#skin_ct_mcol {
        margin: 0;
        padding: 24px 0 12px 0;
        vertical-align: top;
		width: 660px;
     }

#skin_ct_rcol {
        margin: 0;
        padding: 3px 12px 7px 12px;
        vertical-align: top;  
        width: 146px;
     }

#skin_footer {
        margin:8px 0 0 0;
        float:left;
        text-align:center;
        color:#F0B800;
        height:50px;
        width:1004px;
        border-top:2px solid #fadf88;
        background:#ff0000 url('../media/bg_header.png') repeat-x;
     }

#skin_pgtitle {
        color: #30569D;
        padding: 0 0 2px 0;
        margin: 0 0 10px 0;
        font-weight: bold;
        border-bottom: 1px solid #999999;
     }

#skin_content {
        margin: 0;
		padding: 0;
        background-color: #000;
        /*border: 1px solid #535353;*/
        /*width:100%;*/
		width: 660px;
        float:left;
     }


/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */
.skin_fenavh {                                  /* this is the category header  */
        color: #fadf88;
        padding: 3px 0 3px 0;
        margin: 0;
        height: 18px;
        font-weight: bold;
        text-align: center;
        /*background-color: #950000;*/
        background: #950000 url('../media/head_grad.jpg') repeat-x;
     }

.skin_fenav{                                     /* this is the category items holder - added class - 03.28.2008  */                           
        background-color: #1b1b1b;
        xheight: auto;
}

.skin_fenav ul {
        list-style: none;
     }

.skin_fenav ul li {
        list-style: none;
     }

.skin_fenav ul li a {
	color: #fadf88;
        font-weight: normal;
        font-size: 14px;
        display: block;
        text-decoration: none;
        padding: 6px 0 6px 12px !important;
        padding: 6px 0 6px 10px;
        border-top: none;
        border-left: 1px solid #535353;
        border-right: 1px solid #535353;
        border-bottom: 1px solid #535353;
        /* background-image: url('../media/menu_arrow.png');
        background-repeat: no-repeat;
        background-position:  center left;*/
     }

.skin_fenav ul li a:hover {
	color:#fff;
	/*background-color:#302d28;*/
	background-color:#000;
        padding: 6px 0 6px 9px !important;
        padding: 6px 0 6px 7px;
	border-left:4px solid #fadf88;
        text-decoration: none;
     }

.skin_headacct {
        width: 100%;
        text-align: right;
        clear: both;
     }

.skin_fenavmini {
	margin: 0 0 10px 0;
	padding: 5px;
        border:1px solid #535353;
	background-color: #1b1b1b;
        /*background-color: #F2F2F2;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;*/
     }

#skin_menu_head ul {
        padding: 0 0 4px 0;
        margin: 0 0 4px 0;
        list-style: none;
        border-bottom: 1px solid #999999;
     }

#skin_menu_head li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
     }

#skin_menu_head ul li a {
        color: #d22e2e;
        font-weight: normal;
        text-decoration: none;
        margin: 0 30px 0 0;
        padding: 0 0 0 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: 0 0 0 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 {
        margin: 12px 0 12px 0;
        padding: 12px;
        color: #fadf88;
        font-weight: bold;
        background-color: #1b1b1b;
        border: 2px solid #FF0000;
     }

.khxc_confirm {
        margin: 12px 0 12px 0;
        padding: 12px;
        color: #fadf88;
        font-weight: bold;
        text-align: center;
        background-color: #1b1b1b;
        border: 2px solid #fff;
     }

.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: #fff;
        border: 2px solid #535353;
	    margin: 5px 5px 0px 2px;
        font-size: 14px;
     }

.khxc_formfield:hover {
        background-color: #F5F5F5;
        border: 2px solid #fadf88;
     }

.khxc_formfieldp {
        display: block;
        padding: 0;
        margin: 4px 0 2px 2px;
     }
	 
.khxc_formfieldp input {  /* compensate for the product details page checkboxes  */
        width:10%;
     }

.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: #950000;
        padding: 2px;
        margin: auto;
        font-size: 11px;
        width: 120px;
        font-weight: bold;
        border: 1px solid #f18200;
        text-decoration: none;
     }

.khxc_formbutton:hover {
        color: #f18200;
        border: 1px solid #535353;
     }

.khxc_quickbutton {
        color: #fff;
        background-color: #950000;
        padding: 1px;
        margin: 0px;
        font-size: 11px;
        font-weight: bold;
        width: 130px;
        border: 1px solid #f18200;
     }

.khxc_quickbutton:hover {
        color: #f18200;
        border: 1px solid #535353;
     }

.khxc_quickform {
        margin: 5px 0 0 0;
     }

.khxc_quickfield {
        margin:0 0 0 12px;
        padding: 6px;
        background-color: #fff;
        border: 2px solid #535353;
        color: #000;
        font-size: 12px;
        height:14px;
     }

.khxc_quickfield:hover {
        background-color: #fff;
        border: 2px solid #fadf88;
     }

.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:#fadf88;
        /*background-color: #950000;*/
        background: #950000 url('../media/head_grad.jpg') repeat-x;
        margin: 0 0 24px 0;
        padding: 4px 5px 4px 0;
        /*border-bottom: 1px solid #999999;*/
        text-align: center;
        font-weight: bold;
     }

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: 0;
        border-collapse: collapse;
     }

td.khxc_formtbltwo {
        padding: 4px 2px 4px 2px;
        width: 50%;
        vertical-align: top;
        /*border-bottom: 1px solid #DEDEDE;*/
     }
	 
td.khxc_formtbltwo fieldset input{
		width: 200px;
}
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;
        /*border-bottom: 1px solid #DEDEDE;*/
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */

table.khxc_sorttable {
        margin: 0;
        border-spacing: 0;
        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;
       /* background-color: #1b1b1b;
        border: 1px solid #535353;*/
     }

.khxc_ghost form {
        display: inline;
}

td.khxc_ghost img {
        margin-right: 10px;
        margin-bottom: 10px;
	border: 3px solid #e60000;
     }

td.khxc_ghost p {
        margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */

p.khxc_ultablesp {
        margin: 0;
        font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */

.khxc_storehead {
        margin: 5px 0 5px 0;
        padding: 4px;
        /*background-color:#950000;*/
        background: #950000 url('../media/head_grad.jpg') repeat-x;
        color:#fadf88;
        height: 18px;
        /*border-bottom: 1px solid #999999;*/
        font-weight: bold;
        clear: both;
     }

.khxc_storelink {
        color: #666666;
        background-color: #950000;
        margin: 5px 0px 10px 0px;
        padding: 4px 5px 4px 5px;
        border: 1px solid #999999;
     }

.khxc_storelink p {
        color: #fff;
        margin: 0;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_cat {
        margin: 10px 0 10px 0;
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
     }

td.khxc_cptbl_cat {
        padding: 5px 0 12px 0;
        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: -6px 0 10px 0;
        /*border-spacing: 0;*/
        /*border-collapse: collapse;*/
        /*width: 100%;*/
		width: 660px;
     }

td.khxc_cptbl_prod {
        margin: 6px 0 6px 0;   
        padding: 6px;
        vertical-align: top;
        /*border-bottom: 1px solid #DEDEDE;*/
        background-color: #1B1B1B;
        border:1px solid #535353;
     }

td.khxc_cptbl_prod a {
        font-weight: normal;
     }

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;*/
        color: #FF0000;
        font-weight: bold;
        display: inline;
     }

.khxc_pricex {
        /*color: #FF0000;*/
        color: #fff;
        font-weight: bold;
        display: inline;
        text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.khxc_cartbutton {
        margin:2px auto 2px auto;
        padding: 2px;
        color: #fff;
        width: 100px;
        background-color:#950000;     
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        display: block;
        border: 1px solid #f18200;
        text-decoration: none;
     }

.khxc_cartbutton:hover {
        color: #f18200;
        text-decoration: none;
        cursor: default;
        border: 1px solid #535353;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */

.khxc_clearboth {
        clear: both;
     }

.khxc_outstock {
        color: #FF0000;
     }

a.khxc_hrefbutton {
        margin:2px auto 2px auto;
        padding: 2px;
        color: #fff;
        width: 140px;
        background-color:#950000;     
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        display: block;
        border: 1px solid #f18200;
        text-decoration: none;
     }

a.khxc_hrefbutton:hover {
        color: #f18200;
        text-decoration: none;
        cursor: default;
        border: 1px solid #535353;
     }

.khxc_outline {
        border: 1px solid #999999;
        padding: 5px;
        margin-top: 5px;
     }

.khxc_outline p {
        margin: 0px 0px 3px 0px;
}
h1 {
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: -webkit-auto;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #FFF;
}


/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */