/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#822301;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1 {
	margin:0;
	font-size:20pt;
	line-height:1em;
	font-weight:bold;
	color:#4d2517;
}

h2 {
	margin:0;
	font-size:16pt;
	line-height:1em;
	font-weight:bold;
	color:#822301;
}

h3 {
	margin:0;
	font-size:13pt;
	line-height:1em;
	font-weight:bold;
	color:#822301;
}

.smallText {
	font-size:8pt;
}


/*ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up 
}

ol ol {
	margin-top:0;		/* helps sublists not move up 
}*/

.tableBorder {
	border:solid 1px #a03d01;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #a03d01;
	background-color: #a03d01;
	border:0;
}

.productTable {
	border:solid 1px #a03d01;
	border-top:none;
}

.sideHighlight {
	border:solid 1px #b95;
	background:url(../images/site/white_bg.png);
	margin-bottom:20px;
	width:170px;
}

*html .sideHighlight {			/* a hack for our beloved IE6 */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/white_bg.png',sizingMethod='scale');
}

.highlightText {
	padding: 0 10px;
}

sup {
	line-height: 0;
	vertical-align: text-top;
}

.productsCalender {
	text-align:center;
	font-size:10px;
	color:#900;
	border:solid 1px #ddd;
}

.productsCalender td {
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}

.productsCalenderMonth {
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #ddd;
}