/* Gold's Gym - August 2009 */



/* ===========================================
       THE ARMS RACE
==============================================*/

/* ---- Table ---- */

#articleText.armsRace table {
	margin: 2px auto 24px;
	border-top: 10px solid #e1f4fd;
	border-bottom: 10px solid #e1f4fd;
	}

#articleText.armsRace tr {
	vertical-align: top;
	}

#articleText.armsRace th,
#articleText.armsRace td {
	width: 130px;
	padding: 5px 10px 6px;
	border-left: 1px solid #b61f28;
	}

#articleText.armsRace th {
	padding-top: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.1em;
	color: #b51825;
	text-align: left;
	text-transform: uppercase;
	}

#articleText.armsRace .first {
	width: 62px;
	font-weight: bold;
	border-left: 0;
	}

#articleText.armsRace .alt th,
#articleText.armsRace .alt td {
	background-color: #e1f4fd;
	}

#articleText.armsRace .last td {
	padding-bottom: 0;
	}


/* ---- Exercises ---- */

#articleText.armsRace .listHd {
	margin-right: 0;
	text-transform: uppercase;
	}

#articleText.armsRace .exercise {
	margin-bottom: 30px;
	}

#articleText.armsRace #exercise-tricep {
	_margin-bottom: 10px; /* Win/IE6 */
	}
	*+html #articleText.armsRace #exercise-tricep { margin-bottom: 10px; /* Win/IE7 */ }

#articleText.armsRace #photo-curls { margin-top: -2px; }
#articleText.armsRace #photo-tricep { margin-top: -10px; }
#articleText.armsRace #photo-twentyOnes { margin-top: 3px; }


/* ===========================================
       TOP 10 FITNESS DESTINATIONS
==============================================*/

#articleText.destinations .instructions {
	position: relative;
	z-index: 100;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #a90022;
	}

/* ---- Map ---- */

#articleText.destinations #cityMap {
	position: relative;
	z-index: 1;
	top: -46px;
	width: 384px;
	height: 321px;
	}

#articleText.destinations #cityMap a {
	position: absolute;
	display: block;
	height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#articleText.destinations #cityMap a:hover {
	background-position: bottom left;
	}

#articleText.destinations #cityMap a span {
	display: none;
	}
	
#articleText.destinations #bu-austin { top: 218px; left: 168px; width: 56px; background-image: url(images/fitnessDestinations-austin-bu.gif); }
#articleText.destinations #bu-charleston { top: 188px; left: 267px; width: 79px; background-image: url(images/fitnessDestinations-charleston-bu.gif); }
#articleText.destinations #bu-lasVegas { top: 185px; left: 20px; width: 75px; background-image: url(images/fitnessDestinations-lasVegas-bu.gif); }
#articleText.destinations #bu-miami { top: 251px; left: 268px; width: 57px; background-image: url(images/fitnessDestinations-miami-bu.gif); }
#articleText.destinations #bu-newYork { top: 105px; left: 304px; width: 73px; background-image: url(images/fitnessDestinations-newYork-bu.gif); }
#articleText.destinations #bu-saltLakeCity { top: 115px; left: 110px; width: 99px; background-image: url(images/fitnessDestinations-saltLakeCity-bu.gif); }
#articleText.destinations #bu-sf { top: 147px; left: 6px; width: 98px; background-image: url(images/fitnessDestinations-sf-bu.gif); }
#articleText.destinations #bu-sanDiego { top: 220px; left: 6px; width: 78px; background-image: url(images/fitnessDestinations-sanDiego-bu.gif); }
#articleText.destinations #bu-seattle { top: 78px; left: 26px; width: 60px; background-image: url(images/fitnessDestinations-seattle-bu.gif); }
#articleText.destinations #bu-dc { top: 141px; left: 264px; width: 115px; background-image: url(images/fitnessDestinations-dc-bu.gif); }


/* ---- Popoup Window ---- */

#pop-holder {
	position: relative;
	top: -32px;
	height: 375px;
	}

#articleText.destinations .popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	background: url(images/fitnessDestinations-popup-box.png) 0 0 no-repeat;
	}

#articleText.destinations .pop-text {
	padding: 18px 32px 0 23px;
	}

#articleText.destinations .popup .right {
	margin-top: 10px;
	}

#articleText.destinations .popup h2 {
	margin-bottom: 0.4em;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	}

#articleText.destinations .popup h2 strong {
	color: #b51825;
	}

#articleText.destinations .popup p {
	margin-bottom: 0.4em;
	}
	
#articleText.destinations .pop-bottom {
	width: 390px;
	height: 24px;
	background: url(images/fitnessDestinations-popup-box.png) bottom left no-repeat;
	}
