/*
  $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
*/
html, body, div{
	
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	
  background-attachment : fixed;
}
body {
  background-color: black;
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #22471C; text-decoration: underline; }



boby {
  
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}

img
{
border: 0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #336633;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #336633;
 
}

/*TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #336633;
  color: #ffffff;
  font-weight : bold;
}*/

#headerNavigation {
  color: #FFFFFF;
  background-color : #336633;
  height: 50px;
	padding-left: 6px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
    clear: left;
      margin-left: 0px;
    
}
#headerNavigation-gauche {
  height: 30px;
	padding: 15px 0 5px 5px;
	margin: 0;
	color :#B0BFB0;
	text-transform: none;
	text-align : left;
	display: block;
	border: 0 none;
    clear: left;
      margin-left: 10px;
      background-color : #336633;
      float:left;
  
}
#headerNavigation a {
  
  color :#B0BFB0;
  font-size: 110%;
  text-decoration: none;
  margin : auto;
  }
#headerNavigation a:hover {
  color: #C5CFC5;
  text-decoration : none;
}
#headerNavigation-droit {
  display: block;
    position : relative;
    border: 0 solid ;
    float: right;
    margin: 10px 40px 2px 0;
    background-color: #30592E;
  }
  #headerNavigation-droit a {
    color : #F2F2F2;
    text-transform: capitalize;
    text-decoration:none;
    font-weight : bold;
  }
   #headerNavigation-droit a:hover {
    color : #B0BFB0;
    font-weight : bold;
    
  }
#headerNavigation-droit img {
  position: relative;
  padding : 4px 5px 0 5px  
}
#headerNavigation-droit-reseaux{
   display: block;
     float: right;
    margin: 15px 5px 15px 0;
    background-color: #336633;
	vertical-align : middle;
  
}
#headerNavigation-droit-reseaux-google{
   display: block;
     float: right;
    margin-top: 13px;
	margin-right : 0px;
    background-color: #336633;
	vertical-align : middle;
  
}
#header-slogan {
  display: block;
    position : relative;
    float : right;
  font-size : 2em;
  background-color: #30592E;
}
#BoxHeadingSearch {
   display: block;
    float: right;
    margin: 6px 5px 3px 0;
    background-color: #30592E;
    margin : 4px 4px;
    text-align : right;  
}

#header-enregistrement {
   display: block;
     float: left;
    margin: 10px 40px 2px 0;
    padding : 10px 5px;
    font-size : 1.1em;
    }
   #header-enregistrement  p{
    font-size : 1.1em;
   }
    #header-enregistrement  a{
    color : #B0BFB0;
   }
A.BoxHeadingSearch {
  color: #000000;
  background-color : #30592E;
  border : none;
 }
A.BoxHeadingSearch:hover {
  color: #FFFFFF;
 }
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: #336633;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #336633;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #336633;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #336633;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #B0BFB0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold
}
.infoBoxContents2 {
  background: #B0BFB0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : normal;
  text-align : left;
}
.infoBoxContentsbest{
  background: red;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxNotice {
  background: #336633;
}

.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: #336633;
  color: #ffffff;
  padding : 5px 0 5px 0;
  height : auto;
  margin : auto;
  text-align : center;
}
TD.infoBoxHeading a:hover {
  color : #B0BFB0;
  
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #C9DBC9;
}

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: #CBD6CB;
}

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: #336633;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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: #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: 600px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  white-space: pre;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #336633;
  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; cursor: auto; }
.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; }
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #336633;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #768976;
}
/*** End Header Tags SEO ***/
TD.pageHeading_ex, DIV.pageHeading_ex {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #9a9a9a;
}

