#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

#auction-list .list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

#auction-list .list-image {
  width:        60px;
  height:       70px;
}

#auction-list .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

#auction-list .list-line-even {
  background:   #FFFFFF;
}

#auction-list .list-line-odd {
  background:   #EAEAEA;
}

/*#auction-list td {*/
  /*cursor: pointer;*/
/*}*/

#notice {
  margin:0px 50px 30px 130px;
  border: 2px solid red;
  padding: 10px;
  background-color: #f0f0f0 ;
  font-weight: bold;
  font-size: 90%;
  width:70%;
}

#main {
  margin-left: 10em;
  margin-right: 10em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
}

h1 {
  font: 18px bold;
  color: #2e6ab1;
/*  border-bottom: 1px solid #2e6ab1;*/
  text-transform: uppercase;
}

h2 {
  font: 16px bold;
  color: #2e6ab1;
  border-bottom: 1px solid #2e6ab1;
  text-transform: uppercase;
}

hr {
  color: #2e6ab1;
  height: 1px;	
}

/* An 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;
}

#store .entry form, #store .entry form div {
  display: inline;
}

.auction-form fieldset {
  background: #efe;
}

.auction-form legend {
  color: #dfd;
  background: #141;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.auction-form label {
  width: 20%;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.auction-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;
}

#map-holder {
  float: right;
}

#auction-list {
 float: left;
}

.clearfix {
  display:block;
}

#image_list {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
}

#image_list li {
  background:#DDDDDD none repeat scroll 0%;
  border:1px solid #CCCCCC;
  float:left;
  height:235px;
  margin:0pt 10px 10px 0pt;
  padding:5px;
  text-align:center;
  width:155px;
  cursor: move;
}

.tabular_columns {
  float: left;
  width: 30%;
}

.hard-break {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-all; /* Internet Explorer 5.5+ */	
}

.no_photo_link {
	color: #ccc;
	text-decoration: none;
}
