

/* STYLES */

* {
  font-family: Verdana;

  }


body {
  background: #999999;
  margin:0;
  padding:0;
  text-align:center;
  font-family: Verdana;
  font-size: 12px;
  }


#container {
  width: 1001px;
  border-top: solid 1px #666666;
  border-left: solid 1px #666666;
  border-right: solid 1px #666666;
  background: #666666;
  overflow: visible;
  }

p {
  color: #000000;
  margin:5px 0 10px 0;
  padding:0;
  line-height: 130%;
  }

hr {
  border: 0;
  width: 100%;
  color: #999999;
  height: 1px;
  margin: 4px 0 6px 0;
  border-top: solid 1px #999999;
  }

img {
  border: none;
}


h1 {
  margin:0 0 0 0;
  padding:0;
  font-weight: normal;
  font-size: 24pt;
  display: inline;
  color: #555555;
}

h2 {
  margin:10px 0 0 0;
  padding:0;
  font-weight: bold;
  font-size: 18pt;
  color: #999999;
}

h3 {
  margin:2px 0 0 0;
  padding:0;
  font-weight: bold;
  font-size: 16pt;
  color: #555555;
}


h4 {
  margin:5px 0 0 0;
  padding:0;
  font-weight: bold;
  font-size: 13pt;
  color: #999999;
}

h5 {
  margin:5px 0 0 0;
  padding:0;
  font-weight: bold;
  font-size: 12px;
  color: #999999;
}

ul {
   list-style: none;
   margin:0 0 10px 0;
   padding:0;
   }

/* Not work in IE */
/*li {
   list-style: none;
   margin:0;
   padding:0 0 0 16px;
   background: url(/dbimages/skin/list_bullet.gif)no-repeat left 3px;
   line-height: 24px;
}*/

li_removed {
   list-style-image: url(/dbimages/skin/li_bullet.gif);
   list-style-position: inside;
   margin:0;
   padding:0 0 8px 5px;
   line-height: 18px;
}

li_removed a , li_removed a:hover{
   color: #000000;
   text-decoration: underline;
}

li_removed a:hover{
   color: #CC0000;
   text-decoration: underline;
}

/* ***************************************************** */
/* HEADER */
#header {
  height:86px;
  width: 1001px;
  background: url(/dbimages/skin/fill_header.jpg) repeat-x top left;
  text-align: left;
  }

#logo {
  float: left;
  padding: 0 0 0 15px;
  }

#head_top {
  height: 22px;
  width: 450px;
  text-align: left;
  padding: 0 0 0 15px;
  }

#head_top p {
  margin: 0;
  padding: 4px 0 0 0;
  }

#head_top .headtop_text {
  color: #CCCCCC;
  font-size: 10px;
  }

#head_top .headtop_text a{
  color: #CCCCCC;
  text-decoration: none;
  }

#head_top .headtop_text a:hover{
  color: #FFCC33;
  text-decoration: underline;
  }

#head_right {
  float:right;
  top: 0;
  right: 0;
  width: 100px;
  text-align:right;
  margin:0 20px 0 0;
  padding:0;
  height: 45px ;
  }




/* ***************************************************** */
/* TOP NAV */

#topnav {
  width:auto;
  height: 33px;
  background: url(/dbimages/skin/fill_topnav.jpg) repeat-x top left;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 0;
  }

#topnav ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  z-index: 30;
  text-align: left;
  }

#topnav li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
  font-weight: normal;
  font-size: 12px;
  /*border-left: solid 1px #666666;
  border-right: solid 1px #F1FBFF;  */
  background: none;
  line-height: 16px;
  }

#topnav li a {
  display: block;
  margin: 0 0 0 0;
  padding: 8px 15px 9px 15px;
  width: auto;
  font-size: 12px;
  color: #CCCCCC;
  text-align: center;
  text-decoration: none;
  }

#topnav li a:hover {
  background: url(/dbimages/skin/fill_topnav_over.jpg) no-repeat top left;
  color: #FFCC33;
  /*font-size: 12px;*/
  text-decoration: none;
  }

