/*

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #446411;
}
a:visited {
	color: #456512;
}
a:hover {
	color: #456512;
}
a:active {
	color: #456512;
}
.smallcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

*/

body {
  	font-size: .8em;
  	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	color: black;
	border-bottom: 2px solid #456512;
	}

textarea {
	border: 1px solid #999999;
	padding: 2px;
	font-family: arial,sans-serif;
	font-size: .9em;
	}

h1 a { text-decoration:none; }

form { display: inline; }

#storeBar {
	text-align: right;
	font-size: 1.3em;
	}

#storeBar a {
	font-weight: bold;
	text-decoration: none;
	margin: .5em;	
	}

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

button {
	background: #FFBB22;
	width:auto;
	color: black;
	font-weight:bold;
	font-size: .9em;
	border: 2px solid #FFA41B;
	padding: 1px;
	margin-left: .5em;
	margin-right: .5em;
	}

button:hover {
	background: #FFA41B;
	}

button:active {
	color: black;
	}

.productThumb {
	border: 1px solid #999999;
	padding: 5px;
	}

.table1, .msgTable {
	width: 100%;
	border: 1px solid #cccccc;
	border-collapse: collapse;
 	font-size: .9em;
	}

.table1 td {
	vertical-align: top;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	}

.table1 th {
	font-size: 1.2em;
	color:white;
	background: #696969;
	padding: 4px;	
	}

.table1 .title {
	font-size: 1.2em;
	font-weight:bold;
	}

.msgTable td, .msgTable th {
	vertical-align: top;
	padding: 1em;
	}

.altrow { background: #ececec; }

.table2 th, .table2 td { padding: 5px;	}

.tabs {
	padding: 2px;
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 2px solid #000;
	}

.tabs a {
	background: #dddddd;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	padding: 2px;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 1em;
	}


a.tabCurrent {
	color: white;
	background: #000;
	}



.notice {
	border: 1px solid #eee434;
	padding: .5em;
	font-style: italic;
	background: #fffbb3;
	margin-bottom: 1em;
	}

.big { font-size: 1.2em; }

input {
	border: 1px solid #999999;
	padding: 2px;
	}

input:focus {
	background: #fffbb3;
	}

.price {
	margin-top: .5em;
	font-size: 1.5em;
	}

legend { font-weight: bold; }

fieldset {
	margin-bottom: .5em;
	border: 1px solid #cccccc;	
	}


