body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	border:0;
	background-image: url(/img/woodbg.jpg);
	background-repeat: repeat;
}

dt {
	margin-right: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#loading {
	visibility:hidden;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 100px;
}

a img {
	border:none;
}

#banner img {
	border: none;
	padding:0;
	margin:0;
}

table.center {
	margin-right: auto;
	margin-left: auto;
}


/* Site Menu */

#sitemenu {
	padding: 0px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	border: none;
	background-color: #ba0100;
	color: white;
}

#sitemenu div.menu_item:hover {
	background-color: #0151c0;
}

#sitemenu a {
	display: block;
}

#sitemenu a:link {
	color: white;
	text-decoration: none;
	border: none;
}
#sitemenu a:hover {
	color: white;
	text-decoration: none;
}
#sitemenu a:visited {
	color: white;
	text-decoration: none;
}
#sitemenu .activepage {
	background-color: black;
	font-weight: bold;
}
#sitemenu .activepage a:link {
	color: white;
}
#sitemenu .activepage a:hover {
	color: white;
}
#sitemenu .activepage a:visited {
	color: white;
}
.smalllegend {
	font-size:small;
	color: blue;
}
fieldset.address {
	text-align: left;
	border-color: #eee;
	padding:10px;
}
fieldset.address label {
	display: block;
	font-size: small;
}
#flashMessage {
	font-size:x-large;
	color:white;
	padding:10px;
	width:50%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-color:red;
}

#flashMessage.sale_notice {
	font-size: medium;
	width: 75%;
	color: blue;
	background-color: white;
	border: solid 3px red;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

div.storenotice {
	font-size:1.2em;
	width:75%;
	padding:0.5em;
	margin-right:auto;
	margin-left:auto;
}

#storenotice a {
	color:white;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

#content {
	background-color: white;
	padding: 10px;
	border-right: solid 1px black;
	border-left: solid 1px black;
}

#storecontent {
	background-color:white;
	margin:0px;
	padding-bottom: 10px;
	border-right: solid 1px black;
	border-left: solid 1px black;
}

#storefront {
	width:79%;
}

#currentgift {
	text-align:left;
	width:20%;
	float:right;
	border-left:solid 1px gray;
	border-top:solid 1px blue;
	padding-left:0.5em;
	padding-right:0.5em;
}

#currentgift .options {
	float:left;
}

#currentgift .options a {
	display:block;
	padding:0.2em;
	margin-top:0.7em;
}

#currentgift h2 {
	display:block;
	border-bottom:solid 1px gray;
	text-align:right;
}

#currentgift h3 {
	border-bottom:dotted 1px gray;
	text-align:right;
}

#currentgift a {
	color: #44f;
	text-decoration: none;
}

#currentgift a:hover {
	text-decoration: underline;
}

#currentgift span.really a {
	color:green;
}

#storefields {
	border:none;
}

#banners {
	text-align: center;
	margin-bottom:15px;
}

#instructions {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width:760px;
	height: 160px;
	text-align: center;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #F0EAC6;
	background-color: black;
	clear: both;
}

h1.store {
	font-size:2.5em;
	text-align: center;
}

#found {
	border: solid thin;
	border-color: black;
}

#storefields {
	text-align:left;
	font-size: large;
}

.center {
	text-align: center;
}

.treatinfo {
	text-align: left;
	font-size: x-small;
	color:#454545;
}

.errors {
	font-size:small;
	color:black;
	border:solid 2px red;
	width:50%;
	margin-right:auto;
	font-weight:bold;
	margin-left:auto;
	background-color:pink;
}

#selector {
	position:absolute;
	visibility:hidden;
	background-color:white;
}

#special {
	text-align:center;
	font-size:small;
	background-color:rgb(198,27,14);
	color:white;
	padding:5px 9px 5px 9px;
	border:solid black 1px;
}

#management_link {
	color:white;
	float:right;
	font-size:xx-small;
}

#management_link a {
	color:white;
}

#update_link {
	color:white;
	float:left;
	font-size:xx-small;
}

#update_link a {
	color:white;
}

#progresstext {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:95%;
}

#progresstext .progressitem {
	text-align:center;
	float:left;
	color:gray;
}

#twitter_update_list {
	text-align:left;
	list-style-type:none;
}

#twitter_update_list a {
	display:block;
}

#twitter_update_list li:hover {
	color:white;
	background-color: rgb(<?=$bgcolor?>);
	font-weight:bold;
}

.registration {
	border:solid 1px #aaa;
	padding: 10px;
}

.registration legend {
	font-size:large;
}

.registration label{
	display:block;
}

div.menu_item {
	height:16px;
	width: 12.5%;
	float: left;
}

#tpane {
	height: <?=$paneheight?>px;
	padding:0px;
	margin:0px;
}

#sidebar {
	float:right;
	border-left:solid 1px gray;
	border-bottom:solid 1px gray;
	margin-left: 5px;
	margin-bottom: 5px;
}

#libox {
	width:50%;
	padding:20px;
	margin:0 auto;
	background:#E6E6E6;
	color:#000;
	margin-top:50px;
	text-align:center;
}

#liinfo {
	width:40em;
	height:200px;
	padding:15px;
	font-size:1.4em;
	margin:0 auto;
	background:#96FFB0;
	color:#000;
	margin-top:10px;
	text-align:center;
}

.really {
	color:green;
}

.big {
	font-size:x-large;
}

.medium {
	font-size:medium;
}

.important {
	font-weight:bold;
}

.post .entry {
	float:none;
}

.entry {
	float:right;
}

.entry.discount {
	color: red;
	font-weight: bold;
}

.field {
	font-weight:bold;
}

div.item {
	width:100%;
	clear:both;
	border-bottom:dotted 1px #888;
}

div.money {
	background:url(/img/coins.jpg) no-repeat;
}

div.gift {
	overflow:auto;
	background:url(/img/giftbag.jpg) no-repeat;
}

div.panel {
	width:24%;
	height:350px;
	text-align:left;
	font-size:small;
	float:left;
	padding-left:0.5em;
	border-top:solid 1px blue;
	margin-right:3px;
}
