/* ----------------------------------------------------------------------------
	TOURLIFE.CSS
	Contains everything specific to the TourLife Pages for PGA TOUR.  Do not put any non-tourlife-page-specific information in this document.	*/
	/* NOTE: Anything beginning with [*:first-child+html] is an IE7-specific hack */
/*	----------------------------------------------------------------------------
	Table Of Contents
	1.	Section Front
		A.  Content
			1.  T2 Pod
			2.  Top Right Pod
			3.  Bottom Left Pod
			4.  Bottom Right Pod
			5.  Generic Bottom Pod
			6.  T1 Pod
		B.  Right Rail
			1.  Relateds Pod

*/
/*  -----------------------------------------------------------------------------
	(1a) PAGE STRUCTURE - CONTENT */
/*  --------------------------------
	(1a1) T2 POD */
#tourT2Pod {
	position:relative;
	float:left;
	width:384px;
	height:384px;
}
	div.tourT2Container {
		position:relative;
		width:382px;
		height:318px;
		border:1px solid #036;
		border-bottom:none !important;
		overflow:hidden;
	}
		div.tourT2Overlay {
			position:relative;
			top:-318px;
			_top:-321px;
			width:382px;
			height:70px;
			/* Mozilla ignores crazy MS image filters, so it will skip the following */
	    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='http://i.cdn.turner.com/pgatour/.element/img/3.0/sect/tourlife/t2_overlay1.png');}
			/* IE ignores styles with [attributes], so it will skip the following. */
		div.tourT2Overlay[class] {
			background:url(http://i.cdn.turner.com/pgatour/.element/img/3.0/sect/tourlife/t2_overlay1.png) repeat-x left top;
		}
			*:first-child+html div.tourT2Overlay {
				top:-321px;
			}
		div.tourT2Text {
			position:relative;
			width:384px;
			height:70px;
		}
			div.tourT2Text a {
				color:#23669E;
				text-decoration:none;
			}
			div.tourT2Text h4 {
				color:#23669E;
				font-size:12px;
				padding:5px;
			}
			div.tourT2Text p {
				padding:0px 5px;
			}
/*  --------------------------------
	(1a2) TOP RIGHT POD */
#tourTLTopRight {
	position:relative;
	float:right;
	width:274px;
	height:384px;
	margin-left:5px;
}
	div.tourTLTopRightPod {
		position:relative;
		width:272px;
		height:318px;
		border:1px solid #036;
		border-bottom:none !important;
		overflow:hidden;
	}
		div.tourTLTopRightPod h3 {
			color:#23669E;
			font-size:14px;
			padding:10px 5px 0 5px;
		}
		div.tourVideoBlurb {
			padding:5px;
			_padding:3px;
		}
		/*****mh*
		div.tourVideoBlurb img{
			border:1px solid #325482;
			float:left;
			margin:4px;
		}
		div.tourVideoBlurb h1 a{
			color:#23669D !important;
			font-size:12px;
			font-weight:bold;
			padding-bottom:2px;
			text-decoration:none;
		}
		div.tourVideoBlurb h1 img{
			border:medium none !important;
			padding:4px 4px 4px 0px;
			vertical-align:bottom;
		}
		*****mh*/
/*  --------------------------------
	(1a3) BOTTOM LEFT POD */
#tourTLBotLeft {
	position:relative;
	float:left;
	width:384px;
	height:255px;
}

/*  --------------------------------
	(1a4) BOTTOM RIGHT POD */
#tourTLBotRight {
	position:relative;
	float:right;
	width:274px;
	height:255px;
	margin-left:5px;
}

.tourTLCaption {
	font-size:9px;
}
/*  --------------------------------
	(1a5) GENERIC BOTTOM POD (Inside of tourTLBotLeft | tourTLBotRight)*/

	div.tourTLBotPod {
		position:relative;
/*		width:272px;*/
		height:200px;
		border:1px solid #036;
		border-bottom:none !important;
		overflow:hidden;
	}
		div.tourTLBotPod h3 {
			color:#23669E;
			font-size:14px;
			padding:5px 5px 0px;
		}
		div.tourTLBotPod p {
			padding:5px;
		}
		div.tourTLBotPod ol {
			padding:0px 5px;
			list-style-position:inside;
		}
		div.tourTLBotPod ul {
			padding:0px 5px;
			list-style-position:inside;
		}
		div.tourTLBotPod li {
			padding:3px 0px;
		}

/*  --------------------------------
	(1a6) T1 POD */

	.tourSubT1Container .imgCaptionSm{
		position:absolute;
		bottom:0px;
		left:0px;
		color:#003366;
		font-weight:bold;
		text-align:left;
		margin:5px;
		width:453px;
	}

/*  -----------------------------------------------------------------------------
	(1b) PAGE STRUCTURE - RIGHT RAIL */
#tourLeftRailPodContent {
	border:1px solid #00356C;
	height:135px !important;
}
	#tourLeftRailPodContent ul {
		background:#FFF url(http://i.cdn.turner.com/pgatour/.element/img/3.0/global/r/nav_bkgrnd.gif) repeat-x scroll left top;
		padding-top:10px;
	}
	#tourLeftRailPodContent li {
		background:url(http://i.cdn.turner.com/pgatour/.element/img/3.0/global/link_arrow.gif) no-repeat scroll left 9px;
		list-style-position:inside;
		list-style-type:none;
		margin:0pt 0pt 0pt 10px;
		padding:5px 5px 5px 10px;
	}
/*  --------------------------------
	(1b1) RELATEDS POD */
#tourTLRelateds {
	position:relative;
	/*float:left;*/
	width:300px;
	height:497px;
}
	div.tourTLRelatedsPod {
		position:relative;
		width:298px;
		height:429px;
		_height:425px;
		border:1px solid #036;
		border-bottom:none !important;
		overflow:hidden;
	}
	div.tourBlurbContent {
		width:280px;
		height:85px;
	}
	div.tourBlurbContent a img {
		float: left;
		margin: 4px;
		border: 1px solid #ccc;
	}
	div.tourBlurbContent p {
		padding: 0px 5px 5px 110px;
	}
	div.tourBlurbContent h4 img {
		vertical-align: bottom;
		border: none !important;
		padding: 4px 4px 4px 0px;
	}
	div.tourStandardBlurb p {
		padding:0px 5px 5px 118px;
	}
