@charset "utf-8";
@import url("font/fonticon.css");
#header {
	color: #FFF;
	background-color: #0078d7;
	float: left;
	height: 70px;
	width: 100%;
	-webkit-box-shadow: 0px 1px 5px #666;
	-moz-box-shadow: 0px 1px 5px #666;
	-ms-box-shadow: 0px 1px 5px #666;
	-o-box-shadow: 0px 1px 5px #666;
	box-shadow: 0px 1px 5px #666;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
#header .header {
	height: 70px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0078d7;
}
#header .logo {
	float: left;
	height: 70px;
	background-color: #FFFF00;
	width: 226px;
}
#header .logo a {
	float: left;
	height: 70px;
	width: 100%;
	color: #333;
}
#header .logo:hover {
	background-color: #FFF;
}
#header .search {
	margin-left: 20px;
	float: left;
	height: 30px;
	width: 310px;
	background-color: #ccc;
	margin-top: 20px;
}
#header .search:hover {
	background-color: #FFF;
}
#header .search .keywords {
	float: left;
	height: 30px;
	width: 85%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	background-color: transparent;
	border: 0px solid transparent;
	margin-left: 10px;
}

#header .search .submit {
	float: right;
	height: 30px;
	width: 30px;
	background-color: #FFF;
	cursor: pointer;
	border: 0px solid transparent;
	background-color: transparent;
	color: #000;
	overflow: hidden;
	margin-right: 5px;
}
#header .search .submit i {
	line-height: 27px;
	text-align: center;
	float: left;
	height: 30px;
	width: 30px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#header .search .submit i:hover {
	color: #FF0000;
}
#header .menu h2 .a{
	font-size: 18px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 70px;
	cursor: pointer;
	color: #FFF;
}
#header .menu h2 span{
	font-size: 18px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 70px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
#header .menu {
	float: left;
	margin-left: 140px;
	width: 600px;
}

#header .menu h2 .a:hover,#header .menu h2 span:hover {
	color: #000;
	background-color: #fff;
}

#header .menu .m:hover span{
	color: #000;
	background-color: #fff;
}
#header .menu .m:hover .z{
	display: inherit;
}
#header .menu .m .z {
	background-color: #FFF;
	float: left;
	width: 133px;
	font-size: 14px;
	position: absolute;
	margin-top: 55px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0078d7;
	border-bottom-color: #0078d7;
	border-left-color: #0078d7;
	padding: 10px;
	-webkit-box-shadow: 0px 1px 5px #666;
	-moz-box-shadow: 0px 1px 5px #666;
	-ms-box-shadow: 0px 1px 5px #666;
	-o-box-shadow: 0px 1px 5px #666;
	box-shadow: 0px 1px 5px #666;
	margin-left: -1px;
	z-index: 2;
	display: none;
}
#header .menu .m {
	position: relative;
	float: left;
}
#header .menu .m span:before {
	font-family: "ico" !important;
	content: "\e63d";
	float: right;
	color: #cebfdd;
	height: 10px;
	width: 10px;
	font-size: 14px;
	margin-top: 32px;
	line-height: 10px;
	text-align: right;
	margin-left: 5px;
}
#header .menu .m .z .b {
	float: left;
	width: 100%;
	color: #30629a;
	line-height: 26px;
	letter-spacing: 1px;
	-webkit-animation:moveFromTop 400ms ease;
	-moz-animation:moveFromTop 400ms ease;
	-ms-animation:moveFromTop 400ms ease;
}
#header .menu .m .z .b:hover {
	color: #F00;
}
#header .menu .m .z .b:after {
	content: '\009B';
	float: right;
	margin-top: 7px;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #e295b3;
}
#header .folder {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 10px;
	border-radius: 50%;
}
#header .folder .i-download1 {
	height: 50px;
	width: 50px;
	text-align: center;
	float: left;
	font-size: 28px;
	font-weight: bold;
	line-height: 46px;
	color: #fff;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#header .box .i-download1 {
	color: #4fc1e9;
	background-color: #FFF;
	border-top-left-radius:30px;
border-top-right-radius:30px;
}
#header .folder span {
	margin-top: -45px;
	text-align: center;
	float: left;
	width: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2cbe9a;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	margin-left: 15px;
	z-index: 3;
	position: relative;
	cursor: pointer;
}
#header .box {
	border-radius: 0px;
	margin-top: 0px;
	padding-top: 10px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
#header .folder .downloadbox {
	float: right;
	color: #000;
	background-color: #FFF;
	position: relative;
	right: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #30629A;
	border-bottom-color: #30629A;
	border-left-color: #30629A;
	-webkit-box-shadow: 0px 1px 5px #666;
	-moz-box-shadow: 0px 1px 5px #666;
	-ms-box-shadow: 0px 1px 5px #666;
	-o-box-shadow: 0px 1px 5px #666;
	box-shadow: 0px 1px 5px #666;
	margin-right: -1px;
	width: 310px;
	z-index: 5000;
	display: none;
}
#header .folder .downloadbox ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 15px;
	height: 200px;
	overflow-x: hidden;
}
#header .folder .downloadbox ul li {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#header .folder .downloadbox ul li .i-ttf:hover {
	color: #f00;
}
#header .folder .downloadbox ul li .i-ttf {
	font-size: 24px;
	height: 24px;
	width: 24px;
	float: left;
	line-height: 24px;
	color: #30629A;
	cursor: pointer;
}
#header .folder .downloadbox ul li .i-delete {
	float: right;
	margin-right: 10px;
	font-size: 14px;
	color: #48cfad;
	margin-top: 5px;
	height: 24px;
	cursor: pointer;
}
#header .folder .downloadbox ul li a {
	width: 200px;
	float: left;
	height: 24px;
	margin-left: 10px;
	line-height: 30px;
	overflow: hidden;
	color: #666;
}
#header .folder .downloadbox .format {
	float: left;
	width: 96%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f0efed;
	height: auto;
	padding-top: 8px;
	padding-left: 4%;
}
#header .folder .downloadbox .format .ck {
	float: left;
	color: #30629A;
	width: 59px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}
#header .folder .downloadbox .download {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 20px;
}
#header .folder .downloadbox .download .downloadall {
	float: right;
	background-color: #F00;
	height: 30px;
	width: 100px;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
