#recenthistory label, #bestsellers label {
	font: bold 13px arial;
	color: white;
	display: block;
	background-color: #333399;
	padding: 3px;
  margin: 0px 0px 10px 0px;
}

#recenthistory td {
	font: normal 11px arial;
	color: black;
	width: 170px;
}

#recenthistory {
	margin-top: 10px;
	border: solid 1px #333399;
}

#rightCol {
  position: absolute;
  top: 0px;
  left: 810px;
  width: 170px;
  text-align: center !important;
  margin-top: 10px;
}

#showcart {
  width: 168px;
  background: url(/lib/ozonepark/runningcart-back.jpg) center left no-repeat;
  border: solid 1px white;
  font: normal 11px arial;
  color: #333399;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin-bottom: 10px;
  border: solid 1px #333399;
}

#showcart label { 
  display: block;
  font: bold 11px arial;
  margin-bottom: 5px;
}

#showcart a { 
  font: normal 11px arial;
  text-decoration: none;
}

#showcart a:hover {
  text-decoration: underline;
} 

#showcart br {
  font-size: 3px;
}

#bestsellers {
  border: solid 1px #333399;
  margin-top: 10px;
  font: normal 11px arial !important;
}
#bestsellers td {
  font: normal 11px arial !important;
}

#bestsellers a, #bestsellers s, #bestsellers font {
	font: normal 11px arial !important;
}

#bestsellers label font {
	font: bold 12px arial !important;
}

#rightImg {
  border: solid 1px #333399;
}

.rbsLastCell {
  padding-left: 3px;
  padding-right: 3px;
}

#recenthistory a:visited { color: #0033cc }
