/*
** PAGE SETUP *********************************************************************
*/

html, body, form
{
  height: 100%;
  /*min-height: 100%;*/
  width: 100%;
  
/*  overflow: auto;*/

  margin: 0px;
  padding: 0px;

  border: none;  
}

body
{
  font-family: Verdana;
  font-size: 100%;
  line-height: 100%;

  background-repeat: repeat-x;
  background-attachment: fixed;
  
  background-color: #fdfefe;
}

div#container
{
  width: 100%;
  height: 100%;
  
  margin: 0px;
  padding: 0px;
}

div#header
{
  width: 100%;
  height: 65px;
  
  margin: 0px;
  padding: 0px;      
  
  background-color: #fff;
}

div#subheader
{
  width: 900px;
  height: 65px;
  
  margin: 0px auto;
  padding: 0px; 
  
  padding-top: 15px;   
}

div#content
{     
  width: 900px;
  margin: 0px auto;  
  margin-top: 10px;
  padding: 10px; 
  /*position: relative;*/
  
  font-size: 80%;
  
  background-color: #fff;  
}

/*
** HEADER **********************************************************************
*/

#header a
{  
  color: #044C80;
  text-decoration: underline;
}

#header a:hover
{  
  color: #A52A2A;
  text-decoration: none;
}


/*
** MENU *********************************************************************
*/

#menu
{
  width: 920px;
  
  margin: 0px auto;
  margin-top: 10px;
  
  padding-bottom: 2px; 
}

#menu .item
{  
  color: #546F88; /*#256C95;*/ 
  
  font-size: 0.9em;
  font-weight: bolder;
  text-decoration: none; 
}

#menu .selected
{
  color: #143B52; 
}

/*
** PAGE - base *********************************************************************
*/

#page a
{  
  /*color: #044C80;*/
  color: #0673C0;
  text-decoration: none;
}

#page a:hover
{  
  color: #A52A2A;
  text-decoration: underline;
}

#page h1
{
  margin-top: 0px;
  margin-bottom: 2px;

  padding-top: 0px;
  padding-bottom: 2px;
      
  font-family: 'trebuchet ms', verdana;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  
  color: #575757;
}

#page h1.article
{
  margin-top: 0px;
  margin-bottom: 6px;  

  padding-top: 0px;
  padding-bottom: 2px;
      
  font-family: 'trebuchet ms', verdana;
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.2em;
  
  color: #575757;
}

#page h2
{
  border-bottom: 1px solid #b2b2b2;
  
  padding-bottom: 4px;
  
  font-family: verdana, arial;
  font-weight: normal;
  font-size: 1.2em;
      
  color: #777;
}

#page h2.product_sector
{
  margin-top: 0px;
  margin-bottom: 2px;
  padding-bottom: 1px;
  
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;  
  color: #999;
  
  border-bottom: 1px solid #999;
}

#page h3
{
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 4px;
    
  border-top: 1px solid #A7D5E9;
  
  color: #657380;
  font-size: 1.0em;
  font-weight: normal;
  
  background-color: #F0F8FB;     
}  

#page h4
{ 
  margin: 0px;
  margin-bottom: 4px; 
  
  padding: 4px;
   
  border: none;

  font-family: verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
     
  color: #777;
  
  background-color: #fafafa;
}

#page h5
{ 
  margin-top: 1px;
  margin-bottom: 2px;
  padding-bottom: 1px;
  
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;  
  color: #555;
}

#page h6
{
  font-family: "droid-sans-1", "droid-sans-2", sans-serif;  
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px;
  color: #333;
  padding: 0px;
}


#page th
{   
  text-align: left;
  
  color: #888;
  font-weight: normal;
  font-style: normal;        
      
  background-color: #fafafa;
}

/*
** PAGE - id *********************************************************************
*/

div#page
{  
  margin: 0px;
  padding: 0px;
}

#page #path
{
  margin-bottom: 20px;
    
  font-size: 0.8em;
  color: #888;
} 

#page #big_search
{   
  width: 450px;
  height: 20px;
  
  margin-top: 10px;
  margin-bottom: 2px;    
  padding: 4px;
   
  border: 1px solid #eee;
  
  color: #555;
  font-size: 1.3em;
           
  background-color: #fff;
  background: transparent url('/images/big_input_top2.png') repeat-x top left;

}

#page #big_submit
{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;

  width: 45px;
  height: 23px;
  
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 0px; 
  padding-top: 5px; 
    
  background: transparent url('/images/btn/big_submit_top.png') repeat-x top left;
  background-color: #e1e1e1;  
      
  color: #777;  
  cursor: pointer;  
  text-align: center;
  
  border: 1px solid #aaa;
}


