/* Gold's Gym - January 2009 */


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

#articleText.calorieBurning {
	padding-bottom: 60px;
	}

#machines {
	position: relative;
	}

/* ---- Thumbs ---- */

#machines ul {
	list-style: none;
	margin-left: 0;
	padding: 1em 0 0;
	}

#machines ul li {
	float: left;
	width: 145px;
	margin-right: 30px;
	margin-bottom: 20px;
	}

#machines ul a {
	text-decoration: none;
	}

#machines ul img {
	border: none;
	}

#machines ul label {
	display: block;
	margin-top: 0.4em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	}


/* ---- Popout Window ---- */

.popout {
	display: none;
	position: absolute;
	top: 0px;
	_top: -239px; /* Win/IE6 */
	left: -67px;
	_left: -400px; /* Win/IE6 */
	width: 490px;
	height: 411px;
	padding-left: 28px;
	background: url(images/bg-popUpWindow.png) 0 0 no-repeat;
	_background-image: url(images/bg-popUpWindow.gif); /* Win/IE6 */
	}
	*+html .popout { top: -239px; /* Win/IE7 */ }
	
.closePop {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	}

.closePop img {
	border: none;
	}


/* ---- Popout Pages ---- */

#articleText .popout h3 {
	margin-bottom: 4px;
	padding-top: 20px;
	font-size: 16px;
	}

#articleText .popPage img {
	float: left;
	}

#articleText .popPage h4,
#articleText .popPage h5,
#articleText .popPage h6,
#articleText .popPage p {
	margin-right: 30px;
	margin-left: 239px;
	}

#articleText .popPage h5 {
	margin-bottom: 0.2em;
	font-size: 10px;
	}

#articleText .popPage h4 {
	margin-bottom: 0.1em;
	font-size: 12px;
	text-transform: uppercase;
	color: #a90022;
	}

#articleText .popPage h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 10px;
	font-style: italic;
	}

#articleText .popPage p {
	margin-bottom: 0.6em;
	font-size: 10px;
	line-height: 1.3em;
	}

#articleText .popNav {
	position: absolute;
	right: 43px;
	bottom: 37px;
	text-align: right;
	line-height: 1.8em;
	}

#articleText .popNav img {
 	float: none;
	border: none;
	}	

#articleText .popNav .currentPage {
	color: #a90022;
	}

#articleText .popNav .directLink {
	color: #000;
	text-decoration: none;
	}
