@charset "utf-8";
/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
}
img{display:inline-block;}
html { height:100%; }
body { height:auto !important; height:100%; min-height:100%; position:relative;}
a {                                      	
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {						
	border-collapse:collapse; 
	border-spacing:0;
}
td, td img {
	vertical-align:top;			
} 
input, select, button, textarea {
	margin:0; 				
	font-size:100%; 			
}
input[type="text"], input[type="password"], textarea {
	padding:0; 				
}
input[type="checkbox"] { 		
	vertical-align:bottom;
}
input[type="radio"] {
	vertical-align:text-bottom;
}
sub {
	vertical-align:sub;
	font-size:smaller;
}
sup {
	vertical-align:super;
	font-size:smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset --------------- */

/* --------------- fix styles ---------*/
.cc { clear:both; }
.container { width:100%;}
.container:after, .cfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.g_hidden,
.hidden { display:none; }
.show { display:block!important; }
.no-margin { margin:0!important; }
.no-padding { padding:0!important; }
.no-bg { background:none!important; }
.no-border, a img { border:none!important; }
.img-repl { text-indent:-9999px; overflow:hidden; display:block; }
.left{float:left;}
.right{float:right;}
.center{margin: 0 auto;display: block;}
.txtcenter{text-align: center;}
/* --------------- /fix styles ---------*/

/* --------------- main styles ---------*/
html {
	overflow-y:scroll;
}
body {
	line-height:1;
	background:#2e2e2e url(../img/bg.jpg);
	color:#5e5e5e;
	text-align:left;
	font: 12px Verdana, Helvetica, sans-serif;
	min-width:1220px;
}
input, select, button, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor:pointer;
}
a, a:visited {
	color:#fe5214;
	text-decoration:none;
}
a:hover {
	color:#fc1313;
	text-decoration:none;
}
a:focus, a:active {
	color:#fe5214;
	text-decoration:none;
}
.header-line, .header, .footer, .content{
	width:100%;
	margin:0 auto;
	padding:0px;
	position:relative;
	float: left;
}
.page-layout {
	margin:0 auto;
	padding:0px;
	position:relative;
	width:1220px;
}
.page-layout:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}

.content{
	padding-top: 10px;
}

/* --------------- /main styles ---------*/



