div.rightTitle {
}

div.rightTitle img {
  border-style: none;
} 

div.rightColumnTodaysQuote {
  margin-left: 5px;
  margin-top: 5px;
  background: url('/siteimages/rightcolumn_todaysQuote.jpg') no-repeat;
  background-color: #f4e3c9;
  width: 210px;
  min-height: 105px;
  color: #000000;
  padding-top: 30px;
  font-size: 10px;
}

div.rightColumnTodaysQuote A {
  color: #660000;
  text-decoration: underline;
}

div.rightColumnTodaysQuote A:hover {
  color: #000000;
  text-decoration: underline;
}

div.rightColumnTodaysQuoteFooter {
  margin-left: 5px;
  background: url('/siteimages/rightcolumn_todaysQuote_footer.gif') no-repeat;
  width: 210px;
  height: 14px;
  font-size: 10px;
}

div.rightColumnBoxContent {
  padding: 5px;
}

/* Best Sellers */

div.box {
  margin-left: 9px;
  margin-top: 10px;
  padding: 0px;
  text-align: left;
  width: 200px;
  background-color: #eeeeee;
}
 	
div.boxContent {
  padding:10px;
  padding-bottom: 15px;
  text-align: center;
}
				
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

div.tlc, div.trc, div.blc, div.brc {
  background-color: transparent;
  background-repeat: no-repeat;
}

div.tlc {
  background-image:url('/siteimages/box/tlc.gif');
  background-position: 0% 0%;
}

div.trc {
  background-image:url('/siteimages/box/trc.gif');
  background-position: 100% 0%;
}
	
div.blc {
  background-image:url('/siteimages/box/blc.gif');
  background-position: 0% 100%;
}

div.brc {
  background-image:url('/siteimages/box/brc.gif');
  background-position: 100% 100%;
}

div.tb, div.bb {
  background-color: transparent;
  background-repeat: repeat-x;
}
			
div.tb {
  background-image:url('/siteimages/box/tb.gif');
  background-position: 0% 0%;
}

div.bb {
  background-image:url('/siteimages/box/bb.gif');
  background-position: 50% 100%;
}
	
div.rb {
  background-image:url('/siteimages/box/r.gif');
  background-position: 100% 0%;
  background-repeat: repeat-y;
}

div.lb {
  background-color: #eeeeee;
  background-image:url('/siteimages/box/l.gif');
  background-position: 0% 100%;
  background-repeat: repeat-y;
}

.boxImage {
  border: 3px solid #ff9900;
  padding: 3px;
}

div.rightColumnbestsellerCategory {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

div.rightColumnbestsellerCategory A {
  color: #ffcc00;
  text-decoration: none;
}

div.rightColumnbestsellerCategory A:hover{
  color: #ffffff;
  text-decoration: none;
}

/* Best seller */

div.rightColumnArtist {
  text-align: center;
}

div.rightColumnArtist A {
  color: #ff6600;
  text-decoration: none;
  font-weight: bold;
}

div.rightColumnArtist A:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

div.rightColumnArtistDescription {
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  padding: 3px;
  padding-bottom: 23px;
  font-size: 10px;
  text-align: left;
}

div.rightColumnArtistDescriptionMore {
  float:right;
  margin-right: 5px;
  margin-top: 5px;
}

div.rightColumnBookSearch {
  color: #ffffff;
  text-align: left;
  padding: 0px 8px;
  font-weight: normal;
}

div.rightColumnBookSearch A {
  color: #ffcc00;
  text-decoration: none;
}

div.rightColumnBookSearch A:hover {
  color: #000000;
  text-decoration: none;
}