/*	-------------------------------------------------------------
	Chart
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#divCharts
{
}
.chartsPadd h2
{
	width:242px ;
}
.chartPadd{
	padding: 0px 3px;
	color: #FFFFFF;
	width:242px;
	float:left;
}
.chartBot{

}
.chartItem
{	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	overflow:hidden;
	width:242px;
	border-bottom: solid 1px #8EADD1;
	border-top: none;
	border-left: none;
	border-right: none;
}
.charItemNum
{
	float: left; /*	height:125px;	*/
	vertical-align: top;
	width: 20px;
	padding-left: 3px;
	font-weight: bold;
}
.chartItemInfo
{
float:left;
/*	height:125px;	*/
width:180px;
}
.chartItemAuthor{}
.chartItemTitle
{
	color: #99ccff;
}
.chartItemPrice
{
	font-size: 100%;
	color: #F7F406;
}
.chartItemButtons
{
	vertical-align: top;
	float: right; /*	height:125px;	*/
	width: 31px;
	text-align: right;
}
.chartPadd ul li
{
	list-style-type: none;
}
a.qMark, a.addToCart {
	float: right;
	margin: 0px 0px 10px 0px;
	}

/*  New styles for homepage chart */

#topSellers {
	font-size: 94.1%;
}
#topSellers h3 {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	letter-spacing: -0.05em;
	color: #fff;
	background: url(/img/static/bg-h3.jpg) repeat-x;
	margin: 0 0 10px 0;
	padding: 0 8px;
}
#topSellers div.row {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8eadd1;
}
#topSellers div.rowL {
	width: 100px;
	float: left;
	margin: 0 7px 0 0;
}
#topSellers div.rowL a {
	position: relative;
	text-decoration: none;
	display: block;
}
#topSellers div.rowL a span {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px; height: 24px;
	line-height: 24px;
	font-size: 13px;
	letter-spacing: -0.025em;
	background: #e36b2e;
	text-align: center;
}
#topSellers div.rowR {
	width: 387px;
	float: left;
}
#topSellers div.row h4 {
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: -0.025em;
	color: #fff;
	margin: 0; padding: 0;
}
#topSellers div.row p,
#topSellers div.row p a
{
	color: #99ccfa;
}
#topSellers div.row p {
	height: 53px;
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: -0.025em;
	font-weight: bold;
}


#topSellers div.row a.btnBuy {
	height: 25px;
	line-height: 25px;
	background: url(/img/static/addcart.jpg) right top no-repeat;
	font-size: 2em;
	letter-spacing: -0.010em;
	text-decoration: none;
	text-align: right;
	color: #fff;
	display: block;
	padding: 0 80px 0 0;
	float: right;
}
#topSellers div.row a.btnBuy span {
	font-weight: bold;
	color: #eff429;
}
#topSellers div.row a.btnBuy em {
	float: left;
	text-align: left;
	text-indent: -9999px; line-height: 0.001em; font-size: 0.001em;
}
#topSellers div.row a.btnBuy:hover {
	background-position: right bottom;
}
