/*-----fixed top buy starts-----*/	
#top-buybar{
	width: 100%;
	height: auto;
	background-color: #790000;
	position: fixed;
	bottom: -100px;/* CSS3 ³±¼v*/
	-webkit-box-shadow: 0px 8px 15px #333;
	-moz-box-shadow: 0px 8px 15px #333;
	box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.37);
	z-index: 999;
	padding: 8px;
	box-sizing: border-box;
}
.btn_dl_top{
	font-size: 16px;
	text-align: center;
	background-color: #FF7700;
	color: #fff !important;
	border-radius: 4px;
	float: left;
	padding: 2px 30px;
	text-decoration: none;
	line-height: 22px;
}
.btn_box_top{
		float: left;
		margin-right: 0px;
		margin-left: 10px;
		}

.btn_dl_top:hover a{
	color:#FFFFFF;display:block; text-decoration:none;}
.btn_dl_top:hover{
	color: #FFFFFF;
	display: block;
	background-color: #FF9E2B;
	text-decoration: none;
}
.top-offer{
	FONT-SIZE: 20px;
	COLOR: #FFFF00;
	FONT-FAMILY: Segoe UI;
	font-weight: normal;
	float: left;
	margin-right: 14px;
	text-shadow: 0.5px 0.5px 1px #000;
	}
.top-price{
	FONT-SIZE: 18px;
	COLOR: #FFF;
	FONT-FAMILY: Segoe UI;
	TEXT-DECORATION: none;
	font-weight: 600;
	float: left;
	margin-right: 10px;
	}
.top-priceX{
	font-size:14px;
	text-decoration:line-through;
	font-weight: 400;
	}
.top-buybar-slogan{
	font-size: 20px;
	color: #FFFFFF;
	width: auto;
	float: left;
	font-weight:600;
}
.top-buybar-best{
	font-weight: normal;
	font-size: 20px;
	color: #FFFF00;
	text-shadow: 0.5px 0.5px 1px #000;
}
.top-buybar-area{
    float: right;
}
.top-buybar-block{
	width:960px;
	margin:auto;
	position: relative;
	}
.top-buybar-block img{
	position: absolute;
	width: 242px;
	height: inherit;
	top: -25px;
	left: 325px;
	}
/*-----fixed top buy ends-----*/
/*-----fixed top buy + timer starts-----*/	
.top-buybar-timer {
	position: absolute;
	left: 315px;
	width: 350px;
}
.top-buybar-block-timer{
	width:860px;
	margin:auto;
	position: relative;
	}
.top-buybar-block-timer img{
	position: absolute;
	width: 320px;
	height: inherit;
	top: -30px;
	left: 265px;
	}
/*-----fixed top buy + timer ends-----*/