/**********************************
		Equinox Group Fitness Styles
		v 1.0
***********************************/


#personalTrainingHdr{
	margin: 0 0 10px 10px;
}
#personalTrainingMainDiv{
	clear: both;
}
.buyPT #personalTrainingMainDiv{
	background: url(../images/cached/personalTraining/buyPTMainBg.jpg) no-repeat;
	height: 215px;
	width: 980px;
}

#personalTrainingNav {
	background: url(../images/cached/groupFitness/groupFitnessNavBg.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 340px;
}

.buyPT #personalTrainingNav {
	background: none;
	float: left;
	width: 230px;
	height: 215px;
}

#personalTrainingNav ul {
	font-size: 13px;
	line-height: 26px;
	margin: 12px 0 0 9px;
	list-style-type: none;
}

#personalTrainingNav ul ul {
	margin: 0 0 0 12px;
}

#personalTrainingNav ul li .itemLink {
	padding-top: 2px;
	display: block;
	height: 25px;
	width: 209px;
	text-decoration: none;
	border-bottom: 1px solid #3d3937;
}

#personalTrainingNav ul li ul li .itemLink{
	width: 197px;
}
#personalTrainingNav ul li.active .itemLink{
	padding-top: 2px;
	width: 209px;
	border-bottom: 1px solid #3d3937;
	color: #91b6df;
}
#personalTrainingNav ul li.active ul li .itemLink{
	width: 197px;
	color: #999;
}
#personalTrainingNav ul li.active ul li a:hover{
	color: #FFF;
}
#personalTrainingNav ul li ul li.active .itemLink{
	width: 197px;
}

#personalTrainingImage {
	float: left;
	position: relative;
}

#personalTrainingImage .imageText{
	position: absolute;
	top: 35px;
	left: 35px;
	width: 375px;
	z-index: 100;
}
#personalTrainingImage .imageText h3{
	font-weight: bold;
	color: #CCC;
	font-size: 15px;
	line-height: 15px;
	margin-top: 12px;
}
#personalTrainingImage .imageText p{
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	margin-top: 12px;
}

#personalTrainingBuyContent {
	float: left;
	position: relative;
}

#personalTrainingBuyContent h3{
	margin: 30px 0 14px 0;
	padding: 0 0 4px 0;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #999;
	border-bottom: 1px solid #333;
}

#personalTrainingBuyContent p{
	margin: 0 0 13px 0;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
}
#personalTrainingBuyContent p.or{
	text-transform: uppercase;
	margin: 15px 0 6px 0;
	*margin: 0 0 6px 0;
	font-size: 15px;
	color: #666;
}

#personalTrainingBuyContent .columnOne{
	width: 432px;
	float: left;
	margin: 0 0 0 24px;
}
#personalTrainingBuyContent .columnTwo{
	width: 243px;
	margin-left: 482px;
}

