/*-----------------------------------------------------------------------------------------------*/
/*                                         TUTORIAL STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

/* Definition Lists */
dt{
	color:#333;
    width:820px;
    background: #fff;
	font-size:16px;
	margin-top:30px;
	padding:5px 5px 5px 25px;
	position:relative;
	cursor:pointer;
	border:1px solid #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

dt:hover{ color:#111;}

dt .icon{
	background:url('../images/bullets.png') no-repeat;
	height:12px;
	left:5px;
	position:absolute;
	top:11px;
	width:12px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-size:14px;
	color:#444;
	line-height:1.5;
	padding:20px 0 0 25px;
	display:none;
}

dd .tut{
    width:600px;
    border-right:1px solid #efefef;
}

dd .faq{
    width:220px;
    padding-left:10px;
}