a{
	cursor:pointer;	
}
.FnChk{
	font-size:18px;	
}
.FnChk input[type=text],
.FnChk input[type=email],
.FnChk input[type=password],
.FnChk select,
.FnChk textarea{
	border:1px solid #d2d2d2;
	padding:5px;
}
input[type="submit"],
input[type="button"]{
	cursor:pointer;
}
/*Isotope{*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*}*/
/*ColorBox{*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999 !important; /*overflow:hidden;*/
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	border-radius:20px;
	border:1px solid #fff;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #999;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top:48px;
	overflow: visible;
	/*background: #fff;*/
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	/*background: url(images/pop_top_bg.png) top left no-repeat #fff;*/
}
#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #fff;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	bottom: -20px;
	color: #FFFFFF;
	display: none;
	overflow: visible;
	position: absolute;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}
#cboxPrevious {
	right: 100px;
}
#cboxNext {
	right: 55px;
}
#cboxClose {
	right: 10px;
	top:11px;
	background:url(images/close.png) top center;
	width:27px;
	height:27px;
	text-indent:-999px;
	overflow:hidden;
}
#cboxClose:hover{
	background-position:bottom center;	
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
	right: 100px;
}
.cboxSlideshow_on #cboxSlideshow {
	right: 175px;
}
.cboxSlideshow_off #cboxSlideshow {
	right: 175px;
}
#cboxCornerTop,
#cboxCornerBottom {
	width: 213px;
	height: 134px;
	position: absolute;
	display:none;
}
#cboxWrapper {
	overflow: inherit;
	
}
/*
#cboxTopLeft,
#cboxTopRight{
	position:absolute;
	top:0;
	width:20px;
	height:48px;
}
#cboxTopLeft{
	left:0;	
	background:url(images/colorbox-L.png) left top no-repeat;
}
#cboxTopRight{
	right:0;	
	background:url(images/colorbox-R.png) left top no-repeat;
}
#cboxTopCenter{
	background:url(images/colorbox-T.png) left top repeat;
	position:absolute;
	top:0;
	left:20px;
	right:20px;
	margin:auto;
	height:48px;	
}*/
/*}*/
.ft-left {
	float: left!important;
}
.ft-right {
	float: right!important;
}
.mg-top-6 {
	margin-top: 6px!important;
}
.mg-left-10 {
	margin-left: 10px!important;
}
.mg-left-35 {
	margin-left: 35px!important;
}
.pd-top-bottom-5 {
	padding: 5px 0px!important;
}
.pd-top-bottom-8 {
	padding: 8px 0!important;
}
.pd-top-bottom-10 {
	padding: 10px 0px!important;
}
.pd-top-18 {
	padding-top: 18px!important;
}
.pd-top-19 {
	padding-top: 19px!important;
}
.mg-10 {
	margin: 10px!important;
}
.mg-left-5 {
	margin-left: 5px!important;
}
.mg-left-10 {
	margin-left: 10px!important;
}
.mg-left-15 {
	margin-left: 15px!important;
}
.mg-left-20 {
	margin-left: 20px!important;
}
.mg-right-5 {
	margin-right: 5px!important;
}
.mg-right-9 {
	margin-right: 9px!important;
}
.mg-right-10 {
	margin-right: 10px!important;
}
.mg-right-14 {
	margin-right: 10px!important;
}
.mg-right-15 {
	margin-right: 15px!important;
}
.mg-right-20 {
	margin-right: 20px!important;
}
.mg-bottom-50 {
	margin-bottom: 50px!important;
}
.mg-bottom-30 {
	margin-bottom: 30px!important;
}
.mg-top-1 {
	margin-top: 1px!important;
}
.mg-top-5 {
	margin-top: 5px!important;
}
.mg-top-10 {
	margin-top: 10px!important;
}
.mg-top-15 {
	margin-top: 15px!important;
}
.mg-top-20 {
	margin-top: 20px!important;
}
.mg-top-25 {
	margin-top: 25px!important;
}
.mg-top-30 {
	margin-top: 30px!important;
}
.mg-top-40 {
	margin-top: 40px!important;
}
.mg-top-50 {
	margin-top: 50px!important;
}
.mg-bottom-5 {
	margin-bottom: 5px!important;
}
.mg-bottom-10 {
	margin-bottom: 10px!important;
}
.mg-bottom-15 {
	margin-bottom: 15px!important;
}
.mg-bottom-20 {
	margin-bottom: 20px!important;
}
.mg-top-bottom-8 {
	margin: 8px 0 !important;
}
.pd-2 {
	padding: 2px!important;
}
.pd-4 {
	padding: 4px!important;
}
.pd-5 {
	padding: 5px!important;
}
.pd-10 {
	padding: 10px!important;
}
.pd-t-3 {
	padding-top: 3px!important;
}
.pd-t-5 {
	padding-top: 5px!important;
}
.pd-t-6 {
	padding-top: 6px!important;
}
.pd-t-7 {
	padding-top: 7px!important;
}
.pd-t-8 {
	padding-top: 8px!important;
}
.pd-l-10 {
	padding-left: 10px!important;
}
.pd-l-30 {
	padding-left: 30px!important;
}
.pd-l-60 {
	padding-left: 60px!important;
}
.pd-l-90 {
	padding-left: 90px!important;
}
.pd-r-10 {
	padding-right: 10px!important;
}
.pd-r-20 {
	padding-right: 20px!important;
}
.pd-b-6 {
	padding-bottom: 6px!important;
}
.pd-b-7 {
	padding-bottom: 7px!important;
}
.pd-b-8 {
	padding-bottom: 8px!important;
}
.pd-b-80 {
	padding-bottom: 80px!important;
}
.block{
	display:block;	
}
.inline-block{
	display:inline-block;	
}
.line-bottom-light {
	border-bottom: 1px solid #DCDCDC;
}
.line-top-light {
	border-top: 1px solid #DCDCDC;
}
.bg-white {
	background-color: #fff;
}

