/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_bookbox.css 290 2004-09-15 19:48:26Z wilt $
*/
/*for the gategory_groups sidebox
/* categories_group description header*/
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}
TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}
/* groups top cat line spacing*/
Div.topcatline {
margin-left: 0px;
margin-bottom:2px;
margin-top:2px;	 
}
/* groups subcatline spacing  
Div.subcatline {
background-image: url("../images/icons/news_link.gif");
background-repeat: no-repeat; background-position: 4px 3px; padding: 0 0 0 12px;
margin-left: 4px;
}
*/
span.subcat_separator1 {
background-image: url("../images/icons/subcat_prefix1.gif");
background-repeat: no-repeat; 
background-position: 4px 3px; 
padding: 0 0 0 12px;
}
span.subcat_separator2 {
background-image: url("../images/icons/subcat_prefix2.gif");
background-repeat: no-repeat; 
background-position: 4px 3px; 
padding: 0 0 0 12px;
}
span.subcat_separator3 {
background-image: url("../images/icons/subcat_prefix3.gif");
background-repeat: no-repeat; 
background-position: 4px 3px; 
padding: 0 0 0 12px;
}
span.subcat_separator4 {
background-image: url("../images/icons/subcat_prefix4.gif");
background-repeat: no-repeat; 
background-position: 4px 3px; 
padding: 0 0 0 12px;
}
Div.subcatline1 {
background-image: url("../images/icons/subcat_prefix2.gif");
background-repeat: no-repeat; 
background-position: 4px 3px; 
padding: 0 0 0 12px;
margin-left: 2px;
}
Div.subcat_separator1 {
background-image: url("../images/icons/subcat_prefix1.gif");
}
Div.subcatline2 {
background-image: url("../images/icons/subcat_prefix2.gif");
background-repeat: no-repeat; background-position: 9px 3px; padding: 0 0 0 17px;
margin-left: 2px;
}
Div.subcatline3 {
background-image: url("../images/icons/subcat_prefix3.gif");
background-repeat: no-repeat; background-position: 14px 3px; padding: 0 0 0 22px;
margin-left: 2px;
}
Div.subcatline4 {
background-image: url("../images/icons/subcat_prefix4.gif");
background-repeat: no-repeat; background-position: 19px 3px; padding: 0 0 0 27px;
margin-left: 2px;
}
/* header sidebox texts bg color */
div.boxheadcolor {
background-color:#BFFFBF;
}

/* for special sidebox individual header colours etc 
header book sidebox colour */
td.boxheadcolor_booktypesjph1box {
background-color:#FFFFCA;
}
/* header document sidebox colour */
td.boxheadcolor_documentcategories {
background-color:#CCE6FF;
}
/* header news sidebox colour */
td.boxheadcolor_news1box {
background-color:#BFFFBF;
}
/* header categories group sidebox colour */
td.boxheadcolor_categoriesgroup {
background-color:
#CCCC99;
}
/* header categories sidebox colour */
td.boxheadcolor_categories {
background-color:
#CCCC99;
}
/* inside categories group sidebox: txt and header colours of groups */
/*use for blocking group title and contained cats bg alternating colour */
div.groupblock_even {
background-color:
#FFECFF;
}
div.groupblock_odd {
background-color:
#FAF4FF;
}
/* individual group header texts bg color*/
div.groupheading1  {
background-color:
#E0E0C2;
}
div.groupheading2  {
background-color:
#E0E0C2;
}
div.groupheading6  {
background-color:#E0E0C2;
}
/*control text style of all group headers */
span.groupheadingtext {
font-size:11px;
font-weight: bold;
color:#000000;
margin-left: 4px;
letter-spacing:1px;
}
