/***  reset ***/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
strong,th { font-weight: bold; }
em { font-style:italic; }
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
img { vertical-align:bottom; }
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
p { margin: 0 0 1em; }

/***  tools ***/
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.bottom { vertical-align: bottom; }
.nodisplay, .noscreen { display: none !important; }
.displayblock { display: block; }
.floatleft, .alignleft { float: left; }
.floatright, .alignright { float: right; }
.clearboth { clear: both; }
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0 !important;
	clear: both !important;
	visibility: hidden !important;
}
.clearfix { zoom:1; }
.mg0 { margin: 0 !important; }
.mgt10 { margin: 10px 0 0 0 !important; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.small { font-size: 11px; }

/***  links  ***/
a { color: #006579; text-decoration: underline; }
a:hover { text-decoration: none;  }
/*#rcont a:visited { color: #003C48; }*/


/***  basic layout elements  ***/
body, html { 
  /* background: #C0C0C0; */
  background: #D4D4D4;
}
body {
	color: #000;
	font: 13px Arial,sans-serif;
  line-height: 16px;
  text-align: center;
}
#page, .page, #footer {
  width: 970px;
	padding: 0 10px;
  text-align: left;
  margin: 0 auto;
}
#page, .page {
  background: white url("images/page_shade.gif") repeat-y;
  color: #333;
}

/***  z-index config ***/
#page, #menu-wrap, #lcont, #rcont {
  position: relative;
}
#page { z-index: 1; }
/*#countrynav { z-index: 110; } */
#menu-wrap { z-index: 100; }
#lcont { z-index: 90; }
#rcont { z-index: 80; }

/***  header ***/
#header {
  background: #006579;
  height: 85px;
  padding: 0 40px;
  border-bottom: 1px solid #2C7988;
}
#header h2 { padding: 30px 0 0 0; }
#hnav {
  position: absolute; left: 340px; top: 2px;
  z-index: 110;
  width: 600px;
  text-align: right;
}
#srchform {
  margin-top: 25px;
}
#hnav, #hnav a { color: #fff; text-decoration: none; }


/***  footer ***/
#footer {
	background: url("images/page_shade_bottom.gif") top left no-repeat;
  clear: both;
  text-align: center;
  font-size: 11px;
	padding-top: 8px;
}
#footer p {
  /*padding: 0.1em 0 0;*/
	margin: 0;
}


/***  page body ***/
#pgbody {
  padding: 25px 15px;
}

/***  2-col layout WITHOUT left menu  ***/
#cols-1 #lcont {
  float: left;
  width: 625px;
}
#cols-1 #rcont {
  width: 302px;
  float: right;
}

/***  2-col layout WITH left menu ***/
#cols-2 {
  background: url("images/cont_border.gif") 199px top repeat-y;
}
#cols-2  #lcont {
  float: left;
  width: 199px;
}
#cols-2  #rcont {
  width: 730px;
  float: right;
}

/*** right box ***/
.rpanel {
  width: 300px;
  float: right;
  margin-left: 10px;
  background:#E9E9E9;
  border: 1px solid #3F8B9A;
}
.rpanel h2 {
  background:#3F8B9A; 
  padding: 3px;
  color:white !important;
  font: bold 12px Arial,sans-serif !important;
  margin: 0 !important;
}
.rpanel p { margin: 0; }
.rpanel div {
  margin: 5px;
}
.rpanel li {
  font-size: 12px;
  line-height: 130% !important;
}

/*** home ***/
.hcols {
  background:url('images/line_2.gif') center top repeat-y;
}
.hcols h2 { margin-top: 0; }
.hcol1,.hcol3 {
  float:left;
  width:300px;
}
.hcol2 {
  float:left;
  width:340px;
}
.hcol2 div {
  padding:0 20px;
}
.recent li {
  padding: 0 0 0 9px;
  background-image: url("images/lcont_bullet.gif");
  background-position: 0px center;
  background-repeat: no-repeat;
  line-height: 155%;
}
.recent ul {
	width: 46%;
	margin-bottom: 0.5em
}


