/*** link styles ***/

a:visited
{
	color: #663399;
	text-decoration: underline;
	}

a:link
{
	color: #663399;
	text-decoration: underline;
	}

a:hover
{
  color: #333;
  text-decoration: underline;
	}

/* --- */	

a.nav:visited
{
	color: #663399;
	text-decoration: none;
	}

a.nav:link
{
	color: #663399;
	text-decoration: none;
	}

a.nav:hover
{
  color: #990033;
  text-decoration: none;
	}
	
/* --- */

a.ecom-nav:visited
{
	color: #663399;
	text-decoration: none;
	}

a.ecom-nav:link
{
	color: #663399;
	text-decoration: none;
	}

a.ecom-nav:hover
{
  color: #666;
  text-decoration: none;
	}	
	
/* --- */	
	
a.home:visited
{
	color: #663399;
	text-decoration: none;
	}

a.home:link
{
	color: #663399;
	text-decoration: none;
	}

a.home:hover
{
  color: #999;
  text-decoration: none;
	}
	
/* --- */	
	
a.ebay:visited
{
	color: #639;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	vertical-align: top;
	text-decoration: underline;
	}

a.ebay:link
{
	color: #639;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	vertical-align: top;
	text-decoration: underline;
	}

a.ebay:hover
{
  color: #333;
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
  vertical-align: top;
  text-decoration: underline;
	}			

/* --- */

a.contact:visited
{
	color: #339933;
	text-decoration: none;
	}

a.contact:link
{
	color: #339933;
	text-decoration: none;
	}

a.contact:hover
{
  color: #339933;
  text-decoration: none;
	}
	
/* --- */	
	
a.contact-bold:visited
{
	color: #339933;
	text-decoration: none;
	font-weight: bold;
	}

a.contact-bold:link
{
	color: #339933;
	text-decoration: none;
	font-weight: bold;
	}

a.contact-bold:hover
{
  color: #339933;
  text-decoration: none;
  font-weight: bold;
	}

/* --- */	
	
a.random:visited
{
	color: #755892;
	text-decoration: underline;
	font-weight: bold;
	}

a.random:link
{
	color: #755892;
	text-decoration: underline;
	font-weight: bold;
	}

a.random:hover
{
  color: #755892;
  text-decoration: underline;
  font-weight: bold;
	}		

/* --- */

a.list:visited
{
	color: #666;
	text-decoration: none;
	}

a.list:link
{
	color: #666;
	text-decoration: none;
	}

a.list:hover
{
  color: #666;
  text-decoration: none;
	}
	
/* --- */
a.none:visited
{
	color: #393;
	text-decoration: none;
	}

a.none:link
{
	color: #393;
	text-decoration: none;
	}

a.none:hover
{
  color: #393;
  text-decoration: none;
	}		

/*** default styles ***/

body
{
	color: #666666;
	margin: 0;
	background-color: #ffffff;
	}
	
.house
{
		margin-right: auto;
		margin-left: auto;
		margin-top: 4px;
		width: 762px;
		background: #FEFDEF; 
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
  }	

td
{
	font-size: 10px;	
	color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
	}
	
p
{
	font-size: 10px;	
	color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
	}	
	
strong	
{
  color: #666;
	}		
	
.onepx  /* for the netscape bug */
{
	font-size: 1px;
	}	
	

	
/*** TD classes ***/	

td.bold-upper
{
	font-weight: bold;
	color: #7253A4;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 0px 3px 0px;
	}
	
td.header
{
	font-weight: bold;
	color: #7253A4;
	background-color: #ccc;
	text-transform: uppercase;
	padding: 1px 0px 1px 3px;
	}
	
td.border
{
	color: #7253A4;
	border: 1px solid #ccc;
	padding: 1px 0px 1px 3px;
	}		
	
td.home
{
	font-size: 11px;	
	color: #666;
  }
  
