#content.usercenter {
	background: none;
	border: 0;
	box-shadow: none;
}

span.emptyinfo {
	text-align: center;
	display: block;
	line-height: normal;
	background: #f6f7f8;
	padding: 20px 6px 20px 30px;
	border:1px solid #e8e8e8;

}


.profile {
	background: #fff;
	padding:15px;
	margin-bottom: 25px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 0 2px rgba(0, 0, 0, 0.06),
	0 0 0 1px rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 0 2px
	rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04), 0 -1px 0 0
	rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 0 2px
	rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04), 0 -1px 0 0
	rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px){
	.profile {
		padding: 40px 50px 40px 30px;
	}
}
.profile .proleft{
	position:relative;
	width:140px;
	margin-left:auto;
	margin-right:auto;
}
.profile h3{
	text-align:center;
}
@media (min-width: 768px){
	.profile .proleft{
		position:relative;
		float:left;
		margin-right:-140px;
	}
	.profile .proright{
		float:right;
		width:100%;
	}
	.profile .proright .proright-inner{
		margin-left:160px;
	}
	.profile h3{
		text-align:left;
	}
	
}

.proright .social a {
	display: inline-block;
	height: 35px;
}
.social_button span {
/*	width: 35px;*/
	height: 35px;
	margin-left: 4px;
}
.social_button span .fa {
	font-size: 2.3em;
	color:#c7ced2;
}
.proright .social a.facebook:hover .fa {
	color: #2d4373;
}
.proright .social a.twitter:hover .fa {
	color: #55acee;
}
.proright .social a.google:hover .fa {
	color: #dd4b39;
}


.profile .proleft {
	vertical-align: top;
	text-align: center;	
}
.proleft .activestatus {
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
}

.proleft .activestatus .active-item {
	display: inline-block;
}