#page #product_info_holder
{

/*border: 1px solid red;*/
	overflow: auto;
	width: 100%;
	
  margin: 30px 10px;
  /*  clear: both;*/
} 

#page #product_info_price
{
    float: left;
    
    padding-top: 1px;
    margin-right: 30px; 

    font-size: 2.2em;
    font-weight: bolder;
    line-height: 22px; 
    
    color: maroon;    
}

#page #product_info_body
{
    width: 75%;
    margin: 0px;
    padding: 6px;
          
    font-style: italic;    
    color: #666;    
}


/*
** PAGE - class *********************************************************************
*/

#page .floatbox
{
    float: left;
    width: 200px;
    height: 37px;
    
    margin-top: 10px; 
    margin-right: 20px;
    
    border-right: 1px solid #ddd;            
}

#page .news_intro
{
  font-size: 14px;
  margin: 0px;
  padding: 4px;
  padding-left: 0px;
  padding-bottom:6px;  
  color: #555;
}

#page .news_dateline
{
  font-size: 10px;
  margin: 5px 0px;
  padding: 4px 0px;  
  
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  
  color: #999;
}

#page .ar
{
    text-align: right;
}

#page .ac
{
    text-align: center;
}

#page .br
{
    border-right: 1px solid #f6f6f6;
}

#page .bl
{
    border-left: 1px solid #f6f6f6;
}

#page .highlight
{
    color: #044C80;
    text-decoration: underline;
}

#page .highlight:hover
{
    color: #044C80;
    text-decoration: none;
}

#page .subbody
{
    color: #999;
    text-decoration: underline;
}

#page .subbody:hover
{
    color: #044C80;
    text-decoration: none;
}

#page .mt_l
{
  margin-top: 20px;
}

#page .tfooter
{   
  text-align: left;
  
  color: #888;
  font-weight: normal;
  
  padding: 10px;        
      
  background-color: #fafafa;
}

#page .blink
{
  color: #555;
  font-weight: bolder;
}

#page .big
{
  font-size: 1.1em;
}

#page .tag
{
  color: #79ab84;
  font-size: 0.7em;
  text-transform: uppercase;
}

#page .colour_user
{
  color: #91A903;
  font-weight: bolder;
}

#page .alias_s
{
  color: #91A903;
  font-size: 0.8em;
  font-weight: bolder; 
}

#page .alias_s a
{
  color: #91A903;
}

#page .desc_s
{
  color: #777;
  font-size: 0.7em;
}

#page .date_s
{
  color: #aaa;
  font-size: 0.7em;
}

#page .count_s
{
  color: #888;
}

#page .noreply_s
{
  color: #bbb;
  font-size: 0.7em;  
  font-style: italic;
}

#page .alias_m
{
  color: #91A903;  
  font-weight: bolder; 
}

#page .alias_m a
{
  font-size: 0.9em;
  color: #91A903;
}

#page .desc_m
{
  color: #777;
  font-size: 0.8em;
}

#page .desc_l
{
  color: #777;
}

#page .status_m
{
  color: #999;  
  font-size: 0.8em;
  line-height: 16px;
  font-weight: bolder; 
}

#page .price
{
  color: maroon;
}

#page .desc
{
  color: #777;
  font-style: italic;
}

#page .meta
{
  font-size: 0.6em;
  margin: 0px;
  background:#ecf6fc;
  padding: 4px;
  padding-bottom: 6px;
  color: #5e9ac1;
}

#page .smltxt
{  
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #777;
}

#page .big_text
{
  font-family: 'trebuchet ms', verdana;
  font-size: 1.4em;
  color: #999;  
}

#page .small_text
{
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  color: #999;  
}

#page .paragraph
{
  width: 95%;
  line-height: 20px;
  margin: 0 0 20px;
  color: #212121;
  font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif;
  font-size: 13px;
}

#page .code
{
  width: 90%;
  line-height: 20px;
  margin: 20px;
  padding: 4px; 
  color: #555;
  background-color: #f6f6f6;
  border: none;
  border-left: 3px solid #eaeaea; 
  border-right: 3px solid #eaeaea;  
  font-family: monospace, sans-serif;
  font-size: 13px;
}

#page .listitem_desc
{    
  margin: 4px 0px;
  padding: 0px;

  font-family: verdana;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: normal;
  color: #888;
}

#page .listitem_company_holder
{
    margin: 10px 0px;
    margin-top: 30px; 
    padding: 0px;
}