/***  page content ***/
#breadcrumbs {
  font: 11px Verdana,Geneva,lucida,sans-serif;
  margin: -15px 0 15px;
}
#breadcrumbs a {
  color: #333;
}
.pgcont img.alignleft { margin-right: 10px; }
.pgcont img.alignright { margin-left: 10px; }
.pgcont ul, .pgcont ol, .pgcont table {
  margin: 0.5em 0 1em;
}
.pgcont li {
  list-style: disc;
  margin: 0 0 0 20px;
  line-height: 20px;
}
.pgcont ol li { 
  list-style: decimal;
  margin: 0 0 0 25px;
}
.ttl-1 {
  font: 23px Georgia, serif;
  margin-bottom: 15px;
  color: #531461;
}
.ttl-2, .pgcont h2 {
  font: bold 15px Georgia, serif;
  margin: 0.5em 0;
  color: #531461;
}
.ttl-3, .pgcont h3 {
  font: bold 11px Georgia, serif;
  margin: 0 0 0.5em;
  color: #531461;
}
.pgdate {
  position: relative; top: -13px;
  font: 11px Verdana,Geneva,lucida,sans-serif;
  display: block;
}
#cartnav {
  float: right;
  padding: 5px;
  border: 1px solid #B9B9B9;
  background: #f2f2f2;
  font-size: 11px;
  width: auto;
}
#cartnav div { position:relative; }
#cartnav-msg {
  position:absolute; top:-25px; right: 0;
  font-weight: bold;
  white-space: nowrap;
}
.carticon {
  background:url('images/icon_cart.gif') left center no-repeat;
  padding-left: 25px;
  display: inline-block;
  line-height: 15px;
}
.printicon {
  background:url('images/icon_print.gif') left center no-repeat;
  padding-left: 17px;
  text-decoration: none;
  color: #333;
}
.zoomicon {
  background:url('images/icon_zoom.gif') left center no-repeat;
  padding: 2px 0 0 17px;
  text-decoration: none;
  color: #333;
  font-size: 10px;
  line-height: 18px;
}
.popupicon {
  background:url('images/icon_popup.gif') right 1px no-repeat;
  padding-right: 10px;
}
.printicon:hover {
  text-decoration: underline;
}
.xlsicon {
  background: url("images/icon_excel.gif") left center no-repeat;
  padding: 0 0 0 20px;
}
.cartbutton {
  font-size: 11px; 
  vertical-align: middle;
}
.msg {
  padding: 5px;
  border: 1px solid #8B8B8B;
  background: #DFEAE4;
}
.excerpt { background: #f2f2f2; padding: 5px; }
#pgbody pre {
  margin: 5px 0;
  padding: 5px 20px;
  background: #f2f2f2;
  font-size: 12px;
}
div.sresult {
  margin-bottom:1em;
}
div.sresult p { 
  margin: 0;
  padding-top:0.1em;
}
div.sresult h4 {
  font-weight: normal;
}
div.sresult span.dispurl {
  color: #531461
}

.cloud { 
  text-align: center;
}
ul.cloud li { 
  display: inline !important;
  list-style-type:none !important;
  padding: 0 3px;
  line-height: 200% !important; 
  margin: 0 !important;
}
.cloud a.tag1 { font-size: 10px; }
.cloud a.tag2 { font-size: 10.5px; }
.cloud a.tag3 { font-size: 11px; }
.cloud a.tag4 { font-size: 12px; }
.cloud a.tag5 { font-size: 13px; }
.cloud a.tag6 { font-size: 14px; }
.cloud a.tag7 { font-size: 15px; }
.cloud a.tag8 { font-size: 16px; }
.cloud a.tag9 { font-size: 19px; }

a.tooltip {
  font-size: 11px;
  color: #333;
  text-decoration: none;
  /*cursor: help;*/
}
a.tooltip img { vertical-align: middle; }
.tooltip_bubble {
	position: absolute;
	max-width: 400px;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333;
	display: none;
	z-index: 2;
	text-align: left;
}


