/* Global styles */
#notice { 
border: 2px solid red; 
padding: 1em; 
margin-bottom: 2em; 
background-color: #f0f0f0;
font: bold smaller sans-serif;
} 
/* black_points class */
.black_points {
  color: black;
  background-color:white;
}
/* silver_points class */
.silver_points {
  color: silver;
  background-color:white;
}
/* red_points class */
.red_points {
  color: red;
  background-color:white;
}
/* gold_points class */
.gold_points {
  color: gold;
  background-color:white;
}

/* Styles for scores/index */

#score-list table {
        border-collapse: collapse;
        width:200px;
}
#score-list th {
  background-color:yellow;
  color:blue;
}

#score-list tr td {
        padding: 5px;
        vertical-align: top;
        width: 30px;

}

#score-list .list-image {
  width:        60px;
  height:       70px;
}

#score-list .list-description {
  width:        60%;
}

#score-list .list-description dl {
        margin: 0;
}

#score-list .list-description dt {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

#score-list .list-description dd {
        margin: 0;
}

#score-list .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

#score-list .list-line-even {
  background:   #e0f8f8;
}

#score-list .list-line-odd {
  background:   #f8b0f8;
}
table#scores th.hilite,td.hilite{
  background-color: yellow;
}


/* Styles for main page */

#banner {
  background: #9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #282;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
  background: #141;
}

#main {
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 4ex;
  padding-left: 2em;
  padding-right: 2em;
  background: white;
}
#instructions {
// border: 2px solid red;
padding: 1em;
margin-top: 2em;
margin-bottom: 2em;
// background-color: #f0f0f0 ;
// font: bold smaller sans-serif;
}
#announcements {
// color: #00AA00 ;
}

#errorMessage {
border: 2px solid red;
padding: 1em;
margin-bottom: 2em;
background-color: #f0f0f0 ;
font: bold smaller sans-serif;
}
#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 14em;
  background: #141;
}

#side a {
  color: #bfb;
  font-size: small;
}

h1 {
//  font:  150% sans-serif;
  color: #226;
//  border-bottom: 3px dotted #77d;
}

h1.search {
  text-align: center;
}

h2.search {
  text-align: center;
}

/* An entry in the store catalog */

#store  .entry {
  border-bottom: 1px dotted #77d;
}

#store  .title {
  font-size: 120%;
  font-family: sans-serif;
}

#store .entry img {
  width: 75px;
  float: left;
}


#store .entry h3 {
 margin-bottom: 2px;
 color: #227;
}

#store .entry p {
 margin-top: 0px; 
 margin-bottom: 0.8em; 
}

#store .entry .price-line {
}

#store .entry .add-to-cart {
  position: relative;
}

#store .entry  .price {
  color: #44a;
  font-weight: bold;
  margin-right: 2em;
}

/* START:cart */
/* Styles for the cart in the main page and the sidebar */

.cart-title {
  font: 120% bold; 
}

.item-price, .total-line {
  text-align: right;	
}

.total-line .total-cell {
  font-weight: bold;
  border-top: 1px solid #595;
}


/* Styles for the cart in the sidebar */

#cart, #cart table {
  font-size: smaller;	
  color:     white;
}

#cart table {
  border-top:    1px dotted #595;
  border-bottom: 1px dotted #595;
  margin-bottom: 10px;
}
/* END:cart */

/* Styles for order form */

.depot-form fieldset {
  background: #efe;
}

.depot-form legend {
  color: #dfd;
  background: #141;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.depot-form label {
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.depot-form .submit {
  margin-left: 5.5em;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
#user_nav {
  float: right;
  font-size: 12px;
}
ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 350px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
    height: auto;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: white;
}
.block h2 {
	font-size: 1.8em;
}
.block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}
.checkform {
    text-align:center;
}
.bottomlinks{
    text-align:left;
    background:#0f0;
}
#links {
    background:brown;
}

code.highlighted_name { color: red; }

#quicksearch {
    align: center;
}
.search_text {
  border: 5px blue solid;
}
