html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
}

h1 {
	font-size:16px;
}
h2 {
	font-size:12px;
}
h1,h2 {
  margin:0;
}

.flashgallery {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.companypage_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: baseline;
	line-height: 16px;
}

.search .hide {
	visibility:hidden;
}

img.product {
	margin-top: 1em;
	width: 200px;
	height: 200px;
}

table.search {
	font-size: 11px;
}

table.searchresults {
	font-size: 11px;
	border-collapse:collapse;
}
table.searchresults caption {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
table.searchresults thead th {
	padding: 0 .5em;
    border-bottom: 1px solid #000000;
}
table.searchresults tbody td, table.searchresults tbody th {
	padding: .5em;
    border-bottom: 1px solid #000000;
	vertical-align: top;
}
table.searchresults tbody tr td, table.searchresults tbody tr th {
	background-color: #e0e0e0;
}
table.searchresults tbody tr.odd td, table.searchresults tbody tr.odd th {
	background-color: #f0f0f0;
}
table.searchresults tbody tr.highlight td, table.searchresults tbody tr.highlight th {
	background-color: #FFFFCC;
}
table.searchresults tbody th {
	font-weight: normal;
	text-align:right;
}
table.searchresults tfoot td {
	padding: .5em;
}
table.searchresults a:link, table.searchresults a:visited,
table.browsecategories a:link, table.browsecategories a:visited {
	color: #FF0000;
	font-size:10px;
}

div.menu a:link, div.menu a:visited {
	color: #000000;
	font-size:11px;
}

table.searchresults caption, table.browsecategories caption,
table.ordertable caption {
	text-align: center;
	margin-bottom: .5em;
}

table.browsecategories ul {
	margin-top: 0;
	margin-bottom: 3em;
}

table.browsecategories img {
	margin-bottom: -2px;
	margin-left: .5em;
}

table.browsecategories td {
	vertical-align: top;
	white-space: nowrap;
}

strong.errorMsg {
	color: #FF0000;
	display: block;
	text-align: center;
	margin: 1em auto;
}

div.menu {
	margin-bottom: 3em;
}

table.ordertable {
	margin-bottom: 3em;
}

table.ordertable td {
	padding: 2px 1em;
}

table.ordertable input {
	width: 20em;
}

div.browse p {
	font-size:12px;
}

/* Admin */
form.login {
	display: block;
	margin-left: 177px; /* IE6 didn't want to listen to "width:250px; margin: 0 auto;" */
}
form.login label, form.tagcfmsp label {
	display: block;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 1.5em 0;
}
form.login label input, form.tagcfmsp label input {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: .5em 0;
}
form.login fieldset {
	border: 3px solid #d8d8d8;
	display: block;
	width: 250px;
	padding: 15px;
	background-color: #f6f6f6;
	margin-bottom: 1em;
}
form.login h2 {
	font-size: 18px;
	margin: 1em;
}
form.login button {
	margin-left: 0;
	margin-right: auto;
	display: block;
}
form.login p {
	color: #9d9d9d;
	text-align: left;
	display: block;
	width: 250px;
	font-size: 11px;
	margin: 0;
	line-height: 1.5em;
}
form.login fieldset p {
	font-size: 11px;
	text-align: left;
	display: block;
	margin-top: 1.5em;
	color: #000000;
	text-align: 0;
}
form.login fieldset p strong {
	display: block;
}
form.login a.fliplink {
	color: #9d9d9d;
}
form.login a.fliplink:hover {
	color: #1cc91c;
}
form.tagcfmsp {
	display: block;
	margin: 1em auto;
	text-align:center;
}
form.tagcfmsp label{
	display: block;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
form.tagcfmsp label input {
	width: 100%;
}
.tagcfmsp .searchresults input, .tagcfmsp .searchresults label {
	width: auto; display: auto;
}
form.tagcfmsp button {
	display:block;margin: 0 auto;
}

.searchresults input,
.searchresults label,
.tagcfmsp .searchresults input,
.tagcfmsp .searchresults label {
	width: auto;
	display: inline;
}
.searchresults tbody label,
.tagcfmsp .searchresults tbody label {
	margin-right: 1em;
}
.searchresults input,
.tagcfmsp .searchresults input {
	margin-right: .25em;
}



table.userlisting {
	display:block;
	margin: 0 auto;
}
table.userlisting * {
	font-size: 12px;
}
table.userlisting caption {
	text-align: center;
}
table.userlisting td {
	padding: .25em 6px;
}
table.userlisting thead th {
	text-align:left;
	padding: 0 6px;
}
table.userlisting tbody th {
	font-weight: normal;
	text-align: right;
	width: 10em;
}
table.userlisting input {
	width: 16em;
}
table.userlisting textarea {
	width: 100%;
	height: 6em;
}
table.userlisting input.radio {
	width: auto;
	margin-right: 1em;
}
table.userlisting tfoot button, table.userlisting tfoot a.button {
	display:block;
	white-space: nowrap;
	margin: 1em;
	border: 1px solid #888888;
	background-color: #DDDDDD;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	padding: .5em 2em;
	float: left;
}
table.userlisting tfoot td.approveusers button, table.userlisting tfoot td.approveusers a.button {
	float: right;
}

p.breadcrumb {
	font-size: 11px;
	margin-top: 0;
	margin-left: -.5em;
}
p.breadcrumb a, p.breadcrumb a:hover, p.breadcrumb a:visited, p.breadcrumb a:active {
	margin: 0 .5em;
	color: #ff0000;
}

div.browse p {
	margin-top: 0;
	margin-bottom: 2em;
}

.noninventory {
	color:#0000FF;
}

input.formError {
	border: 1px solid #ff0000;
}

strong.hide {
	display: none;
}

#previewImg {
	position: absolute;
	top: 0;
	left: -1000px;
	border: 1px solid #000000;
	height: 200px;
	width: 200px;
}


.noninventory { font-size: 8pt; }
.searchresults .noninventory { font-size: 9pt; }
.nowrap { white-space:nowrap; }

.cartoptions {
	background-color: #eaebeb;
	border-top: 1px solid #000000;
	height: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.cartoptions .saveorder,
.cartoptions .submitorder { float: left; }
.cartoptions .saveorder,
.cartoptions .submitorder,
.contshopping,
.updatequant {
	display:block;
	height: 24px;
	text-indent: -9000em;
	background-image: url(/images/cart-buttons-v3.png);
	background-repeat:no-repeat;
	margin: 0 8px;
}

.cartoptions .saveorder {
	width: 93px;
	background-position: 0 -24px;
}
.cartoptions .saveorder:hover {
	background-position: -203px -24px;
}
.cartoptions .submitorder {
	width: 203px;
	background-position: 0 0;
}
.cartoptions .submitorder:hover {
	background-position: -203px 0;
}

a.contshopping {
	float:right;
	width: 133px;
	height: 22px;
	background-position: -1px -73px;
}
a.contshopping:hover {
	background-position: -204px -73px;
}

.updatequant {
	width: 130px;
	background-position: 0 -48px;
	margin: 0;
}
.updatequant:hover {
	background-position: -203px -48px;
}

table.submittedorders {
	margin: 1em auto;
}
table.submittedorders tbody th {	
	text-align: center;
}
table.submittedorders tbody td {
	text-align: right;
}
table.submittedorders tbody td,
table.submittedorders tbody th {
	padding-left: 2em;
	padding-right: 2em;
}

a.admin-sort {
	color: #000000;
}

#content {
	/*padding: 80px 20px 20px 20px;*/
	clear:left;
	padding: 35px 20px 20px 20px;
}

body.contacts #content a, body.contacts #content a:visited, body.contacts #content a:hover, body.contacts #content a:active {
	color:#00f;
}


