/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-color: #3A5D73;
}

#wrapper {
	width: 656px;
	margin: auto;
    position: absolute;
}

/* 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 {
	color: #92D340;
	font-size: 4.5em;
    font-weight: bold;
    height: 140px;
    width: 465px;
	margin-left: 205px;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-image: url(http://www.jeffherman.com/images/books.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    text-align: center;
    
}

#banner em {
	color:#FFC605;
}

#divlogo {
	height: 95px;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	background-image: url(http://www.jeffherman.com/images/booksquare.png);
	text-align: center;
	padding-top: 45px;
	font-size: 3em;
	float:  left;
}
#columns {
  background: #141;
}

#colRight {
	min-height: 600px;
	width: 459px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute; left: 205px;
	background: #7495AB;
	padding: 8px;
    
}

#colRight h1 {
	margin-top: 5px;
}


#colLeft {
	width: 175px;
	height: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32556B;
    margin-right: 0px;
	padding: 0px;
	background-color: #3A5D73;
    float: left;
}

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

h1 {
  font:  200% sans-serif;
  color: #92D340;
  border-bottom: 3px dotted #15669c;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-color: #32556B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #32556B;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #32556B;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A5D73;
	background-image: url(images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #365D7A;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #365D7A;
	color: #B4FF05;
}

/* Individual catalog entry */

#store  .entry {
  border-bottom: 1px dotted #15669c;
  padding: 1em;
}

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

#store .entry img {
  width: 75px;
  float: left;
  margin-right: 5px;
  padding: 5px;
  background: #FFC605;
}

#store .entry  a img { border:none; }

#product_title {
 text-align: left;
 font-size: x-large;
 margin-bottom: 2px;
 color: #15669c;
}

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

#store .entry .price-line {
  text-align: right;
}

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

#store .entry  .price {
  color: #15669c;
  font-weight: bold;
  font-size: large;
  vertical-align: 4px;
}

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