body {
	background: #EEEEEE;
	font: medium "Trebuchet MS",Arial,Sans-serif;
	color: #003366;
}

html, body {
	font-size:medium;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	padding: 0;
}

div {
	position: relative;
}


form {
	font-size: 11px;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-top: 16px;
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 80%;
}

.center a {
	background: none;
	color: #003366;
	text-decoration: none;
}

.cart_image {
	font-size: small;
	padding: 1em 2em 0 1em;
	width: 270px;
}

.cart_image a, .cart_image a:hover  {
	background: none;
	color: #003369;
}

.cart_image a:hover {
	/* text-decoration: none; */
}

.cart_details {
	margin-bottom: 5px;
	padding: 0;
	/* width: 30%; */
}

#wrapper {
	margin: 0 auto;
	width: 95%;
	min-width: 900px;
	padding: 0;
}

#header_wrapper {
	text-align: center;
	/*
	width: 1000px;
	margin: 0 auto;
	*/
}

#cart_wrapper {
	border-top: 1px solid #003366;
	padding-top: 1em;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#cart_wrapper h4, #cart_wrapper h5 {
	text-align: left;
}

#cart_wrapper a {
	padding: 0;
}

#cart_wrapper table {
	text-align: left;
}

#main_menu, #product_sub_menu {
	background: #003366;
	padding: 5px 0;
}

#product_sub_menu a {
	color: white;
}

#cart, #checkout {
	border: 1px solid #003366;
	padding: 1em;
	width: 95%;
	margin: 1em auto;
}

#cart table {
	width: 100%;
}

.button {
	display:block;
	color:transparent;
	border: 0
}
.button:hover {
	background-position:left bottom;
}
a.button {
	display:none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul li { display: inline; }

a {
	padding: 1px 6px 5px 6px;
	text-decoration: none;
	color: #fff;
	/* background-color: #036; */
}

a:hover {
	color: #fff;
	background-color: #369;
}

#featured a {
	padding: 1px;
	text-decoration: none;
}
#featured a:hover {
	background: none;
}
#featured img:hover {
	background-color: #369;
}

#featured img {
	padding: 1px;
}

.nopcart  {
	margin-top: 1%;
	text-align:right;
	width:95%;
}

form {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:8pt;
        /* margin:50px; */
        color:#666;
}
form legend {
        color: #003366;
        /* font-size: 150%; */
        font-weight:900;
        /* padding: 1em; */
}
.fieldset {
        /* width: 452px; */
        /* border: 3px solid #CCC; */
	padding: 0 5px 5px 5px;
}
.fieldset label {
        text-align:right;
        width:120px;
        float:left;
	height: 18px;
        padding:0.2em;
        margin:0;
        margin-top:0.3em; }
.fieldset .nobr {
        display:none;
}
.fieldset .textfield {
        margin:3px;
        height:18px;
        width: 300px;
}
.fieldset .textarea {
        margin:3px;
        height:100px;
        width:430px;
}

.editme {
	display: inline;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .50;
	font-size: 8pt;
	text-align: left;
	display: none;
}

.editme a {
	text-decoration: blink;
}
.editme a:hover {
	text-decoration: underline;
}

#wysiwyg_menu input {
	margin: 10%;
}

