/***********************************************
** File:      %M%  version %I%
** Author:    nat
** Modified:  %G%
** Copyright: I-Next Ltd
***********************************************/
/* ident %W% */

BODY {
  background: url(../gifs/bg_tile.gif) #FFFFFF;
  margin: 0px 0px 0px 0px;
}
BODY.popup { background: url(../gifs/popup_tile.gif) repeat-x #FFFFFF; }

/* DIV's */

#holder {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  height: 100%;
}

#header {
  padding-top: 9px;
  background: url(../gifs/header.gif) 0px 9px no-repeat White;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  text-align: left;
  height: 113px;
}
*html #header { height: 122px; }

#body {
  background: url(../gifs/content_tile.gif) repeat-y White;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  text-align: left;
}

#widebody {
  background: url(../gifs/wide_content_tile.gif) repeat-y White;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  text-align: left;
}

#leftmenu {
  float: left;
  width: 218px;
  background: url(../gifs/left_menu_tile.gif) repeat-y;
  border-bottom: 2px solid #CFCFCF;
  padding-bottom: 0px;
}

#content {
  float: left;
  width: 365px;
  margin: 6px 0px 20px 15px;
}

#portlet {
  float: right;
  width: 140px;
  margin: 6px 0px 20px 11px;
  text-align: center;
}

#widecontent {
  float: left;
  width: 510px;
  margin: 6px 0px 20px 15px;
  text-align: left;
}

#footer {
  clear: both;
  height: 27px;
  background: url(../gifs/footer.gif) center no-repeat;
  text-align: center;
  font-size: 10px;
  color: White;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  line-height: 27px;
}

#search {
  margin: 14px 0px 0px 2px;
  width: 210px;
  height: 26px;
  float: left;
  clip: rect( 0px 210px 26px 0px );
  overflow: hidden;
  display: inline;
}
*html #search { margin-top: 9px; }

#popupmenu { position: absolute; z-index: 1; left: 0px; top: 0px; }
#popupcontent { position: absolute; z-index: 1; left: 0px; top: 30px; padding: 15px; }

#searchEngine { position: absolute; z-index: 1; left: 0px; top: 0px; visibility: hidden; }

/*
#header { background-color: Blue; }
#leftmenu { background-color: Red; }
#content { background-color: Yellow; }
#portlet { background-color: Orange; }
#footer { background-color: Pink; }
#search { background-color: Red; }
*/

/* Template Only Styles */

#search INPUT.search {
  width: 150px;
  background-color: #C2D8F2;
  border: 1px solid White;
}

#portlet IMG { padding-bottom: 8px; }
#portlet UL {
  width: 140px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#portlet LI {
  padding-left: 15px;
  background: url(../gifs/portlet_bullet.gif) 5px center no-repeat;
  margin: 2px 0px;
}
#portlet UL A {
  font-weight: bold;
  color: #284A74;
  text-decoration: none;
}
#portlet UL A:hover { color: #8CB0D8; }

#content UL.menu {
  width: 140px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#content LI.menu {
  padding-left: 15px;
  background: url(../gifs/portlet_bullet.gif) 5px center no-repeat;
  margin: 2px 0px;
}
#content UL.menu A {
  font-weight: bold;
  color: #284A74;
  text-decoration: none;
}
#content UL.menu A:hover { color: #8CB0D8; }

#widecontent UL.menu {
  width: 140px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#widecontent LI.menu {
  padding-left: 15px;
  background: url(../gifs/portlet_bullet.gif) 5px center no-repeat;
  margin: 2px 0px;
}
#widecontent UL.menu A {
  font-weight: bold;
  color: #284A74;
  text-decoration: none;
}
#widecontent UL.menu A:hover { color: #8CB0D8; }

#popupcontent UL.menu {
  width: 140px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#popupcontent LI.menu {
  padding-left: 15px;
  background: url(../gifs/portlet_bullet.gif) 5px center no-repeat;
  margin: 2px 0px;
}
#popupcontent UL.menu A {
  font-weight: bold;
  color: #284A74;
  text-decoration: none;
}
#popupcontent UL.menu A:hover { color: #8CB0D8; }


#leftmenu IMG { margin: 0px 25px 5px 25px; }
#leftmenu IMG.menu { margin: 0px; }
#leftmenu TABLE {
  border-top: 2px dotted White;
  margin-left: 14px;
  width: 188px;
}
#leftmenu TD {
  background: url(../gifs/menu_bullet.gif) 20px 7px no-repeat;
  font-weight: bold;
  font-size: 11px;
  border-bottom: 2px dotted White;
  padding: 4px 4px 4px 35px;
}
#leftmenu TD.hilite {
  background: url(../gifs/menu_bullet.gif) 20px 7px no-repeat;
  font-weight: bold;
  font-size: 11px;
  background-color: #CFE2F9;
  border-bottom: 2px dotted White;
  padding: 4px 4px 4px 35px;
}

#leftmenu A {
  color: #284A74;
  text-decoration: none;
}
#leftmenu A:hover { color: White; }

#header IMG.logo { margin: 6px 0px 0px 36px; }
#header IMG.tcfc {
  float: right;
  margin-top: 6px;
}

/* Userman Menu */
#header P {
  float: left;
  display: inline;
  clear: both;
  margin: 20px 0px 0px 10px;
}
*html #header P { margin-top: 17px; }