.portal_login {
  float: right;
  width: auto;
  height: 33px;
  margin: 0 15px 0 0;
  padding: 0;
  background: url(/dbimages/skin/fill_topnav_login.jpg) repeat-x top left;
  z-index: 100;
  }


.portal_login a {
  display: block;
  margin: 0 0 0 0;
  padding: 10px 15px 7px 15px;
  width: auto;
  font-size: 12px;
  color: #CCCCCC;
  text-align: center;
  text-decoration: none
  }

.portal_login a:hover {
  background: url(/dbimages/skin/fill_topnav_login_over.jpg) repeat-x top left;
  color: #FFCC33;
  /*font-size: 12px;*/
  text-decoration: underline;
  }

/* ***************************************************** */
/* PAGE AREA */

#hometop {
  width: 961px;
  text-align:left;
  margin: 10px 20px 0 20px;
  padding:0;

  }

#pagearea {
  width: 973px;
  min-height: 670px;
  height:auto !important;
  height: 670px;
  text-align:left;
  margin: 0 0 0 0;
  padding:0;
  background: #666666;
  }

#pagearea_foot {
  width: 973px;
  height: 13px;
  text-align:left;
  margin:0 0 0 0;
  padding:0 0 10px 0;
  background: #666666;
  }


#pagearea_full {
  width: 973px;
  min-height: 670px;
  height:auto !important;
  height: 670px;
  text-align:left;
  background: #666666;
  }

.columnthird {
  float:left;
  margin: 0 0 0 20px;
  padding:0;
  width: 307px;
  height: auto;
  }


#pagearea_wide {
  width: 1001px;
  min-height: 300px;
  height:auto !important;
  /*height: 670px;*/
  text-align:left;
  margin: 0 0 0 0;
  padding:0;

  }

#pagearea_home table {
  margin: -10px 0 0 5px;
  padding: 0
  }

#columns {
margin: 0 10px 0 10px;
}

#columns td {
  vertical-align: top;
  width: auto;
  border: none;
  padding: 10px;
  }


/* ***************************************************** */
/* SIDE NAV */

#leftcolumn {
  float: left;
  margin: 15px 0 0 0;
  }

#sidenav_container {
  width: 215px;
  }

#sidenav_top {
  /*position: absolute;
  top:136px;*/
  width:215px;
  background: url(/dbimages/skin/sidenav_top.jpg) no-repeat left top;
  height: 44px;
  width: 225px;
  margin: 0 0 0 4px;
  }

#sidenav_top p{
   padding: 10px 10px;
  font-size: 11pt;
  font-weight: bold;
  color: #CCCCCC;
   margin: 0;
  }

#sidenav {
  /*float:left;*/
  /*position: absolute;
  top:181px;*/
  width:215px;
  text-align:left;
  padding:10px 0 10px 10px;
  background: #3C3C35 url(/dbimages/skin/sidenav_foot.jpg) no-repeat left bottom;
  margin: 0 0 0 4px;
  color: #999999;
  }


#sidenav .sidehead {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: solid 1px #666666;
  width: 206px;
  padding: 3px 0;
  margin: 0 0 3px 0;
  }

#sidenav h3 {
  font-weight: bold;
  color: #555555;
  padding:0;
  margin:6px 0 2px 0;
  font-size: 12px;
  font-weight: bold;
  }

#sidenav h3 a {
  background: url(/dbimages/skin/bullet.gif) no-repeat left 3px;
  padding: 0 0 0 15px;
  text-decoration: none;
  color: #555555;
  }

#sidenav h3 a:hover {
 background: url(/dbimages/skin/bullet_over.gif) no-repeat left 3px;
  padding: 0 0 0 15px;
  color: #FF0000;
  text-decoration: underline;
  }

#sidenav ul {
  margin:0;
  padding:0 0 6px 0;
  width: 200px;
  list-style: none;
  list-style-image: none;
  }

#sidenav li {
  list-style: none;
  padding: 2px 0 2px 0;
  font-size: 12px;
  list-style-image: none;
  background: none;
  line-height: 16px;
  color: #999999;
  }

