#promo {
}
#main {
	float: left;
	width: 740px;
}
#software    {
	border: 1px solid #AACCEE;
	padding: 10px;
	background-image: url(../images/bg-software.png);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#hardware    {
	border: 1px solid #AACCEE;
	padding: 10px;
	background-image: url(../images/bg-hardware.png);
	background-repeat: no-repeat;
	background-position: 0px top;
}
.content .photo {
	float: left;
	width: 160px;
	text-align: center;
}
.content  .list {
	float: left;
	width: 540px;
	margin-left: 10px;
}
.content .phone {
	float: right;
	width: 215px;
	padding: 10px;
	border: 1px solid #e4e2e2;
	background-color: #FFFFFF;
}


#sidebar {
	float: right;
	width: 230px;
}
#sidebar  #content-bg {
	border: 1px solid #e4e2e2;
	padding: 10px;
	background-image: url(../images/bg-sidebar.png);
	background-repeat: repeat-x;
	background-position: top;
}
fieldset {
	border: 1px solid #e4e2e2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
fieldset legend {
	font-size: 14px;
	font-weight: 900;
	color: #666666;
}
.padding td {
	padding: 5px;
}
#plan {
	font-size: 14px;
	line-height: 200%;
}
#plan h3 {
	font-size: 26px;
	font-weight: 900;
	font-family: "ºÚÌå";
	color: #000000;
	padding-top: 20px;
}
#plan p {
	padding-top: 10px;
}
#plan ol {
	margin-left: 20px;
}
/* tab */
.TabBox {
	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;
}
.TabBox .TabLinks {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	height: 26px;
	background-image: url(/skin/rising/index/images/bg-tab.png);
	line-height: 26px;
}
.TabBox .TabLinks li { display:inline; }

/* a */
.TabBox .TabLinks li a {
	float:left;
	width:83px;
	height:26px;
	text-decoration: none;
	text-align:center;
	color: #004499;
}
.TabBox .TabLinks li a{
	background-image: url(/skin/rising/index/images/bg-tab.png);
	background-repeat: no-repeat;
	outline:none;
	background-position: 0px -26px;
}

/* a:selected */
.TabBox .TabLinks li a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}
.TabBox .TabLinks li#special a {
	background-position: 0 0px;
}
.TabBox .TabLinks li#special a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}
a img {border:none}
#container {

    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 980px;
}
#info-sidebar {
    float: right;
    width: 252px;
}
#info-main {
    float: left;
    width: 718px;
}
#sidebar #content-bg ul {margin-left:20px; }