/* CSS Document */

a {
color:#000000;
}

a:hover {
color:#333333;
}

a.link:link {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
}
a.link:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
}
a.link:hover {
	font-weight: normal;
	color: #E8B10E;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
}
a.link:active {
	font-weight: normal;
	color: #E8B10E;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;

}
a.bold_red_link:link {
	font-weight: bold;
	color: #DB1831;	
	font-family: Arial, Helvetica, sans-serif;
}
a.bold_red_link:visited {
	font-weight: bold;
	color: #DB1831;	
	font-family: Arial, Helvetica, sans-serif;
}
a.bold_red_link:hover {
	text-decoration:underline;
}
a.bold_red_link:active {
	text-decoration:underline;
}

.sale {
	font-size: 12px;
	text-decoration: none;
	line-height:34px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(/images/sale.jpg);
	background-repeat: no-repeat;
	background-position: 35px 0px;
	padding-left: 30px;
}