#sidenav li a {
  text-decoration: none;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 12px;
  background: url(/dbimages/skin/bullet.gif) no-repeat left 3px;
  }

#sidenav li a:hover {
  text-decoration: underline;
  color: #C3A538;
  font-weight: bold;
  background: url(/dbimages/skin/bullet_over.gif) no-repeat left 3px;
  }

#sidenav p {
  color: #999999;
  }

/* ***************************************************** */
/* PageHeading */

.pageheading {
  height: 30px;
  background: url(/dbimages/skin/background_pageheading.jpg) left top no-repeat;
  padding: 10px 0 6px 15px;
  font-size: 13pt;
  font-weight: normal;
  color: #CCCCCC;
    }

.pageheading form {
    margin: -3px 0 0 0;
    padding: 0;
    }

.pageheading_full {
  height: 30px;
  width: 962px;
  background: url(/dbimages/skin/background_pageheading_full.jpg) left top no-repeat;
  padding: 10px 0 6px 15px;
  font-size: 13pt;
  font-weight: normal;
  color: #CCCCCC;
    }

/* ***************************************************** */
/* CONTENT */

#hero {
  float:right;
  width: 788px;
  height: 249px;
  }


#content {
  float: right;
  width: 721px;
  text-align: left;
  padding: 0 0 0 0;
  background: #CCCCCC url(/dbimages/skin/content_foot.jpg) bottom left no-repeat;
  margin: 15px 5px 0 0;
  }

#content ul {
   list-style: none;
   margin:0;
   padding:0;
  }

#scxzcxcontent li {
   list-style-image: url(/dbimages/skin/li_bullet.gif);
   list-style-position: outside;
   margin:0;
   padding:0 0 3px 0;
   text-indent: 20px;
  }

#content_max {
  float: none;
  width: 962px;
  text-align: left;
  padding: 0 0 15px 0;
  margin: 15px 5px 0 5px;
  }

#content_centre {
  width: 721px;
  float: left;
  margin:0 0 21px 0;
  padding: 0;
  /* border-right: solid 1px #CCCCCC; */
  background: #CCCCCC;
  }

#content_right {
  width: 155px;
  float: left;
  font-size: 10px;
  padding: 0 0 0 0;
  /* border-left: solid 1px #CCCCCC;  */
  }

#content_full {
  width: 739px;
  float: left;
  padding: 0 0 0 10px;
  background: #FFFFFF;
}

#content_plain {
  float: right;
  width: 721px;
  text-align: left;
  padding: 0 0 15px 0;
  margin: 15px 5px 0 0;
  }

.module_content {
  padding: 20px;
}


.module_content p {
	color: #000000;
}


.module_content a {
	color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.module_content a:hover {
	color: #2f2f2f;
    text-decoration: underline;
    /*font-size: 12px;*/
}

#content .module_content li {
   list-style-image: url(/dbimages/skin/li_bullet.gif);
   list-style-position: inside;
   margin:0;
   padding:0 0 8px 5px;
  }


/* ***************************************************** */
/* HOME PAGE */

