@charset "ISO-8859-1";
/************/
/* _COMMON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	font-family: inherit;
	vertical-align: baseline;
	color: black;
	line-height: 18px;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
  width: auto;
  float: left;
}

span {
  width: auto;
}

ol, ul {
	list-style: none;
}

/************/
/* _TABLE  */
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
}

/***********/
/* _LINK  */

a, a span {
	color: blue;
	cursor: pointer !important;    /* added by SC to change cursor to a pointer */
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:hover span {
	text-decoration: underline;
}

a.anchor span {
  color: inherit !important;
}

/************/
/* _DIV, P */

div, p {
  clear: both;
  float: left;
  width: 100%;
}

div.center {  
  margin: 0px auto;    
  text-align: center;  
}

div.right {
  float: right;
}

div.left {
  float: left;
}

/***********/
/* _IMAGE */
img {
	border: none;
}

a img, p img {
	vertical-align: bottom;
}

/* stock on hand */
#soh {
	width: 80px;
	height: 18px;
	margin-top: 2px;
	padding-right: 3px;
	background-color: #ddd;
	font-size: 11px;
	text-align: right;
}

/**************/
/* _CONTROLS */

input, select, textarea {
  font-family: Arial, Sans-serif;
  font-size: 14px;
  margin: 0;
 /* padding: 0; *
}

input.checkbox, input.radio {
	vertical-align: middle;
	margin-top: 4px;
	width: 14px !important;
}
      
/************/
/* _dupfix */

.dupfix {
	display: none;
}
