/*CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
a, a:focus{
    outline: none;
	text-decoration: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}
ol, ul{
	list-style: none outside none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clear{
	clear: both;
	height: 0px;
}

/*CSS reset*/
/*Global*/
body{
	font-family: Arial, Helvetica, sans-serif;
	background: url('../media/images/bg_repeat.jpg');
}
.fl{
	float: left;
        
}
span.fl {
    margin-right: 9px;
    color: #353434;
}
.fr{
	float: right;
}
.strong{
	font-weight: bolder;
}
.green{
	color: #0f8a06;
}
.red{
	color: #c90f0f;
}
/*Global*/
#mainWrapper{
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#innerWrapper{
	width: 100%;
	margin: 25px 0 0 0;
}
#header{
	width: 100%;
	padding: 22px 0 0 0;
}
#footer{
	width: 100%;
	height: 50px;
	border-top: 1px solid #383535;
	margin: 30px 0 0 0; 
}
#footer .text{
	padding: 15px 0 0 0;
	width: 1010px;
	margin: 0 auto;
	color: #403f3f;
	font-size: 11px;
}
#footer .text a{
	color: #403f3f;
	text-decoration: underline;
	margin: 0 0 0 5px;
}
#logo{
/*	width: 158px;*/
/*	height: 28px;*/
	background: url('../media/images/logo.jpg') no-repeat;
	margin: 0 auto;
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-top: 7px;
}
#logo a{
	display: block;
	width: 158px;
	height: 28px;	
}
#topMenu{
	float: left;
	margin: 0 0 0 0;
}
#loginBlock{
	float: right;
	margin: 0 0 0 0;
        width: 158px;
        height: 30px;
        background-color: #4d4d4d;
        margin-top: 3px;
        margin-right: 9px;
        color: #787676;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
}
#loginBlock .sb-inner {
    background-color: #4d4d4d;
}
#loginBlock a {
    color: #b0adad;
    font-size: 13px;
    z-index: 50;
}
#loginBlock span {
    font-size: 16px;
    color: #787676;
    z-index: 51;
}
#searchBlock{
	width: 181px;
	height: 32px;
	background: #2f2f2f;
	padding: 11px 0 0 11px;
}
#searchBlock input{
	font-size: 12px;
	color: #b0adad;
	border: none;
	padding: 0 0 0 3px;
	width: 137px;
	height: 19px;
	line-height: 21px;
/*	display: block;*/
	margin: 0 5px 0 0;
	border-left: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}