/* --------------- header styles ---------*/
.header-line{
	background: url(../img/header-line.png) repeat-x;
	height: 18px;
	line-height: 18px;
	padding-bottom: 4px;
	font-size: 10px;
	color: #6f6f6f;
}
.header-line a{
	color: #bcbcbc;
	padding: 0 6px;
}
.header-line a:hover{
	color: #fe5214;
}
.header-line .access-box{
	float: right;
}
.header-line .access-box a{
	font-weight: bold;
	font-size: 10px;
	color: #b2b2b2;
}
.header-line .access-box a:hover{
	color: #ffffff;
}
.header-line .access-box i{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.header-line .access-box a i.ico-login{ background: url(../img/ico-login.png) no-repeat; }
.header-line .access-box a:hover i.ico-login{ background: url(../img/ico-login-h.png) no-repeat; }

.header-line .access-box a i.ico-reg{ background: url(../img/ico-reg.png) no-repeat; }
.header-line .access-box a:hover i.ico-reg{ background: url(../img/ico-reg-h.png) no-repeat; }

.header{
	background: #fff;
}
.header .logo{
	margin: 0 10px;
}

.search-box{
	vertical-align: top;
	display: inline-block;
	height: 40px;
	margin-top: 4px;
	padding: 0;
}
.search-box input {
	vertical-align: top;
}
.search-box input[type=text] {
	width: 745px;
	height: 38px;
	line-height: 38px;
	font-size:12px;
	color: #85898b;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	float: left;
}
.search-box input[type=submit] {
	cursor: pointer;
	height: 40px;
	overflow:hidden;
	background: #fe5214 url(../img/search-btn.png) no-repeat 70px center;
	font-weight: bold;
	font-size:12px;
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 0 40px 0 15px;
	-webkit-border-radius: 0px 3px 3px 0px;
	   -moz-border-radius: 0px 3px 3px 0px;
	        border-radius: 0px 3px 3px 0px;
}
.search-box input[type=submit]:hover {
	background-color: #d93c03;
}


a.h-btn{
	vertical-align: top;
	display: inline-block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 38px;
	padding: 0 20px 0 5px;
	color: #ffffff;
	text-shadow: 0 1px 0 #d93c03;
	border-bottom: 2px solid #d93c03;
	background: #fe5214;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
a.h-btn:hover{
	color: #ffffff;
	background-color: #d93c03;
}
a.h-btn i{
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 28px;
	margin-right: 10px;
	background: url(../img/ico-arr.png) no-repeat center center;


}


.header-menu{
	background: url(../img/header-menu-line.png) repeat-x;
	padding-bottom: 6px;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.header-menu span.sp{
	vertical-align: top;
	display: inline-block;
	width: 0;
	height: 35px;
	border-left: 1px solid #5c5c5c;
	border-right: 1px solid #2d2d2d;
}
.header-menu a{
	vertical-align: top;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
	padding: 0 30px;
}
.header-menu a:hover{
	background: #5c5c5c;
	-webkit-border-radius: 0px 0px 2px 2px;
	   -moz-border-radius: 0px 0px 2px 2px;
	        border-radius: 0px 0px 2px 2px;
}
.header-menu .drop-box{
	vertical-align: top;
	display: inline-block;
}
.header-menu .drop-box .drop-content{
	z-index: 10;
	position: absolute;
	background: #5c5c5c;
	top: 35px;
	left: 0;
	width: 100%;
	display: none;
}
.header-menu .drop-box:hover .drop-content{
	display: block;
}

.drop-content ul{
	float:left;
	width: 16.6%;
	list-style-type: none;
}
.drop-content ul a{
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	padding-right: 15px;
}
.drop-content ul a:hover{
	color: #fe5214;
	background: url(../img/drop-arr.png) no-repeat right center;
}


/* --------------- /header styles ---------*/


/* --------------- thumbs styles ---------*/
.thumbs{
	background: #fff;
	padding: 0 2px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.thumbs.right-cat{
	margin-left: 242px;

}

.thumb{
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 1px;
	margin: 3px 0;
	color: #868686;
}
.thumb:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.thumb:hover{
	background: #ebebeb;
}
.thumb .th-label{
	display: block;
	background: url(../img/glass.png);
	width: 240px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	top: 1px;
	left: 1px;
}
.thumb .th-label > div {
	padding: 0 7px;
}
.thumb:hover .th-label{
	display: none;
}
.thumb .th-img{
	display: block;
}
.thumb h2 a{
	color: #333232;
	font-size: 11px;
	font-weight: normal;
}
.thumb:hover h2 a{
	color: #fe5214;
}
.thumb .info{
	display: block;
	padding: 0 6px;
}


.thumbs-sm{
	margin:5px 0;
/*
	text-align: justify;
	-webkit-text-align-last: justify;
	   -moz-text-align-last: justify;
	        text-align-last: justify;
*/
	font-size: 0px;
}
.th-sm{
	background: #ffffff url(../img/th-sm-bg.gif) repeat-x left bottom;
	vertical-align: top;
	display:inline-block;
	font-size:12px;
	line-height: 18px;
	color: #fe5214 !important;
	margin: 3px;
	padding: 5px;
	padding-bottom: 10px;
	width: 135px;
	text-align: center;
	-webkit-text-align-last: center;
	   -moz-text-align-last: center;
	        text-align-last: center;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.th-sm:hover{
	color: #878787 !important;
	background: #ebebeb url(../img/th-sm-h-bg.gif) repeat-x left bottom;
}
.th-sm img{
	display: block;
}


/* --------------- /thumbs styles ---------*/





/* --------------- content styles ---------*/
.title-line{
	font-size: 14px;
	color: #5e5e5e;
	display: block;
	margin: 0 10px;
	line-height: 35px;
}
.title-line i.ico-title{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/ico-title.png);
	width: 16px;
	height: 16px;
}
.title-line i.ico-cat{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/ico-cat.png);
	width: 16px;
	height: 16px;
}
.title-line h1,
.title-line h2,
.title-line h3{
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
}

.title-line .sort-box{
	color: #a5a5a5;
	font-size: 10px;
	line-height: 23px;
	margin-top: 3px;
}
.title-line .sort-box span,
.title-line .sort-box a{
	font-weight: bold;
	display: inline-block;
	color: #6f6f6f;
	background: #efefef;
	border: 1px solid #e2e2e2;
	line-height: 21px;
	padding: 0 3px;
}
.title-line .sort-box span,
.title-line .sort-box a:hover{
	color: #ffffff;
	background: #fe5214;
	border: 1px solid #fe5214;
}
.title-line .sort-box a i{
	margin: 0 3px;
	display: inline-block;
	width: 7px;
	height: 6px;
	background: url(../img/btn-arr.png) no-repeat center center;
	vertical-align: middle;
}





.spots-box {
	margin: 0px 20px;
	display: block;
	background: #f1f1f1;
	width: 417px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.spots-box .spot{
	width:300px;
	height:250px;
	margin: 50px auto;
}


.video-spots-box {
	margin: 0px 10px;
	padding: 0px 10px;
	display: block;
	background: #ffffff;
	width: 300px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.video-spots-box .spot{
	width:300px;
	height:250px;
	margin: 50px auto;
}



.categories{
	float: left;
	width: 230px;
	min-height: 1140px;
	background: #fff;
	padding: 0;
	margin-right: 11px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.categories .categories-list{
	list-style-type: none;
	margin: 0px;
	display:block;
	color: #bcbcbc;
	font-size: 14px;
	line-height: 28px;
}
.categories .categories-list li{
	text-align: left;
	display: block;
	border-bottom: 1px solid #f2f1ee;
}
.categories .categories-list a{ 
	position: relative;
	padding: 0 12px;
	text-decoration:none;
	display: block;
	color: #772e2a;
	-webkit-border-radius: 3px 0px 0px 3px;
	   -moz-border-radius: 3px 0px 0px 3px;
	        border-radius: 3px 0px 0px 3px;
}
.categories .categories-list a:hover{
	color: #ffffff;
	background: #fe5214;
	text-decoration: none;
}
.categories .categories-list a span{
	color: #bcbcbc;
}
.categories .categories-list a:hover span{
	color: #bc4115;
}
.categories .categories-list a:hover:after{ 
	position: relative;
	content: "";
	background: url(../img/cat-list-tail.png);
	width: 11px;
	height: 28px;
	display: block;
	position: absolute;
	top: 0;
	right: -11px;
}

/* --------------- /content styles ---------*/

/* --------------- pagination styles ---------*/
.pagination{
	text-align: center;
	font: 14px/50px  Verdana, sans-serif;
	margin: 10px 0;
}
.pagination .pages{
	margin-top: 3px;
	height: 43px;
	display: inline-block;
	background: #ffffff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.pagination span,
.pagination a{
	padding: 0 18px;
	display: inline-block;
	color: #772e2a;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.pagination .pages span,
.pagination .pages a{
	margin-top: -4px;
	display: block;
	float: left;
}

.pagination .current,
.pagination a:hover{
	background: #fe5214;
	color: #ffffff;
	text-decoration: none;
}
.pagination a.prev{ margin-right: 5px; }
.pagination a.next{ margin-left: 5px; }
.pagination a.prev,
.pagination a.next{ vertical-align: top;}

/* --------------- /pagination styles ---------*/



/* --------------- list box styles ---------*/

.list-box{
	background: #ffffff;
	margin: 0 10px;
	padding: 10px 14px;
	display:block;
	color: #bcbcbc;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 3px solid #e8e8e8;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.list-box ul{
	float:left;
	width: 16.6%;
	list-style-type: none;
}
.list-box ul li{
	list-style-type: none;
	text-align: left;
	display: block;
	border-bottom: 1px solid #f2f1ee;
}
.list-box a{ 
	padding: 0 5px;
	text-decoration:none;
	display: block;
	color: #772e2a;
}
.list-box a:hover{
	color: #ffffff;
	background: #fe5214;
	text-decoration: none;
}
.list-box a span{
	color: #bcbcbc;
}
.list-box a:hover span{
	color: #a6340a;
}

/* --------------- /list box styles ---------*/




/* --------------- video content styles ---------*/
.video-content{
	background: #fff;
	padding: 0 50px;
	width: 760px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.video-content .player{
	display: block;
	margin: 0 auto;
	width: 760px;
}
.info-line{
	display: block;
	width: 100%;
	border-bottom: 1px solid #f2f1ee;
	padding: 5px 0;
	color: #585858;
	font-size: 12px;
}
.info-line:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}


.info-line label{
	color: #868686;
	float: left;
}
.info-line span.message{
	margin-left: 90px;
	display: block;
}

.info-box{
	display: inline-block;
	background: #f0f0f0;
	color: #868686;
	padding: 0 20px;
	font-size: 12px;
	line-height: 32px;
}
.info-box span{
	color: #585858;
	font-size: 14px;
}
.vote-box{
	color: #868686;
	font-size: 10px;
}
.vote-box span{
	color: #585858;
	font-size: 12px;
}
.vote-btn{
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #e1e1e1;
	border-bottom: 2px solid #bebebe;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.vote-btn:hover{
	background: #bebebe;
}
.vote-btn.btn-clr{
	background: #fe5214;
	border-bottom: 2px solid #d93c03;
	padding-left: 10px;
}
.vote-btn.btn-clr:hover{
	background: #d93c03;
}



.vote-yes,
.vote-no,
.vote-flag{
	margin: 0 8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/ico-sprite.png);
	vertical-align: middle;
}
.vote-no{background-position: -30px 0;}
.vote-flag{background-position: -60px 0;}





.stars-box{
	display: block;
	padding: 3px 7px;
	color: #868686;
	font-size: 10px;
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.stars-box span.t{
	color: #585858;
	font-size: 12px;
}

.stars-box .rating_container {
	cursor: pointer;
}
.stars-box .rating-message{
	text-align: center;
	display: block;
}
.cat-list a{
	display: inline-block;
	line-height: 28px;
	margin: 1px;
	padding: 0 15px 0 10px;
	color: #772e2a;
	background: #f0f0f0 url(../img/cat-tail.png) no-repeat right center;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.cat-list a:hover{
	color: #ffffff;
	background: #fe5214 url(../img/cat-tail-h.png) no-repeat right center;
}


.btns-line{
	text-align: center;
}
.btns-line a{
	display: inline-block;
	background: #efefef;
	border: 1px solid #e2e2e2;
	padding: 0 12px;
	line-height: 35px;
	color: #6f6f6f;
	font-size: 12px;
	font-weight: bold;
}
.btns-line a:hover{
	color: #ffffff;
	background: #fe5214;
	border: 1px solid #fe5214;
}
.btns-line a i{
	margin: 0 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/btn-arr.png) no-repeat center center;
	vertical-align: middle;
}






.video-content .message-box {
	margin-bottom: 8px;
	padding: 8px;
	color: #a2a2a2;
	border: 1px solid #F0F0F0;
	background: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
.video-content .message-box .label{
	color: #9a9a9a;
	font-weight: bold;
}



.video-content .message-box .control textarea, .video-content .message-box .control input {
	width: 99%;
	background: #e7e7e7;
	border: 1px solid #cecece;
	line-height: 30px;
}
.video-content .message-box input[type="submit"]{
	display: block;
	float: right;
	background: #e1e1e1;
	border-bottom: 2px solid #bebebe;
	color: #838383;
	font-size: 16px;
	font-weight: bold;
}

/* --------------- /video content styles ---------*/







/* --------------- footer styles ---------*/
.footer{
	background: url(../img/footer-bg.jpg);
	color: #aeaeae;
	margin-top: 15px;
}
.footer-line{
	background: url(../img/footer-line.jpg);
	display: block;
	width: 100%;
	height: 4px;
}
.footer .page-layout{
	padding: 20px 0;
}
.footer .logo{
	float: left;
	margin-left: 30px;
	margin-right: 90px;
}
.footer .f-content{
	float: left;
}
.footer .f-content p{
	line-height: 25px;
}
.footer a{
	color: #fe5214;
}
.footer a:hover{
	color: #ffffff;
}


/* --------------- /footer styles ---------*/



/* --------------- Signup block styles ---------*/
.signup .block_content {
	width: 500px;
	margin: 20px auto 0 auto;
}

.signup table.sms_bill {
	width: 100%;
	border-collapse: collapse;
	background: #191a1b;
	color: #5e6060;
}

.signup table.sms_bill td {
	border: 1px solid #303334;
	padding: 5px;
}

.signup table.sms_bill tr.header td {
	font-weight: bold;
	color: #bbb;
}

.signup .control input, .signup .control select {
	width: 99%;
}
/* --------------- Logon block styles --------------- */

.logon .block_content {
	width: 500px;
	margin: 20px auto 0 auto;
}

.logon .control input {
	width: 99%;
}



.block_content .message-box {
	margin-bottom: 8px;
	padding: 8px;
	color: #a2a2a2;
	border: 1px solid #F0F0F0;
	background: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
.block_content .message-box .label{
	color: #9a9a9a;
	font-weight: bold;
}



.block_content .message-box .control textarea, .block_content .message-box .control input {
	width: 99%;
	background: #e7e7e7;
	border: 1px solid #cecece;
	line-height: 30px;
}
.block_content .message-box input[type="submit"]{
	display: inline-block;
	background: #e1e1e1;
	border-bottom: 2px solid #bebebe;
	color: #838383;
	font-size: 16px;
	font-weight: bold;
}

.a_btn,
.button input[type="submit"],
input[type="submit"].btnb{
	margin: 5px auto;
	padding: 0 5px;
	display: inline-block;
	background: #e1e1e1;
	border-bottom: 2px solid #bebebe;
	color: #838383 !important;
	font-size: 16px;
	font-weight: bold;
	float: none !important;
}



/* Invite block styles */

.invite_friend .block_content {
	width: 500px;
	margin: 20px auto 0 auto;
}

.invite_friend .control input, .invite_friend .control textarea {
	width: 99%;
}

/* List comments block styles */

.list_comments .comment_row {
	padding: 5px;
	background: #303334;
	color: #bbb;
	margin-bottom: 2px;
}

.list_comments .comment_row .avatar {
	width: 102px;
	height: 82px;
	float: left;
	background: #111;
}

.list_comments .comment_row .avatar img {
	border: 1px solid #000;
}

.list_comments .comment_row h2 {
	display: block;
	padding-left: 110px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.list_comments .comment_row .anonymous_user {
	color: #bbb;
}

.list_comments .comment_row p {
	display: block;
	padding-left: 110px;
	font-size: 12px;
}

/* List members block styles */

.list_members .item {
	float: left;
	padding: 5px 16px;
	width: 152px;
	font-size: 11px;
}

.list_members .item h2 {
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}

.list_members .item .image {
	background: #000;
	border: 1px solid #000;
}

.list_members .item .image a {
	display: block;
	color: #777;
}

.list_members .item .image img {
	display: block;
	border: 0;
}

.list_members .info {
	padding: 2px;
	line-height: 18px;
}

.list_members .info span {
	color: #000;
	font-weight: bold;
}


/* Helper menu block styles */

.helper_menu a {
	display: block;
	padding: 3px 0 3px 23px;
	margin: 1px 0;
	background: #282a2b url("../images/arrow_orange.gif") 10px 8px no-repeat;
	border: 1px solid #000;
	text-decoration: none;

}

.helper_menu a:hover {
	background: #323637 url("../images/arrow_orange.gif") 10px 8px no-repeat;
}

.helper_menu span {
	display: block;
	padding: 6px;
	margin: 1px 0;
	font-weight: bold;
}



/* Member menu block styles */

.member_menu .avatar {
	text-align: center;
}

.member_menu .avatar img {
	border: 1px solid #000;
}

.member_menu a {
	display: block;
	padding: 3px 0 3px 23px;
	margin: 1px 0;
	background: #282a2b url("../images/arrow_orange.gif") 10px 8px no-repeat;
	border: 1px solid #000;
	text-decoration: none;
}

.member_menu a:hover {
	background: #323637 url("../images/arrow_orange.gif") 10px 8px no-repeat;
}

.member_menu span {
	display: block;
	padding: 6px;
	margin: 1px 0;
	font-weight: bold;
}

/* Member profile view block styles */

.member_profile_view .block_content {
	margin: 5px 0 0 0;
}

.member_profile_view .add_to_friends, .member_profile_view .send_message {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 5px;
	border: 2px solid #303334;
	background: #27292a;
}

.member_profile_view .block_sub_header {
	font-size: 11px;
}

.member_profile_view .block_sub_header .button {
	padding-top: 10px;
	padding-bottom: 5px;
}

.member_profile_view .control textarea {
	width: 99%;
}

.member_profile_view .info_row {
	margin-bottom: 2px;
	padding: 4px 0 4px 10px;
	background: #303334;
	color: #9b9b9b;
}

.member_profile_view .info_row span {
	color: #ddd;
}

.member_profile_view .info_row .col_1 {
	width: 400px;
	float: left;
}

.member_profile_view .info_row .col_2 {
	width: 330px;
	float: left;
}

.member_profile_view .actions {
	margin-top: 10px;
}

.member_profile_view .actions img {
	border: none;
}

/* Member profile edit block styles */

.member_profile_edit .block_content {
	width: 500px;
	margin: 20px auto 0 auto;
}

.member_profile_edit .control input, .member_profile_edit .control textarea, .member_profile_edit .control select.full_size {
	width: 99%;
}

/* Video edit block styles */

.video_edit .block_content {
	margin-left: 15px;
	margin-right: 15px;
}

.video_edit .player {
	margin-bottom: 10px;
	padding: 3px;
	background: #111;
	text-align: center;
}

.video_edit .info_row {
	margin-bottom: 8px;
}

* html .video_edit .info_row {
	height: 100%;
}

.video_edit .info_row span {
	color: #ddd;
	font-weight: bold;
}

.video_edit .info_row img {
	vertical-align: top;
}

.video_edit .info_row .col_1 {
	width: 370px;
	float: left;
}

.video_edit .info_row .col_2 {
	float: left;
}

.video_edit .control input, .video_edit .control textarea, .video_edit .control select {
	width: 99%;
}

.video_edit .control_group .item {
	width: 160px;
}

.video_edit .control_upload {
	margin-bottom: 10px;
}

.video_edit .control_upload input {
	vertical-align: middle;
}

.video_edit .image_item {
	float: left;
	margin-bottom: 10px;
}

.video_edit .image_item .image {
	padding: 5px 12px 0 0;
}

.video_edit .image_item img {
	border: 1px solid #000;
}

.video_edit .uploader_popup {
	border: 2px solid #000;
}

.video_edit .uploader_progress {
	overflow: hidden;
	border: 2px solid #000;
	background: #191a1b;
}

.video_edit .uploader_progress .progress_bar {
	height: 15px;
	margin: 2px;
	background: #000;
	font-size: 11px;
	color: #5e6060;
	white-space: nowrap;
	line-height: 15px;
	text-indent: 5px;
}




.col_10{width: 10%; display: block;}
.col_20{width: 20%; display: block;}
.col_30{width: 30%; display: block;}
.col_40{width: 40%; display: block;}
.col_50{width: 50%; display: block;}
.col_60{width: 60%; display: block;}
.col_70{width: 70%; display: block;}
.col_80{width: 80%; display: block;}
.col_90{width: 90%; display: block;}
