/************************************
*********** Browse Page *************
************************************/
.txtTitleBrowse {
	font: 18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	text-transform: capitalize;
}
.tblBorderBrowse {
	border: 2px solid #870047;
}
.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: #870047;
}
.txtPriceBrowse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lnkDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.lnkDetails:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}


/* new_products_design */
/* CSS Document */

.box_border {
	border:#333333 solid 1px;
}

.product_name_view_detail {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.product_name_view_detail a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.product_name_view_detail a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ed8db2;
	text-decoration:none;
}

.qty {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.our_price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-color:#dddddd;
	padding-left:5px;
}

.price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-color:#BB0062;
	padding-right:5px;
}

.text_field {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	height:12px;

}

/* =========================== */

