.products {
	margin-top: 10px;
	border: solid 1px #ececec;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #555;
}
.prod_left {
	float: left;
	width: 439px;
}
.prod_right {
	float: right;
	width: 529px;
}
.productsx {
	padding: 15px;
	height: 420px;
}
.productsy {
	height: 450px;
	overflow: auto;
}
.products p {
	margin: 0;
	padding: 0;
}
.products p.p1 {
	text-align: justify;
	color: #d8732d;
	padding-bottom: 10px;
}
.products p.p2 {
	color: #2d65d8;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 5px;
}
.products p.p3 {
	color: #d8732d;
	text-align: center;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.products p.p4 {
	color: #65320e;
	text-align: center;
	padding-bottom: 12px;
}
.products p.p5 {
	color: #383634;
	text-align: center;
	padding-bottom: 10px;
	font-size: 23px;
}
.products p.p1 a {
	color: #d8732d;
}
.fltable {
	background: url(../images/product-bg.jpg) no-repeat;
	height: 300px;
	padding: 20px 25px 0 20px;
}
.fltable table tr td {
	font-size: 11px;
	color: #65320e;
	padding: 3px 0;
}
.fltable table tr.prodhead td {
	font-weight: bold;
	color: #170b03;
	font-size: 12px;
}
table.prodxtb {
	background: #d7d6d6;
}
table.prodxtb tr td {
	padding: 3px 5px;
	background: #FFF;
}
tr.prodxhead td {
	font-weight: bold;
	color: #170b03;
}