#searchBlock .submit_search{
	width: 24px;
	height: 21px;
	background: url('../media/images/pagination_bg.jpg') no-repeat -77px 0px;
	border: none;
}
#sectionsBlock{
	margin: 10px 0 0 0;
	width: 183px;
	padding: 11px 0 0 10px;
	background: #2f2f2f;
}
#sectionsBlock li{
	font-size: 13px;
	color: #b0adad;
	font-weight: bold;
	padding: 0 0 8px 0;
}
#sectionsBlock li a{
	color: #b0adad;
}
#sectionsBlock .active_section a{
	color: #ae3030;
}
#topBlock{
	font-size: 13px;
	margin: 10px 0 0 0;
	width: 163px;
	padding: 11px 15px 11px 15px;
	background: #2f2f2f;
	color: #b0adad;
}
#topBlock .title,
#topBlock .title a{
	color: #ffffff;
        font-weight: bold;
}
#topBlock .timeLine{
	margin: 10px 0 0 0;
        margin-bottom: 5px;
}
#topBlock .timeLine a{
	color:#b0adad;
	font-weight: bolder;
	font-size: 11px;
	margin: 0 5px 0 0;
}
#topBlock .timeLine .activeItem{
	color:#b0adad;
	font-weight: normal;
}
#topBlock .item{
	border-bottom: 1px solid #403f3f;	
	padding: 5px 0;
}
#topBlock .item .num{
	float: left;
	width: 10px;
	color: #4e4d4d;
	font-weight: bolder;
}
#topBlock .item a{
	float: left;
	margin: 0 7px 0 5px;
}
#topBlock .item .desc{
	color: #b0adad;
	font-size: 11px;
        line-height: 10px;
}
#topBlock .item .desc a {
    color: #b0adad;
    text-decoration: none;
    height: 36px;
    overflow: hidden;
}
#topBlock .userlink {
    height: 27px !important;
}
#topBlock .item .desc span{
	color: #7f7d7d;
	display: block;
}
#topBlock .demo_link {
    width: 95px;
    margin-left: 2px !important;
    line-height: 12px;
}
#topBlock .more{
	display: block;
	margin: 10px 0 0 0;
	color: #8f8d8d;
	text-decoration: underline;
        font-size: 11px;
}
.best{
	font-size: 18px;
	color: #e2dede;
	
}
.best a{
	font-size: 12px;
	color: #b0adad;
	text-decoration: underline;
	font-weight: bolder;
	margin: 0 0 0 10px;
}
.best .active_best{
	color: #ae3030;
	text-decoration: none;
}
.content{
	float: left;
	width: 792px;
	height: auto;
	padding: 12px 10px 12px 10px;
	background-color: #2f2f2f;
}
.rightCol{
	float: left;
	width: 192px;
	height: auto;
	margin: 0 0 0 10px;
}
.button{
	font-size: 15px;
	color: #000000;
	display: block;
	background: #eeeeee;
	padding: 7px 10px;
	float: left;
	margin: 0 9px 0 0;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-bottom: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
}
.actbutton {
        font-size: 15px;
	color: #ffffff;
	display: block;
	background: #636363;
	padding: 7px 10px;
	float: left;
	margin: 0 10px 0 0;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}
.redButton{
	font-size: 15px;
	color: #ffffff;
	display: block;
	background: #ae3030;
	padding: 7px 10px;
	float: left;
	margin: 0 10px 0 0;
	border-top: 1px solid #5f1a1a;
	border-left: 1px solid #5f1a1a;
	border-bottom: 1px solid #6f1e1e;
	border-right: 1px solid #6f1e1e;
        margin: 0px;
}
.demoBlock{
	width: 191px;
	float:  left;
	margin: 0 7px 0 0;
        position: relative;
}

.demoBlock img{
	margin: 6px 0 2px;	
}
.demoBlock .video {
    position: absolute;
    top: 31px;
    left: 13px;
}
.demoBlock .play {
    width : 50px;
    height : 40px;
    display: block;
    background	: url('../media/images/play.png') no-repeat;
    position: absolute;
    top: 120px;
    left: 20px;
}
.separator{
	height: 1px;
	background: #403f3f;	
	width: 780px;
	margin: 8px 0;
	padding: 0 6px 0 0;
	clear: both;
        margin-bottom: 16px;
}
.score{
	font-size: 11px;
	color: #a09d9d;
	margin: 0 0 0 3px;
}
.score span{
	color: #ae3030;
        font-weight: bold;
}
.commentsCount{
	margin: 0 3px 0 0;
	font-size: 11px;
	color: #a09d9d;
}
.commentsCount span{ 
	font-weight: bolder;
}
.demoTitle,
.demoTitle a {
	text-align: center;
	font-size: 11px;
	color: #a09d9d;
}
.demoTitle span{
	font-weight: bold;
}
.pagination{
	font-size: 11px;
}
.pagination li{
	float: left;
	background: url("../media/images/pagination_bg.jpg") no-repeat scroll -165px -39px transparent;
	width: 40px;
	height: 15px;
	padding: 2px 0 0 0;
	text-align: center;	
	margin: 0 4px 0 0;
}

