@charset "utf-8";
/* CSS Document */

#video-content{
	margin-top:20px;
}

#video-player-container {
	width:480px;
	float:left;
	margin-top:0px;
}

#tout-container {
	width:192px;
	height:300px;
	float:right;
	margin:0px;
	padding:0px;
}

#tout-container p {
	margin:0px;
	padding:0px;
}

#tout-container .previous {
	background:#666;
	height:135px;
	margin-bottom:20px;
}

#tout-container .next {
}

#steps {
  padding:0 15px 15px 22px;
  margin:15px 0 0 14px;
  width:696px;
  float:left;
}

#steps h1,h2,h3,h4,h5,h6{
	font-weight:normal
}

#steps h2{
	font-size:19px;
}

#main-content #steps ul {
	list-style:none;
	padding:0 0 0 12px;
	margin:10px 0 10px 0;
}

#main-content #steps li {
	padding:0 0 0 14px;
	margin:0px;
	/*background:url(../../../images/story-bullet.gif) 0% 50% no-repeat;*/
}


#main-content #steps h3 {
	font-weight:bold;
	font-size:16px;
}

#main-content #steps p {
	color:#3e3e3e;
	margin:8px 0;
}

#main-content #steps ol{
	color:#3e3e3e;
	padding-left:15px;
}

#main-content #steps a{
	color:#8453a6;
	text-decoration:underline;
}



#video-list {
	margin-top:20px;
	height:auto;
}

#video-list h4{
	margin:10px 0px 10px 0px;
	color:#dd4f99;
}


#video-list p{
	margin:0px 0px 20px 0px;
	padding:0px;
}

#video-list .row{
	width:696px;
	float:left;
	/*padding-bottom:20px;*/
}

#video-list .row .left{
	width:216px;
	margin:0px 0px 20px 0px;
	float:left
}

#video-list .row .center{
	width:216px;
	margin:0px 20px 20px 20px;
	float:left;
}

#video-list .row .right{
	width:216px;
	margin:0px 0px 20px 0px;
	float:left
}



