.GeneralText { 
	color: #000000;
	font-family : Tahoma;
	font-size : 11px;
	text-decoration: none;
}

.CategoryLinks { 
	color: #0072bc;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.CategoryLinks:hover { 
	color: #0072bc;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.GeneralLinks { 
	color: #0072bc;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.GeneralLinks:hover { 
	color: #0072bc;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.RetailPrice { 
	color: #000000;
	font-family : Tahoma;
	font-size : 12px;
	text-decoration: none;
}

.SaleWholesalePrice { 
	color: #000000;
	font-family : Tahoma;
	font-size : 12px;
	text-decoration: none;
}

.Price { 
	color: #ed2e24;
	font-family : Tahoma;
	font-size : 12px;
	text-decoration: none;
}

.CartDetails { 
	color: #000000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.AddToCartLink { 
	color: #CC0000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.AddToCartLink:hover { 
	color: #0000CC;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.SearchBarText { 
	color: #000000;
	font-family : Tahoma;
	font-size : 11px;
	text-decoration: none;
}

.SearchBarLinks { 
	color: #CC0000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.SearchBarLinks:hover { 
	color: #0000CC;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.SearchBarTextboxes { 
	color: #000000;
	font-family : Tahoma;
	font-size : 11px;
	text-decoration: none;
}

.SearchBarButtons { 
	color: #000000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.LeftSideBarText { 
	color: #000000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.LeftSideBarLinks { 
	color: #0072bc;
	font-family : Tahoma;
	font-size : 12px;
	text-decoration: none;
}

.LeftSideBarLinks:hover { 
	color: #0072bc;
	font-family : Tahoma;
	font-size : 12px;
	text-decoration: none;
}

.InputFieldFonts { 
	color: #000000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.SuccessText { 
	color: #000000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}

.FailureText { 
	color: #000000;
	font-family : Tahoma;
	font-size : 10px;
	text-decoration: none;
}


h1 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
	margin-top: 0px;
	font-family: Tahoma;
}


h2 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
	margin-top: 0px;
	font-family: Tahoma;
}


h3 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
	margin-top: 0px;
	font-family: Tahoma;
}


h4 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
	margin-top: 0px;
	font-family: Tahoma;
}


h5 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
	margin-top: 0px;
	font-family: Tahoma;
}


h6 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
	margin-top: 0px;
	font-family: Tahoma;
}

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;
}


