

/* STYLES */

* {font-family: Tahoma,Arial,Verdana;}

body {
  background: #FFFFFF url(/dbimages/skin/bg_site.jpg) repeat-x left top ;
  margin:0;
  padding:0;
  text-align:center;
  font-size: 81.3%;
  color: #777777;
  line-height: 130%;
  }


#container {
  background-color: #FFFFFF;
  width: 995px;
  margin:0 auto 0 auto;
  
  overflow: visible;
  }

p {
  color: #777777;
  margin:5px 0 10px 0;
  padding:0;
  line-height: 130%;
  }

a {color: #777777;}
a:hover {color:#CC0000;}

hr {
  border: 0;
  width: 100%;
  color: #CCCCCC;
  height: 1px;
  margin: 10px 0 10px 0;
  border-top: solid 1px #CCCCCC;
  }

img {
  border: none;
}


h1 {
  margin:0 0 10px 0;
  padding:0;
  font-weight: normal;
  font-size: 2.5em;
  color: #0A4C7D;
  line-height: 100%;
  font-family:'Lato';
}

h2 {
  margin:0 0 10px 0;
  padding:0;
  font-weight: normal;
  font-size: 2em;
  color: #0A4C7D;
}

h3 {
  margin:0 0 10px 0;
  padding:0;
  font-weight: bold;
  font-size: 1.25em;
  color: #666666;
}


h4 {
  margin:0 0 5px 0;
  padding:0;
  font-weight: bold;
  font-size: 1em;
  color: #666666;
}

h5 {
  margin:5px 0 0 0;
  padding:0;
  font-weight: bold;
  font-size: 1em;
  color: #666666;
}

li {
  list-style-image: url(/dbimages/skin/bullet_small.gif);
  padding: 0 0 5px 0;
}

.bullet_list li {
 padding: 0 0 3px 0;
 line-height: 100%;
}


textarea {
  font-size: 90%;
  }

.floatbox_right {float:right;text-align:center;font-size:10px;margin:0 0 15px 15px;}


/* ***************************************************** */
/* HEADER */
#header {
  height:105px;
  width: 995px;
  background: url(/dbimages/skin/fill_header.jpg) repeat-x top left;
  }

#logo {
  float: left;
  height:87px;
  margin:13px 0 0 0;
  }

#head_right {
  float:right;
  padding:0;
  height:100px;
  margin:5px 10px 0 0;
  overflow: hidden;
  }


#headerbanner {
  float:left;
  height:105px;
  margin: 0 auto 0 auto;
  width:490px;
  text-align: center;
  overflow: hidden;
  }

#headerbanner h1 {font-size:1.5em;color:#CCCCCC;}

.headlinks {
  clear: both;
  width: auto;
  margin: 0 2px 5px 0;
  text-align: right;
  }

/* ***************************************************** */
/* TOP NAV */

#topnav {
  width:995px;
  height: 31px;
  background: url(/dbimages/skin/fill_topnav.jpg) repeat-x top left;
  padding: 0;
  overflow: hidden;
  }

#topnav ul {
  margin: 0;
  padding: 0;
  z-index: 30;
  }

#topnav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-weight: normal;
  font-size: 1em;
  border-left: solid 1px #393939;
  border-right: solid 1px #6C6C6C;
  }

#topnav li a {
  display: block;
  margin: 0 1px 0 0;
  padding: 5px 20px 9px 20px;
  width: auto;
  color: #CCCCCC;
  text-align: center;
  text-decoration: none
  }

#topnav li a:hover {
  background: url(/dbimages/skin/fill_topnav_over.jpg) repeat-x top left;
  color: #CC0000;
  text-decoration: underline;
  }


/* ***************************************************** */
/* PAGE AREA */


#pagearea {
  width: 995px;
  min-height: 630px;
  height:auto !important;
  height: 630px;
  text-align:left;
  background: url(/dbimages/skin/bg_pagearea.jpg) repeat-y top left;
  display: inline-block;
  padding: 8px 0 0 0;
  }

#pagearea_full {
  width: 995px;
  min-height: 630px;
  height:auto !important;
  height: 630px;
  text-align:left;
  background: url(/dbimages/skin/bg_pagearea_short.jpg) repeat-y top left;
  padding: 8px 0 0 0;
  }


/* ***************************************************** */
/* CONTENT */

#hero {
  float: left;
  width: 680px;
  height: 280px;
  margin: 0 0 10px 0;
  }