.pagination li a{
	color: #000000;
	display:block;
}
.next{
	float: left !important;
	width: 43px !important;
	background: url('../media/images/pagination_bg.jpg') no-repeat -34px 0px !important;
}
.next a {
    
}
.pagination .active{
	font-weight: bold;
	float: left !important;
	background: url("../media/images/pagination_bg.jpg") no-repeat scroll -165px -21px transparent !important
}
.mainTitle{
	font-size: 18px;
	color: #ffffff;
        display: inline-block;
}
.userProfile{
	font-size: 13px;
	color: #b0adad;
	padding: 0 0 0 20px;
}
.userProfile .item{
	margin: 0 0 9px 0;
}
.demoLinks {
	margin: 40px 0 0;
}
.demoLinks a{
	margin: 0 9px 0 0;
	font-weight: bold;
	font-size: 13px;
	color: #b0adad;
	text-decoration: underline;
}
.demoLinks .active_link{
	text-decoration: none;
}
.singleDemo{
	float: left;
	width: 596px;
	margin: 0 auto;
	margin: 0 15px;
}
.singleDemo .title{
	font-size: 16px;
	color: #b0adad;
	font-weight: bolder;
	margin: 10px 0 10px;
}
.leftArrow{
	margin: 320px 0 0 20px;
	float: left;
	width: 58px;
	height: 125px;
}
.leftArrow .navigation {
    background: url('../media/images/pagination_bg.jpg') 0px -22px no-repeat;
}
.navigation{
	width: 58px;
	height: 125px;
	display: block;
}
.rightArrow{
	margin: 320px 0 0 0;
	float: left;
	width: 58px;
	height: 125px;
}
.rightArrow .navigation {
    background: url('../media/images/pagination_bg.jpg') -58px -22px no-repeat;
}
.uploader{
	font-size: 11px;
	color: #5e5c5c;
	margin: 0 0 30px;
}
.uploader a{
	color: #5e5c5c;
	text-decoration: underline;
}
.moreInfo{
	margin: 8px 0;
}
.moreInfo .one{
	margin: 0 30px 0 0;
}
.moreInfo .one .icon{
	float: left;
	width: 44px;
	height: 16px;
	margin: 0 8px 0 0;
	background: url('../media/images/pagination_bg.jpg') -178px 0px no-repeat;
}
.moreInfo .one a{
	font-size: 12px;
	color: #8ba4c7;
	line-height: 18px;
	text-decoration: underline;
}
.moreInfo .addLike .iconLike{
	float: left;
	display: block;
	width : 22px;
	height: 17px;
	margin: 0 5px 0 0;
	background: url('../media/images/pagination_bg.jpg') -222px 0px no-repeat;
}
.moreInfo .addLike a{
	line-height: 17px;
	font-size: 12px;
	color: #b0adad;
	text-decoration: underline;
}
.votes{
	font-size: 13px;
	color: #ebebeb;
        line-height: 20px;
        position: relative;
        bottom: -3px;
}
#commentsBlock{
	margin: 35px 0 0 0;
}
#commentsBlock .title{
	font-size: 16px;
	color: #b0adad;
}
#commentsBlock .item .photo{
	margin: 0 7px 0 0;
	float: left;
	width: 40px;
	height: 40px;
	
}
#commentsBlock .item .photo img {
    max-width: 40px;
    max-height: 40px;
}
#commentsBlock .tail{
	float: left;
	width: 6px;
	height: 14px;
	margin: 22px 0 0 0;
	background: url('../media/images/pagination_bg.jpg') -156px -21px no-repeat;
}
#commentsBlock .item{
	margin: 0 0 18px 0;
}
#commentsBlock .item .nophoto{
	background: url('../media/images/pagination_bg.jpg') -116px -21px no-repeat;
}
#commentsBlock .item .commentBg{
	font-size: 12px;
	float: left;
	background: #757373;
	padding: 0;
	width: 540px;
	
}
#commentsBlock .item .titleBg{
	
	background: #918f8f;
	padding: 3px 8px;
	color: #686666;
}
#commentsBlock .item .comment{
	color: #272626;
	padding: 8px 9px 5px 9px;
}
#commentsBlock .item .comment a {
    color: #272626;
    text-decoration: underline;
}

