@charset "utf-8";
/* Alco Tube CSS Document */


.ALCOTUBEStyles {
	font:  bold normal 11px Verdana, Geneva, sans-serif;
	color: #666;
}

.blue {
	font:  bold normal 12px Verdana, Geneva, sans-serif;
	color: #039;
}

a:link {color: #999;}
a:visited {color: #03C;}
a:active {color: #00FF00;}
a:hover {color: #F30;}
a {text-decoration: none;}


.smallGRAY {
	font:  bold normal 12px Verdana, Geneva, sans-serif;
	color: #999;
	text-transform: none;
}

.smallGRAYForm {
	font:  bold normal 12px Verdana, Geneva, sans-serif;
	color: #999;
	text-transform: none;
	border-style: none;
	border-color: #CCC;
}

.smallfont {
	font:  bold normal 14px Verdana, Geneva, sans-serif;
	color: #333;
	text-transform: none;
}

.smallRED {
	font:  bold normal 12px Verdana, Geneva, sans-serif;
	color: #D50404;
	text-transform: none;
}

.LargeRED {
	font:  bold normal 18px Cosenza;
	color: #D50404;
	text-transform: none;
}

/* jQuery lightBox plugin - Gallery1 style */
	#gallery {
		background-color: #fff;
		padding: 1px;
		width: 390px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #CCC;
		border-width: 5px 5px 10px;
	}
	#gallery ul a:hover img {
		border: 3px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }




