/* override static css */

div#main {
	width: 793px;
}
/* END override static css */

/* START:inline */
#store .entry form, #store .entry form div {
  display: inline;
}
/* END:inline */

.fieldWithErrors {
  padding: 2px;
  background-color: #bc0033;
/*  display: table;*/
  display: inline;
}



p.yellowhighlight
{  
font-family: "Lucida Sans"; 
font-size: 12px; 
color: #000000;
font-weight: normal;
border: 1px #999999 solid; 
background-color: #FFFF99;
}

td.border
{  
font-family: "Lucida Sans"; 
font-size: 12px; 
color: #000000; 
border: 1px #999999 solid; 
}


p.border
{  
font-family: "Lucida Sans"; 
font-size: 12px; 
color: #000000; 
border: 1px #999999 solid; 
}

a:link {color: #0000FF; text-decoration: none;}
a:visited {color: #0000FF; text-decoration: none;}
a:hover {text-decoration: underline; color: #0000FF;}
a.menu:link {color: #000000; text-decoration: none;}
a.menu:visited {color: #000000; text-decoration: none;}
a.menu:hover {color: #000000; text-decoration: underline;}
a.menutop:link { 
font-family: "Lucida Bright";
font-size: 14px; 
font-weight: bold;
color: #ffffff; 
text-decoration: none;
}
a.menutop:visited {
font-family: "Lucida Bright";
font-size: 14px;
font-weight: bold;
color: #ffffff; 
text-decoration: none;
}
a.menutop:hover {
font-family: "Lucida Bright";
font-size: 15px; 
font-weight: bold;
color: #ffffff; 
text-decoration: none;
}


.ListLine0 { 
background: #ccffcc; 
} 
.ListLine1 { 
background: #ffffcc; 
} 

#errorExplanation {
  width: 781px;
  border: 2px solid #bc0033;
  padding: 7px;
  padding-bottom: 12px;
  margin-top: 5px;
  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;
}

p.outdent { text-indent: -2.3em; margin-left: 2.3em; }

p.exam {
	margin-bottom: 0;
}

p.evalHeader
{
font-family: georgia; 
font-size: 13px; 
color: #004080;
font-weight: bold;
border-bottom: 1px #004080 solid; 
margin: 2px;
}

p.question {
	font-size: 12px; 
	font-weight: bold;
	margin-left: 10px;
	margin-top: 12px;
}
p.subquestion {
	font-size: 12px; 
	margin-left: 10px;
}
p.answer {
	font-size: 12px; 
	margin-left: 20px;
}
p.multipleChoice {
	font-size: 12px; 
	font-weight: bold;
	margin-left: 10px;
	margin-top: 12px;
}


fieldset {
	padding: 12px;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	border-top: 1px solid #9f8d79;
}

fieldset.final {
	padding: 10px;
	margin-bottom: 0px;
	background-color: #e8fcea;
	border: 5px solid #9f8d79;
}

fieldset p {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
}

fieldset.final p {
	color: #000;
}

fieldset legend {
	font-size: 14px;
	font-weight: bold;
/*	color: #393;*/
	color: #1A1818;
	padding: 0 5px;
}

fieldset legend span {
	color: #9f8d79;
	font-weight: normal;
	font-size: 80%;
}


fieldset input {
	padding: 3px;
	margin-bottom: 4px;
}

fieldset input.big {
	font-size: 16px;
	font-weight: bold;
}

fieldset small {
	font-size: 10px;
	line-height: 13px;
	color: #999;
}

fieldset hr {
	margin: 20px 0;
}

fieldset h3 {
	font-size: 12px;
	margin-bottom: 1px;
}

fieldset table th {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}

fieldset table td {
	font-size: 11px;
	font-weight: normal;
}

#checkout_h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}
#checkout_h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}
#payment {
  border: 2px solid yellow;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font-family: sans-serif;
  font-weight: bold;
}

#payment table th{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#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:inline */
#store .entry form, #store .entry form div {
  display: inline;
}
/* END:inline */

#cart {
  font-size: small;	
  color:     black;
  border: 2px solid yellow;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
}

#cart table {
  font-size: small;	
  color:     black;
  border-top:    1px dotted #595;
  border-bottom: 1px dotted #595;
  margin-bottom: 10px;
}

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

.item-price, .total-line {
  text-align: right;	
  margin-right: 2em;
  width: 8em;

}

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

.login h2 {
  font-family: "Arial"; 
  font-size: 16px;	
  color:     black;
  font-weight: bold;
}
.login p {
  font-size: 12px;	
  color:     black;
}

.login td {
  font-size: 12px;	
  color:     black;
}

.fake_header {
  font-family: "Arial"; 
  font-size: 16px;	
  color:     black;
  font-weight: bold;
}

/*Button Style*/
.red_button {
    float:left;
    height:auto;
    font:12px "Lucida Grande", Geneva, 
    Verdana, Arial, Helvetica, sans-serif;
    width:10em;
    text-align:center;
    white-space:nowrap;
}
/*Button Arrow Styles*/
.arrows {
    font-size:12px;
}
/*Button link styles*/
.red_button a:link, .red_button a:visited {
    color: #eee;
    background-color:#b3002c;
    font-size:12px;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em 0.4em 0.2em 0.4em;
    display:block;
}
.red_button a:hover {
    background-color:#89001a;
    color:#eee;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em 0.4em 0.2em 0.4em;
    margin: 0.2em;
}

input.btn { 
  color:#eee;
  font:12px "Lucida Grande", Geneva, 
  Verdana, Arial, Helvetica, sans-serif;
  font-weight:bolder;
  background-color:#b3002c;
  border-bottom:0.1em solid #555;
  border-right:0.1em solid #555;
  border-top:0.1em solid #ccc;
  border-left:0.1em solid #ccc;
  border-color: #696 #363 #363 #696; 
}

input.btnhov { 
  color:#eee;
  font:12px "Lucida Grande", Geneva, 
  Verdana, Arial, Helvetica, sans-serif;
  font-weight:bolder;
  background-color:#89001a;
  border-top:0.1em solid #777;
  border-left:0.1em solid #777;
  border-bottom:0.1em solid #aaa;
  border-right:0.1em solid #aaa;
  border-color: #c63 #930 #930 #c63; 
}

.login_message { 
  text-align: left;
  font-weight: bold;
  padding: 0px 5px 5px 0px;
  font-size: 16px;
  color:#ff0000; 
  margin: -7px;
}
