.GeneralText { 
	color: #464646;
	font-family : Arial;
	font-size : 12px;
	text-decoration: none;
}

.CategoryLinks { 
	color: #464646;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.CategoryLinks:hover { 
	color: #464646;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.GeneralLinks { 
	color: #000066;
	font-family : Arial;
	font-size : 11px;
	text-decoration: none;
font-weight: Bold; ;
}

.GeneralLinks:hover { 
	color: #CC0000;
	font-family : Arial;
	font-size : 11px;
	text-decoration: none;
font-weight: Bold; ;
}

.RetailPrice { 
	color: #000000;
	font-family : Arial;
	font-size : 18px;
	text-decoration: none;
font-weight: Bold; ;
}

.SaleWholesalePrice { 
	color: #990000;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
font-weight: Bold; ;
}

.Price { 
	color: #000000;
	font-family : Arial;
	font-size : 18px;
	text-decoration: none;
font-weight: Bold; ;
}

.CartDetails { 
	color: #000066;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.AddToCartLink { 
	color: #333333;
	font-family : Arial;
	font-size : 12px;
	text-decoration: none;
font-weight: Bold; ;
}

.AddToCartLink:hover { 
	color: #000066;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.SearchBarText { 
	color: #ffffff;
	font-family : Arial;
	font-size : 11px;
	text-decoration: none;
}

.SearchBarLinks { 
	color: #ffffff;
	font-family : Arial;
	font-size : 11px;
	text-decoration: none;
}

.SearchBarLinks:hover { 
	color: #cccccc;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
font-weight: Bold; ;
}

.SearchBarTextboxes { 
	color: #666666;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.SearchBarButtons { 
	color: #666666;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.LeftSideBarText { 
	color: #666666;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.LeftSideBarLinks { 
	color: #FFFFFF;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.LeftSideBarLinks:hover { 
	color: #000000;
	font-family : Arial;
	font-size : 13px;
	text-decoration: none;
}

.InputFieldFonts { 
	color: ;
	font-family : Arial;
	font-size : 10px;
	text-decoration: none;
}

.SuccessText { 
	color: ;
	font-family : Arial;
	font-size : 10px;
	text-decoration: none;
}

.FailureText { 
	color: ;
	font-family : Arial;
	font-size : 10px;
	text-decoration: none;
}


h1 {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
	margin-bottom: 25px;
	color: #333333;
	line-height: 100%;
	margin-top: 25px;
	font-family: Arial;
}


h2 {
	padding-right: 0px;
	padding-left: 5px;
	font-size: 16px;
	margin-bottom: 0px;
	color: #a88c40;
	line-height: 100%;
	margin-top: 5px;
	font-family: Arial;
}


h3 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	margin-bottom: 0px;
	color: #464646;
	line-height: 100%;
	margin-top: 0px;
	font-family: Arial;
}


h4 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	color: #666666;
	line-height: 100%;
	margin-top: 0px;
	font-family: Arial;
}


h5 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	color: #666666;
	line-height: 100%;
	margin-top: 0px;
	font-family: Arial;
}


h6 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	color: #666666;
	line-height: 100%;
	margin-top: 0px;
	font-family: Arial;
}

table.CartTable {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.CartTable td {
	background-color: #EEE;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.CartTable td.MainHead {
	background-color: #fff;
	color: #000;
	padding: 2px;
	border-bottom: 1px #fff solid;
	font-size: 14px;
	font-weight: bold;
}

table.CartTable td.hed {
	background-color: #000;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

