<!--

/*
	
	extra.css
	=========
	This is for additional css rules that are not covered in either
	formatting.css or layout.css.
	
	
*/

div#column2 table.textImage {
	background: url(../../../interface/default/images/best_sellers_top.gif) top no-repeat;
	margin: 10px 0 0 0;
}

div#column2 table.textImage a {
	color: #A5342F;
	text-decoration: underline;
	display: block;
	text-align: right;
}

div#column2 table.textImage a:hover {
	text-decoration: none;
}

div#column2 table.textImage p {
	background: none;
	padding: 0 5px 5px 5px;
}

div#column2 table.textImage td {
	padding: 4px;
}

div#column2 table.textImage td.text {
	background: url(../../../interface/default/images/best_sellers_bottom.gif) bottom no-repeat; 
}

div#column2 a {
	color: #A5342F;
	text-decoration: underline;
	display: block;
	text-align: right;
}

div#column2 a:hover {
	text-decoration: none;
}



-->