/**
 * Page Template Style for Template 4
 * @author Websignia.net
 * @link http://www.websignia.net
 * @version 0.1
 */

#template_4{
	font-size: 12px;
}
 
#template_4 .row{
	margin-bottom: 20px;
	clear: both;
}

#template_4 .row:last-child, #template_3 .row.last{
	/* margin-bottom: 0; */
}
#template_4 .rows .row p{
	width: 420px;
	text-align: justify;
}

#template_4 .row .image{
	float: left;
}

#template_4 .row .image img{
	height: 129px;
	width: 187px;
}
#template_4 .row .text{
	width: 420px;
	float: left;
	margin-right: 79px;
}

#template_4 .thumb_container{
	background-image: url('/template_4/row_image_bg.jpg');
	background-repeat: no-repeat;
	height: 150px;
	width: 208px;
	background-position: top left;
	overflow: hidden;
}

/*
#template_4 .thumb_container:empty{
	display: none;
}
*/
#template_4 .thumb_container img{
	margin-top: 11px;
	margin-left: 11px;
}

#template_4 h3.section{
	font-size: 18px;
	margin-top: 20px;
}

#template_4 h2 span.red{
	font-size: 12px;
	color: #AC2E32;
	font-weight: normal;
}

#template_4 .bottom_text p{
	text-align: center;
	margin-top: 10px;
}

#template_4 .bottom_text p.left_align{
	text-align: left;
}

.helper{
	background-color: #DDD;
	width: 100%;
}


.row ul li{
	list-style: disc;
}