#specs{
	float: left;
	width:550px; 
	font-size: 14px;

}
.model_info{	float: rigght;
	width:320px; 
  }
.ul_heading{
	font-size: 17px;
	font-weight: bold;
	color: black;
	display: block;
	padding:0px;
	color:#0066CC;
}
.model_desc{
	color: black;
	font-weight: bold;
	font-size: 24px;
	text-transform: capitalize;
	text-align: center;
	color:#0066CC;
}
#specs ul{
	list-style-position: outside;
	list-style-type: none;
	color: black;


}
#specs ul li{

}
#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;
}
.model_pic{text-align: center;  }
.model_pic p{ text-align: center;}
.model_pic img{display: block; margin-left: auto;margin-right: auto}
