﻿.home_site-blocks-container
{
	width: 220px;
	/*background-image: url('images/site_block-shadow.gif');*/
	
	position: relative;
}

.home_site-blocks-block_rounded
{
	padding: 0 5px 0 5px;
	height: 92px;
	background-color: #d3c7a3;
	background-repeat: no-repeat;
	background-image: url('images/site_blocks-block_rounded.gif');
}

.home_site-blocks-block_standard
{
	padding: 0 5px 0 5px;
	height: 92px;
	background-color: #d3c7a3;
	background-repeat: no-repeat;
	background-image: url('images/site_blocks-block_standard.gif');
}

.home_site-blocks-block_image
{
	float: left;
	width: 66px;
	height: 66px;
	margin: 20px 0 0 3px;
	padding: 2px 0 0 2px;
	background-image: url('images/image-background.gif');
}

.home_site-blocks-block_text
{
	float: left;	
	width: 130px;
}

.home_site-blocks-block_text p
{
	float: left;
	font-size: 70%;
	padding: 0 0 0 5px;
	margin: 5px 0 0 0;
	color: #4c4c4c;
}

.home_site-blocks-block_text span.heading
{
	float: left;
	font-size: 75%!important;
	font-weight: bold;
	margin-top: 20px !important;
	margin-left: 5px!important;
	margin-bottom: 1px!important;
	color: #4c4c4c;

}

.home_site-blocks-block_arrow
{
	width: 13px;
	height: 12px;
	position: absolute;
	right: 5px;
	margin-top: 80px;
	
}

.home_site-blocks-block_footer
{
	height: 5px;
	background-image: url('images/site_blocks-block_footer.gif');
	background-repeat: no-repeat;
}

