.userGuideWrapper{
	padding-left:15px;
}
.userGuideWrapper ul {
	list-style-type:none;
	display:block;
}
.userGuideWrapper li {
	clear:both;
	line-height:20px;
}
.userGuideWrapper .lineSpace{
	float:left;
	clear:both;
	font-size: 0px;
	height:7px;
	width:99%;
	background-color:transparent;
}

.userGuideWrapper .label_1{
	float:left;
	font: 13px arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	width:17px;
	height:17px;
	background:url('http://files.tunearound.com/img/ug_label_bg.jpg') no-repeat 0px 0px;
}

.userGuideWrapper .labelPadding{
	float:left;
	font: 13px arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	width:17px;
	height:17px;
	background-color:#FFF;
}
.userGuideWrapper .description{
	float:left;
	padding-left:5px;
	font: 12px verdana, sans-serif;
	text-align:left;
	width:99%;
	line-height:22px;
	background-color:#FFFCDE;
	border:1px solid #FFDFBF;
}

.userGuideWrapper .descriptionLong{
	float:left;
	padding-left:5px;
	font: 12px verdana, sans-serif;
	text-align:left;
	width:735px;
	line-height:22px;
	background-color:#FFFCDE;
	border:1px solid #FFDFBF;
}
.userGuideWrapper ._text{
	float:left;
	margin-top:-2px;
	margin-left:4px;
	width:90%;
}
.userGuideWrapper ._textShort{
	float:left;
	margin-top:-3px;
	margin-left:4px;
	width:30%;
}
.userGuideWrapper #quickStartContentWrapper{
	margin-left:168px;
	width:420px;
}
.userGuideWrapper #overviewContentWrapper{
	margin-left:40px;
	width:661px;
}
.userGuideWrapper .textWrapper{
	padding-left:5px;
	font: 13px arial, verdana, sans-serif;
	color: #444444;
}

.userGuideWrapper .subTitle{
	padding-left:5px;
	font: 13px arial, verdana, sans-serif;
	font-weight:bold;
	color: #006EC0;
}
.userGuideWrapper .textWrapper #previewIcon{
	position:relative;
	top:3px;
}
.userGuideWrapper .textWrapper #btnAutoChoice{
	position:relative;
	top:3px;
	width:65px;
	height:18px;
}
.ugSectionTitle{
	float:left;
	font: 14px arial, verdana, sans-serif;
	color: #006EC0;
	width:742px;
	height:24px;
	padding-left:8px;
	padding-top:2px;
	font-weight:bold;
	background:transparent url('http://files.tunearound.com/img/subtitle_bg_wide.jpg') no-repeat 0px 0px;
}

#ugShortcuts table{
	table-layout:fixed;
	width:500px;
	border-width:0px;
	border-style:solid;
	border-collapse:collapse;
	border-color:#CCCCCC;
	margin-left:15px;
}
#ugShortcuts td{
	width:250px;
	border-width:1px;
	padding:3px;
	border-style:solid;
	text-align:center;
}
#ugShortcuts th{
	width:200px;
	color: #006EC0;
	border-width:1px;
	padding:3px;
	text-align:center;
}

#ugVideos .videoContent {
	width:500px;
	height:368px;
	background-color:#000;
}

#ugVideos .videoContent img{
	cursor:pointer;
}

