@charset "utf-8";
/* CSS Document */
#notes-wrap{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:left;
	width:950px;
	position:relative;
	padding-bottom:100px
}

#notes-wrap h1{
	color:#333;
	padding-bottom:10px;
	padding-top:30px;
	border-bottom:1px #e5e5e5 solid;
	width:620px;
	line-height: 25px;
}

.dt-box{
	width:580px;
	overflow:hidden;
	color:#333;
	font-size:1.2em;
	line-height:1.4;
	padding-top:30px;
	text-align:left;
}

.dt-box span.dl-desc{
	padding-left:15px;
	padding-bottom:10px;
	display:block;
}

.dt-box ul{
	padding:3px 0 10px 15px;
	list-style:none;
}

.dt-box ol{
	list-style-image:url(../images/bl.gif);
	padding-bottom:30px;
	padding-left:30px;
}

.dt-box ol li{
	padding:3px 0;
}

.dt-box ul li{
	background:transparent url(//www.atiz.com/image/bullet/bullet-circle-w.gif) no-repeat scroll left 9px;
	padding:3px 0 3px 15px;
	list-style-image:none;
}

.dt-box h2{
	color:#333;
	padding-bottom:7px;
}

.dl{
	padding:10px 0 0 170px;
}

.dl-slave{
	padding:20px 0 0 130px;
}

.dl a , .dl-slave a{
	color:#FFF !important;
	font-weight:600;
}

.dl a.dl-button{
	display:block;
	width:60px;
	padding:7px 25px;
	background-color:#C75B5B;
	border:1px solid #666666;
}


.dl-slave a.dl-button-slave{
	display:block;
	width:160px;
	padding:7px 25px;
	background-color:#C75B5B;
	border:1px solid #666666;
}

.download li{
	padding-top:5px;
	border-bottom:1px dotted #e5e5e5;
	width:350px;
	position:relative;
	list-style:none;
	background:none!important;
	padding-left:0px !important;
}

.download li span{
	margin-left:250px;
	position:absolute;
	right:0;
}

#dt-sidebar{
	margin: 50px 0 0 0;
	width:200px;
	list-style:none;
	float:right;
	display:inline
}

.main-content{ float:left; display:inline; width:750px }

#dt-sidebar li{
	border-bottom:1px dotted #E5E5E5;
	padding:8px 0 3px 10px;
}

#dt-sidebar li h3{ color:#333; font-size:1.4em; margin-bottom:5px; line-height:1.4 }
#dt-sidebar li span{
	font-size:1.2em;
	color:#FF5426;
	text-align:left !important
}

#dt-sidebar li a{
	color:#0489B7;
	font-size:1.2em;
}


.nlist ul{
		line-height:16px;
		margin-bottom:22px;
		list-style:none;
}
	
    .nlist .column{
		width:200px;
		float:left;
		display:inline
	}
	
	.nlist .two{
		width:240px;
	}
	
	.nlist ul.three { width:150px }
	.nlist ul.four {  width:180px} 
	.nlist ul.five{ width:150px }
	
	p.pdt{ padding-top:10px }
	
    .howto{ padding-top:10px; padding-bottom:0 !important }
	
	
.hide, .n_hide , .o_hide{ display:none }

.notic-box {
	background: #F9F8A8;
	border: 2px solid #b4b4b4;
	padding: 20px;
}

.notic-box p {
	font-size: 17px;
	line-height: 24px;
	color: #000 !important;
}

.notic-box p a {
	font-weight: bold;
	color: #000;
}

.notic-box p a, 
.notic-box p a:hover, 
.notic-box p a:focus {
	color: #000;	
}

.sw-requirements ul .dongle-list {
	display: flex;
	align-items: center;
}

.sw-requirements ul .dongle-list img {
	max-width: 80px;
	margin-right: 15px;
}

.sw-requirements ul .dongle-list span {
	display: inline-block;
}