#header .folder .downloadbox .download .downloadall:hover i{
	display: inherit;
	-webkit-animation:moveFromTop 400ms ease;
	-moz-animation:moveFromTop 400ms ease;
	-ms-animation:moveFromTop 400ms ease;
}
#header .folder .downloadbox .downloadall i {
	float: left;
	height: 30px;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	display: none;
}
#header .folder .downloadbox .removeall {
	float: left;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
#header .folder .downloadbox .removeall .i-delete {
	margin-right: 5px;
}
#header .folder .downloadbox ul .boxinfo {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
#header .user {
	float: right;
	height: 70px;
	width: 50px;
}
#header .user #openuser {
	font-size: 40px;
	line-height: 60px;
	text-align: right;
	cursor: pointer;
	height: 70px;
	float: left;
	width: 100%;
}
#header .user #openuser:hover {
	color: #FF0;
}

#header .user .userbox {
	float: right;
	height: auto;
	width: 270px;
	color: #000;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #30629A;
	border-bottom-color: #30629A;
	border-left-color: #30629A;
	-webkit-box-shadow: 0px 1px 5px #666;
	-moz-box-shadow: 0px 1px 5px #666;
	-ms-box-shadow: 0px 1px 5px #666;
	-o-box-shadow: 0px 1px 5px #666;
	box-shadow: 0px 1px 5px #666;
	margin-right: -1px;
	position: relative;
	z-index: 5000;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	display: none;
}

#header .user.ubox #openuser {
	text-align: center;
	cursor: pointer;
	background-color: #FFF;
	color: #5d9aed;
	width: 50px;
	float: right;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin-top: 10px;
	line-height: 40px;
	height: 50px;
	position: relative;
	z-index: 4;
}
#header .user .ibox a.vip:hover {
	color: #FF0;
	background-color: #000;
}
#header .user .userbox .input {
	float: left;
	width: 100%;
	border: 1px solid #eaeaea;
	height: 36px;
	margin-bottom: 20px;
}
#header .user .userbox .input:hover{
      border:#87C6F9 1px solid;
      box-shadow: 0 0 1px rgba(103, 166, 217, 1);

}

