
body {
    background: #FFF;
	font-family: verdana;
	font-size: 13px;
	margin: 0;
}

h2 {
    color: #000;
	font-size: 9pt;
	margin: 0;
	padding: 0;
    font-weight: normal;
}

a:link {text-decoration: underline; color: #0066CC; font-weight:normal;}
a:visited {text-decoration: underline; color: #0066CC; font-weight:normal;}
a:active {text-decoration: underline; color: #0066CC; font-weight:normal;}
a:hover {text-decoration: none; color: color: #0066CC; font-weight:normal;}



/* ---------HEADER--------- */

.header {
	background-color: #FFF;
	height: 55px;
	margin: 0;
    }

.headerLogo {
	float: left;
	margin: 0px 0px 0px 2px;
}

.headerSearch {
	float: left;
	color: #FFF;
	margin: 3px 0px 0px 0px;
}

.searchLabel {
	float: left;
	margin: 4px 5px 0px 0px;
	color: #FFF;
}

.searchInput {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 2px;
	float: left;
	width: 150px;
	height: 12px;
font-size:9px;
}

#invis {
float: left;
}

#invis a:link {color:#6C9D31; text-decoration:none}
#invis a:visited {color:#6C9D31; text-decoration:none}
#invis a:active {color:#6C9D31; text-decoration:none}
#invis a:hover {color:#6C9D31; text-decoration:none}


/* ---------NAVIGATION BAR--------- */

#navcontainer ul
{
margin: 0;
padding-left: 0;
margin-left: 0;
background-image: url('../images/navbar.gif');
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
border-top: 1px solid #008000;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-image: url('../images/navbar.gif');
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li.forum a
{
padding: 0.2em 1em;
background-image: url('../images/navbar.gif');
color: #FFFFA8;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}



#navcontainer ul li a:hover
{
background-image: url('../images/navbarhov.gif');
color: #fff;
}





#searchbar {
margin-top: 22px;
background-image: url('../images/searchbar.jpg');
height: 33px;


}

#searchf {
padding: 5px;
float: left;
}

#searchb {
margin-top: -3px;
padding: 5px;
float: left;
}

#linksnbr {
margin-top: 3px;
padding: 5px;
font-weight:  bold;
float: right;
}

.formbutton{
height: 23px;
width: 65px;
cursor:pointer;
border: 0px none;
color:#666;
background-image: url('../images/search.jpg');
}



#path {
margin-top: -12px;

   	height: 18px;

     
    }



.pathbar {
list-style-type: none;
}



/* ---------MAIN CONTENT--------- */

#cont {
height: 267px;
margin-left: -7px;
margin-bottom: -13px;
background: url('../images/wheel.jpg') no-repeat bottom left;
}

#right {
float: right;
width: 23%;
}

#catcontent {
    margin: 0px 25px 0px 25px;
    background-color: #FFFFB7;
    border: 1px dashed #808080;
  
}

#contenttext {
    margin: 5px 5px 5px 5px;
}

#menu {
margin-right: 5px;
margin-top: 5px;
float: right;
color: #FFF;
}