#commentsBlock .item .reply{
	color: #545353 !important;
	text-decoration: underline;
	display: block;
	margin: 9px 0 0 0;
        font-size: 11px;
}
#commentsBlock .item .titleBg a{
	color: #353434;
	text-decoration: underline;
	margin: 0 9px 0 0;
}
.comment-link {
    color: #545353 !important;
    font-size: 11px !important;
    text-decoration: none !important;
}
.commentForm{
	margin: 0 0 0 8px;
}
.commentForm input{
	font-size: 12px;
	color: #3a3939;
	line-height: 21px;
	margin: 8px 0 0 0;
	display: block;
	width: 185px;
	height: 21px;
	border: none;
	padding: 0 0 0 5px;
	background: #d1d1d1;
}
.commentForm .follow {
    border: 1px solid #f00;
    width: 20px;
    display: inline-block;
}
.commentForm .follow_label {
    color: #353434;
    position: relative;
    top: -7px;
}
.commentForm textarea{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0 5px;
	font-size: 12px;
	color: #3a3939;
	line-height: 21px;
	margin: 8px 0 0 0;
	border: none;
	font-size: 12px;
	color: #3a3939;
	background: #d1d1d1;
	width: 518px;
	display: block;
	height: 59px;
}
.commentForm .commentSubmit{
        background:url("../media/images/upload-bg.gif") repeat scroll 0 0 transparent;
        border:1px solid #626262;
        color:#353434;
        font-size:13px;
        height:20px;
        padding-bottom:1px;
        padding-left:10px;
        padding-right:10px;
        margin-bottom: 8px;
        width: inherit;
}
#show_more_comments {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}
.demotivator {
    position: relative;
}
#demo_video {
    position: absolute;
    top: 40px;
    left: 40px;
}
.empty {
    color: #B0ADAD;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
}
.notice {
    background: #535353;
    text-align: center;
    border: 1px solid #757575;
    padding: 7px 0;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    width: 783px;
}
.flash {
    background: #6699FF;
    text-align: center;
    border: 1px solid #3366FF;
    padding: 7px 0;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#texts {
    font-family: Arial;
    color: #b0adad;
    font-size: 13px;
}
#texts h1 {
    color: #e2dede;
    font-size: 18px;
    border-bottom: 1px solid #403f3f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#texts strong {
    color: #b0adad;
}
#texts p {
    color: #b0adad;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
}
#texts a {
    color: #b0adad;
    text-decoration: underline;
}
#texts ul {
    list-style: square;
    padding-left: 30px;
    padding-top: 10px;
}
#texts ul li {
    padding-bottom: 7px;
}
span.text {
    font-family: Arial;
    font-size: 14px;
    color: #b0adad;
    padding-left: 15px;
    padding-right: 16px;
}
.one_connect {
    display: inline-block;
    background-color: #ff9000;
    height: 22px;
    border: 1px solid #834706;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.d_form {
    margin: 10px;
    display: inline-block;
}
.d_form tr {
    line-height: 38px;
}
.d_form .label {
    color: #b0adad;
    font-family: Arial;
    font-size: 15px;
    text-align: right;
    padding-right: 10px;
    
}
.d_form .input input[type=text],
.d_form .input input[type=password],
#create input[type=text] {
    font-size: 12px;
    color: #3A3939;
    line-height: 21px;
    display: block;
    width: 185px;
    height: 21px;
    border: none;
    padding: 0 0 0 5px;
    background: #D1D1D1;
}
.d_form input.submit {
    line-height: 30px;
    height: 30px;
    background: #ae3030;
    color: #FFF;
    border: 0px;
    font-family: Arial;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
}
ul.errors
{
    background      : #D1D1D1;
    border          : 1px solid #ae3030;
    padding         : 5px;
    margin-bottom   : 5px;
    text-align: center;
}

ul.errors li
{
    display     : block;
    color       : #ae3030;
    font-family: Arial;
    font-size: 15px;
}