td.books
{
	font-size: 11px;	
	color: #666;
	background-color: #EFEFE7;
  }  	
  
td.ecomnav2
{
	color: #7253A4;
	padding: 2px 0px 2px 15px;
	border-bottom: 1px solid #E7E2EF;
	}
	
td.cart
{
	color: #7253A4;
	line-height: 15px;
	padding: 15px 5px 15px 15px;
	border-bottom: 1px solid #E7E2EF;
	}	
	
td.nav-end
{
	background-color: #C1C1BF;
	height: 1px;
	border-bottom: 2px solid #9E8ABE;
	}	 

td.pg-title-txt
{
	color: #666;
	background-color: #E6E1E2;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
	}
	
td.input-text
{
	color: #663399;
	font-size: 10px;
	}
	
td.input-text-ctr
{
	color: #663399;
	font-size: 10px;
	text-align: center;
	}		
	
td.nav
{
	background-color: #FEF9B1;
	color: #663399;
	text-align: center;
	vertical-align: middle;
	}
	
td.span2
{
	margin-left: 8px;
	margin-right: 8px;
	}	
	
td.links
{
	border-bottom: 1px dotted #CDC7D4;
	padding: 5px 5px 5px 0px;
	}
	
td.links-end
{
	padding: 5px 5px 10px 0px;
	}
	
td.links-header
{
	padding: 5px; 10px
	}
	
td.bold-right
{
	font-weight: bold;
	color: #7253A4;
	text-align: right;
	vertical-align: middle;
	}
		
	
	
/*** ALIGNMENT classes ***/

td.right
{
  text-align: right;
	}
	
td.center
{
  text-align: center;
	}
	
.center
{
  text-align: center;
	}	
	
td.middle
{
  vertical-align: middle;
	}
	
td.middlecenter
{
  vertical-align: middle;
  text-align: center;
	}

td.middleright
{
  vertical-align: middle;
  text-align: right;
	}

td.textboldright
{
  text-align:right;
  font-weight: bold;
	}
	
	

/*** TABLE classes ***/			
	
table.nav
{
	background-color: #FEF9B1;
	color: #663399;
	text-align: center;
	vertical-align: middle;
	}
	
table.pagetitle
{
	border: 1px solid #D8D7C7;
	text-align: left;
	vertical-align: top;
	text-align: left;
	}
	
table.ecom-title
{
	border: 1px solid #9384AD;
	text-align: left;
	vertical-align: top;
	}
	
table.books
{
	border: 1px solid #EEEDE0;
	background: #EEEDE0;
	text-align: left;
	vertical-align: top;
	}		
	
table.page
{
	background-color: #FEFDEF;
	}
	
table.nav-header
{
	margin: 0px 0px 0px 6px;
	background-color: #FFF;
	color: #755892;
	padding: 2px 5px 2px 10px;
	border-top: 1px solid #CDC7D4;
	border-right: 1px solid #CDC7D4;
	border-bottom: 1px solid #CDC7D4;
	border-left: 1px solid #CDC7D4;
	text-transform: uppercase;
	font-weight: bold;
	}	
	
table.nav-note
{
	margin: 0px 0px 0px 6px;
	color: #755892;
	padding: 2px 5px 2px 10px;
	}		

	

/*** SPAN classes for TEXT STYLES ***/		

.normal
{
	color: #666;
  }
  
.normal2
{
	color: #666;
	font-weight: normal;
  }  
  
.bold
{
	font-weight: bold;
	}
	
.bold-upper
{
	font-weight: bold;
	text-transform: uppercase;
	}	

.italic
{
	font-weight: normal;
	font-style: italic;	
	}
	
.underline
{
	text-decoration: underline;	
	}	

.bold-italic
{
	font-weight: bold;
	font-style: italic;	
	}
	
.small
{
	color: #755892;
	}	

.error
{
	font-size: 10px;
	font-weight: bold;	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #cc3333;
	}
	