.rows-2 {
	padding: 2px 0;
	overflow: hidden;
}
.rows-4 {
	padding: 4px 0;
	overflow: hidden;
}
.rows-7 {
	padding: 7px 0;
	overflow: hidden;
}
.rows-10 {
	overflow: hidden;
	padding: 10px 0;
}
.rows-t-10 {
	overflow: hidden;
	padding-top: 10px!important;
}
.clear {
	clear: both;
}
.clearfix {
	clear: both;
}
.social_share{
	padding-top:20px;
	padding-bottom:20px;	
}
.download_name {
	padding-left: 80px;
	color: #4F4F4F;
	font-weight: bold;
	padding-bottom:7px;
	cursor: pointer;
	opacity: 1;
 	filter: alpha(opacity=100);
	-moz-opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.download_name:hover {
	color: #31A8E8;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.8;
 	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.download_desc{
	width:85%;color:#A4A4A4;font-weight:none;line-height:15px; font-size:16px; padding-left:80px;
	display:block;
}
.download_countdw{
	width:80%;color:#A4A4A4;font-weight:none;line-height:20px; font-size:16px; padding-left:80px;
	display:block;
	}
.download_date{
	width:80%;color:#A4A4A4;font-weight:none;line-height:7px; font-size:16px; padding-left:45px;
	display:block;
}
.downloadicon_pdftype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-PDF.png);
	background-repeat: no-repeat;
}
.downloadicon_xlstype,
.downloadicon_xlsxtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-Excel.png);
	background-repeat: no-repeat;
}
.downloadicon_ppttype,
.downloadicon_pptxtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-PPT.png);
	background-repeat: no-repeat;
}
.downloadicon_doctype,
.downloadicon_docxtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-Word.png);
	background-repeat: no-repeat;
}
.downloadicon_swftype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-SWF.png);
	background-repeat: no-repeat;
	background-position:0 4px;
}
.downloadicon_rartype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-RAR.png);
	background-repeat: no-repeat;
}
.downloadicon_ziptype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-ZIP.png);
	background-repeat: no-repeat;
}
.downloadicon_pngtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-PNG.png);
	background-repeat: no-repeat;
}
.downloadicon_Othertype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-Other.png);
	background-repeat: no-repeat;
}
.downloadicon_giftype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-GIF.png);
	background-repeat: no-repeat;
}
.downloadicon_jpgtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-JPG.png);
	background-repeat: no-repeat;
}
.downloadicon_mp3type {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-MP3.png);
	background-repeat: no-repeat;
}
.downloadicon_mp4type {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-MP4.png);
	background-repeat: no-repeat;
}
/*PROMP{*/
.pop_up {
	min-width: 500px;
	min-height: 300px;
	border-radius: 20px;
	background:url(popup/head-bg.png) top center repeat-x;
	border:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
	font-size:18px;
}
.pop_up .header {
    height: 27px;
    padding: 10px;	
}
.pop_up .content {
	background:#fff;
}
/*}*/
/*Promp enews{*/
.txt-3 {
	font-size: 14px;
	font-weight: bold;
}
.txt-4 {
	font-size: 13px;
	font-weight: bold;
}
.pop_enews {
	max-width: 850px;
	color: #666;
	padding: 20px 60px;
}
.pop_enews .left,.pop_enews .right{
	float:left;	
	width:500px;
}

