/* CSS Document */

html, body {
  margin : 0;
  padding : 0;
}

body {
  color: #4a4a4a;
  background : #EEEEEE;
  width : 100%;
  font-style: normal;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 0.9em;
}

img {
  border : none;
}

{
  color: #000000;
  font-weight: normal;
}

a:link {
  color: #000000;
  text-decoration: underline;
    font-weight: normal;
}

a:active {
  color: #000000;
  text-decoration: underline;
    font-weight: normal;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
    font-weight: normal;
}

a.menu-item:link {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1em;
}

a.menu-item:visited {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1em;
}

a.menu-item:hover {
  text-decoration: none;
  color: #6d646e;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1em;
}

a.menu-item:active {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1em;
}

#container {
  width : 100%;
  margin : 0px auto;
  border-bottom-width : 0px;
  line-height : 125%;
}

#redbar {
  text-align: left;
   background-color: #ff0000;
   font-weight: bold;
   font-size: 11px;
   padding: 5px 200px 5px 245px;
}

#redbar a:active, #redbar a:visited, #redbar a:link {
padding-right: 20px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

#redbar a:hover  {
padding-right: 20px;
color: #000000;
text-decoration: none;
font-weight: bold;
}


#wrap {
  background-color: transparent;
  margin: 0px 0px 0px 135px;
  padding: 20px;
}

#top h1 {
   padding: 2px;
   margin: 2px;
}

#search_form {
margin: 10px 0px 10px 80px
}

#top {
   margin: 0px 0px 0px 0px;
   height: 47px;
   padding : 1.5em;
   color: #ffffff;
   background: #000000;    
   text-align: left;
}

#nav {
   position:absolute;
   left:35px;
   top:27px;
   float : left;
   width : 180px;
   margin : 0px 0px 0px 0px;
   background: #FFFFFF url(images/logo.jpg) no-repeat top;
   border: 5px #EEEEEE solid;
   padding: 0px 0px 0px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
   margin-bottom: 40px;
}

#menu {
  margin: 130px 0px 0px 0px;
}

div#bigm {
margin: 0px 0px 0px 225px;
text-align: left;
line-height: 26px;
}

#bigm a {
margin-right: 3px; margin-bottom: 3px;
font-size: 11px;
background: #ffffff;
padding: 3px 5px 3px 5px;
}

#bigm a:link {
color: #000000;
text-decoration: none;
background: #ffffff;
white-space: nowrap;
}

#bigm a:visited {
color: #000000;
text-decoration: none;
background: #ffffff;
white-space: nowrap;
}

#bigm a:active {
color: #ff0000;
text-decoration: none;
background: #ffffff;
white-space: nowrap;
}

#bigm a:hover {
color: #ff0000;
text-decoration: none;
background: #ffffff;
white-space: nowrap;
}


#content {
   margin-left : 400px;
   padding : 1em;
}

.box {
  width: 100%;
}

.outer {
  background-color: #ffffff;
}

.title {
  font-weight: bold;

}

.money {
  font-weight: normal;
font-style: italic;
 color: #990000;
}

.tickler {
  font-weight: normal;

}

.catnum {
  font-weight: normal;

}

.price { 
  color: #990000;
}

.textfield {
  margin-bottom: 10px;
}

.email {
  margin-bottom: 10px;
}

.textarea {
  margin-bottom: 10px;
}

.radio_label {
  margin-bottom: 10px;
}

.field_checkbox {
  margin-bottom: 20px !important;
  margin-left: 10px;
}

.resulttable { 
  width: 90%;
}

.pointer,.hilite {
  background-color: #ffffff;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.grey {
  background-color: #cccccc;
 color: #000000;
 font-weight: bold;
font-size: 1.1em;
padding: 5px;

}
.blue {
  color: ##3d5cab;
font-weight: bold;
}

.box_title {
  font-size: 0.9em;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #000000;
  text-align: center; 
  padding: 5px;
}

h1, h2 {
  font-size: 1.0em;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #000000;
  text-align: left; 
  padding: 5px 5px 5px 5px;
}

.box_text {
font-size: 0.9em;
line-height: 1.7em;
text-align: center;
padding-left: 0px;
}

.box_text ul {
list-style-type: none;
list-style: none !important;
text-align: center;
margin-left: -25px;
margin-right: 10px;
}

a.side-link:active, a.side-link:visited,a.side-link:link {
color: #3d5cab;
text-decoration: underline;
}

a.side-link:hover {
color: #000000;
text-decoration: none;
}



.evenrow {
   border: none;
   background-color: #D7D4D4;
   font-weight: bold;
   padding: 3px;

}

.oddrow {
  border: none;
  background-color: #eeeeee;
  font-weight: bold;
  padding: 3px;
 
}

#footer {
   clear : both;
   margin : 0;
   background-color : transparent;
   text-align: center;
}

#nav p {
   margin : 0 0 1em 0;
}

#content h2 {
   margin : 0 0 .5em 0;
}

#contento {
	margin-left: 87px;
	margin-top: 30px;
	text-align: left;
	}

#footer img {
   float : right;
}

.smalltextatbottom {
clear : both;
margin : 0 0px 0px 0px;
background-color : transparent;
text-align: left;
color: #B9B5B5;
padding:2px;
font-size: 8px;
display: none !important;
}


.smalltextatbottom a:link, .smalltextatbottom a:visited, .smalltextatbottom a:active {
color: #B9B5B5;
}

.smalltextatbottom a:hover {
color: #A09C9C;
text-decoration: underline;
}

.tracklist {
	    padding-left: 20px;
}
.track {
	    font-size: x-small;
		    display: list-item;
			    list-style-type: square;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */
