/* Gold's Gym - September 2008 */


#main #lipsum {
	background-color: #fff;
	}


/* ===========================================
         TIME-SAVING SECRETS
==============================================*/

#articleText.timeSaving h3 {
	margin-bottom: 8px;
	padding: 4px 0 4px 6px;
	background-color: #ff6;
	}

#articleText.timeSaving .inset.left {
	margin-bottom: 0.1em;
	}


/* ===========================================
         THE GOLD'S GYM MENU MANAGER
==============================================*/

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

#articleText.menuManager img { 
	_behavior: url(iepngfix.htc); /* IE PNG Alpha Fix */
	}

#articleText.menuManager h3 {
	text-transform: none;
	} 

#questionPage {	
	margin-bottom: 4px;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	}

#menuBox {
	position: relative;
	margin-top: 14px;
	height: 280px;
	}

#lipsum #menuBox a {
	color: #000;
	text-decoration: none;
	}
	
#menuBox a * {
	border: none;
	}

#menuBox label {
	display: block;
	width: 190px;
	margin-top: 2px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.3em;
	}

#menuLeft {
	float: left;
	}

#menuRight {
	float: left;
	}

#popoutLeft,
#popoutRight {
	display: none;
	position: absolute;
	z-index: 20;
	}

#popoutLeft {
	top: 7px;
	left: 26px;
	}

#popoutRight {
	top: 33px;
	right: 19px;
	}

#menuOr {
	position: absolute;
	top: 106px;
	left: 166px;
	z-index: 10;
	}

#menuNext {
	float: right;
	}

#menuNext img {
	border: none;
	}