#header .user .userbox .input:hover i{
	color: #30629A;
}
#header .user .userbox .input i {
	float: left;
	margin-left: 10px;
	font-size: 20px;
	line-height: 22px;
	color: #999;
	margin-top: 5px;
}
#header .user .userbox .input input {
	margin-left: 10px;
	height: 22px;
	margin-top: 6px;
	width: 220px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000;
}
#header .user .userbox .loginsubmit {
	float: left;
	height: 30px;
	width: 100px;
	background-color: #90cd00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #90cd00, #90cd00);
	background-image: -moz-linear-gradient(top, #90cd00, #90cd00);
	background-image: -o-linear-gradient(top, #90cd00, #90cd00);
	background-image: linear-gradient(to bottom, #90cd00, #90cd00);
}
#header .user .userbox .loginsubmit:hover {
	color: #FF0;
	background-color: #000;
}
#header .user .userbox .register {
	float: left;
	height: 30px;
	color: #666;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
	margin-top: 20px;
	padding-top: 15px;
	line-height: 14px;
	padding-bottom: 5px;
}
#header .user .userbox .register:hover {
	color: #F00;
}
#header .user .userbox .signinwith {
	float: left;
}
#header .user .userbox .google {
	float: left;
	color: #ce4d39;
	font-size: 30px;
	line-height: 26px;
	margin-left: 60px;
}
#header .user .userbox .facebook {
	float: right;
	color: #305891;
	font-size: 30px;
	line-height: 26px;
	margin-left: 50px;
}
#footer {
	background-color: #404040;
	float: left;
	height: 270px;
	width: 100%;
}
#footer .footer {
	color: #bebdbd;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #404040;
}
.footer .webinfo {
	float: left;
	width: 300px;
}
.footer .title {
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer .webinfo p {
	float: left;
	height: auto;
	width: 100%;
}
.footer .webinfo .digg {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.footer .webinfo .digg .share {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 20px;
}
.footer .webinfo .digg .share i {
	float: left;
	height: 40px;
	width: 40px;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #111;
	cursor: pointer;
}
.footer .webinfo .digg .share .i-google {
	color: #FF0;
}
.footer .webinfo .digg .share i:hover {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	color: #0F0;
}
.footer .weblink {
	float: left;
	width: 400px;
	margin-left: 60px;
}
.footer .weblink a {
	float: left;
	width: 50%;
	text-indent: 10px;
	color: #999999;
	margin-bottom: 10px;
}
.footer .weblink a:before {
	content: "■";
	color: #ff6552;
	float: left;
	margin-top: -3px;
	margin-left: 0px;
}
.footer .subscribe {
	float: left;
	height: auto;
	width: 290px;
}
.footer .subscribe .box {
	float: left;
	height: 30px;
	width: 100%;
	background-color: #F2F4F8;
	margin-top: 40px;
}
.footer .subscribe p {
	float: left;
	width: 100%;
	color: #898989;
}
.footer .subscribe .box input {
	float: left;
	width: 90%;
	height: 30px;
	padding-left: 5%;
	background-color: transparent;
	border: 0px solid transparent;
	color: #999;
	font-size: 12px;
	line-height: 30px;
}
.footer .subscribe .box .mailsubmit {
	line-height: 30px;
	float: left;
	font-style: normal;
	cursor: pointer;
	color: #111;
	background-color: #f9dc85;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}
.footer .subscribe .box .mailsubmit:hover {
	color: #000;
	background-color: #FF0;
}
.footer .copyright {
	float: right;
	width: 320px;
}
.footer .copyright .i-new {
	float: left;
	height: 50px;
	width: 100%;
	text-align: center;
	color: #FF0;
	font-size: 50px;
	margin-top: 10px;
}
.footer .copyright .url {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.footer .copyright p {
	text-align: center;
	float: left;
	width: 100%;
	line-height: 28px;
}
#content {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#content .content {
	height: auto;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
#content .content .body {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	/*box-shadow: 0px 0px 240px rgba(200, 200, 200, 6);*/
}

#header .user .userbox .ibox {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
#header .user .userbox .ibox .userinfo {
	float: left;
	height: 70px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9dc85;
}
#header .user .ibox .c {
	float: left;
	height: 30px;
	width: 80%;
	line-height: 30px;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
#header .user .ibox .c i {
	font-size: 22px;
	line-height: 22px;
	float: left;
	height: 22px;
	width: 22px;
	margin-top: 4px;
	color: #57a78e;
	margin-right: 20px;
}
#header .user .ibox .c a {
	float: left;
	color: #666;
}
#header .user .ibox #logout {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
#header .user .ibox .c:hover {
	background-color: #f5f5f5;
}
#header .user .ibox img {
	float: left;
	height: 50px;
	width: 50px;
	box-shadow: 0px 1px 5px rgba(5,5,5,0.5);
	border-radius: 5px;
}
#header .user .ibox .userinfo .usern {
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	width: 198px;
	margin-left: 21px;
	height: 26px;
	overflow: hidden;
	font-weight: bold;
}
#header .user .ibox .userinfo .vip {
	margin-left: 21px;
	float: left;
	background-color: #57a78e;
	height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	margin-top: 4px;
	border-radius: 3px;
}
#header .user .ibox .userinfo .vip.yes {
	color: #000;
	background-color: #FF0;
}
.homeads {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	margin-top: 70px;
}
.homeads .ads {
	background-color: #FFF;
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
.body .newdesigners {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 10;
}
.body .newtitle {
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	height: 60px;
	width: 100%;
	background-color: #F2F4F8;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.body .newtitle i {
	font-size: 50px;
	float: left;
	margin-right: 20px;
	line-height: 50px;
	color: #6facff;
}
.body .newtitle font {
	float: left;
	line-height: 60px;
	color: #444;
}
.body  .newtitle a {
	float: right;
}
.body .newdesigners ul {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 26px;
}
.body .newdesigners ul li {
	background-color: #FFF;
	float: left;
	height: 90px;
	width: 90px;
	border-radius: 3px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	box-shadow: 0px 1px 5px rgba(5,5,5,0.5);
	margin-left: 25px;
	overflow: hidden;
}
.body .newdesigners ul li img {
	float: left;
	height: 70px;
	width: 70px;
	margin: 10px;
	background-image: none;
}
.body .newdesigners ul li a {
	float: left;
	height: 90px;
	width: 100%;
	background-color: #000;
	font-size: 26px;
	line-height: 90px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;

filter:alpha(opacity:70);
	opacity: 0.7;
	cursor: pointer;
}
.body .newdesigners ul li:hover a{
	margin-top: -90px;
}
.body .newfonts {
	float: left;
	height: auto;
	width: 100%;
}

.body .newfonts ul,#user .fd {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 26px;
}
.body .newfonts ul li {
	float: left;
	height: auto;
	width: 200px;
	border: 1px solid #F2F4F8;
	margin-top: 26px;
	margin-left: 26px;
	padding-bottom: 10px;
	border-radius: 5px;	
}
.body .newfonts ul li img,#user .fd li img {
	float: left;
	height: 200px;
	width: 200px;
}
.body .newfonts ul li .url,#user .fd li .url {
	text-transform: capitalize;
	text-align: center;
	float: left;
	height: 26px;
	width: 100%;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F4F8;
	white-space: normal;
	overflow: hidden;
	line-height: 26px;
}
.body .newfonts ul li .style,#user .fd li .style {
	float: left;
	width: 100%;
	height: 22px;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
}
.body .newfonts ul li .style .surl,#user .fd li .style .surl {
	font-size: 12px;
	color: #999;
}
.body .frame {
	float: left;
	height: auto;
	width: 100%;
}
.body .view {
	float: left;
	height: auto;
	width: 100%;
}
#index {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 70px;
	background-color: #a1d36e;
	background-image: url(bj.png);
}
#index .indeximg {
	height: 600px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#index .indeximg .itag {
	background-color: #393939;
	width: 225px;
	margin-top: 80px;
	height: 80px;
	color: #238d23;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	float: left;
	margin-right: 800px;
}
#index .indeximg .itaga {
	background-color: #799e53;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	padding: 10px;
	margin-top: 20px;
	letter-spacing: 2px;
}
#index .indeximg .itaga font {
	color: #FF0;
}
#index .indeximg .itagb {
	background-color: #0b0b0c;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 40px;
	text-transform: uppercase;
	float: left;
	margin-top: 20px;
	letter-spacing: 2px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
}
#index .indeximg .newsearch {
	float: left;
	background-color: #f5f4f0;
	height: 80px;
	width: 500px;
	margin-top: 80px;
}
#index .indeximg .newsearch .keywords {
	height: 40px;
	margin-top: 19px;
	margin-left: 19px;
	border: 1px solid #CCC;
	padding-left: 20px;
	color: #000;
	width: 300px;
}
#index .indeximg .newsearch .newsubmit {
	background-color: #404040;
	border: 1px solid #404040;
	color: #FF0;
	height: 40px;
	margin-top: 19px;
	margin-left: 19px;
	width: 115px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #404040, #404040);
	background-image: -moz-linear-gradient(top, #404040, #404040);
	background-image: -o-linear-gradient(top, #404040, #404040);
	background-image: linear-gradient(to bottom, #404040, #404040);
}
#header .indexso {
	float: left;
	height: 30px;
	width: 310px;
	margin-top: 15px;
	margin-left: 20px;
}
#header .indexso i{
	font-size: 40px;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	float: right;
	margin-right: 54px;
}
#header .indexso i:hover{
	color: #Ff0;
}
#index .idesign {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 100%;
}
#index .idesign .idesigns {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#index .idesigns .left {
	background-color: #F2F4F8;
	float: left;
	height: 700px;
	width: 300px;
}
#index .indeximg .ads {
	float: right;
	height: 600px;
	width: 300px;
}
#index .indeximg .indl {
	float: left;
	width: 100%;
}
#index .idesign .right {
	float: right;
	width: 1080px;
	height: auto;
	padding-bottom: 20px;
}
#index .idesign .right .newtitle {
	float: left;
	height: 70px;
	width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-indent: 70px;
	margin-top: 20px;
}
#index .idesign .right .frame {
	float: left;
	height: auto;
	width: 100%;
}
#index .idesign .right ul li {
	background-color: #FFF;
	float: left;
	height: 90px;
	width: 90px;
	border-radius: 3px;
	margin-right: 28px;
	margin-bottom: 30px;
	margin-top: 30px;
	box-shadow: 0px 1px 5px rgba(5,5,5,0.5);
	margin-left: 20px;
	overflow: hidden;
}
#index .idesign .right ul .x {
	margin-right: 0px;
}
#index .idesign .right ul li img{
	float: left;
	height: 70px;
	width: 70px;
	border-radius: 3px;
	background-image: none;
	margin: 10px;
}
#index .idesign .right ul li a {
	float: left;
	height: 90px;
	width: 100%;
	background-color: #000;
	font-size: 26px;
	line-height: 90px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;

