form th, form td {
	vertical-align:top;
	text-align:left;
}
option{
	padding-right:5px;
}
textarea {
	width:447px;
	height:100px;
	border:1px solid #b2b9bf;
	padding:2px;
	background-color:#F5F5F5;
	font-size:8pt;
}
table, th, td {
	border:none;
	border-collapse:collapse;
}
th, td {
	padding:3px;
}
th {
	text-align:right;
}
img {
	border:0;
}
p {
	padding:5px 0;
}
form input {
	margin:0;
}

a {
	color: #000;
}
hr {
	border-top:1px solid #999;
	border-width: 1px 0 0 0;
	color:#FFF;
	margin-top:10px;
	padding-top:10px;
}
#adminbox {
	position:fixed;
	top:0;
	right:0;
	background-color:#FFF;
	border:2px dotted #000;
}
.cline {
	clear:both;
}
.button {
	background: #fff;
	padding: 2px 18px 2px 3px;
	border: 2px outset #FEFEFE;
	text-decoration:none;
}

.prevbut, .nextbut {
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	border: 1px solid #999999;
}
.prevbut span, .nextbut span {
	color: #660000;
	background: #ccc;
	padding: 0px 18px 0px 3px;
}
.prevbut .minus {
	color: #fff;
	background: #880000;
	padding: 0px 3px;
}
.nextbut .plus {
	color: #fff;
	background: #080;
	padding: 0px 2px;
}
.prevbut {
	float:left;
}
.nextbut {
	float:right;
}
.prevnext {
	height:1em;
	padding:0.5em 0;
}

.userbutton {
	padding:4px 0;
}
.userbutton a {
	background: #fff;
	border: 1px solid #999999;
	font-variant: small-caps;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
}
.userbutton span {
	color: #660000;
	background: #008bce;
	padding: 0px 18px 0px 3px;
}

#loginbox {
	border:1px solid #b2b9bf;
	padding:5px;
	font-size:8pt;
	background-color:#eaeaea;
}
#registerbox {
	border:1px solid #b2b9bf;
	padding:5px;
	font-size:8pt;
	background-color:#f9f9f9;
	margin-top:15px;
}
#registerbox tr {
	border:1px solid #b2b9bf;
	background-color:#eaeaea;
	padding:5px;
}
#registerbox th {
	text-align:left;
	padding:0 10px;
}
#registerbox td {
	font-style:italic;
	padding:0 10px;
}
#registerbox a {
	font-style:normal;
	color:#F90;
}
#forgotpassword {
	float:right;
	border:1px solid #b2b9bf;
	padding:5px;
	margin-top:2px;
	background-color:#f9f9f9;
}
.login-box td {
	font-size:8pt;
	font-weight:bold;
	padding:5px;
}
.login-field {
	border:1px solid #b2b9bf;
	padding:2px;
	background-color:#F5F5F5;
	font-size:8pt;
}
.login-button {
	border:1px solid #b2b9bf;
	padding:2px;
	background-color:#F5F5F5;
	font-size:9pt;
	font-weight:bold;
}

.form-field {
	border:1px solid #b2b9bf;
	padding:2px;
	background-color:#F5F5F5;
	font-size:8pt;
	width:240px;
}

.register {
	border:none;
}

.register td {
	padding:2px;
	vertical-align:middle;
	border:none;
}
.register th {
	font-size:8pt;
	font-weight:bold;
	padding:2px;
	vertical-align:middle;
	border:none;
}

.bordertable {
	border:1px solid #000;
}
.bordertable th {
	border:1px solid #000;
}
.bordertable td {
	border:1px solid #000;
}

.objecttable, .objecttable td, .objecttable th {
	border:1px solid #b2b9bf;
}
.objecttable th {
	text-align:center;
}
.objecttable td {
	padding:5px;
}

h2 {
	color:#9a2f35;
	font-size:9pt;
	font-weight:bold;
}

