/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


.newsl {font-size: 9px; color: #203D77; font-family: Verdana, Arial, Helvetica, sans-serif;}
.newsl_bold {font-size: 9px; color: #203D77; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

#msu-wrapper{
visibility: hidden;
}
/* custom styles dierenvilla */
#fixedtipdiv{
     position:absolute;
     border:1px solid #203D77;
     line-height:18px;
     z-index:100;
     background : #F8F8F9;
     color : #0066A9;
     padding:2px;
     border : 1px;
     border-style : solid;
     border-color : #203D77;        
     font-family : Verdana, Arial, sans-serif;
     font-size : 9px;   
     text-align: left; 
}


 #maincnt {

 }
.mainbox{
     width: 100%;
     background : #F8F8F9;
     color : #0066A9;
     padding:6px;
     border : 1px;
     border-style : solid;
     border-color : #203D77;        
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;   
     text-align: left;  
     margin-bottom: 10px;   
}
 .Topmenu, .Topmenu a:link, .Topmenu a:visited{
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     font-weight : normal;
     color : #585858;
     text-transform: uppercase;
 }

 h3 { 
     width: 160px;
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     font-weight : bold;
     color : #FFFFFF;
     height: 18px;
     width: 100%;
     margin: 0px;
     padding: 0px;
     text-align: left;
    }

 .boxbgr {
     width: 160px;
     background : #F8F8F9;
     color : #0066A9;
     padding:6px;
     border : 1px;
     border-style : solid;
     border-color : #203D77;        
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;   
     text-align: left;  
     margin-bottom: 10px;       
 }

 .boxbgr a:link, .boxbgr a:visited {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;       
     text-decoration: none;
 }
 .boxbgr a:hover {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;       
     text-decoration: underline;
 }    
 #usersonline {
       font-family : Verdana, Arial, sans-serif;
       font-size : 10px;
       color: #FFFFFF;
 }

 TD.productListing-data-prod {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     /* background-image: url(/templates/dv/images/dv/prodlistingbg.gif); */
     background-repeat: no-repeat;
     background-position: bottom center;     
      
      }      
 TD.productListing-data-prod img {
     border : 1px;
     border-style : solid;
     border-color : #0065A9;
     border-spacing : 0px;
     padding: 1px;
     padding-bottom: 0px;
 }
 
 form {
     padding: 0px;
     margin: 0px;
}
 H1 {
     padding: 0px;
     margin: 0px;
     font-family : Verdana, Arial, sans-serif;
     font-size : 17px;
     font-weight : bold;
     color : #0066AA;
     background : inherit; 
     text-transform: uppercase;
}
 .imageborder {
     border : 1px;
     border-style : solid;
     border-color : #0065A9;
     border-spacing : 0px;
     padding: 1px;
     padding-bottom: 0px;
 }
 .breadcrumb a:link, .breadcrumb a:visited{
     font-weight: normal; 
     color : #0065A9;
     background : inherit;
     text-decoration: underline;
      } 
 .breadcrumb a:hover {
     font-weight: normal;
     color : #ffffff;
     background : #0065A9;
     text-decoration: none;
      }

a#papegaaienproducten {
    display: block;
    width: 116px;
    height: 113px;
    background-image: url("/templates/dv/images/dv/papegaai.gif");
    background-position: 0 0;
    margin: 0 auto;
}
a#papegaaienproducten:hover {
    background-position: 0 -113px;
}

a#poezenproducten {
    display: block;
    width: 116px;
    height: 113px;
    background-image: url("/templates/dv/images/dv/poezen.gif");
    background-position: 0 0;
    margin: 0 auto;
}
a#poezenproducten:hover {
    background-position: 0 -113px;
}

a#hondenproducten {
    display: block;
    width: 116px;
    height: 113px;
    background-image: url("/templates/dv/images/dv/hond.gif");
    background-position: 0 0;
    margin: 0 auto;
}
a#hondenproducten:hover {
    background-position: 0 -113px;
}

