/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

.headImg {
	background-image: url(addtofavorites_header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 19px;
}
.secImg {
	background-image: url(addtofavorites_center.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 124px;
}

a.adf:hover {
	font-family:Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #A80000;
	text-decoration: underline;
}

a.adf:hover {
	font-family:Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #A80000;
	text-decoration: underline;
}
a.adf:link 
{
	font-family: Verdana;
	font-size: 11px;
	color: #A80000;
	text-decoration: none;
}
a.adf:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #A80000;
	text-decoration: none;
}
a.adf:active
{
	font-family:Verdana;
	font-size: 11px;
	color: #A80000;
	text-decoration: none;
}

.linkDiv
{
	clear:both;
	margin-bottom:3px; 
	margin-top:55px; 
	text-align:center; 
	height: 27px; 
}


html>body .adf 
{
	text-decoration: none;
	cursor:default;
	display:none;
} 