ul.errors li span
{
    padding-left  : 9px;
    font-size     : 11px;
}
.terms {
    color: #B0ADAD;
    font-family: Arial;
    font-size: 12px;
}
.terms a {
    color: #B0ADAD;
    text-decoration: underline;
}
.remind_pass {
    color: #b0adad;
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 20px;
}
.form_holder {
    float: left;
}
.one_login_holder {
    float: left;
    position: relative;
    top: 35px;

}


#create.content
{
        background-image: url('../media/images/create_bg.jpg');
        background-repeat: no-repeat;
        background-position: top right;
}
#create form,
#create .mainTitle {
    margin-left: 15px;
}
#create.content.video_bg
{
        background-image: url('../media/images/create_bg.jpg');
        background-repeat: no-repeat;
        background-position: top right;
}

#create.content.only-users
{
	background	: 0;
}

#create.content.only-users p
{
	font-size	: 14px;
	text-align	: center;
	padding		: 100px 0;
}

.success
{
	background		: #D9FFD2;
	border			: 1px solid #95DB93;
	padding			: 10px;
	margin-bottom	: 10px;
	color			: #038612;
	line-height		: 18px
}

	.success a.share
	{
		color			: #038612;
		text-decoration	: none;
		padding			: 2px 0 2px 20px;
	}

	.success a.share span
	{
		text-decoration	: underline;
	}

	.success a:hover.share span
	{
		text-decoration	: none;
	}

	.success a.share.facebook
	{
		background	: url(../media/images/facebook.gif) left center no-repeat;
	}
	.success a.share.twitter
	{
		background	: url(../media/images/twitter.gif) left center no-repeat;
	}

ul.errors
{
	margin-left		: 0px;
	background		: #535353;
	border			: 1px solid #757575;
	padding			: 3px;
	width			: 282px;
	margin-bottom	: 0px;
}

ul.errors li
{
	display		: block;
	color		: #5d0d0d;
	padding		: 3px 0;
}

ul.errors li span
{
	padding-left  : 9px;
	font-size	  : 11px;
}

.error
{
	background		: #FFE3E2;
	border			: 1px solid #DCB8B8;
	padding			: 5px;
	margin-bottom	: 5px;
	color			: #B61A1A;
}

#create 	label
{
	float			: left;
	width			: 87px;
	padding-right 	: 15px;
	text-align		: right;
	font-size		: 14px;
	font-family		: arial;
	color			: #6c6a6a;
	line-height		: 31px;
}


#create input, #create select
{
	float			: left;
}

#create 	input.text, #create 	select,
.form_edit input[type=text],
.form_edit select
{
    font-size: 12px;
    color: #3A3939;
    line-height: 21px;
    display: block;
    width: 185px;
    height: 21px;
    border: none;
    padding: 0 0 0 5px;
    background: #D1D1D1;
    width: 299px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.form_edit #error_wrapper,
.form_edit #cancel,
.form_edit #browse_change {
    display: none;
}
.form_edit {
    color: #B0ADAD;
    font-size: 13px;
    padding: 10px;
    background-color: #757373;
}
#create 	select
{
    width: 304px;
}



#create span.input_info
{
	display		: block;
	float		: left;
	font-size	: 11px;
	color		: #858585;
	margin-left	: 102px;
}

#create span.input_info strong
{
	color		: #4d4d4d;
	font-weight	: normal;
}

#create span.input_info strong.underline
{
	text-decoration	: underline;
}

#create span.input_not_required
{
	display		: block;
	float		: left;
	margin-left	: 11px;
	color		: #969595;
	font-size	: 12px;
	line-height	: 31px;
}

#create .type
{
	background	: url('../media/images/vline_gray.gif') 102px 0 repeat-y;
	margin-bottom: 11px;
}

#create .type .left label
{
	cursor			: pointer;
	background		: #2F2F2F;
/*	border-right	: 1px solid #D9D9D9;*/
	color			: #7d7b7b;
}

