.text1 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

.text2 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-transform: lowercase;
	font-style: italic;
}
.productbox {
	border-left-color:#F8E2B9;
	border-bottom-color:#9B643B;
	border-top-color:#F8E2B9;
	border-right-color:#9B643B;
	border-style:double;
	border-width: 3px;
}
.upsellbox {
	border-left-color:#F8E2B9;
	border-bottom-color:#9B643B;
	border-top-color:#F8E2B9;
	border-right-color:#9B643B;
	border-style: ridge;
	border-width: 1px;
}
.navback {
    /*
	background-image:url(images/navback.jpg);
	background-repeat:repeat-y;
	*/
}
.pageheadertext {
	background-color:#F0E0CD;
	border-left-color:#F8E2B9;
	border-right-color:#F8E2B9;
	border-top-color:#F8E2B9;
	border-bottom-color:#F8E2B9;
	border-style: ridge;
	border-width: 1px;
	padding:'8';
}

.errortext {
	font-size: 14px;
	font-weight: bold;
}
