/* CSS Document */

/*Start left categories widgets */
.home_categories_left {
	width: 344px;
	float: left;
	/*border-right: solid 1px red;*/
}

/*END left categories widgets */



/*Start right categories widgets */
.home_categories_right {
	width: 328px;
	float: right;
	/*border-left: solid 1px red;*/
}


.home_cat_title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.home_cat_posttitle {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 14px; 
	padding-bottom: 6px;
}
.home_cat_excerpt {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.home_cat_firstthumb {
	height: 102px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 174px;
}
.home_cat_secondthumb {
	height: 42px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 75px;
}
.home_cat_secondcontent {
	height: 55px;
}

/*END right categories widgets */