.lf_clear {
	clear: both;
}
.lf_inline {
	display: inline;
}
.lf_block {
	display: block;
}
.lf_hidden {
	display: none;
}
.lf_hand {
	cursor: pointer;
}
.lf_vamiddle {
	vertical-align: middle;
}
.lf_aleft {
	text-align: left;
}
.lf_acenter {
	text-align: center;
}
.lf_aright {
	text-align: right;
}
.lf_fleft {
	float: left;
}
.lf_fright {
	float: right;
}
.lf_autoclear {
	*zoom:1;
}
.lf_autoclear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow:hidden;
}
.lf_need {
	color: red;
}
.lf_fcolor {
	color: #FF6D07;
}
.lf_fdark {
	color: #aaa;
}
.lf_fbigfont {
	font-size: 14px;
}
.lf_fpass {
	color: #009900;
	font-weight: 700;
}
.lf_fnormal {
	color: red;
	font-weight: 700;
}
.lf_fdeny {
	color: #ccc;
	font-weight: 700;
}
.lf_space {
	height: 10px;
	overflow: hidden;
}
.lf_breakword {
	word-wrap: break-word;
	overflow: hidden;
}
.lf_ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.lf_showinfo {
    background: url("../images/lf_showinfo.gif") no-repeat scroll 8px center #FFFFE1;
    border: 1px solid #FFD700;
    margin: 10px 0;
    padding: 5px 5px 5px 28px;
    line-height: 25px;
}
.lf_showinfo input { vertical-align:middle;}
.lf_titleinfo {
	background-color: #eee;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 28px;
    background: url("../images/title.png") repeat-x scroll 0 0 transparent;
    border-color: #FF6D07 #DDDDDD #DDDDDD;
    border-style: solid;
    border-width: 3px 1px 1px;
    display: block;
}
.lf_titlebottominfo {
    background: url("../images/title.png") repeat-x scroll 0 0 transparent;
    border-color: #ddd #ddd #FF6D07;
    border-style: solid;
    border-width: 1px 1px 2px;
	margin-top: 8px;
    padding: 5px 15px;
}

.col_main {
	float: left;
	width: 100%;
}
.col_sub, .col_extra {
	float: left;
}
.col2_19 {
}
.col2_19 .col_sub {
	width: 160px;
	margin-left: -100%;
}
.col2_19 .col_main_wrap {
	margin: 0 0 0 170px;
   padding-top: 0;
}
.col2_37 {
}
.col2_37 .col_sub {
	width: 250px;
	margin-left: -100%;
}
.col2_37 .col_main_wrap {
	margin: 0 0 0 255px;
}

.su_menu {
	background: url(../images/hett_bg.gif?v=20180125a) repeat-x;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	padding: 0 3px;
	color: #fff;
}
.su_title {
  background: url("../images/title.gif") no-repeat scroll 0 0 transparent;
  float: left;
  text-indent: -9999px;
  width: 141px;
}
.lang_en .su_title {
  background: url("../images/title_en.gif") no-repeat scroll 0 0 transparent;
}
.lang_zh_CHT .su_title {
  background: url("../images/title_zh_CHT.gif") no-repeat scroll 0 0 transparent;
}
.lang_en .suenname {
  display:none;
}
.su_menu span {
	float: left;
	background: url(../images/bg_tab_li.gif) no-repeat 0 45%;
}
.su_menu span.nobg {
	background-image : none;
}
.su_menu span a {
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
}
.su_menu div span a {
	color: #FF6D07;
}

