@charset "utf-8";
/* CSS Document */

#tpl_list
{
	clear:both;
	display:inline-block;
}

#tpl_list h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#ebebeb;
	text-transform:uppercase;
	margin-top:12px;
}




#tpl_list .row
{
		clear:both;
	display:inline-block;
	margin-bottom:20px;
	padding:15px;
	background-color:#282828;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tpl_list .row h2
{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#b0a99a;
	text-transform:uppercase;
}


#tpl_list .row h2 a:link,  #tpl_list .row h2 a:visited, #tpl_list .row h2 a:active
{

}

#tpl_list .row h2  a:hover
{

}

#tpl_list .row img
{
	float:left;
	margin-right:15px;	
}

#tpl_list .row p
{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	font-size:12px;
	line-height:13pt;

}














