@charset "UTF-8";
/* CSS Document */
#tutorial{ 
clear:both;
	width:622px; 
	min-height:125px; background:url(../images/product.tutorial.bg.top.png) top left no-repeat;  
	padding:19px 0;
        margin:0 20px 0 55px;
}
#tutorial-content{
	width:622px; 
	background:url(../images/product.tutorial.bg.middle.png) top left repeat-y; 
	min-height:110px;
}
.tutorial-button { 
	display:block; 
	width:59px; 
	height:46px; 
	float:left; 
	margin-left:15px;
}
.tutorial-main{ 
	display:block; 
	float:left; 
	width:300px; 
	height:46px; 
	margin-left:30px;
}
.tutorial-button{ 
	display:block; 
	width:59px; 
	height:46px; 
	background:url(../images/button.tutorial.png) top left no-repeat;
}
.tutorial-buttons{
	float:right;
	width:310px;
}
#tutorial-more-videos{
	background:transparent url(../images/tutorial.seeothervideos.png) top left no-repeat;
	display:block;
	height:23px;
	width:153px;
	float:right;
	margin-left:21px;
}
#tutorial-button{
	background:url(../images/tutorial.play_video.png) top left no-repeat;
	display:block;
	height:23px;
	width:136px;
	float:right;
}
div#tutorial-video{
        width:622px;
	height:340px;
	padding:0;
    background:url(../images/product.tutorial.bg.middle.png) repeat-y scroll left top;
}
span.tutorial-content p{ 
        color:#ffffff; 
        font-size:12px;
	text-align:justify;
	line-height:9pt;
}
.tutorial-main {
	text-align:justify; 
	display:block; 
	overflow:hidden; 
	height:auto;
        width:75%;
}
.tutorial-main h4{
	color:#ffffff; 
	font-size:14px; 
	margin-bottom:10px;
}
.running-time{ 
	display:block; 
	width:200px; 
	height:15px; 
	margin-top:15px; 
	font-size:11px; 
	color:#ffffff; 
	float:left;
}
.tutorial-bottom{ 
	display:block; 
	width:622px; 
	height:29px; 
	background:url(../images/product.tutorial.bg.bottom.png) top left no-repeat;
}