#page .listitem_company
{    
  font-family: verdana;
  font-size: 0.8em;
  font-weight: bolder;
  color: #666;
}

#page .listitem_price
{    
  font-family: verdana;
  font-size: 1.1em;
  font-weight: bolder;
  color: maroon;   
}

#page .listitem_cnt
{    
  font-family: verdana;
  font-size: 1.1em;
  font-weight: bolder;
  color: #118322;   
}

#page .listitem_date
{    
  font-family: verdana;
  font-size: 1.1em;
  font-weight: bolder;
  color: #777;   
}

#page .listitem_header
{    
  font-family: 'trebuchet ms', verdana;
  font-size: 1.2em;
  font-weight: bolder;
  color: #777;   
}

#page .listitem_feature_header
{    
  font-family: 'trebuchet ms', verdana;
  font-size: 1.0em;
  font-weight: bolder;
  color: #777;   
}

#page #filter_header
{
  margin-bottom: 2px;
  padding-bottom: 3px;
   
  
  font-family: 'trebuchet ms', verdana;
  font-size: 1.1em;
  color: #999;
  
  border-bottom: 1px solid #eee;  
}

#page .filter_subheader
{   
  width: 20%;

  font-family: verdana;
  font-size: 0.9em;
  font-weight: bolder; 
  
  color: #5C8DAF;          
}

#page .filter_holder
{
  height: 22px;
  margin: 0px;
  vertical-align: top;
  display: inline-block;
}

#page .filter_itemholder
{
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
} 

