html
{
	margin: 0;
	padding: 0;
}

a img { border: none; }

body
{
	margin: 0;
	padding: 0 30px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #0F0E0E;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
}

form {margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Verdana, sans-serif; }

h4
{
	color: #800000;
	font-size: 1.4em;
	padding: 10px 0;
	margin: 0;
	letter-spacing: 0.1em;
}

address { font-style: normal; }
address img { vertical-align: middle; }

fieldset
{
	border-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#loggedUser
{
	float: right;
	color: #E6E6E6;
	font-size: 1.1em;
}

#breadcrumbs
{
	color: silver;
	font-size: 1.1em;
}

#breadcrumbs a
{
	color: white;
	text-decoration: none;
}

.contentsPane
{
	padding: 0;
	margin: 10px 0 20px 0;
	background-color: #D1D1D2;
}

.contentsPane h2, .contentsPane h2.twoLine
{
	color: #800000;
	font-size: 1.6em;
	margin: 0;
	padding: 8px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 98%;
}

.contentsPane h2.twoLine
{
	padding: 0;
	line-height: 1.2em;
	font-size: 1.5em;
	white-space: normal;
}

.contentsPane p, .contentsPane td, .contentsPane li, 
.contentsPane dt, .contentsPane dd
{
	font-size: 1.1em;
	line-height: 1.5em;
}

.contentsPane td p, .contentsPane td li, .contentsPane li li { font-size: 1em; }

.contentsPane h3
{
	font-size: 1.6em;
	color: #7A0304;
}

.contentsPane ul
{
	margin: 0 0 0 17px;
	padding: 0;
}

.contentsPane li
{
	font-size: 1.1em;
	line-height: 1.5em;
}

.contentsPane div
{
	background-repeat: repeat-x;
	padding: 7px 30px;
}

.leftTwoColHolder
{
	margin-right: 315px;
	clear: none;
}

.fullTwoColHolder
{
	margin-right: 5px;
	clear: left;
}

.rightCol, .leftCol, .leftTinyCol, .middleCol, .leftSmallCol, .rightBigCol, .rightQuickFinder
{
	border-color: #E6E6E6;
	border-width: 1px;
	border-style: solid;
}

.rightColImg
{
	margin: 10px 0 0 0;
	padding: 0;
	border-width: 0px;
	background-color: #0F0E0E;
	border-color: #0F0E0E;
}

.rightCol, .rightColImg
{
	float: right;
	width: 300px;
	clear: right;
}

.rightQuickFinder
{
	background-image: none;
	width: 50%;
	margin-left: 5px;
}

.rightBigCol {
	margin-left: 330px;
}

.middleCol
{
	float: right;
	width: 300px;
	margin-top: 1px;
}

.leftCol { margin-right: 315px; }
.leftCol table {width: 99%; !important;}

.leftSmallCol {
	float: left;
	width: 300px;
	clear: left;
}

.singleCol
{
	width: 50%;
	margin: 10px auto;
}

.singleCol table
{
	margin: 10px auto;
	border-collapse: collapse;
}

#footer
{
	background-color: #F9B604;
	border-top: solid 2px white;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	color: black;
	clear: both;
}

.alertPane
{
	background-image: none !important;
	background-color: #FDF3D1;
	border-color: #7B7B7B;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	padding: 10px 20px 5px 20px !important;
}

.alertPane h3
{
	padding: 5px 0;
	margin: 0;
}

.footnote
{
	font-size: 0.9em !important;
	color: #333333;
}

#productTree
{
	overflow: visible;
	padding: 0;
	width: 100%;
	height: 182px;
	margin-bottom: 15px;
	background-image: none;
}

#productTree table
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#productTree td
{
	width: 277px;
	margin: 0;
	padding: 5px !important;
}

#productTree select
{
	width: 277px;
	//height: 200px;
}

#productDetails { margin-left: 50%; }

.inlinePane
{
	border-color: gray;
	border-width: 1px;
	border-style: solid none none none;
}

.formLabel { text-align: right; }
.alternateRow td { background-color: #FCF9EA; }

.errorMessage
{
	color: #FF0000 !important;
	text-align: center;
}

.confirmMessage
{
	color: #408048 !important;
	text-align: center;
}

.newsPane { margin-left: 2.5em; }
.newsPane dt, .newsPane dd { font-size: 1.1em; }
.newsPane dt { font-weight: bold; }

.newsPane dt span
{
	font-weight: normal;
	margin-left: -3.8em;
	padding-right: 0.5em;
}

.newsPane dd { margin: 0.3em 0 1em 0; }

.resultList
{
	margin: 0;
	padding: 0;
}

.resultList li
{
	list-style: none;
	margin: 0;
	padding: 2px;
}

.resultList li a
{
	display: block;
	text-decoration: none;
	padding: 3px;
}

.resultList li a:hover { background-color: silver; }

.icqLink
{
	text-decoration: none;
	color: black;
}

.icqLink:hover { text-decoration: underline; }
.icqLink img { border: none; }

.sum {text-align: right;}

.normalTable {border-collapse: collapse;}
.normalTable td 
{
	padding: 4px 6px;
}
.normalTable .hiRow td {background-color:#BCEC8C;}

#text_bold{
  font-family: Verdana;
  text-decoration: none;
  font-weight: bold;
  font-size:10pt;
  color: #021f51;

}

#text_bold_10{
  font-family: Verdana;
  text-decoration: none;
  font-weight: bold;
  font-size:10pt;
}

#tr_blue
{
    background-color: #6699FF;
}

#tr_gray
{
    background-color: #DDDDDD;
}

#userlink
{
color: white;
} 

#nowrap_cell
{
	white-space:nowrap;
}

#red_td
{
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	white-space: normal;
}

#oAdvertisement {
	border: solid 1px #666666;
	width: 220px;
	background-color: #403f44;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 999;
}
