.bodytext {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bottomlinks {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.title {
	font-family: verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #990000;
}

.categorynameheader {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: gray;
	text-decoration: italic;
}

.categoryname {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	text-decoration: italic;
	text-align: left;
}

.categorydescription {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-align: left;
}

.productnameheader {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: gray;
	text-decoration: italic;
	text-align: left;
}

.productname {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: gray;
	text-decoration: italic;
	text-align: left;
}

.productdescription {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
}

.productoption {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
}

.productprice {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: olive;
	text-align: left;
}

.productconfiguration {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: olive;
	text-align: left;
}


.productmanufacturer {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: olive;
	text-align: left;
}

.storenav {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: gray;
	text-align: right;
}

.message {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: gray;
	text-align: right;
}

div.cart-title {
	color: black;
	font-weight: bold;
	font-size: 18px;
	margin-bottom:5px;
}

div.cart-message {
	color: gray;
	font-weight: bold;
	font-size: 14px;
}

tr.cart-header-background {
	background-color:#336699;
}

th.cart-header {
	color:white;
	font-size:12px;
	font-weight:bold;
}

tr.cart-item-background {
}

td.cart-item {
	color:black;
	font-size:10px;
}


tr.cart-total-background {
	background-color:#336699;
}

td.cart-total {
	color:white;
	font-size:12px;
}

td.dbimport {
	font-size:8pt;
	color: black;

}
