
ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code,form,span { font-size: 0.8em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

a img,:link img,:visited img { border:none }

select { display: inline; }

/*
^General
-------------------------------------------*/

html, body, h1, h2, h3, h4, div, ul, li /*clear browser defaults*/  {
  	border: 0;
  	padding: 0;
    margin: 0;
  	list-style: none;
  	text-decoration: none;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #333;
}

html {
  height:100%;
  max-height:100%;
}

body {
  height:100%;
  max-height:100%;
  min-width: 950px;
  margin: 0 auto;
  background-color: #ececec;
  width: 100%;
}

p, .normalList, .nobulletList, ol {
  list-style: square;
  line-height: 1.5em;
  font-size: 0.8em;
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
  border:0;
}
.normalList, .nobulletList {
  margin-left: 1em;
}
.normalList li, .nobulletList .normalList li {
  list-style: square;
  border: 0;
}
.nobulletList li {
  list-style: none;
}

ol {
  padding-left:3em;
}
ol li {
  list-style: decimal;
}

p small em {
  line-height: 1em;
}

a:link { color: #2c2cc6; text-decoration: underline; }
a:visited { color: #aa55aa; text-decoration: underline;}
a:hover { color: #ff6a6a; }
a:active { color: #ff6a6a; }

img.inline {
  float:none;
  display:inline;
  border:0;
  margin:0;
}

/*
^Headings
---------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  line-height: 1em;
}
h1 {
  font-size: 2.5em;
  padding: 0 0 0 10px;
  margin-bottom: 5px;
}
h2 {
  font-size: 2.0em;
  padding: 0 0 0 10px;
}
h3,h1  {
  position:relative;
  font-size: 1.2em;
  padding: 10px;
  margin-bottom: 1em;
  border-bottom: 5px solid #6ea634;
  background: white url('../img/recycle.gif') no-repeat right -2px;
}
h4,h2  {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.7em 0 0.2em 10px;
}
h5 {
  font-size: 1em;
  font-weight:bold;
  padding: 0.5em 0 0.2em 0;
}
h6 {
  font-style: italic;
  font-size: 0.8em;
  padding: 0 10px;
}

/*
^Z-Indexing
---------------------------------------------*/

#login, #logout { z-index: 2000; }
.rcorner { z-index:20; }
#content {z-index: 20;}
.tpc { z-index:15; }
.tpm { z-index: 15; }
.tps { z-index:15; }
#menu { z-index:15; }
.logo { z-index:15; }
#menu ul li ul, #page_menu ul li div { z-index:15; }
.orderby { z-index: 10; }
#bottom { z-index:10; }
#wrappermain { z-index:5; }
.window { z-index:1; }
.mb { z-index:0; }

/*
^ Block Elements Positioning
--------------------------------------------*/
#wrappermain, #content, #bottom, #rightbar, #message {
  position: relative;
  min-width: 700px;
  top: 40px;
  background-color: white;
  margin: 1% auto;
  padding: 10px 1% 10px 1%;
  text-align: center;
  border: 5px solid #313131;
}

#wrappermain, #bottom {
  background-color: transparent;
  text-align: left;
  border: 0;
  padding: 0;
  width: 83%;
  margin: 10px 7% 1% 10%;
}
#wrappermain {
  /*background-color: #6ea634;*/
}
#content, #message {
  top: 0;
  margin: 0;
  padding: 0;
  width: 69%;
  min-width: 0;
  height: 100%;
  text-align: left;
}
#rightbar {
  position: absolute;
  top: -5px;
  left: 102%;
  margin: 0;
  padding: 0;
  width: 40%; /* 26.8/67 * 100 --> the original 26.8% of the wrappermain ratio to the 67% of content gives ratio of content width required - 38.81% */
  min-width: 0;
  height: auto;
}

