/* Gold's Gym - November 2009 */


/* ===========================================
       TRAIN LIKE A CELEBRITY
==============================================*/

#articleText.celebrity .bu-download {
	float: right;
	width: 162px;
	height: 130px;
	margin-left: 13px;
	text-indent: -1000em;
	background: url(images/trainLikeACelebrity-bu.gif) 0 0 no-repeat;
	}

#articleText.celebrity h5 {
	margin-bottom: 0.2em;
	font-size: 11px;
	font-weight: bold;
	color: #a90022;
	line-height: 1.3em;
	text-transform: uppercase;
	}
	
#articleText.celebrity .bu-download:hover {
	background-position: 0 100%;
	}

#articleText.celebrity .inset {
	width: 128px;
	background-color: transparent;
	}

#articleText.celebrity .inset label {
	display: block;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	}


/* ===========================================
       ACTUALLY, EXERCISE WILL MAKE YOU...
==============================================*/

#articleText.excerciseThin h5 {
	margin-bottom: 0.2em;
	font-size: 11px;
	font-weight: bold;
	color: #a90022;
	line-height: 1.3em;
	text-transform: uppercase;
	}
	

/* ===========================================
       TOP 10 METABOLISM-BOOSTING FOODS
==============================================*/

#articleText.metabolism .listHd {
	font-weight: bold;
	color: #a90022;
	text-transform: uppercase;
	}


