@charset "utf-8";
/* Product Tutorial Pages */

/* Left Column */
.productTutorialLeftCol{
	float:left; 
	width:125px; 
	position:relative;
}

/* The thumb nail image */
.productTutorialThumb{
	float:left;
	width:110px;
	height:110px;
}

/* The Play All Button Container */
.productTutorialWatchNow{
	position:absolute;
	top:125px;
	left:0px;
	width:110px;
	height:35px;
	
	text-align:center;
	background:url(/images/products/watchNowButtons.png) no-repeat ;
	background-position:top left;

}

/* The Play All Button Link */
.productTutorialWatchNow a{
	position:absolute;
	top:0px;
	left:0px;
	width:105px;
	height:35px;

	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px; 
	color: #202020;
	vertical-align:middle;
	line-height:35px;
	
}
.productTutorialWatchNow a:visited {background-position:top left; text-decoration: none;}
.productTutorialWatchNow a:link {background-position:top left; text-decoration: none;}
.productTutorialWatchNow a:hover {background-position:top right; text-decoration: none;}







/* Right Column */
.productTutorialRightCol{
	float:left; 
	width:505px;
	position:relative;
}

/* The tutorial main title */
h2.productTutorialTitle a{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #606060;
	margin-top:5px;
	padding-bottom:10px;
	display:block;
}
h2.productTutorialTitle a:visited {text-decoration: none;}
h2.productTutorialTitle a:link {text-decoration: none;}
h2.productTutorialTitle a:hover {text-decoration:underline;}



/* The ordered list style */
ol.productTutorialList{
	float:left; 
	width:240px; 
	margin-top:0px;
	margin-left:0px; 
	padding-left:0px;
	list-style-position:inside;
}

/* The odd numbered list items */
.productTutorialListAlt1{
	background-color:#EBEBEB; 
	color:#666;
	line-height:30px;
	padding-left:10px;
}
.productTutorialListAlt1 a{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#666666;}
.productTutorialListAlt1 a:visited {text-decoration: none;}
.productTutorialListAlt1 a:link {text-decoration: none;}
.productTutorialListAlt1 a:hover {text-decoration: underline;}

/* The space between the the left and right column */
.productTutorialListColSpace{
	margin-left:15px; float:left;
}

/* The even numbered list items */
.productTutorialListAlt2{
	background-color:#FFFFFF; 
	color:#666;
	line-height:28px;
	padding-left:10px;
}
.productTutorialListAlt2 a{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#666666;}
.productTutorialListAlt2 a:visited {text-decoration: none;}
.productTutorialListAlt2 a:link {text-decoration: none;}
.productTutorialListAlt2 a:hover {text-decoration: underline;}

/* The Date and duration bar at the bottom of each tutorial */
.productTutorialFooter{
	float:left;
	position:relative;
	width:630px;
	height:35px;
	margin-top:15px;
	background:url(/images/products/tutorialPodFooter.jpg); 
	line-height:35px;
}

.productTutorialFooterDuration{
	font-size:16px;
	font-style:italic;
	position:absolute;
	left:520px; 
	width:100px;
	color:#FFF;
	text-align:right;
	
}



