body { 
  background: #fff url(/images/header_bg.jpg) repeat-x top left;
  color: #333; 
}

pre {
  background-color: #eee;
  padding: 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 gray;
  width: 100%;
}

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



.ProductListTitle{
  color:	#244;
  font-style: italic;
  font-size:	large;
}

.ProductListTitle a{
  color:	#244;
  font-size:	medium;
  text-decoration : none;
  font-style: italic;
  display:block;
  padding:10px 10px 10px 25px;
}

.ProductListTitle a:link{
  color:	#244;
  font-style: italic;
  font-size:	large;
  text-decoration : none;
}
.ProductListTitle a:active{
  color:	#244;
  font-style: italic;
  font-size:	large;
  text-decoration : none;
}
.ProductListTitle a:visited{
  color:	#244;
  font-style: italic;
  font-size:	large;
  text-decoration : none;
}


.ProductListActions{
  font-size:	x-small;
  text-align:	right;
  padding-left:	1em;
}

.ProductListLine0{
  background: #F2FAEB;
}

.ProductListLine1{
  background: #FBFBFB;
}


.affiliates .ProductListLine0{
  background: #F2FAEB;
}

.affiliates .ProductListLine1{
  background: #FBFBFB;
}


.affiliates {

	position: relative;
	top: -4px;
	left: -4px;

	width: 100%;
	border: 1px solid #000;
	background: #fff;

}

.affiliates th, .affiliates td {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

.affiliates .name {
	text-align: left;
	display:block;
	font-weight:bold;
}

.affiliates tr{
	background: #e6e6e6;
}

.affiliates tr.alt{
	background: #f1f1f1;
}

.affiliates th {
	color: #999;
}

.shadow{
	background: #919191;	
}









