/* Gold's Gym - December 2008 */


/* ===========================================
       THINK BEFORE YOU DRINK
==============================================*/

#articleText.drinks {
	padding-bottom: 100px;
	}

#articleText.drinks h3 {
	font-style: italic;
	text-transform: none;
	}

#drinksBox {
	position: relative;
	float: left;
	margin-top: 20px;
	}

#drinksBox ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

#drinksBox li {
	list-style: none;
	float: left;
	width: 87px;
	margin-right: 10px;
	margin-bottom: 4px;
	text-align: center;
	}

#drinksBox .last {
	margin-right: 0;
	}

#drinksBox li img {
	border: none;
	}

#drinksBox label {
	display: block;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #a90022;
	text-transform: uppercase;
	line-height: 11px;
	}

#drinksBox .popup {
	display: none;
	position: absolute;
	_behavior: url(iepngfix.htc); /* IE PNG Alpha Fix */
	}

#pop-nog 		{ top: -8px; left: 87px; }
#pop-rum 		{ top: -8px; left: 185px; }
#pop-hard 		{ top: -8px; left: -86px; }
#pop-beer 		{ top: -8px; left: 10px; }

#pop-cosmo 		{ top: 148px; left: 87px; }
#pop-tea 		{ top: 148px; left: 185px; }
#pop-wine 		{ top: 148px; left: -86px; }
#pop-kahlua 	{ top: 148px; left: 10px; }