.menulink a:link {color:#FFF; text-decoration:underline}
.menulink a:visited {color:#FFF; text-decoration:underline}
.menulink a:active {color:#FFF; text-decoration:underline}
.menulink a:hover {color:#FFF; text-decoration:none}



.t {background: #FF9900; url(../images/dot.gif) 0}
.b {background: url('../images/dot.gif') repeat-x 0 100%; }
.l {background: url('../images/dot.gif') repeat-y 0 0; }
.r {background: url('../images/dot.gif') repeat-y 100% 0; }
.bl {background: url('../images/bl.gif') no-repeat 0 100%; }
.br {background: url('../images/br.gif') no-repeat 100% 100%; }
.tl {background: url('../images/tl.gif') no-repeat 0 0; }
.tr {background: url('../images/tr.gif') no-repeat 100% 0; padding:10px} 




#bookmarks {
font-size: 8pt;
}


img.sotdthumb{
	border: 1px solid #888;
	width: 85px;
	height: 66px;
	margin: 3px;


}


.limit_field {
   border: 0px solid transparent;
   
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   border-left:1px dotted #9EC2F3; border-right:1px dotted #9EC2F3; border-top:0px dotted #9EC2F3; border-bottom:1px dotted #9EC2F3; margin:3px 0; height:200px;
   width:300px;
   overflow:auto;
   
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   border-left:0px dotted #CBE2EC; border-right:0px dotted #CBE2EC; border-top:1px dotted #CBE2EC; border-bottom:1px dotted #CBE2EC; clear:both;
   margin:3px 5px;
   display:block;
   cursor:pointer;
   cursor:hand; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

legend {
   border-width: 1px;
   border-color: #5e74b3;
   border-style: dotted;
   padding:      3px;
   font-weight:  bold;
   color:        #5e74b3;
}
fieldset {
   border-width: 1px;
   border-color: #5e74b3;
   border-style: solid;
   background-color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

label {
   cursor: pointer;
}


table.comment {
   border-width: 1px;
   border-color: #5e74b3;
   border-style: dotted;
   margin-top:   5px;
}

tr.comment {
   background-color: #5e74b3;
   color: #FFFFFF;
}


#slideshow1 {
margin: 0px 0px 0px 0px;
height: 162px;
}



#shop {
width:100%;
margin: 0;
}



.head {
	font-size: 15px;
font-weight: bold;
}

#noresults {
    margin: 0px 0px 0px 25px;
}

#banner {
    margin: 0px 0px 0px 25px;
  }

.heading {
    font-size: 14px;
    margin: 0px 0px 0px 50px;
}

.categories {

    margin: 0px 25px 10px 25px;

}

#detail {
    margin: 0px 25px 10px 25px;
}

td {
	vertical-align: top;
	padding: 5px;
}



.mainsubcats {
    margin:0;
}

.mainsubcats a {
    font-size:9px;
    color: #000;
    font-weight:normal;
}

.small, .small a {
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: #0066CC;
	font-size: 9pt;
	text-decoration: none;
}

#pagination {
    margin: 0px 25px;
    float: right;
}

#links {
    font-size:13px;
    margin: 0px 25px 5px 25px;
    text-align: justify;
}

#links a:link {text-decoration:underline; color:#0066CC; font-weight:normal;}
#links a:visited {text-decoration:underline; color:#0066CC; font-weight:normal;}
#links a:active {text-decoration:underline; color:#0066CC; font-weight:normal;}
#links a:hover {text-decoration:none; color:#0066CC; font-weight:normal;}

#books {
    font-size:13px;
    margin: 0px 25px 5px 25px;


}

#books a:link {text-decoration:none; color:#0066CC; font-weight:normal;}
#books a:visited {text-decoration:none; color:#0066CC; font-weight:normal;}
#books a:active {text-decoration:none; color:#0066CC; font-weight:normal;}
#books a:hover {text-decoration:underline; color:#0066CC; font-weight:normal;}

.search {
margin: 0px 25px 5px 25px;
}


.linkshow {
padding-bottom: 3px;
	font-family: arial;
width: 100%;
border-bottom: 1px dashed #C1E0FF;
}





/*-------------------*/

#llinksa {
margin-left: 4px;
margin-top: 10px;
margin-right: 25px;
border: 1px solid #e0e0e0;
background-color: #F8F8F8;
}

#llinksb {
margin: 3px 3px 3px 3px;
}






/*-------------------*/

#bookmarks {
margin: 0px 25px 5px 25px;
font-size: 10px;
}

#bookmarks a:link {text-decoration:none; color:#0066CC; font-weight:normal;}
#bookmarks a:visited {text-decoration:none; color:#0066CC; font-weight:normal;}
#bookmarks a:active {text-decoration:none; color:#0066CC; font-weight:normal;}
#bookmarks a:hover {text-decoration:none; color:#0066CC; font-weight:normal;}








/* ---------FOOTER--------- */

#footer {
    margin: 5px 0px 0px 0px;
    background-color: #6C9D31;
    border-top: 1px solid #008000;
  border-bottom: 1px solid #008000;
}

#footertext {
    margin: 5px 5px 5px 5px;
}

#footertext a {
color: #fff;
} 