td.hp_lheader {
  width: 634px;
  height: 44px;
  background-image: url(/dbimages/skin/background_modheading_twocol.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: solid 1px #666666;
  padding: 0;
  margin: 0;
  }

.hp_header_heading {
  padding: 8px 0 0 15px;
  text-align: left;
  font-size: 13pt;
  color: #FFFFFF;
  margin: 0;
  }


.hp_lcontent_bg {
  height:276px;
  width: 634px;
  }

.hp_lcontent {
  padding: 15px 15px 0 22px;
  margin: 0;
  text-align: left;
  }


td.hp_lfooter {
  width: 635px;
  height: 14px;
  background-image: url(/dbimages/skin/background_modfooter_twocol.jpg);
  background-repeat: no-repeat ;
  background-position: left bottom;
  }

td.hp_rheader {
  width: 307px;
  height: 44px;
  background-image: url(/dbimages/skin/bg_panelhead_third.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: solid 1px #666666;
  padding: 0;
  margin: 0;
  }

.hp_rcontent_bg {
  height:276px;
  width: 307px;
  }

.hp_rcontent {
  padding: 15px;
  margin: 0;
  text-align: left;
  }

.hp_rcontent a {
	color: #FFFFFF;
    text-decoration: none;
}

.hp_rcontent a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}

td.hp_rfooter {
  width: 307px;
  height: 14px;
  background-image: url(/dbimages/skin/background_modfooter_onecol.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  }

/* ***************************************************** */
/* TABLES */

.home_table {
  border-top: solid 1px #CCCCCC;
  margin: 15px 0 0 0;
  }

.home_table tr {
  }

.home_table td {
  padding: 5px 0 5px 0;
  border-bottom: solid 1px #CCCCCC;
  }

.home_table .head {
  font-size: 13pt;
  font-weight: bold;
  }

.home_table .head a {
  text-decoration: none;
  }

.home_table .head a:hover {
  text-decoration: underline;
  }

/* ***************************************************** */
/* GENERAL STYLES */


.clear {
    float: none;
    clear: both;
    font-size: 10%;
    }


.pad {
	padding:5px;
	}

.alert {
	color:#CC0000;
	font-weight:bold;
	}

.indent {
	margin:5px 0 0 10px;
	}

.center {
	text-align:center;
  }


.strapline {
   font-weight:normal;
   font-size: 13pt;
   font-style: italic;
   color: #FF9900;
  }


.intro {
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
  }


.boxout {
  width:155px;
  text-align: center;
  /*border: solid 1px #CCCCCC;*/
  }

.boxout h4 {
  font-size: 12pt;
  color: #3399FF;
  }

.boxout h4 a {
  font-size: 12pt;
  color: #3399FF;
  text-decoration: none;
  }

.boxout h4 a:hover {
  text-decoration: underline;
  }

/* ***************************************************** */
/* Products */

.product_background {
    height: 295px;
    width: 962px;
    background: url(/dbimages/pages/mainimage_products.jpg) left top no-repeat;
    margin:0;
    padding:0;
    }

#product_description {
    height: 30px;
    width: auto;
    padding: 34px 15px 0 380px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    }

#slideshow {
    float: right;
    margin: 15px 15px 0 0;
    }


/* ***************************************************** */
/* Panels */

.portlet {
  margin: 0 18px 10px 0;
  float: left;
  }

.sort_placeholder {
  margin: 0 18px 10px 0;
  float: left;
 }

.sort_active {
  margin: 0 18px 10px 0;
  float: left;
 }

.sort_hover {
  margin: 0 18px 10px 0;
  float: left;
 }


.panel_third_left {
    float:left;
    width: 307px;
    margin:0 20px 0 0;
    padding:0;
    }

.panel_third_centre {
    float:left;
    width: 307px;
    margin:0 20px 0 0;
    padding:0;
    }

.panel_third_right {
    float:left;
    width: 307px;
    margin:0;
    padding:0;
    }

.panel_width_1 {
    width: 307px;
    }

.panel_width_2 {
    width: 633px;
    }

.panel_width_3 {
    width: 941px;
    }

.panel_head {
    width: auto;
    height: 44px;
    background: url(/dbimages/skin/bg_modhead_right.jpg) no-repeat right top;
    font-size: 13pt;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0;
    }

.panel_head h4 {
    width: auto;
    height: 44px;
    background: url(/dbimages/skin/bg_modhead_left.jpg) no-repeat left top;
    font-size: 13pt;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 0 0 14px;
    margin:0;
    }

.panel_head p {
   float:right;
   margin: 0 10px 0 0;
   padding:0;
   }

.panel_content_inline {
    background: #CCCCCC;
    padding:0 0 10px 0;
    margin:0;
    }

.panel_content {
    background: #CCCCCC;
    padding:0 0 10px 0;
    margin:0;
    }

.panel_content p {
    color: #333333;
    padding: 8px 15px 0 15px;
    margin:0;
    }

.panel_content ul {
   list-style: none;
   margin:0 15px 0 15px;
   padding:0;
  }

.panel_content li {
   list-style-image: url(/dbimages/skin/li_bullet.gif);
   list-style-position: inside;
   margin:0;
   padding:0 0 0 3px;
   line-height: 18px;
  }