#pagehero {
  float: left;
  width: 680px;
  background: #FFFFFF;
  }

/***********************************************/
/* SLIDESHOW                                   */
/***********************************************/

#slideshow {
    position: relative;
    height: 280px;
}

#slideshow IMG {
    width: 680px;
    height: 280px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

/***********************************************/

#content {
  float: left;
  width: 995px;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0;
  }

#popup_content {
  width: 420px;
  text-align: left;
  padding: 20px;
 }

#content_centre {
  width: 680px;
  float: left;
  margin: 0;
  padding-right: 5px;
  }

#content_right {
  width: 303px;
  float: right;
  padding: 0;
  }

#content_full {
  width:  995px;
  float: left;
  margin: 0;
  padding: 0;;
}

/* ***************************************************** */
/* SIDE NAV */

#sidenav {
	clear:both;
	text-align:left;
	padding:0;
	margin:0 0 10px 0;
    width:303px;
	}

#sidenav .head {
    width:auto;
    background:#F1F1F1;
    font-size:1.5em;
	font-weight:normal;
	color:#777777;
	padding:10px 10px;
    margin:0;
    border-bottom:1px solid #CCCCCC;
    text-align:left;
	}

#sidenav .head a {
	color:#777777;
    text-decoration: none;
	}

#sidenav .head a:hover {
	color:#CC0000;
    text-decoration: underline;
	}



/*  ------------ MODULES  ------------ */


.ModuleMaster {
}

.Module {
	border:Solid 1px #CCCCCC;
	margin-bottom:10px;
}

.ModuleTitle {
    width:auto;
    background:#F1F1F1;
    font-size:1.5em;
	font-weight:normal;
	color:#666666;
	padding:10px 10px;
    margin:0;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #CCCCCC;
    text-align:left;
}

.ModuleContent {
	padding:10px;
}

.ModuleProducts {
	font-size:1em;

}
.ModuleProducts {padding:10px}
.ModuleProducts p {
    margin:0 0 4px 0;
    padding:0 0 3px 0;
}
.ModuleProducts ul {margin:0;padding:0;}
.ModuleProducts li{
   margin:0;
   padding:0;
   list-style: none;
   list-style-image: none;
}
.ModuleProducts a{
	text-decoration:none;
}

.ModulePrice {
	font-weight:bold;
}

.ModuleHTML {
	font-size:1em;
}

.ModuleBanners {
	font-size:1em;
}

/* ********* SIDE PRODUCT NAV ************* */

.shopnavpanel {
	width:172px;
	text-align:left;
	}

.shopnavpanel ul {
	width:170px;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
    list-style:none;
    list-style-image: none;
    background-color:#F1F1F1;
    border:solid 1px #CCCCCC;
	}

.shopnavpanel li {
	list-style:none;
    list-style-image: none;
    line-height:12px;
	padding: 0;
    margin:0;
    font-size:11px;
	}

.shopnavpanel li a {
    background:url(/dbimages/skin/arrow.gif) no-repeat 5px 3px;
	padding:5px 0 3px 15px;
	font-size:11px;
	font-weight:bold;
	color:#777777;
	text-decoration:none;
    display:block;
    margin:0;
	}

.shopnavpanel a:hover {
    background:url(/dbimages/skin/arrow_over.gif) no-repeat 5px 3px;
    color: #CC0000;
    text-decoration:underline;
    }

.separator {
  height: 1px;
  overflow: hidden;
  font-size: 1%;
  border: none;
  margin: 5px 0 0 0;
  }

/* ********* SIDE SEARCH ************* */

#sidesearchbox {
	padding:8px;
	width:165px;
    background: #F1F1F1;
    margin: 0;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
	}

#sidesearchbox h5 {
    font-weight: bold;
    font-size: 13pt;
    color: #666666;
    margin:0;
    padding:0 0 3px 0;
    }

#sidesearchbox #search{
	font-size: 10px;
    width: 110px;
	}

#sidesearchbox #btn_search{
	font-size: 10px;
    padding: 0px;
    float: right;
	}

/* ********* SIDE GLOBAL ************* */

.global_left {
    clear: both;
    width: 166px;
    padding: 10px 10px 10px 15px;
    }

.global_right {
    clear: both;
    width: 166px;
    padding: 10px 10px 10px 15px;
    }

