.info, .warning, .error {
	font-size: 1em;
	margin: 1em 0;
	padding: .3em 1em;
	text-align: left;
	border: 3px solid #006600;
}

.warning {
	border-color: #cc6600;
}

.error {
	border-color: #cc0000;
}

#couffin-header {
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 8px;
	
}

.product {
	width: 120px; 
	height: 16em;
	float: left;
	padding: 0.3em 0.4em 0 0.4em;
	margin: 0.2em 0em 1.2em 0.9em;
	font-size: 9pt;
	background-color: #ffffff;
}

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

.product img {
	margin: 0.2em auto 0.5em auto;
	border: none;
}

.product p {
	margin: 0;
}

.product-price {
	font-weight: bold;
	display: block;
	float: left;
	margin: 0;
}

.product form {
	float: right;
	display: inline;
	margin: 0;
}

.nav-left	 {
	margin-top: 1em;
	width: 40%;
	float: left;
	text-align: left;
}

.nav-right	 {
	margin-top: 1em;
	width: 40%;
	float: right;
	text-align: right;
}

.navmenu	 {
	clear: both;
	padding: 2px 0;
	text-align: left;
	margin-left: 0px;
}

.navmenu ul {
	margin: 0;
	padding: 0;
}

.navmenu ul li {
	margin: 0;
	padding: 0 0.3em 0 0.2em;
	display: inline;
}

.navmenu ul li:before {
	content: "|";
}

.navmenu ul li.first:before  {
	content: "";
}

.navmenu ul li.first {
	padding-left: 0;
}

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

.button {
/*	border: 1px solid #000000;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #6c6c6c;
	border-bottom-color: #6c6c6c;
	background-color: #999999;
	color: #ffffff;
*/	padding: 0.1em 0.2em;
	margin: 0;
	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: #6699CC;
}

tr.b {
	background: #6699CC;
}

.currency {
	text-align: right;
}

#cart th, #items th {
	background: #999999;
	color: #ffffff;
}

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

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

#cart form {
	display: inline;
}

#catalog {
	margin: 1.8em 0 0 0;
	padding: 0em 0.2em 0em 0.2em;
	border: 1px solid #ffffff;
	font-size: 10pt;
}

#catalog h2 {
	position: relative;
	width: 4em;
	margin: 0 0 0 0.8em;
	top: -0.9em;
	background-color: #6699CC;
}

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

fieldset input, fieldset select, fieldset textarea {
	margin: 0;
	width: 16em;
}

fieldset .checkbox {
	width: auto;
}

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

legend a {
	font-size: 0.8em;
}


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

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

label {
	margin: .2em .5em;
	display: block;
	width: 5.5em;
	text-align: right;
	float: left;
	font-weight: bold;
}

.validation-error {
	background: #fcffbb;
}

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

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

.indent {
	text-indent: 2%;
}