/* General Configs */

#logo { float: right; width: 200px; margin-top: -40px; }


label,  input,  textarea,  select, span.input {
	display: block;
	width: 55%;
	float: left;
	margin-bottom: 10px;
	color: #666;
}
fieldset { margin: 1em; border: 1px dotted #8C143C; width: 500px; float: left; }
legend { color: #8C143C; padding: 0 1em; }
fieldset h2 {
	clear: both;
}
input.qty { width: 3em; }
fieldset input, fieldset select {
	width: 300px;
	margin: 5px 0 25px 0;
}
textarea {
	margin-left: 8px;
	width: 350px;
}
select {
	margin-left: 3px;
}
label { 
	width: 100px; 
	text-align: right; 
	width: 35%;
	padding-right: 20px;
}
fieldset p { margin: 0.5em 1em; }
fieldset label { width: 30%; }
fieldset input { width: 55%; margin-right: 5%; }
label.wide { width: 80%; }
input { clear: right; }
input.radio { width: 1.5em; }
input.submit { margin-left: 300px;  width: auto; clear: both; text-align: center; }
* html input.submit { margin-left: 100px; }
#maincol table, #content h1, #content p {
	width: 100%;
	margin: 0.5em;
}
.cent { text-align: center; }
.right { text-align: right; }

pre { clear: both; }

th, td {  }
.odd { background-color: #eeeeee; }
.even { background-color: white; }
.red { color: #CC3333; }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clear{ display: inline-table; }

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */  

div#msg {
	display: block;
	border: 1px solid red; 
	clear: both;
	margin: 1em;
}
div#msg p, div#msg ul {
	color: red;
	padding: .3em;
}
div#msg li {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}
div#msg ul {
	list-style-type: disc;
	
}
table.products input.qty { margin: 0; padding: 0; }
table.products td.qty { vertical-align: top; } 
table.products tr td { margin: 0 0.5em; }
