body { background-color: white; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

h1, h2, h3 {
	color: #8C3B17;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

dt {
  font-weight: bold;
  clear: right;
}

a { color: #339; }
a:visited { color: #696; }
a:hover { color: #F57000; background-color:#D3EAB9; }

img {
	border: none;
}

/* Official colors */
.blue {
	color: #339;
}

.orange {
	color: #F57000;
}

.brown {
	color: #8C3B17;
}

.thin {
	font-weight: normal;
}

.catchy {
	color: #CF3030;
	background-color: #FFF0E4;
	border: 1px solid;
	padding: 0pt 8px;
	margin-left: 25px;
}

#address {
	position: absolute;
	top: 15px;
	left: 245px;
	font-size: 11px;
	line-height: 15px;
}

#toplinks {
	position: absolute;
	top: 5px;
	right: 15px;
	font-weight: bold;
}

#toplinks ul {
	list-style: none;
	text-align: right;
}

dd ul {
	margin: 0;
	padding: 0;
}

#product_matrix td {
	vertical-align: top;
	padding: 5px;
}

.product_photo {
	height: 125px;
	width: 125px;
}

.part_photo {
	height: 125px;
}

.part_photo_in_list {
	float: right;
	height: 60px;
	margin-bottom: 10px;
}

.image_cell {
	text-align: center;
}

.motto {
	position: relative;
	bottom: 3px;
	margin-left: 0em;
	padding: 6px 1em 6px 1em;
	font-size: 13px;
	font-weight: bold;
	color: #F57000;
}

.footer {
	clear: both;
	padding-top: 12px;
	text-align: center;
	color: #999;
	font-size: 10px;
}

.footer a { color: #66c; }
.footer a:hover { color: #F57000; background-color:#D3EAB9; }

.lcol {  /* left column, narrow */
	float: left;
	width: 282px;
	min-height: 592px;
	margin-right: 10px;
	border-right: 1px solid #bbb;	
}

.rcol {  /* right column, wide */
	padding-left: 300px;
	padding-right: 10px;
}

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

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