.username {
	color:#9a2f35;
	font-size:9pt;
}

#left-box .title {
	font-weight:bold;
}
#left-box ul ul {
	font-weight:normal;
	border:1px solid #b2b9bf;
	padding:5px;
	margin:5px;
}

.green {
	color:#3A3;
}

.productview th{
	text-align:left;
	padding:3px 3px 12px 3px;
}
.productview td{
	padding:3px 3px 12px 3px;
}
.productview th.texttitle{
	padding:3px;
}

.tableOption {
	width: 70px;
}

.tableDescCol {
	vertical-align: middle;
	padding-top:9px;
}
.tableDescColSub {
	vertical-align: middle;
	padding-left:35px;
}

.questionTable {
	border-collapse: collapse;
	width:100%;
}

.questionTable thead th {
	border-bottom: 1px solid #A02;
}

.questionTable th {
	padding-top: 15px;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	width: 30px;
}
.questionTable th.ques {
	width: auto;
	text-align: left;
	padding-top:15px;
}

.questionTable a, .questionTable a:link, .questionTable a:visited, .questionTable a:hover  {
	color: #000;
	text-decoration: none;
}
.questionTable thead a, .questionTable thead a:link, .questionTable thead a:visited, .questionTable thead a:hover  {
	color: #a02;
	font-weight: bold;
	text-decoration: none;
}

.questionTable tbody th a, .questionTable tbody th a:link, .questionTable tbody th a:visited, .questionTable tbody th a:hover  {
	color:#009;
}

.questionTable tbody th.main a, .questionTable tbody th.main a:link, .questionTable tbody th.main a:visited, .questionTable tbody th.main a:hover  {
	color:#A02;
}
.questionTable tbody th {
	padding-top:15px;
}

.questionTable tbody td {
	text-align: center;
	width: 30px;
	vertical-align: middle;
	border:1px solid #b2b9bf;
}

.questionTable tbody td.ques {
	text-align: left;
	border:none;
	width:auto;
	padding-bottom:15px;
}

.questionTable tbody td.quessub {
	text-align: left;
	padding-left:15px;
	border:none;
	width:auto;
	color:#009;
	background-color:#F0F0FF;
}

.vproducts th {
	text-align:left;
	border-bottom:1px solid #b2b9bf;
	padding-left:15px;
}
.textleft {
	text-align:left;
}

.vproducts th.secname {
	border-bottom: 1px solid #A02;
	color:#A02;
	padding-left:0;
}
.vproducts th.label {
	color:#009;
	border:none;
	padding-left:15px;
}

.vproducts th.sub {
	padding-left:30px;
}

.vproducts th.pname, .vproducts td {
	text-align:center;
	border-bottom:1px solid #b2b9bf;
}

#content .locationtree, .locationtree {
	margin:0;
	padding:0;
	list-style:none;
}
#content .locationtree ul, .locationtree ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
#content .locationtree li, .locationtree li {
	margin:0;
	padding:0;
	list-style:none;
}
.enabled {
	background-color:#AFA;
}
.disabled {
	background-color:#FAA;
}


.successmessages {
	border: 1px solid #090;
	padding:10px;
	color:#090;
}
.success , .success a, .success a:hover{
	color:#090;
}
.errormessages {
	border: 1px solid #900;
	padding:10px;
	color:#900;
}
.confirm {
	border:1px solid #CC3;
	padding:10px;
	float:left;
	clear:both;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	margin-bottom:10px;
	color:#900;
}
#content a img {
	border:none;
}
.left {
	text-align:left !important;
}

.printer {
	position:relative;
	left: 1299px;
	top:18px;
	width:375px;
}
.center {
	text-align:center !important;
}
.right {
	float:right !important;
}
.certifiedproduct {
	position:absolute;
	top:5px;
	right:5px;
}
.productlist {
	list-style:none;
}
.productlist li {
	margin-left:5px;
	line-height:16px;
}
.productlist li a {
	line-height:16px;
}