/*  style sheet for screen resolution of 1024 * 768  */

/* body tag style (for setting margins etc.)   */
body{
   background-color: #ffffff;
}
/* page container - the main table used to "wrap" all structural elements   */
.pagecontainer{
   width: 760px;
   height: 600px;
}
.content_area{
   width:577px;
}
/* logo area class (for setting properties that apply right accross the top of page where company logo is displayed  */
.logo_area{
   valign: bottom;
   background-image: url(../images/logo_background.gif);
   background-repeat: repeat-x;
   height: 88px;
}
/* navigation bar area / master style   */
.navigation_area{
   width: 183px;
}
/*  lhs navigation bar (menu off ==> when item is displayed as a link but not selected)  */
a.menu_off:link,a.menu_off:visited{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  padding-left: 10px;
}
/*  lhs navigation bar (menu on ==> when item is selected)  */
a.menu_on:link,a.menu_on:visited{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
  padding-left: 10px;
}
/* background colours for tables - row_on == the hi-light colour  which rgb: 206,215,232 */
.highlight_colour{
   background-color: #ced7e8;
}
.lowlight_colour{
   background-color: #efefef;
}
/* footer area of page  */
.footer_area{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  border-top-style: solid;
  border-top-color: #808080;
  border-top-width: 1px;
}
a.footer_area{
  border-top-style: none;
   
}
/* h1 class   */
h1{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
   
}
/*  featured categories (categories that are displayed on the home page  */
.categories{
   width: 460px;
}
/*  standard paragraph text  */
.tbpara{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 11px;
}
/*  home page category text (has padding)  */
.home_category{
   
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  padding-left: 10px;
}
/*  standard "bold" heading   */
.tbbold{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
/*  listing items (hyperlinked item as in product listing for a category)  */
/* indicate that item has not been viewed yet */
a.list_item:link{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 11px;
}
/* indicate that item was viewed already */
a.list_item:visited{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #483d8b;
  text-decoration: none;
  font-size: 11px;
}
/* indicate that item is a hyperlink (on mouseover) */
a.list_item:hover{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:  #ff0000;
  text-decoration: none;
  font-size: 11px;
}
a.logolink:link,a.logolink:visited{
    text-decoration: none;
}

/*  price  */
.price{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:  #000000;
  text-decoration: none;
  font-size: 11px;
  font-weight: bolder;
  text-align: right;
}


/*  heading for listings   */
.list_heading{
   background-color: #dedede;
}
/*  row colour for listings (on / off)   */
.list_highlight_colour{
   background-color: #f3f3f3;
}
.list_lowlight_colour{
   background-color: #ffffff;
}

.white_spacer{
    background-color: #fffff;
    height: 15px;
}
/* generic link (with underline   */
a.link:link{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
}
/* indicate that item was viewed already */
a.link:visited{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
}
/* indicate that item is a hyperlink (on mouseover) */
a.link:hover{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:  #000000;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
}

.currency_title{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:  #000000;
  font-size: 11px;
  font-weight: bold;
}
.red_text{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ff0000;
    font-size: 11px;
}

.select_table{
    border-style; dotted;
    border: 2px;
}
.data_entry_cls{
    border: 1px solid black;
}

.search_link{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-weight: bold;
    text-decoration: underline;
}
.search_result{
    color: red;
}
.resultlegend{
    text_size: 15px;
    text-weight: bold;
}
.fieldset_div{
    text_size: 15px;
    text-weight: bold;
}
.result_type_link{
    font-family: Arial, Helvetica, sans-serif;
    color: blue;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.result_title_link{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.parent_link{
    color: blue
}
.search_heading{
	 font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
	 font-weight: bold;    
}

.useful_link{
	color: blue
}
.go_link{
	color: blue
}



