table.detail  tr:nth-child(odd){
background: whitesmoke;

}
.sku{
		width:35%;
	}
.asin {
		width: 30%;
	}
.quantity{
		width: 15%;
		text-align: right;
	}
.price
{
	width:20%;
	text-align: right;	
	
}	
.top-ten-product {
	list-style-type: none;
	margin-left: -40px
	
}
.top-ten-product_li {
	padding: 10px;
	border-bottom: 1px solid #DDD;
	color: #555;
}
.count {
	padding: 2px 3px;
	background: none repeat scroll 0% 0% #7AA93C;
	color: #FFF;
	border: 1px solid #6D9836;
	border-radius: 5px;
	float: right;
	min-width: 20px;
	text-align: center;
}
#out_of_stock {
	height:20px; width:20px; background:red;
}
#in_stock {
	height:20px; width:20px; background:green;
}
.border_table{
	border: 2px solid #1B63A5;
	background: #1B63A5;
	font-size: 15px;
	color: #fff;
}
/*.border_table :hover {
	border: 2px solid #1B63A5;
	background: #1B63A5;
	font-size: 15px;
	color: #fff;
}*/
.qualified_lead {
	margin-left: 37%;
	background: #46BFBD;
	height:20px;
	width:20px;
}
.new_lead {
	margin-left: 37%;
	background: #F7464A;
	height:20px;
	width:20px;
}












