	body, font, td, b, i {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 10px;
	line-height: 15px;
}

.menuCategoryItem {
	font-family: Georgia, Times, Serif, Arial;
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.menuCategoryItem_selected:hover {
	font-family: Georgia, Times, Serif, Arial;
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.menuCategoryItem_selected {
	font-family: Georgia, Times, Serif, Arial;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.menuSubCategoryItem {
	font-family: Georgia, Times, Serif, Arial;
	color: #D95473;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.menuSubCategoryItem:hover {
	font-family: Georgia, Times, Serif, Arial;
	color: #D95473;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.menuSubCategoryItem_selected {
	font-family: Georgia, Times, Serif, Arial;
	color: #D95473;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.menuItem {
	font-family: Georgia, Times, Serif, Arial;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.menuItem:hover {
	font-family: Georgia, Times, Serif, Arial;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.menuItem_selected {
	font-family: Georgia, Times, Serif, Arial;
	color: black;
	font-size: 11px;
	font-weight: none;
	font-weight: bold;
	text-decoration: underline;
}

.pageTitle {
	font-family: Georgia, Times, Serif, Arial;
	color : #333;
	line-height: 20px;
	font-size : 17px;
	font-weight: bold;
	font-style: italic;
}
.pageText {
	font-family: Verdana, Arial, Geneva;
	color : black;
	line-height: 17px;
	font-size : 10px;
}
.startpageCategoryName {
	font-family: Georgia, Times, Serif, Arial;
	color: black;
	font-size: 12px;
	font-weight: none;
	font-weight: bold;
	text-decoration: none;
}

.productList_productName {
	font-family: Verdana, Arial, Geneva;
	color: #D95473;
	font-size : 10px;
	font-weight: bold;
}
.productList_Price {
	font-family: Verdana, Arial, Geneva;
	color : #000000;
	font-size : 10px;
	font-weight: bold;
}
.productPage_productName {
	font-family: Georgia, Times, Serif, Arial;
	color : #333;
	line-height: 20px;
	font-size : 17px;
	font-weight: bold;
	font-style: italic;
}
.productPage_Price {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 11px;
	font-weight: bold;
}
.productNumItems {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 12px;
	font-weight: bold;
}

.basketTitle {
	font-family: Verdana, Arial, Geneva;
	color : black;
	line-height: 30px;
	font-size : 12px;
	font-weight: bold;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	text-decoration : none;
	color: blue;
}
.linkBack {
	color : #555555;
	font-size : 10px;
}
.pageLink, .pageLink:hover {
	color : blue;
}

A:HOVER {
	font-family: Verdana, Arial, Geneva;
	color : blue;
	font-size : 10px;
	text-decoration : underline;
}

h1 {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 14px;
	font-weight : bold;
}

h2 {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 13px;
	font-weight : bold;
}

.inputtext {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	border-bottom: 1px solid #E7E3E0;
	border-left: 1px solid #E7E3E0;
	border-right: 1px solid #E7E3E0;
	border-top: 1px solid #E7E3E0;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.admin {
	color: green;
}

.copy {
	color: silver;
	text-decoration: none;
}

/* Carl's additions */


#frontbanner {
width: 286px;
height: 79px;
background: url(/images/frontbanner.gif) no-repeat;

}

#pad {
color: #FFFFFF;
width: 266px;
padding: 8px;
height: 69px;
text-align: center;

}

.white {
color: #FFFFFF;
}

#langChanger ul {
	display: inline;
}

#langChanger li {
	float:right;
	list-style:none;
	margin-right: 40px;
	margin-bottom: 8px;
}

#langChanger li img {
	border:none;
}