#create .type .left  label.active
{
	color			: #b0adad;
	border			: 1px solid #403f3f;
	border-right	: 1px solid #2F2F2F;
}

#create .type .left
{
	float		: left;
}
#create .type .right
{
	float			: left;
	border-top		: 1px solid #403f3f;
	border-bottom	: 1px solid #403f3f;
	border-right	: 1px solid #403f3f;
	width			: 301px;
}
#create .type .right .input_info
{
	margin-left	: 0;
}

#create #video, #create #image
{
	display			: none;
	padding			: 5px 10px;
}

#create #video.active, #create #image.active
{
	display	: block;
}

#create #video
{
	color	: #6B6B6B;
	padding-top: 5px;
}

#create #video span
{
	font-size	: 11px;
	color		: #B54141;
}

#create #video input
{
	margin-top	: 7px;
	margin-bottom: 5px;
	width		: 269px;
}

#create .upload,
#comments .upload
{
	margin 	: 5px 0 10px 0;
	float	: left;
	height	: 14px;

}

#create .upload a,
#comments .upload a
{
text-decoration	: none;
}

#create  .upload a#cancel, #create  .upload a#browse_change,
#comments  .upload a#cancel, #comments  .upload a#browse_change
{
	font-size		: 11px;
	color			: #2c5a9a;
	margin-top		: 5px;
	float			: left;
	display			: none;
}

#create  .upload a#cancel:hover, #create  .upload a#browse_change:hover,
#comments  .upload a#cancel:hover, #comments  .upload a#browse_change:hover
{
	color			: #2c5a9a;
}

#create  .upload span#filename,
#comments  .upload span#filename
{
	margin-top		: 5px;
	float			: left;
	padding-left	: 15px;
	background		: url('../media/images/clip.gif');
        background-repeat: no-repeat;
	margin-right	: 15px;
	display			: none;
	width			: 145px;
	overflow		: hidden;
        color: #fff;
        font-size: 13px;
}

#create  .upload #error_wrapper,
#comments  .upload #error_wrapper
{
	margin-top	: 5px;
	color		: #b21717;
	float		: left;
	font-size	: 10px;
	margin-left	: 10px;
	display		: none;
}

#create #progress,
#comments #progress
{
	float			: left;
	width			: 136px;
	background		: url('https://www.desmotivaciones.mx/media/images/main.png') -260px -77px no-repeat;
	padding			: 2px 2px;
	margin			: 6px 15px 0 0;
	display			: none;
}

#create #progress_line,
#comments #progress_line
{
	height		: 8px;
	background	: url('../media/images/progress_bg.gif') repeat-x;
	width		: 0%;
}

#comments .upload_label
{
    font-size: 12px;
    line-height: 26px;
    padding-right: 5px;
    color: #696868;
    float: left;
    margin-top: 3px;
}

#create div.crop
{
	margin		: 11px 0 5px 0;
}

#create div.crop a
{
	text-decoration	: underline;
}
#create div.crop a:hover
{
	text-decoration	: none;
}

#create div.crop input.checkbox
{
	float		: left;
}

#create div.crop label
{
	width			: auto;
	padding-left	: 13px;
	cursor			: pointer;
	color			: #6c6a6a;
	font-size		: 12px;
	line-height		: 14px;
}

#create input.submit, #crop input.submit
{
	line-height: 30px;
        height: 30px;
        background: rgb(174, 48, 48);
        color: white;
        border: 0px;
        font-family: Arial;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
        margin-left: 102px;
        cursor: pointer;
}

#crop input.submit
{
	margin	: 15px 0 0 0;
}

#crop #message
{
	margin-left	: 400px;
	width		: 200px;
	background	: url('../media/images/ajax-loading.gif') center 10px no-repeat;
	padding		: 50px 0 20px 0;
	text-align	: center;
	border		: 1px solid #D9D9D9;
}