a#parkietenproducten {
    display: block;
    width: 116px;
    height: 113px;
    background-image: url("/templates/dv/images/dv/parkieten.gif");
    background-position: 0 0;
    margin: 0 auto;
}
a#parkietenproducten:hover {
    background-position: 0 -113px;
}

a#knaagdierenproducten {
    display: block;
    width: 116px;
    height: 113px;
    background-image: url("/templates/dv/images/dv/knaagdieren.gif");
    background-position: 0 0;
    margin: 0 auto;
}
a#knaagdierenproducten:hover {
    background-position: 0 -113px;
}
a .alt { display: none; }

/*
.cssButton {
  background: #f0f0ff;
  color: #000080;
  width: 140px;
  height: 20px;
  vertical-align: top;
  font-weight: normal;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #000080;
  border-spacing: 1px;
}
*/
button {
border: 0;
}
.cssButton {
                cursor: pointer;
                padding-top:1px;
                border-spacing: 1px;
                text-align: center;
                background: #F4F4F4;
		border-width: 10px; 
		font-family: verdana, arial, sans-serif;
		color: #000000;
		font-size: 12px;
	   	height: 22px;
	   	width: 146px;
		border: 1px solid Black;
		text-decoration: none;		
		background-image: url("/templates/dv/images/dv/button.gif");
                background-position: 0 0;

}
.cssButton  a:link, .cssButton  a:hover {
                cursor: pointer;
		color: #000000;		
		text-decoration: none;
}
      
