body, td  {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size:13px;
	margin: 0px;
}

#pagewrapper {
	border: 1px solid #CCCCCC;
	width:800px; 
	left:50%; 
	position:relative; 
	margin-left:-400px;
	margin-top:-1px;
}

#pagetitle {
	position:relative;
	left: 50%;
	margin-left: 25px;
	font-size:30px;
	padding: 5px;
	width:356px;
}

#banner {
	background: #6F6F6F;
	padding: 5px;
}

#pagemenu {
	position:relative;
	float:left;
	margin-left: -400px;
	left: 50%;
	width: 100px;
	background: #999999;

	min-height:500px;
	height:auto !important;
	height:500px;
}

#pagemenu a {
	color:#FFFFFF;
	text-decoration: none;
	width: 100%;
}

#pagemenu .menuitem {
	border-bottom:1px solid #CCCCCC; 
	padding:3px;
}

#pagemenu .menuitem:hover {
	background:#ED1B23;
}

#pagemenu .menuitemselected {
	background:#00AEEF;
}

#pagebody {
	position:relative;
	left: 50%;
	margin-left: -300px;
	width: 700px;
	background: #FFFFFF;
	padding-bottom: 20px;

	min-height:500px;
	height:auto !important;
	height:500px;
}

div.padded {
	padding: 5px;
}

.product_tile {
	width:125px; 
	height:130px; 
	float:left; 
	overflow:hidden; 
	padding:3px; 
	margin-bottom:5px; 
	margin-right:5px; 
	border:1px solid DDDDDD; 
	text-align:center;
	background:#FFFFFF;
}

.product_tile:hover {
	background:#EEEEEE;
}
.product_tile a {
	text-decoration:none;
}

#footer {
	position:relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	font-size:10pt;
	color:#999;	
	text-align:center;
	clear:both;
	border-top: 1px solid #CCCCCC;
}

#footer a {
	text-decoration:none;
	color:#999;
}

#footer a:hover {
	color:#FF6600;
}
form label{
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	padding-top: 5px;
	padding-right: 3px;
}

form input, form textarea, form select, htmlarea{
	margin: 2px;
}

form small{
	display: block;
	font-size: 9px;
	margin-left: 130px;
	clear: both;
}

form img.captcha{
	display: block;
	clear: both;
	margin-left: 130px;
}

.list {
	border-collapse:collapse;
	width:100%;
}

.list thead th {
	text-align:left;
	padding:2px;
}

.list tbody td {
	padding:2px;
	border:1px Solid #d7d7d7;
	vertical-align:top;
}

.list .even {
	background:#f4f4f4;	
}

.list tfoot td {
	padding:2px;
	border:1px Solid #d7d7d7;
}

.edit {
	border:1px Solid #d7d7d7;
	background:#f4f4f4;
	margin:0px;
	padding:10px;
}

.edit fieldset {
	border:0px;
}

.edit .formfield {
	padding-top:10px;
}

.edit label {
	width:250px;
	text-align:right;
	padding:0px 5px 0px 0px;
	clear:both;
	float:left;
}

.error {
	color:#f00;
}

.disabled {
	color:#999;
}

.description {
	color:#999;
	font-size:11px;	
}
.edit .error {
}

.edit .error ul {
	margin:0px 0px 0px 255px;;
	padding:0px;
	list-style:none;
}

.edit .error ul li {
}

.edit .formfield {
	clear:both;
}

.edit .formfieldinputstack {
	float:left;
	padding:0px 0px 10px 0px;
}

.edit .formfieldinputstack label {
	float:none;
	width:auto;	
}

.edit .input {
	width:40%;
}

.edit .controls {
	clear:both;
	padding:10px 0px 0px 255px;
}

input[type="button"], input[type="submit"] {
	border: 1px outset #ccc;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}


table.params {
	border-collapse: collapse;
}

table.params tr td {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

table.params thead tr td { 
	font-weight: bold;
}

table.params tbody tr:hover {
	background: #FFFFCC;
}

img {
	border: none;
}

.slide {
	margin-bottom:5px;
	margin-left:5px;
	padding:5px; 
	border:1px solid #DDDDDD; 
	background:#FFFFFF; 
	text-align:right;
}

h1.pageheading {
	margin: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
	font-size:22px;
}