#page .filter_item
{
  background-color: #C8E2ED;
  color: #5A7E8D;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  height: 18px;
  line-height: 18px;
  margin: 2px 0;
  padding: 0 3px 0 10px;
   
  /*border-bottom: 1px solid #ccc;*/
  
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#page .filter_item_content
{
  background-color: #C8E2ED;
  color: #5A7E8D;
  font-size: 0.8em;
  height: 24px;
  line-height: 24px;
  margin-top: 2px;
  padding: 0 10px;
  position: absolute;
  visibility: hidden;  
  
  /*border-bottom: 1px solid #aaa;*/
    
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;    
}

#page .filter_item_button
{    
    height: 18px;
    
    margin: 0px;
    margin-top: 3px;
/*    marg
    margin-top: 2px;*/ 
    
/*    padding: 0px;*/

    padding-left: 6px; 
    padding-right: 6px;
    
    border: 1px solid #777;
                     /*
    display: block;
    float: right;
                       
    cursor: pointer;   */
    cursor: pointer;
    
    font-size: 0.9em;
    font-weight: bolder;
    line-height: 12px; 
    
    color: #666;
      
    background-image: url('/images/button/btn_search_filter.png');
    background-repeat: repeat-x;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;       
}

#page .filter_input
{
  font-size: 1.1em;   
  height: 14px;
  margin-top: 3px; 
}

#page .filter_selected
{
  background-color: #DBE7EB;
  visibility: visible;
}

#page .product_info_header
{
    width: 30%;
    padding: 6px;
    border-bottom: 1px solid #f1f1f1;
    
    color: #666;

    font-weight: bolder;    
}

#page .product_info_value
{
    padding: 6px;
    border-bottom: 1px solid #f1f1f1;    
}

#page .subhl
{  
  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

#page .subtxt
{  
  font-family: verdana,sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: #666;
}

#page div.hr
{
  height: 1px;
  width: 100%;
  
  margin: 10px 0px;
  /*margin-bottom: 10px;*/
    
  border-bottom: 1px solid #e1e1e1;
}


#page input, select
{
  border: solid 1px #999 ;
}

#page input.button
{
  background-color: #eee;
}

#page input.error_text
{
  border: solid 1px red;
  background-color: #ffe5eb;
} 

#page textarea.error_textarea
{
  border: solid 1px red;
  background-color: #FFE5EB;
  font-size: 1em;
  font-family: verdana;
}

#page select.error_select
{
  border: solid 1px red;
  background-color: #FFE5EB;
  font-size: 1em;
  font-family: verdana;
}

#page tr.dataheader td
{
    padding: 4px;
}

#page tr.productrow td, #page tr.productrow th
{
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

#page tr.datarow td, #page tr.datarow th
{
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
}

#page tr.datarowx td, #page tr.datarowx th
{
    padding: 5px;
}

#page tr.datarow_xl td, #page tr.datarow th
{
    padding: 15px 5px;
    border-bottom: 1px solid #f1f1f1;
}

#page tr.datarowx_xl td, #page tr.datarowx th
{
    padding: 15px 5px;
}

#page table.datatable td, #page table.datatable th
{
    padding: 5px;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    color: #666; 
}

#page table.datatable th
{
    background-color: #F4F7F9; 
    font-weight: bolder;
    border-right: 1px solid #E8E8E8;
    border-top: none;         
}

#page table.datatable td.end, #page table.datatable th.end
{
    border-right: none;
}

#page table.datatable tr.even td
{
    background-color: #F4F7F9; 
}

#page div.box_err
{
  padding: 10px;
  margin: 10px 80px;
  /*margin-bottom: 20px;*/
  border: 1px solid #CBA552;
  background-color: #FFDC90;
  text-align: center;
}

#page div.box_warn
{  
  margin: 5px 0px;
  padding: 3px;

  border-top: 1px solid #CBA552;
  border-bottom: 1px solid #CBA552;
  
  color: #524018;
  
  background-color: #FFDC90;
}

#page div#alert_holder
{
    display: none;
}

#page div.box_alert
{
  position: relative;    
  margin: 0px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #eaeaea; /*#E7F2F9;*/  
  background-color: #fafafa; /*#F7FBFD;*/   
}

#page div.alert_ok
{
  border: 1px solid #557F39;
  background-color: #D7EFBA;  
}

#page div.box_alert span.box_alert_text
{
  color: #aeaeae; 
  cursor: pointer;
}

#page div.box_alert span.box_alert_text:hover
{
  color: #0673C0;
}

#page div.box_alert div.box_icon_close 
{
  position: absolute;    
  width: 10px;
  height: 10px;    
  line-height: 10px;
  top: 7px;
  right: 7px;    
  border: 1px solid #ddd;    
  background-color: #fff;  
  background: url(/images/ico/ico_alert_close.png) no-repeat top left;    
  cursor: pointer;
}


#page div.box_ok
{
  padding: 10px;
  margin: 10px 80px;
  margin-bottom: 20px;
  border: 1px solid #557F39;
  background-color: #D7EFBA;
  text-align: center;
}

ul.leftmenu
{ 
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding-left: 0px; 
}

ul.leftmenu li
{ 
  border-bottom-color: #eeeeee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

ul.leftmenu .selected
{ 
  background-color: #f4f4f4;
}

/*
** FORUM *********************************************************************
*/

#page #forum table
{
  width: 100%;
  margin-bottom: 10px; 
}

#page #forum .pane_top
{
  padding: 4px;  
  
  border: 1px solid #eee;
  
  color: #999;
  font-size: 0.9em;  
  
  background-color: #fafafa;
}

#page #forum .pane_bottom
{
  padding: 4px;
      
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
      
  color: #999;
  text-align: right;
  
  background-color: #fafafa; 
}

#page #forum .pane_bottom a
{
  color: #955;
}

#page #forum .pane_left
{
  width: 150px;
  min-height: 50px;
  
  padding: 5px;
  padding-right: 10px; 
  padding-bottom: 20px; 
    
  border-right: 1px solid #eee;  
  border-left: 1px solid #eee;
  
  vertical-align: top;
  overflow: hidden;
  
  background-color: #fefefe; 
}

#page #forum .pane_right
{
  padding: 4px;
  
  padding-left: 10px;
  padding-bottom: 20px; 
  
  border-right: 1px solid #eee;
  
  color: #555;
  vertical-align: top;
  overflow: hidden;       
}


#page #forum .quote_header
{
  margin-left: 20px;
  margin-right: 20px;   
  
  padding: 5px; 
  
  font-size: 0.8em;   
}

#page #forum .quote
{
  margin-left: 20px;
  margin-right: 20px;   
  
  padding: 5px; 
   
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  
  background-color: #fcfcfc;
}

/*
** FOOTER *********************************************************************
*/

div#footer
{
  width: 900px;
  
  margin: 0px auto;
  margin-top: 10px;  
  margin-bottom: 10px;
  
  padding: 10px;  
    
  font-family: Verdana;
  font-size: 10px;  
  color: #bbb;    
  
  background-color: #fff;
}


#footer a
{
  color: #ccc;  
  text-decoration: underline;
  font-weight: bolder;
}


#footer a:hover
{
  color: #888;
  text-decoration: none;
}

/*
** BTN GREEN ******************************************************************
**/

.btn_green
{
  float: left; 
  height: 24px; 
	text-decoration: none;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
	color: #576d07;
	background: url(/images/button/btn_green.png) no-repeat top right;
}

.btn_green span
{
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float: left;
	background: url(/images/button/btn_green.png) no-repeat top left;
}