.panel_content a {
   color: #000000;
   text-decoration: none;
   }

.panel_content a:hover {
   color: #2f2f2f;
   text-decoration: underline;
   }

.newshighlight{
  margin:0;
  padding:0;
  background: #227AAA;
  border: none;
  width: 100%;
  }

.newshighlight img {
  border:none;
  margin:0;
  padding:0;
  }

.newshighlight p{
  float: right;
  width: 110px;
  margin:0;
  padding:5px 10px 0 10px;
  font-weight: bold;
  color: #FFFFFF;
  }

.panel_content p.rowlight {
   background: #999999 url(/dbimages/skin/bullet_arrow_small.gif) no-repeat 10px 8px;
   font-size: 10px;
   font-weight: bold;
   color: #CCCCCC;
   padding: 8px 10px 8px 30px;
   margin:0;
  }

.panel_content p.rowdark {
   background: #888888 url(/dbimages/skin/bullet_arrow_small.gif) no-repeat 10px 8px;
   font-size: 10px;
   font-weight: bold;
   color: #CCCCCC;
   padding: 8px 10px 8px 30px;
   margin:0;
  }

.panel_content p.rowpale {
   background: #CCCCCC url(/dbimages/skin/bullet_arrow_small.gif) no-repeat 10px 8px;
   font-size: 10px;
   font-weight: bold;
   color: #666666;
   padding: 8px 10px 8px 30px;
   margin:0;
  }



.panel_content h4 {
  display: block;
  font-weight: normal;
  color: #555555;
  margin:0;
  padding:0 0 0 35px;
  background: url(/dbimages/skin/bullet_arrow_small.gif) no-repeat 15px 3px;
  }


.panel_content hr {
  width: 90%;
  color: #999999;
  height: 1px;
  margin: 5px 10px;
  border-top: solid 1px #999999;
  }




.panel_foot {
    background: url(/dbimages/skin/bg_modfoot_right.jpg) no-repeat right top;
    height: 13px;
    margin: 0;
    padding: 0;
    }

.panel_foot p {
    background: url(/dbimages/skin/bg_modfoot_left.jpg) no-repeat left top;
    height: 13px;
    margin: 0;
    padding: 0;
    }

/* ***************************************************** */
/* Footer */


#footer {
  width: 1003px;
  }


#footnav {
  width:auto;
  height: 33px;
  background: url(/dbimages/skin/fill_topnav.jpg) repeat-x top left;
  padding: 0 0 0 20px;
  border-top: solid 1px #666666;
  border-left: solid 1px #666666;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  }

#footnav ul {
  margin: 0 0 0 10px;
  padding: 0;
  z-index: 30
  }

#footnav li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
  font-weight: normal;
  font-size: 11px;
  /* border-left: solid 1px #666666;
  border-right: solid 1px #292925; */
  background: none;
  }

#footnav li a {
  display: block;
  margin: 0 0 0 0;
  padding: 7px 15px 9px 15px;
  width: auto;
  color: #CCCCCC;
  font-size: 11px;
  text-align: center;
  text-decoration: none
  }

#footnav li a:hover {
  background: url(/dbimages/skin/fill_topnav_over.jpg) no-repeat top left;
  color: #FFCC33;
  /*font-size: 11px;*/
  text-decoration: none;
  }


.copyright {
  float: left;
  font-size: 10px;
  color: #CCCCCC;
  }

.copyright a, a:hover{
  /* font-size: 10px;  */
  color: #CCCCCC;
  text-decoration: none;
  }

.credit {
  float: right;
  font-size: 10px;
  color: #CCCCCC;
  }

.credit a {
  font-size: 10px;
  color: #CCCCCC;
  text-decoration: none;
  }

.credit a:hover{
  color: #CCCCCC;
  text-decoration: underline;
  }

.inline_photo {
  float:right;
  margin: 0 0 15px 15px;
  padding: 2px;
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
}

/* NEWS STYLES */

.newsitem {
  margin: 10px 0 10px 0;
  padding: 10px 0 0 0;
  border-top: solid 1px #999999;
  }


