* {
padding: 0;
margin: 0;
}

p{
font-size: 1.4em;
border-top: 2px solid #000;
}

body{
background-color: #333;
}

.gothere, .gothere a{
display: inline;
padding-left: 20px;
font-size: 25px;
background-color: #FF0;
text-decoration: none;
float: right;
background-color: #225524;
background-color: #444;
color: #EEE;
text-transform: uppercase;
padding: .6em;
border-bottom-left-radius: 10px;
border-left: 2px ridge #888;
border-bottom: 2px ridge #888;
}

.gradient{
background: rgb(118,118,130); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(118,118,130,1) 0%, rgba(84,84,84,1) 19%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(118,118,130,1)), color-stop(19%,rgba(84,84,84,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(118,118,130,1) 0%,rgba(84,84,84,1) 19%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(118,118,130,1) 0%,rgba(84,84,84,1) 19%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(118,118,130,1) 0%,rgba(84,84,84,1) 19%); /* IE10+ */
background: linear-gradient(135deg,  rgba(118,118,130,1) 0%,rgba(84,84,84,1) 19%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767682', endColorstr='#545454',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.hidden{
display: none;
}

.subtitle{
border-top: 1px solid #555;





/* don't allow text to be highlighted */
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;

padding-left: 20px;
font-size: 25px;
background-color: #FF0;

text-align: left;
background-color: #225524;
color: #EEE;
text-transform: uppercase;
padding: 1em;


    
/*padding: 10px;*/

}

.collapsed{
/* this part should match the expanded section */

margin-bottom: 30px;
height: 30px;
line-height: 30px; /*must be the same as the hieght so we can center text in here*/
background-color: #FF0;
cursor: pointer;
}

.expanded{
/* this part should match the collapsed section */

margin-bottom: 30px;
height: auto;
background-color: #FEB;
cursor: pointer;
}

#container{
max-width: 700px;
margin: 50px auto;
border-top: 7px solid #222;
border-right: 7px solid #2D2D2D;
border-left: 7px solid #2D2D2D;
background-color: #CDD;
border-top-right-radius: 1.4em;
}

#content{
width: 80%;
float: left;
background-color: #FEB;
}

#content p{
padding: 3em;
}

#head{
background-color: #FFF;

background: rgb(223,222,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,222,219,1) 0%, rgba(239,238,235,1) 13%, rgba(255,254,251,1) 37%, rgba(255,254,251,1) 65%, rgba(239,238,235,1) 89%, rgba(223,222,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,222,219,1)), color-stop(13%,rgba(239,238,235,1)), color-stop(37%,rgba(255,254,251,1)), color-stop(65%,rgba(255,254,251,1)), color-stop(89%,rgba(239,238,235,1)), color-stop(100%,rgba(223,222,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(223,222,219,1) 0%,rgba(239,238,235,1) 13%,rgba(255,254,251,1) 37%,rgba(255,254,251,1) 65%,rgba(239,238,235,1) 89%,rgba(223,222,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(223,222,219,1) 0%,rgba(239,238,235,1) 13%,rgba(255,254,251,1) 37%,rgba(255,254,251,1) 65%,rgba(239,238,235,1) 89%,rgba(223,222,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(223,222,219,1) 0%,rgba(239,238,235,1) 13%,rgba(255,254,251,1) 37%,rgba(255,254,251,1) 65%,rgba(239,238,235,1) 89%,rgba(223,222,219,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(223,222,219,1) 0%,rgba(239,238,235,1) 13%,rgba(255,254,251,1) 37%,rgba(255,254,251,1) 65%,rgba(239,238,235,1) 89%,rgba(223,222,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdedb', endColorstr='#dfdedb',GradientType=0 ); /* IE6-9 */


color: #333;
/*text-shadow: 0 0 3px #FFF,
      -1px 0 #FFF, 0 1px #FFF,
      1px 0 #FFF, 0 -1px #FFF;*/
text-shadow: 1px 1px 0px #333, 0 0 2px #FFF;
text-align: center;
border: 7px solid #2D2D2D;
padding: 1.2em;
/*margin-top: 1px;
margin-bottom: 1px;*/
font-family: 'Original Surfer', cursive;
}

#footer{
height: 3em;
}

/*menu*/
#menu{
width: 20%;
float: left;
}

#menu ul li{
list-style-type: none;
}

#menu ul li.active, #menu ul li a.active{
background-color: #ACB;
color: #224;
border-bottom: 1px solid #567;
border-top: 1px solid #456;
}

#menu ul li a, #menu ul li.active{
box-shadow: inset 8px 0 6px -6px #444;
}

#menu ul li a {
padding: .4em;
display: block;
font-size: 2em;
color: #000;
text-decoration: none;
font-family: lucida-console;
background-color: #CCB;
border-bottom: 1px solid #567;
border-top: 1px solid #456;
margin: 5px 0;
}

#menu ul li.hover{
border-bottom: 1px solid #567;
border-top: 1px solid #456;
}

#menu ul li a:hover{
background-color: #294;
color: #ACB;
border-bottom: 1px solid #567;
border-top: 1px solid #456;
}





/*tables*/
table.sale{
margin: 0;
padding: 4% 9%;
border-collapse: collapse;
}

table.sale th{
text-align: left;
background-color: #225524;
color: #EEE;
text-transform: uppercase;
padding: 1em;

 text-shadow:
      -1px 2px 0 #000,
    1px 1px 0 #AAA;
}

table.sale th{
padding: .6em;
text-align: center;
}

table.sale td{
padding: .2em;
/*box-shadow: 0px 0px 20px #FFF;***/
}

table.sale tr:nth-child(odd){
background-color: #FFF;
border-top: 1px solid #FFF;
}

table.sale tr:nth-child(even){
background-color: #CCC;
border-top: 1px solid #EEE;
}

table.sale tr:hover{
}

table.sale tr:hover{
/*background-color: #DADACA;*/
background-color: #D6E6D6;
}

table.sale a{
width: 100%;
height: 100%;
display: block;
color: black;
text-decoration: none;
}