/*
^ Welcome Bar
-------------------------------------------*/
.logo {
  position: absolute;;
  top: 40px; left: 0;
  background-image: url('../img/logo_v_150.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 10%;
  min-width: 100px;
  height: 150px;
  margin: 0;
  margin-top: 10px;
}

/*
^Content
-------------------------------------------*/

img {
  display: block;
  padding: 2px;
  margin: 10px auto;
  background-color: transparent; }

p img, h3 img, h4 img {
  float: right; }

input.text {
  font-family: Arial;
  padding: 2px 2px 2px 2px;
  border: 1px solid #999;
  color: black;
  text-align: left;
  font-size: 0.8em; 
  width: 20em; }

input.text:hover {
  border-color: #ff6a6a; }
  
input.number {
  width: 1.5em;
}

table img {
  border: 1px solid transparent; 
}
.formcontrols { /*eg comparison page*/
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  width: 100%;
}
.formcontrols li {
  display: inline;
  margin-right: 0.5em;
}
#content .form {
  text-align: right;
  margin: 0 auto; }
  
p textarea, .textarea {
   overflow: auto;
   width: 80%;
   height: 300px;
   margin: 5px 10% 0 10%;
   padding: 10px;
   border: 1px solid #999; }

p textarea:hover, .textarea:hover {
  border-color: #ff6a6a;
}

.button {
  font-family: Arial;
  padding: 2px 10px 2px 10px;
  background-color: #f6f6f6;
  border: 1px solid #d0d0d0;
  color: #2c2cc6;
  text-align: center;
  font-size: 1em;
  text-decoration: none !IMPORTANT;
  cursor: pointer; 
}
  .button:hover, .button:active {
    background-color: #ff6a6a;
    color: #f6f6f6;
  }
.tip, #content strong.tip  {
  cursor: help;
  color: #ff0000;
  border-width: 0;
}
.bgbutton {
    border: 0;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    vertical-align: middle;
}
.horizantal li {
  display: inline;
  margin-right: 3px;
  padding: 2px;
  border: solid #999;
  border-width: 1px;
}
select {
  border: 1px solid #313131;
  padding: 2px;
}

/*
^Bottom
---------------------------------------------}*/

#bottom {
  background-color: #6ea634;
  width:100%;
  margin:0;
  font-size: 0.8em;
  border-top:5px solid #313131;
}
#bottom .block, #bottom ul {
  float: left;
  width:24.5%;
}
#bottom ul {
  width:100%;
  list-style:square;
}
#bottom ul li {
  color:#f6f6f6;
  list-style:square;
  margin-left: 2em;
}
#bottom li a:link { color:#f6f6f6; }
#bottom li a:active, #bottom li a:hover { color:#ff6a6a !IMPORTANT; }
#bottom li a:visited { color:#f6f6f6; }

#bottom .head {
  font-size:1em;
  font-weight:bold;
  list-style: none;
  margin: 0.25em 0.5em;
}
#bottom .head a:link { color:#333; }
#bottom .head a:active, #bottom .head a:hover { color:#ff6a6a !IMPORTANT; }
#bottom .head a:visited { color:#333; }

#bottom .copyright {
  text-align: center;
  height:1.5em;
}
.stickers {
  float:none !IMPORTANT;
  clear:both;
  text-align:center;
}
.stickers li, .stickers li a, .stickers li img {
  display:inline;
  margin:0;
}
.textads {
  position:relative;
  float:left;
  width:49%;
  background-color: #ececec;
  border-top:5px solid #ececec;
  border-right:5px solid #313131;
  border-bottom:5px solid #313131;
  border-left:5px solid #313131;
  margin-top:-5px;
  z-index:100;
}
#bottom .textads li {
  list-style: none;
  padding:0;
  margin:0 0.5%;
  width:23.5%;
  float:left;
}
.textads h4, .textads p, .textads em {
  margin:0;
  padding:0;
  font-size: 1em;
}
#bottom .textads h4 a:link { color:#333; }
#bottom .textads h4 a:active, #bottom .textads h4 a:hover { color:#ff6a6a; }
#bottom .textads h4 a:visited { color:#333; }

.textads p {
  padding:0;
  color: #333;
}


/*
Rightbar
---------------------------------------*/
.prodlist {
  text-align: left;
  list-style: none;
}
.prodlist li {
  margin: 0;
  padding: 10px 0;
  display:block;
  width: 100%;
  border-top: 2px solid #313131;
  clear: left;
}
.prodlist img {
  width: 40%;
  height: auto;
  border-width: 0;
  float:left;
}

.policy {
  font-size: 0.8em;
  text-align:right;
  padding-right:10px;
}

