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

#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 main page */

#banner {
	background: #5D0818 url(../images/topLeft.jpg) no-repeat left top;
	font: small-caps 40px/40px "Times New Roman", serif;
	color: #282;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100px;
	border: thin solid #4A7840;
}

#banner img {
	float: left;
	margin: 0px 0px 0px 180px;
	padding: 0px;
	border: thin none #000000;
}

#columns {
	background: #4B7AA0;
	margin: 0px;
	padding: 0px;
	border: thin solid #4A7840;
}

#main {
	margin-left: 150px;
	padding-top: 2em;
	padding-left: 2em;
	background: #D5E8F7;
	padding-right: 20px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#side {
	float: left;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 1em;
	width: 140px;
	background: #4B7AA0;
	margin: 0px;
	padding-right: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: right;
}

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

#footer {
	background: #5D0818;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: 130px;
	margin: 0px;
	padding: 0px;
	border: thin solid #4A7840;
}

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

/* And entry in the store catalog */

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

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

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


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


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

/* 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;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #4A7840;
}

.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	margin: 40px;
	padding: 40px;
	border: thin solid #000000;
	clear: both;
}

#contentRight {
	float: right;
	width: 600px;
	padding: 5px;
	border: thin solid #000000;
	margin: 5px;
	margin-right:50px;
	background-color: #FFFFFF;
}
