/* CSS Document */
.giohang {
  margin:0px auto;
  text-align:center;
  position:relative;
  float:left; 
}

  .collapse { position:relative;height: 42px; }

  .openact {
    margin-left:8px;background:url(/Images/bgGiohang.jpg) top repeat-x ; border:none; height:32px; min-width:120px; max-width:140px; margin-top:-1px; float:left; font-size:14px; color:#fff; text-decoration:none; line-height:32px; font-weight:bold; text-shadow:1px 1px #7d9f28; border-radius:3px; margin-top:1px
  }
   .openact:hover { background: url('/Images/bgGiohang.jpg') bottom repeat-x;}

    .box 
    {
        z-index: 99999;
      display:none;
        left: -65px;
      background:#FFF;
      border:solid 1px #BBBBBB;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
	  top:42px !important;
	    float:left;
    }
    .box .view-shopping-cart{display: block;background:#f9981e url(/Images/bgBtn2_03.jpg) top repeat-x; height:25px; 
                             line-height:25px; border:none; -ms-border-radius: 3px; border-radius: 3px; 
                             color:#fff; margin:10px 0; 
                             -ms-text-shadow: 1px 1px #d48a1d;text-shadow: 1px 1px #d48a1d;text-decoration: none;font-size: 12px;font-weight: bold;}
.giohang .box {width:250px;}
      .box a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
      }

      .arrow {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #FFF;
      	position:absolute;
      	left:125px;
      	top:-10px;
      	z-index:1001;
      }

      .arrow-border {
      	width: 0;
      	height: 0;
      	border-left: 10px solid transparent;
      	border-right: 10px solid transparent;
      	border-bottom: 11px solid #BBBBBB;
      	position:absolute;
      	left:126px;
      	top:-12px;
      	z-index:1000;
      }
.box .shopping-cart-detail{ display: none;}
.box .shopping-cart-zero{ display: block;}
.shopping-cart-detail a{ text-decoration: none;text-align: left;}
.shopping-cart-detail img.product-thumb{ width: 40px;height: 40px;float: left;}
.shopping-cart-detail span{ display: block;}
.shopping-cart-detail span.product-info{ color: #159489;font-size: 11px;text-decoration: none;padding-left: 45px;padding-bottom: 3px;}