.template_wrapper
{
	width:580px;
	display:block;
}
.template{
	width:580px;
	padding:0px;
	margin:0px;
	min-height:110px;
	background-color:#f5f5f5;
	float:left;
	margin-bottom:10px;
}
.template ul{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}
.template ul li{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	float:left;
}
.template ul li.left{
	width:210px;
}
.template ul li.right{
	width:320px;
	background:url('dot.png') top left repeat-y;
}
li.left span.title{
	width:170px;
	min-height:28px;
	padding:10px 15px;
	background-color:#253228;
	color:#FFF;
	float:left;
	font-weight:bold;
}
.template ul li.left span img{
	float:left;
	margin-top:20px;
	margin-left:10px;
}

.template ul li.right span.description{
	width:320px;
	float:left;
	padding:20px;
}

.template ul li.right a{
	float:right;
	text-decoration:none;
	font-size:10px;
	padding:10px 0px 20px 0px;
}