#header P A {
  text-decoration: none;
  color: Black;
}
#header P A:hover { color: White; }

TABLE.mainmenu {
  float: right;
  margin-top: 21px;
  padding-right: 5px;
}
*html TABLE.mainmenu { margin-top: 18px; }

TABLE.mainmenu TD {
  white-space: nowrap;
  border-left: 1px solid #8CB0D8;
  height: 13px;
  font-weight: bold;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
TABLE.mainmenu A {
  color: Black;
  text-decoration: none;
}
TABLE.mainmenu A:hover { color: White; }

TABLE.dottedbottom {
  border-bottom: 1px dotted #AFC2CA;
  margin-bottom: 6px;
}
TABLE.dottedbottom TD { padding: 1px; }

/* E-Commerce Styles */

TABLE.product-list {
  width: 500px;
  border-top: 1px solid #00365F;
  border-left: 1px solid #00365F;
}
TABLE.product-list TH {
  padding: 3px;
  font-weight: normal;
  border-right: 1px solid #00365F;
  border-bottom: 1px solid #00365F;
  background-color: #EAF2FA;
  color: #00365F;
}
TABLE.product-list TD {
  padding: 3px;
  border-right: 1px solid #00365F;
  border-bottom: 1px solid #00365F;
}

TABLE.product-detail {
  width: 375px;
  border-top: 1px solid #00365F;
}
TABLE.product-detail TH {
  padding: 3px;
  font-weight: normal;
  border-right: 1px solid #00365F;
  border-bottom: 1px solid #00365F;
  border-left: 1px solid #00365F;
  background-color: #EAF2FA;
  color: #00365F;
  text-align: left;
  width: 170px;
}
TABLE.product-detail TD {
  padding: 3px;
  border-right: 1px solid #00365F;
  border-bottom: 1px solid #00365F;
  text-align: right;
  vertical-align: middle;
}
TABLE.product-detail TD.quantity {
  padding: 3px;
  border-bottom: 1px solid #00365F;
  border-right: 0px;
  text-align: right;
  vertical-align: middle;
}
TABLE.border {
  border-top: 1px solid black;
  border-left: 1px solid black;
}
TABLE.border TD {
  padding: 3px;
  border-right: 1px solid black;
  border-bottom: 1px solid #00365F;
}

SPAN.price { font-weight: bold; }

/* Applet Selectable Styles */

H1 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  color: #284A74;
}
H2 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #008AC4;
}
H3 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

P,TD,UL,OL,TH {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
}
P.indent1 { margin-left: 1em; }
P.indent2 { margin-left: 2em; }
P.indent3 { margin-left: 3em; }
P.indent4 { margin-left: 4em; }



TD.alignright { text-align: right; }
TD.aligncenter { text-align: center; }
TD.aligntop { vertical-align: top; }
TD.alignbottom { vertical-align: bottom; }
TD.aligntopright {
  vertical-align: top;
  text-align: right;
}
TD.aligntopcenter {
  vertical-align: top;
  text-align: center;
}
TD.alignbottomright {
  vertical-align: bottom;
  text-align: right;
}
TD.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
}

SPAN.sup {
  font-size: 7px;
  vertical-align: super;
}
SPAN.sub {
  font-size: 7px;
  vertical-align: sub;
}

/* Images */

IMG.floatright { float: right; }
IMG.floatleft  { float: left; }
IMG.noborder   { border-width: 0px; }

/* Links: A */

A {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  color: #000099;
}
A:hover {
  color: #5E8099;
  text-decoration: none;
}
A.rightportlet {
  padding-left: 15px;
  background: url(../gifs/portlet_bullet.gif) 5px center no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #284A74;

}
A.rightportlet:hover { color: #8CB0D8; }


/******** style added 02/05/2006 Gill Mead for newsletter signup form **********/
#newslettersignup {
  background: url(/gifs/newsletterbg.gif) center center no-repeat white;
  padding: 0;
  text-align: center;
  height: 88px;
  width: 100%;
  font-size: 8px;
  margin: 0;
}

#newslettersignup table {
  margin: 0;
  padding: 0;
}

#newslettersignup td {
  font-size: 10px;
}

#newslettersignup form {
  font-size: 8px;
  margin: 0;
  padding: 20px 0 0 6px;
}

#newlettersignup table input {
  font-size: 8px;
  line-height: 10px;
}

/*******************************************************************************/

/*********** styles added 02/05/2006 Gill Mead for purchase options change */

#purchaseOptions {
  display: none;
}

#togglebox {
  display: none;
}

/*******************************************************************************/

/* ecommerce styles */
BODY.ecom{
  background-color: #FFFFFF;
  background-image: none;
  margin: 0px 0px 0px 0px;
  text-align: left;
}
TD.linedtitle {
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  border-top: 1px solid #B0B3C6;
  border-bottom: 1px solid #B0B3C6;
}
TD.lined {
  font-size: 11px;
  padding: 6px;
  border-bottom: 1px solid #B0B3C6;
}
TABLE.ecomtable {
  width: 400px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}
TD.ecomparamcol {
  font-size: 11px;
  font-weight: bold;
}
TD.ecominputcol {
  font-size: 11px;
}
TABLE.payment {
  width: 400px;
}
TABLE.details {
  width: 210px;
}
H3{
  font-size: 13px;
}