.news_date {
  font-size: 10px;
  font-weight: bold;
  color: #777777;
  margin: 0;
  padding: 0;
}

.news_head {
  font-size: 13pt;
  font-weight: bold;
  color: #333333;
  margin: 0;
  padding: 0;
}

.news_subhead {
  font-size: 12px;
  font-weight: bold;
  color: #777777;
  margin: 0;
  padding: 0;
}


/* PRESS LINKS */

#presslinks .logopanel {
  background: #ECECEC;
  width: 561px;
  height: 28px;
  padding : 4px;
}


#presslinks img {
  float: left;
  margin: 0 20px 10px 0;
  padding: 0;
}

#presslinks h4{
  margin: 4px 0 0 0;
  padding: 0;
  color: #B5B5B5;
  font-size: 12px;
  text-transform: uppercase;
}

#presslinks p{
  margin: 0;
  padding: 0;
}

#presslinks h5 {
  clear: both;
  font-size: 12px;
  color: #000000;
  margin: 10px 0 0 0;
  padding: 0;
}

#presslinks h5 a {
  text-decoration: none;
}

#presslinks h5 a:hover {
  text-decoration: underline;
  color: #CC0000;
}

#presslinks .pressurl a{
  font-size: 10px;
  color: #999999;
}


#presslinks hr {
  border: 0;
  width: 100%;
  color: #CCCCCC;
  height: 1px;
  margin: 10px 0 0 0;
  border-top: solid 1px #CCCCCC;
  }


/*  ------------ TABLES  ------------ */

.tableheads {
	font-size: 75%;
	color: #84B508;
	font-weight: bold;
    text-transform: uppercase;
    background: url('/dbimages/skin/fill_heading.jpg') repeat-x left bottom;
}

.tablebox {
	background-color: #FFFFFF;
	padding: 1px;
	border-top: 1px Solid #CCCCCC;
	margin:5px 0 5px 0;
}

.tableform {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin:5px 0 5px 0;
}

.tablelist {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	margin:5px 0 5px 0;
}

.tablelist td{
	padding:3px 8px;
}

.homepagepanel {
	font-size: 12px;
	color: #000000;
	background-color: #666666;
	border: 1px solid #666666;
}


.tableboxtotals {
	background-color: #F0E0DA;
	border: 1px solid #666666;
}

.rowbgdark {
	color: #000000;
	background-color: #E0E0E0;
}

.rowbglight {
	color: #000000;
	background-color: #F0F0F0;
}

.rowbglighter {
	color: #000000;
	background-color: #F5F5F5;
}

.rowbgmid {
	color: #000000;
	background-color: #E2E2E2;
}

/*  ------------ CONTACT FORM  ------------ */

.contactform {
  margin: 15px 0;
  padding: 5px 0;
  	border-top: 1px Solid #999999;
    border-bottom: 1px Solid #999999;
  }

.contact_table {
	background-color: #CCCCCC;
	padding: 1px;
	margin:5px 0 5px 0;
  }

.contactrow {
	color: #000000;
	background-color: #CCCCCC;
  }

/*  ------------ BUTTONS  ------------ */

.buttonnorm {
	border: 1px Solid #FFFFFF;
	}

.buttonhlight {
	background-color:#CC0000;
	border: 1px Solid #F23539;
	}

.button_confirm {
	color:#CC0000;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	}


/*  ------------ MODULES  ------------ */


#ModuleMaster {
}

