/*
  color scheme: #EEEEEE - base #EEEEEE
  				#6699CC - accents #6699CC
                #FFCC66 - highlights FFCC66
			    #669900 - secondary highlights #FF9966
				#EEEEEE - dark base F8F8F8
				#330000 - standard text 000080
				#669900 - link #669900
*/

a { text-decoration: none}

a:link { font-family: Tahoma, Arial, Helvetica, sans-serif; color: #330000}

a:hover { text-decoration: underline;} 

/* a:hover { border-style: outset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin} */

a:visited { text-decoration: none; color: #330000}

a:active { color: #330000; text-decoration: none}

P {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: small; color: #330000; text-decoration: none}

li { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: x-small; color: #EEEEEE; text-decoration: none }

B { font-weight: bold; }

/* for product info*/
.standard { font-color : #330000;
			font-family: Tahoma, Arial, Helvetica, sans-serif;}  
			
.productTitle {font-color : #330000;
				font-weight : bold;
				font-family: Tahoma, Arial, Helvetica, sans-serif;}	
				
.redBold {color : #CC3333;
				font-family: Tahoma, Arial, Helvetica, sans-serif;}

.TitleText {  font-family: Tahoma, Arial, Helvetica, sans-serif;
              font-size: medium;
			  font-weight: bold;
			  color: #669900;
			  text-decoration: none}

.menuLink { } /* no longer in use */

.single {  background-repeat: repeat-y}

.dropcap { color: #669900;
           font-size: larger}

.buttonLook {  border-style: outset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}

.sidebarTitle {  color: #330000; 
				 text-decoration: none;
				 text-weight: bold;
				 font-family: Tahoma, Arial, Helvetica, sans-serif;}

.sidebarLink { text-decoration: none; 
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			text-indent: hanging; font-size: smaller; 
			font-weight: bold}

.sidebarLink:hover {text-decoration: underline;}

.finePrint {  font-size: smaller;
              color: #330000}

.menuStyle { background: F8F8F8;}

.bodyStyle { background-color: #330000;
			 background-image : url(./images/bg_halloween.jpg);
			 background-attachment: fixed;
             leftmargin: 0;
			 topmargin : 0;
			 scrollbar-face-color:  #330000;
             scrollbar-darkshadow-color: #000000;
             scrollbar-3dlight-color: #adb0bf;
             scrollbar-arrow-color: #4419b3;
             scrollbar-highlight-color: #FFFF66;
             scrollbar-shadow-color: #000000 ;
             scrollbar-track-color: #EEEEEE; } /* scrollbar-highlight-color: #669900; */
			 
.colorBase { background : #EEEEEE }  /* use base color */		

.colorAccent { background :  #EEEEEE}  /* use accent color */

.colorHighlight { background : #330000}  /* use highlight color */

.colorSecHighlight { background : #839DFF }  /* use secondary highlight color */

.subContentCell { background : #EEEEEE ;
                border: #330000;  
			    border-style: solid;
			    border-top-width: thin;
			    border-right-width: thin; 
			    border-bottom-width: thin; 
			    border-left-width: thin; }

.titleDiv { background : #EEEEEE;		/* background of page title section */
			width : 300px;
			border: #330000;
			border-style: solid;
			border-top-width: thin;
			border-right-width: thin; 
			border-bottom-width: thin; 
			border-left-width: thin; 
			text-align: center; } 
			
			    /*   #EEEEEE*/  
.contentCell {	background : #EEEEEE; 
                border: #330000;  
			    border-style: solid;
			    border-top-width: thin;
			    border-right-width: thin; 
			    border-bottom-width: thin; 
			    border-left-width: thin; }
				
.menuDiv { float: left;
           clear: left;    
 	       background : #EEEEEE;
                border: #330000;
			    border-style: solid;
			    border-top-width: thin;
			    border-right-width: thin; 
			    border-bottom-width: thin; 
			    border-left-width: thin; ; z-index: 0; clip:  rect(   )} 
				
.titleDiv {  background-color: #EEEEEE; text-align: center}

.catHighlightCell { float : left;
					width : 20;
					background : #FFCC66 }