#globalfooter {width: 995px;}
.global_footer {
  width:auto;
  background:#FFFFFF;
  padding: 20px 0;
  margin-top: -2px;
  border-top: solid 1px #F1F1F1;
    }

/* ***************************************************** */
/* 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;
  }


/*  ------------  BOX PANELS  ------------ */

.homepanels {
	text-align:left;
    display: inline;
	}

.homepanel {
	float:left;
	margin:0px 7px 0 0;
	}


.homepanelend {
	float:left;
	margin:0px 0 0 0;
	}

.panel {
	width:auto;
	}

.panelhead {
	width:auto;
	height:22px;
	text-align:center;
	padding:5px 0 0 0;
	margin:0 0 1px 0;
	background-color:#FF9900;
	}

.panelhead a {
	font-size:110%;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	}

.panelbox {
	background-color:#CCCCCC;
	text-align:center;
	margin:0 0 8px 0;
	}

.panelbox p{
    padding:0 3px 0 3px;
    margin:3px 0 3px 0;
	}


/* Inline photo */
.inline_photo {
  float:right;
  margin: 5px 0 15px 15px;
  padding: 2px;
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
}


/* 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;
  }


/* CHECKOUT */

.button_hilite {
  font-weight: bold;
  color: #009933;
}

.button_hilite:hover {
  font-weight: bold;
  color: #CC0000;
}


.button_small {
  font-size: 10px;
}


/*  ------------ TABLES  ------------ */

.tablebox {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px Solid #CCCCCC;
	margin:5px 0 5px 0;
}

.tablebox td {
	color: #000000;
	background-color: #F5F5F5;
}

.tablebox td h4 {
	margin: 5px 0 0 0;
}

.tblist td {
  padding: 10px;
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  }

.tableheads td {
	font-size: 75%;
	color: #666666;
	font-weight: bold;
    text-transform: uppercase;
    background:#F1F1F1 url('/dbimages/skin/fill_heading.jpg') repeat-x left bottom;
}

.tableform {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin:5px 0 5px 0;
}

.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;
}


/* PRODUCTS */
/*  ------------ PRODUCT LIST  ------------ */

#productlist {
	margin:10px 0 0 0;
    padding:0;
	height:auto;
	list-style:none;
	text-align:left;
    border-top: 1px dotted #F1F1F1;
	}


#productlist ul {
	margin:0;
	padding:0;
    list-style: none;
    border-top: solid 1px #CCCCCC;
	}

#productlist li {
	/* float:left;   */
	/* height:158px;  */
	margin:0 8px 0 0;
    padding: 5px 0 0 0;
    list-style: none;
    border-bottom: solid 1px #CCCCCC;
    list-style-image: none;
	}

#productlist .photo {
	margin: 0 10px 0 0;
	padding: 0;
    width: 110px;
    float:left;
	}

#productlist .photo img {
	margin: 0;
	padding: 0;
    width: 100px;
    border:none;
	}


#productlist .info {
    width: 350px;
    padding: 5px 10px 0 0;
    margin: 0 0 0 0;
    float:left;
	}

#productlist .info h4 {
    padding: 3px 0 3px 3px;
    margin: 0;
    border-bottom: solid 1px #F1F1F1;
    color: #666666;
    }


#productlist .info p{
    margin: 0;
    padding: 0 0 3px 0;
	}

#productlist .pname {
    font-size: 13pt;
    font-weight: bold;
    color: #000000 ;
    }

#productlist .pname a{
    font-size: 13pt;
    font-weight: bold;
    color: #777777 ;
    text-decoration: none;
    }

#productlist .pname a:hover{
    color: #CC0000 ;
    text-decoration: underline;
    }

#productlist .pricepanel {
    float:right;
    text-align: left;
    }

#productlist .pricepanel p{
    margin:0;
    padding:0 0 5px 0;
    }

#productlist .pricepanel .price {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding:10px 0 10px 0;
    }

#productlist .pricepanel .smallprice {
    font-weight: normal;
    font-size: 10px;
    color: #666666;
    margin: 0;
    padding:0;
    }

#productlist .pricepanel input {
    margin: 0;
    }

.plist p {padding: 0 10px 0 0;}
.plist td {padding: 0; border-bottom: dotted 1px #F1F1F1;}

/*  ------------ CAT LIST  ------------ */

#catlist {
	margin:10px 0 0 0;
	height:auto;
	list-style:none;
	text-align:left;
	}