filter:alpha(opacity:70);
	opacity: 0.7;
	cursor: pointer;
}
#index .idesign .right ul li:hover a{
	margin-top: -90px;
}
#index .idesign .left .ads {
	float: left;
	height: 250px;
	width: 300px;
}
#index .idesign .left .rtitle{
	float: left;
	height: 50px;
	width: 100%;
	background-color: #88caff;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
}
#index .idesign .left .atoz {
	float: left;
	height: auto;
	width: 100%;
}
#index .idesign .left .atoz a {
	float: left;
	height: 40px;
	width: 40px;
	background-color: #FFFFFF;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
}
#index .idesign .left .atoz a:hover {
	color: #FF0!important;
	background-color: #000;
}
 
.body .ilist {
	float: left;
	height: auto;
	width: 100%;
}
.body .ilist .title {
	float: left;
	height: 60px;
	width: 1390px;
	line-height: 60px;
	background-color: #f5f4f0;
	border: 5px solid #FFF;
	margin-bottom: 25px;
}
.body .ilist .title .digg {
	float: right;
	width: 230px;
	height: auto;
	margin-top: 18px;
	margin-right: 50px;
}
.body .ilist .title strong {
	float: left;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 26px;
	padding-left: 35px;
}
.digg .share {
	float: left;
	height: 24px;
	width: 24px;
	margin-right: 20px;
}
.body .title .digg .share i {
	float: left;
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #111;
	cursor: pointer;
}
.body .title .digg .share i:hover{
	color: #52C79A;
}
.body .title .digg .share .i-google {
	color: #CE4D39;
}
.body .title .digg .share .i-facebook {
	color: #305891;
}
.body .title .digg .share .i-twitter {
	color: #2ca8d2;
}
.body .title .digg .share .i-linkedin {
	color: #4498c8;
}
.body .title .digg .share .i-stumbleupon {
	color: #e65229;
}
.body .ilist .right {
	float: right;
	height: auto;
	width: 300px;
	margin-right: 30px;
}
.body .ilist .left {
	float: left;
	height: auto;
	width: 1005px;
	margin-left: 30px;
}
.body .ilist .left .settings {
	float: left;
	height: 50px;
	width: 100%;
	background-color: #F2F4F8;
}
.body .ilist .left .settings .eqtxt,#search .right .aws .eqtxt {
	background-color: #FFF;
	height: 28px;
	border: 1px solid #eaeaea;
	margin-left: 10px;
	margin-top: 10px;
	width: 400px;
	padding-left: 10px;
	line-height: 28px;
	float: left;
	border-radius: 0px;
}
.body .ilist .left .settings .eqtxt:hover,#search .right .aws .eqtxt:hover{
	border: #87C6F9 1px solid;
	box-shadow: 0 0 1px rgba(103, 166, 217, 1);

}
.body .ilist .left .settings #licolor,.body .ilist .left .settings .lireset,.body .ilist .left .settings .lipost {
	margin-top: 11px!important;
}
.body .ilist .left ul {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.body .ilist .left ul li,#search .right ul li{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.body .ilist .left ul li .img {
	float: left;
	height: 90px;
	width: 100%;
	margin-bottom: 20px;
	overflow-y: hidden;
}
.body .ilist .left ul li .href,#search .right ul li .href {
	background-color: #fbfaf8;
	float: left;
	height: 50px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	overflow: hidden;
}
.body .ilist .left ul li .href .add,#search .right ul li .href .add {
	float: right;
	width: 210px;
	margin-top: 10px;
}
.body .ilist .left ul li .href .i-tt,#search .right ul li .href .i-tt {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 10px;
	margin-top: 5px;
}
.body .ilist .left ul li .href .url,#search .right ul li .href .url {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
}
.body .ilist .left ul li .href .info,#search .right ul li .href .info {
	float: right;
	height: 30px;
	margin-top: 10px;
	white-space: nowrap;
}
.body .ilist .left ul li .href .info i,#search .right ul li .href .info i {
	float: left;
	font-size: 22px;
	line-height: 26px;
	color: #CCC;
}
.body .ilist .left ul li .href .info .iurl,#search .right ul li .href .info .iurl {
	float: left;
	font-size: 12px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
}
.body .ilist .left ul li .href .info a:hover,#search .right ul li .href .info a:hover {
	color: #333;
}
.body .ilist .left ul .ads {
	height: 90px;
	width: 973px;
	margin-top: 0px;
	border: 1px solid #f0f0f0;
	float: left;
	padding: 15px;
	text-align: center;
}
.body .ilist .left .page {
	margin-bottom: 40px;
	margin-top: 10px;
}
.body .ilist .style,.body .ilist .by {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.body .ilist .style .url {
	border: 1px solid #eaeaea;
	display: inline-block;
	border-radius: 5px;
	margin-right: 20px;
	margin-left: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	/*box-shadow: 0px 5px 0px rgba(0,0,0,0.2);*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.body .ilist .style .url:hover {
	color: #FFF!important;
	background-color: #0078D7;
}
.body .ilist .style .page {
	width: 558px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 80px;
	margin-top: 30px;
}
.body .ilist .style hr,.body .ilist .by hr {
	background-color: #F2F4F8;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4F8;
	border-bottom-color: #F2F4F8;
	border-right-color: #F2F4F8;
	border-left-color: #F2F4F8;
	border-right-style: solid;
	border-left-style: solid;
}
.body .ilist .style .ads {
	float: left;
	height: 280px;
	width: 336px;
	background-color: #F0F0F0;
	margin-top: 30px;
	margin-left: 20px;
}
.body .ilist .by .ads {
	float: right;
	height: 600px;
	width: 300px;
	margin-right: 50px;
}
.body .ilist .by .author {
	float: left;
	height: 50px;
	margin-left: 40px;
	margin-top: 40px;
	border: 1px solid #cfcfcf;
	color: #000;
	padding-left: 15px;
	border-radius: 5px;
	padding-right: 15px;
	/*box-shadow: 0px 2px 0px rgba(0,0,0,0.2);*/
}
.body .ilist .by .author:hover {
	background-color: #ccc;
	box-shadow: none;
}
.body .ilist .by .page {
	width: 90%;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.body .ilist .by .author i {
	font-size: 30px;
	line-height: 30px;
	color: #90cd00;
	float: left;
	margin-top: 7px;
}
.body .ilist .by .author span {
	float: left;
	height: 24px;
	margin-top: 13px;
	background-color: #F5F4F0;
	font-size: 12px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 11px;
}
.body .ilist .by .author a {
	float: left;
	line-height: 22px;
	font-weight: bold;
	height: 22px;
	margin-top: 14px;
	color: #90cd98;
}
.body .ilist .by .author:hover a {
	color: #FF0;
}
.body .ilist .style .url span {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	float: left;
	line-height: 22px;
	height: 22px;
	border-radius: 50%;
	padding-right: 10px;
	padding-left: 10px;
}
.body .ilist .style .url font {
	line-height: 22px;
	float: left;
	height: 22px;
	padding-right: 10px;
	padding-left: 10px;
}
.sobt {
	float: left;
	height: auto;
	width: 100%;
	background-color: #6cb5d9;
	background-image: url(bj.png);
	margin-bottom: 20px;
}
.body .so {
	float: left;
	height: auto;
	width: 100%;
}
.sobt h2 {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 40px;
	color: #FFF;
	font-size: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.sobt .sods {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
}
.sobt .sods .digg {
	height: 50px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.sobt .sods .digg .share {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	cursor: pointer;
}
.sobt .sods .digg .share i {
	color: #FFF;
	font-size: 50px;
	line-height: 50px;
}
.sobt .sods .digg .share:hover i{
	color: #0078D7;
}
.body .so .sequence {
	float: left;
	height: 50px;
	width: 100%;
	background-color: #f5f4f0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d7d6d0;
	border-bottom-color: #d7d6d0;
}
.body .so .sequence .each {
	float: left;
	padding-right: 28px;
	padding-left: 28px;
	line-height: 50px;
	height: 50px;
	color: #777;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7d6d0;
	cursor: pointer;
	font-style: normal;
}
.body .so .sequence .each:hover {
	background-color: #d7d6d0;
}
.body .so .sequence #er{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d6d0;
	margin-right: 0px;
}

.body .so .sequence .settings {
	float: right;
	height: 50px;
	width: 50%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d6d0;
}
.body .so .sequence .settings .eqtxt {
	background-color: #FFF;
	height: 28px;
	border: 1px solid #eaeaea;
	margin-left: 10px;
	margin-top: 10px;
	width: 400px;
	padding-left: 10px;
	line-height: 28px;
	float: left;
	border-radius: 0px;
}
.body .so .sequence .settings .eqtxt:hover{
	border: #87C6F9 1px solid;
	box-shadow: 0 0 1px rgba(103, 166, 217, 1);

}
.body .so .sequence .settings #licolor,.body .so .sequence .settings .lireset,.body .so .sequence .settings .lipost {
	margin-top: 11px!important;
}
.body .so .type li {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
}
.body .so .type li {
	float: left;
	height: auto;
	width: 100%;
}
.body .so .type li .img {
	float: left;
	height: 90px;
	width: 100%;
	overflow-y: hidden;
	margin-bottom: 40px;
}
.body .so .type li .href {
	background-color: #f0f0f0;
	float: left;
	height: 50px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	overflow: hidden;
}
.body .so .type li .href .add {
	float: right;
	width: 210px;
	margin-top: 10px;
}
.body .so .type li .href .i-tt {
	color: #009900;
	font-size: 30px;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 10px;
	margin-top: 5px;
}
.body .so .type li .href .url {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
}
.body .so .type li .href .info {
	float: right;
	height: 30px;
	margin-top: 10px;
	white-space: nowrap;
	background-color: #FFF;
	padding-left: 10px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.body .so .type li .href .info i {
	float: left;
	font-size: 22px;
	line-height: 26px;
	color: #CCC;
}
.body .so .type li .href .info .iurl {
	float: left;
	font-size: 12px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
}
.body .so .type li .href .info a:hover {
	color: #333;
}
.body .so .type li .href .add {
	background-color: #FFF;
}
.body .so .type li .href .add i {
	background-color: #FBFAF8;
	color: #90CD98;
}
.body .so .page {
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 98%;
	margin-left: 1%;
}
.body .so .type .ads {
	text-align: center;
	float: left;
	height: 90px;
	width: 100%;
	overflow-y: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 40px;
	padding-bottom: 40px;
}
.body .reg {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.body .reg .regbox {
	float: left;
	height: 50px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	-ms-box-shadow: 0px 0px 1px #aaa;
	-o-box-shadow: 0px 0px 1px #aaa;
	box-shadow: 0px 0px 1px #aaa;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
}
.body .reg .regbox i {
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 10px;
	font-size: 30px;
	line-height: 30px;
	margin-right: 10px;
	color: #aaa;
	margin-top: 8px;
}
.body .reg .regbox .input {
	float: left;
	height: 30px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
	border-radius: 0px;
	font-size: 18px;
	width: 90%;
	color: #ccc;
}
.body .reg .regbox:hover {
	-webkit-box-shadow: 0px 0px 1px #00f;
	-moz-box-shadow: 0px 0px 1px #00f;
	-ms-box-shadow: 0px 0px 1px #00f;
	-o-box-shadow: 0px 0px 1px #00f;
	box-shadow: 0px 0px 1px #00f;
}
.body .reg .regbox:hover i {
	color: #87C6F9;
}
.body .reg .regbox:hover .input{
	color: #000;
}
.body .reg .regbox .checkbox {
	float: left;
	width: 50%;
	margin-top: 10px;
}
.body .reg .rogs {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 20px;
}
.tgl + .tgl-btn:after {
	content: 'Subscribe';
}
.body .reg .rogs .openuser,.body .reg .rogs .regsubmit {
	float: left;
	height: 50px;
	width: 250px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	color: #FFF;
}
.body .reg .rogs .regsubmit{
	background-color: #A1D569;
}
.body .reg .rogs .openuser{
	background-color: #49C0EB;
}
.body .reg .rogs .openuser:hover,.body .reg .rogs .regsubmit:hover {
	color: #FF0;
	background-color: #000;
}

.body .reg .rogs .or {
	float: left;
	color: #666;
	background-color: #EAEAEA;
	height: 50px;
	width: 50px;
	margin-right: 75px;
	margin-left: 75px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
}
.body .reg .reginfo {
	color: #666;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
}
#user {
	float: left;
	height: auto;
	width: 100%;
}
#user .usermenu {
	float: left;
	height: auto;
	width: 320px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#user .usermenu .c {
	float: left;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F5F4F0;
	margin-left: 5px;
	border: 5px solid #F5F4F0;
	width: 265px;
	margin-top: 20px;
}
#user .usermenu .c i {
	font-size: 22px;
	line-height: 44px;
	color: #999;
	float: left;
	height: 50px;
	margin-right: 10px;
}
#user .usermenu .c a {
	line-height: 50px;
	color: #999;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#user .usermenu .c:hover,#user .usermenu .c:hover a,#user .usermenu .c:hover i{
	color: #FF0;
	background-color: #90CD98;
}

