#promo {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#LeftNavBox {
	float: left;
	width: 180px;
}
#LeftNavBox #LeftNavBoxLinks{
	font-size: 14px;
	line-height: 30px;
}
#LeftNavBox  #LeftNavBoxLinks  li a {
	letter-spacing: 2px;
	color: #666666;
	text-decoration: none;
	outline: none;
	height: 30px;
	width: 140px;
	display: block;
	background-image: url(/skin/rising/csc/images/bg-leftnav.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
}
#LeftNavBox  #LeftNavBoxLinks  li a:hover {
	background-image: url(/skin/rising/csc/images/bg-leftnav.png);
	background-repeat: no-repeat;
	background-position: left -30px;
}
#LeftNavBox #LeftNavBoxLinks a.current {
	background-image: url(/skin/rising/csc/images/bg-leftnav.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}
#sidebar {
	width: 230px;
	float: left;
}
#content {
	float: right;
	width: 740px;
	line-height: 200%;
}
#content p {
	text-indent: 24px;
}
#news {
	background-color: #F5F5F5;
	border: 1px solid #ededed;
	padding: 5px;
}
#quick {
	/*background-image: url(/skin/rising/csc/images/bg-line-1.png);*/
	/*background-repeat: repeat-y;*/
	/*background-position: center;*/
}
#quick  td  div {
	/*width: 180px;*/
	margin-right: auto;
	margin-left: auto;
}
#step123 ul {
	margin-left: 46px;
}
#about {
	float: right;
	width: 800px;
	font-size: 14px;
	line-height: 220%;
}
#path {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#path a {
	color: #666666;
}
#article {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
}
#article h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
}
#article h5 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#article p {
	text-indent: 24px;
	margin-bottom: 10px;
}
#monthly td{
	padding: 5px;
}
#software-update {
	padding: 10px;
}
#software-update  form {
	background-color: #FFFFCC;
	border: 1px solid #FECD29;
	padding: 10px;
	float: none;
	width: 550px;
	margin: 20px;
}
#software-update td {
	padding: 5px;
}
.qa {
	float: right;
	margin-right: 100px;
}
.gray {
	font-size: 12px;
	font-weight: normal;
}
.column {
	float: left;
	width: 50%;
}
.column div {
	margin-right: 10px;
	margin-left: 10px;
}
.bg-line {
	background-image: url(/skin/rising/csc/images/bg-line-2.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.pad td {
	padding: 10px;
}


/* tab */
.cscTabBox {
	height: 26px;
	line-height: 26px;
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AACCEE;
	border-right-color: #AACCEE;
	border-left-color: #AACCEE;
	font-size: 14px;
}
.cscTabBox .cscTabLinks {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	height: 26px;
	background-image: url(/skin/rising/csc/images/bg-csc-tab.png);
	line-height: 26px;
}
.cscTabBox .cscTabLinks li { display:inline; }

/* a */
.cscTabBox .cscTabLinks li a {
	float:left;
	width:140px;
	height:26px;
	text-decoration: none;
	text-align:center;
	color: #004499;
}
.cscTabBox .cscTabLinks li a{
	background-image: url(/skin/rising/csc/images/bg-csc-tab.png);
	background-repeat: no-repeat;
	outline:none;
	background-position: 0px -26px;
}

/* a:selected */
.cscTabBox .cscTabLinks li a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}
.cscTabBox .cscTabLinks li#special a {
	background-position: 0 0px;
}
.cscTabBox .cscTabLinks li#special a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}
