/* CSS Document */
A{
	color:#0066CC;
	border:none;
	text-decoration:none;

}
A:hover 
{
	color:#FF6600;
}

A.small
{
	font-size:10px;
	font-weight:100;
}


A.footer_links, A.footer_links:visited, A.footer_links:active
{
	margin-right:10px;
	color:#333333;
	text-decoration:underline;
	text-transform:lowercase;

}
A.footer_links:hover{

	color:#FFFFFF;
}



A.tabs#active, A.tabs:hover,A.tabs#dark:hover{

	color:#000000
}


A.model_page_list, A.model_name{

	text-decoration:none;
	color:#666666;
	margin-right:3px;
	margin-top:-5px;
	font-size:36px;
}
A.model_page_list:hover,A.model_page_list#active{

	color:#FF3300;

}

A.shortlist{
	
	width:65px;
	height:16px;
	display:block;
	
	cursor:pointer;
	margin:0px;
	padding:0px;
	
	background-image:url(/graphics/slices/add.png);
	background-repeat:repeat;
	background-position:top left;
}

A.shortlist#remove{

	background-image:url(/graphics/slices/remove.png);
}



