#Content{width:1100px;margin:0 auto;}

.tabs{
		height: 60px;
		position: relative;margin-bottom:25px
	}
	.tabs li{
		position: relative;
		width: 50%;
		float: left;
		background: #eee;
	}
	.tabs li a{
		display: block;
		height: 49px;
		color: #474747;text-align:center;line-height:49px
	}
		.tabs li:after{
			content: "";
			display: none;
			width: 0;
			height: 0;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-top: 10px solid #eeac25;
			position: absolute;
			left: 50%;
			bottom: -10px;
			margin-left: -5px;
		}

.paths #PathID3{display:none}


.biaoge table,.brandlist table{border:2px solid #e0e0e0 !important}
.biaoge table td,.brandlist table td,.brandlist table th{line-height:160%;padding:15px 15px;font-size:13px;color:#474747;background:#eee;border:2px solid #fff;}

.buybtn {padding-top:30px}
.buybtn a{float:right;width:300px;height:45px;text-align:center;background:#eeac25;color:#fff;line-height:45px;font-size:24px;margin-right:50px;border-radius:4px}



.odds{background:#f2f2f2;padding:20px;border:solid 1px #d3d3d4 }