@charset "utf-8";
/* CSS Document */

.column-2 {

}

.column-3 {

}

table {
	padding-bottom:25px;
	background:url(/images/table-bottom.gif) no-repeat bottom left;
}

		table td,table td a{
		color:#339943;
		font-weight:bold;
		}

		table h3 a{
			text-decoration:none;
			color:#339943;
			font-size:14px;	
		}

			table td ul li{
				color:#000;
				font-weight:normal;
				list-style:none;
				font-size:11px;
			}

div.products{
	padding-top:10px;
	margin-right:-10px;
	}
	div.products div.product{
		float:left;
		width:175px;
		min-height:400px;
		margin-right:10px;
		}
		div.products div.product h3{
			margin:0;
			}

		div.products div.product div.intro{
			height:40px;
			
		}
		div.products div.product div.overview{
			margin-top:5px;
			min-height:200px;
			max-height:200px;
			background:red;
		}
		div.products div.product div.img{
			padding:10px 0;
			text-align:center;
			margin:0 auto;
		}