#catlist ul {
	margin:0;
	padding:10px 0 0 0;
    list-style: none;
    border-top: solid 1px #CCCCCC;
    list-style-type: none;
	}

#catlist li {
	/* height:158px;  */
    padding: 0 0 12px 0;
	margin:0 12px 8px 0;
    border-bottom: solid 1px #CCCCCC;
    list-style: none;
    list-style-image: none;
	}

#catlist img {
	display:block;
    float: left;
	border: 1px solid #CCCCCC;
	margin:0;
	padding:0;
    width: 100px;
	}

#catlist .info {
    float: left;
    width: 450px;
	margin:0 0 0 0;
	padding:0;
    text-align: left;
	}


#catlist .info .pgname {
    font-size: 13pt;
    font-weight: bold;
    color: #000000 ;
    }

#catlist .info .pgname a{
    font-size: 13pt;
    font-weight: bold;
    color: #000000 ;
    text-decoration: none;
    }

#catlist .info .pgname a:hover{
    font-size: 13pt;
    font-weight: bold;
    color: #CC0000 ;
    text-decoration: underline;
    }

/*  ------------ PRODUCT GROUPS  ------------ */

.groupheader {padding: 20px;}
.groupheader h1 {padding:0 0 5px 0; margin:0; font-size: 24pt; font-weight: normal; color:#FFFFFF; text-shadow: 2px 2px 2px #5986C7;}
.groupheader h2 {padding:0 0 0 0; margin:0; font-size: 14pt; font-weight: normal; color:#FFFFFF;}


/*  ------------ PRODUCT DETAILS  ------------ */

#productdetail {
	margin:5px 0 0 10px;
	width:auto;
	}

#productimg {
	float:right;
	width:150px;
	margin:0 5px 0 10px;
	}

#productimg img{
	/*border:1px solid #CCCCCC; */
	}

#productbutton {
	margin:0 30% 0 30%;
	padding:0;
	}

.price_was {font-size: 12px; color: #999999;}
.price_now {
    font-size: 13pt;
    font-weight: bold;
    color: #CC0000;
    margin: 0;
    padding:0;
    }
.pricebig {
    font-size: 13pt;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding:0;
    }

.specshead {
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    margin: 10px 0 5px 0;
    padding:0;
    }

.product_desc {
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
    }

.product_spec {
    font-size: 12px;
    }

.product_spec ul {
    margin:5px 0 10px 18px;
    padding:0;
    }

.product_spec li {
    font-size: 12px;
    margin:0 0 5px 0;
    padding:0;
    }

.product_details {}
.product_details td {padding:0 3px 10px 0;}


/*  ------------ 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;
	}

a.rounded, .button {
  outline: none;
  border: solid 1px #999999;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
  padding: 4px 8px;
  -moz-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
  background: url(/dbimages/skin/btn_rnd.gif) repeat-x left -3px;
}
.button {
  color: #666666;
  font-weight: bold;
  padding: 4px 8px;
}
.button:hover {
  color: #CC0000;
  border: solid 1px #999999;
  text-decoration: underline;
  background: url(/dbimages/skin/btn_rnd_hover.gif) repeat-x left -3px;
}

.button_small {
  outline: none;
  border: solid 1px #999999;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
  padding: 2px 4px;
  -moz-border-radius: 3px 3px / 3px 3px;
  border-radius: 3px 3px / 3px 3px;
  background: url(/dbimages/skin/btn_rnd.gif) repeat-x left -3px;
}
.button_small {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px;
}
.button_small:hover {
  color: #CC0000;
  border: solid 1px #999999;
  text-decoration: underline;
  background: url(/dbimages/skin/btn_rnd_hover.gif) repeat-x left -3px;
}

/*  ------------ COLLECTIONS  ------------ */

#colnav {
	display:block;
	clear:both;
	width:auto;
	text-align:left;
	padding:0;
	margin:0;
	}

#colnav ul {
	list-style:none;
	padding:0;
	margin:3px 10px 5px 10px;
	border-top:#E0E9EB solid 1px;
	}
#colnav li {
	line-height:1.35em;
	padding:10px;
	margin:0;
	background-image:url('../images/navbullet.gif');
	text-indent:10px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:#E0E9EB solid 1px;
    list-style-image: none;
	}
#colnav li a {
	color:#000000;
	font-size:1.5em;
	font-weight:normal;
	text-decoration:none;
	}