.ad1 img {
  max-width:95%;
}

/*
^Controls
--------------------------------------- */
/*
.switcher {
  font-size: 0.7em;
  font-weight: bold;
  cursor: pointer;
}
.hidden {
  display: none;
}
.showhide {
  position: absolute;
  right: 0.1em;
  top: 0.1em;
  cursor: pointer;
}
*/
/*
Window Pages
---------------------------*/

.window {
  position: relative;
  background-color: #ececec;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
.window h4 {
  position:relative;
  margin: 0;
  margin-bottom: 5px;
  padding: 0 5px;
  background-color: #ececec;
}
.window h5 {
  color: #0066cc;
}
.window .prodlist li {
  border-top: 0;
  border-bottom: 1px solid #999;
}
.window p, .window ul, .window div {
  padding: 5px;
}
.window div div {
  padding:0;
}
.main {
  background-color: transparent;
}
.main h3 {
  margin:0;
}
.right {
  position: relative;
  float: right;
  width: 49%;
  overflow:hidden;
}
.right .squiggle {
  display: none;
}
.right h4 {
  border-width: 0;
}
.left {
  position: relative;
  float:left;
  width: 49%;
}

/*
Messages
---------------------------------*/
#message {
  height: auto;
  margin-bottom: 5px;
  border-color: #f6b3b3;
}
#message p {
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
#message ul li {
  margin: 10px 0 10px 0;
  padding: 0;
}
#message .title {
  font-weight: bold;
  font-size: 1em;
  color: #ff6a6a;
}

/*
Header
----------------------------------*/
#header {
  position: absolute;
  min-width:950px;
  top:0;
  height:30px;
  border-bottom: 5px solid #313131;
  width:100%;
  background-color: #6ea634;
}

/*
Search
----------------------------------*/
.search form p {
  padding: 2%;
  text-align: center;
}
.search .text {
  width: 60%;
  margin: 0 0 0 1%;
  padding: 3px;
  vertical-align: middle;
}
.search .button {
  width: 30%;
  margin: 0 0 0 1%;
  vertical-align: middle;
}
.search .cats li {
  display: inline;
}
#rbsearch form {
  padding: 0;
  text-align: left;
}
#rbsearch .text {
  width: 94%;
  font-size: 1.7em;
  margin: 0;
}
#rbsearch .submit {
  margin: 0 auto;
}


#topSearch {
  float:right;
  width: 25%;
  font-size: 1em;
  margin:-0.05em 0.5em;
}
#topSearch form, #topSearch p {
  padding: 0;
  margin:0;
}
#topSearch .text {
  float:left;
  width: 65%;
  font-size: 1em;
  padding:0.3em;
  margin-right:0.5em;
}
#topSearch input.button {
  float: right;
  width: 25%;
}



/*
Tables
*/

.simple {
  border-collapse: collapse;
  border-top: 2px solid #313131;
  margin-top: 1.5em;
  width:100%;
}

.simple td {
  border: solid #313131;
  border-width: 0 0 2px 0;
  padding: 10px;
}

.simple th, .simple .headrow {
  background-color: transparent;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px solid #313131;
}
.simple img {
  width: 100px;
}
.simple .oddrow {
  background-color: #eee;
}
.simple td span {
  line-height: 1.5em;
}
/*General*/
.hide {
  display: none;
}

/*
Menu
-----------------------*/

#menu {
  position: absolute;
  top: 0; left: 0;
  text-align:left;
  height:50px;
  margin-bottom: 5px;
  width: 100%;
  background-color: transparent;
}

#menu.vertical {
  top: 200px;
  width: 10%;
  min-width: 95px;
  height: auto;
}
#menu.vertical ul {
  margin: 5px -1px 5px 5px;
  background-color: #333;
  top: 0;
}
#menu.vertical ul li {
  display: block;
  line-height: 1em;
  margin: 0;
  z-index:14;
}
#menu.vertical ul li a {
  display: block;
  padding: 10px 10px;
}
#menu.vertical li:hover div {
  left: 100%;
}
#menu.vertical ul div {
  width: auto;
  min-width: 300px;
  top: 0;
  margin:-5px;
  padding:0;
  border: 5px solid #333;
  background: #ececec;
}
#menu.vertical ul ul {
  margin:0;
}
#menu.vertical ul ul li {
  width: 100%;
  margin: 0;
  padding:0;
  background: #ececec;
}
#menu.vertical ul ul li a {
  padding: 5px 10px;
  color: #2c2cc6;
}
#menu.vertical h6 {
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1em;
}
#menu ul, #page_menu ul {
  top: 15px;
  padding:0;
  margin:0 0 0 5px;
}

