

hr {
	clear: both;
	border-style: none;
}

.info {
	font-size: 0.8em;
	margin: 1em 0;
	padding: .3em 1em;
	border: 2px solid #669966;
}

.warning {
	font-size: 0.8em;
	margin: 1em 0;
	padding: .3em 1em;
	border: 2px solid #FF0000;
}

.error {
	font-size: 0.8em;
	margin: 1em 0;
	padding: .3em 1em;
	border: 2px solid #cc0000;
}

#header {
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 8px;
	background-color: #f6f6f6;
}

#header h1 {
	font-size: 1.3em;
	color: #CC3366;
	margin: 8px 0px 0px 0px;
}

#header .tagline {
	font-size: 0.7em;
}

#header img {
	float: left;
	margin: 0px 15px 0px 5px;
}

#footer {
	margin: 5px 0px 0px 0px;
	text-align: left;
	clear: both;
}


body {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a {
	text-decoration: none;
	color:  #CC3366;
}

a:hover {
	color: #66CC99;
	text-decoration: underline;
}


.product {
	width: 215px;
	height: 115px;
	float: left;
	padding: 6px;
	background: #ffffff;
	margin: 0px 15px 15px 0px;
	font-size: 9pt;
}

.product h3 {
	font-size: 0.8em;
	margin: 0px 1px 4px 1px;
	text-align: left;
	color: #CC3366;
}

.product h3 a {
	color: #CC3366;
}

.product h3 a:hover {
	color: #66CC99;
}

.product img {
	float: left;
	margin: 0px 4px 0px 0px;
	border: none;
}

.product-price {
	font-weight: bold;
	display: block;
}

.product form {
	float: right;
}

#navmenu	 {
	clear: both;
	background-color: #eeeeee;
	padding: 2px 5px 2px 5px;
	text-align: left;
	margin-left: 0px;
}

#navmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: outside none;
}

#navmenu ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 5px;
	display: inline;
	border-left: 1px solid #CC3366;
}

#navmenu ul li.first {
	padding-left: 0px;
	border-left: none;
}

#navmenu ul li.last {
	padding-right: 0px;
}

#navmenu a {
	color: #CC3366;
	font-size: 9pt;
}

#navmenu a:hover {
	color: #66CC99;
	text-decoration: underline;
}

.button {
	border: 1px solid #000000;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #6c6c6c;
	border-bottom-color: #6c6c6c;
	background-color: #dcdcdc;
	color: #000000;
	vertical-align:middle;
	direction:ltr;	
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
}

.button:active {
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-top-color: #6c6c6c;
	border-left-color: #6c6c6c;
	padding: 3px 3px 1px 5px;
}

tr.a {
	background: #dcdcdc;
}

tr.b {
	background: #C5EDE9;
}

.currency {
	text-align: right;
}

#cart th, #items th {
	background: #C5EDE9;
}

#cart td, #items td {
	padding: 2px;
}

#cart table, #items table {
	width: 100%;
	height: auto;
	font-size: 9pt;
}

#cart form {
	display: inline;
}

#catal {
	
	border: 1px solid #CC3366;
	font-size: 10pt;
}

#catalog {
	margin: 1em 0 0 0;
	padding: 2em 2em 1em 3em;
	border: 1px solid #CC3366;
	font-size: 10pt;
}

#catalog h2 {
	position: relative;
	background-color: #ffffff;
	width: 4em;
	margin: 0px 0px 0px 0px;
	top: -0.9em;
}

.req:after {
	content: "*";
}

fieldset input, fieldset select, fieldset textarea {
	margin: 0;
	width: 50%;
}

fieldset .checkbox {
	width: auto;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #CC3366;
	font-size: 10pt;
}

legend a {
	font-size: 0.8em;
}


legend, #catalog h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #CC3366;
	padding: .2em .5em;
	border: 1px solid #CC3366;
}

fieldset div {
	clear: both;
	margin-top: 2px;
	padding: 2px;
	position: relative;
}

label {
	margin: .2em .4em;
	width: 15em;
	text-align: left;
	float: left;
	font-weight: bold;
}
select {
	padding: .3em 1em;
	} 
.validation-error {
	background: #FFCC99;
}

#billing {
	width: 49%;
	float: left;
}

#shipping {
	width: 49%;
	float: right;
}