.products_new_in {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.products_new_ex {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-style: italic
}

SPAN.productSpecialPriceEX {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  color: #ff0000;
}

SPAN.productPriceEx {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
}

/*Rajout css colonne*/

/*bloc css historique commande*/
div.column_history {
  font-size:12px;
  font-family: Verdana, Arial, sans-serif;
  text-align : left;
  padding : 0 0 0 0px;
  margin : auto;
  background: none;
  border : none;
}

div.column_header_history {
  height: 28px;
  font-weight: bold;
  background-color: #F2F2F2;
  margin: 0px;
}

div.column_header_left_history {
 height: 28px;
  font-weight: bold;
  background-color: #F2F2F2;
  margin: 0px;
 
 
}

div.column_header_right_history {
  height: 28px;
  font-weight: bold;
  background-color: #B0BFB0;
  margin: 0px 2px;
  background: url("images/icons/box-t.gif") left top no-repeat;
}

div.column_header_none_history {
  background-color: #F2F2F2;
}



div.column_header_right_history h4 {
   background: url("images/icons/box-cart.gif") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 18px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0;
}

div.column_header_none_history h4 {
   background: url("images/icons/box-history.jpg") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 0px;
	margin: 0 0 0 2px;
	text-align:center;
}

div.column_header_left_history h4 {
 background: url("images/icons/box-cat.jpg") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0 0 0 2px;
   
}
div.titre-colonne_history{
  background-color: #336633;
}
div.column_history ul, div.column_history ol, div.column_p_box_history {
  background-color: #B0BFB0;
  border: none;
  list-style-type: none;
  padding: 10px 0px 10px 5px;
   margin: 0 18px 4px 2px;
  line-height: 1.2em;

}
div.column_history a:hover {
color : #30592D;
}
div.column_history li, div.column_p_box_history p {
  
}


div.column {
  font-size:12px;
  font-family: Verdana, Arial, sans-serif;
  text-align : left;
  padding : 0 0 0 0px;
  margin : auto;
  background: none;
  border : none;
}

div.column_header {
  height: 28px;
  font-weight: bold;
  background-color: #F2F2F2;
  margin: 0px;
}

div.column_header_left {
 height: 28px;
  font-weight: bold;
  background-color: #F2F2F2;
  margin: 0px;
 
 
}

div.column_header_right {
  height: 28px;
  font-weight: bold;
  background-color: #B0BFB0;
  margin: 0px 2px;
  background: url("images/icons/box-t.gif") left top no-repeat;
}

div.column_header_none {
  background-color: #F2F2F2;
}



div.column_header_right h4 {
   background: url("images/icons/box-cart.gif") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0;
	text-align:center;
}

div.column_header_none h4 {
   background: url("images/icons/box-div.jpg") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0 0 0 2px;
	text-align:center;
	text-align:center;
}

div.column_header_left h4 {
 background: url("images/icons/box-cat.jpg") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0 0 0 2px;
	text-align:center;
   
}
div.titre-colonne{
  background-color: #336633;
}
div.column ul, div.column ol, div.column_p_box {
  background-color: #B0BFB0;
  border: none;
  list-style-type: none;
  padding: 10px 0px 10px 5px;
   margin: 0 18px 4px 2px;
  line-height: 1.2em;

}
div.column a:hover {
color : #30592D;
}
div.column li, div.column_p_box p {
  
}

/* ajout fond blanc*/
div.column-blanc {
  font-size:12px;
  font-family: Verdana, Arial, sans-serif;
  text-align : left;
  padding : 0 0 0 0px;
  margin : auto;
  background: none;
  border : none;
}

div.column-blanc_header {
  height: 28px;
  font-weight: bold;
  background-color: #F2F2F2;
  margin: 0px;
}

div.column-blanc_header_left {
 height: 28px;
  font-weight: bold;
  background-color: #F2F2F2;
  margin: 0px;
 
 
}

div.column-blanc_header_right {
  height: 28px;
  font-weight: bold;
  background-color: #B0BFB0;
  margin: 0px 2px;
  background: url("images/icons/box-t.gif") left top no-repeat;
}

div.column-blanc_header_none {
  background-color: #F2F2F2;
}



div.column-blanc_header_right h4 {
   background: url("images/icons/box-cart.gif") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0;
	text-align:center;
}

div.column-blanc_header_none h4 {
   background: url("images/icons/box-div.jpg") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0 0 0 2px;
	text-align:center;
}

div.column-blanc_header_left h4 {
 background: url("images/icons/box-cat.jpg") left top no-repeat;
	height: 33px;
	font-family: Tahoma;
	color: #fff;
	font-size: 17px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0 0 0 2px;
	text-align:center;
   
}
div.titre-colonne{
  background-color: #336633;
}
div.column-blanc ul, div.column-blanc ol, div.column-blanc_p_box {
  background-color: #fff;
  border: none;
  list-style-type: none;
  padding: 10px 0px 10px 5px;
   margin: 0 18px 4px 2px;
  line-height: 1.2em;

}

div.column-blanc li, div.column-blanc_p_box p {
  
}
div.column-blanc a:hover {
color : #30592D;
}
/*fin ajout fond blanc*/
.column_li_center {
  margin: 0;
  
	padding: 0 0 0 0px;
	color: #fff;
}

.column_li_left50 {
  float: left;
  text-align: left;
  width: 45%;
  clear: both;
}

.column_li_right50 {
  float: right;
  text-align: left;
  width: 45%;
  clear: both;
  
}
#sidebar ul li_right50 {
	background: #990d0c url(../images/icons/box-rp.gif) left 33px repeat-x;
	list-style-type: none;
	margin: 0 0 20px 0;
	}

/*rajout css colonne*/