/***  forms  ***/
#srchform .searchinput {
  vertical-align: top;
  border: 1px solid #999B9A;
  color: #000;
  width: 240px;
  padding: 2px 5px;
  height: 16px;
}
.nicebutton {
  font-size:90%; font-weight: bold;
  border:1px solid #999B9A;
  background: #CE9200 url('images/button_bg.gif') left center repeat-x;
  padding: 2px 10px;
	overflow: visible; /* IE 6,7 */
  height: 22px;
  white-space:nowrap;
  color: #333;
}
.findermodule {
  background: #CDCDCD;
  padding:5px; 
  border:1px solid #808080;
	margin-bottom: 10px;
}
.findermodule form legend { display: none; }
#findercount {
	visibility: hidden;	
}
#findercount.loading {
	background: url('images/loading.gif') 5px bottom no-repeat;
	padding: 0 0 0 20px;
	height:16px;
	display: inline-block;
	vertical-align: bottom;	
}
#findercount em { font-style: normal; }
#findercount.loading span { display: none; }
.niceform legend, .niceform fieldset { border: 1px solid #808080; }
.niceform legend {
  padding: 1px 2px;
  color: #444444;
  margin-bottom: 10px;
}
.niceform fieldset {
  display:block;
  margin: 10px 0;
  padding: 0 10px 10px;
}
.niceform .llabel {
  float: left;
  width: 13em;
}
.niceform .lline {
  clear: both;
  padding: 3px 0;
}
.niceform .textinput, .niceform textarea, .niceform select {
  font: 12px Verdana,Geneva,lucida,sans-serif;
  padding:2px 1px;
}
.niceform optgroup { font-weight: bold; font-style: italic; }
.niceform optgroup option { font-size: 13px; }
.niceform .textinput { width: 220px; }
.niceform select, .niceform .checkbox, .niceform .radiobutton { margin-right: 3px; }

.codeArea {
  display: block;
  width:99%; /* 100% breaks in bloody IE 6 */
  font:11px 'Courier New', courier, monospace !important;
  background: #FFFFCC;
  border: 1px solid black;
}
.niceform .isMissing input, .niceform .isMissing select, .niceform .isMissing textarea {
  border: 1px solid #990000 !important;
}
.niceform .isMissing label {
  color: #990000 !important;
}


/*** tables ***/
table.quickspec {
  margin: 0 0 1em;
}
table.quickspec, table.quickspec td {
  border: 1px solid #D2D2D2;
}
table.quickspec td {
  padding: 4px 3px;
  font: 11px Verdana,Geneva,lucida,sans-serif;
  vertical-align: top;
}
table.quickspec td.diagram {
  width: 300px;
  text-align: center;
}
table.quickspec td.diagram img {
  margin-top: 4px;
}
table.finder {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: separate;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  border-spacing: 0;
  font-size: 12px;
}
table.finder caption {
  padding: 0 4px 4px;
  font-size: 11px;
}
table.finder th {
  background: #F2F2F2;
}
table.finder th, table.finder td {
  border-top: 1px solid #D2D2D2;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 2px 4px;
}

/*** tabs - should be conditioned by javascript support? ***/ 
#tabnav ul, #tabnav li {
	list-style-type: none;
	display: block;
}
#tabnav li {
	float: left;
	margin: 0 2px 0 0;
	/*position: relative; top: 1px;*/
}
#tabnav li a {
	background: #F2F2F2;
	color: #333333;
	display: block;	
	padding: 1px 10px;
	/*font-size: 12px;*/
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #B9B9B9;
	border-bottom: none;
	-moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px;
}
#tabnav li a:hover {
	color: #2C7988;
}
#tabnav .current-tab-label a {
	padding: 3px 10px 2px 10px;
	margin-top: -3px;
	background: #2C7988;
	border-color: #2C7988;
	/*border-bottom: 1px solid #2C7988;*/
	color: white !important;
}
.tab-content {
	display: none;
	/*border: 1px solid #B9B9B9;*/
	border: 1px solid #2C7988;
	padding: 10px;
}
.current-tab-content { display: block !important; }

.tab-content table.quickspec { 
	border: none;
	margin: 0 0 1em;
	border-collapse: separate;
}
.tab-content table.quickspec td {
	border: none;
  border-bottom: 1px solid #D2D2D2;
  padding: 4px 3px;
  font: 11px Verdana,Geneva,lucida,sans-serif;
  vertical-align: top;
}
.tab-content table.quickspec td.diagram {
  width: 300px;
  text-align: center;
}

.availability ul, .availability li  {
	list-style-type: none;
	margin: 0;
}
.availability div {
	float: left;
	margin-right: 30px;
}
.availability ul img {
	vertical-align: middle;	
}
