@charset "utf-8";
/* CSS Document */

.specBoxs{
	display: block;
	width: 100%;
	background-color: #000000;
	padding-bottom: 40px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif!important;	
	text-transform:uppercase;

}
.specBoxs > h1{
	display: block;
	width: 1080px;
	margin: 0 auto;	
	color: #fff;
	font-size: 24px;
	padding: 20px 0;

}

.specBox{
	display: block;
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom:1px solid #3d3d3d;	
}

.specBox > h1{
	color: #fff;
	font-size: 20px;
}
.specLeft, .specRight{
	display: block;
	width: 50%;
	margin: 0 auto;
	float: left;
}
.cc{
	clear: both;
}

#specTable {
    
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
    font-size: 12px;
    /* color: #e4e4e4; */
    color: #b2b2b2;
    font-size: 15px;
    line-height: 24px;
}

#specTable td {
    width: 275px;
    /* border: 1px solid #000000; */
    border: 1px solid #141414;
    padding: 3px 5px 3px 5px;
}

#specTable tr:nth-child(odd){
	background-color:#141414;
	border: 1px solid #141414;
	}

#specTable tr:nth-child(even){
	background-color:#1d1d1d;
	border: 1px solid #141414;
	}