.pop_enews .right{
	width:290px;
	padding-left:40px;	
	padding-right:0px;
	border-left:1px solid #eee;
}
.pop_enews .right .text{
	padding:0 0 10px;
}
.chk_enews {
	float: left;
	width: 155px;
	height: 15px;
	padding: 3px 2px 2px 10px;
	font-size: 13px;
	opacity: 0.7;
	color: #000 !important;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.chk_enews:hover {
	background: #EFEFEF;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
	font-size: 12px;
}
.select_enews {
	min-height: 180px;
}
.pop_up .header .title_enews {
    color: #999999;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
}
.pop_up .header .subtitle_enews {
	padding-top: -15px;
	font-size: 16px;
	color: #fff;
	display:none;
}
.pop_member .minilline {
	background-image: url(img/mini-line.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 1px;
	margin-bottom: 10px;
	width: 340px;
	height: 24px;
}
.dotelline {
	border-bottom: 1px dashed #eee;
	height: 1px;
}
.newslist_check {
	width: 210px;
	padding: 5px;
	float: left;
}
.newslist_check label {
	margin-left: 5px;
}
/*}*/

/*Promp Member{*/
.pop_up .header .tilte {
	float: left;
	font-size: 24px;
	margin-top: 0px;
	color:#fff;
}
.pop_member {
	max-width: 960px;
	color: #666;
	padding: 20px 60px;
}
.pop_member .alert{
	padding-left:100px;
}
.pop_member .txt {
	font-size: 20px;
	font-weight: bold;
	color: #23b4c5;
	line-height: 26px;
}
.pop_member #inputMEmail {
	width: 90%;
	padding:10px
}
.pop_member .lline {
	border-bottom: 1px dashed #eee;
	height: 1px;
	margin-bottom: 20px;
}
.pop_member .benefit {
	display: block;
	list-style: none;
	margin-left: 100px;
}
.pop_member .benefit li {
	display: block;
	line-height: 18px;
}
.form_login {
	background: none repeat scroll 0 0 #F5F5F5;
	border-top: 1px solid #EAE8E8;
	position: relative;
	padding: 20px 60px;
	padding-bottom: 40px;
	width:710px;
}
.form_login .txt {
	color: #23b4c5;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.form_login .L,
.form_login .R {
	float: left;
	width: 300px;
}
.form_login .L {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}
.form_login .L form label,
.form_login .L form #inputMEmail,
.form_login .L form #inputMPwd,
.form_login .L form .option {
	clear: both;
	display: block;
	margin-bottom: 10px;
	color:#666;
}
.form_login .R {
	text-align: center;
}
/*}*/
.i-enews {
    background:url(../img/icon/enew.png) left center no-repeat;
    float: left;
    height: 35px;
    width: 80px;
}
.i-member {
	background:url(popup/icon-member.png) 10px center no-repeat;
    float: left;
    height: 30px;
    width: 45px;
}
.bg{
	background:url(popup/member-regis/btn-01.png) center center no-repeat;
	height:32px;
	width:104px;
	border:none;
	color:#fff;
	text-shadow:1px 1px #6C6C6C;
}
.txtcolor{
	color:#23b4c5;
}
.error{
	border:1px solid red !important;	
}
/*Member inner{*/
.member_box {
}
.member_box .box_thumb {
	width: 215px;
	height: 230px;
	background: url(img/m-pic-bg.png)no-repeat left bottom;
	float: left;
}
.member_box .thumbnail {
	width: 200px;
	height: 210px;
	border: 3px solid #999;
}
.member_box .thumbnail img {
	width: 100%;
}
.member_box .thumbnail a {
	background: url(img/bg_overlay.png);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	padding: 5px 0;
	position: absolute;
	width: 100%;
	;
}
.member_box .thumbnail a .iconEdit {
	background: url(img/edit.png) no-repeat top left;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
}
.member_box .right {
	float: left;
	padding-left: 40px;
	position: relative;
}
.member_box .right .name {
	font-size: 16px;
	font-weight: bold;
}
.member_box .right .name {
	font-size: 16px;
	font-weight: bold;
}
.member_box .right .email {
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.member_box .right .other {
	color: #999;
	font-size: 11px;
}
.member_box .right .option {
	border-top: 1px dotted #CCCCCC;
	list-style: none outside none;
	margin-top: 30px;
	padding-top: 10px;
}
.member_box .right .option li {
	float: left;
}
.member_box .right .option li a {
	padding-left: 20px;
	padding-right: 10px;
	font-weight: bold;
	color: #999;
	display:block;
	height:16px;
}
.member_box .right .option li a.icon_edit {
	background: url(img/m-edit.png) top left no-repeat;
}
.icon_star {
	background: url(img/m-star.png) top left no-repeat;
}
.member_box .right .option li a.icon_pwd {
	background: url(img/m-pwd.png) top left no-repeat;
}
.member_box .right .option li a:hover,.icon_star.selected {
	background-position: bottom left;
	color: #4cbdc9;
}
.member_box .right #btn_logout {
	position: absolute;
	top: 10px;
	right: 10px;
}
.btnStar{
	padding-left:20px;	
}
.btnMakeRead{
	
}
.formPrecess {
	color: #999;
	padding-bottom: 20px;
}
.formPrecess h3 {
	color: #69C15B;
	margin: 0;
	padding: 10px 0px 12px;
	border-bottom: 1px dotted #E0E0E0;
	font-weight:normal;
	font-size:22px;
}
.formPrecess .data {
	padding: 10px 10px 10px 0px;
	position: relative;
	border-bottom: 1px dotted #E0E0E0;
	margin-bottom: 20px;
}
.formPrecess form {
}
.formPrecess .data .row {
	display: inline-block;
	width: 100%;
}
.formPrecess .data .row .title {
	width: 100px;
	text-align: right;
	margin-right: 20px;
	padding-top:5px;
}
.formPrecess .data .row input{
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.formPrecess .data .row select {
	margin-bottom: 5px;
}
.formPrecess .data .row .title{
	float: left;
}
.formPrecess .data .row input {
	float: left;
}
.formPrecess .data .row input[type='checkbox']{
	float: none;
}
.formPrecess .data .photo {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 170px;
}
.formPrecess .data .photo .box_thumb {
	width: 170px;
	height: 177px;
	background: url(img/m-pic-bg.png)no-repeat left bottom;
	float: left;
	background-size: contain;
}
.formPrecess .data .photo .thumbnail {
	width: 160px;
	height: 160px;
	border: 3px solid #01757A;
}
.formPrecess .data .photo .thumbnail img {
	width: 100%;
}
.formPrecess .data .photo .box_file {
	position: relative;
	overflow: hidden;
	width: 170px;
	height: 25px;
	background: url(img/bg_img_upload.png) center center no-repeat;
	cursor:pointer;
}
.formPrecess .data .photo .box_file input[type=file] {
	position: absolute;
	overflow: hidden;
	font-size: 999px;
	right: 0;
	top: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.formPrecess .data .photo .box_file label {
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    line-height: 23px;
    text-indent: 60px;
    width: 100%;
}
.formPrecess .data .photo .tile_accep {
	text-align: center;
	width: 100%;
	padding-top: 3px;
}
.formPrecess .data .follow {
	padding: 10px 0;
}
.formPrecess .data .follow:first-child {
	border-bottom: 1px dotted #E0E0E0;
	padding-top: 0;
}
.formPrecess .data .follow h5 {
	margin: 0;
}
.formPrecess .data .follow .list_check {
	width: 210px;
	padding: 5px 0;
	float: left;
}
.formPrecess .data .follow input[type='checkbox']{
	float:left;
}
.formPrecess .data .follow label {
	margin-left: 5px;
	display:block;
	padding-left:12px;
}
.formPrecess .submit {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	margin-top: 10px;
}
.feeds_content .content_checkbox {
	bottom: 0;
	left: -20px;
	margin: auto;
	position: absolute;
	top: 0;
}
.feeds_content .content_datalist .row {
	position: relative;
}
/*}*/
/* Button {*/
.sbutton,
.sbutton span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sbutton.disabled {
}
.sbutton {
	text-align: center;
	white-space: nowrap;
	line-height: 1em;
	position: relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom: rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(  center top,  rgba(255, 255, 255, .1) 0%,  rgba(0, 0, 0, .1) 100%  );/* FF3.6 */
	background: -webkit-gradient(  linear,  center bottom,  center top,  from(rgba(0, 0, 0, .1)),  to(rgba(255, 255, 255, .1))  );/* Saf4+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;/*margin-bottom:10px;*/
	
}
sbutton::-moz-focus-inner {
 border: none; /* overrides extra padding in Firefox */
}
sbutton.sbutton {
	padding: 0px;
	margin: 0;
}
.sbutton.full,
.sbutton.full span {
	display: block;
}
.sbutton:hover,
.sbutton.hover {
	background: -moz-linear-gradient(  center top,  rgba(255, 255, 255, .2) 0%,  rgba(255, 255, 255, .1) 100%  );/* FF3.6 */
	background: -webkit-gradient(  linear,  center bottom,  center top,  from(rgba(255, 255, 255, .1)),  to(rgba(255, 255, 255, .2))  );/* Saf4+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.sbutton:active,
.sbutton.active {
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.sbutton span {
	position: relative;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding: 0.6em 1.3em;
	line-height: 1.1em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.sbutton span.black {
	color: #000;
}
.sbutton.small span {
	font-size: 12px;
}
.sbutton.medium span {
	font-size: 13px;
}
.sbutton.large span {
	font-size: 18px;
}
.sbutton.black {
	background-color: #333333;
}
.sbutton.gray {
	background-color: #666666;
}
.sbutton.white {
	background-color: #DADADA;
}
.sbutton.red {
	background-color: #e62727;
}
.sbutton.orange {
	background-color: #ff5c00;
}
.sbutton.magenta {
	background-color: #A9014B;
}
.sbutton.yellow {
	background-color: #ffb515;
}
.sbutton.blue {
	background-color: #618CB9;
}
.sbutton.pink {
	background-color: #e22092;
}
.sbutton.green {
	background-color: #3c9100;
}
.sbutton.rosy {
	background-color: #F16C7C;
}
.sbutton.brown {
	background-color: #804000;
}
.sbutton.purple {
	background-color: #800080;
}
.sbutton.cyan {
	background-color: #46C7C7;
}
.sbutton.gold {
	background-color: #D4A017;
}
.sbutton.while {
	background-color: #FFFFFF;
}
/* }Button*/
/*Left Menu {*/
.main_leftmenu ul li a{
	display:block;
	background:#fff;
	font-size:16px;
	padding:10px 0 10px 20px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.main_leftmenu ul > li.header{
	border-bottom:none;
}
.main_leftmenu ul > li{
	/*border-bottom:1px solid #ccc;	*/
}
.main_leftmenu ul ul li > a{
	border-bottom:1px solid #E0E0E0;	
}
.main_leftmenu ul ul ul ul li > a{
	border-bottom:none;
}
.main_leftmenu ul ul > li.sub{
	border-bottom:none;
}
.main_leftmenu ul{
	position:relative;	
}
.main_leftmenu ul ul li.open > a,
.main_leftmenu ul ul li:hover > a,
.main_leftmenu ul ul li.selected > a{
	background:	#01757A;
	color:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
}	
.main_leftmenu ul ul li:hover > a{
	text-indent:5px;	
}
.main_leftmenu ul ul li > ul li{
	border-bottom:none;	
}
.main_leftmenu ul ul > li.selected > ul:after,
.main_leftmenu ul ul > li:hover > ul:after{
	display: block;
	position: absolute;
	background: transparent;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	border-bottom: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	bottom: 100%;
	margin: auto;
}
.main_leftmenu ul ul > li.selected > ul:before,
.main_leftmenu ul ul > li:hover > ul:before{
	display: block;
	position: absolute;
	background: transparent;
	border: 4px solid transparent;
	border-bottom-color: #A2A2A2;
	border-bottom: 100%;
	left:30px;	
	content: '';
	width: 0;
	height: 0;
	bottom: 100%;
	margin: auto;
}
.main_leftmenu ul ul li > ul li > a{
    font-size: 19px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
    position: relative;	
	background:#fff;
}
.main_leftmenu ul ul li > ul li > a:before{
    content: "-";
    left: 25px;
    position: absolute;
    top: 5px;
}
.main_leftmenu ul ul li > ul li:hover > a,
.main_leftmenu ul ul li > ul li.selected > a{
	background:#f1f1f1 !important;
	color:#09A195;
}
.main_leftmenu ul li.sub > a{
	cursor:default;
}
.main_leftmenu ul ul ul ul li{
	position:relative;	
}
.main_leftmenu ul ul ul ul{
	position:absolute;
	left:100%;
	top:0px;	
	width:200px;
	z-index:1;
	display:none;
	border:1px solid #ccc;
	border-radius:0px 5px 5px 0px;
	overflow:hidden;	
}
.main_leftmenu ul ul ul ul ul a{
	background:#F9F9F9;
}
.main_leftmenu ul ul ul ul ul li.selected a{
	background:#f1f1f1;
	color:#09A195;
}
.main_leftmenu ul ul ul li:hover ul{
	display:block;	
}
.main_leftmenu ul ul ul ul li a:before{
    content: "›";
    left: 15px;q
    position:absolute;
    top: 2px;
}
/*}*/

#signIn input,
#forgetPWD input{
	padding:7px;	
}
.iconnew,
.iconhot,
.iconupdate,
.iconview,
.iconcomment,
.iconmember,
.iconfb {
	display: inline-block;
	margin-left: 10px;
	vertical-align:middle;
}
.iconnew {
	background: #FFFFFF left center;
	width: 34px;
	height: 14px;
	
}
.iconhot {
	background: #FFFFFF left center;
	width: 33px;
	height: 15px;
}
.iconupdate {
	background: #FFFFFF left center;
	width: 51px;
	height: 14px;
}
.iconview {
	background:#FFFFFF left center;
	width: 15px;
	height: 20px;
	padding-left: 20px;
}
.boxloading{
	background:center #fff no-repeat;
	opacity:0.5;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}