#sessionsGraph #sessionsImage{
	padding-top: 3px;
	float: left;
	margin-right: 10px;
	font-size: 0;
}
#sessionsGraph #sessionsImage img{
	padding:0;
	border: 0;
	margin: 0;
	display: block;
	float: left;
}
#sessionsCount{
	font-size: 29px;
	line-height: 29px;
	color: #666;
	float: left;
	margin-right: 10px;
}
#sessionsCount em{
	font-weight: bold;
	color: #85b3d8;
	font-style: normal;
}
#sessionsText{
	font-size: 12px;
	line-height: 14px;
	color: #CCC;
}
#sessionsInfo{
	margin-top: 10px;
	clear: left;
}
#sessionsInfo p{
	margin-bottom: 0;
}
#sessionsInfo em{
	padding-right: 5px;
	color: #999;
	text-transform: uppercase;
	font-style: normal;
}
#buyPTTableWrapper{
	margin: 15px 0 0 0;
	width: 980px;
	background: url(../images/cached/personalTraining/buyPTTableBg.gif) no-repeat 0 100%;	
}
#buyPTTable{
	width: 980px;
	background: url(../images/cached/personalTraining/buyPTTableTopBg.gif) no-repeat 0 0;
	padding: 1px;
}
#buyPTTable thead tr{
	margin-top: 1px;
}
#buyPTTable thead th{
	padding: 16px 12px;
	border-left: 1px solid #262525;
}
#buyPTTable thead th.empty{
	padding: 0;
	width: 230px;
	border: 0;
}
#buyPTTable tbody th{
	padding: 16px 12px;
	border-top: 1px solid #262525;
}
#buyPTTable tbody td{
	padding: 16px 12px;
	border-left: 1px solid #262525;
	border-top: 1px solid #262525;
}
#buyPTTable tbody tr.odd td{
	background-color: #1d1c1c;
}
#buyPTTable tbody tr.odd.last td{
	background: #1d1c1c url(../images/cached/personalTraining/buyPTTableLastBg.gif) 0 100% repeat-x;
}
#buyPTTable tbody tr.odd.last td.last{
	background: #1d1c1c url(../images/cached/personalTraining/buyPTTableLastLastBg.gif) 100% 100% no-repeat;
}
#buyPTTable p{
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}
#buyPTTable thead h3{
	font-size: 24px;
	line-height: 24px;
	color: #91b6df;
	margin-bottom: 4px;
}
#buyPTTable tbody th h4{
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #91b6df;
	margin-bottom: 4px;
}
#buyPTTable tbody td .buyTxt{
	float: left;
	margin-right: 16px;	
}
#buyPTTable tbody td .buyBtn{
	margin-top: 16px;	
}


/* 
-----------
Info Pop Up
------------- 
*/

div.infoPop {
	display: none;
	position: absolute;
	z-index: 1002;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/cached/personalTraining/infoPop.png',sizingMethod='scale');
	width: 180px;
	height: 127px;
	color: #FFF;
	text-decoration: none;
	zoom: 1;    /* force 'hasLayout' in IE */
}

html > body div.infoPop {
	background: url(../images/cached/personalTraining/infoPop.png) 0 0 no-repeat;
}

div.infoPop h4{
	font-weight: bold;
	padding: 14px 20px 0 20px;
	font-size: 11px;
	margin: 0 !important;
	text-transform: uppercase;
}

div.infoPop li{
	list-style-type: disc;
	font-size: 11px !important;
	line-height: 13px !important;
	margin-left: 32px;
	padding-left: 0;
}


.column3 h3{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px;
	color: #91b6df;
	font-weight: bold;
}

.column3 img{
	float: left;
	margin-right: 10px;
}

.column3 p{
	margin-bottom: 15px;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;	
}

.column3 h4{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
}


/* added by TN for new call to action placement */

#buttonLinks ul{
	margin: 15px 0 0 7px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
}
#buttonLinks ul li{
	margin: 0 12px 0 0;
	border-bottom: 1px solid #3c3836;
}

#buttonLinks ul li a{
	display: block;
	width: 208px;
	padding: 7px 0 5px 1px;
	text-decoration: none;
	color: #a59d98;
	outline: none;
}
#buttonLinks ul li a:hover{
	text-decoration: none;
	color: #FFF;
}
#buttonLinks ul li.active a,
#buttonLinks ul li.active a:hover{
	font-weight: bold;
	color: #e4c069;
	letter-spacing: .04em;
}
#buttonLinks ul.subNav{
	font-weight: bold;
}
#buttonLinks ul.subNav li{
	margin: 0 0 7px 0;
	padding: 6px 0 0 0;
	background: url(../images/cached/linkBoxTop.gif) 0 0 no-repeat;
	border:none;
}
#buttonLinks ul.subNav li a{
	color: #a59d98 !important;
	padding: 4px 0 8px 1px;
	background: url(../images/cached/linkBoxBottom.gif) bottom left no-repeat;
}
#buttonLinks ul.subNav li a:hover{
	color: #FFF !important;
	background: url(../images/cached/linkBoxBottomHover.gif) bottom left no-repeat;
}

#buttonLinks ul.subNav li a span{
	display: block;
	width: 175px;
	padding: 0 0 0 8px;
}

#buttonLinks ul ul.subNav{
	margin: 0;
}


/* end added by TN  */

