/* GENERIC STYLES */
html, body  {
	margin:0;
	padding:0;
	background:url("../images/site/bg.jpg");
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:.9em;
}
h1 {
	margin:0;
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
	color:#999999;
	margin:0;
}
a img {
	border:0;
}
a:link, a:visited {
	color:#74811b;
}
a:hover, a:active {
	color:#000000;
}
input, textarea {
	border:1px solid #999999;
}
input:focus, textarea:focus {
	border:1px solid #74811b;
}
ul {
	margin:0;
	padding:0 0 0 15px;
}


/* PAGE LAYOUT */
#wrapper {
	width:1024px;
	margin:0 auto;
}
#logo {
	position:absolute;
	margin-top:-75px;
	margin-left:-35px;
}
#header {
	margin-top:90px;
	background:url("../images/site/header2.png") no-repeat;
	height:46px;
}
#smallCart {
	text-align:right;
	padding:5px 10px 0 0;
}
#smallCart a {
	text-decoration:none;
	color:#333333;
}
#smallCart a:hover, #smallCart a:active {
	background:#efefef;
}
#nav {
	padding:0;
	margin:0;
	list-style-type:none;
	float:right;
	margin-top:-18px;
}
#nav li {
	float:left;
	margin:0 5px 0 5px;
	font-size:1.1em;
}
#nav li a:link, #nav li a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#nav li a:hover, #nav li a:active {
	color:#333333;
	font-style:italic;
	text-decoration:none;
}
#main {
	background:url("../images/site/faux2.png");
}
#rightbar {
	width:200px;
	float:left;
}
#products {
	width:120px;
	padding:0 0 0 14px;
	margin:10px 0 0 0;
	list-style-type:none;
	font-size:1.0em;
}
#products li a:link, #products li a:visited {
	color:#5e5e5e;
	font-style:italic;
	text-decoration:none;
}
#products li a:hover, #products li a:active, #products li.current a, #products li.parent a {
	color:#333333;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
#products li ul {
	list-style-type:none;
	font-size:1.1em;
}
#products li ul li a:link, #products li ul li a:visited {
	color:#5e5e5e;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
	font-size:.8em;
}
#products li ul li a:hover, #products li ul li a:active, #products li ul li.current a {
	color:#333333;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	font-size:.8em;
}
#products li ul li.current ul li a, #products li ul li ul li.current a, #products li.parent ul li.parent ul li a {
	font-weight:normal;
	font-size:.8em;
}
#products li ul li ul li.current a, #products li.parent ul li.parent ul li.current a  {
	font-weight:bold;
}
#searchForm {
	/*position:absolute;
	margin-left:10px;
	margin-top:15px;*/
	margin:0 0 0 10px;
	padding:30px 0 0 0;
	width:120px;
}
#searchText {
	width:75px;
}
#searchButton {
	width:35px;
}
#contents {
	width: 750px;
	padding:0 10px 0 10px;
	min-height:400px;
	float:left;
}
#footer {
	padding:40px 30px 0 270px;
	background:url("../images/site/footer2.png");
	height:57px;
	font-size:.8em;
}
#flower {
	position:absolute;
	margin-left:640px;
	margin-top:-40px;
}
#trinax {
	width:1024px;
	margin:0 auto;
	text-align:center;
	font-size:.9em;
	margin-top:6px;
}
#trinax a {
	color:#ffffff;
	text-decoration:none;
}


/* CLASSES */
.small {
	font-size:.9em;
}
.big {
	font-size:1.1em;
}
.clear {
	clear:both;
}
.product_table {
	width:100%;
	border-collapse:collapse;
}
.product_table th {
	background:#c4518a;
	color:#ffffff;
	border:1px solid #ffffff;
	padding:10px;
}
.product_table td {
	border:1px solid #ffffff;
	padding:5px;
}
.admin_table {
	width:100%;
	border-collapse:collapse;
}
.admin_table th {
	background:#c4518a;
	color:#ffffff;
	border:1px solid #ffffff;
}
.admin_table td {
	border:1px solid #ffffff;
}
.amountInput {
	width:30px;
	text-align:center;
}
.button {
	border:1px solid #c4518a;
	background:#de8cb1;
}
.error {
	color:red;
}
.ok {
	color:green;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.odd {
	background:#efefef;
}
.even {
	background:#ffffff;
}


/* DATECOMPONENT BY ADERYN */
input.date {
	float: left;
}
.dateButton {
	display: block;
	float: left;

	width: 19px;
	height: 14px;

	background-image: url("../images/site/tableDate.gif");
	background-repeat: no-repeat;
}
.clearButton {
	clear: both;
}
.dateButton span {
	display: none;
}
#dateContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
#dateTable .weekday {
	font-weight: bold;
}
#dateTable td {
	border: 1px solid #ccc;
	text-align: center;
}
#dateTable td.hover {
	background-color: #ccc;
	cursor: pointer;
}
#dateTable td.prevCell {
	border: 0;
	text-align: left;
}
#dateTable td.nextCell {
	text-align: right;
	border: 0;
}
