#specs{
	float: left;
	width:320px; 
	padding-right: 50px;
	font-size: 14px;

}
.ul_heading{
	font-size: 17px;
	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;
	list-style-type: none;
	color: black;
}
#specs ul li{
	margin-left:-40px;

}
#specs ul li ul{
	margin-left:15px;

}
.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: #406B98;
 color:white;
}