#create input.submit.gocrop
{
	width				: 79px;
	background-position	: -103px -260px;
}
#browse {
    background: url('../media/images/upload-bg.gif');
    height: 18px;
    border: 1px solid #626262;
    color: #353434;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
#demo_holder {
    display: block;
    width: 190px;
    height: 200px;
    text-align: center;
    background-color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}
#demo_holder img {
    margin: 0px;
    max-width: 190px;
    max-height: 200px;
}
.change_details .info_row {
    
}

#profile .user-block {
    border-top: 1px dotted #403f3f;
    display: block;
    padding-top: 10px;
}
#profile .user-block a {
    text-decoration: underline;
    color: #b0adad;
    font-size: 13px;
}
#profile .user-block fieldset {
    margin-top: 3px;
}
#profile.user-block .change_photo
{
    font-size   : 11px;
}
#profile.user-block ul
{
    margin  : 0;
}


#profile .user-block ul.user-links li
{
    height      : 22px;
    overflow    : hidden;
}

#profile .user-block ul.user-links form
{
    padding-bottom  : 10px;
}

#profile .user-block ul.user-links label
{
    line-height:35px;
    color: #716f6f;
}

#profile .user-block ul.user-links form input.text
{
    font-size: 12px;
    color: #3A3939;
    line-height: 21px;
    height: 21px;
    border: 1px solid #7e7e7e;
    padding: 0 0 0 5px;
    background: #D1D1D1;
    margin-left: 5px;
}

#profile .user-block ul.user-links li.active a
{
    font-weight : bold;
}

#profile .user-block strong.title
{
    display     : block;
    color       : #656565;
    font-weight : normal;
}

#profile .user-block #error_wrapper
{
    margin-top  : 10px;
    display     : none;
    font-size   : 11px;
}

#profile .user-block #error_wrapper.active
{
    display : block;
}

#profile .user-block span#progress
{
    color   : #696A6B;
}

#profile .user-block ul.user-links form input.submit
{
    background: url('../media/images/upload-bg.gif');
    height: 20px;
    border: 1px solid #626262;
    color: #353434;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
#upload_avatar {
    text-decoration: underline;
}
#profile .progress_hidden {
    display: none;
}

#one_like {
    float: left;
    color: #f00;
}
.fb_like {
    padding-top: 2px;
    height: 24px;
}
.admin_controls {
    color: #fff;
    font-size: 12px;
    text-align: center
}
.admin_controls a {
    color: #fff;
    text-decoration: underline;
}
#userlist .mainTitle {
    width: 100%;
}
#userlist .mainTitle a {
    font-size: 13px;
    color: #b0adad;
    text-decoration: underline;
    margin-left: 10px;
    
}
#userlist .mainTitle .active {
    color: #ae3030;
    text-decoration: none;
}
#userlist .users
{
    padding-top: 15px;
}

#userlist .user-block
{
	float	: left;
	width	: 262px;
}

#userlist .user-block a
{
	text-decoration	: none;
	float			: left;
	width			: 250px;
	line-height		: 20px;
	margin-bottom	: 5px;
        color: #b0adad;
        font-size: 11px;
}

#userlist .user-block a span, #userlist .user-block a img
{
	float	: left;
	line-height	: 20px;
}

#userlist .user-block a span.rating
{
	color		: #757575;
	font-size	: 13px;
	width		: 20px;
	text-align	: right;
}

#userlist .user-block a:hover span.username
{
	text-decoration	: underline;
        color: #b0adad;
}

#userlist .user-block a img
{
	margin	: 0 10px;
}
#userlist .userinfo {
    float: left;
    height: 32px;
    line-height: 15px;
}

#userlist .userinfo .username {
    line-height: 8px;
}
#userlist .userinfo .demosinfo {
    line-height: 8px;
    color: #7f7d7d;
}
#userlist .search_form {
    float: right;
    right: 10px;
    position: relative;
}
#userlist .search_form input[type=text] {
    border: 1px solid #5e5e5e;
    background-color: #f1f1f1;
    color: #b0adad;
    height: 19px;
}
#userlist .search_form input[type=submit] {
    background: url('../media/images/upload-bg.gif');
    height: 20px;
    border: 1px solid #626262;
    color: #353434;
    font-size: 13px;
