/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
  
  Colours - Bright blue = 00A2E7  Grey blue = 53BFD8 Dark grey = 8F8F8F

  2010 design  (colours from logo)
  mid blue           =  #2179ff
  dark blue          =  #184fa0
  golden yellow   =  #ffa721
  light blue          =  #c3f6fa
  red for infobox header = #f2351f
  green for infobox header = #88c540
  purple for infobox header = 7f55a3
  turquoise for infobox header = 189d9f

   * { behavior: url(iepngfix.htc); }
  Osc buttons mid blue - yellow border - white text - shadow 2px grey
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #184fa0;
  text-decoration: underline;
}

a.bluebgnd {
  color: #000000;
  text-decoration: none;
 padding:1px;
}

a.bluebgnd:hover {
  color: #ffffff;
  text-decoration: none;
  padding:1px;
  background: #2179ff;
}

A.bluebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
  text-decoration: underline;
}

A.bluebox:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
  font-weight : bold;
  text-decoration: underline;
}

A.bluebox_sm {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #184fa0;
  font-weight : bold;
  text-align : center;
  text-decoration: none;
}

A.bluebox_sm:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #184fa0;
  font-weight : bold;
  text-align : center;
  text-decoration: underline;
}

A.bluebox_sm_y {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffa721;
  font-weight : bold;
  text-align : center;
  text-decoration: none;
}

A.bluebox_sm_y:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffa721;
  font-weight : bold;
  text-align : center;
  text-decoration: underline;
}

.bluebox_lg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  text-decoration: none;
}

TD.headbutton_std {
  background-image:url(images/bw_button_dev.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight : bold;
}

TD.headbutton_sm {
  background-image:url(images/bw_button_dev_74.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
}

a.headlink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight : bold;
  text-decoration: none;
}

a.headlink:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffa721;
  font-weight : bold;
  text-decoration: underline;
}

a.headlink_sm {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
  text-decoration: none;
}

a.headlink_sm:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffa721;
  font-weight : bold;
  text-decoration: underline;
}

TD.headbutton_std_270 {
  background-image:url(images/bw_bg_270x60.gif);
  background-repeat : no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight : bold;
  padding: 10px 0px 0px 0px;
}

TABLE.bluebox_dark {
  background: #2179ff;
  text-align : center;
}

TD.bluebox_dark {
  background: #2179ff;
  text-align : center;
}

TD.bluebox_light {
  background: #c3f6fa;
   text-align : center;
}

TD.bluebox_whbord {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
  background-image : url(images/blue_bg.png);
  background-position : top  right;
  background-repeat : no-repeat;
  padding: 0px 0px 7px 0px;
}

TD.bluebox_whbord_sm {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
  background-image : url(images/blue_bg_sm.png);
  background-position : top;
  background-repeat : no-repeat;
  padding: 0px 0px 9px 0px;
}

.dkblue {
  font-family: Verdana, Arial, sans-serif;
  color: #184fa0;
}

.dkblue_lg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #184fa0;
}

.dkblue_lgr {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #184fa0;
}

A.dkblue_lgr {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #184fa0;
  font-weight: bold;
}

A.dkblue_lgr:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  background-color: #2179ff;
}

.dkblue_header {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #184fa0;
}

.redText_small {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
  font-weight : normal;
  text-decoration: none;
}

.redText_medium {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
  font-weight : normal;
  text-decoration: none;
}

.redText_mediumB {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
  font-weight : bold;
  text-decoration: none;
}

.redText_large {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ff0000;
  font-weight : bold;
  text-decoration: none;
}

.orangeredText_large {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ff4200;
  font-weight : bold;
  text-decoration: none;
}

.redText_midlarge {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #ff0000;
  font-weight : bold;
  text-decoration: none;
}

.redText_vlarge {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #ff0000;
  font-weight : bold;
  text-decoration: none;
}

.whiteText_small {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight : normal;
  text-decoration: none;
}

.whiteText_medium {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : normal;
  text-decoration: none;
}

.whiteText_mediumB {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
  text-decoration: none;
}

.whiteText_large {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight : bold;
  text-decoration: none;
}

.whiteText_vlarge {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight : bold;
  text-decoration: none;
}

.blueText_small {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #184fa0;
  font-weight : normal;
  text-decoration: none;
}

.blueText_medium {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #184fa0;
  font-weight : normal;
  text-decoration: none;
}

.blueText_mediumB {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #184fa0;
  font-weight : bold;
  text-decoration: none;
}

.blueText_large {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #184fa0;
  font-weight : bold;
  text-decoration: none;
}

.blueText_vlarge {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #184fa0;
  font-weight : bold;
  text-decoration: none;
}


.blackText_small {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight : normal;
  text-decoration: none;
}

.blackText_medium {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : normal;
  text-decoration: none;
}

.blackText_mediumB {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : bold;
  text-decoration: none;
}

FORM {
	display: inline;
}

