#cart {
	background-color: #E2EBEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#cart p {
	color: #333;
	font-size: 0.7em;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94B0B9;
}
#cart p .cartbold {
	font-weight: bold;
	color: #036;
	font-size: 1.2em;
}
#cart h1 {
	color: #036;
	font-size: 0.8em;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#cart h1 a:link, #cart h1 a:visited {
	color: #036;
	background-color: #D9E2E5;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #94B0B9;
	font-size: 0.9em;
}
#cart h1 a:hover {
	color: #FFF;
	background-color: #94B0B9;
}
#shophome {
	width: 390px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
	margin-right: 20px;
	margin-bottom: 15px;
	overflow: visible;

}
#shophome h1 {
	font-size: 1.3em;
	color: #036;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	margin-bottom: 7px;
	padding-top: 4px;
	line-height: 110%;
	height: auto;
	padding-bottom: 4px;
	clear: both;
}
#showhome p {
	color: #666;
	font-size: 0.7em;
	line-height: 160%;
	padding-bottom: 7px;
}
#shophome p.intro {
	color: #036;
	font-size: 0.7em;
	line-height: 150%;
	padding-bottom: 7px;
	font-weight: bold;
	background-color: transparent;
	width: 390px;
	text-align: left;
}
#shop {
	width: 390px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}
#shop ul {
	list-style-type: none;
	float: left;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 0px;
	padding: 0px;
	width: 128px;
}
#shop ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#shop ul li p a:link , #shop ul li p a:visited {
	font-size: 0.7em;
	color: #036;
	background-color: #D9E2E5;
	text-align: center;
	margin: 0px;
	padding: 4px;
	display: block;
	font-weight: bold;
	width: 118px;
}
#topanchor .left {
	text-align: left;
	float: left;
}
#topanchor .right {
	float: right;
}
#shop ul li p a:hover {
	color: #FFF;
	background-color: #94B0B9;
}
#shop ul li h2 {
	font-size: 0.7em;
	color: #036;
	background-color: #D9E2E5;
	text-align: center;
	padding: 4px;
	display: block;
	font-weight: bold;
	width: 118px;
	height: 25px;
	margin: 0px;
}
#shop img {
	padding: 2px;
	border: 1px solid #D9E2E5;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.products {
	clear: both;
	padding-top: 10px;
	font-size: 0.7em;
	margin-bottom: 8px;
}
.products a:link, .products a:visited {
	color: #666;
	font-weight: bold;
}
.products a:hover{
	color: #036;
	border-bottom-style: none;
}
.products th {
	border: 1px solid #94B0B9;
	color: #036;
	padding: 8px;
}
.products table tr td{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94B0B9;
}
.products table tr td.larger {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94B0B9;
	font-size: 1.2em;
	line-height: 130%;
}
.products table tr td.norule {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #94B0B9;
	height: 1px;
}
.products table tr td.buytab {
	background-color: #D9E2E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.products a.buy:link, .products a.buy:visited {
	color: #036;
	font-weight: bold;
	padding: 0px;
}
.products a.buy:hover {
	color: #FFF;
}
.products img {
	padding: 2px;
	border: 1px solid #D9E2E5;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#relate {
	margin-top: 10px;
}
#topanchor {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
}
.buttonAsLink{
	font-size:         11px;
	color:             #036;
	background-color:  #D9E2E5;
	font-weight:       bold;
	cursor:            pointer;
	width:             23px;
	padding-right: 0;
	padding-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
.buttonAsLink_hover{
	font-size:         11px;
	color:             #FFF;
	background-color:  #D9E2E5;
	font-weight:       bold;
	cursor:            pointer;
	width:             23px;
	padding-right: 0;
	padding-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
input {
	background-color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #94B0B9;
	width: 18px;
	color: #036;
	font-weight: bold;
	padding: 2px;
}
#offices {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#offices p {
	font-size: 0.7em;
	text-align: left;
	color: #666;
	line-height: 130%;
	font-weight: normal;
}
.products table tr td h4 {
	color: #F00;
	font-size: 1.3em;
	line-height: 150%;
	font-weight: bold;
}

