/* CSS Document */

.productscontent {
	width: 810px;
	border-top: 1px solid #22AF36;
	background-color: #FFF;
	float: left;
	padding-right: 0px;
}

.productphoto {
	margin: 20px 15px 20px 15px;
	width: 220px;
	height: 220px;
	float: left;
	padding: 10px;
	background-color: #99CC99;
	background-image: url(../images/backgrounds/products_btn_bg2.jpg);
	background-repeat: no-repeat;
	border: thin none #000000;
}

.productphoto img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.productphoto h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: left;
	margin: 0;
}

.productphoto h2 a:link,a:visited {
	text-decoration: none;
	font-size: 1em;
}

.productphoto h2 a:hover,a:active {
	text-decoration: underline;
	color:#029216;
}

.productphotoright {
	float: right;
	margin: 5px 10px 0 5px;
}

.productdescription {
	line-height: 125%;
	margin-right: 5px;
}