TABLE.header {
 background: #00849f;
  background-image : url(images/pool-water_bg.jpg);
 }

TR.header {
 background: #00849f;
 background-image : url(images/pool-water_bg.jpg);
 }

TABLE.headerNavigation {
  background: #2179ff;
  border-top: 1px solid #ffffff;
}

TR.headerNavigation {
  background: #2179ff;
  border-top: 1px solid #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #2179ff;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

A.headerNavigation10 { 
  font-size: 10px;
  color: #FFFFFF; 
  vertical-align: baseline;
}

A.headerNavigation10:hover {
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
  vertical-align: baseline;
  }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.headerText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 18px;
  background-image: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
}

TR.footer {
  background: #2179ff;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #2179ff;
  color: #ffffff;
  font-weight: bold;
}

TABLE.newsHighlight {
  border: 1px;
  border-style: solid;
  border-color: #00A2E7;
  border-spacing: 1px;
  background: #dbf8f6;
}

TABLE.newsHighlight1 {
  background-image:url(images/wave_bg.jpg);
  border: 5px;
  border-style: solid;
  border-color: #f7af49;
  border-spacing: 1px;
  padding: 2px;
}

TABLE.newsHighlight2 {
  border: 1px;
  border-style: solid;
  border-color: #ff0000;
  border-spacing: 1px;
  background: #f7fafb;
  padding: 2px;
}

TABLE.newsHighlight3 {
  border: 1px;
  border-style: solid;
  border-color: #165372;
  border-spacing: 1px;
  background: #ffffff;
  padding: 2px;
}

TABLE.newsHighlight4 {
  background-image:url(images/poolwatersurface.jpg);
  padding: 2px;
  border: 1px;
  border-style: solid;
  border-color: #165372;
  border-spacing: 1px;
}

TABLE.xmas01 {
  background-image:url(images/silvertree.jpg);
  background-repeat: no-repeat;
  padding: 5px 6px 5px 0px;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #2179ff;
  color: #ffffff;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}

TD.infoBoxHeadingt {
  background: #2179ff;
  padding-bottom: 2px;
  vertical-align: top;
}

TD.infoBoxHeadingr {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #f2351f;
  color: #ffffff;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}

TD.infoBoxHeadingtr {
  background: #f2351f;
  padding-bottom: 2px;
  vertical-align: top;
}

TD.infoBoxHeadingy {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #ffa721;
  color: #ffffff;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}

TD.infoBoxHeadingty {
  background: #ffa721;
  padding-bottom: 2px;
  vertical-align: top;
}

TD.infoBoxHeadingg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #88c540;
  color: #ffffff;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}

TD.infoBoxHeadingtg {
  background: #88c540;
  padding-bottom: 2px;
  vertical-align: top;
}

TD.infoBoxHeadingp {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #7f55a3;
  color: #ffffff;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}

TD.infoBoxHeadingtp {
  background: #7f55a3;
  padding-bottom: 2px;
  vertical-align: top;
}

TD.infoBoxHeadingq {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #189d9f;
  color: #ffffff;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}

TD.infoBoxHeadingtq {
  background: #189d9f;
  padding-bottom: 2px;
  vertical-align: top;
}

TD.infoBoxHeading_pad {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #2179ff;
  color: #ffffff;
  padding-top: 4px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.productListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #f7fafb;
}

TR.productListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #f7fafb;
}

TR.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #2179ff;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #2179ff;
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #184fa0;
  background: #f7fafb;
  padding: 3px;
  text-decoration: none;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.mainbg {
  background-image:url(images/poolwatersurface.jpg);
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main_rhs {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding: 0px 5px 0px 0px;
}

TABLE.textData {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  border-collapse: collapse;
  padding: 2px;
  border : 1px solid #000000;
  }

TABLE.textData td{
vertical-align : top;
border: 1px solid #9a9a9a; 
padding: 5px;
}

TABLE.textData tr{
background: #f7fafb;
}

TD.main_w, P.main_w {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.blue_input {
  background-color: #dcf5ff; 
  padding: 1px; 
  text-align: right;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #eeeeee;
	color: #000000;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 2px;
	padding-top: 1px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 5px;
}

#secondcat a {
	padding-left: 20px;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */


/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
/*	background-color: #e6e7e6;
	border: 1px outset #fdfefd;*/
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
        font-family: Verdana, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
        font-family: Verdana, Arial, sans-serif;
	font-size: 12px;		
	text-decoration: none;
	position: relative;
	display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
        font-family: Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #2179ff;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ff0000;
	background-color: #2179ff;	
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #f8f8f9;
	border-top: 1px solid #b6b7cb;
	border-right: 3px solid #9898a4;
	border-bottom: 3px solid #9898a4;
	border-left: 1px solid #b6b7cb;
	position: relative;
	display: block;
        padding : 3px;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #2179ff;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ff0000;
	background-color: #2179ff;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    	background-color:  #ced7e5;
	font-weight: bold;
 
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #ced7e5;

}
