/************************************
*********** Browse Page *************
************************************/
.txtTitleBrowse {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#d49d3e;  /* Gold Color */
line-height:20px;
text-transform:uppercase;
padding-top: 6px;

}
.tblBorderBrowse {
	border: 2px solid #E1E1E1;
}
.productNameBgBrowse {
	background-color: #3c3a3b;
}
.lnkProductBrowse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.lnkProductBrowse:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.priceBg {
	background-color: #5f5f5f;
}
.detailsBg {
	background-color: #d2bf87;
}
.txtPriceBrowse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d2bf87;
	text-decoration: none;
}
.lnkDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.lnkDetails:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