#menu ul div {
  background-color: #ececec;
}

#menu ul li {
  position: relative;
  display: inline;
  list-style: none;
  margin: 5px 0;
}


#menu ul li a, #page_menu ul li strong {
  padding: 10px;
  background: none;
  color: #ececec;
}
#menu ul li a:hover, #page_menu ul li a:hover {
  background: #ececec;
  color: #333;
}

#menu ul li div, #page_menu ul li div {
  position:absolute;
  width:200px;
  margin:0;
  padding:0;
  top:1.75em;
  left:-10000px;
  background-color: #ececec;
}
#menu ul li ul a {
  background: #333}

#menu ul li:hover div {
  left:0px;
}

#menu ul li li, #page_menu ul li li {
  width: 196px;
  display: block;
  padding: 2px 0 2px 0;
  margin: 2px auto;
}

#menu ul li li a, #page_menu ul li li a, #page_menu ul li li strong {
  display: block;
  padding: 2px;
  background-color: #ececec;
  color: #333;
}
#menu ul li li a:hover, #page_menu ul li li a:hover {
  background-color: #333;
  color: #ececec;
}

#narrower {
  height:auto;
}
#page_menu {
  position: relative;
  width: 90%;
  margin: 5px auto;
  text-align:center;
  width: 100%;
  padding: 10px 0;
}
#page_menu p {
  display:block;
  margin:0;
  padding: 5px;
  text-align:center;
}
#page_menu ul {
  margin: 0 auto;
  width:auto;
  line-height:1.5em;
  background: 0;
}
#page_menu ul li strong {
  background: none;
  color: #333;
  margin: 0;
  padding: 0;
}
#page_menu ul li {
  position:relative;
  cursor: pointer;
  line-height: 1px;
  display: inline;
  list-style: none;
  padding: 0.5em;
  border: solid #333;
  border-width: 0 0 1px 0;
  margin-right:5px;
  text-align:left;
}
#page_menu ul li.full {
  position:static;
}
#page_menu ul li.strong {
  font-weight: bold;
}
#page_menu ul li div {
  border: solid #333;
  border-width:1px 0 0 0;
  top: auto;
  margin:0.4em 0 0 0;
  font-weight: normal;
  cursor: default;
  font-size:0.8em;
}
#page_menu ul li div.full {
  width:100%;
  border-width: 1px 0;
}
#page_menu ul li:hover {
  background: #ececec;
}
#page_menu ul li:hover div {
  left:0;
}
#page_menu ul li:hover div.full {
  left:auto;
}
#page_menu ul li li {
  list-style:square;
  line-height: 1.5em;
  font-size: 0.8em;
  border-width: 0;
  text-align: left;
  margin: 5px;
  width:auto;
  clear:both;
}
#page_menu ul li li a {
  color: #2c2cc6;
  display:inline;
}
#page_menu ul li li a:hover {
  color: #2c2cc6;
  background-color: transparent;
}
#page_menu ul li a {
  padding: 3px;
}
#page_menu ul li ul strong {
  background: transparent;
  border-bottom: 2px solid #333;
  color: #333;
}
#page_menu ul ul ul {
  position:relative;
  float:left;
  top:auto;
  margin:0;
  border-width: 0;
  width:23%;
}
#page_menu ul ul ul li a:link {
  background: transparent;
  color: #2c2cc6;
}
#page_menu ul ul ul li {
  line-height: 1.1em;
}

