body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	color: #333333;
}
.MenuInit {
	visibility: hidden;
	height: 31px;
	overflow: hidden;
}
#CatBoxes {
	text-align: center;
}
ul#CatBoxList {
	padding: 0px;
	margin: 0px;
}
ul#CatBoxList  li {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
#CatBoxPadding {
	padding: 5px;
}
#CatBoxTitle {
	padding-top: 10px;
	padding-bottom: 10px;

}

.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.SmallTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.BoldTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}
.BoldTitleR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.StdLink {
	color: #333333;
}
.GenLink {
	color: #333333;
	text-decoration: none;
}

.GenLink:hover {
	color: #333333;
	text-decoration: underline;
}

.OtherLink {
	color: #333333;
	text-decoration: none;
}

.OtherLink:hover {
	color: #333333;
	text-decoration: underline;
}

.SiteBack {
	background-color: #FFFFFF;
}
.SmallPadding {
	padding-bottom: 10px;
}
.InputText {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #F2F2F2;
}
.SearchNorm {
	font-style: normal;
	color: #000000;
	width: 140px;
}
.SearchGray {
	font-style: italic;
	color: #CCCCCC;
	width: 140px;
}
.TextNorm {
	font-style: normal;
	color: #000000;
}
.TextGray {
	font-style: italic;
	color: #CCCCCC;
}



.ListTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
.ListSubTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.SortTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.FilterText {
	color: #FFFFFF;
	text-decoration: none;
}
.FilterDisabled {
	text-decoration: none;
	color: #999;
}

.FilterLink {
	text-decoration: none;
}
.FilterLink:hover {
	text-decoration: none;
}
.FilterLink:visited {
	text-decoration: none;
}

#BasketTable td td {
	padding-left: 5px;
	text-align: left;
}
.ListPriceTotal {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.ItemPriceTotal {
	font-size: 24px;
	font-weight: bold;
	color: #009900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.PagingDivs {
	padding: 1px;
	display: inline;
	cursor: hand;
}
.PagingDivsSel {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.ItemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}
.ItemID {
	color: #333333;
}

.ItemDevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}
.Breadcrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ItemDetailBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	text-align: left;
	padding-top: 10px;
}
.ItemDetailTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
.BasketQtyField {
	width: 30px;
	text-align: center;
}
#divSearch {
	position:absolute;
	width:300px;
	height:150px;
	z-index:10000;
	left: 154px;
	top: 83px;
	display: none;
	background-color: #FFF;
	overflow: scroll;
}
.CheckoutHead {
	width: 100%;
}
.CheckoutDiv {
	background-color: #CCCCCC;
}
.CheckoutSubTotal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;

}
.CheckoutTotal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.FooterText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}