#user .usermenu .e,#user .usermenu .e a,#user .usermenu .e i{
	color: #FF0;
	background-color: #90CD98;
}
#user .userinfo {
	float: left;
	height: auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F5F4F0;
	margin-top: 30px;
	padding-bottom: 100px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F5F4F0;
	width: 1070px;
}
#user .userinfo .uboxs {
	float: left;
	height: auto;
	width: 500px;
	margin-left: 30px;
	margin-top: 30px;
}
#user .regbox {
	float: left;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
}
#user .regbox i {
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 10px;
	font-size: 30px;
	line-height: 30px;
	margin-right: 10px;
	color: #aaa;
	margin-top: 8px;
	color: #87C6F9;
}
#user .regbox .input {
	float: left;
	height: 30px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
	border-radius: 0px;
	font-size: 18px;
	width: 90%;
	color: #ccc;
}
#user .regbox:hover {
	border-bottom-color: #87C6F9;
}
#user .regbox:hover .input{
	color: #000;
}
#user .regbox .checkbox {
	float: left;
	width: 50%;
	margin-top: 10px;
}
#user .upload {
	float: right;
	width: 500px;
	margin-top: 90px;
}
#user .upload .img {
	float: none;
	height: 150px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #52C79A;
}
#user .upload .file {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #FFFF00;
	text-decoration: none;
	text-indent: 0;
	line-height: 30px;
	height: 30px;
	width: 152px;
	cursor: pointer;
	text-align: center;
	background-color: #52C79A;
}
#user .upload .file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
#user .upload .file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
#user .upload .files {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 15px;
}
#user .upload .usubmit {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F4F8;
	text-align: center;
	margin-top: 37px;
}
#user .upload .usubmit input {
	height: 40px;
	width: 200px;
	background-color: #A1D569;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin-top: 30px;
	background-image: -webkit-linear-gradient(top, #A1D569, #A1D569);
	background-image: -moz-linear-gradient(top, #A1D569, #A1D569);
	background-image: -o-linear-gradient(top, #A1D569, #A1D569);
	background-image: linear-gradient(to bottom, #A1D569, #A1D569);
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
}
#user .upload .usubmit input:hover {
	color: #FF0;
	background-color: #000;
}
#user .operating {
	float: left;
	height: 50px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5F4F0;
}
#user .operating div {
	float: left;
	margin-left: 40px;
	cursor: pointer;
	color: #333;
	margin-top: 7px;
}
#user .operating div i {
	font-size: 22px;
	margin-right: 10px;
	color: #4498C8;
}
#user .nobox {
	float: left;
	height: auto;
	width: 100%;
}
#user .nobox span, #user .nobox i {
	font-size: 40px;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #90CD98;
	text-indent: 45px;
}
#user .nobox i {
	font-size: 200px;
	text-indent: 140px;
}
#user .fd li {
	height: auto;
	width: 200px;
	border: 1px solid #F2F4F8;
	margin-top: 45px;
	margin-left: 45px;
	padding-bottom: 10px;
	margin-right: 10px;
	float: left;
}
#user .userinfo .fd li .add .i-delete {
	background-color: #666;
	color: #FFF;
	font-size: 14px;
}
#user .upage {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F5F4F0;
	margin-top: 20px;
	padding-top: 50px;
}
#user .upage .prev, #user .upage .next {
	background-color: #F5F4F0;
	margin-left: 45px;
	float: left;
	line-height: 50px;
	text-align: center;
	width: 110px;
	font-size: 26px;
}
#content #title {
	float: left;
	width: 100%;
	background-color: #111;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: #FFF;
}
.view .dom {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 20px solid #F2F4F8;
}
.view .dom .add {
	height: 50px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.view .dom .add i {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 25px;
	font-size: 28px!important;
	line-height: 46px;
}
.view .dom .add .i-download {
	background-color: #90CD98;
	color: #FFF;
	font-size: 22px!important;
}
.view .ads {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4F8;
	border-bottom-color: #F2F4F8;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.view .infosrc {
	float: left;
	height: 50px;
	width: 100%;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.view .infosrc .total {
	float: right;
	height: 50px;
	line-height: 40px;
	color: #999;
	margin-right: 20px;
}
.view .infosrc .total i {
	font-size: 30px;
	color: #90CD00;
}
.view .infosrc .fonftitle {
	float: left;
	text-indent: 20px;
	line-height: 48px;
	color: #666;
	font-size: 18px;
	width: 65%;
	white-space: nowrap;
	overflow: hidden;
}
.view .info {
	float: left;
	height: auto;
	width: 100%;
}
.view .info .explanation {
	float: left;
	width: 320px;
	margin-left: 20px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
.view .info .explanation .fbox {
	float: left;
	width: 100%;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
	margin-top: 10px;
}
.view .info .explanation .fbox span {
	float: left;
	width: 27%;
	height: 30px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	text-align: right;
	padding-right: 3%;
}
.view .info .explanation .fbox font {
	float: left;
	height: 30px;
	width: 70%;
	overflow: hidden;
	color: #999;
}
.view .info .license {
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #F2F4F8;
	height: 350px;
	width: 1025px;
	float: left;
	overflow: hidden;
}
.view .info .license .tab {
	float: left;
	height: auto;
	width: 100px;
	margin-left: 20px;
}
.view .info .license .tab .tabs {
	float: left;
	height: 40px;
	width: 100%;
	background-color: #F5F4F0;
	color: #666;
	margin-top: 20px;
	line-height: 40px;
	text-indent: 10px;
	cursor: pointer;
	font-weight: bold;
}
.view .info .license .tab .tabs:hover,.view .info .license .tab .a{
	background-color: #0078D7;
	color: #FFF;
}
.view .info .license .lbox {
	margin-top: 20px;
	float: left;
	width: 880px;
	padding-left: 20px;
	height: 325px;
	color: #666;
	overflow-x: hidden;
}
.view .info .license .lbox p {
	line-height: 26px;
	color: #999;
	text-shadow: none;
}
.view .info .face {
	float: left;
	height: auto;
	width: 100%;
}
.view .info .face font {
	float: left;
	height: auto;
	width: 100%;
	line-height: 30px;
	color: #555;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4F8;
	border-bottom-color: #F2F4F8;
	text-indent: 20px;
}
.view .info .face span {
	float: left;
	width: 98%;
	font-family: "courier new", courier, monospace;
	font-size: 12px;
	height: auto;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 2%;
	margin: 0px;
	color: #999;
	text-shadow: none;
}
.view .db {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #F2F4F8;
}
.view .db .download {
	float: left;
	width: 336px;
	margin-right: 7px;
	margin-top: 30px;
	padding-left: 7px;
}
.view .db .download .adsb {
	float: left;
	width: 336px;
	height: auto;
}
.view .db .download .dbtxt {
	height: 50px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4F8;
	border-bottom-color: #F2F4F8;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	text-transform: uppercase;
}
.view .db .download .format {
	float: left;
	height: auto;
	width: 100%;
}
.view .db .download .format .ck {
	float: left;
	height: 30px;
	width: 30%;
	text-transform: uppercase;
	padding-left: 3%;
	cursor: pointer;
}
.view .db .download .format .ck label[for=ifontface] {
	text-transform: none;
}
.view .db .download .downloads,.view .db .download .demo {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 30px;
	background-color: #49C0EB;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.view .db .download .demo {
	background-color: #A1D569;
}

.view .db .download .downloads:hover,.view .db .download .demo:hover {
	color: #FF0;
	background-color: #000;
}
.view .db .screenshots {
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #F2F4F8;
	height: auto;
	width: 1025px;
	float: left;
}
.view .db .screenshots b,.view .db .screenshots .comments strong {
	float: left;
	height: 80px;
	width: 100%;
	line-height: 80px;
	color: #666;
	font-size: 18px;
	text-indent: 20px;
}
.view .db .screenshots .img {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	overflow-y: hidden;
}
.view .db .screenshots .img img{
	float: left;
	height: auto;
	width: 100%;
}
.view .db .screenshots b i,.view .db .screenshots .comments strong i {
	font-size: 50px;
	color: #0078D7;
	float: left;
}
.view .db .screenshots .comments strong i {
	font-size: 40px;
}
.view .db .screenshots .img img {
	float: left;
	margin-left: 15px;
}
.view .db .comments {
	float: left;
	width: 100%;
}
.view .db .screenshots .comments strong {
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4F8;
	border-bottom-color: #F2F4F8;

}
.view .db #disqus_thread {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 2%;
	padding-top: 20px;
}
.view .db .screenshots .comments .more {
	float: left;
	height: 40px;
	width: 100%;
	background-color: #FFF;
	margin-top: -40px;
}
.view .db .download .moredb {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.view .db .download .moredb font {
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4F8;
	border-bottom-color: #F2F4F8;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #666;
}
.view .db .download .moredb a {
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
	overflow: hidden;
}
.view .db .download .moredb a i {
	color: #666;
	font-size: 22px;
	margin-right: 10px;
	margin-left: 10px;
}
#search {
	float: left;
	height: auto;
	width: 100%;
}
#search .left {
	float: left;
	height: auto;
	width: 336px;
	background-color: #f0f0f0;
}
.newso {
	background-color: #FFF;
}
#search .left .ads {
	margin-top: 50px;
	text-align: center;
	float: left;
	width: 100%;
	overflow-y: hidden;
	background-color: #FFF;
}
#search .left .socoll {
	float: left;
	height: 50px;
	width: 90%;
	padding-left: 10%;
	line-height: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #0078D7;
}
#search .left .sobox input[type="checkbox"] {
	margin-right: 10px;
}
#search .left .sobox {
	float: left;
	width: 89%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 11%;
}
#search .left .colour {
	float: left;
	height: 30px;
	width: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}