.proleft .activestatus a.active-text {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

.proleft .activestatus span {
	font-size: 12px;
	text-transform: uppercase;
}

.profile h3 {
	color: #363b4f;
	font-size: 25px;
	font-weight: bold;
	margin:0px 0 10px 0;
}

.profile .proitem {
	border-bottom: 1px solid #dddde5;
}

.profile .proitem:last-child {
	border: 0;
}

.profile .proitem p {
	font-size: 13px;
}

.profile .location {
	background: url('../img/icon-location.png') no-repeat center left;
	color: #999999;
	padding-left: 20px;
	font-size: 14px;
	line-height: 34px;
}

.profile .prostatus span.statusitem {
	color: #999999;
	margin-right: 20px;
	display: inline-block;
	padding:10px 0;
}
.profile .prostatus span.statusitem .fa {
	color:#999;
}
	span.fb {
		font-weight: bold;
		color: #000;
	}
	.profile-tab {
		padding: 0;
	}

	.ui-helper-hidden {
		display: none;
	}

	.ui-helper-hidden-accessible {
		border: 0;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.ui-helper-reset {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		line-height: 1.3;
		text-decoration: none;
		font-size: 100%;
		list-style: none;
	}

	.ui-helper-clearfix:before,.ui-helper-clearfix:after {
		content: "";
		display: table;
		border-collapse: collapse;
	}

	.ui-helper-clearfix:after {
		clear: both;
	}

	.ui-helper-clearfix {
		min-height: 0; /* support: IE7 */
	}

	.ui-helper-zfix {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		opacity: 0;
		filter: Alpha(Opacity =     0);
	}

	.ui-front {
		z-index: 100;
	}

	.ui-tabs {
		position: relative;
		/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
		padding: 1px;
	}

	.ui-widget-content {
		border: 0;
	}

	.ui-tabs .ui-tabs-nav {
		background: #f6f7f8;
		margin: 0;
		padding: 0;
		border-bottom:1px solid #e8e8e8;
	}

	.ui-tabs .ui-tabs-nav li {
		line-height: 40px;
		text-align: center;
		list-style: none;
		float: left;
		position: relative;
		top: 0;
	}

	.ui-tabs .ui-tabs-nav li a {
		color: #606a79;
		font-weight: bold;
		text-transform: capitalize;
		font-size: 14px;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		border-bottom: 1px solid #fff;
/*	border-right:1px solid #e8e8e8;
border-left:1px solid #e8e8e8;*/
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	outline:none;
	display: block;
	padding: 10px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor
{
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.usercenter .ui-tabs .ui-tabs-panel {
	padding: 30px 20px;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background: #fff;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:first-child {
	border:0;
}
/* design tab */
#tabs .single-item {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom:20px
}
@media (min-width: 768px){
	.single-item .title {
		width:100%;
	}
}
.design-tab .design-item {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	position: relative;
}

.design-tab .design-thum {
	position:relative;
	width:60px;
}
@media (min-width: 768px){
	.design-tab .design-thum {
		width:100px;
	}
}
.design-tab .design-thum>a{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	display: block;
}
.design-tab .design-thum>a>img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.design-tab .design-info span {
	margin-bottom: 10px;
}

.design-tab .design-info p {
	font-size: 14px;
	color: #7e7e7e;
}

.design-tab .design-info span.fb {
	font-weight: bold;
	color: #000;
}

.design-tab .design-info span.pstatus {
	font-size: 10px;
	text-transform: capitalize;
	padding: 4px 7px;
	margin-top: 10px;
	font-size: 75%;
	color: #fff;
	text-align: center;
	white-space: pre-line;
	vertical-align: baseline;
	border-radius: .25em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.design-tab .design-edit{
	display:none;
	height:25px;
}
@media (min-width: 768px){
	.design-tab .design-edit{
		display:block;
	}
}

.design-tab .design-edit {
	padding: 0px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #eee;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
}
.design-tab .design-edit a {
	text-transform: capitalize;
	font-size: 11px;
	padding: 5px;
	display: inline-block;
}
.design-tab .design-edit a.trash {
	border-left: 1px solid #cbcbd8;
	padding-left: 10px;
}
.design-tab .design-edit a .fa {
	font-size: 13px;
	color: #606a79;
}
.design-tab .design-edit a:hover .fa {
	color:#333;
}
.design-tab .design-edit a .fa span {
	padding:0 3px;
}
.design-tab .design-edit span.apply {
	font-size: 12px;
	padding:5px;
	display: inline-block;
	color: #606a79;
	font-weight: normal;
}
.follow-tab .follow-item {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.follow-tab .follow-info,.follow-tab .follow-thum {
	float: left;
}

.follow-tab .follow-thum span {
	display: inline-block;
	margin: 3px;
}

.follow-tab .follow-info {
	width: 270px;
	margin-bottom: 6px;
}

.follow-info .creator-thum,.follow-info .creator-info {
	float: left;
}

.follow-info .creator-thum {
	width: 50px;
}

.follow-info .creator-info {
	width: 190px;
}

.follow-info .creator-info span {
	display: block;
	margin-bottom: 10px;
}
.follow-info .creator-info span.location {
	font-size: 12px;
}
.comment-follow {
	float: left;
	color: #333;
	padding: 0 15px;
	width: auto;
	background: #f0f0f0;
	border-radius: 3px;
	min-width: 0;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',
		endColorstr='#f0f0f0');
}

.comment-follow:hover {
	background-color: #ddd;
background-repeat: repeat-x;
border-color: #ccc;
}

.comment-follow.active {
	font-weight: normal;
	background-color: #54A4DF;
	background-repeat: repeat-x;
	border-color: #4994ca;
	color: #fff;
}

.follow-info .creator-info span.followCount {
	margin-left: 5px;
	display: inline;
	margin-bottom: 0;
}

.grey_button {
	padding: 6px 15px;
	display: inline-block;
	margin-top: 10px;
	border: 1px solid #959595;
	border-color: #b1b1b2 #b1b1b2 #a8a8aa;
	color: #464a52;
	font-size: 12px;
	text-shadow: 0px 1px 0 #ffffff;
	box-shadow: inset 0 1px 0px rgb(252, 252, 252), 0 1px 1px
	rgba(0, 0, 0, 0.1);
	background: #f0f0f0;
	background: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	background: -ms-linear-gradient(top, #fcfcfc, #f0f0f0);
	background: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
	background: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
	border-radius: 3px;
	text-align: center;
}

.grey_button:hover {
	background-color: #ddd;
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	background-repeat: repeat-x;
	border-color: #ccc;
}

.grey_button.active {
	font-weight: normal;
	background-color: #1f8dd6;
	background-image: -webkit-linear-gradient(#1f8dd6,#1982c7);
	background-image: linear-gradient(#1f8dd6,#1982c7);
	background-repeat: repeat-x;
	border-color: #1273b3;
	color: #fff;
	box-shadow: 0px 1px 0px #1f8dd6 inset, 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#errorInfo #errormessage {
	background: url('../img/generate/_error.png') no-repeat scroll left center transparent;
	padding: 15px 20px 10px 70px;
}
#errorInfo h5 {
	padding-top: 70px;
	font-size: 13px;
	line-height: 1.5;
}

select {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#stlConfirm ul {
	position: relative;
	margin-bottom: 0px;
}
#stlConfirm ul li {
	line-height:18px;
	color: #8a6d3b;
	font-size:12px;
}
#stlConfirm ul li .fa {
	top: 50%;
	color: #8a6d3b;
	left: -25px;
	position:absolute;
}
#stlSwitchOn-license {
	margin-top: 20px;
	background: #f6f7f8;
	padding: 20px 25px;
	font-size:12px;
}

#tabs_detail.sale-type {
	text-align: center;
}
#tabs_detail.ui-tabs .ui-tabs-nav {
	background: none;
	border-bottom: 0;
	display: inline;
	margin: 0 auto;
}
.sale-type.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #dcdcdc;
}
.sale-type.ui-tabs .ui-tabs-panel table {
	margin-bottom: 0;
}
.sale-type.ui-tabs .ui-tabs-panel tbody {
	background: #fff;
}
.sale-type.ui-tabs .pagination {
	margin:30px 0;
}
.sale-type.ui-tabs .ui-tabs-panel .sec-table tr th {
	font-weight: bold;
	color:#a5b5c0;
	text-transform: uppercase;
	border-right:0;
	text-align:center;
	border-bottom:1px solid #ddd;
}
.sale-type.ui-tabs .ui-tabs-nav li a {
	color:#959595;
}
#tabs_detail.ui-tabs .ui-tabs-nav li a {
	font-weight: normal;
	padding:10px 25px;
}

#tabs_detail.ui-tabs .ui-tabs-nav li {
	border:0;
}
.sale-type.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #404650;
    border-bottom: 4px solid #404650;
	font-weight: normal;
}
.sale-type.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 0;
}
#content.sellorder .sale-type.ui-tabs .ui-tabs-nav li {
	background: none;
	width: auto;
	display: inline-block;
	float: none;
	line-height: 20px;
}