.error-2
{
	font-size: 11px;
	font-weight: bold;	
  color: #cc3333;
	}	

.textbold
{
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;	
	}
	
.details
{
	font-weight: normal;
	font-style: italic;
  font-size: 10px;
  color: #999;
  }
  
.price
{
	color: #663399;
	padding: 0px 0px 0px 4px;
	}  	  
	


/*** TITLE classes ***/
		
td.title
{
  font-weight: bold;
  font-size: 11px;
  color: #666;
  }	
	
.title
{
  font-weight: bold;
  font-size: 11px;
  color: #666;
  }
  
.title-ctr
{
  font-weight: bold;
  font-size: 11px;
  color: #666;
  text-align: center;
  }  
	
td.green-title
{
  font-weight: bold;
  font-size: 11px;
  color: #393;
 }
	
.green-title
{
  font-weight: bold;
  font-size: 11px;
  color: #393;
  }
  
.green
{
  font-weight: bold;
  color: #393;
  }
  
.green-reg
{
  color: #393;
  }  
  
.green-italic
{
  font-style: italic;
  color: #393;
  }    
  
td.title-10
{
  font-weight: bold;
  font-size: 10px;
  }	
	
.title-10
{
  font-weight: bold;
  font-size: 10px;
  }   
  
td.title-11
{
  font-weight: bold;
  font-size: 11px;
  }	
	
.title-11
{
  font-weight: bold;
  font-size: 11px;
  }

td.title-12
{
  font-weight: bold;
  font-size: 12px;
  }	
	
.title-12
{
  font-weight: bold;
  font-size: 12px;
  }     

td.title-12-ctr
{
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #393;
  }	
	
.title-12-ctr
{
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #393;
  } 
  
td.title-14
{
  font-weight: bold;
  font-size: 14px;
  }	
	
.title-14
{
  font-weight: bold;
  font-size: 14px;
  } 		
	
.title-italic
{
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
  color: #C0C0C0;
  text-align: left;
  vertical-align: top;
	}

td.title-box
{
	font-weight: bold;
	font-size: 10px;
	color: #666;
	background-color: #E6E1E2;
	padding: 1px 1px 1px 1px;
	}
	
.title-box
{
	font-weight: bold;
	font-size: 10px;
	color: #666;
	background-color: #E6E1E2;
	padding: 1px 1px 1px 1px;
	} 	
	


/*** FORM classes ***/

form
{
  margin: 0;
	}

input
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

select
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

textarea
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	


/*** LIST classes ***/	

ul
{
  color: #999;
	}

ul.none
{
	list-style-type: none;	
  color: #666;
  margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	}
	
ul.none2
{
	list-style-type: none;	
  color: #755892;
  margin-left: 5px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	}	
	
ul.square
{
	list-style-type: square;	
  color: #898686;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 26px;
	margin-right: 15px;
	}
	
ul.circle
{
	list-style-type: disc;	
  color: #666;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 40px;
	margin-right: 15px;
	}
	
ul.circle-lh
{
	list-style-type: disc;	
  color: #898686;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 40px;
	margin-right: 15px;
	line-height: 15px;
	}
	
ol.lh
{
	color: #666;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 40px;
	margin-right: 15px;
	line-height: 15px;
	}
	
ol
{
	color: #666;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 40px;
	margin-right: 15px;
	line-height: 15px;
	}				
	


/*** RULE classes ***/	

.rule
{
	background-color: #999;
	font-size: 1px;
	}
	
.nav-rule
{
	background-color: #E7E2EF;
	font-size: 1px;
	}
	
.ecom-rule
{
	background-color: #9384AD;
	font-size: 1px;
	}		
	
.rule2
{
	background-color: #D8D7C7;
	font-size: 1px;
	}
	
.rule-border
{
	background-color: #D8D7C7;
	font-size: 1px;
	border-top: 15px solid #FEFDEF;
	border-bottom: 10px solid #FEFDEF;
	}	
	
