#specs{
	float: left;
	width:430px; 
	padding-right: 50px;
	font-size: 14px;
}
.ul_heading{
	font-size: 20px;
	font-weight: bold;
	color: black;
	display: block;
	padding:0px;
}
.model_desc{
	color: black;
	font-weight: bold;
	font-size: 24px;
	text-transform: capitalize;
	text-align: center;
	
}
#specs ul{
	list-style-position: outside;
	color: black;


}
#specs ul li{
padding-bottom: 10px;

}

.caption{
	color: black;
}


#specs a{
	margin-bottom: 5px;
	margin-top: 5px;
	border-style: solid;
	border-color: #cbcbcb;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:black;
}

#specs a:hover{
 background-color: #657C9E;
}
#specs p{	font-size: 14px;
 }