.Module {
	border:Solid 1px #CCCCCC;
	margin-bottom:5px;
	background-image:url('/dbimages/skin/module_background.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}

.ModuleTitle {
	background:#666666;
	background-image:url('/dbimages/skin/PanelHeadBackground.jpg');
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 5px;
	font-size:75%;
	height:16px;
	text-align:center;
}

.ModuleContent {
	padding:5px;
	/* background:#CCCCCC; */
}


.ModuleProducts {
	font-size:10px;

}
.ModuleProducts p {
    margin:0 0 4px 0;
    padding:0 0 3px 0;
    border-bottom:solid 1px #999999;
}

.ModuleProducts a{
	text-decoration:none;
}

.ModulePrice {
	font-weight:bold;
}

.ModuleHTML {
	font-size:10px;
}

.ModuleBanners {
	font-size:10px;
}


/* GENERAL */

.breadcrumbs {
     font-weight: normal;
     font-size: 10px;
     color: #999999;
    }

.textsmallredbold {
     font-weight: normal;
     font-size: 10px;
     color: #CC0000;
    }

/* **************** INLINE EDITOR ****************** */

.btn_edit {
    float:right;
    margin: 0 5px 0 0;
    }

#content_centre>.btn_edit_header {
    position: absolute;
    width: 721px;
    margin:0;
    padding:0;
    background: transparent;
    text-align: right;
    z-index: 120;
    }

#content_max>.btn_edit_header {
    position: absolute;
    width: 962px;
    margin:0;
    padding:0;
    background: transparent;
    text-align: right;
    z-index: 120;
    }

.btn_edit_header p {
  padding: 5px 18px;
  }

.btn_save {
    position: relative;
    top: 4px;
    left: 5px;
    }

.edit_pagetitle input {
   border: none;
   background: #555555 url('/dbimages/skin/background_pageheading_full.jpg') no-repeat -20px -9px;
   font-size: 13pt;
   font-weight: normal;
   color: #CCCCCC;
   }

.type2_head input {
   border: solid 1px #999999;
   background: #CCCCCC;
   font-size: 13pt;
   font-weight: bold;
   color: #333333;
    }

.type2_subhead input {
   border: solid 1px #999999;
   background: #CCCCCC;
   font-size: 12px;
   font-weight: bold;
   color: #999999;
    }

/* **************** POPUP EDITOR ****************** */

.edit_popup_pagetitle input {
   border: none;
   background: #555555 url('/dbimages/skin/background_pageheading_full.jpg') no-repeat -20px -9px;
   font-size: 13pt;
   font-weight: normal;
   color: #CCCCCC;
   }

.closewindow {
   width: 100%;
   text-align: center;
   }

.closewindow a {
   color: #CCCCCC;
   font-weight: normal;
   text-decoration: underline;
   }

.closewindow a:hover {
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: underline;
   }

/* **************** INLINE EDITOR ADMIN HEADER ****************** */

#iedit_headpanel {
    background: #999999;
    height: 25px;
    text-align: left;
    padding: 6px 0 0 10px;
    border-bottom: solid 1px #CCCCCC;
    color: #FFFFFF;
    font-size: 10px;
    }

#iedit_headpanel a {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    }

#iedit_headpanel a:hover {
    color: #FFCC33;
    font-weight: normal;
    /*font-size: 12px;*/
    text-decoration: underline;
    }

#iedit_headpanel form {
    display: inline;
    margin:0;
    padding:0;
    }

#iedit_headpanel select {
    display: inline;
    margin:0;
    padding:0;
    background: #999999;
    border: solid 1px #CCCCCC;
    font-size: 10px;
    color: #FFFFFF;
    }

#iedit_headpanel input {
    font-size: 10px;
    color: #000000;
    }


/* **************** INLINE EDITOR ADMIN PAGE ****************** */

.admin_table {
    }

.admin_table textarea{
    font-size: 12px;
    }

.admin_rowhead td{
    font-weight: bold;
    color: #000000;
    height: 25px;
    }

.admin_row2 {
    }

/*  HELP  */
/*   --------------------------------------------- */

#help {
	position:absolute;
	left:30px;
	top:30px;
	width:281px;
	height:auto;
	z-index:1;
	visibility: hidden;
	border: 2px solid #999999;
	background:#FFFFFF;
    text-align:left;
}

#help p {
	margin:0 0 10px 0;
	font-size:12px;
    text-align:left;
}

#helphead{
	height:25px;
	width:auto;
	padding:5px 3px 0 5px;
	background:url('/admin/images/headbg.gif') repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin:0;
}

#helptext {
	font-size:75%;
	padding:5px 10px;
	margin:0;
    text-align:left;
}

.helpbutton {
	padding-left:10px;
	}




/* ***************************************************** */



