#camera-technology-images img {
	vertical-align: top;
}


/* Technical Specifications Tool */

#technicalSpecifications {
	background:transparent url(../images/solutions/camera_technology/tech-specs-bg.png) no-repeat scroll 190px 0px;
	height: 415px;
	width: 498px;
}


.specification-types {
	float: left;
	top: 0;
	left: 0;
	margin: 25px 0 0;
	width: 197px;
}

.specification-types li {
	list-style-type: none;
	cursor: default;
	padding: 2px 7px;
	margin-bottom: 0;
	font-weight: bold;
}
.specification-types li:hover {
	background-color: #e8e8e8;
}


.specification-details {
	float: right;
	width: 270px;
	margin:13px 20px 0 0;
}

.specification-details h2 { /* title */
	font-size: 12.5pt;
	margin-bottom: 5px;
	text-align: center;
	
}

.specification-details h3 { /* subtitle */
	margin-bottom: 10px;
	background-color: #c8c8c8;
	padding-left: 10px;
	text-transform: capitalize;
}

.specification-details img { 
	display: block;
}
