.formBrowse {
	margin: 0px;
	padding: 0px;
}
.formBrowseDropDown {
	margin: 10px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.categoryList {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
.categoryList b {
	font-size: 13px;
}
.categoryList a {
	font-size: 10px;
	color: #003399;
}
.categoryList a:hover {
	text-decoration: none;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9C9C;
}
.groceryList, .newProductList {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C9C9C;
	padding: 8px;
	font-size: 12px;
}
.groceryList b, .newProductList b {
	font-size: 11px;
	color: #9C9C9C;
	text-transform: uppercase;
}
.groceryList .item, .newProductList a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
.groceryList a:hover, .newProductList a:hover {
	text-decoration: none;
	color: #5292D1;
}
#ReferAFriend {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	padding: 8px;
	font-size: 12px;
	width:130px;
}
#ReferAFriend input {
	width:120px;
}
#ReferAFriend span {
	margin-top: 5px;
}
#ReferAFriend #submit {
	margin-top: 5px;
}
.productListTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.productListTH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E83C2;
}
.productListProduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	margin-bottom: 10px;
}
.productListProduct .brand {
	font-size: 9px;
	font-weight: bold;
	color: #405482;
	margin-left: 8px;
}
.productListProduct .brand:hover {
	text-decoration: none;
	color: #5292D1;
}

.productListProduct .title {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.productListProduct .title:hover {
	text-decoration: none;
	color: #5292D1;
}

.categorySubMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E6E6E;
}
.categorySubMenu a {
	color: #6E6E6E;
}
.categorySubMenu a:hover{
	text-decoration: none;
}
.categoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.subCategoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
/* Product Detail Page */
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.productBrandName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E6E6E;
}
.productDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.productDescription a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
}
.productDescription a:hover {
	text-decoration: none;
}
/* AdCategory layout */
.category-pagination div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: bottom;
}
.category-pagination a {
	color: #003399;
}

#survey .head1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6E6E6E;
	font-size: 14px;
}

#survey .tabletext {
	font-family: Arial, Helvetica, sans-serif;
	color: #6E6E6E;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 2px;
}

#surveyContent {
	position: absolute; 
	top: 1px; 
	left: 1px;
	z-index: 7;
	background: white; 
	border-style: solid; 
	width: 390px; 
	#width: 420px;
	padding: 15px; 
	background-image: url('/Images/survey/surveyheader.jpg'); 
	background-repeat: no-repeat; 
	padding-top: 40px; 
	background-position: 5 5; 
	border-width: 1px; 
	border-color: #555;
}

#survey textarea {
	width: 380px;
}

TD.newProductsList {
	background-image: url("/Images/sidebarBkg.gif");
	background-repeat: repeat-y;

	height: 100%;
	width: 170px;
	max-width: 170px;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
}
TD.newProductsList .product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 6px;
}

.homepagetoptext{
        font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        color:#000;
border:1px solid black;
margin-bottom:.7em;
line-height:14px;
padding:2px;
}