.su_addleft {
	border: 1px solid #ccc;
	border-top: 3px solid #3C3C3C;
	background-color: #fff;
	padding-bottom:10px;
}
.su_addleft dt {
	height: 30px;
	line-height: 30px;
	background-color: #FF6D07;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0 6px;
	/*margin-bottom: 10px;*/
}
.su_addleft dd {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 5px 10px 5px;
	/*margin: 0 0 10px 0;*/
}
.su_addleft dd.su_addleftold {
	color: #aaa;
}
.su_addleft dd.su_addleftcur {
	color: #0F9B12;
	font-weight: 700;
}
.su_addleft dd span {
	font-family: "微软雅黑","Arial Black", Arial, Helvetica, sans-serif;
	font-size: 22px;
    padding-left: 5px;
}
.su_addcontent {
	border: 1px solid #ccc;
	border-top: 3px solid #3C3C3C;
	padding: 10px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 4px rgba(204, 204, 204, 0.8);
}
.su_addtitle {
	font-size: 20px;
	font-family: "微软雅黑", "黑体", sans-serif;
	color: #FF6D07;
	margin-bottom: 10px;
}
.su_addfooter {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}
.su_line {
	padding: 5px 0;
}
.su_inputfile {
	height: 22px;
}

.formtable {
	width: 100%;
	border-style: none;
	text-align: left;
}
.formtable th, .formtable td {
	padding: 8px;
}
.formtable tbody th {
	width: 22%;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #eee;
}
.formtable tbody th div {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	color: #888;
}
.formtable tbody td {
	background-color: #fff;
	border-bottom: 1px dotted #eee;
}
.formintable {
	width: 100%;
	text-align: left;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.formintable td {
	padding: 3px;
}
.formintable .intitle {
	background-color: #ddd;
	color: #000;
	font-weight: 700;
	padding: 3px;
}
.formintable .mainshow {
	background-color: #FF6D07;
	color: #fff;
	padding: 3px;
}

.datatable {
	width: 100%;
	border-style: none;
	background-color: #ddd;
	margin-bottom: 12px;
	text-align: left;
	border-collapse: separate;
}
.datatable th, .datatable td {
	font-size: 12px;
	font-family: "微软雅黑", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 15px;
}
.datatable thead th {
	background-color: #ddd;
	margin: 0;
	text-align: center;
}
.datatable thead td {
    background: url("../images/intitle.gif") repeat-x scroll 0 0 transparent;
    font-weight: bold;
}
.datatable tbody th {
	width: 20%;
	background-color: #f7f7f7;
	text-align: left;
}
.datatable tbody th div {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #888;
}
.datatable tbody td {
	background-color: #fff;
}
.datatable tbody td.evenrow {
	background-color: #f7f7f7;
}
.datatable tfoot td {
	background-color: #fafafa;
	text-align: right;
}

.listulstyle {
	list-style-type: disc;
	list-style-position: inside;
}
.listulstyle li {
	line-height: 30px;
	margin-left: 10px;
}
.listulstyle li a {
    background: url("../images/listulstyle.gif") no-repeat scroll 0 0 #FFFFE1;
    color: #F14400;
    font-size: 14px;
    height: 40px;
    padding-left: 25px;
}

.su_leftclass {
	font-size: 14px;
	border: 1px solid #CDCDCD;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 4px rgba(204, 204, 204, 0.8);
}
.su_leftclass dl {
	margin: 8px 15px;
}
.su_leftclass dl:hover{
	background:#f4f4f4;
}
.su_leftclass dt {
  background: url("../images/ldotted.gif") no-repeat scroll 5px 50% transparent;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
}
.su_leftclass dt a {
  display: block;
  height: 100%;
  width: 100%;
}
.su_leftclass dd {
	height: 20px;
	line-height: 20px;
	margin-left: 30px;
}
.su_leftclass_cur a {
	color: #ff6600;
	font-weight: 700;
}
.su_htitle {
	background: url(../images/htitlebg.gif) repeat-x 0 0;
	height: 40px;
}
.su_htitle span {
  background: url("../images/class_title.gif") no-repeat scroll 8px 9px transparent;
  display: block;
  height: 31px;
  text-indent: -9999px;
  width: 125px;
}
.lang_en .su_htitle span {
  background: url("../images/class_title_en.gif") no-repeat scroll 8px 9px transparent;
}
.lang_zh_CHT .su_htitle span {
  background: url("../images/class_title_zh_CHT.gif") no-repeat scroll 8px 9px transparent;
}
.su_htitle span.share_title {
  background: url("../images/share_title.gif") no-repeat scroll 8px 9px transparent;
}
.lang_en .su_htitle span.share_title {
  background: url("../images/share_title.gif") no-repeat scroll 8px 9px transparent;
}
.lang_zh_CHT .su_htitle span.share_title {
  background: url("../images/share_title.gif") no-repeat scroll 8px 9px transparent;
}

.su_listone, .su_listshare {
	margin-bottom: 20px;
}
.su_listone .col_sub {
	width: 80px;
	margin-left: -100%;
}
.su_listone .col_main_wrap {
	margin: 0 0 0 80px;
}

.su_listshare .col_main_wrap {
	margin: 0 0 0 2px;
}

.su_listimg {
	margin-right: 14px;
	padding: 8px;
	border: 1px solid #DFDFDF;
	background-color: #EDECEC;
}
.su_listtitle {
	font-size: 14px;
	font-weight: 700;
	color: #44566A;
	margin-bottom: 5px;
}
.su_listintro {
	color: #777;
}
.su_listinfo {
	color: #999;
	margin: 5px 0;
}
.su_list_subclass {
	background-color: #ff6600;
	color: #fff;
	font-size: 14px;
	padding: 3px 5px;
	margin: 0 5px;
}

.su_leftshow {
	margin: 5px 0;
	padding-bottom: 12px;
	background: url(../images/left_bottom_bg.gif) 0 100% no-repeat;
}
.su_leftshow dt {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 700;
	padding-left: 10px;
	background: url(../images/left_top_bg.gif) 0 0 no-repeat;
}
.su_leftshow dd {
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}
.su_leftshow_one {
	padding: 10px;
	border-bottom: 1px dashed #B3B3B3;
}
.su_leftshow_one_icon {
	float: left;
	margin-right: 10px;
}
.su_leftshow_one_name {
	font-weight: 700;
}
.su_leftshow_one_user {
  color: #AAAAAA;
  font-weight: normal;
}
.su_leftshow_one_rate {
	font-size: 11px;
	color: #aaa;
}

.su_view_head {
	background: url(../images/view_headbg.gif) 0 0 repeat;
	height: 100px;
	margin-bottom: 5px;
}
.su_view_icon {
	float: left;
	margin: 17px 17px 0 17px;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #aaa;
}
.su_view_headinfo {
	float: left;
	margin: 15px -1px 0 0;
}
.su_view_headinfo_name {
	color: #fff;
	font-size: 18px;
	margin: 0 0 0 5px;
}
.su_view_headinfo_name span {
	margin-left: 10px;
	color: #aaa;
	font-size: 14px;
}
.lang_en .su_view_headinfo_name span {
	display: none;
}
.su_view_headinfo_rate {
	float: left;
	padding: 0 5px;
	height: 20px;
	margin-top: 15px;
	font-size: 11px;
	color: #aaa;
}
.su_view_headinfo_version {
	float: left;
	margin-left: 5px;
	background-color: #F99711;
   	border-bottom: 1px solid #222222;
    	border-right: 1px solid #222222;
	padding: 0 5px;
	height: 19px;
	color: #CC0000;
	font-weight: 300;
	margin-top: 15px;
	border-radius: 5px;
}
.su_view_headinfo_downbtn {
	float: left;
	margin: 11px 0 0 50px;
	color: #888;
}
.su_view_headinfo_downbtn img {
	vertical-align: middle;
}
.su_view_shownum {
	float: right;
	background: url(../images/view_headbg1.gif) 0 0 repeat;
	width: 300px;
	height: 100px;
	border-right: 5px solid #BE4F00;
}
.su_view_shownum span {
	float: left;
	margin-top: 13px;
	width: 97px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", sans-serif;
	color: #fff;
	border-right: 1px dashed #ccc;
}
.su_view_shownum span b {
	font-weight: 400;
	font-size: 22px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
.su_view_shownum span.su_view_shownum_end {
	border-right: none;
}

.su_view_right {
	float: right;
	width: 135px;
	border-left: 1px solid #D7D7D7;
	margin-right: -10px;
	display: inline;
}
.su_view_right_padding,.su_view_right dt,.su_view_right dd {
	padding: 3px 10px;
}
.su_view_right dt {
	border-bottom: 1px solid #E6E7E1;
}
.su_view_right dd {
	border-bottom: 1px solid #E6E7E1;
	background-color: #F5F6F5;
}

.su_view_content dt {
	font-size: 18px;
	color: #F14400;
	margin: 15px 0 6px;
}
.su_view_content dt a {
	font-size: 12px;
	background-color: #ff6600;
	color: #fff;
	padding: 3px 5px;
}
.su_view_content_dark {
	color: #aaa;
	margin-bottom: 2px;
}
.su_view_content_bg {
	padding: 10px;
}
.su_view_content_go {
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	margin: 15px 0;
	padding: 6px 0;
}
#su_view_pic li {
	float: left;
	margin: 9px;
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.su_view_commentshow {
	border-bottom: 1px dashed #BFBFBF;
	margin-bottom: 10px;
}
.su_view_commentshow p {
	padding: 5px 0 10px;
	color: #888;
}

.su_popwin_area {
	margin: 0 10px 20px;
	width: 500px;
}
.su_addsoft_lang {
	padding: 5px;
	margin: 5px;
	background-color: #ff6600;
	color: #fff;
	font-size: 14px;
}

.su_home_showone {
	float: left;
	margin: 5px;
	padding: 10px;
	width: 237px;
	height: 55px;
	border: 1px solid #ddd;
	_display:inline;
}

.su_mysoft_layer1 {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
	width: 183px;
	_width: 179px;
	_display:inline;
}
.su_mysoft_layer10 {
	float: left;
	margin: 5px;
	border: 1px dotted #ccc;
	width: 175px;
}
.su_mysoft_layer1_title {
	background-color: #eee;
	padding: 3px 3px 3px 10px;
	font-weight: 700;
}
.su_mysoft_layer10_title {
	padding: 3px;
	font-weight: 700;
	border-bottom: 1px dotted #ccc;
	font-style: italic;
	color: #ccc;
}
.su_mysoft_layer1_content {
	padding: 3px 0;
	height: 500px;
	overflow: hidden;
	/*overflow-y: auto;*/
	/*overflow-x: hidden;*/
}
.su_mysoft_layer10_content {
	padding: 3px 0;
}
.su_mysoft_layer1_list {
	min-height: 200px;
	/*height: auto !important;*/
	height: 500px;
	/*overflow: visible;*/
	overflow-y: auto;
}
.su_mysoft_layer10_list {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	overflow: visible;
}
.su_mysoft_layer1_list_one {
	margin: 3px;
	padding: 3px;
	border-bottom: 1px dashed #eee;
}
.su_mysoft_layer10_list_one {
	margin: 3px 6px;
	padding: 3px;
	border-bottom: 1px dashed #eee;
	font-style: italic;
	color: #ccc;
}
.su_mysoft_layer1_list_one_icon {
	margin-right: 3px;
	vertical-align: middle;
}
.su_mysoft_layer1_list_one_title {
}
.su_mysoft_layer1_list_one_info {
	border: 1px dashed #FFD700;
	background-color: #fff;
	padding: 5px;
	line-height: 22px;
	height: 22px;
	white-space:nowrap;
}



.su_mysoft_layer2 {
	margin: 0px;
	border: 1px dashed #ccc;
	width: 100%;
}
.su_mysoft_layer20 {
	float: left;
	margin: 0px;
	border: 1px dashed #ccc;
	width: 100%;
}
.su_mysoft_layer2_title {
	padding: 0px;
	border-bottom: 1px dashed #eee;
	background-color: #eee;
}
.su_mysoft_layer20_title {
	padding: 0px;
	border-bottom: 1px dashed #eee;
	font-style: italic;
	color: #ccc;
}
.su_mysoft_layer2_content {
	padding: 3px 0;
}
.su_mysoft_layer20_content {
	padding: 3px 0;
}
.su_mysoft_layer2_list {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: visible;
}
.su_mysoft_layer20_list {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: visible;
}
.su_mysoft_layer2_list_one {
	margin: 3px 6px;
	padding: 3px;
	border-bottom: 1px dashed #eee;
}
.su_mysoft_layer20_list_one {
	margin: 3px 6px;
	padding: 3px;
	border-bottom: 1px dashed #eee;
	font-style: italic;
	color: #ccc;
}
.su_mysoft_layer2_list_one_icon {
	margin-right: 3px;
	vertical-align: middle;
}
.su_mysoft_layer_one_select {
	text-decoration: line-through;
}

.su_mysoft_layer2_list_one_title {
}
.su_mysoft_layer2_list_one_info {
	border: 1px dashed #FFD700;
	background-color: #fff;
	padding: 5px;
	line-height: 22px;
}
.su_mysoft_lf_fright {
  float: right;
  padding-left: 5px;
  position: relative;
}
ul .su_mysoft_lf_fright {
  background-color: #fff;
  top: -18px;
}
.su_mysoft_layer2_title .su_mysoft_lf_fright{
  background-color: transparent;
  position: relative;
  top: 0;
}
.su_mysoft_command_operate input {
	display: none;
}

.su_mysoft_command_delete a {
	display: none;
}
.su_title_tab a {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
	background-color: #BBBBBB;
}
.su_title_tab a.su_title_tab_cur {
	background-color: #3D3D3D;
}
.su_title_tab span {
	float: left;
	height: 24px;
	width: 27px;
	background: url(../images/tabtitle_bg.gif) 0 0 no-repeat;
}
.su_title_tab span.su_title_tab_end {
	background: url(../images/tabtitle_bg.gif) 0 -72px no-repeat;
}
.su_title_tab span.su_title_tab_cura {
	background: url(../images/tabtitle_bg.gif) 0 -48px no-repeat;
}
.su_title_tab span.su_title_tab_curb {
	background: url(../images/tabtitle_bg.gif) 0 -24px no-repeat;
}
.su_title_tab span.su_title_tab_cure {
	background: url(../images/tabtitle_bg.gif) 0 -96px no-repeat;
}

.star_rating,
.star_rating a:hover,
.star_rating a:active,
.star_rating a:focus,
.star_rating .star_rating_cur {
	background: url(../images/star.gif) 0 -1000px repeat-x;
}
.star_rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: 0 0;
}
.star_rating li {
	display: inline;
}
.star_rating a,
.star_rating .star_rating_cur {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}
.star_rating a:hover,
.star_rating a:active,
.star_rating a:focus {
	background-position: 0 100%;
}
.star_rating .star_rating_cur {
	z-index: 1;
	background-position: 0 50%;
}
.star_rating_inline {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}
.star_rating_small {
	width: 50px;
	height: 10px;
}
.star_rating_small,
.star_rating_small a:hover,
.star_rating_small a:active,
.star_rating_small a:focus,
.star_rating_small .star_rating_cur {
	background-image: url(../images/star_small.gif);
	line-height: 10px;
	height: 10px;
}
.star_rating_middle {
	width: 90px;
	height: 18px;
}
.star_rating_middle,
.star_rating_middle a:hover,
.star_rating_middle a:active,
.star_rating_middle a:focus,
.star_rating_middle .star_rating_cur {
	background-image: url(../images/star_middle.gif);
	line-height: 18px;
	height: 18px;
}
.pt {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 510px;
}
#su_view_ratearea .star_rating {
    margin-bottom: 10px;
    margin-top: 10px;
}
.tedt .area {
    background: none;
}
.lf_titlebottominfo b {
    background: url("../images/left_icon.gif") no-repeat scroll 0 80% transparent;
    color: #FF6600;
    font-size: 18px;
    line-height: 27px;
    padding-left: 28px;
}
#ckepop {
    padding-top: 10px;
	}
