body{
  font-family: "Lucida Grande", Helvetica, Verdana, Arial, "Lucida Sans", sans-serif;
}

/* Global Styles */

#notice {
    border: 2px solid red;
    padding: 1em;
    margin-bottom:2em;
    background-color:#f0f0f0;
    
}
.order_details {

background-color:#f0f0f0;
border:1px solid #333333;
}
.white_box {
background-color:#ffffff;
}
/* styles for admin */
#product-list .list-title {
    color: #244;
    font-weight: bold;
    font-size: larger;
    
}

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

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

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

#product-list .list-line-odd {
    background: #f8b0f8;
    
}


/* styles for header */
#header-container{
  position:relative;
  font-family: "Lucida Grande", Helvetica, Verdana, Arial, "Lucida Sans", sans-serif;
  color: #10222b;
}
.search-login{
  float:right;
  margin-right:10px;
  width: 205px;
}
.search-box p{
  margin-top: 2px;
  margin-bottom: 2px; 
}
.search-login h3{
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 2em;
}
.search-login input{
  background-color:#f6ffe0;
  border: 1px solid #10222b;
}
.search-login .submit input{
  float:right;
  margin-right: 10px;
  cursor:pointer;
}
.search-login .submit input:hover{
  background-color:#e3e2bf;
}
/* styles for top navigation */
#main-top-nav{
  width: 700px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 0px;
}
#main-top-nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align:center;
}
#main-top-nav ul li{
  display: inline;
  margin: 0 15px;
}
#main-top-nav ul li a{
  color:#10222b;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
#main-top-nav ul li a:hover{
  color: #40525a;
}
/* styles for navigation */

#navigation ul{
  list-style:none;
  margin:0;
  padding:0;
}
#navigation ul li.list-top{
  height:25px;
  background: transparent url(/images/list-top.png) no-repeat top left;
}
#navigation ul li.list-bottom{
  height:25px;
  background: transparent url(/images/list-bottom.png) no-repeat top left;
}
#navigation ul li.list-top:hover{
  background: transparent url(/images/list-top.png) no-repeat top left;
}
#navigation ul li.list-bottom:hover{
  background: transparent url(/images/list-bottom.png) no-repeat top left;
}
#navigation ul li{
  width: 214px;
  border: 0 !important;
  background: transparent url(/images/list-sides.png) repeat-y top left;
}
#navigation ul li:hover{
  background: transparent url(/images/list-sides-hover.png) repeat-y top left;
}
#navigation ul li a{
  background: transparent;
  display:block;
  padding: 5px 5px 5px 0.5em;
  margin-left:0px;
  border-right:0;
  color:#10222b;
  text-decoration:none;
}
#navigation ul li a:hover{
}
/* 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 {
    padding-top:2ex;
    padding-left: 1.5em;
    background: transparent url(/images/bg-gradient.png) repeat-x top left;
}

#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:#333333;
    
}

/* Add 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:#277;

}


#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;
}

#store .entry form, #store .entry form div {
    display: inline;
}


/* styles for cart in main page and side */
.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 cart in side bar */

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

}


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

/*styles for order form */

.depot-form fieldset {
    background: #fff; 
}
.depot-form legend {
    color: #dfd;
    background:#666600; /* #141*/
    font-family:sans-serif;
    padding:0.2em 1em;
}
span.apply-now a{
  font-weight: 600;
  text-decoration: underline;
  color: #aec082;
}

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