#AutoNumber1 strong {
	font-family: Arial, sans-serif;
	font-size: 12px;
}


.searchresults {
	overflow:visible;
	margin-bottom: 50px;
}
.searchresults tbody td:first-child a {
	background: transparent url(/images/icon-image.png) no-repeat center center;
	display: block;
	width: 16px;
	height: 16px;
}
.searchresults tbody td:first-child a img {
	position: absolute;
	left: -9000px;
}
.searchresults tbody td:first-child a:hover img {
	left: auto;
	margin-left: 30px;
	border: 1px solid #000000;
	margin-top: -100px;
}



.searchresults tbody tr.pdfrow td a {
	width: auto;
	background: transparent url(/images/page_white_acrobat.png) center left no-repeat;
	height: 16px;
	line-height: 16px;
	padding-left: 24px;
	display: inline-block;
}
.searchresults tbody tr.noborder td {
	border-bottom-width: 0;
}
.searchresults tbody tr.pdfrow.noborder td {
	border-top: 0;
	border-bottom-width: 1px;
}


body.contacts #content table * {
	font-size: 13px;
	line-height:17px;
	white-space:nowrap;
}

body.contacts #content table tbody b {
	display: block;
	padding-top: 20px;
}
body.contacts #content table+table tbody a {
	margin-left: 10px;
}