/*    padding-top: 1px;*/
/*    padding-bottom: 2px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:1px;
}
.users_top {
    margin-top: 10px;
}
.big {
    font-size: 25px;
    position: relative;
    top: 4px;
}
#profileBlock {
    background-color: #414141;
    margin-bottom: 10px;
    padding: 10px;
}
#profileBlock .avatar {
    float: left;
}
#profileBlock .avatar img {
    max-width: 40px;
    max-height: 40px;
    border: 0px;
}
#profileBlock .info {
    float: left;
    font-size: 13px;
    line-height: 17px;
    color: #b0adad;
    margin-left: 10px;
    max-width: 110px;
}
#profileBlock .info a {
    font-size: 11px;
    color: #7f7d7d;
    text-decoration: underline;
}
#profileBlock .logout {
    width: 11px;
    height: 11px;
    display: block;
    float:right;
    margin-top: 3px;
    background: url('../media/images/cross.gif')
}
.del_demo {
    width: 16px;
    height: 16px;
    background: url('../media/images/cancel.png');
    display: block;
    position: relative;
    left: 86px;
}
.error_text {
    font-size: 23px;
    text-align: center;
    color: #B0ADAD;
}
#tags {
    color: #B0ADAD;
    font-size: 11px;
    display: inline-block;
    max-width: 430px;
}
#tags a {
    color: #B0ADAD;
    text-decoration: underline;
}
#fb_comments {
    text-align: left;
    padding: 10px;
}
#one_logo {
    background: url('../media/images/one_logo.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}
#one_logo a {
    display: block;
    width: 157px;
    height: 17px;
}
#shedule_form {
    display: none;
    margin: 0px;
    padding: 0px;
}
#shedule_form input[type=text] {
    width: 110px;
}
.top-banner {
    margin-bottom: 20px;
}
.adv {
    background-color: #000;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}
.adv .adv_text {
    margin-top: 5px;
    font-family: calibri;
    text-align: center;
    color: #4D4D4D;
    font-size: 12px;
    margin-bottom: 5px;
}
.bottom-banner {
    margin-top: 15px;
    text-align: center;
}
.middle-banner {
    margin-top: 25px;
    margin-left: -62px;
}
.like_admin {
    text-align: center;
    margin-top: 5px;
}
.rating_filter {
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 10px;
}
.rating_filter input[type=text] {
    width: 50px;
}
.spam_warning {
    color: #f00;
    margin: 7px;
    display: none;
}
.content-table{
    width: 1052px;
}
.content-table .banner{
    vertical-align: top;
    padding-top: 155px;
    text-align: center;

}
.content-table .banner div{
    padding-right: 60px;
}
.banner180x150{
    background: #2F2F2F;
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner180x150 div{
    width: 180px;
    padding: 5px 0 5px 6px;
}
.note {
    background: #666666;
    text-align: center;
    border: 1px solid #333333;
    padding: 3px 0;
    color: white;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 13px;
}
.note .date {
    font-size: 10px;
    color: #999999;
}
.note .delete {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    background: url('../cms/images/cross.png');
}
/** facebook**/
.absolute-fb-message{
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #3B5998;
    font-family: Arial,Tahoma;
}
.absolute-fb-message .message-head{
    color: #fff;
    margin: 20px 20px 25px 20px;
}
.absolute-fb-message .message-head h2{
    font-size:20px;
}
.absolute-fb-message .message-head a{
    background-color: #FEFEFF;
    color: #000000;
    font-size:10px;
    display: block;
    float: right;
    padding: 3px;
    text-decoration: none;
}
.absolute-fb-message .message-body{
    margin: 0 19px 20px;
}