/* CSS Document */
body {
    background-color:#fff;
	color: #000000;
	margin:0px;
	padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
}

table {
font: 12px Verdana, Arial, sans-serif;
}

h1 {
font-size:22px;
color:#333333;
border-bottom:1px solid #A7CAA7;
margin:0;
margin-bottom:10px;
}

h2 {
font-size:12px;
color:#333333;
padding:1px;
border-bottom:1px solid #A7CAA7;
margin-bottom:5px;
}

h3 {
font-size:13px;
color:#333333;
padding:0px;
margin-bottom:0px;
border-bottom:1px solid #ECE4D0;
border-top:1px solid #ECE4D0;
}

A.header {
  color: #660033;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  padding: 1px;
}

A.header:hover {
  color: #660033;
  text-decoration: underline;
  font-weight: bold;
  font-size: 11px;
  padding: 1px;
}

.submit {
font: 11px Verdana, Arial, sans-serif;
}

.table_list {
background-color:#FFFFE8;
padding:1px;
border:1px solid gray;
margin:5px;
}



.td_row {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding-left:3px;
padding-right:3px;
}

.footer {
vertical-align:top;
padding:2px;
padding-top:4px;
color:#999999;
font-size:11px;
}

.footer a {
font-size:11px;
font-weight:normal;
color:#666666;
text-decoration:none;
}

.footer a:hover {
font-size:11px;
font-weight:normal;
color:#666666;
text-decoration:underline;
}

.menu {
background-image:url(images/menu_back.jpg);
background-position:left;
background-repeat:repeat-y;}

#list-menu {
width: 190px;
background-image:url(images/menu_back.jpg);
background-position:left;
background-repeat:repeat-y;
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-size: 11px;
font-weight:bold;
text-decoration:none;
} 

#list-menu li {
margin: 0 0 0 0;
} 

#list-menu a {
display: block;
width:190px;
padding: 3px 0px 3px 10px;
border-bottom: 1px solid #336633;
text-decoration: none;
} 

#list-menu ul li ul li a {
display: block;
width:193px;
padding: 1px 0px 2px 7px;
text-decoration: none;
font-size:10px;
border-bottom:0px dotted #336633; 
} 

#list-menu ul li ul li a:hover {
border-bottom: 0px solid #336633;
background: #336633;
color: #ffffff;
} 

#list-menu ul li ul {
width:200px;
text-decoration: none;
font-size:10px;
border-bottom:1px solid #336633;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border-bottom: 1px solid #336633;
background: #336633;
color: #ffffff;
} 

.cat {
color:#fff;
text-decoration:none;
}

.cat:hover {
color:#ffffff;
text-decoration:underline;
}



.sitemap {
font-size:12px;
font-weight:bold;
color:#336633;
}

.sec-sitemap {
font-size:10px;
font-weight:bold;
color:#336633;
line-height:16px;
}

#news table {
background-color:#F5F5F5;
border-top:1px solid #A7CAA7;
border-bottom:1px solid #A7CAA7;
width:500px;
}

#news table td a {
font-size:12px;
font-weight:bold;
color:#336633;
line-height:25px;
vertical-align:top;
}

#news table td img {
border:0px solid #A7CAA7;
vertical-align:bottom;
}


.form-submit {
background-color:#336633;
border:1px solid #fff;
color:#ffffff;
font-size:11px;
font-weight:bold;
padding:2px;
cursor:pointer;
}

a.pages {
display: block;
color: #336633;
background: #ffffff;
width: 20px;
height: 18px;
line-height: 18px;
text-align: center;
text-decoration: none;
font-weight: bold;
border: 1px solid #336633;
}
a.pages:hover {
color: #FFFFFF;
background: #336633;
}

a.buy_button {
display: block;
color: #FFFFFF;
background: #336633;
width: 70px;
height: 22px;
line-height: 22px;
text-align: center;
text-decoration: none;
font-weight: bold;
}
a.buy_button:hover {
color: #FFFFFF;
background: #336633;
}

.book-title {
font-size:14px;
font-weight:bold;
border-bottom:0px dotted #ECE4D0; 
}

A.pagination {
  color: #336633;
  text-decoration: underline;
  font-weight: bold;
  font-size: 11px;
  padding: 1px;
}

A.pagination:hover {
  color: #336633;
  text-decoration: underline;
  font-weight: bold;
  font-size: 11px;
  padding: 1px;
}

.quote {
width:98%;
background-color:#F5F5F5;
border-bottom:1px dotted #A7CAA7;
border-top:1px dotted #A7CAA7;
padding:5px;
margin-bottom:15px;
}

A.read {
  color: #336633;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-family:"Courier New", Courier, mono;
}