/* CSS Document */
products-div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	float: left;
	width: 526px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #E5E5E5;
	padding-top: 0px;
	padding-left: 0px;

}
#div-img {
	height: 270px;
	width: 155px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
	padding-top: 2px;
	background-color: #E5E5E5;
	margin-top: 0px;
}
#div-img img {
	padding-top: 6px;
}

#div-txt {
	float: left;
	width: 350px;
	text-align: justify;
	height: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
	padding-top: 2px;
	background-color: #E5E5E5;
	padding-left: 10px;
}
#div-txt a {
	text-decoration: none;
	color: #000099;
}

#div-txt p {
	padding-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
