@charset "UTF-8";
/* CSS Document */

.spec_table{
	font-family:Avenir, Arial, Verdana;
	font-weight:normal;
	font-size:14px;
	color:#000;
}

.spec_row_1{
	width: 760px;
	height:40px;
	font-family:Avenir, Arial, Verdana;
	font-weight:normal;
	font-size:14px;	
	color:#000;
}

.spec_row_2{
	width: 760px;
	min-height:40px;
	height:auto;
	font-family:Avenir, Arial, Verdana;
	font-weight:normal;
	font-size:14px;	
	color:#000;
	background-color:#E6E6E6;
}

.spec_row_info{
	width: 750px;
	height:auto;
	min-height:30px;
	font-family:Avenir, Arial, Verdana;
	font-weight:normal;
	font-size:14px;	
	color:#000;
	background-color:#FCC;
	padding:5px;
	line-height:18px;
}

.spec_row_info_warning{
	width: 750px;
	height:auto;
	min-height:30px;
	font-family:Avenir, Arial, Verdana;
	font-weight:normal;
	font-size:14px;	
	color:#000;
	background-color:#F93;
	padding:5px;
	line-height:18px;
}

.spec_title{
	width: 150px;
	height:30px;
	padding:5px;	
	float:left;
	line-height:30px;
	font-weight:bold;
}

.spec_req{
	width: 250px;
	min-height:30px;
	
	padding:5px;	
	float:left;
	line-height:30px;
}

.spec_req ul{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.spec_req li{
	height:20px;
}

.spec_system{
	width: 250px;
	height:30px;
	padding:5px;	
	float:left;
	line-height:30px;
}

.spec_status{
	width: 60px;
	height:30px;
	padding:5px;	
	float:left;
	line-height:30px;
	text-align:center;
}

.spec_audio_button{
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px 0px 0px;
	background-image:url(/images/site/button_gradient.jpg);
	border:1px solid #468C00;
	font-size:10px;
	font-weight:normal;
	color: #FFF !important;
	min-width: 60px;
	width:auto;
 	height: 21px;
	display:inline-block;
	text-decoration:none;
	/*text-align:center;*/
	line-height: -5px;
	cursor: pointer;
	cursor: default;
	/*padding:0px 20px 0px 0px;
	float:right;*/
}

.spec_audio_button:hover{
	cursor:pointer;
	cursor: hand;
}