/* CSS Document */

/* ********Fonts******** */


.list {
list-style-type:none;
margin:1em 0;
padding:0;
}

.list li {
margin:0 0 0 18px;
padding:0;
position:relative;
}

.list li span {
left:-18px;
position:absolute;
top:-2px;
}


body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height:21px;

	}

p {
		
	margin:0 0 1.5em;
	
	}

td {
	line-height:normal;

	}
	
a, a:active, a:visited {
	color: #8e6642;
    text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.error {
	font-weight:bold;
	color: #CC0000;
	}

h1 {
	display:none;
	margin: 0 0 0.8em 0;
	}
	
h1.product {
	display:block;
	color:#8E6642;
font-size:105%;
font-weight:bold;
letter-spacing:1pt;
margin:0 0 0.5em;
text-transform:uppercase;
	}


	
h2 {
	color: #8e6642;
    font-size: 105%;
    margin: 2em 0 0.5em 0;
	text-transform: uppercase;
	letter-spacing: 1pt;
	}
	
h3 {
font-size:100%;
margin:2em 0 0.5em;
color: #8e6642;
font-weight:bold;
}	

h4, h5, h6, h7 {
	font-size: 100%;
    margin: 2em 0 0.5em 0;
	}

hr {
	border-top-color: #2D517F;
	border-top-width:1px;
	border-top-style: solid;
	height:0px;
	clear:both;
	}
	
img {
	border: 0px;
	}

.saleprice {
	font-weight: bold;
	color: #990000;
	}
	
.strikethru {
	text-decoration: line-through;
	}
