

/* Shopping Cart Navbar CSS */

/* PNG Fix */

img, div { behavior: url(/html/iepngfix.htc) }

/* Closed */

#sc_navbar_closed {
  width: 100%;
  min-width: 993px;
  height: 41px;
  background: url('sc-images/bg_closed.png') top center repeat-x;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  bottom: -41px;
  margin-bottom: 0px;
  position: fixed;
  z-index: 99;
  right: 0;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

#sc_main_closed {
  width: 993px;
  height: 24px;
  margin: 0 auto;
  padding-top: 17px;
  position: relative;
}

#sc_main_closed a { 
  float: right; 
  border: none;
}

#sc_main_closed img {
  border: none;
}

#sc_closed_total, #sc_closed_cart {
  float: right;
  padding-top: 4px;
  padding-right: 16px;
  font-weight: bold;
}

#sc_closed_checkout {
  margin-top: 3px;
  margin-right: 33px;
}

#sc_closed_cart {
  background: url('sc-images/cart.png') 0% 50% no-repeat;
  padding-left: 22px;
}

/* Main */

.sc_clear {
  height: 0;
  clear: both;
}

#sc_navbar p { margin: 0; padding: 0; }

#sc_navbar {
  width: 100%;
  min-width: 993px;
  height: 93px;
  background: url('sc-images/bg.png') top center repeat-x;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  position: fixed;
  z-index: 100;
  right: 0;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);

}
#sc_navbar.actived{
    background: url('sc-images/bg_itemadded.png') top center repeat-x;
}

#sc_main {
  width: 993px;
  height: 100%;
  margin: 0 auto;
  padding-top: 0; 
}

/* Sub Sections */

#sc_left {
  width: 671px;
  height: 100%;
  float: left;
/*  overflow: hidden; */
  position: relative;
}

#sc_right {
  width: 322px;
  height: 93px;
  position: relative;
  float: left;
}

/* Left Navbar */
/* Main */
#sc_arrow_left, #sc_arrow_right, #sc_items_main {
  height: 100%;
}

#sc_arrow_left {
  width: 9px;
  float: left;
  position: relative;
  z-index: 1001;
}

#sc_arrow_left a { 
  width: 9px;
  height: 81px;
  margin-top: 4px;
  background: url('sc-images/nav_left.gif') no-repeat;
  display: block;
}

#sc_arrow_right {
  width: 9px;
  float: left;
  position: relative;
  z-index: 1001;
}

#sc_arrow_right a { 
  width: 9px;
  height: 81px;
  margin-top: 4px;
  background: url('sc-images/nav_right.gif') no-repeat;
  display: block;
}

#sc_arrow_left span, #sc_arrow_right span {
  display: none;
}

#sc_items_main {
  width: 653px;
  float: left;
}

/* Left Navbar */
/* Item */

.sc_item {
  padding: 0 6px 0 11px;
  float: left;
  position: relative;
}

.sc_items_main {
  width: 156px;
  height: 93px;
  float: left;
}

.sc_item_left {
  width: 41px;
  height: 75px;
  margin-top: 18px;
  float: left;
}

.sc_item_left div {
  width: 37px;
  height: 17px;
  background: url('sc-images/item_number.gif') no-repeat;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 2px 4px 2px 0;
}

.sc_remove {
  width: 37px;
  height: 30px;
  display: block;
  background: url('sc-images/nav_remove.png') no-repeat;
  margin-top: 4px;
}

.sc_remove span { display: none; }

.sc_item_right {
  width: 104px;
  height: 79px;
  margin-top: 14px;
  float: left;
}

.sc_item_right img {
  width: 102px;
  height: 57px;
  border: 1px solid #6e0707;
}

/* Right Navbar */
/* Shopping Cart Info */

#sc_info {
  width: 227px;
  height: 93px;
  padding-left: 11px;
  float: left;
}

#sc_infoheader {
  background: url('sc-images/cart.png') top left no-repeat;
  padding-left: 22px;
  margin-top: 7px;
  font-size: 14px;
  font-weight: bold;
}

#sc_infodesc {
  margin: 8px 0;
  padding-right: 15px;
}

#sc_infototal {
  font-weight: bold;
}

/* Right Navbar */
/* Navigation */

#sc_rightnav {
  width: 84px;
  float: left;
}

#sc_rightnav span { display: none; }

#sc_close {
  width: 73px;
  height: 30px;
  background: url('sc-images/nav_close.png') no-repeat;
  margin-left: 11px;
  margin-bottom: 25px;
  display: block;
}

#sc_checkout {
  background: url('sc-images/nav_checkout.gif') no-repeat;
  width: 81px;
  height: 23px;
  display: block;
}

/* Item Hover */

.sc_hover {
  width: 200px;
  height: 65px;
  position: absolute;
  background: url('sc-images/hoverbg.png') no-repeat;
  margin-top: -65px;
  margin-left: -17px;
  left: 0;
}

.sc_hover_left {
  padding-left: 22px;
  padding-top: 23px;
  width: 34px;
  float: left;
}

.sc_hover_right {
  padding-top: 21px;
  padding-left: 12px;
  width: 105px;
  float: left;
  line-height: 13px;
}

.sc_input {
  width: 30px;
}

.sc_hover input {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.sc_submit {
  width: 34px;
  height: 9px;
  background: url('sc-images/hover_update.gif') no-repeat;
  border: none;
  margin-top: 7px;
  margin-left: 1px;
  cursor: pointer;
}

.sc_hover_desc, .sc_hover_total {
  font-size: 10px;
  font-weight: bold;
}

.sc_hover_total {
  color: #c6c6c6;
}

/* for slide show */
.sc_items_slides{    
    width: 648px; /*162 * 4 = 648*/
    height: 93px;
    position: relative;
}
.sc_items_slide_inner{    
    position: absolute;
    right: 0;
    top: 0;
}
.sc_loading_gif{
    position: absolute;
    top: -30px;
    left: 285px;
    display: none; 
}
#sc_navbar_closed .sc_loading_gif{
    top: -10px;
    left: 285px;
}
#sc_inner_lft_cover{
    position: absolute;
    width: 1024px;
    height: 93px;
    top: 0;
    right: 648px;
    background: url('sc-images/bg.png') 0 -16px repeat-x;
}
#sc_inner_rgt_cover{
    position: absolute;
    width: 1024px;
    height: 93px;
    top: 0;
    left: 648px;
    background: url('sc-images/bg.png') 0 -16px repeat-x;
}
#sc_navbar.actived #sc_inner_rgt_cover, #sc_navbar.actived #sc_inner_lft_cover{
    background-image: url('sc-images/bg_itemadded.png');
}