
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;
	margin-bottom: .5em;
	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: .8em;
	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.7em;
	color:white;
	background:#696969;
	}

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

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

.altrow { background: #FDF4E4; }

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

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

.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: #696969;
	}

.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;
	}


