 a{
	xfont-weight: bold;
	color: #8ad459;
	text-decoration: none;
	} 
a img{ 	border: none;}
.clear{ clear:both; height:30px;}
.span_text{text-align:right; width:100px; float:right; color:Red; font-size:12px; font-weight:normal;}
.title_img{ height:30px; line-height:30px; text-align:center;  float:left; width:280px; color: #414f5b;}
 /* misc
----------------------------------------------- */
#content{ margin:20px 11%;}
.section{ border-top: 0px solid #3d3d33;  padding: 0.1em 0; height:320px; overflow:hidden; }

.first{ border-top: none; }

.thumbnail{
	/*padding: 2px 2px 2px 2px;
	background-color: #666;*/
	border: 2px solid #E0E0E0;
	float: left;	
	width:280px;
	height:210px;
	 text-align: center;
	 display:table;
	}	
.thumbnail span{ display:table-cell; vertical-align:middle;}
.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

H2{ height:35px; line-height:35px; text-align:left; padding-left:10px; font-size:16px; font-weight:bold; margin:20px;}

/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
