body {
	background-color: #ffffff;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.breadcrumb {
	background-image: url(../images/nav/bgbread.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding-top: 3px;
}
.product {
	width: 100px;
	border: 1px solid #862333;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
}
.itemtext {
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 5px;
}
.breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #FBBD50;
	text-decoration: none;
}
.wblogo {
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.left {
	background-color: #FCF8F8;
	background-repeat: repeat;
}
.right {
	background-color: #FCF8F8;
	background-repeat: repeat;
}
.botright {
	background-image: url(../images/nav/bgbotright.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.botleft {
	background-image: url(../images/nav/bgbotleft.gif);
	background-repeat: no-repeat;
	height: 30px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #862333;
}
a {
	color: #862333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	margin-left: 2px;
	list-style-image: url(../images/nav/arrow.gif);
}