#trail li {
  display: inline;
  border-width:0;
  margin:0;
  padding:0;
}
#page_menu .window {
  font-size: 0.8em;
  cursor: default;
  background: #f6f6f6;
}
#page_menu .window h4 {
  border: 0;
}
#page_menu .window h4 span {
  display: none;
}
#page_menu .window ul {
  width: 100%;
  float: none;
  margin-left: 10px;
}
#page_menu .window ul ul {
  margin: 0;
}
#page_menu .window ul strong {
  cursor: default;
}
#page_menu .window ul li {
  display: block;
  margin: 10px;
  padding: 0;
}
#page_menu .window ul ul {
  margin: 5px 10px;
}
#page_menu .window ul ul li {
  display: inline;
  font-size: 1em;
  margin: 0;
}
#page_menu .window ul li a {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
#page_menu #ratings {
  height: 160px;
}
#page_menu #ratings p, #page_menu #ratings form {
  display:inline;
}
#page_menu #sprods p {
  padding: 0 0 0 10px;
}
#page_menu #sprods p a {
  color: #2c2cc6;
}
#page_menu .window .horizantal a, #page_menu .window .horizantal li {
  display: inline;
}

.editpage {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 5px 0 5px 0;
  border: 1px solid black;
  border-width: 0 0 1px 0}

.editpage ul, .editpage li {
  list-style: none;
  display: inline;
  text-align: center;
  line-height: 2em;
}
.editpage li {
  margin: 0 3px 0 3px;
}
.clear {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
}

/*
Login / Logout System
--------------------------*/
#login, #logout {
    position: absolute;
    top: 35%;
    left: -3000px;
    width: 30%;
    min-width: 240px;
    line-height: 1.8em;
    padding: 10px 20px 10px 20px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #f6b3b3;
    background-color: white;
    padding-top: 50px;
}

      #login form {
        text-align: right;
      }

      #login .text {
        width: 12em;
      }

#login .close, #logout .close {
  background: url('../img/x_18.gif') 99% center no-repeat #f6f6f6;
  border: solid #f6b3b3;
  border-width: 0pt 0pt 5px;
  color: #f6f6f6;
  display:inline;
  font-size:20px;
  font-weight:normal;
  height:18px;
  line-height:10px;
  margin:0pt;
  padding: 5px 5px 5px 2px;
  position:absolute;
  text-align:right;
  top:0pt;
  right:0;
  width:98%;
  cursor: pointer;
}

.login {
  margin: 0.25em 0.5em;
}
.login strong {
  font-size: 0.8em;
}
.login li, .login .submit {
  margin-right:0.25em;
  float: left;
  color: #f6f6f6;
  padding:0;
}
.login .text {
  width: 10em;
  margin-top:-1px;
}
.login .button {
  font-size: 0.8em;
}
.login input.button {
  padding:1px 10px;
  margin-top:-1px;
}
.login .submit, .login form {
  font-size: inherit;
  float:left;
  display: inline;
}
.login form {
  width:73%;
}
.login form input.button {
  float:left;
}

/*
Template Work
-----------------------------*/
.rcorner {
  position: absolute;
  width: 100px;
  height:100px;
  right:-5px;
  top:-6px;
  background-image: url('../img/rcorner.gif');
  background-repeat: no-repeat;
  border-right:1px solid #ececec;
  margin-right:-1px;
}
.tpm {
  height:15px;
  width:15px;
  position:absolute;
}
    #mctl {
      background-image: url('../img/mctl.gif');
      top:0;
      left:0;
    }
    #mctr {
      display:none;
      background-image: url('../img/mctr.gif');
      top:0;
      right:0;
    }
    #mcbl {
      background-image: url('../img/mcbl.gif');
      bottom:0;
      left:0;
    }
    #mcbr {
      display:none;
      background-image: url('../img/mcbr.gif');
      bottom:0;
      right:0;
    }
.mb {
  background-image: url('../img/pixel_dark.gif');
  background-repeat: repeat;
  position:absolute;
}
    #mbl {
      height:89.9%;
      width:5px;
      left:0;
      top:15px;
    }
    #mbr {
      display:none;
      height:97%;
      width:5px;
      right:0;
      top:15px;
    }
    #mbt {
      height:5px;
      width:89.5%;
      left:15px;
      top:0;
    }
    #mbb {
      height:5px;
      width:89.5%;
      left:15px;
      bottom:0;
    }
    
/*this gives the right colour to the IE container for minwidth functionality*/
#minwidth { border-left: solid #ececec; }
