/* Gold's Gym - February 2009 */


/* ===========================================
       KEEP YOUR HEART HEALTHY
==============================================*/

#articleText.healthyHeart .left {
	_margin-bottom: 0.4em; /* Win/IE6 */
	}
	*+html #articleText.healthyHeart .left { margin-bottom: 0.4em; /* Win/IE7 */ }



/* ===========================================
       MORE LOVE, LESS HANDLES
==============================================*/

#articleText.moreLove {
	padding-bottom: 200px;
	}

/* ---- Sidebar ---- */

#workoutList {
	position: relative;
	float: left;
	width: 162px;
	height: 297px;
	margin: auto 10px 3px auto;
	background: url(images/moreLove-bg-sidebar.gif) 0 0 no-repeat;
	}

#workoutList h3 {
	margin: 13px auto 1px 4px;
	}

#workoutList ul {
	margin-left: 14px;
	padding-left: 0;
	list-style: none;
	}

#workoutList li {
	width: 126px;
	list-style: none;
	margin-bottom: 0;
	padding: 12px 2px 15px 0;
	border-bottom: 1px dashed #1a1818;
	}

#workoutList li.last { border-bottom: none; }
#workoutList li span {
	display: none;
	}

#workoutList li a {
	display: block;
	width: 126px;
	height: 27px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#workoutList li a:hover {
	background-position: 0 -27px;
	}

#workoutList #nav-trust a { background-image: url(images/moreLove-bu-trust.png); }
#workoutList #nav-intensity a { background-image: url(images/moreLove-bu-intensity.png); }
#workoutList #nav-intimacy a { background-image: url(images/moreLove-bu-intimacy.png); }
#workoutList #nav-communication a { height: 39px; background-image: url(images/moreLove-bu-communication.png); }
#workoutList #nav-communication a:hover { background-position: 0 -39px; }
	

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

.popout {
	display: none;
	position: absolute;
	top: -5px;
	left: -66px;
	width: 518px;
	background: url(images/bg-popUpWindow.png) 0 0 no-repeat;
	}

.popout-top {
	height: 18px;
	background: url(images/moreLove-bg-popout-top.png) 0 0 no-repeat;
	_background-image: url(images/moreLove-bg-popout-top.gif); /* Win/IE6 */
	}

.popout-body {
	padding-bottom: 12px;
	_padding-bottom: 0; /* Win/IE6 */
	padding-left: 29px;
	background: url(images/moreLove-bg-popout-mid.png) 0 0 repeat-y;
	_background-image: url(images/moreLove-bg-popout-mid.gif); /* Win/IE6 */
	}

.popout-bottom {
	height: 22px;
	background: url(images/moreLove-bg-popout-bottom.png) 0 0 no-repeat;
	_background-image: url(images/moreLove-bg-popout-bottom.gif); /* Win/IE6 */
	}
	
.closePop {
	float: right;
	margin-top: -6px;
	margin-right: 22px;
	}

.closePop img {
	border: none;
	}

#articleText .popout h4 {
	float: left;
	margin-top: 1px;
	margin-bottom: 0.4em;
	padding: 2px 9px 2px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffef08;
	}

.pop-quote {
	clear: left;
	margin-right: 40px;
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #a90022;
	}

.pop-reps {
	margin-right: 40px;
	font-weight: bold;
	font-style: italic;
	}

.pop-col {
	float: left;
	width: 220px;
	_margin-top: 1.4em; /* Win/IE6 */
	margin-right: 20px;
	}
	*+html .pop-col { margin-top: 1.4em; /* Win/IE7 */ }

.pop-col.last {
	margin-right: 0;
	}

#articleText .popout h5 {
	display: inline;
	_margin-right: 0.6em; /* Win/IE6 */
	text-transform: uppercase;
	color: #a90022;
	}
