@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Rubik', sans-serif;
	background:#BBBBBB;
	}
/***********************************/
#lowrbdy{
	width:100%;
	height:581px;
	position:absolute;
	top:74px;
	left:0px;
	}
#lowrbdy img{
	width:100%;
	height:100%;
	}
/***********************************/	
header{
	width:100%;
	height:auto;
	background:#0071b4;	
	box-shadow:0px 0px 8px 2px #333; 
	position:fixed; 
	z-index:99999;	
	top:0px; 
	left:0px;
	}
/***********************************/
.logo{
	width:181px; 
	height:61px;	
	position:relative; 
	top:5px;	
	left:10px; 
	float:left;
	}
.logo a{
	text-decoration:none;
	color:#fff; 
	font-size:60px; 
	margin:0px 20px; 
	line-height:0.9em;
	}
/***********************************/
.srbox{
	width:580px; 
	height:70px; 
	float:left; 
	margin-left:120px; 
	margin-top:4px; 
	}
.textbox{
	border-radius: 8px 0px 0px 8px;
	background-color:#fff;
	float:center;
	border:none;
	height:40px;
	padding:1px 12px;
	font-size:15px;
	line-height: 1.42857;
	color:#000;
	width:287px;
	margin-top:13px;
	}
.query-submit{
	border-radius: 0px 8px 8px 0px;
	cursor:pointer;
	background:#fbfbfb;
	width:60px;
	padding:1px 6px;
	float:center;
	border:none;
	margin-top:13px; 
	height:42px;
	}
.textbox-clr{
	cursor:pointer;
	background:#fff;
	width:20px; 
	height:42px;
	
	border:none;
	margin-top:13px; 
	text-align:center;
	}
/***********************************/
.acount{
	width:170px;
	height:30px; 
	float:left; 
	margin-top:27px; 
	margin-left:40px;
	}
.aclogo{
	width:20px;	
	height:20px;
	float:left;	
	border:2px solid #fff; 
	border-radius:50%; 
	text-align:center;
	}
.actext{
	width:130px; 
	float:left; 
	line-height:1.6em;	
	margin-left:8px; 
	font-size:15px; 
	color:#fff;
	}
/***********************************/
.cart{
	width:120px;
	height:36px; 
	float:left;	
	border:2px solid #fff; 
	border-radius:40px; 
	margin-top:18px;	
	margin-left:40px;
	}
.cart i{
	line-height:1.6em; 
	color:#fff; 
	font-size:20px; 
	margin-left:10px; 
	float:left;
	}
.cart-e{
	color:#fff; 
	font-size:20px; 
	line-height:1.6em; 
	float:left; 
	margin:0px; 
	margin-left:10px;
	}
.cart-f{
	color:#000; 
	float:left;	
	background:#fff;
	padding:2px 6px; 
	border-radius:50%; 
	margin:5px 0px 0px 11px; 
	font-size:16px; 
	line-height: normal;
	}
/***********************************/
#search-layer{
	position:absolute; 
	background:rgba(255,255,255,0.5); 
	z-index:9; 
	left:0px; 
	top:0px;
	}
/***********************************/
#livesearch{
	z-index: 9999;
    background: #0071b4;
    max-height: 287px;
    overflow: auto;
    /* width: 47%; */
    position: absolute;
    box-shadow: 0px 2px 4px #444;
    margin-left: 1.2%;
	}
/***********************************/
.live-outer{
	width:100%; 
	height:60px;
	border-bottom:1px solid #ccc; 
	background:#fff;
	}
.live-outer:hover{
	background:#F3F3F3;
	}
.live-im{
	float:left;
	width:10%; 
	height:60px;
	}
.live-im img{
	width:100%; 
	height:100%;
	}
.live-product-det{
	float:left; 
	width:90%; 
	height:60px;
	}
.live-product-name{
	width:100%; 
	height:22px; 
	margin-top:4px;
	}
.live-product-name p{
	margin:0px;
	color:#333;
	text-shadow: 1px 1px 1px #DDDDDD;
	font-size:17px;
	}
.live-product-price{
	width:100%;
	height:25px;
	}
.live-product-price-text{
	float:left; 
	width:50%;
	}
.live-product-price-text p{
	margin:0px;
	font-size:16px;
	}
.link-p-colr{
	color:#333;
	}