.col-title
{
	background-color: #EDECE4;
	color: #666;
	font-weight: bold;
	}	


/** DIV styles **/	

#content
{
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 10px;	
	color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
	}
	
#sub-content
{
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 10px;	
	color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
	}	
	
#home-main
{
	background-color: #FEFDEF;
	height: 600px;
	width: 504px;
	}
	
#contact-info-title
{
	background-color: #FFF;
	color: #807F71;
	padding: 9px 25px 9px 11px;
	border: 1px solid #D8D7C7;
	text-transform: uppercase;
	font-weight: bold;
	width: 145px;
	}
	
#contact-info
{
	background-color: #FFF;
	color: #339933;
	padding: 9px 15px 9px 7px;
	border-top: 0px solid #D8D7C7;
	border-right: 1px solid #D8D7C7;
	border-bottom: 1px solid #D8D7C7;
	border-left: 1px solid #D8D7C7;
	width: 159px;
	}
	
#contact-info-2
{
	background-color: #FFF;
	color: #339933;
	padding:4px 4px 4px 5px;
	border-top: 0px solid #D8D7C7;
	border-right: 1px solid #D8D7C7;
	border-bottom: 1px solid #D8D7C7;
	border-left: 1px solid #D8D7C7;
	width: 181px;
	}	
	
#random-info
{
	margin: 0px 0px 0px 6px;
	background-color: #FFF;
	color: #755892;
	padding: 9px 10px 9px 10px;
	border-top: 1px solid #CDC7D4;
	border-right: 1px solid #CDC7D4;
	border-bottom: 1px solid #CDC7D4;
	border-left: 1px solid #CDC7D4;
	width: 129px;
	}
	
#links
{
	margin: 0px 0px 0px 6px;
	background-color: #FFF;
	color: #755892;
	padding: 2px 5px 2px 10px;
	border-top: 1px solid #CDC7D4;
	border-right: 1px solid #CDC7D4;
	border-bottom: 1px solid #CDC7D4;
	border-left: 1px solid #CDC7D4;
	width: 134px;
	}
	
#nav-header
{
	margin: 0px 0px 0px 6px;
	background-color: #FFF;
	color: #755892;
	padding: 2px 5px 2px 10px;
	border-top: 1px solid #CDC7D4;
	border-right: 1px solid #CDC7D4;
	border-bottom: 1px solid #CDC7D4;
	border-left: 1px solid #CDC7D4;
	text-transform: uppercase;
	font-weight: bold;
	width: 134px;
	}
	
#nav-note
{
	margin: 0px 0px 0px 6px;
	color: #755892;
	padding: 2px 5px 2px 10px;
	width: 134px;
	}					
	
#footer
{
	background-color: #fff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 758px;
	}
	
.ecomnav
{
	background-color: #fffffd;
	font-size: 10px;	
	color: #7253A4;
	font-weight: bold;
	width: 149px;
	border-left: 1px solid #9E8ABE;
	border-right: 1px solid #9E8ABE;
  }	
  
#cart
{
	background-image: url('/images/ecom/cart_bg2.jpg');
	font-size: 10px;	
	color: #7253A4;
	width: 182px;
	border-left: 1px solid #9E8ABE;
	border-right: 1px solid #9E8ABE
  }
  
#shop-checkout
{
	background-color: #FAF7FF;
	font-size: 10px;	
	color: #7253A4;
	width: 182px;
	border: 1px solid #C6BCC4;
	padding: 15px 0px 15px 0px;
	text-align: center;
	text-transform: uppercase;
  }  
  
#products
{
	font-size: 10px;	
	color: #666;
	margin: 10px 5px 10px 10px;
	}  	   		

.basket
{
	border: 1px solid #ccc;
	padding: 1px 0px 1px 3px;
	color: #7253A4;
	}