@charset "UTF-8";
/* IE6 Alert Message */

/*--------------------------------------------------------------
# ICKI Sports - May 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
# Amended by: AlbatrossUK Marketing
---------------------------------------------------------------*/
	
#ie6_alert {
	font-family:Verdana, Geneva, sans-serif;
	/*position: absolute;*/ /*--Delete if you dont to have this message overlayed--*/
	top: 0px;
	left: -20px;
	display: block;
	height: 220px;
	width: 100%;
	/* CSS3 standard */
	/*opacity:0.94;*/
	/* for IE */
	/*filter:alpha(opacity=94);*/
	background: #fff;
	border-bottom: 4px solid #999;
	z-index: 1001;
}

#ie6_alert div {
	width: 1000px;
	height: 210px;
	margin: 0 auto;
	color: #333;
	line-height: 20px;
	background: transparent url('../images/ie7.gif') no-repeat 0 0;
	padding-left: 256px;
}

#ie6_alert h2 {
	padding-top:16px;
	color: #ff0000;
	margin-bottom: 0;
}

#ie6_alert h3 {
	color: #4574A1;
	margin-bottom: 10px;
	width:650px;
	text-align:justify;
}

#ie6_alert p {
	font-size:12px;
	width:650px;
	text-align:justify;
}