.container {
	font-size: 1.1em;
}

.smallcaps{
	color: #F26922;
	font-variant: small-caps;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1 {
	margin-bottom: 0px;
	font-weight: bold;
}

span {
	margin-bottom: 0px;
}

.cassette {
	background: url('/images/cassette.jpg') no-repeat center;
}

img {
vertical-align: middle;
}

.product-cell {
	min-height: 200px;
	padding-top: 15px;
}

hr.narrow {
	margin-bottom: 0px;
}

.table th {
	background-color: #FBCDB5;
	border: 1px solid black;
}

.table td {
	border: 1px solid black;
}

.table tr {
	background-color: #FAF0EB;
}

.table thead {
	text-align: center;
	font-weight: bold;
}

tr.alt td {
	background-color: #C4EDF8;
}

.border p, .last dl {
	padding-left: 15px;
	padding-right: 10px;
}

ol {
	padding-left: 15px;
}

dt {
	text-decoration: underline;
}

.nav div:hover {
	background-color: #F26922;
}

.nav div:hover a {
	color: #fff;
}

.nav .selected {
	background-color: #F26922;
}

.nav .selected a {
	color: #fff;
}

hr.orange {
	color: #F26922;
	background-color: #F26922;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #BBB;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('/images/loading.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

em.formError {
	background: #FBE3E4 url("/images/unchecked.gif") no-repeat 0px 0px;
	color:#8a1f11;
	padding:.1em;
	margin-bottom:.5em;
	border:2px solid #FBC2C4;
	padding-left: 16px;
}
em.formSuccess {
	background: #fff url("/images/checked.gif") no-repeat 0px 0px;
	border: 0px;
}

.blogPost {
	border:1px solid #eee;
	font-family:verdana,arial,sans-serif;
}

.blogPost h2 {font-family:"century","book antiqua",serif; font-size:20px; font-weight:normal; padding:0; margin:4px 0; font-style:italic;}
.blogPost h2 a {text-decoration:none; color:#333; display:block; width:99%; border-bottom:1px solid #ccc; padding:4px 0;}
.blogPost h2 a:hover {text-decoration:none; color:#0000EE;}

.blogPost a {text-decoration:none;}
.blogPost a.readmorelink {font-style:italic;}

.blogPosts {
	background-color: #FCCEB5;
}