#search .left .colour:hover {
background-color: #555!important;
}
#search .left .acolour {
	float: left;
	height: auto;
	width: 90%;
	margin-top: 10px;
	margin-left: 10%;
}
#search .right {
	float: left;
	width: 1059px;
	height: auto;
}

#search .right .aws {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#search .right .aws .eqtxt {
	margin-top: 20px;
	margin-left: 40px;
	width: 700px;
}
#search .right ul {
	float: left;
	height: auto;
	width: 1000px;
	margin-left: 40px;
	margin-top: 30px;
}
#search .right ul li .img {
	float: left;
	height: 90px;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#search .right ul li .href {
	background-color: #F2F4F8;
}
#sxsx {
	background-color: #090;
}
#tagx {
	background-color: #030;
}
#search .right .somore {
	float: left;
	height: 65px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 70px;
	background-color: #EDEDED;
	margin-left: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	line-height: 65px;
	font-weight: bold;
	text-transform: uppercase;
	color: #90CD00;
	text-align: center;
	cursor: pointer;
	margin-top: 50px;
}
#search .right .somore:hover {
	color: #000;
}
#search .right .empty {
	float: left;
	height: auto;
	width: 100%;
	line-height: 55px;
	text-align: center;
}
.tag {
	float: left;
	height: auto;
	width: 100%;
}
.tag ul li {
	background-color: #F2F4F8;
	float: left;
	height: auto;
	width: 500px;
	border: 5px solid #F2F4F8;
	margin-right: 90px;
	margin-bottom: 25px;
	margin-left: 90px;
	margin-top: 25px;
}
.tag ul li .img {
	float: left;
	height: 300px;
	width: 100%;
	overflow-y: hidden;
}
.tag ul li .url {
	float: left;
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-indent: 10px;
	font-weight: bold;
}
.tag .page {
	width: 570px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.tag .page a {
	margin-top: 50px;
	margin-bottom: 50px;
}
.tag ul {
	float: left;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
}
#search .right .sono {
	float: left;
	height: auto;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin-top: 50px;
}
#content .tag_font {
	float: left;
	height: auto;
	width: 100%;
}
#content .tag_font .rtitle {
	float: left;
	width: 300px;
	line-height: 60px;
	height: 60px;
	color: #FFF;
	background-color: #88CAFF;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}
