body {
	margin: 0 0 20px 0;
}
body, td {
	font-family: verdana;
	font-size: 10pt;
}
img {
	border: none;
}
form {
	display: inline;
}
a {
	color: #000;
}
a:hover {
	color: #7C97B2;
}
table.breadcrumb {
	background: #316CA7;
	width: 100%;
	margin-bottom: 10px;
}
table.breadcrumb td {
	padding: 3px 12px 3px 12px;
	color: #fff;
	font-size: 10pt;
}
table.breadcrumb td a {
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}
caption {
	background: #316CA7;
	color: #fff;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
table.productbox {
	background: #E8E8F0;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.productsubbox {
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #7C97B2;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
table.offerbox {
	background: #f6d2d6;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
table.offerbox caption {
	background: #EA3030;
	color: #fff;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
a.tablelink {
	text-decoration: none;
}
a.tablelink:hover {
	color: #7C97B2;
}
table.alsoavailable {
	background: #F5CECE;
	padding: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.content {
	width: 100%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.copyright {
	margin-top: 10px;
	border-top: 1px solid #DFDFDF;
	width: 75%;
	padding-top: 10px;
}
.nav {
	width: 150px;
}
.navheader {
	background: #316CA7;
	padding: 3px 12px 3px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}
.navbox {
	border: 1px solid #7C97B2;
	background: #F8F8F9;
	padding: 10px 5px 10px 5px;
	font-size: 8pt;
	margin-bottom: 10px;
}
.navbox a {
	line-height: 1.5em;
}
.items {
	border-collapse: collapse;
	border: 1px solid #7C97B2;
	width: 100%;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.items .title {
	background: #ededed;
	padding: 5px 3px 5px 3px;
	border-bottom: 1px solid #7C97B2;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
.items .desc {
	padding: 5px 3px 5px 3px;
	width: 100%;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.price {
	font-weight: bold;
	color: #316CA7;
}

.cart {
	border-collapse: collapse;
	border: 1px solid #7C97B2;
	width: 100%;
}
.cart .header {
	background: #ededed;
	border-bottom: 1px solid #7C97B2;
}
.cart .divider {
	background: #ededed;
	border-top: 1px solid #7C97B2;
	border-bottom: 1px solid #7C97B2;
	height: 8px;
}
.cart .footer {
	background: #ededed;
	border-top: 1px solid #7C97B2;
}

.level1 {
/*	color: #316CA7; */
	list-style: none;
}
.level2 {
/*	color: #316CA7; */
	list-style: none;
}
.level3 {
/*	color: #ABD; */
	list-style: none;
}

.search {
	background: url(search.gif) no-repeat;
	padding: 5px;
	width: 174px;
	height: 22px;
	border: none;
	float: right;
	font-size: 10px;
}