                                    /*scroll banner v*/

.banerLeft {
	margin-bottom: 10px;
	display: block;
}

.bottom_banner_order_new {
	height: 55px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	border-top: 1px solid #0f5b9c;
	background: rgba(27, 118, 196, 0.9);
}
	.centr_info_ban_new {
		width: 850px;
		height: 54px;
		line-height: 50px;
		margin: 0 auto;
		background: url(textBan.png)/*textBan.png*/ 20px center no-repeat !important;
	}
	
	.orderButtonBanWrap_new {
		display: table;
		padding: 4px;
		margin-top: 4px;
		float: right;
		border-bottom: 1px solid #3f85c1;
		box-shadow: inset 0 0 3px #333;
	}
		.orderButtonBanWrap_new:hover {
			border-bottom: 1px solid #518cbe;
			box-shadow: inset 0 0 3px #111;
		}
	
		.orderButtonBan_new {			
			width: 126px;
			height: 36px;
			line-height: 36px;
			display: block;
			border: 1px solid #c14100;
			border-radius: 2px;
			-pie-border-radius: 2px;
			
			background: #f06c10;
			background: -webkit-linear-gradient(#f58a1c, #ed5709);
			background: -moz-linear-gradient(#f58a1c, #ed5709);
			background: -o-linear-gradient(#f58a1c, #ed5709);
			background: linear-gradient(#f58a1c, #ed5709);
			box-shadow: inset 0 0 0 1px #f9bd7c,
				0 2px 3px #666;
			text-align: center;
			color: white;
			font-family: arial, helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			text-shadow: 0 -1px 1px #333;
			text-decoration: none;
		}
			.orderButtonBan_new:hover {
				background: #ef630d;
				background: -webkit-linear-gradient(#ed5709, #f58d20);
				background: -moz-linear-gradient(#ed5709, #f58d20);
				background: -o-linear-gradient(#ed5709, #f58d20);
				background: linear-gradient(#ed5709, #f58d20);
				box-shadow: inset 0 0 0 1px #f9bd7c,
				0 2px 3px #333;
			}
			.orderButtonBan_new:active {
				background: #d6590b;
				background: -webkit-linear-gradient(#d45008, #db7f1d);
				background: -moz-linear-gradient(#d45008, #db7f1d);
				background: -o-linear-gradient(#d45008, #db7f1d);
				background: linear-gradient(#d45008, #db7f1d);
				box-shadow: none;
			}

.closeBan_new {
	position: absolute;
	top: 4px;
	right: 4px;
}                