/* Global styles */

/* START:notice */
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
/* END:notice */

/* Styles for admin/list */

#location-list .list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

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


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

#location-list .list-line-even {
  background:   #ffffff;
}

#location-list .list-line-odd {
  background:   #E6E6FA;
}


/* Styles for main page */
#banner {
  background: url('/images/banner-background.jpg'); /*#4682B4 ;*/
  /*padding-top: 1px;*/
  padding-bottom: 100px;
  border-bottom: 3px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #4682B4;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
  background: #E6E6FA;
}

#main {
  margin-left: 10em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
  font-family:Lucida Grande, Tahoma, Arial, sans-serif;
}

/* side menu */
#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 9em;
  background: #E6E6FA;
}

#side a {
  color:#336699;
  font-size: medium;
}

.sidemenu{
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
  width: 8em /*170px;*/
}

.sidemenu li{
  padding-bottom: 2px;
}

.sidemenu li a{
  background:  url('/images/sidemenu-bullet.png') no-repeat center left;
  color: navy;
  display: block;
  width: 100%;
  padding: 2px 0;
  padding-left: 20px;
  text-decoration: none;
  font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
/*border-bottom: 1px solid #B5B5B5;*/
}

.sidemenu li a:visited{
  color: navy;
}

.sidemenu li a:hover{
  color: black;
  background-color: #F3F3F3;
  text-decoration: none;
}

#show-image-flex {
  float: right;
}

#show-image {
  float: right;
  /*width: 200px;*/
  background-color: lightyellow;
  padding: 5px;
  border: 1px dashed gray;
  color: black;
  text-decoration: none;
}

#show-image-right {
  float: right;
  /*width: 200px;*/
  background-color: lightyellow;
  padding: 5px;
  border: 1px dashed gray;
  color: black;
  text-decoration: none;
}

#show-image-left{
  float: left;
  /*width: 200px;*/
  background-color: lightyellow;
  padding: 5px;
  border: 1px dashed gray;
  color: black;
  text-decoration: none;
}

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

/* And 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;
  float: left;
}

/* 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 */

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

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

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

.user-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;
}


/* ------------- masthead styles */

#masthead {
	margin-bottom: 1.75em; 
	padding-top: 1px;
	background: #ABD240;
}

#homelink {
	display: block;
	margin: 1em 2em 1em; 
	padding: 2em 0 0.5em 1em;
	background: url(../images/curl.gif) 100% 100% no-repeat;
}
#navlinks {
	margin: 0; 
	padding: 0.5em 3em;
	background: #686397; 
	color: #FFF;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #D4EC84;
}

#today {
	margin-top: -1.66em; 
	padding: 0 2em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

div#sidebar {
	background: white;
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	width: 150px;
	float: right;
	text-align: center;
}

#sidebar h4 {
	text-align: left;
	font-size: 12px;
	font-family: verdana, sans-serif;
	background: #686397;
	padding-left: 18px;
	border-bottom: 1px solid #c6c6c6;
	color: #D4EC84;
}

div#nscontent {
	width: 800px;
	margin: 0 auto:
}

div#content {
	width: 600px;
	float: left;
	margin-right: 50px;
}

div#container {
	margin: 0 auto;
	padding-top: 20px;
    	width: 800px;
	text-align: left;
}

div#abroad a {
	text-align: left ;
}

table {
  font-size: 12px;
  color: #333;
  background-color: #fff;
  font-family: verdana, sans-serif;
}

body {
  font-size: 12px;
  padding: 0 0 20px 0;
  margin: 0;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-family: verdana, sans-serif;
}
	  
/* auto complete */

div.auto_complete {
 width: 350px;
 background: #fff;
}

div.auto_complete ul {
 border:1px solid #888;
 margin:0;
 padding:0;
 width:100%;
 list-style-type:none;
}

div.auto_complete ul li {
 margin:0;
 padding:3px;
}

div.auto_complete ul li.selected { 
 background-color: #ffb; 
}

div.auto_complete ul strong.highlight { 
 color: #800; 
 margin:0;
 padding:0;
}

