@charset "utf-8";
/* CSS Document */

@import url("style.css");

#main_middle_top
{
	margin-bottom:20px;
}

#main_middle_left
{
	margin:0px;
	width:354px;
}

#main_middle_left_products_menu
{
	border:2px dotted #5B8442;
	overflow:hidden;
	padding:10px;
	width:100px;
}

#main_middle_left_products_menu a
{
	border-bottom:1px dotted #5B8442;
	color:#5B8442;
	display:block;
	overflow:hidden;
	margin-bottom:3px;
	padding-bottom:2px;
	text-decoration:none;
	text-transform:uppercase;
}

#main_middle_left_products_menu a:hover
{
	border-bottom:1px dotted #999;
	color:#999;
}

#main_middle_left_products_images
{
	background-color:#E1E1E1;
	height:auto;
	margin-left:10px;
	padding-bottom:13px;
	width:219px;
	
	_margin-left:5px;
}

#main_middle_left_products_images img
{
	margin-left:13px;
	margin-top:13px;
	border:1px solid #5B8442;
}

#main_middle_left_products_images .image
{
	text-align:center;
	width:220px;
}

#main_middle_left_products_images .image p
{
	margin-top:10px;
	text-align:center;
	text-transform:uppercase;
	width:220px;
}