body {background-image: url('images/blue_bg.gif');
		background-repeat: repeat-y;
		}

h1	{font-family: Arial, sans-serif;
	 font-weight: bold;
 	 font-size: 20px;}
h2 	{font-family: Arial, sans-serif;
	 font-weight: bold;
 	 font-size: 15px;}

.indexheader	{font-family: Arial, sans-serif;
	 			 font-weight: bold;
	 			 font-style: italic;
 	 			 font-size: 17px;
 	 			 text-align: left;
 	 			 color: #2C0F84;
	 			 border-bottom: #2C0F84 2px solid;
	 			 position: relative;}

hr   { color: #2C0F84;
		 background-color: #2C0F84;
		 height: 1px;
		 border: 0px;}

A:link.leftbar    {color: #F0D808;text-decoration: none;}
A:active.leftbar  {color: #F0D808;text-decoration: underline;}
A:visited.leftbar {color: #A59611;text-decoration: none;}

A:link.navbar    {text-decoration: none;}
A:active.navbar  {color: #2C0F84;text-decoration: underline;}
A:visited.navbar {text-decoration: none;}

A:link.mainbody    {text-decoration: none;color: #A59611;}
A:active.mainbody  {color: #F0D808;text-decoration: underline;}
A:hover.mainbody  {color: #F0D808;text-decoration: underline;}
A:visited.mainbody {color: #A59611;text-decoration: underline;}

A:link   {color: #A59611;text-decoration: none;}
A:active  {color: #F0D808;text-decoration: underline;}
A:hover  {color: #A59611;text-decoration: underline;}
A:visited {color: #A59611;text-decoration: none;}

.leftbar  {font-family: Arial Black, Arial, sans-serif;
           font-size: 11px;
           text-decoration: none;
           color: #FFFDFF;
           background-color: #2C0F84;
           text-align: center;
           vertical-align: top;}

.navbar	  {font-family: Arial Black, Arial, sans-serif;
           font-size: 12px;
           text-decoration: none;
           color: #FFFDFF;
           background-color: #1E1C1F}

.navhigh  {font-family: Arial Black, Arial, sans-serif;
           font-size: 12px;
           text-decoration: none;
           color: #F0D808;
           background-color: #1E1C1F}

.fineprint {font-size: 9px;
           text-decoration: none;
           color: #FFFDFF;
           text-align: center;
           vertical-align: middle;}

.mainbody {font-family: Helvetica, Tahoma, Arial, sans-serif;
           font-size: 12px;
           text-decoration: none;
           color: #000000;
           background-color: #E7E7F5;
           vertical-align: top;}

.contable {font-family: Helvetica, Tahoma, Arial, sans-serif;
           font-size: 12px;
           text-decoration: none;
           color: #000000;
           background-color: #E7E7F5;
           vertical-align: top;}

.admincon {font-family: Tahoma, Arial, sans-serif;
	   font-size: 10px;
           text-decoration: none;
           color: #000000;
           text-align: left;
           vertical-align: top;}

.catalog-head, .catalog-item, .series-head, .series-catalog, .similaritems, .similaritems-c, .similaritems-head {
		text-align: center;
		padding: 2px 0px 2px 0px;
		border-top: 1px solid;
		border-color: #2C0F84;
		}

.catalog-head, .series-head, .similaritems-head {
		padding: 3px 0px 3px 0px;
		background: #ECECEC;
		}

.catalog-item a, .catalog-item a:visited, .series-catalog a, .series-catalog a:visited, .similaritems a, .similaritems a:visited, .similaritems-c a, .similaritems-c a:visited {
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;		
		color: #2C0F84;
		}

.catalog-item a:hover, .series-catalog a:hover, .similaritems a:hover, .similaritems-c a:hover {
		color: #F0D808;
		}

.similaritems {
		text-align: left;
		}

.similaritems, .similaritems-c, .catalog-item {
		font-size: 11px;
		}

.item-notice {
		font-weight: normal;
		font-size: 11px;
		color: #FF0000;
		}


table.featured 
{
    border: 1px solid #1E1C1F;
    height: 150px;
    clear: right;
}
tr.featured
{
	height: 150px;
	margin: 50px 0px 0px 0px;
	clear: right;
	text-align: center; 
	vertical-align: top;
}

.top  {vertical-align: top;}

.cprint-old{font-family:Book Antiqua,Times New Roman, serif;text-align:center;font-size:9px;color:#1E1c1F}
.cprint{font-family:Book Antiqua,Times New Roman, serif;
	   text-align:center;
		font-size:9px;
		color:#eeeeee}
A:link.cprint    {text-decoration: none;color: #A59611;}




/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}



/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: none;
}

	ul.dropdown li {
	 padding: 0px 0px 0px 5px;
      padding-right: 15px;
	 border-style: solid;
	 border-width: 0px;
	 border-color: #ffffff;
	 color: #FFFDFF;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #1E1C1F;
	 color: #FFFDFF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #FFFDFF; text-decoration: none; }
	ul.dropdown a:hover		{ color: #F0D808; }
	ul.dropdown a:active	{ color: #F0D808; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 100px;
	 margin-top: 0px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
	 	 padding: 5px 0px 2px 5px;
		 background-color: #1E1C1F;
		 margin: 1px;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 5px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}