.su_leftshow dd {
    background-color: #FFF;
}
.su_home_showone:hover {
    background:#eee;
    text-decoration: none;
    border: 1px solid #CCC;
}
#susubmit{
 margin-left: 3px;
 }
#nv_plugin .col_main_wrap .su_addtitle{
    padding-top: 10px;
}
.additem {
    background: url("../images/additem.gif") no-repeat scroll 0 0 transparent;
    display: block;
    margin: 5px 0;
    text-indent: -9999px;
    width: 60px;
    height: 23px;
}
.delitem {
    background: url("../images/delitem.gif") no-repeat scroll 0 0 transparent;
    display: block;
    margin: 5px 0;
    text-indent: -9999px;
    width: 60px;
	 height: 23px;
}
.formintable .intitle, .formintable td {
    padding-left: 10px;
}
.formintable .intitle {
    background: url("../images/intitle.gif") repeat-x scroll 0 0 transparent;
}
.su_addleft dt {
    background: url("../images/htitlebg.gif") repeat-x scroll 0 0 transparent;
	line-height: 40px;
	padding-left: 15px;
	font-size: 16px;
    height: 40px;
}
.su_addleft {
    border: 1px solid #CCCCCC;
}
.suversionselect, .suversionselect a {color:#ff4400;}



label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	}