#content .tag_font .tag_list {
	float: left;
	height: 60px;
	width: 78%;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
}
#content .tag_font .tag_list a {
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}
.tools {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.tools .t_right {
	float: right;
	width: 352px;
	height: auto;
}
.tools .t_right .upload,.tools .t_right .follow {
	float: left;
	width: 90%;
	height: 50px;
	color: #FFF;
	background-color: #444;
	border-radius: 3px;
	margin-top: 16px;
	margin-left: 5%;
	cursor: pointer;
}
.tools .t_right .upload i {
	font-size: 30px;
	line-height: 40px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
	height: 50px;
	padding-right: 10px;
}
.tools .t_right .upload span {
	float: left;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.tools .t_right .upload .free {
	float: right;
	height: 30px;
	width: 100px;
	background-color: #006633;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 15px;
}
.tools .t_right .upload:hover{
	background-color: #825794;
}
.tools .t_right .ads {
	float: left;
	width: 90%;
	margin-left: 5%;
	background-color: #F1F1F1;
	height: auto;
	border-radius: 3px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.tools .t_right .ads .ads_google {
	height: auto;
	width: 300px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
}
.tools .t_right .uploaded_by {
	float: left;
	height: auto;
	width: 100%;
}
.tools .t_right .uploaded_by .userimg {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.tools .t_right .uploaded_by .userimg img {
	height: 120px;
	width: 120px;
	border-radius: 60px;
	box-shadow: 0px 1px 20px rgba(5,5,5,1);
}
.tools .t_right .uploaded_by .username {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	color: #333;
}
.tools .t_right .uploaded_by .userinfo {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	color: #999;
	margin-top: 15px;
}
.tools .t_right .digg {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 20px;
}
.tools .t_right .share {
	height: 32px;
	width: 32px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	box-shadow: 0px 1px 5px rgba(5,5,5,0.1);
	border-radius: 16px;
	float: none;
}
.tools .t_right .share i:after {
	content: '';
	float: left;
	height: 26px;
	width: 26px;
	background-color: #FFF;
	border-radius: 13px;
	margin-left: 1px;
	margin-top: -30px;
}
.tools .t_right .share i {
	float: left;
	height: 32px;
	width: 32px;
	font-size: 32px;
	cursor: pointer;
	line-height: 32px;
}
.tools .t_right .share i:hover{
	color: #52C79A;
}
.tools .t_right .uploaded_by .callinfo {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	display: block;
}
.tools .t_right .uploaded_by .callinfo .a {
	height: 60px;
	width: 70px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.tools .t_right .uploaded_by .callinfo .a span {
	float: left;
	height: 20px;
	width: 100%;
	color: #666;
	font-weight: bold;
}
.tools .t_right .uploaded_by .callinfo .a i {
	font-size: 30px;
	color: #A6A9AC;
}
.tools .t_right .follow {
	background-color: #286EBB;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}
.tools .t_right .follow:hover{
	background-color: #777;
}
.tools .t_right .follow i {
	font-size: 32px;
	line-height: 46px;
	margin-right: 10px;
}
.tools .t_left {
	float: left;
	height: auto;
	width: 1025px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #F2F4F8;
}
.tools .t_left h2 {
	float: left;
	height: 60px;
	width: 100%;
	line-height: 60px;
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
	color: #333;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #F2F4F8;
}
.tools .t_left h2 i {
	margin-right: 10px;
	margin-left: 20px;
	font-size: 50px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 40px;
	float: left;
	color: #0078D7;
}
.tools .t_left .info {
	line-height: 80px;
	float: left;
	height: 80px;
	width: 100%;
	text-indent: 10px;
}
.tools .t_left b {
	float: left;
	margin-left: 30px;
	background-color: #F2F4F8;
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	padding-left: 40px;
	box-shadow: 0px 1px 5px rgba(5,5,5,0.1);
	border-radius: 3px;
	color: #333;
}
.tools .t_left .t_file {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.t_left .t_file #tofont {
	float: left;
	height: 30px;
	width: 400px;
	margin-left: 30px;
	line-height: 30px;
}
.tools .t_left .select {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4F8;
	border-bottom-color: #F2F4F8;
	padding-bottom: 20px;
}
.tools .t_left .select .o {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.tools .t_left .select .o input[type="radio"] {
	display: none;
}
.tools .t_left .select .o strong {
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	float: left;
	height: 26px;
	text-transform: uppercase;
	background-color: #0078D7;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 13px;
	box-shadow: 0px 1px 5px rgba(5,5,5,0.1);
	cursor: pointer;
}
.tools .t_left .select .o input:disabled + strong{
	background-color: #D4D0C8;
	cursor: not-allowed;
}
.tools .t_left .select .o input:checked + strong{
	background-color: #000;
	color: #FF0;
}
.tools .t_left .select .o input:checked + strong:after{
	content: '\2713';
	float: left;
	font-size: 14px;
	color: #fff;
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #F00;
	line-height: 20px;
	text-align: center;
	border-radius: 13px;
	margin-left: 15px;
	margin-top: 3px;
}
	
.tools .t_left .convert {
	float: left;
	margin-left: 30px;
	background-color: #85b74f;
	border-radius: 5px;
	margin-bottom: 30px;
}
.tools .t_left .convert #convert {
	float: left;
	height: 40px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 40px;
	color: #FFF;
	background-color: #85b74f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	border-radius: 5px;
}
.tools .t_left .convert #convert:hover {
	background-color: #825794;
}
.tools .t_left h3 {
	float: left;
	width: 100%;
	height: 60px;
	border-top-right-radius: 3px;
	line-height: 60px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #F2F4F8;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #F2F4F8;
	text-align: left;
	color: #555;
	margin-bottom: 30px;
}
.tools .t_left h3 i {
	margin-right: 10px;
	margin-left: 14px;
	font-size: 30px;
	float: left;
}
.tools #disqus_thread {
	float: left;
	height: auto;
	width: 96%;
	margin-left: 2%;
}
.tools .txtalign {
	float: left;
	height: 30px;
	width: 100%;
	margin-top: -30px;
	background-color: #FFF;
}.tools .t_left b small {
	display: none;
}
.tools .t_left b i {
	color: #F00;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 20px;
}
