/* CSS Document */

.choicenumber { text-align: right; font-size: 1.5em; color: #aca7a3; }
.photogroup li { float: left; }

.photogroup li:nth-child(1) { width: 100%; }
.photogroup li:nth-child(2), .photogroup li:nth-child(3) { width: 45%; }
.photogroup li:nth-child(3) { margin-left: 10% }

.symptomlist1 {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}
.symptomlist1 > li {
	border-bottom: 1px solid #dcddd7;
	padding-top: 0;
	margin-top: 15px;
}
.symptomlist1 > li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

li.moreinfo { list-style-type: none; list-style-image: none; padding-left: 0; margin-left: -15px; margin-top: 15px; }

.clickenlarge { font-size: .75em; font-color: #666; text-transform:capitalize; display: none; }

li.block135x250, li.block135x150 {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	overflow: auto;
	padding-bottom: 15px;
	
}
li.block135x250 h3, li.block135x150 h3 {
	margin-top: 0;
}
li.block135x250 img, li.block135x150 img {
	float: left;
	margin-right: 15px; 
}

table.insect-detail-table td { padding: 5px; }

.headline3 { font-size: 2em; color: #333; line-height: 1.1em; }

span.credit { font-size: .8em; color: #666; line-height: 1em; display: block; margin-bottom: 15px; }

@media (min-width: 461px) and (max-width: 768px) {
	.photogroup li { width: 30% !important; height: inherit; float: left; margin-left: 0 !important; }
	.photogroup li:nth-child(1) { margin-right: 5%; }
	.photogroup li:nth-child(2) { margin-right: 5%; }
	.photogroup li:nth-child(3) { margin-right: 0 !important; }
	.photogroup li img { height: auto !important;
    width: 100% !important; /* IE8 */ }
}