@charset "utf-8";
/* CSS Document */
.table_border_green { 

border:3px solid #CEE16B;
margin-bottom:15px;

}



.greenHeader {

	background:#ECFAC6;

	color:#064F01;

	font-family:Arial,Helvetica,sans-serif;

	font-size:18px;

	font-weight:bold;

	text-decoration:none;

	text-transform:capitalize;

	white-space:nowrap;



}



.bgColor1 {

	background: #FF6600;

}

.table_border_green {

	border:3px solid #C5DA57;

	background:#fff;

}


.redtext { 
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.price-red { 
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.productBox {
	width:500px;
	background:#fff;
	border: solid 1px #d5e9a1;
	margin:0px;
	padding:5px;
	width:500px;
	margin-bottom:20px;

}
