@charset "UTF-8";
/* CSS Document */
#column td{
	margin:15px;
	padding:10px;
	border-left: 1px solid #CCC;
}

#best_header {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom:solid 1px #CCCCCC;
}

a.redbox, a.redbox:link, a.redbox:hover, a.redbox:visited{display:block; float:left; margin:0px 5px 4px 0px; padding:4px 6px; background-color:#990000;  color:#FFF; text-decoration:none; font-weight:normal; border-left:1px solid #CCC;}
a.orangebox, a.orangebox:link, a.orangebox:hover, a.orangebox:visited{display:block; float:left; margin:0px 5px 2px 5px; padding:4px; background-color:#CC6600;  color:#FFF; text-decoration:none; font-weight:normal; border-left:1px solid #CCC;}

a.redbox.right{
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

#bestframe {
	padding:0px;
	margin: 0px;
	width: 650px;
	position:relative;
	float:left;
	}

#best_header_iframe {
	background: #669933 url(../images/best_header_bg.jpg) repeat-x;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 0px;
	height:55px;
	clear:both;
}

.bs-disclaimer {
	font-size: 10px;
	line-height: 1.25em;
	margin: 5px;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

.pdflink {
	background: url(../images/pdf.gif) no-repeat;
	padding-left: 25px;
	width: 125px;
	padding-top: 3px;
	height: 22px;
	margin-top: 10px;
}
.best_bioler {
	font-size: 10px;
	line-height: 1.25em;
	margin: 5px;
	padding: 10px;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	clear: both;
}
.pubtrack_logo {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bestsellers_content {
	padding: 0px;
	margin: 0px;
	width: 480px;
	position:relative;
	float:left;
}
#bestseller_header {
	background: rgb(230, 230, 230);
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	height:55px;
	clear:both;
}
#sellerlist tr.selected td {
	background: #527B2A repeat-x;
	color: #ffffff;
	font-weight: bold;
	}

	#sellerlist tr td {
	padding: 5px;
	}

	.black16b {font-size: 16px; color: #000; font-weight:bold;}

	#legend {
	background: #F0F9D3;
	padding: 5px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #D7DFC0;
	}
#legend p {
	margin: 0px 0px 5px;
}
#sellerlist td>img {
	white-space: nowrap;
}
#sellerlist a, #sellerlist a:link {
	font-size: 11px;
}

#bestseller_right
{
padding: 0px;
margin: 20px 0px 0px 0px;
width: 150px;
position: relative;
float: right;
}

a {font-size: 12px;color: #990000;}

.bs-disclaimer a{
	font-size: 10px;
	}

a.greenbox, a.greenbox:link, a.greenbox:hover, a.greenbox:visited

{
	display: block;
	background-color: #990000;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
}

a.greenbox, a.greenbox:link, a.greenbox:hover, a.greenbox:visited

{
	display: block;
	background-color: #990000;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
}

a.greenbox, a.greenbox:link, a.greenbox:hover, a.greenbox:visited

{
	display: block;
	background-color: #990000;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
}

#middle_content2

{
	width: 480px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

span.awards{
	display: block;
	white-space: nowrap;
}

span.awards img{
	float: left;
	margin-right: 2px;
}

a.redbox.cherryround {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ED1C24;
}

a.redbox.purpleround {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #8704B3;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@import url(http://fonts.googleapis.com/css?family=Rye);

.xmasbanner {
  position: absolute;
  left: 50%;
  display: block;
  margin: 100px -200px;
  width: 400px;
  height: 60px;
  border: 1px solid #ED1C24;
  font: normal 30px/60px 'Rye';
  text-align: center;
  color: #FFF;
  background: #ED1C24;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0,0,0,.15) inset,
      				0 6px 10px rgba(0,0,0,.15);
}

.xmasbanner::before,
.xmasbanner::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -70px;
  top: 24px;
  display: block;
  width: 40px;
  height: 0px;
  border: 30px solid #ED1C24;
  border-right: 20px solid #ED1C24;
  border-bottom-color: #ED1C24;
  border-left-color: transparent;
  transform: rotate(-5deg);
}

.xmasbanner::after {
  left: auto;
  right: -70px;
  border-left: 20px solid #ED1C24;
  border-right: 30px solid transparent;
  transform: rotate(5deg);
}
.xmasbanner a {
  text-decoration: none;
  color: #fff;
}

#sellerlist tr:nth-child(even) td {
    background-color: #f5f5f5 !important;
}


#sellerlist a {
    color: #b9b343;
}

#best-content a {
    color: #135879;
}