label.required:before {
	content: "*";
	color: red;
	font-family: "微软雅黑","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	}

label.ok {
	padding-left: 16px;
	}

label.error {
	color: #d00;
	text-transform: none;
	margin-left: 6px;
	}

/*鱼修改2012.06.21*/
.plugininstall {
    float: right;
	display:none;
	color: #FF6D07;
	font-size: 12px;
	font-weight: normal;
    height: 21px;
    line-height: 21px;
}
.plugininstalled {
    float: right;
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin-right: 16px;
}
.su_list_downbtn {
/*    float: right;*/
    margin-left: 8px;
}
.lf_titleinfo {
    line-height: 25px;
    height:25px;
    background-color: #e7e7e7;
}
.lf_titleinfo input,.lf_titleinfo select,.lf_titleinfo button{ vertical-align:middle;}
.su_mysoft_layer2_title {
    padding: 3px;
    background-color: #F2F2F2;
    font-weight: 600;
    color: #666666;
}
.su_mysoft_layer1_title {
    font-size: 14px;
}
.su_addcontent .lf_showinfo button, .su_addcontent .lf_titleinfo button {
    float: right;
}
.pn{background-color:transparent;}
/*.su_mysoft_layer1_title .su_mysoft_command_delete, .su_mysoft_layer2_title .su_mysoft_command_delete{margin-right:6px;}*/

.suappmember {
  margin-bottom: 10px;
}
.suappmember li,.downlink li {
  display: inline;
}
.suappmember li a {
  float: left;
  height: 75px;
  text-indent: -9999px;
  width: 250px;
}
.downlink li a {
  float: left;
  height: 40px;
  margin: 10px 2px;
  text-indent: -9999px;
  width: 96px;
}
.suappmember li a{
    background: url("../images/suappmember.png?v=20180125a") no-repeat scroll transparent;
}
.suappmember .memberstep01 a{background-position: 0 0;}
.suappmember .memberstep02 a{background-position: -250px 0;}
.suappmember .memberstep03 a{background-position: -500px 0;}
.suappmember .memberstep04 a{background-position: -750px 0;}
.suappmember .memberstep01 a:hover{background-position: 0 -75px;}
.suappmember .memberstep02 a:hover{background-position: -250px -75px;}
.suappmember .memberstep03 a:hover{background-position: -500px -75px;}
.suappmember .memberstep04 a:hover{background-position: -750px -75px;}
.lang_zh_CHT .suappmember li a{
    background: url("../images/suappmember_zh_CHT.png?v=20180125a") no-repeat scroll transparent;
}
.lang_zh_CHT .suappmember .memberstep01 a{background-position: 0 0;}
.lang_zh_CHT .suappmember .memberstep02 a{background-position: -250px 0;}
.lang_zh_CHT .suappmember .memberstep03 a{background-position: -500px 0;}
.lang_zh_CHT .suappmember .memberstep04 a{background-position: -750px 0;}
.lang_zh_CHT .suappmember .memberstep01 a:hover{background-position: 0 -75px;}
.lang_zh_CHT .suappmember .memberstep02 a:hover{background-position: -250px -75px;}
.lang_zh_CHT .suappmember .memberstep03 a:hover{background-position: -500px -75px;}
.lang_zh_CHT .suappmember .memberstep04 a:hover{background-position: -750px -75px;}
.lang_en .suappmember li a{
    background: url("../images/suappmember_en.png?v=20180125a") no-repeat scroll transparent;
}
.lang_en .suappmember .memberstep01 a{background-position: 0 0;}
.lang_en .suappmember .memberstep02 a{background-position: -250px 0;}
.lang_en .suappmember .memberstep03 a{background-position: -500px 0;}
.lang_en .suappmember .memberstep04 a{background-position: -750px 0;}
.lang_en .suappmember .memberstep01 a:hover{background-position: 0 -75px;}
.lang_en .suappmember .memberstep02 a:hover{background-position: -250px -75px;}
.lang_en .suappmember .memberstep03 a:hover{background-position: -500px -75px;}
.lang_en .suappmember .memberstep04 a:hover{background-position: -750px -75px;}

.downlink .downlink01 a{
    background: url("../images/downbut01ok.jpg") no-repeat scroll 0 -41px transparent;
}
.downlink .downlink02 a{
    background: url("../images/downbut02ok.jpg") no-repeat scroll 0 -41px transparent;
}
.downlink .downlink03 a{
    background: url("../images/downbut03ok.jpg") no-repeat scroll 0 -41px transparent;
}

.downlink .downlink01 a:hover,.downlink .downlink02 a:hover,.downlink .downlink03 a:hover{
    background-position: 0 0;
}

.lf_titlebottominfo span {
  float: right;
  line-height: 27px;
}
.separator {
  border-top: 1px solid #DDD;
  display: block;
  margin: 0 7px;
}
.lf_titlebottom{
	margin-bottom:10px;
}
/*.installedicon {
  background: url("../images/installedicon.png") repeat-x scroll 0 0 transparent;
  bottom: 16px;
  float: right;
  height: 16px;
  position: relative;
  width: 16px;
}*/
.tedt .pt {
  background-color: #FFF;
}
.pluginitemname {
    float: left;
    width: 47%;
}
.pluginitemtd{
  max-height:250px;
  /* sets max-height for IE */
  _height:expression(this.scrollHeight > 250 ? "250px" : "auto");
  overflow-y: auto;
}
.plugingroup {
    float: left;
    padding: 2px 0;
}

.su_mysoft_layer2_title .su_mysoft_layer2_list_one_icon {
  margin-right: 1px;
}

.lf_titleinfo b{
  background: url("../images/left_icon.gif") no-repeat scroll 0 80% transparent;
  color: #FF6600;
  font-size: 18px;
  line-height: 27px;
  padding-left: 28px;
}
.istop {
  background-color: #019933;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 10px;
  padding: 1px 5px;
}
.su_listinfo .lf_fright {
	visibility: hidden;
}
.su_listone:hover .col_main .col_main_wrap .su_listinfo .lf_fright {
	visibility:visible;
}
.su_mylib {
  background: url("../images/my.gif") no-repeat scroll 0 0 transparent;
  display: block;
  height: 41px;
  text-indent: -9999px;
  width: 250px;
}
.lang_en .su_mylib {
  background: url("../images/my_en.gif") no-repeat scroll 0 0 transparent;
}
.lang_zh_CHT .su_mylib {
  background: url("../images/my_zh_CHT.gif") no-repeat scroll 0 0 transparent;
}
.lf_content li {
  _display: inline;
  float: left;
}
.su_view_headinfo_name h1 {
  display: inline;
}


.comminfoshow b {
  float: left;
}
.giftut {
  background: url("../images/gif_tut_link.png") no-repeat scroll center center transparent;
  float: left;
  margin-left: 3px;
  overflow: hidden;
  text-indent: -999px;
  width: 55px;
}
.giftutlist {
  background-color: #F95D11;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 2px;
}
.giftutlist:hover {
  background-color: #f91111;
  text-decoration: none;
}

.su_mysoft_layer1_listitem, .su_mysoft_layer2_listitem, .su_mysoft_layer2_titleitem {
  display: block;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
高亮显示
**/
.highlight {
  background-color: yellow;
}
.ui-menu-item img {
  float: left;
  height: 32px;
  margin-right: 5px;
  width: 32px;
}
.pname {
  font-weight: bold;
  padding-right: 5px;
  white-space: nowrap;
  width: 5px;
}
.enname {
  font-size: 10px;
}
.pinfo span {
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 265px;
}
/**搜索排序按钮**/
#main_search a.selectedOrder {
  background-color: #e82c2e;
  border: medium none;
  border-radius: 8px;
  color: white;
  font-weight: bold;
}
#main_search a.selectedOrder:hover {
  background-color: #ff4345;
}
#main_search a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1px 6px;
  text-decoration: none;
}
#main_search a:hover {
  background-color: #fffaaa;
}

