/*
 * Stylesheet per il Banner dello store di Toro News 
 * CSS STYLESHEET 
 * v 1.0
 */


.store {
	border-color:#81191A;
	border-style:solid;
	border-width:10px 1px 1px;
	display:block;
	height:220px;
	margin-top:15px;
	width:938px;
}
.pageHeading  {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
	padding-left:4px;
}
.red {
	color: #7c1d21;
}
.black {
	color: #000000;
}
a {
	text-decoration: none;
}
.pr_name {
	font-family: Arial;
	font-size: 12px;
	color: #860a0b;
	text-decoration: none; 
	font-weight: bold;
}
.pr_name:link:hover:visited:active {
	color: #860a0b;
	text-decoration: none; 
}
.pr_name_info {
	font-family: Arial;
	font-size: 14px;
	color: #860a0b;
	text-decoration: none; 
	font-weight: bold;
}
.pr_price {
	color:#000000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}