#colnav li a:hover {
	color:#CC0000;
	font-size:1.5em;
	font-weight:normal;
	text-decoration:underline;
	}



/* GENERAL */

.breadcrumbs {
     font-weight: normal;
     font-size: 10px;
     color: #999999;
    }

.textsmall {font-size: 80%}
.textsmallredbold {
     font-weight: normal;
     font-size: 10px;
     color: #CC0000;
    }
.promotext {font-size: 12pt; font-weight:bold; color:#CC0000;}
.promotextsmall {font-size: 10px; font-weight:bold; color:#CC0000;}

/*  ------------ FOOTER  ------------ */

#footer {
	width:995px;
	clear:both;
	padding:20px 0 0 0;
    margin:0;
	background-color:#F1F1F1;
	}


.fnb {font-size: 10pt; color: #777777;float: left; width: 165px;margin:0 0 0 25px;text-align:left;}
.fnb a {color: #777777;text-decoration:none;}
.fnb p {color: #777777;}
.fnb a:hover {color: #CC0000;text-decoration:underline;}
.fnb h3 {font-weight: bold; color:#777777; font-size:10pt;padding:0 0 10px 0;margin:0;}
.fnb h3 a {font-weight: bold; color:#777777; font-size:10pt;padding:0 0 10px 0;margin:0;text-decoration: none;}
.fnb h3 a:hover {text-decoration:underline;}
.fnb ul {margin: 0;padding: 0;}
.fnb li {margin: 0;padding: 0;list-style: none;font-weight: normal;font-size: 10pt;color: #777777;}
.fnb li a {font-size: 10pt;font-weight: normal;color:#777777;text-decoration: none}
.fnb li a:hover {color: #CC0000;text-decoration: underline;}

#footribbon {
	float:left;
	width:102px;
	height:auto;
	padding:8px 0 8px 10px;
	}

#copyright {
	width:995px;
	font-size:0.75em;
	color:#CCCCCC;
	text-align:left;
	padding:10px 0 10px 0;
    background:#FFFFFF;
	}

#credit {
	float:right;
	font-size:10px;
	color:#CCCCCC;
	width:80px;
	padding-right:10px;
	}

#credit a {
	color:#CCCCCC;
	text-decoration:none;
	}

#credit a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}


/* jQuery Gallery style */

#lbox_gallery {background-color: #FFFFFF; padding: 10px 0; width: auto;}
#lbox_gallery ul { list-style: none; padding: 0; margin: 0}
#lbox_gallery ul li { list-style: none;  list-style-image: none;  float: left; background: #FFFFFF url(/dbimages/skin/fill_gallery_image_bg.jpg) repeat-x left bottom; border: solid 1px #CCCCCC; margin: 0 15px 15px 0; text-align: center; font-size: 10px; padding:0 0 8px 0;}
#lbox_gallery li img {border: 1px solid #FFFFFF; text-decoration: none; margin: 0 0 2px 0;}
#lbox_gallery li a {text-decoration: none;}
#lbox_gallery li a:hover img {border: 1px solid #CC0000;}
#lbox_gallery ul a:hover { color: #CC0000; }



/* ***************************************************** */
/* jQuery rounded corners plugin style */
.rounded { padding: 10px; background: #F1F1F1;}

/* ***************************************************** */


/* 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-family:"Times New Roman", Times, serif;
   font-weight:normal;
   font-style: italic;
  }

.intro {
  font-size: 12pt;
  font-weight: bold;
  }

.boxout {
  width:155px;
  text-align: center;
  }

.boxout h4 {
  font-size: 12pt;
  }

.boxout h4 a {
  font-size: 12pt;
  text-decoration: none;
  }

.boxout h4 a:hover {
  text-decoration: underline;
  color: #CC0000;
  }

.tab {  position: relative;
  float:left;
  margin: 0 20px 0 0;
  background: url(/dbimages/skin/btn_rnd.gif) repeat-x left -3px transparent;
  padding: 5px 15px;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  color: #333333;
  font-weight: normal;
  font-size: 12pt;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  behavior: url(/ssi/PIE.htc);
  cursor: pointer;
  cursor: hand;}
a.tab  {font-size:12pt; font-weight:normal;color:#333333}
a.tab:hover  {text-decoration:underline;color:#CC0000}
.tab_base {border-top: solid 1px #DbDbDb; clear:left; height:1px; width: 100%;margin:0 0 25px 0;}

