/*@font-face {
 font-family: "bon";
 src: url('../css/bon.ttf');
}
@font-face {
 font-family: "bon-bold";
 src: url('../css/bon-bold.ttf');
}
#fCart{
    position: fixed;
    top:0px;
    right: 50px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 260px;
    z-index: 99990;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 3px solid;
    border-color: #f4f4f4;
    border-top-width: 0px;
    display: none;
    font-family: "bon", arial, sans-serif;
    padding: 0;
    margin-bottom: 20px;
}
#fCart .head_fCart{
    overflow: hidden;
    position: relative;
    
}
#fCart .fCart_head_total .cartUrl{
    font-size: 14px;   
    font-weight: bold;
}
#fCart .fCart_head_total {
    font-size: 18px;
    text-align: center;
    padding: 8px 0; 
    box-sizing: content-box;
    line-height: 20px; 
    width:78%;
}
#fCart .fCart_button_up_list{
    position: absolute;
    width: 20%;
    height: 100%;
    line-height: 100%;
    float: right;
    text-align: center;
    cursor: pointer;
    right: 0;
    font-size: 18px;
    top:0;
}
#fCart .fCart_button_up_list span{
    vertical-align: middle;
    line-height: 56px;
}
#fCart .fCart_button_up_list:hover{
    background:url("../img/bg_tr90.png") repeat;
    
}
#fCart > div  a{text-decoration: none;}
#fCart .body_fCart {
    padding: 10px 0;
    position: relative;
    overflow-y: scroll;
}
#fCart .fCart_up_list{
    background: #fff;
    position: relative;
    color: #000;
}
#fCart .fCart_list_shadowTop{ position: absolute; top: 0; height: 6px; background:rgba(0,0,0, 0.1) ; width: 100%; z-index: 99999999;}
#fCart .fCart_list_shadowBottom{ position: absolute; bottom: 48px; height: 6px; background:rgba(0,0,0, 0.1) ; width: 100%; z-index: 99999999;}

#fCart .fCart_up_list ul{
    padding: 0!important;
    margin: 0!important;
}

#fCart .fCart_cartList_item{
    background: transparent;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0, 0.1) ;
   
}
#fCart .fCart_cartList_item:hover{ background: url("../img/bg_tr90.png") repeat;
                       
}
#fCart .fCart_cartList_itemLink{  height: 40px; width: 30px; max-height: 55px; display: inline-block; vertical-align: top; padding: 5px;}

#fCart .fCart_cartList_itemLink img{ max-height: 40px; max-width: 30px; background: ;}
#fCart .fCart_cartList_itemName{width: 110px;display: inline-block; vertical-align: top; }
#fCart .fCart_cartList_itemName a{ color: #000; overflow: hidden; max-height: 55px; display: block;}
#fCart .fCart_cartList_itemName a:hover{ text-decoration: underline!important;} 
#fCart .fCart_cartList_itemName span{  font-size:12px ;} 
#fCart .fCart_cartList_itemInfo{width: 75px; display: inline-block; vertical-align: top; margin-left: 5px;}
#fCart .fCart_cartList_itemInfo > span{ line-height: 1.4;}
#fCart .fCart_cartList_itemInfo > div{margin-top: 5px;}
#fCart .fCart_minus,.fCart_plus{  font-size:15px;  margin-right: 5px;  cursor: pointer; display:inline-block; text-align:center; width: 16px; height: 16px; background: url("../img/bg_tr90.png"); -webkit-border-radius: 100%; line-height: 1; border-radius:5px;}
#fCart .fCart_minus:hover,.fCart_plus:hover{ background:url("../img/bg50.png") ; color: white;}
#fCart .fCart_delete{  float:right ; cursor: pointer; display:inline-block; color: transparent; text-align:center; width: 16px; height: 16px; background:url("../img/del_fcart.png") no-repeat left bottom; -webkit-border-radius: 100%; line-height: 16px; border-radius:100%;}
#fCart .fCart_delete:hover{  background:url("../img/del_fcart.png") no-repeat left top; color: transparent;}
#fCart .foot_fCart{
    text-align: center;
    padding: 10px; 
}
#fCart .myButton_fCart {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#f4f4f4;
	font-family:arial;
	font-size:15px;
	padding:0px 24px;
    line-height: 28px;
    height:28px;
	text-decoration:none;
}
#fCart .myButton_fCart:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;color:#f4f4f4;
}
#fCart .myButton_fCart:active {
	position:relative; 
	top:1px;color:#f4f4f4;
}
*/


