/***********************************************/
a.FooterLink:link {
	color: #FFCC66;
	text-decoration: underline;
}
a.FooterLink:visited {
	color: #FFCC66;
	text-decoration: underline;
}
a.FooterLink:hover {
	color: #FFCC66;
	text-decoration: none;
}
a.FooterLink:active {
	color: #FFCC66;
	text-decoration: underline;
}
/***********************************************/
a.HelperLink:link {
	color: #000000;
	text-decoration: underline;
}
a.HelperLink:visited {
	color: #000000;
	text-decoration: underline;
}
a.HelperLink:hover {
	color: #000000;
	text-decoration: none;
}
a.HelperLink:active {
	color: #000000;
	text-decoration: underline;
}

/*********************/
a.PageLinkActive:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.PageLinkActive:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.PageLinkActive:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.PageLinkActive:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

/***********************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BodyCell {
	border-top-width: 0px;
	border-right-width: 9px;
	border-left-width: 9px;
	border-bottom-width: 0px;	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.FooteBG {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
	padding-top: 6px;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: text-top;
}
.Header {
	background-color: #FFFFFF
}
.CatalogTop {
	font-size: 12px;
	font-weight: bold;
}
.HelperCell {
	background-color: #FFCC66;
	width: 159px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 10px;
	color: #000000;
}
.pageTitle {
	padding-top: 10px;
	padding-right: 9px;
	padding-left: 9px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
.InsideContent {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	vertical-align: top;
	font-size: 12px;
}
.CatalogLinks {
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	vertical-align: top;
	font-size: 12px;
}
.Divider {
	background-image: url(Images/Divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
/***************************************************/
/********** CARTSTYLES *****************************/
.CartHeading {
	font-size: 14px;
	font-weight: bold;
	background-image: url(Images/Divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 16px;
	background-color: #E4E4E4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
}
.CartItem TD {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.FormText {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.CartImage {
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	float: right;
}
.CartPrice {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.CartTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.CartValues {
	font-size: 11px;
}
.CartOptions {
	background-color: #e4e4e4;
	padding: 1px;
	border: 1px solid #999999;
	width: 200px;
}
select.CartSelect {
	font-size: 10px;
	color: #666666;
}
select.CartSelectHome {
	font-size: 9px;
	color: #666666;
}
.CartCategory {
	font-size: 10px;
	color: #333333;
}
.CartTeaser {
	font-size: 12px;
}
.CartPurchase {
	padding-top: 5px;
	padding-bottom: 5px;
}
.CartMoreInfo {
	font-size: 11px;
	font-weight: bold;
}
select.CatSearch {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.CatSearch {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SearchBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