#page_contents {
         margin : auto;
         width: 980px; /* Largeur de la page centrée */
	 background-color : #30592E;
}
#header {
	  margin : auto;
	  background-color : #30592E;
  
}
#image-header-droit img{
   float : right;
  margin-right : 100px;
  margin-top : 20px;
}
#entete {
	padding-left: 6px;
	margin: auto;
	padding: 0;
	font-weight: normal;
	display: block;
	border: 0 none;
	clear: left;
	background-color : #FFFFFF;
    
}
#entete {
  background-color : #30592E;
}
#imageentete {
  float : left;
  padding : 0px 0 10px 0px;
  background-color : #30592E;
}
#entete p {
	position : relative;
    border: 0 solid ;
    float: right;
    margin: 20px 50px 20px 30px;
    padding: 20px 50px 20px 30px;
    position: relative;
    font-size : 2.5em;
    
    
}
#bloc-reseaux span{
  display : inline;
  float :right;
  margin-right : 5px;
}
/*#footer {
         margin: 20px auto 0;
	 padding-top : 0px;
	 padding-bottom: 10px;
         width: 980px; Largeur de la page centrée 
	 background-color : #B0BFB0;
	 display: block;
	 width: 980px;
}*/

#cic {
    display: block;
    border: 0 solid #F2A172;
    background-color : #30592E;
    float: left;
    margin-left: 20px;
    margin-right: 50px;
    margin-top : 0px;
    padding-top : 0px;
    width: 280px;
    height : 150px;
    
    
}
#poste {
    display: block;
    border: 0 solid #F2A172;
    width: 280px;
    background-color : #30592E;
    float: left;
    /* margin-left: 10px;*/
    margin-top : 0px;
    padding-top : 0px;
    width: 280px;
    height : 160px;
    
}
#adresse {
    display: block;
    border: 0 solid #F2A172;
     background-color : #30592E;
    float: right;
    margin-right: 20px;
    margin-top : 0px;
    padding-top : 0px;
    width: 280px;
    height : 160px;
       
}
#adresse p{
  background-color: #30592E;
  border: none;
  list-style-type: none;
  padding: 0px 0px 10px 5px;
   margin: auto;
  line-height: 1.2em;
  height : 160px;

}
#adresse a {
  text-decoration : none;
  color :#B1BFB0;
}

#titre-footer {
  background : url(images/icons/box-footer.jpg) no-repeat;
  min-height : 33px;
  margin-top: 10px;
  padding-top : 0px;
  
  display : block;
    
  
}
#titre-footer h4 {
  padding-top : 7px;
  font-size : 1.2em;
  font-weight : bold;
  text-align : center;
  margin-bottom: 0px;
}
#footer li, ul{
  background-color: #336633;
  border: none;
  list-style-type: none;
  padding: 10px 0px 10px 5px;
   margin: auto;
  line-height: 1.2em;

}
#contenu-footer {
  background-color: #336633;
  min-height : 110px;
  padding-top : 20px;
  margin-top : 0px;
  font-size : 11px;
  text-align : center;
}
#contenu-footer img {
  padding-top : 8px;
  padding-bottom : 20px;
}
#footer2 {
	 margin : auto;
         width: 980px; /* Largeur de la page centrée */
	 background-color : #30592D;
	 height : 200px;
	 
}
#credit-footer {
	 margin : auto;
	 padding-top : 10px;
         width: 980px;
	 background-color: #30592E;
	 text-align : center;
	 font-size : 10px;
	 }
	 
#credit-footer a {
  text-decoration : none;
  color :#B0BFB0;
}
#credit-footer a:hover {
  text-decoration : none;
  color :#B1BFB0;
  
}
  
#menuentier {
  
  background-color : #30592E;
  width : 980px;
}


/* Easy Slider */
#slide {
  display : block;
  float : right;
  margin-right : 80px;
  padding-top : 20px;
  
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	  
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:250px;
		overflow:hidden;
		
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:350px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#B0BFB0;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#336633;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: #B0BFB0;
	background-color: #30592E;
	padding-left : 10px;
	height : 30px;
	/*border: 1px outset #525252;*/
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
	
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 16px;	
	text-decoration: none;
	position: relative;	
	display: block;
	color: #B0BFB0;
	padding-top : 5px;
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #B0BFB0;
	text-decoration: none;
	
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #30592E;
	background-color: #B0BFB0;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #30592E;
	background-color: #B0BFB0;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #B0BFB0;
	border: 2px outset #30592E;
	
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

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

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #30592E;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #B0BFB0;
	background-color: #30592E;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #B0BFB0;
	background-color: #30592E;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
  
    /*background-color: #336633;*/
		font-weight: bold;
		font-style : italic;
}

.horbar .dmselected {   /* Style override for selected root category */
  
    font-weight: bold;
    font-style : italic;
}