/* 管理推荐集分类 */
.new_category{
	float:right;
	padding:0 20px 10px 0;
	clear:both;
}

.category_description{
	width:260px;
	height:70px;
}
.category_share_select {
	position: relative;
	left: 205px;
	top: -5px;
	width: 20px;
	z-index:100;
}

.category_share_select input{
	font-size:14px;
}
.select_all {
	clear: both;
	width: 100%;
	padding: 10px 0px;
}

.select_all .goback {
	float: right;
	margin-right: 10px;
}

.select_all .addnew {
	float: right;
	margin-right: 10px;
}
/* 推荐集列表页面显示已安装 */
.installed_share {
	position: relative;
	left: 188px;
	top: -50px;
	width: 50px;
	z-index: 100;
	color: #ff6600;
}
.hide{display:none;}
.installed_share_wide {
	width: 43px;
	z-index: 100;
	color: #ff6600;
	float:right;
}

/* 首页智能推荐隐藏后的提示 */
/* #tipofshare {
	position: fixed;
	bottom: 0px;
	background-color: #ffffe1;
	border: 1px solid #ffd700;
    line-height: 25px;
    margin: 10px 0;
    padding: 5px 0px 5px 0px;
	width:960px;
	text-align:center;
} */

.datatable-new th, .datatable-new td {
	font-size: 12px;
	font-family: "微软雅黑", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.w100 {
	width: 100px;
}
.w80 {
	width: 80px;
}
.tip-twitter .tip-arrow-top,
.tip-twitter .tip-arrow-right,
.tip-twitter .tip-arrow-bottom,
.tip-twitter .tip-arrow-left {
	background: url("../images/client/csg-4ff473109938a.gif") no-repeat top left;
}
.tip-twitter {
	opacity: 0.8;
	z-index: 1000;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 6px;
	max-width: 200px;
	color: #fff;
	background-color: #000;
}
.tip-twitter .tip-inner {
	font: 12px "微软雅黑", arial, "宋体", tahoma;
	color: #fff;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-twitter .tip-arrow-top {
	margin-top: -5px;
	margin-left: -5px; /* approx. half the width to center it */
	top: 0;
	left: 50%;
	width: 9px;
	height: 5px;
	background-position: -138px -150px;
}
.tip-twitter .tip-arrow-right {
	margin-top: -4px; /* approx. half the height to center it */
	margin-left: 0;
	top: 50%;
	left: 100%;
	width: 5px;
	height: 9px;
	background-position: -147px -150px;
}
.tip-twitter .tip-arrow-bottom {
	margin-top: 0;
	margin-left: -5px; /* approx. half the width to center it */
	top: 100%;
	left: 50%;
	width: 9px;
	height: 5px;
	background-position: -156px -150px;
}
.tip-twitter .tip-arrow-left {
	margin-top: -4px; /* approx. half the height to center it */
	margin-left: -5px;
	top: 50%;
	left: 0;
	width: 5px;
	height: 9px;
	background-position: -165px -150px;
}

/**
 * 插件内容页，评论 删除，置顶
 */
.su_view_comment_order{width:20px;}
.su_view_comment_del, .su_view_comment_top {
	padding-left:5px;
}
.su_subcomment_view {
	border-top: 1px dashed #bfbfbf;
	margin: 0px 0 0px 30px;
	padding: 8px 4px 0;
	width: 80%;
}
.su_save_comment_order{padding:10px;text-align:right}