/* end custom dierenvilla */


  .cat_description {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #800000;
     background : inherit;
     font-weight : bold;
      }

 .BoxText {
     background : #f8f8f9;
     color : #0066A9;
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
      } 
 .BoxText a:link{
     background : #f8f8f9;
     color : #0066A9;
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
      }           
 .centerTable {
     background-image : url('images/bg_cat4.gif');
     background-repeat : repeat-x;
     background : #fbfcfd;
     color : inherit;
      }
 .errorBox {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : inherit;
     background : #ffb3b5;
     font-weight : bold;
      }
 .stockWarning {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #cc0033;
     background : inherit;
      }
 .productsNotifications {
     background : #f2fff7;
     color : inherit;
      }
 .orderEdit {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #70d250;
     background : inherit;
     text-decoration : underline;
      }
 .navBlue {
     color : #ff0000;
     background : inherit;
     font-size : 8pt;
     font-family : Verdana, Arial, sans-serif;
      }
 .subnavBlue {
     color : #9966ff;
     background : inherit;
     font-size : 8pt;
     font-family : Verdana, Arial, sans-serif;
      }
 BODY {
     background : #ffffff;
     color : #0066A9;
     margin : 0;
     padding-top: 16px;
     background-image: url(/templates/dv/images/dv/background.jpg);
     background-repeat: no-repeat;
     background-position: top center;     
      }      
 A {
     color : #0066A9;
     background : inherit;
     text-decoration : none;
     font-size: 11px;     
     color : #0066A9;
      }
 A:hover {
     color : #0066A9;
     background : inherit;
     text-decoration : underline;
     font-size: 11px;     
      }
 FORM {
     display : inline;
      }
 TR.header {
     background : #ffffff;
     color : inherit;
      }
 TR.headerNavigation {
     background : #bbc3d3;
     color : inherit;
      }
 TD.headerNavigation {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background : #bbc3d3;
     color : #ffffff;
     font-weight : bold;
      }
 A.headerNavigation {
     color : #ffffff;
     background : #bbc3d3;
      }
 a:hover.headerNavigation {
     color : #ffffff;
     background : #bbc3d3;
      }
 TR.headerError {
     background : #ff0000;
     color : #bbc3d3;
      }
 TD.headerError {
     font-family : Tahoma, Verdana, Arial, sans-serif;
     font-size : 12px;
     background : #ff0000;
     color : #ffffff;
     font-weight : bold;
      }
 TR.headerInfo {
     background : #00ff00;
     color : #bbc3d3;
      }
 TD.headerInfo {
     font-family : Tahoma, Verdana, Arial, sans-serif;
     font-size : 12px;
     background : #00ff00;
     color : #ffffff;
     font-weight : bold;
      }
 TR.footer {
     background : #bbc3d3;
     color : inherit;
      }
 TD.footer {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background : #bbc3d3;
     color : #ffffff;
     font-weight : bold;
      }
 .templateinfobox {
     background : #f8f8f9;
     color : inherit;
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
      }
 .infoBox {
     background : #b6b7cb;
     color : #0066A9;
      }
 TD.infoBox, SPAN.infoBox {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     background : #bbc3d3;
     color : inherit;
      }
 TD.infoBoxHeading {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     font-weight : bold;
     color : #0065A9;
     height: 18px;
     /* background-image: url(/templates/dv/images/dv/infoheading.gif); */
     background-repeat: no-repeat;
     background-position: top right;     
    }

 .infoBoxContents {
     background : #f8f8f9;
     color : #0066A9;
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
      }
   
 TD.infoBoxFooter {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background-color : #cccccc;
    color : #0066A9;
}

 TD.contentBoxHeading {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    color : #534f4d;
     background : #bbc3d3;
    padding-top : 5px;
}
 .infoBoxContentsHeader {
     background : #bbc3d3;
    color : #ffffff;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
}

 .infoBoxContentsCenter {
    color : inherit;
     background : #f8f8f9;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
}

 TD.infoBoxContentsfooter {
    color : #0066A9;
     background : #bbc3d3;
     font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
}
 TD.infoBoxHeadingImage {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     background-position : left;
     background-color : #bbc3d3;
     color : #0066A9;
      }
 TD.infoBoxFooterImage {
     font-family : Verdana, Arial, sans-serif;
     font-size : 1px;
     font-weight : bold;
     background-color : #bbc3d3;
     color : #0066A9;
      }
 .infoBoxNotice {
     background : #ff8e90;
     color : #ffffff;
      }
 .infoBoxNoticeContents {
     background : #ffe6e6;
     color : #ffffff;
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 TD.main_table_heading {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background : #cccccc;
     color : #0066A9;
      }
 TD.main_table_heading_inner {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background : #ffffff;
     color : #0066A9;
      }
 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;
     color : inherit;
      }
 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;
     color : inherit;
      }
 TABLE.productListing {
     /*
     border : 1px;
     border-style : solid;
     border-color : #b6b7cb;
     border-spacing : 1px;
     */
      }
 .productListing-heading {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background : #b6b7cb;
     color : #ffffff;
     font-weight : bold;
      }
 .productlisting-headingPrice {
     font-family : Verdana, Arial, sans-serif;
     font-size : 17px;
     background : #cccccc;
     color : #9a9a9a;
     font-weight : bold;
      }
 TD.productListing-data {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
  .pageResultsActive{
     color : #FFFFFF;
     background : #0065A9;  
     border : 1px;
     border-style : solid;
     border-color : #b6b7cb;
     border-spacing : 0px;  
     padding-top: 2px;   
     padding-bottom: 2px;   
     padding-left: 4px;        
     padding-right: 4px;  
  }
  .pageResults {
     color : #0065A9;
     background : #FFFFFF;  
     border : 1px;
     border-style : solid;
     border-color : #b6b7cb;
     border-spacing : 0px;  
     padding-top: 2px;   
     padding-bottom: 2px;   
     padding-left: 4px;        
     padding-right: 4px;             
      }
 A.pageResults {
     color : #0065A9;
     background : #FFFFFF;
     text-decoration: none;   
      }
 a:hover.pageResults {
     color : #ffffff;
     background : #0065A9;
      }
 TD.pageHeading, DIV.pageHeading {
     font-family : Verdana, Arial, sans-serif;
     font-size : 17px;
     font-weight : bold;
     color : #0066AA;
     background : inherit;
     padding: 0px;
     text-transform: uppercase;     
      }
 TR.subBar {
     background : #f4f7fd;
     color : inherit;
      }
 TD.subBar {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background : inherit;
      }
 TD.main, P.main {
     font-family : Verdana, Arial, sans-serif;
     font-size : 12px;
     line-height : 1.5;
     color : #0066A9;
     background : inherit;
      }
 TD.smallText, SPAN.smallText, P.smallText {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 TD.accountCategory {
     font-family : Verdana, Arial, sans-serif;
     font-size : 13px;
     color : #0066A9;
     background : inherit;
      }
 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;
      }
 TD.category_desc {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     line-height : 1.5;
      }
 SPAN.newItemInCart {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #ff0000;
     background : inherit;
      }
 CHECKBOX, INPUT, RADIO, SELECT {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
      }
 TEXTAREA {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
      }
 SPAN.greetUser {
     font-family : Verdana, Arial, sans-serif;
     font-size : 12px;
     color : #f0a480;
     background : inherit;
     font-weight : bold;
      }
 TABLE.formArea {
     background : #f1f9fe;
     color : #f4f7fd;
     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;
     background : inherit;
     font-weight : bold;
      }
 SPAN.productSpecialPrice {
     font-family : Verdana, Arial, sans-serif;
     color : #ff0000;
     background : inherit;
      }
 SPAN.errorText {
     font-family : Verdana, Arial, sans-serif;
     color : #ff0000;
     background : inherit;
      }
 .moduleRowOver {
     background-color : #d7e9f7;
     color : inherit;
     cursor : pointer;
      }
 .moduleRowSelected {
     background-color : #e9f4fc;
     color : inherit;
      }
 .checkoutBarFrom, .checkoutBarTo {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #8c8c8c;
     background : inherit;
      }
 .checkoutBarCurrent {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background : inherit;
      }
 .messageBox {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 .messageStackError, .messageStackWarning {
     font-family : Verdana, Arial, sans-serif;
     font-size : 13px;
     font-weight: bold;
     background-color : #ffb3b5; 
     color : inherit;
     height: 60px;
      }
 .messageStackSuccess {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background-color : #99ff00;
     color : inherit;
      }
 .inputRequirement {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #ff0000;
     background : inherit;
      }
 TABLE.linkListing {
     border : 1px;
     border-style : solid;
     border-color : #b6b7cb;
     border-spacing : 1px;
      }
 .linkListing-heading {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     background : #b6b7cb;
     color : #ffffff;
     text-align : center;
      }
 TD.linkListing-data {
     border-right : 1px solid #b6b7cb;
     border-bottom : 1px solid #b6b7cb;
     padding : 4px;
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 TR.linkListing-odd {
     background : #f8f8f9;
     color : inherit;
      }
 TR.linkListing-even {
     background : #f5f5f5;
     color : inherit;
      }
 .content {
     color : #0066A9;
     background : inherit;
     font-size : 12px;
     line-height : 1.5;
     font-family : Verdana, Arial, sans-serif;
      }
 TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     line-height : 1.5;
     color : #bdcaf0;
     background : inherit;
      }
 TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
     background-image : url('images/button_blank_left.gif');
      }
 TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
     background-image : url('images/button_blank_right.gif');
      }
 TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
     background-image : url('images/button_blank_middle.gif');
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     background-color : inherit;
     color : #0066A9;
      }
 A.HeaderPageLinks {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     color : #0066A9;
     background : inherit;
      }
 a:hover.HeaderPageLinks {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     background : inherit;
     color : #00ff00;
      }
 TD.cookieUsage {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     background : #0066A9;
     color : #ffffff;
      }
 .attributeBoxContent {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background-color : #808080;
      }
 .TR.attributeBoxContent {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background-color : #808080;
      }
 .TD.attributeBoxContent {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background-color : #c0c0c0;
      }
 .storyboxtitle {
     font-family : Verdana, Arial, sans-serif;
     color : #0066A9;
     font-size : 10px;
     font-weight : bold;
     background : inherit;
      }
 .storyboxtitle A:link {
     font-family : Verdana, Arial, sans-serif;
     color : #0066A9;
     font-size : 10px;
     font-weight : bold;
     background : inherit;
      }
 .storyboxtitle A:active {
     font-family : Verdana, Arial, sans-serif;
     color : #0066A9;
     font-size : 10px;
     font-weight : bold;
     background : inherit;
      }
 .storyboxtitle A:visited {
     font-family : Verdana, Arial, sans-serif;
     color : #0066A9;
     font-size : 10px;
     font-weight : bold;
     background : inherit;
      }
 .storyboxtitle A:hover {
     font-family : Verdana, Arial, sans-serif;
     color : #ffffff;
     font-size : 10px;
     font-weight : bold;
     text-decoration : underline;
     background : inherit;
      }
 .yearHeader {
     font-family : Verdana, Arial, sans-serif;
     font-size : 14px;
     font-weight : bold;
     color : #0066A9;
     background-color : #ffffff;
      }
 .calendarMonth {
     background-color : #cccccc;
     color : inherit;
     cursor : default;
     width : 100%;
      }
 .calendarHeader {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     font-weight : bold;
     color : #0066A9;
     background-color : #ffffff;
     text-decoration : none;
     height : 22px;
      }
 .calendarToday {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background-color : #ffcf00;
     padding-left : 3px;
     text-decoration : none;
     border : 1px solid #ffffff;
     height : 22px;
     width : 18px;
      }
 .calendarWeekend {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background-color : #caeeff;
     padding-left : 3px;
     line-height : 14px;
     text-decoration : none;
     border : 1px solid #ffffff;
     height : 22px;
     width : 18px;
      }
 .calendar {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #0066A9;
     background-color : #ffffff;
     padding-left : 3px;
     line-height : 14px;
     text-decoration : none;
     height : 22px;
     width : 18px;
      }
 .event {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     color : #0066A9;
     background-color : #ffffff;
     text-decoration : none;
     border : 1px solid #e6e6e6;
      }
 .empty {
     background-color : #f0faff;
     color : inherit;
     line-height : 14px;
     height : 22px;
     width : 18px;
      }
 .calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {
     color : red;
     text-decoration : underline;
     background : inherit;
      }
 .calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {
     color : red;
     text-decoration : underline;
     background : inherit;
      }
 .calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {
     color : red;
     text-decoration : underline;
     background : inherit;
      }
 h4.infoTitle {
     margin-top : 0;
     margin-right : 0;
     margin-left : 0;
     margin-bottom : 0.2em;
      }
 p.infoBlurb {
     margin-top : 0;
     margin-right : 0;
     margin-left : 0;
     margin-bottom : 2em;
      }
 TD.productPriceInListing {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background : #d2e9fb;
     color : inherit;
      }
 TD.productPriceInBox {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     background : #eeeeee;
     color : inherit;
      }
 TD.productPriceInProdInfo {
     font-family : Verdana, Arial, sans-serif;
     font-size : 12px;
     background : #ccffcc;
     color : inherit;
      }
 #navMenu {
     clear : both;
     height : 0.01%;
     margin : 0;
     padding : 0;
     list-style : none;
      }
 #navMenu ul {
     float : left;
     width : 150px;
     margin : 0;
     padding : 0;
     list-style : none;
      }
 #navMenu li {
     position : relative;
     float : left;
     line-height : 24px;
     margin-bottom : -1px;
     width : 150px;
      }
 #navMenu li ul {
     position : absolute;
     left : -999em;
     margin-left : 150px;
     margin-top : -26px;
      }
 #navMenu li ul ul {
     left : -999em;
      }
 #navMenu li a {
     width : 150px;
     display : block;
     color : #334;
     font-weight : bold;
     text-decoration : none;
     background : #ffffff;
     border : 1px solid #cce;
     padding-left : 2px;
      }
 #navMenu li a:hover {
     color : #0066A9;
     background : #aac;
      }
 #navMenu li:hover ul ul, #navMenu li:hover ul ul ul, #navMenu li.sfhover ul ul, #navMenu li.sfhover ul ul ul {
     left : -999em;
      }
 #navMenu li:hover ul, #navMenu li li:hover ul, #navMenu li li li:hover ul, #navMenu li.sfhover ul, #navMenu li li.sfhover ul, #navMenu li li li.sfhover ul {
     left : auto;
      }
