﻿/* Left Section*/


#pulitika_left_section {

	float: left;
	width: 610px;
	margin: 0 ;
	
}

.pulitika_left_section_box {

	width: 610px;
	margin: 0 0 15px 0;
	
}
.pulitika_left_section_box_top {

	width: 595px;
	height: 20px;
	background: url(images/pulitika-box-bg.gif) repeat-x;
	padding: 10px 0 0 15px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	
}

.pulitika_left_section_box_body {

	width: 580px;
	padding: 15px 15px 0 15px;

}


.pulitika_left_section_box_body p{

	text-align: left;
	vertical-align:top;
	color: #333;
	font-size: 12px;
	margin: 0 0 10px 0;

}

.pulitika_left_section_box_body img{
	float: left;
	display:inline;
	margin-bottom: 10px;
	margin-right: 13px;
	border:none;

}

.pulitika_left_section_table {

	vertical-align:top;
	color: #333;
	width:100%;

}

.pulitika_left_section_table td {

	text-align: justify;
	vertical-align:top;

}


span.post{
	margin: 0 25px 0 0;
	color: #c60;
	font-size: 11px;
	
}

span.post a{
	color: #c60;
	text-decoration: none;
	
}

span.post a:hover{
	color: #c60;
	text-decoration: underline;
	
}

.cleaner_with_height {

	clear:both;
	height: 1px;
}

.cleaner {

	clear:both;
}


