@CHARSET "ISO-8859-1";
* {
	margin: 0;
}
html, body {
	background-color: #A47556;
	font-family : Georgia;
	color: #684522;
}

.footer{
	text-align: center;
}
.footer ul{
	padding-left: 0;
	margin: 0px 0px 5px 0px;
}
.footer li{
	list-style: none;
	display: inline;
	padding: 0 10px 0 10px;
	font-size: .8em;
}
.footer a:hover{
	color: #483317;
	}
#bhd{
	font-size: .65em;	
}
#breadcrumb{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
	border-bottom: 1px solid;
	}
#breadcrumb span{
	font-size: .8em;
	}
#breadcrumb a{
//	font-size: .5em;
	}


a{
	color: #684522;
	text-decoration: none;
}
a:HOVER{
	color : black;
}
img{
	border: none;
	}

ul{
	padding: 0;	
}
li{
	list-style: none;
}
div.clear{
	clear: both;	
}
.ctr{
	text-align: center;	
}

div#main{
	width:	90%;
	margin: 0 auto;
	padding: 5px;
	background-image: url("../images/bg_flyout.jpg");
	background-position:center 65px;
	background-attachment:fixed;
}
	
div#top {	
	text-align: center;
	margin-bottom: 10px;
	border-bottom: solid thin;
	position: relative;
}
div#body{
	
}
div#content{
	position: relative;	
	padding:5px;
	float:right;
	width: 81%;	
//	border-left: solid thin;
}

div#content table p{
	font-size: .8em;	
}
div#content table span{
	font-weight: bold;	
}
div#content table th{
	text-align: left;	
}

img#coverimage{
	width: 95%;
}	





div#menu {	
	width: 15%;
	padding:5px;
	text-align: center;
}
div#menu ul{	
	padding-bottom: 30px;
}
div#menu li{	
	padding-bottom: 5px;
}


div#box{
	display: none;
	position: absolute;
	padding: 10px;
//	margin-left: -42%;
//	top: 0px;
//	left: 0px;	
//	width: 80%;
//	text-align: center;
	background-color: #F5DEA9;
	background-image: url("../images/bg_flyout.jpg");
	background-position:center 65px;
	background-attachment:fixed;
//	border: thin solid;
	height: 95%;
}	


div.flyout{
	display: none;	
}
div.flyout h2{
	margin-bottom: 10px;
}
div.flyout p{
	font-size: .9em;	
	padding: 5px;
}
div.flyout ul,div#f_about div{
	margin-top: 60px;
	border-left: solid 1px;
}
div.flyout li{
	padding: 0 15px 0 15px;
}

div#f_about{
	width:200px;
	font-weight: .9em;
}
div#f_about div{
	padding: 0 0 0 10px;
}
.buttonActive{
	font-weight: bold;
}
.buttonActive a{
	color: black;
}


/************ProductList ************/
table#prodList{
	border-spacing: 0;
	width:100%;
	}
table#prodList tr:HOVER{
	background-image: url("../images/mask.png");
}
table#prodList td{
	border-bottom: solid thin;
}
table#prodList td img{
	padding: 3px;
}

/************Shopping Cart ************/

div#cart{
	position: absolute;
	background-image: url("../images/bg_flyout.jpg");
	background-position:center 65px;
	background-attachment:fixed;
	border: thin solid;
	top: 10px;
	right: 10px;
	z-index:50;
	width: 25%;
	display: none;
	text-align: left;
}
div#cart div{
	text-align: center;
}
div#cartBottom{
	text-align: center;
	display: none;
}
div#cart table{
	width: 100%;
	font-size: .65em;
	border-spacing: 0;
}
td.cart_qty{
	font-size: 2em;
}
div#cart table td{
	border-bottom: solid 1px;
}
img#cartThumb{
	width: 65px;
}

a#second{
	display: none;
}