/* Global Settings */

html, body {
    margin: 0;
    padding: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    line-height: 16px;
    color:#474038;

}

body{
	background: #FFF;}
/* NG */
#bg_box {
	/*background:url('../images/ng_bg.jpg') no-repeat top center ;
	position:absolute;
	width:100%!important;
	height:580px;
	z-index:-100;*/
	}

#layout{
	margin: 0 auto;
	min-width:984px;
	width:98%;
	padding:0 10px;}

h1, h2, h3, h4 {
    font-size: 100%;
}

h2 {
    font-size: 130%;
}


div.smallfont {
	font-size:11px;
	color: #666;
}

input.checkbox {
    border: 1px solid #bdac85;
}

a {
    color: #0191a5;
    text-decoration: underline;
}

a:hover {
    color: #0191a5;
    text-decoration: none;
}

#othervideo a img, .groupthumb a img,#small-rightbox a img {
    border: 0;
}

.relatedvideothumb a img {
    padding: 2px;
    border: 1px solid #EAEAEA;
}

span.color {color:#0191a5;}

.clear {
    clear: both;
}

form {
    margin: 0;
    padding: 0;
}



fieldset {
    margin: 1em 0;
    border: none;
}



legend {
    margin: 1em 0;
    padding: 0 .5em;
    background: transparent;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
	color:#2DDAFF;
}

/* End Of Global Settings */


/* Clip Share Logo */


.top_radius{
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	}
.bottom_radius{
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;  
	}
.radius{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px; 
	}



#head {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	height:110px;
	display:block;
}


#head #logo {
    margin: 8px 0 0 24px;
    padding: 0;
    background: url("../../images/site/logo.png") no-repeat;
    text-indent: -9999px;
    width:231px;
    height:38px;
	float:left;
}
/* NG LOGO */
/*#head #logo {
    background: transparent url("../images/tpl_logo_ng.png") no-repeat;
}*/


#head #logo a.logo {
    display: block;
    width: 230px;
    height: 57px;
    border: none;
	outline:none;
}

#head h2 {
    margin: 48px 0 0 10px;
    padding: 0;
    font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #303030;
    float: left;
}


#head #head_top_links {
	width: 100%;
	height:36px;
    padding: 0;
	margin-bottom:10px;
	background:none;
}

#top_links_left { 
	float: left;
	padding: 9px 0 0 15px;
}

#top_links_left a, #top_links a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #686868;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}

#top_links_left a:hover, #top_links a:hover { 
	text-decoration:none;
}

#top_links { 
	float: right;
	padding: 9px 15px 0 0;
}

#top_links ul#links_list {
	margin: 0;
	padding: 0;
	list-style:none;
}

#top_links li.list_item {
	float:left;
	display:inline-block;
}

/* End of Clip Share Logo */


/* Clip Share Navigation */


#navcontainer {
	margin-top:20px;
	display:block;
	padding:10px;

	background:	#f0f0f0;
    background: -moz-linear-gradient(center top , #e5e5e5, #f0f0f0) repeat scroll 0 0 #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#f0f0f0)) repeat scroll 0 0 #f0f0f0;
	background: -khtml-gradient(linear, center top, from(#e5e5e5), to(#f0f0f0)) repeat scroll 0 0 #f0f0f0;
	/* IE6 & IE7 */  
	_background:none; /* IE6 fix */  
	filter:progid:DXImageTransform.Microsoft.gradient(StartColorStr='#e5e5e5',EndColorStr='#f0f0f0');   
	/* IE8 */  
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(StartColorStr='#e5e5e5',EndColorStr='#f0f0f0')";
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px; 
}



#navcontainer ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}
#navcontainer li {
    margin:0;
    padding:0;
    display: inline-block;
	margin-right:10px;
}

#navcontainer a {
	display:block;
	outline:none;
	font:normal 16px/22px Arial, Helvetica, sans-serif;
	padding:5px;
}


#navcontainer a:link, #navcontainer a:visited {
    color: #333;
    text-decoration: none;
}


#navcontainer a:hover {
	color: #000;
    text-decoration: underline;
}

#navcontainer li a#currentTab {
	color:#FFF;
    background:#0191A5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#navcontainer li.myforumsmenu {
    margin:0;
    padding:0;
    display: inline-block;
	margin-left:14px;
	border-left:1px solid #CCC;
}

#navcontainer li.myforumsmenu a {
	color:#999;
	display:block;
	outline:none;
	font:normal 14px/22px Arial, Helvetica, sans-serif;
	padding:3px 3px 3px 15px;
}

#tabmenucontainer a:link, #tabmenucontainer a:visited, #tabmenucontainer a:hover, #tabmenucontainer li a.tabactive {
	float: left;
    color: #4c4c4c;
    text-decoration: none;
	line-height: 26px;
	background:	#f4f4f4;
    background: -moz-linear-gradient(center top , #ffffff, #e5e5e5) repeat scroll 0 0 #f4f4f4;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5)) repeat scroll 0 0 #f4f4f4;
	background: -khtml-gradient(linear, center top, from(#ffffff), to(#e5e5e5)) repeat scroll 0 0 #f4f4f4;
	border:1px solid #d6d6d6;
	border-bottom:none;
}


#tabmenucontainer a:hover {
	float: left;
	line-height: 26px;
	background:	#e1e1e1;
    background: -moz-linear-gradient(center top , #ffffff, #c2c2c2) repeat scroll 0 0 #e1e1e1;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#c2c2c2)) repeat scroll 0 0 #e1e1e1;
	background: -khtml-gradient(linear, center top, from(#ffffff), to(#c2c2c2)) repeat scroll 0 0 #e1e1e1;
}


/* End of Clip Share Navigation */

    /* GENERAL CONTAINER */

#container {
	/*background-color: #FFFFFF;*/
    margin: 0 auto;
	margin-top:30px;
	min-height:490px;
}

.forumslimits{
	float:right;
	max-width:460px;
	background:#FFF;
	box-shadow: 1px 2px 2px #CCC;
	padding:8px;
	margin: 0 10px 10px 10px;
}

.fl_title{
	display:block;
	border-bottom: 1px solid #EFEFEF;
    color: #333333;
    font: 16px/20px Arial,Helvetica,sans-serif;
    margin: 5px 0 10px 0;
    padding: 0 0 4px;
}

.limitinfo{
	color:#666;
	font-size:11px;
	display:block;
	margin-bottom:3px;}

.limitinfo strong{
	color:#333;
	font-size:14px;
	margin-right:10px;}

.limitinfo span{
	background: none repeat scroll 0 0 #0191A5;
    color: #FFFFFF;
    font-size: 12px;
    padding: 1px 3px;}

#breadcrumbs{}
#breadcrumbs ul{
	display:block;
	list-style:none;
	margin-bottom:30px;}
#breadcrumbs ul li{
	display:inline-block;}
#breadcrumbs ul li a{
	margin:0 5px;}
	
.myforumslinks{
	margin: 0;
	padding: 0;
	display:block;
	list-style:none;
	margin-bottom:20px;}
.myforumslinks li{
	display:inline-block;}
.myforumslinks li a{
	padding:5px;
	font-size:16px;
	color:#666;
	margin-right:10px;
	}
	
.myforumslinks li a.activeitem {
    background: none repeat scroll 0 0 #0191A5;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
	text-decoration:none;
}
	
h1.forum_header{
    color: #444;
    font: normal 22px/28px Arial,Helvetica,sans-serif;
    padding: 0 0 4px 0;
	margin:20px 0;}

h1.forum_header span{
	font-size: 16px;
	}
	
.nowread{
	color:#666;
	margin-top:10px;
	position:relative;
	}
.nowread a{
	margin-right:5px;
	}

.forumLastInfo, .forumThreadsCount, .forumViews{
	color:#7B7B7B;
	font-style:italic;
	float:right;
	text-align:center;
	margin-top:10px;
}

.forumLastInfo{
	width:250px;
	}
.forumThreadsCount{
	width:80px;
	}
.forumViews{
	width:80px;
	}


	
.show_cat{
	display:inline-block;
	width:13px;
	height:13px;
	margin-right:7px;
	background:url("../../images/slide_down.png") no-repeat 0 0;}
	
.catHeader:hover .show_cat{
	background-position: -13px 0;}
	
.close_cat{
	display:inline-block;
	width:13px;
	height:13px;
	margin-right:7px;
	background:url("../../images/slide_down.png") no-repeat -26px 0;}
	
.catHeader:hover .close_cat{
	background-position: -39px 0;}

.catItems{
	clear:left;
	margin-bottom:20px;
	position:relative;}

h2.catHeader{
	float:left;
	color: #555;
	font: normal 18px/24px Arial,Helvetica,sans-serif;}
h2.catHeader:hover{
	cursor:pointer;}
	
.forumItem{
	padding-right:406px;
	position:relative;
	margin-bottom:16px;
	padding-left: 0;
	}

.forumItem .forumItemPic{
	float:left;
	width:44px;
	height:44px;
	margin-right:8px;
	overflow:hidden;}
	
.forumItem .forumItemPic img{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border:2px solid #ededed;
	}
	
.forumItem h3{
	margin: 0 0 8px 0;
	font-size:16px;
	font-weight:normal;}
.forumItem p{
	margin:0;
	padding-left:20px;
	color:#5D5D5D;}
.lastpostItem{
	position:absolute;
	width:250px;
	right: 0;
	top: 0;}
/*.lastpostItem p:last-child{
	margin:0 0 10px 0;}*/
.forumThreadsInfo{
	position:absolute;
	width:80px;
	right:250px;
	top: 0;
	text-align:center;
	color:#999;}
.forumViewsInfo{
	position:absolute;
	width:80px;
	right:330px;
	top: 0;
	text-align:center;
	color:#999;}
	
.noItems{
	margin:30px 0;
	font-size:16px;
	padding-left:20px;}
	

.forumstat{
	margin-top:30px;
	border-top:1px dotted #CCC;
	padding:30px 20px 20px 20px;}

.forumstat h3{
	color: #7B7B7B;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;}

.forumstat ul{
	list-style:none;}

.forumstat li{
	line-height:22px;}
	

.forum_buttons{
	margin:10px 10px 10px 0;
	position:relative;
	width:160px;
	padding:5px 0;
	font:normal 15px/21px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	display:inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px; 
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
	background: linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	text-decoration:none;
	border:1px solid #CCC;
}

.forum_buttons:hover{
	color:#333;
	border:1px solid #999;
	box-shadow: 0 0 4px #CCC;
}

#add_thread{
	display:inline-block;
	margin-bottom:10px;}

#add_thread span{
	width:16px;
	height:16px;
	position:absolute;
	top:8px;
	left:12px;
	background:url("../../images/addbid_icon.gif") no-repeat;
	 }

#open_thread span{
	width:16px;
	height:16px;
	position:absolute;
	top:8px;
	left:12px;
	background:url("../../images/open_icon_green.png") no-repeat;
	 }

#close_thread span{
	width:16px;
	height:16px;
	position:absolute;
	top:8px;
	left:12px;
	background:url("../../images/close_icon_red.png") no-repeat;
	 }

/* NEW THREAD */

#add_thread_form{
	width:80%;
	margin: 0 auto;}

.bb_buttons{
	display:block;
	padding:2px;
	position:relative;}
.bb_buttons .button{
	position:relative;
	cursor:pointer;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border:1px solid #CCC;
	padding:5px 10px;
	margin:3px 2px;
	color:#333;
	text-decoration:none;
}
.bb_buttons .button:hover{
background: #f6f8f9;
background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}

#add_thread_form fieldset {
	background:#FFF;
	border: 1px solid #CCC;
	padding:20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}

#add_thread_form fieldset legend{
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin:0;
    padding: 0 0.5em;
	}
	
	
.field {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    color: #555555;
    font: 14px Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    padding: 4px 2px;
}

.thread_cats, .thread_type{
	color: #555555;
	padding-left:20px;}

.field:focus{
	box-shadow: 0 0 4px #CCC inset}
	
.short{
	width:25%}
.medium{
	width:50%}
.long{
	width:90%}

.redstar{
	color:#CF3629;
	font-size:14px;
	font-weight:bold;
	line-height:10px;}
	
.smallexample{
	font-size:11px; color:#999;
	line-height:12px;}
	
#urlgetstatus{
	display:inline-block;}
	
/* */

/* THREAD LIST */

.threadItem{
	position:relative;
	min-height:50px;}
.threadTitle{
	padding-right:500px;
	position:relative;
	padding-left:40px;}

.threadTitle .important{
	display:inline-block;
	position:relative;
	padding: 0 3px;
	color:#fff;
	font:bold 11px/18px Tahoma, sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align:center;
	background:#7EBB00;
	border:none;
	margin-right:5px;
	}	
	
.threadTitle .threadpoll{
	display:inline-block;
	position:relative;
	color:#fff;
	font-weight:normal;
	background:#0191A5;
	padding:2px 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	margin-left:5px;
	}

.threadTitle a{
	font-size:16px;
	font-weight:normal;}
.nopost{
	background: transparent url("../../images/nopost.png") no-repeat left top;
	}
.newpost{
	background: transparent url("../../images/newpost.png") no-repeat left top;
	}
.threadclose{
	background: transparent url("../../images/threadclose.png") no-repeat 5px 0;
	}
.postsPages{
	margin-top:5px;
	font-size:11px;}
.postsPages a{
	font-size:13px;
	margin:0 4px;}
.threadInfo{
	position:absolute;
	top: 0;
	right: 0;}
.tauthor, .treplies, .tviews,.tlastpost{
	display:inline-block;
	vertical-align: middle;
	line-height:18px;}
.tauthor, .treplies, .tviews{
	text-align:center;}
.tauthor{
	width:150px;}
.treplies{
	width:80px;}
.tviews{
	width:100px;}
.tlastpost{
	width:170px;}
	
/* POST LIST */

#thread_subscribtion {
	margin:10px 0 0 20%;
	display:inline-block;
	text-decoration: none;
	color:#666;
	font-size:12px;
	padding: 7px 5px 7px 45px;
	}
#forum_subscribtion {
	margin:10px 0 0 20%;
	display:inline-block;
	text-decoration: none;
	color:#666;
	font-size:12px;
	padding: 7px 5px 7px 45px;
	}
.forumsubs{
background:url("../../images/news_icon.png") no-repeat;
}

.forumunsubs{
background:url("../../images/nonews_icon.png") no-repeat;
}

.thread_subscribtion a {

	}

.postItem{
	position:relative;
	min-height:250px;}
.postProfile{
	width:200px;
	position:absolute;
	left: 0;
	top: 0;
	padding-top:6px;
	text-align:center;}
.postProfile a{
	position:relative;}
.userprofile{
	font-size:16px;
	margin-bottom:10px;}
.otherUserInfo{
	display:block;
	margin-top:15px;
	color:#7B7B7B;
	font-size:11px;
	line-height:20px;}
.otherUserInfo a{
	font-size:11px;
}
.otherUserInfo font{
	color:#363636;}
.userisonline{
	position:relative;
	padding:2px 5px;
	color:#fff;
	font:bold 10px/24px Tahoma, sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align:center;
	background:#7EBB00;
	border:none;
	margin-left:5px;
	}
	
.postContent{
	padding:10px 0 10px 200px;}
.postAddQuote{
	float:right;}

.postQuoteM {
    background-color: #FBF9EB;
    color: #343434;
    font-family: "Times New Roman",serif;
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 3px;
    text-decoration: none;
}

.postQuoteM span {
    color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 0.25em;
    text-decoration: none;
}

.postLikeArea{
	float:right;
	margin-right:30px;
	position:relative;
	vertical-align:top;}
	
.statbox{
	margin-right:10px;}

.postLikeArea span{
	position:relative;
	width:20px;
	height:18px;
	display:inline-block;
	margin: 0 5px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color: #333;
	text-align:center;}
	
.postLikeArea span.positive{
	color:#7EBB00;}
	
.postLikeArea span.negative{
	color:#DD2D00;}

/* LIKE IT */

#likes {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
		
	background: url("../../images/likes.png") no-repeat scroll 0 0 transparent;
	}
#likes:hover {
	background: url("../../images/likes.png") no-repeat scroll 0 -18px transparent;
	}

#dislikes {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
	
	background: url("../../images/dislikes.png") no-repeat scroll 0 0 transparent;
	}
#dislikes:hover {
	background: url("../../images/dislikes.png") no-repeat scroll 0 -18px transparent;
	}

.postAddDate{
	background: #F1F1F1;
	color:#666;
	padding:5px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;}
.postAddDate span{
	color: #888;
	font-size:11px;
	margin-left:10px;
	margin-right:10px;}
.postContent .post_text{
	color:#363636;
	font: normal 14px/18px Arial,Helvetica,sans-serif;
	padding:10px;
	margin-top:10px;}
	
.postContent .post_text p{
	clear:both;}

.postContent .post_text br{
	clear:both;}

	
.postContent .post_text .fullpic{
	margin:10px 0;
	display:inline-block;}
	
.postContent .post_text .postPic{
	border:2px solid #F3EBD6;
	max-width:300px;
	margin-right:10px;
	}
	
.postContent blockquote {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    background-color: #faf7e2;
    float: left;
    color: #545454;
	font-size:12px;
	line-height:16px;
    margin: 10px 0 15px 35px;
    padding: 10px 36px 19px 21px;
    position: relative;
}

.postContent blockquote blockquote {
	border:1px solid #eee9c2;
	margin-left: 0;
}

.postContent blockquote .qAuthor {
	font-weight:bold;
}

.postContent blockquote div {
    clear: left;
    color: #494949;
    font-size: 13px;
    margin-left: 35px;
    position: relative;
}
.postContent blockquote .leftQuote, .postContent blockquote .rightQuote {
	color: #363636;
    font-family: "Times New Roman",serif;
    font-size: 2em;
    font-style: normal;
    font-weight: bold;
}

.postContent blockquote .leftQuote {
    left: -17px;
    line-height: 110%;
    position: absolute;
    top: 0.35em;
}

.postContent blockquote .rightQuote {
    height: 15px;
    margin-left: 0.15em;
    margin-top: -0.015em;
    position: absolute;
    width: 15px;
}
	
.postContent .attline{
	margin:10px 0;
	border-bottom:1px dotted #ccc;
	width:30%;
	height: 0;
	clear:both;
}
	
.postContent .pattachments{
	vertical-align:top;
	margin:20px 0 10px 10px;
	padding:0 0 0 60px;
	background:url("../../images/attach.png") no-repeat left top;
	}
	
.postContent .picattbox img {
	height:160px;}
	
.postwarning_area{
	background: #FFFFFF;
    box-shadow: 1px 1px 2px #CCCCCC;
    margin: 20px 0 20px 10px;
    padding: 8px;
    max-width: 40%;
	font-size:12px;
	border-left:3px solid #DD2D00;}
.pwtitle{
	border-bottom: 1px solid #EFEFEF;
    color: #333333;
    display: block;
    font: 16px/20px Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
	padding:0 0 5px 0;}

.postContent .postEditarea {
	font-style:italic;
	font-size:11px;
	color:#999;
	border-top:1px solid #eee;
	margin:10px 0;
	padding:5px 0;}
	
.delete_button {
	background:url("../../images/delete_icon.png") no-repeat 4px 4px #FBFBFB;
	}
.delete_button:hover {
	color:#000000;
	background:url("../../images/delete_icon.png") no-repeat 4px 4px #F5F5F5;
	}

.edit_button {
	background:url("../../images/edit_icon.png") no-repeat 3px 3px #FBFBFB;
	}
.edit_button:hover {
	color:#000000;
	background:url("../../images/edit_icon.png") no-repeat 3px 3px #F5F5F5;
	}
	
.warning_button:hover {
	color:#000000;
	}
	
.delete_button, .edit_button, .warning_button {
	text-decoration: none;
	color:#000000;
	font-size:11px;
	line-height:16px;
	margin:2px 6px 4px 6px;
	float:left;
	padding: 2px 5px 2px 20px;
	border: 1px solid #CCC;
	cursor:pointer;}

.delete_button:hover, .edit_button:hover, .warning_button:hover{
	box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	border: 1px solid #999;
}

.warning_button{
	padding:2px 5px;}

.warea{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    background-color: #fff;
	font-size:12px;
	line-height:16px;
    margin: 10px 0;
    padding: 10px;
    position: relative;
	border: 1px solid #ccc;
	width:60%;
	}
	
.pagingnav{
clear:both;
width:500px;
font: normal 13px Arial, Helvetica, sans-serif;
}

.pagingnav {
padding: 0;
margin:10px 10px 20px 10px;
}

.pagingnav {padding: 0;}

.pagingnav a{
	display:inline-block;
	text-align:center;
	color: #666;
	width:26px;
	height:26px;
	line-height:26px;
	margin: 2px 5px 2px 0; 
	text-decoration: none;
	background-color: #999;
	font-weight: normal;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

border:1px solid #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
}
.pagingnav a:hover{
	box-shadow: 0 1px 3px #CCC;
}
span.pagingnav {
	display:inline-block;
	text-align:center;
	color: #FFF;
	width:26px;
	height:26px;
	line-height:26px;
	margin: 2px 5px 2px 0; 
	text-decoration: none;
	background-color: #0191a5;
	font-weight:bold;
	border:1px solid #0191a5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
}

.pagingnav a:hover{
    text-decoration: none;
    background-color: #0191a5;
}
	
.forumnav{
	float:right;
	text-align:right;
	}
	
.forumnav form{
	display:inline-block;
	margin-left:15px;
	width:80px;
}
.forumnav form input[type="text"]{
	width:30px;
	font-size:12px;
	line-height:14px;
}

.forumnav form input.send_button{
	background: none;
	border: none;
	font-size:18px;
	color: #333;
}
	
.video-block, .picattbox{
	opacity:0.5;}
.video-block:hover, .picattbox:hover{
	opacity:1;}


/* */

/* PM BOX */

#pm_box {
    display: block;
	width:330px;
	height:330px;
    position: fixed;
    z-index: 9999;
	top:26%;
	left:32%;
	background:#FFF;
	padding:30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0 0 16px #666;
	-moz-box-shadow: 0 0 16px #666;
	-webkit-box-shadow: 0 0 16px #666;
	-khtml-box-shadow: 0 0 16px #666;
}
#pm_box #closepm_box{
	position:absolute;
	top:10px;
	right:10px;
	padding: 0 5px;
	background: #F00;
	color:#FFF;
	line-height:18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	text-decoration:none;
	cursor:pointer;
	}

/* PICTURE ATTACH */
.post_picture_attach{
	background: #FFFFFF;
	border:1px dashed #CCC;
	padding:10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin:10px 0; }
	
	
.picattbox{
	display:inline-table;
	position:relative;
	margin-top:3px;
	}
.docsattbox{
	font-size:16px;
	display: block;
	position:relative;
	margin-top:5px;
	vertical-align:middle;
	}
.docsattbox img{
	vertical-align:middle;
	margin-right:5px;
	}
.delpicture{
	position:absolute;
	padding:3px;
	bottom:3px;
	right:3px;
	width:20px;
	height:20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	box-shadow: 0 1px 2px #666;
	display:none;
	opacity:0.75;
	background:url("../../images/del_icon_red.png") no-repeat center center #000;
	}
.delpicture:hover {
	opacity:1;
}

.docsattbox .delpicture{
	right: inherit;
	left:3px;}

.picattbox:hover .delpicture, .docsattbox:hover .delpicture{
	display: block;}
	
.onlyauth{
	font-size:11px;
	padding:3px;
	color:#999;
	border:1px dashed #ccc;
	margin-top:15px;
	display:inline-table;}
/* */

/* VIDEO ATTACH */
#vdoattach{
	background:#FFF;
	border:1px dashed #CCC;
	padding:10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin:10px 0; }

#search_vdo{}

#vdosearch{}

#closevdosearch{
	float:right;
	padding: 0 5px;
	background: #F00;
	color:#FFF;
	line-height:18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	text-decoration:none;
	}
#closevdosearch:hover{
	background: #900;
	color:#FFF;
	text-decoration:none;
	}

#videosearchbox{
	padding-top:10px;}
	
#videosearchbox p{
	margin-bottom:15px;
	font-size:12px;
	font-weight:bold;}
	
#videosearchbox ul{
	margin: 0;
	padding: 0;
	list-style:none;}
	
#videosearchbox ul li{
	clear:both;
	margin:8px 0;}
#videosearchbox ul li div{
	float:left;
	margin-bottom:5px;
	height:30px;
	overflow:hidden;}
	
#vattached{
	margin:10px 0;}
.currvideo{
	display:block;
	width:500px;
	margin-bottom:5px;
	overflow:hidden;}
.currvideo div{
	float:left;
	height:30px;
	}
.vidpic{
	margin-right:5px;
	width:40px;}
.vidpic img {border: 0;}
.viddesc{
	width:340px;
	margin-right:5px;}
.viddesc a{
	font-size:11px;
	color:#333;
	text-decoration:none;
}

.viddesc a:hover{
	text-decoration:underline;
}
.insertvideo{
	padding:0 5px;
	background: #666;
	color:#FFF;
	line-height:30px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
	cursor:pointer;}

.insertvideo:hover{
	background: #333;
	box-shadow:1px 1px 2px #CCC;
}

.delvideo{
	padding:0 5px;
	background: #F00;
	color:#FFF;
	line-height:30px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
	cursor:pointer;}

.delvideo:hover{
	background: #900;
	box-shadow:1px 1px 2px #CCC;
}



ol.search_result{
	font-size: 16px;}
ol.search_result li{
	padding-left:10px;
	margin-left:20px; }
ol.search_result li h2{
	margin-top:20px;
	font-size:16px;
	line-height:18px;}
ol.search_result li h2 a{
	font-weight:normal;}
ol.search_result li p{
	font-size:13px;
	line-height:16px;
	padding:0 0 0 20px;
	margin:10px 0;}
ol.search_result li p.info{
	font-size:11px;
	line-height:13px;
	color:#999;}
	
span.highlight1 {
color:#DD2D00;
font-weight:bold;
}

span.highlight2 {
font-weight:bold;
color: #DD2D00;
}




/* BIDS */

#bids {
	list-style:none;
	margin: 0;
	padding: 0;
	margin-bottom:20px;}

#bids li {
	position:relative;
	clear:both;
	float:left;
	height:130px;
	margin-bottom:15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background:#FFF;
	box-shadow:0 1px 2px #CCC;}

#bids li:hover {
	box-shadow:0 1px 3px #999;}
	
#bids .video {
	position:absolute;
	width:12px;
	height:14px;
    background: transparent url(../../images/video_icon.png) no-repeat right;
	top:8px;
	right:8px;
}

#bids li div {
	height:130px;
	float:left;
	}

#bids .pic {
	position:relative;
	width:190px;
	overflow:hidden;
}
	
#bids .pic img.photo {
	margin:5px;
	max-width:180px;
	max-height:120px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}

#bids .pic img.nophoto {
	height:130px;
	width:190px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}

#bids .desc {
	width:475px;
	padding:10px;
	overflow:hidden;
	height:110px;
	position:relative;}

#bids .desc p {
	margin: 0;}

#bids li div span {
	display:block;
	color:#999;
	position:relative;
	overflow:hidden;}
	
#bids li div .bidtype {
	position:relative;
	display:inline-block;
	width:60px;
	background:#666;
	color:#FFF;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	line-height:22px;
	margin-right:4px;
	text-transform: uppercase;}
#bids li div .buy{
	background:#DD2D00;
}
#bids li div span.title {
	display:inline-block;
	margin-bottom:3px;
	vertical-align:top;
	width:380px;
	max-height:40px;}

#bids li div span.title a {
	display:inline-block;
	font-size:18px;
	color: #333;
	text-decoration:none;
	line-height:20px;
	max-height:40px;
	}
#bids li div span.title a:hover {
	color: #0191a5;
	}
	
#bids li div span.date {
	display:inline-block;
	margin-bottom:3px;
	color:#666;}

#bids li div span.city {
	float:right;
	margin-bottom:3px;
	margin-left:20px;
	color:#666;}
	
#bids li div span.company {
	float:right;
	text-align:right;
	max-width:200px;
	height:18px;
	margin-bottom:3px;
	margin-left:20px;
	overflow:hidden;}
	
#bids li div span.status {
	position: absolute;
	bottom:6px;
	left:10px;
	color:#666;}

#bids li div span.description {
	height:30px;
	margin-bottom:3px;
	line-height:14px;}

#bids li div span.closed {
	position: absolute;
	width:180px;
	height:26px;
	bottom: 0;
	right: 0;
	background:#DD2D00;
	color:#fff;
	font-family:Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-align:center;}
	
#bids li div span.price {
	position: absolute;
	width:160px;
	height:26px;
	bottom: 0;
	right: 0;
	background: #EBEBEB;
	color:#666;
	font-size:16px;
	line-height:26px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-align:center;
	}

/* */

.qrerr{
	margin: 0 3px;
	color:#DD2D00;
	font:bold 11px/13px Tahoma, sans-serif;
}

.qrmsg{
	margin: 0 3px;
	color:#7EBB00;
	font:bold 11px/13px Tahoma, sans-serif;
}


#leftside {
    margin: 0;
    padding: 0;
    width: 705px;
    text-align: left;
    float: left;
}

#fullside {
    margin: 0;
    padding: 0;
    width: 1004px;
    text-align: left;
}

h1#mediumbox-title {
	font: 22px Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#333;
	width:695px;
	border-bottom:1px solid #e0e0e0;
	padding: 0 0 4px 10px;
	margin: 0;
	}

#popup_box {
	padding:10px;
	}

#popup_title {
	font: 22px Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#333;
	width:90%;
	border-bottom:1px solid #e0e0e0;
	padding: 0 0 4px 10px;
	margin-bottom:10px;
	}

#full-title {
	font: 22px Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#333;
	width:992px;
	border-bottom:1px solid #e0e0e0;
	padding: 0 0 4px 10px;
	margin: 0;
}


/* Content Box */
#mediumbox-content, #fullbox-content {
	padding:10px 0 0 0;
}

#videodetails-content {
	padding:5px;
}


/* End of GENERAL CONTAINER Clipshare */

	
/* Clip Share Search */

#containersearch{

	float:right;	
	border: 0 solid #EDEDED;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color:#EDEDED;
}

#search {
	padding:7px 8px;
	vertical-align:top;
}

#search form{
    margin: 0;
	padding: 0;
	vertical-align:top;
}

#search form input.searchtext {
	border:1px solid #D7D7D7;
	background: #FFF;
	padding:4px 0;
    font: normal 16px Arial, Helvetica, sans-serif;
	color: #555;
	width:348px;
	margin-right:4px;
}

#search form select.searchselect {
	border:1px solid #D7D7D7;
	background: #FFF;
	padding:3px 0;
    font: normal 16px Arial, Helvetica, sans-serif;
	color: #555;
	margin-right:4px;
}

#search form input.button { 
	text-decoration:none;
	font:normal 15px/17px Arial, Helvetica, sans-serif;
	border:solid 1px #ccc;
	padding: 4px 10px;
	top: 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

	color: #666;
	cursor: pointer;
	text-align:center;
	vertical-align:top;}

#search form input.button:hover {
	color: #333;
}


#search_text {
	float:left;
	margin:0 10px 0 8px;
}

#search_button {
	float:left;
}




/* End of Clip Share Search */


/* Clip Share left side */


#mediumbox {

    display:block;
    width:705px;
    border: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

}

#viewvideo {
    display:block;
    width:705px;
    border: 0;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

#recently {
	height:184px;
}

#videodetails {
    display:block;
}

div.video_description {
	position:relative;
	width:692px;
	margin-bottom: 20px;
    margin-left: 1px;
    margin-right: auto;
	margin-top:20px;
	padding: 10px 5px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background:#FFF;
	box-shadow: 0 1px 3px #CCC;
/*	background:url(../images/tpl_modules_video.jpg) no-repeat #FFF ; */
	}

div.videodetails-title{

	/*height: 36px;
    padding:6px 0 0 15px;
    font: normal 18px Arial, Helvetica, sans-serif;
    color:#fff;
	width:690px;*/
	
	color: #333333;
    font: 22px/26px Arial,Helvetica,sans-serif;
    padding: 0 0 4px 10px;
	margin-bottom:5px;
	border-bottom: 1px solid #EFEFEF;
}

div.video_description2 {
	position:relative;
	width:692px;
	margin-bottom: 20px;
    margin-left: 1px;
    margin-right: auto;
	margin-top:20px;
	padding:10px 5px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #F9F9F9;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.20) inset;
	}

/* Video Description */
div.video_description span.user_date {
	font-size:11px;
	color: #999;
	padding:2px 0 0 0;	
	}

/* END Video Description */

#ch_det {
    width:676px;
	min-height:50px;
    border: 0;
    margin-bottom: 10px;
    margin-left: 11px;
	margin-top:10px;
	padding:7px;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#666;
	background:#FFF;
	box-shadow: 0 1px 3px #CCC;
}

/* Clip Share Sub Tab Menu */

#submenu {
    margin: 0;
    padding: 0;
    width: 705px;
}

.width1004 {
	width:974px !important;
}

#tabmenucontainer {
    margin: 0;
	padding: 0;
}

#tabmenucontainer ul {
    margin-left: 6px;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font: normal 13px Arial, Helvetica, sans-serif;
}

#tabmenucontainer li {
    display: inline;
    margin: 0;
    padding: 0;
	float: left;
    display: block;
	margin-right:3px;
}

#tabmenucontainer a {
    width: 100px;
    height: 26px;
	outline:none;
}

#tabmenucontainer li a.tabactive {
    background: transparent url(../../images/tpl_tabs_btn.gif) no-repeat -13px -2px;
	color: #fff;
	font-weight:bold;
    text-decoration: none;
    line-height: 26px;
	border:1px solid #96a1a7;
	border-bottom:none;
}

#submenu div.tab_menu_bg {
	margin: 0;
	height:38px;
	background: url(../../images/tab_menu_bg_37.jpg) repeat-x bottom;
}

#subcontent {
    margin: 8px 0 0 0;
    padding: 0;
    width: 705px;
}



#subcontent div.sub_desc{
    margin:10px;
    float: left;
    display: block;
    width: 685;
	font: normal 12px Arial, Helvetica, sans-serif;
}

div.sub_desc_vip{
    margin:10px 0;
    padding: 7px;
    float: left;
    display: block;
    width: 685px;
	border:3px solid #ddc16d;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: url(../../images/vip_bg.jpg) repeat-x bottom #fffcf2;
}

.subcont_img {float:left; width: 130px;}
.subcont_img div.button {margin:4px 0 3px 0;}
.subcont_desc {float:left; width:554px;}
span.tags {font-size:11px;}
span.tags a {color:#777; text-decoration:none; margin:0 1px;}
span.tags a:hover {background-color:#777; color:#fff;}
#subcontent span.title, #myvideo span.title {font: 16px Arial, Helvetica, sans-serif;}
#subcontent span.duration {font: bold 11px Arial, Helvetica, sans-serif;}
#subcontent span.info, #mediumbox span.info {color: #000; font: normal 11px Arial, Helvetica, sans-serif;}

#subcontent div.desc_dots, div.desc_dots {
	background:url(../../images/desc_dots.jpg) repeat-x bottom;
	width:100%;
	height:5px;
	margin:4px 0 6px 0;
}

div.desc_dots2 {
	background:url(../../images/desc_dots.jpg) repeat-x bottom;
	width:690px;
	height:5px;
	margin:4px 0 4px 0;
}

div.desc_dots3 {
	background:url(../../images/desc_dots.jpg) repeat-x bottom;
	width:1004px;
	height:5px;
	margin:4px 0 4px 0;
}

div.desc_dots_short {
	background:url(../../images/desc_dots.jpg) repeat-x bottom;
	width:230px;
	height:5px;
	margin:4px 0 4px 0;
}

div.desc_dots_short2 {
	background:url(../../images/desc_dots.jpg) repeat-x bottom;
	width:210px;
	height:5px;
	margin:1px 0 1px 0;
}

#subcontent div.desc_lines, div.desc_lines {
	clear:both;
	height: 0;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #FFF;
	margin:10px 0 4px 0;
	width:100%;
	background:none;
}

#subcontent p a img {
    margin: 0 20px 0 0;
    padding: 1px;
    text-decoration: none;
    border: 1px solid #DDDDDD;
    float: left;
}

.selectedvideo {background: #F2F2F2;}

/* End of Clip Share Sub Tab Menu */

/* INDEX VIDEO BLOCK */

#index-video-blocks {
	padding:10px 0;
	margin-bottom:30px;
	border:1px solid #96A1A7;
	background-color: #EFEFEF;
}

.video-block{
	width:190px;
	margin:0 13px 13px 13px;
	height:186px;
	padding:8px;
	float:left;
	overflow:hidden;
	border:1px #BFBFBF solid;
	background-color:#FFF;
}

div.video-block a.vb-href, #rightside a.vb-href, #rightside_video a.vb-href{
	text-decoration:none !important;
	outline:none !important;
	color:inherit;
}

div.play-button {
	position:absolute;
	background: transparent url(../../images/tpl_play_button.png) no-repeat center;
	width:50px;
	height:50px;
	margin:36px 0 0 70px;

}
div.video-rating {
	position: absolute;
	z-index:120;
	width:77px;
	height:13px;
	background: transparent url(../../images/rating.png) no-repeat top left;
	margin: 104px 0 0 105px;
	color: #FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:1px 0 0 3px;
}
#index-video-blocks div.hd_video, div.hd_video4, .hd_videoatt {
	position: absolute;
	z-index:10;
	width:26px;
	height:16px;
	background: transparent url(../../images/hd.png) no-repeat top left;
	margin: 5px 0 0 158px;
}
.vb-image{margin-bottom:5px;}
.vb-desc{height:40px; overflow:hidden; margin-bottom:4px;font: bold 11px/13px Arial, Helvetica, sans-serif;}
.vb-desc a{
	color:#333333;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

.vb-desc a span.title{
	color:#333333;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

span.video-views{
	background: url(../../images/tpl_icon_views.gif) no-repeat center left;
	padding:0 0 0 17px;
	}
.vb-info{
	font-size:11px;
	font-weight: normal;
	color:#999;
	}
.look_all{
	color:#333333;
	font-size:17px;
	margin-left:12px;
	}
.look_all a {color:#333333;}
	
.video-block-brand{
	width:190px;
	margin:0 13px 13px 13px;
	height:186px;
	padding:7px;
	float:left;
	overflow:hidden;
	border:2px solid #ddc16d;
	/*border:1px #0191A5 solid;*/
	/*background: url(../../images/tpl_vb_bg.jpg) repeat-x top left;*/
	background: #fffcf2;
	background: -moz-linear-gradient(top,  #fffcf2 0%, #feeba7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf2), color-stop(100%,#feeba7));
	background: -webkit-linear-gradient(top,  #fffcf2 0%,#feeba7 100%);
	background: -o-linear-gradient(top,  #fffcf2 0%,#feeba7 100%);
	background: -ms-linear-gradient(top,  #fffcf2 0%,#feeba7 100%);
	background: linear-gradient(top,  #fffcf2 0%,#feeba7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf2', endColorstr='#feeba7',GradientType=0 );
}

.video-block-brand .vb-info{
	color:#333;}

/* END INDEX VIDEO BLOCK */

/* Content Styling */

.contentbox {margin: 4px;}
.contentbox2 {margin: 4px;}
.relatedvideolist {margin: 0; padding-top: 0; padding-bottom: 0;}

/*.relatedvip {
	background: url("../../images/vip_bg.jpg") repeat-x scroll center bottom #FFFCF2;
    border: 2px solid #DDC16D;
    padding: 5px 0;
	margin-bottom:3px;
    text-align: center;
}*/

.relatedvideolist2 {margin-bottom:10px;}

.users-last-video {
	width:685px;
	min-height:120px;
	height:120px;
}

a.ulv-all {
	text-decoration:none;
	color: #000000;
	text-align:center;
	}

.ulv-box {
	width: 120px;
	overflow:hidden;
	outline:none;
	height:126px;
	margin:0 6px 0 5px;
	float:left;
	}

.ulv-box a {
	font-size:10px;
	line-height:11px;	
	margin-top:2px;
}
	
.ulv-box img {text-decoration:none;	clear:both;}

/* End Content Styling */

/* Right Side */
#rightside {
    margin: 0 auto;
    padding: 0;
    width: 255px;
    text-align: left;
    float: right;
}

#rightside_video {
    margin: 0;
    padding: 0;
	padding-left:15px;
    width: 255px;
    text-align: left;
    float: right;
}
.top_gradient{
	margin-left:-15px;
	margin-bottom:-20px;
	height:20px;
	background: #e0e0e0;
background: -moz-linear-gradient(45deg,  #e0e0e0 0%, #f7f7f7 9%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e0e0e0), color-stop(9%,#f7f7f7));
background: -webkit-linear-gradient(45deg,  #e0e0e0 0%,#f7f7f7 9%);
background: -o-linear-gradient(45deg,  #e0e0e0 0%,#f7f7f7 9%);
background: -ms-linear-gradient(45deg,  #e0e0e0 0%,#f7f7f7 9%);
background: linear-gradient(45deg,  #e0e0e0 0%,#f7f7f7 9%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=1 );

	}
.mid_gradient{
background: #e0e0e0;
background: -moz-linear-gradient(left,  #e0e0e0 0%, #f7f7f7 9%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e0e0e0), color-stop(9%,#f7f7f7));
background: -webkit-linear-gradient(left,  #e0e0e0 0%,#f7f7f7 9%);
background: -o-linear-gradient(left,  #e0e0e0 0%,#f7f7f7 9%);
background: -ms-linear-gradient(left,  #e0e0e0 0%,#f7f7f7 9%);
background: linear-gradient(left,  #e0e0e0 0%,#f7f7f7 9%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=1 );
}
.bottom_gradient{
	margin-left:-15px;
	margin-top:-20px;
	height:20px;
	background: #e0e0e0;
background: -moz-linear-gradient(135deg,  #e0e0e0 0%, #f7f7f7 9%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e0e0e0), color-stop(9%,#f7f7f7));
background: -webkit-linear-gradient(-45deg,  #e0e0e0 0%,#f7f7f7 9%);
background: -o-linear-gradient(-45deg,  #e0e0e0 0%,#f7f7f7 9%);
background: -ms-linear-gradient(-45deg,  #e0e0e0 0%,#f7f7f7 9%);
background: linear-gradient(135deg,  #e0e0e0 0%,#f7f7f7 9%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=1 );

	}

/* Last Users & Comments */
ul.last_user_list{
	margin: 0;
	padding: 0;
	list-style: none outside none;
    padding-top: 4px;
}

ul.last_user_list li {
	margin: 0;
	padding: 0;
    background: url("../../images/grey_dots.jpg") repeat-x scroll center bottom transparent;
    overflow: hidden;
    padding-bottom: 5px;
}

ul.last_user_list li a {
    color: #777777;
	padding-left:3px;
}

div.last_user_video {
	width:24px;
    background: transparent url(../../images/video_icon.png) no-repeat right;
	float:right;
    padding: 3px 18px 3px 0;
    font-weight: normal;
	font-size: 11px;
	text-align:right;
}

div.last_user_bid {
    background: transparent url(../../images/board_icon.png) no-repeat right;
	float:right;
    padding: 3px 18px 3px 0;
    font-weight: normal;
	font-size: 11px;
	text-align:right;
	margin-right:3px;
}

.last_comment {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	line-height:14px;
	font-size:11px;
	margin-bottom:10px;
	overflow:hidden;
}

a.last_comm_user, a.last_comm_user:hover {
	background: url(../../images/comment-user.gif) no-repeat;
 	color: #999999;
    font-weight: bold;
    padding-left: 13px;
    text-decoration: none;
}
.last_comm_icon{
 	background: url(../../images/comment-list.gif) no-repeat 2px 4px;
    padding-left: 14px;
}

.last_comm_text{color:#666;}

/* END Last Users & Comments */


/* Right Side */

.channel_nav {
	margin: 0;
	width:232px;
}

.channel_nav ul {
	margin: 0;
	padding: 0;
}

.channel_nav li {
	list-style:none;
	padding: 0 0 6px 6px;
	background:url(../../images/grey_dots.jpg) repeat-x bottom;
}

.channel_nav li a:link, .channel_nav li a:visited  {
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#636363;
	text-decoration:none;	
}

.channel_nav li a:hover  {
	text-decoration:underline;
	color:#000;	
}


.channel_nav li.current_channel a  {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#000;
}

.channel_nav div.chan_arrow {
	width:14px;
	height:12px;
	background:url(../../images/channels_arrow.gif) no-repeat center left;
	margin-left:-14px;
	margin-top:4px;
	float:left;
}

.channel_nav li .count_today {
	background-color:#0191A5;
	font-size:12px;
	font-weight:bold;
	margin-left:3px;
	color:#FFF;
	padding:2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
}
.total_companies {
	color:#999;}

#news, #channel, #tags {
    margin: 20px 20px 20px 0;
    padding: 0 0 30px 0;
    text-align: left;
    width: 210px;
    color: #e0e0e0;
    float: left;
}

#news h3, #channel h3, #tags h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font: normal 20px Arial, Helvetica, sans-serif;
    color: #ffffff;

}

#news p, #channel p {
    margin: 0;
    padding: 5px;
    border-top: 1px dotted #897665;
    display: block;
}

#tags p {
    margin: 0;
    padding: 0;
	padding-top: 5px;
    border-top: 1px dotted #897665;
	text-align: justify;
    display: block;
}

#news p:hover, #channel p:hover {
    background: #2d2824;
}

#news p a, #channel p a {
    text-decoration: none;
    color: #e0e0e0;
}


#news p a:hover, #channel p a:hover {
    color: #ffffff;
}

#news img, #channel img {
	padding: 1px;
}

#tags p a {
    border: none;
    text-decoration: none;
    color: #e0e0e0;
}



#tags p a:hover {
    color: #ffffff;
}


/* Clip Share Footer */

#footer {
	margin: 0 auto;
	min-width:1004px;
	width:98%;
	height:103px;
    background: #000;
	margin-top:50px;
}

#footcontainer {
    margin: 0 auto;
    padding: 18px 0 0 20px;
    text-align: left;
}

#footcontainer div.footer_left {
	width: 880px;
	float:left;
}

#footcontainer div.footer_right {
	width: 80px;
	float:right;
	padding-top:20px
}

#footcontainer p.footer_links {
    margin: 0;
	padding: 0;
    color: #fff;
}

#footcontainer p.footer_links a {
    margin: 0 5px 0 5px;
	font-size:12px;
    border: none;
    text-decoration: underline;
    color: #fff;
	padding: 0;
}

#footcontainer p.footer_links a:hover {
	text-decoration:none;
}

#footcontainer p.footer_copy {
    margin:20px 0 0 5px;
	padding: 0;
    color: #b3b3b3;
	font-size:11px;
}

#footcontainer p.footer_copy a {
	font-size:11px;
    border: none;
    text-decoration: underline;
    color: #b3b3b3;
	padding: 0;
}

#footcontainer p.footer_copy a:hover {
	text-decoration:none;
}

.bg_box_footer {
	width: 0;
	height: 0;
	background: none;
	margin:0;
}


/* Clip Share Full Box */

#fullbox,#invitefriend,#invitenewfriend{
    display:block;
    width:1002px;
    padding:2px;
    text-align: left;
}

#fullbox label,#invitefriend label,#invitenewfriend label {
    font-weight: bold;
}

#fullbox form input.inputtext,#invitefriend form input.inputtype,#invitenewfriend form input.inputtype, div.otherdesc input.inputtext  {
	margin: 3px 0 3px 5px;
    padding: 2px;
    border: 0;
    background: none;
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 390px;
	color: #666;
}

#fullbox form textarea.inputtext,#invitefriend form textarea.inputtype,#invitenewfriend form textarea.inputtype {
	margin: 10px 0 3px 5px !important;
    padding: 2px !important;
    border: 0 !important;
    background: none !important;
    font: normal 12px Arial, Helvetica, sans-serif !important;
    width: 384px !important;
	color: #666 !important;
}

#fullbox form p input.submitbutton,#invitefriend form p input.submitbutton,#invitenewfriend form p input.submitbutton {
    margin: 5px 0 0 0;
}


.submitbutton {
    margin-left: 150px;
    padding : 10px 0 0 25px;
}

#groupforum .submitbutton {
    margin-left: 30px;
    padding : 10px 0 0 25px;
} 

/* End Clip Share Full Box */


.captcha {
    width: 400px;
    text-align: center;
    margin-right: 0;
	margin-top:20px;
}

.captcha2 {
    text-align: center;
    margin::0 auto;
	margin-top:20px;
}

.signupbutton {
    margin-left: 120px;
    padding : 10px 0 0 25px;
}

/* End Clip Share Signup */


/* My Profile */

#myprofile {
    width:1004px;
    padding:2px;
    text-align: left;
}

#myprofile form {
    margin: 10px;
    padding: 0;
}

#myprofile fieldset {
    margin: 1em 0;
    border: 1px solid #E8E8E8;
}


#myprofile legend, .comp_fieldset legend {
    margin: 1em 0;
    padding: 0 .5em;
    background: transparent;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
	color: #000;
}

#myprofile label {
    float: left;
    width: 200px;
    padding: 6px 1em;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
	color: #666;
}

#myprofile form p {
    margin: 0;
    padding: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #008ece;
}

#myprofile form input.myprofiletext {
    margin: 0 0 5px 0;
    padding: 2px;
    border: 1px solid #d3d3d3;
    background: #ffffff url(../../images/tpl_input_bg.gif) no-repeat top left;
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 240px;
}

input.links, textarea.links {
    margin: 1px 0 5px 0;
    padding: 2px;
    border: 1px solid #CCC;
    background: #ffffff url(../../images/tpl_input_bg.gif) no-repeat top left;
    font: normal 13px Arial, Helvetica, sans-serif;
	color: #333;
    width: 400px;
}

#myprofile #profile_address {
	margin-left: 230px;
}


#myprofile ul li {
    list-style-image: url(../../images/tpl_icon_bullet.gif);
}

/* End My Profile */

/* Most Active User */

ul#mostactiveuser {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

ul#mostactiveuser li {
    margin: 0;
    float: left;
    list-style-type: none;
    padding: 0 0 0 12px;
	padding-bottom: 15px;
	padding-top:10px;
	line-height:13px;
	font-size:11px;
	overflow:hidden;
}

ul#mostactiveuser img {
    padding: 0;
    border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
	
}

ul#mostactiveuser li.boxshow{
	position:relative;
    margin: 9px 9px 12px 9px;
    float: left;
    padding: 7px;
    height:180px; 
	width:200px;
	font-size:11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	color:#999;
}

ul#mostactiveuser li.boxshow:hover{
	background:#FFF;
	box-shadow: 0 1px 3px #CCC;
}


ul#mostactiveuser li.boxshow_vip{
    margin: 9px 9px 12px 9px;
    padding: 5px;
	float:left;
    width:200px;
	height:180px;
	border:2px solid #ddc16d;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffe68c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffe68c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffe68c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffe68c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffe68c 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#ffe68c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe68c',GradientType=0 ); /* IE6-9 */

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
}
ul#mostactiveuser li.boxshow_vip:hover{
	box-shadow: 0 1px 3px #CCC;
}

div.hd_video2 {
position: absolute;
z-index:10;
width:26px;
height:16px;
background: transparent url(../../images/hd.png) no-repeat top left;
margin: 106px 0 0 170px;
}

div.hd_video {
position: absolute;
z-index:10;
width:26px;
height:16px;
background: transparent url(../../images/hd.png) no-repeat top left;
margin: 70px 0 0 90px;
}

div.hd_video3 {
position: absolute;
z-index:10;
width:26px;
height:16px;
background: transparent url(../../images/hd.png) no-repeat top left;
margin: 68px 0 0 90px;
}

div.duration_video {
position: absolute;
z-index:10;
width:42px;
height:14px;
background: #000;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px; 
opacity:0.75;
margin: 5px 0 0 5px;
color: #FFF;
font: bold 11px Arial, Helvetica, sans-serif;
text-align:center;
text-decoration:none;
}
ul#mostactiveuser span.title { padding:5px 0; display:block; height:28px; overflow:hidden; margin-bottom:2px;}
ul#mostactiveuser span.title a {color: #333; font: bold 12px/16px Arial, Helvetica, sans-serif; text-decoration:none;}
ul#mostactiveuser span.title a:hover {text-decoration:underline;}

ul#mostactiveuser span.duration {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000;
}

ul#mostactiveuser span.info {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

ul#mostactiveuser span.info_num {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000;
}

/* End Most Active User */

div.specialmessage {
	font-size:11px;
	font-weight: bold;
}

#fullbox-title .basicdetailed {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333333;
    letter-spacing: normal;
    margin: 0 40px 0 40px;
    width:100px;
    padding-top:5px;
}

#fullbox-title .basicdetailed a:hover{
    color: #FFFFFF;
}

.videopaging {
    width: 690px;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333333;
    letter-spacing: normal;
    margin: 0;
    padding-top:5px;
    margin-left:10px;
}

#fullbox-title p img {
    margin-right: 5px;
}

#videobox {
    text-align: center;
	line-height: 14px;
}

#videobox table tr td{
    padding-bottom: 30px;
    padding-left: 0 !important;
}

#videobox img {
    padding: 0;
    border: 1px solid #EEE;
}

#videobox img.star {
    border: none;
}

#videobox span.title {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#0191a5;
}

#videobox span.title_12 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#0191a5;
}

#videobox span.duration {
	font: bold 12px Arial, Helvetica, sans-serif;
}

#videobox span.info {
	color: #999999;
}

.center {text-align: center;}

#paging{
	width:468px;
    margin: 0 auto;
    padding: 0;
    text-align:center;
}

#paging-left{
    width:496px;
}



#video_info{
clear:both;
width:705px;
margin:10px 0 5px 0;
}
#info_left{
float:left;
}

#info_right{
float: right;
}

#info_right div.social{
float:left;
margin-left:10px;
}

.videoplayer2 {
	width:705px;
	margin-bottom:8px;
}

#viewvideo span.info, span.info {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999;
}

#viewvideo span.info_num, span.info_num {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.textdesc{
    width:120px;
	color: #595a5a;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding:2px 3px 0 4px;

}

/* FULL CHANNELS */
div.full_channel {
width: 705px;

margin: 15px 0 15px 0;

border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}

/*div.full_channel:hover{
border: 3px solid #87BAC7;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
}*/

div.ch_title img{
float: left;
height: 40px;
margin-right: 8px;
margin-left:15px;
width: 53px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
box-shadow: 0 1px 2px #CCC;
}



div.ch_title a{
color:#333;
font: normal 18px/20px Arial, Helvetica, sans-serif;
}



div.ch_title a h2 {
	font-weight:normal;
	margin-top:10px;
	float:left;
}
div.ch_title a:hover h2{
	text-decoration:underline !important;
	font-weight:normal;
}

.video_count{
	background: #333;
	color:#FFF;
	float:right;
	padding: 3px 10px;
	border:2px solid #FFF;
	box-shadow:1px 1px 2px #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin-top:10px;
	margin-right:20px;
	}


.listchannel {
	background:url(../../images/channels_box.jpg) no-repeat top;
	width:139px;
	height: 207px;
	margin-right:7px;
	margin-left:8px;
}

.listchannel2 {
	width:162px;
	height: 56px;
	margin-right:7px;
	margin-left:7px;
    float:left;
    margin-bottom: 5px;
}


.textdesc2{
    width:106px;
	color: #595a5a;
	font: normal 9px Arial, Helvetica, sans-serif;
	line-height:10px;
	padding:0;
	float:right;
	text-align:left;
}

.listchannel, .listchannellarge{
    float:left;
    padding:5px;
    margin-bottom: 5px;
}

.listchannellarge{
    width:705px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.listchannellarge .imagechannelinfo,.listchannellarge .imagechannel, .listchannel .imagechannel {
    margin-top:8px;
	margin-bottom:10px;
}

.listchannel2 .imagechannel {
	margin-bottom:3px;
	float:left;
}

.listchannellarge .imagechannelinfo .title{
	font: 16px Arial, Helvetica, sans-serif;
}

.listchannellarge .imagechannelinfo .info{
	color:#000;
}

.listchannel .imagechannel a img{
	width:120px;
    height:90px;
}

.listchannel2 .imagechannel a img{
	width:46px;
    height:35px;
}

.listchannel span.info {
	color: #969696;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.listchannel2 span.info {
	color: #969696;
	font: normal 9px Arial, Helvetica, sans-serif;
	line-height:11px;
}

.listchannel span.info_num {
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.listchannellarge .imagechannel a img{
    width:120px;
    height:90px;
}

.listchannel .star img,.listchannellarge .star img{
    border:none;
}

/* End FULL Channels */

/* FULL PROGRAMMS */ 

div.full_programm {
width: 200px;
height:	200px;
padding:7px;
margin: 0 6px 10px 9px;
background:url(../../images/nav.gif) repeat-x top #363636;
border: 3px solid #F0F0F0;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
float:left;
}

div.full_programm:hover{
border: 3px solid #999;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
}

div.full_imageprogramm {
width:200px;
height:100px;
overflow:hidden;	
}

div.pr_title {
margin:2px 0 4px 0;
position:relative;
font: normal 14px Arial, Helvetica, sans-serif;
line-height:18px !important;
}

div.pr_title a{
color:#FFF;
text-decoration:none;
}

div.pr_title a:hover{
text-decoration:underline;
}

div.prog_video_counts {
position: absolute;
z-index:10;
width:42px;
height:14px;
background: transparent url(../../images/duration.png) no-repeat top left;
margin: 30px 0 0 7px;
color: #FFF;
font: bold 11px Arial, Helvetica, sans-serif;
text-align:center;
}

div.last_pr_video{
margin:12px 0 0 0;
}

div.last_img{
width:80px;
float:left;	
margin-right:5px;

}
div.last_desc{
float: right;
width:110px;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:12px;
color: #EBEBEB;	
}
div.last_desc a{
padding-top:2px;
font:bold 11px Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration:none;
}
/* END FULL PROGRAMMS */


/* PROGRAMMS SIDEBAR */ 
#right-programms {
	width:253px;
	border:1px solid #E6E6E6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin-bottom:20px;
	background:#FFF;
}
#right-prog-title {
    color: #333333;
    font: 18px/24px Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
	margin: 6px 0;
}
#right-prog-content {
	margin-bottom:10px;
}
#right-prog-content a.all-progs {
	margin-left:10px;
}

div.rp-body {
	background:url(../../images/nav.gif) repeat-x top #363636;
	border:1px solid #FFF;
	margin:5px 10px 5px 10px;
	padding:5px;
	height:86px;
}

div.rp-body span {
font: normal 14px Arial, Helvetica, sans-serif;
line-height:18px;
}

div.rp-body span a{
color:#FFF;
text-decoration:none;
}

div.rp-body span a:hover{
text-decoration:underline;
}

div.rp-body span.rsaquo {
	color:#0191A5;
	font-size:13px;
	font-weight:bold;
}

div.rp-img {
	float:left;
	width:80px;
	margin-top:3px;
}
div.rp-desc {
	float:right;
	width:135px;
	font:normal 10px Arial, Helvetica, sans-serif;
	line-height:12px;
	color: #EBEBEB;	
	margin-top:3px;
}

div.rp-desc a{
padding-top:2px;
font:bold 11px Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration:none;
}

/* END PROGRAMMS SIDEBAR */

/*VIDEO IN PROGRAM*/

.prblock{
	float:left;
	display:block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	padding:2px;
	background:#333;
	color:#FFF;
	margin-left:2px;
	height:24px;
	}
.prblock:hover{
	color:#FFF;
	background:#000;
	}
.prpic{
	display:block;
	float:left;}
.prtitle{
	display:block;
	float:left;
	margin-left:3px;
	font-size:17px;
	padding:2px;}

/*END*/

/* FULL CATALOG */
div.catalog {
width: 140px;
height:	130px;
padding:8px;
margin: 0 6px 10px 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
float:left;
}

div.catalog:hover{
box-shadow: 0 1px 3px #CCC;
background:#FFF;
}

div.catalog_image {
width:140px;
height:100px;
overflow:hidden;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;	
}

div.catalog_title {
margin:3px 0 4px 0;
height:30px;
position:relative;
overflow:hidden;
font: bold 12px/14px Arial, Helvetica, sans-serif;
}

div.catalog_title a{
text-decoration:none;
font: bold 12px/14px Arial, Helvetica, sans-serif;
text-align:center;
color:#333
}

div.catalog_title a:hover{
text-decoration:underline;
}

div.catalog_video_counts {
position: absolute;
z-index:10;
width:42px;
height:14px;
background: transparent url(../../images/duration.png) no-repeat top left;
margin: 8px 0 0 7px;
color: #FFF;
font: bold 11px Arial, Helvetica, sans-serif;
text-align:center;
}

/* End Catalog */



/* Friends */

.friendlist {
    margin: 0;
    padding: 0;
    width: 705px;
}

.friendspict {
    width: 52px;
    margin: 10px 20px 0 10px;
    float: left;
}

.friendstat {
	margin-top:4px;
	float:left;
}

.friendstat p span {
    margin:4px 10px 0 0;
	padding: 3px 0 3px 24px;
}

.friendstat p span.video {
    background: transparent url(../../images/tpl_icon_video.gif) no-repeat;
}

.friendstat p span.flag {
    background: transparent url(../../images/tpl_icon_videofav.gif) no-repeat;
}

.friendstat p span.people {
    background: transparent url(../../images/tpl_icon_people.gif) no-repeat;
}

/* End Friends */

/*My Video */
.myvideo {
    margin: 10px;
    width: 685px;
	display: block;
	float:left;
}

div.myvideo_vip{
    margin:10px 0;
    padding: 7px;
    display: block;
	float:left;
    width: 685px;
	border:3px solid #ddc16d;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: url(../../images/vip_bg.jpg) repeat-x bottom #fffcf2;
}

.videothumb {
    width: 130px;
    float: left;
}

.videothumb div.button {
	margin:3px 0 3px 0;
}

.videothumb img {
    padding: 0;
}

.maindesc {
    width: 320px;
    display: block;
    float: left;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #EEE;
}

.maindesc2 {
	float:left;
	width:554px;
}

.otherdesc {
    width: 705px;
}   

/* End My Video */



/* FULL VIDEO BOX */

#videolist {
	list-style:none;
	margin: 0;
	padding: 0;}

#videolist li {
	clear:both;
	height:130px;
	margin-bottom:15px;
	display:block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background:#FFF;
	box-shadow:0 1px 2px #CCC;}

#videolist li:hover {
	box-shadow:0 1px 3px #999;}

#videolist li div {
	height:130px;
	float:left;
	}

#videolist .thumb {
	position:relative;
	width:190px;
	overflow:hidden;
}

#videolist .duration_video {
	position: absolute;
	z-index:10;
	width:42px;
	height:14px;
	background: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
	opacity:0.75;
	margin: 5px 0 0 5px;
	color: #FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
}

#videolist .like_position2 {
	float:none;
	height:16px;
	bottom:5px;
	left:5px;
    position: absolute;
	margin: 0;
}
	
#videolist .thumb .bookmark_button {
	position:absolute;
	padding:3px;
	top:8px;
	left:8px;
	width:24px;
	height:24px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 2px #666;
	display:none;
}

#videolist .thumb .bookmark_button:hover {
	box-shadow: 0 1px 3px #333;
}

#videolist .thumb .bookmark_button a.addbm {
	display:block;
	width:24px;
	height:24px;
	background:url("../../images/addbm.gif") no-repeat center center;
}

#videolist .thumb .bookmark_button a.delbm {
	display:block;
	width:24px;
	height:24px;
	background:url("../../images/delbm.gif") no-repeat center center;
}



#videolist li:hover .bookmark_button{
	display: block;}

#videolist .thumb img {
	height:130px;
	width:190px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}

#videolist .description {
	width:495px;
	padding:10px;
	overflow:hidden;
	height:110px;
	position:relative;}

#videolist .description p {
	margin: 0;}

#videolist li div span {
	display:block;
	color:#999;
	position:relative;
	overflow:hidden;}
	
#videolist li div .hd_video {
	position:relative;
	display:inline-block;
	width:30px;
	background:#666;
	color:#FFF;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	line-height:22px;
	margin-right:4px;}
		
#videolist li div span.title {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:top;
	width:456px;
	max-height:40px;}

#videolist li div span.title a {
	display:inline-block;
	font-size:18px;
	color: #333;
	text-decoration:none;
	line-height:20px;
	max-height:40px;
	}
#videolist li div span.title a:hover {
	color: #0191a5;
	}

#videolist li div span.desc {
	height:45px;
	margin-bottom:3px;
	line-height:15px;}
	
#videolist li div span.moreinfo {
	position: absolute;
	bottom:9px;
	left:10px;
	font-size:11px;
	color:#666;
	height:14px;}

#videolist li div span.date {
	display:inline-block;
	margin-right:15px;
	color:#666;}

#videolist li div span.user {
	display:inline-block;
	margin-right:15px;
	color:#666;}
	
#videolist li div span.views {
	display:inline-block;
	margin-right:15px;
	color:#666;}

#videolist li div span.comments {
	display:inline-block;
	color:#666;}
	


/* Inbox Outbox */

.inbox th {
    border-bottom: 3px solid #b2b2b2;
    height: 26px;
    background-color: #f2f2f2;
	font-weight: normal;
	color: #000;
	padding-left:4px;
}

.inbox td {
    height: 20px;
    padding: 4px 10px 4px 10px;
	color: #000;
}

.inbox td.blue {
    background-color: #f2f2f2;
    padding: 4px 10px 4px 10px;
	color: #000;
}

a.newmail {
    padding-left: 25px;
    background: transparent url(../../images/tpl_icon_new_message.gif) no-repeat;
    font-weight:bold;
}

a.openedmail {
    padding-left: 25px;
    background: transparent url(../../images/tpl_icon_message.gif) no-repeat;
}

/* End Inbox Outbox*/

#related_video {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#related_video li{
	clear:both;
	margin-bottom:10px;
	position:relative;}


#related_video li a{
	clear:both;
	padding:5px;
	position:relative;
	text-decoration:none;
	display:block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-bottom:1px solid transparent;}
#related_video li a:hover{
	background:#FFF;
	border-bottom:1px solid #CCC;
	}
#related_video li a.relatedvip {
	background: #FFF0BB;
}
#related_video li a span{
	text-decoration:none;
	overflow:hidden;
	}

.related_dur{
	position: absolute;
	z-index:110;
	width:42px;
	height:14px;
	background: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px; 
	opacity:0.75;
	margin: 3px 0 0 3px;
	color: #FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
}
.related_img{
	float:left;
	position:relative;
	margin-right:5px;}
.related_img img{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;}
	
.related_title{
	display:block;
	color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    max-height: 30px;
	height:30px;
    text-decoration: none;
    width: auto;
	position:relative;}
.related_user{
	display:block;
	position:relative;
	color:#666;
	font-size:11px;}
.related_views{
	display:block;
	position:relative;
	color:#666;
	font-size:11px;}


.relatedvideothumbnail {
	padding-left: 0;
    width: 70px;
    float: left;
    display: block;
    text-align: center;
}

.relatedvideodesc {
    width: 154px;
    float: left;
    display: block;
    padding-left: 4px;
    text-align:left;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}

.errorbox{
	padding:5px 10px;
	margin:20px auto;
	color:#fff;
	font:bold 12px/24px Tahoma, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-align:center;
	background:#DD2D00;
	border:none;
	width:inherit;
}

.errorbox a{
    color:#fff;
    font:bold 12px/24px Tahoma, sans-serif;
}

.msgbox{
	padding:5px 0;
	margin:20px auto;
	color:#fff;
	font:bold 12px/24px Tahoma, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-align:center;
	background:#7EBB00;
	border:none;
	width:inherit;
}

.msgbox a{
    color:#fff;
    font:bold 12px/24px Tahoma, sans-serif;
}

.errorbox2{
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	width:97%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	background-color: #C00;
}

.msgbox2{
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	width:97%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	background-color: #090;
}

.msgbox_content{
	border: dotted 1px #009933;
	color: #009933;
	font-weight: normal;
	font-size: 18px;
	text-align:center;
	width:680px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}


a.cloudtags {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #3d3d3d;
}

a.cloudtags:hover {
	text-decoration: none;
	border-bottom: none;
	background: #0191a5;
	border:1px solid #99d3db;
	color: #fff;
	padding: 1px;
}


#lang { margin: 0 0 0 3px; }
#lang ul { margin: 0; }
#lang, #lang ul { list-style:none; padding: 0; float: left; width: 50px;}
#lang li { font:11px/1 Arial, Helvetica, sans-serif;}
#lang li ul { position:absolute; left:-1000em; z-index: 100; }
#lang li:hover ul, #lang li.over ul { left: auto;}
#lang a img { border:none; padding-right:5px; vertical-align:middle; }
#lang a { text-decoration:none; display:block; padding:4px 5px 3px 5px; border:1px solid #ccc; background:transparent url(../../images/flags/arrow_down.gif) no-repeat 33px 9px; color:#555; }
#lang a:hover, #lang li:hover a, #lang li.over a { background:#555 url(../../images/flags/arrow_down_hover.gif) no-repeat 33px 9px; border:1px solid #555; color:#fff;}
#lang li:hover li a, #lang li.over li a { width:140px; background:#555; }
#lang li li a:hover { background:#54e1ff; }

#player {
width: 180px;
height:152px;
margin-left:30px;
margin-top:10px;
margin-bottom:-10px;
}

#play {
position: absolute;
z-index:100;
width:34px;
height:40px;
background: transparent url(../../images/play_butt.png) no-repeat top left;
margin: 50px 0 0 75px;
}
#random_player {
width:180px;
height:17px;
background: url(../../images/player_menu.jpg) no-repeat top left;
}



#vi_rs {
display:block;
margin:-10px 0 3px 0;
}
#vi_rs a {
color:#0191A5;
text-decoration:none;
}
#vi_rs a:hover {
color:#0191A5;
text-decoration:underline;
}
#vi_rs a img {
border:1px solid #0191A5;
}
#vi_rs a:hover img {
border:1px solid #333333;
}
#vi_rs img {
border:1px solid #0191A5;
height:60px;
padding:2px;
width:90px;
}
#vi_rs .leftup {
background:url("../../images/wresponse2.gif") no-repeat scroll 0 center transparent;
color:#0191A5;
cursor:pointer;
float:left;
font-size:12px;
padding-left:22px;
text-align:left;
}
#vi_rs .leftdown {
background:url("../../images/wresponse1.gif") no-repeat scroll 0 center transparent;
color:#0191A5;
cursor:pointer;
float:left;
font-size:12px;
padding-left:22px;
text-align:left;
}
#vi_rs #right {
float:right;
}
#vi_rs #right a {
border-bottom:1px dotted #0191A5;
color:#0191A5;
font-size:11px;
outline:medium none;
text-decoration:none;
}
#post_res {
background:none repeat scroll 0 0 #F0F0F0;
border:1px solid #CCCCCC;
-moz-border-radius:5px 5px 5px 5px;
display:none;
margin:10px 0;
width:100%;
}
#post_res #res_left {
margin:15px;
text-align:left;
}
#post_res #res_right {
display:inline;
float:right;
margin:5px 15px 15px;
text-align:left;
}
#post_res #right_close {
margin:0 0 3px;
padding:0;
text-align:right;
}
#post_res #right_close a {
border-bottom:1px dotted #444444;
color:#000000;
font-size:11px;
outline:medium none;
text-decoration:none;
}
#post_res select {
height:80px;
margin-bottom:15px;
width:250px;
}
#post_res .r_but {
background:none repeat scroll 0 0 #222222;
border:1px solid #383838;
color:#CCCCCC;
cursor:pointer;
font:bold 11px Arial,Helvetica,sans-serif;
padding:1px 6px;
text-align:center;
}
#vi_rs #nores {
background:none repeat scroll 0 0 #F0F0F0;
border:1px solid #CCCCCC;
-moz-border-radius:5px 5px 5px 5px;
font-weight:bold;
margin-top:10px;
padding:8px;
}
#nores a {
color:#0191A5;
font-weight:bold;
text-decoration:none;
}
#nores a:hover {
text-decoration:underline;
}
#response {
display:block;
}
#response .res_item {
float:left;
font-size:10px;
margin:10px 0 0 14px;
text-align:center;
}

/*thumbs*/
img.tmb { border: 3px solid #ccc; padding: 2px;}
img.tmb:hover { border: 3px solid #0191A5; }
img.tmb_active { border: 3px solid #0191A5; padding: 2px;}

/*SUPPLIERS*/
#supp_button{
background:none repeat scroll 0 0 #F7F7F7;
border:1px solid #CCCCCC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
margin:10px 0;
width:100%;	
}

.supp_left{
width:47%;
float:left;
margin-right:20px;
}

.supp_right{
width:47%;
float:right;
}

#search_supp {
margin:8px;
}

#supp_button a.supp_header {
color:#333333;
font:22px/26px Arial,Helvetica,sans-serif;
padding:0 0 4px 10px;
width:705px;
text-decoration:none;
text-align:center;
}

.supp_content #tblPartnerResult tr{
	vertical-align:top;
}

.supp_content #tblPartnerResult td{
	vertical-align:top;
	font-size:12px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	border-bottom:1px solid #F4F4F4;
}

.supp_content #tblPartnerResult td img{
	padding:4px;
	border:1px solid #CCC;
}

.supp_content #tblPartnerResult td .part_title {
	font-size:18px;
	}
	
.supp_content #tblPartnerResult td .part_contact {
	font-size:12px;
	color: #626262;
	}

.supp_content #p_success{
	font-size:20px;
	color:#009933;
	padding:5px 0 5px 1px;
	border-bottom: dotted 1px #009933;
	margin-bottom:10px;
}

#p_success2{
	font-size:20px;
	color:#009900;
	padding:5px 0 5px 1px;
}

#preloader{
	width:680px;
	height:30px;
	margin:5px 0;
	background: url(../../images/preloader.gif) no-repeat top center;
}


/* LARGE FORMES */
#large_form {
}

#large_form p {
    margin: 0;
	padding: 0;
}

#large_form input.text, input.text, textarea.text, select.text, #myprofile #profile_address select.field {
	border:1px solid #D7D7D7;
	background: #FFF;
	padding:4px 2px;
    font: normal 16px Arial, Helvetica, sans-serif;
	color: #555;
	width:320px;
	margin-bottom:4px;
	
}

select.date_text,  input.minifield {
	border:1px solid #D7D7D7;
	background: #FFF;
	padding:4px 2px;
    font: normal 16px Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom:4px;
	}

input.myprofilecheckbox {
	margin-top:6px;
	}

input.login, input.logintext_nopass, input.logintext{
	border:1px solid #D7D7D7;
	background-color: #FFF;
	padding:4px 2px;
    font: normal 16px Arial, Helvetica, sans-serif;
	color: #555;
	width:226px;
	margin-bottom:4px;
	
}


input.logintext_nopass{
    background: url(../../images/pass.jpg) no-repeat top left;
}

#large_form input.button {
    padding:2px 0;
}

/* */


/* Upload Page */

.warning{
	border: solid 2px #87BAC7 ;
	color: #87BAC7;
	font-weight: normal;
	font-size: 18px;
	width:986px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 6px;
}

#upload_left{
float:left;
width:330px;
padding:5px;
margin-right:40px;
margin-top:10px;
}
#upload_right{
float:left;
width:612px;
margin-top:10px;
}

#agreement{
	border: 3px solid #F0F0F0;
	padding:10px;
	background:#fff;
}

#agreement h1{
color:#333333;
font:22px/24px Arial,Helvetica,sans-serif;
padding:0 0 0 10px;
}

#agreement h2{
color:#333333;
font:18px/20px Arial,Helvetica,sans-serif;
padding:0 0 0 10px;
}

#agreement h3{
color:#333333;
font:16px/18px Arial,Helvetica,sans-serif;
padding:0 0 0 10px;
}

#agreement p{
color:#333333;
font:13px/16px Arial,Helvetica,sans-serif;
padding:0 0 5px 10px;
}

#agreement ul li{
color:#333333;
font:13px/16px Arial,Helvetica,sans-serif;
padding:0 0 5px 0;
}

#agreement table.table {
	background: #CCC;
	margin-left:10px;
}

#agreement table.table tr.tr {
	background: #F0F0F0;
}

#agreement table.table tr {
	background: #FFF;
}

#agreement p.pics img {
	padding:4px;
	border:1px solid #999;
	background:#e2e2e2;
	margin-right:10px;
	margin-bottom:10px;
}

/* Send Cancel Button */

.submitbutton2 {
    margin-left: 130px;
}

.submitbutton3 {
    margin-left: 0;
}

.submitbutton2 .check_agree{
    margin-left: -40px;
	margin-right:4px;
}

.send_button { text-decoration:none; font:bold 14px Arial, Helvetica, sans-serif; border:solid 1px #383838; padding: 6px; background: #222222; color: #ccc; cursor: pointer; text-align:center; }

.send_button_disable { text-decoration:none; font:bold 14px Arial, Helvetica, sans-serif; border:solid 1px #999; padding: 6px; background: #666; color: #ccc; cursor: default; text-align:center; }

a.send_button_link, a.send_button_link:hover { text-decoration:none; font:bold 12px Arial, Helvetica, sans-serif; border:solid 1px #383838; padding: 2px 6px 2px 6px; background: #222222; color: #ccc; text-align:center; }



/* */

#countdown {
width:255px;
border:#CCC 1px solid;
margin:0 0 10px -3px;
}

#countdown-example {
	font-size:46px;
	width:233px;
	height:76px;
	 color: #F26522;
	 background:url("../../banner/mebel_expo_count.jpg") no-repeat;
	 padding:36px 0 0 28px;
}
span.plurar {
	color:#666;
	font-size:16px;
	margin-left:-8px;
}

.odkl-klass-stat{
background:url("odkl_klass_stat.gif") no-repeat scroll 0 0 #FF9933;
border-style:none;
font:17px arial;
overflow:hidden;
padding-bottom:1px;
padding-left:70px;
padding-top:1px;
text-decoration:none;
}

.groupsMain {
    border: 0 !important;
}

/**/

div.help{
	padding:8px;
}


div.help h1 {
	font-size:20px;
	font-weight:normal;
}

div.help p u  {
	font-size:14px;
	font-weight:normal;
}

div.help ul li{
	margin:4px 0;
}

div.help ul li a {
	font-size:16px;
	text-decoration:none;
}
div.help ul li a:hover {
	font-size:16px;
	text-decoration: underline;
}

/* Action Area */

#action_area {
	margin: 10px 0 0 5px;
    width: 700px;
}

#link_code, #report_video, #users_video, #supplier_button {
	margin:0 6px 3px 0;
	float:left;
	padding: 5px 5px;
	}

#fav_video {
	text-decoration: none;
	color:#000000;
	font-size:11px;
	margin:0 6px 3px 0;
	float:left;
	padding: 2px 5px 2px 20px;
	background:url("../../images/add_to_fav.png") no-repeat 3px 3px #F5F5F5;
	}

#fav_video a {
	text-decoration: none;
	color:#000000;
	font-size:11px;
	}
	


#likes_button {
	margin:0 6px 3px 0;
	float:left;
	padding: 4px 4px;
	position:relative;
	}
	

#preloader2{
	display:block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: rgba(0,0,0,0.7) center;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	z-index:5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#preloader2 img {
	margin-top:5px;}

#preloader3{
	width:144px;
	height:18px;
	padding-top:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url(../../images/75-black.png) center;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	z-index:5;
}

	
div.action_button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    border: 1px solid #CCCCCC;
	background: -moz-linear-gradient(center top , #FFFFFF, #EBEBEB) repeat scroll 0 0 #F3F3F3;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EBEBEB)) repeat scroll 0 0 #F3F3F3;
    color: #000000;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
    white-space: nowrap;	
}

div.action_button:hover, div.action_button:focus {
	box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	background: -moz-linear-gradient(center top , #EBEBEB, #FFFFFF ) repeat scroll 0 0 #F3F3F3;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#FFFFFF)) repeat scroll 0 0 #F3F3F3;
    border-color:#999999;
	outline:none;	
}


div.action_button2 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
    background: url(../../images/supp_button.png) no-repeat -5px -5px;
    border: 1px solid #f49e9e;
    color: #FFF;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
    white-space: nowrap;
	font-weight:bold;	
}

div.action_button2:hover, div.action_button2:focus {
	box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
    border-color:#ad0f10;
	outline:none;	
}

div.action_button3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    background: url(../../images/info_button.png) no-repeat -50px -5px;
    border: 1px solid #00A12C;
    color: #FFF;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
    white-space: nowrap;
	font-weight:bold;		
}

div.action_button3:hover, div.action_button3:focus {
	box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
    border-color:#017802;
	outline:none;	
}

div#action_area_box{
	padding: 0;
	margin: 0;
}

div.action_layout{
	border: 1px solid #CCCCCC;
    padding: 10px;
    text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin:10px 0 10px 0;
	width:683px;
	background:#FFF;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.30) inset;
}

div.close_area {
	cursor: pointer;
    float: right;
    margin-left: 10px;
	width:17px;
	height:17px;
	background:url(../../images/tpl_close_button.png) no-repeat;
}

div#watch_times{
margin:5px 0 0 0;
padding: 0 0 0 20px;
float:right;
color:#333;
background: url("../../images/tpl_icon_views.gif") no-repeat scroll left bottom transparent;
}

div#watch_times span.big_watch{
	font-size:22px;
	font-weight:bold;
}

/* END Action Area */


/* SIDEBAR BOX */

#sidebar-box {
	width:253px;
	border:1px solid #E6E6E6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin-bottom:20px;
	background-color:#FFF;
}
#sidebar-title {
	color: #333333;
    font: normal 18px/24px Arial, Helvetica, sans-serif;
    padding: 0 0 0 15px;
	margin: 6px 0;
}
#sidebar-content {
	padding:10px;
}
.relsidebar{
	background:none !important;
	border:none !important;}
/* END SIDEBAR BOX */


/* CATEGORIES*/

ul.first-level {
	list-style:none;
	padding: 0;
	margin: 0;
	}

ul.first-level li {
	 padding:2px 0 4px 2px;
	 }

ul.first-level li a:link, ul.first-level li a:visited  {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#636363;
	text-decoration:none;
	outline:none;	
}

ul.first-level li a:hover  {
	text-decoration:underline;
	color:#000;	
}


ul.second-level {
	list-style:none;
	padding:14px 0 6px 8px;
	background: url("../../images/slider_top.jpg") center top no-repeat;
	}

ul.second-level li {
	background: none;
	padding: 0 0 0 3px;
	margin:4px 0;
	border-left: 2px solid #7A7A7A;
	}
	
ul.second-level li.slider-bot {
	padding:7px 0;
	background: url("../../images/slider_bot.jpg") center bottom no-repeat;
	border: 0;
	margin-left:-6px;
	}
	
ul.second-level li a:link, ul.second-level li a:visited  {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	text-decoration:none;
	line-height:11px;
	outline:none;
}

ul.second-level li a:hover  {
	text-decoration:underline;
	color: #666;	
}

ul.open-second-level {
	list-style:none;
	padding:14px 0 6px 8px;
	background: url("../../images/slider_top.jpg") center top no-repeat;
	}

ul.open-second-level li {
	background: none;
	padding: 0 0 0 3px;
	margin:4px 0;
	border-left: 2px solid #7A7A7A;
	}
	
ul.open-second-level li.slider-bot {
	padding:7px 0;
	background: url("../../images/slider_bot.jpg") center bottom no-repeat;
	border: 0;
	margin-left:-6px;
	}
	
ul.open-second-level li a:link, ul.open-second-level li a:visited  {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	text-decoration:none;
	line-height:11px;
	outline:none;
}

ul.open-second-level li a:hover  {
	text-decoration:underline;
	color: #666;	
}

.expIco {
	border-bottom:1px solid #e2e2e2;
	background: url("../../images/cat_arrow.gif") no-repeat right center;
	/*background: url("../../images/grey_dots.jpg") center bottom  repeat-x;*/
	}
.collIco {
	background: url("../../images/cat_arrow.gif") no-repeat right center;
	/*background: url("../../images/grey_dots.jpg") center bottom  repeat-x;*/
	}
.noslider {
	border-bottom:1px solid #e2e2e2;
	}

/* END CATEGORIES */


/* NEWS BLOCK */

.news-block{
	width:685px;
	padding:10px;
	margin-bottom:30px;
	float:none;
	font-family: Verdana,sans-serif;
}
#news-detail-title{
	font: 22px Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#333;
	width:705px;
	border-bottom:1px solid #e0e0e0;
	padding: 0 0 4px 0;
	margin-bottom:10px;
}

.nb-title{
	font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}

.nb-category a{
	color:#666;
}

.nb-description{
	font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
.nb-description2 {
	font: normal 14px/19px Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
	}
.nb-description img{
	margin:5px 5px 5px 0;
	float:left;
}

.nb-description2 img.news-detail-picture{
	margin:3px 10px 10px 0;
	float:left;
}
.nb-tags{
	background: url("../../images/tpl_icon_tag.gif") no-repeat scroll 0 6px transparent;
    padding-left: 13px;
	font-size:12px;
}
.nb-tags a {
	color:#777;
	text-decoration:none;
	margin:0 1px;
}

.nb-tags a:hover {
	background-color:#777;
	color:#fff;
}


ul.nb-info{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nb-info li{
	
}

li.nb-likes{
	float:left;
    margin-right: 20px;	
}

li.nb-date{
	float:left;
	color: #999999;
    font-size: 11px;
    margin-right: 20px;
}

li.nb-views-detail{
	float:right;
	color: #999999;
    font-size: 11px;
}

li span.views-count{
    font-size: 18px;
}


.news_line {
	margin:6px 0 6px 0;
	width:685px;
	height:4px;
	background: #F2F2F2;
}


div.news-nav {
	width:705px;
	margin:10px 0 20px 0;
	font-size:18px;
}

.next-news-nav {
	float:left;
	}

.prev-news-nav {
	float:right;
	}
	
.readmore{
	margin:5px 0 5px 0;
    background:#EAECEA;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #222222;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}

.readmore:hover{
    background:#DDD;
    border: 1px solid #999;
    color: #222222;
    text-decoration: none;
}


/* END NEWS BLOCK */


/* related news */

.related-news{
	margin:0 0 12px 0;
	padding-bottom:6px;
	border-bottom:1px solid #EBEBEB;
	}

.related-news-date{
	margin-bottom:4px;
	color: #999999;
    font-size: 12px;
	}

.related-news-picture{
	display:block;
	float:left;
	width:60px;
	height:45px;
	overflow:hidden;
}

.related-news-title{
	display:block;
	float:right;
	width:165px;
	padding-bottom:4px;
}

.related-news-title a{
	color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: none;

}

.related-news-description{
	clear:both;
}

.related-news-info {
	clear:right;
	color: #666;
    font-size: 11px;
    font-weight: normal;
	padding-top:4px;
	height:10px;
	float:left;
	vertical-align:bottom;
}
.related-news-views {
	background: url("../../images/tpl_icon_views.gif") no-repeat scroll left bottom transparent;
    padding: 4px 0 0 17px;
	float:right;
	color: #666;
    font-size: 11px;
}

/* end related news */

/* add news index */

#index-news {
	width:705px;
	margin-bottom:30px;
    padding: 0 0 10px 0;
	}

#index-news-title {
	color: #333333;
    font: 22px/26px Arial,Helvetica,sans-serif;
    padding: 0 0 4px 10px;
    width: 705px;
	margin-bottom:5px;
}

.in-block{
	width:330px;
	float:left;
	margin:0 5px 12px 5px;
	padding:5px;
	height:100px;
	}

.in-block-picture{

	float:left;
	width:130px;
	height:90px;
	overflow:hidden;
}

.in-block-description{
	float:right;
	width:190px;
	color:#999;
	font-size:11px;
	line-height:12px;
}

.in-block-description a{
	color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: none;
	padding-bottom:4px;
}
.in-block-title {
	height:64px;
	overflow:hidden;
	margin-top:-3px;
	}
.in-block-cat {
	clear:both;
	height:13px;
	padding-top:4px;
	overflow:hidden;
	margin-top:2px;	
	}
.in-block-cat a{
	font-weight:normal;
	text-decoration:underline;
	}
.in-block-info {
	color: #666;
    font-size: 11px;
    font-weight: normal;
	padding-top:4px;
	height:10px;
	float:left;
	vertical-align:bottom;
}
.in-block-views {
	background: url("../../images/tpl_icon_views.gif") no-repeat scroll left bottom transparent;
    padding: 4px 0 0 17px;
	float:right;
	color: #666;
    font-size: 11px;
	
}
/* end add news index */


/* add news video */

#video-news {
	}

#video-news-title {
	color: #333333;
    font: 22px/26px Arial,Helvetica,sans-serif;
    padding: 0 0 4px 10px;
    width: 705px;
	margin-bottom:5px;
}

.vn-block{
	width:210px;
	float:left;
	margin:0 7px 3px 7px;
	height:60px;

	}

.vn-block-picture{

	float:left;
	width:60px;
	height:50px;
	overflow:hidden;
}

.vn-block-description{
	float:right;
	width:145px;
	color:#999;
	font-size:11px;
	line-height:12px;
}

.vn-block-description a{
	color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: none;
	padding-bottom:4px;
}
.vn-block-title {
	height:40px;
	overflow:hidden;
	margin-top:-3px;
	}
.vn-block-info {
	color: #666;
    font-size: 11px;
    font-weight: normal;
	padding-top:4px;
	height:10px;
	float:left;
	vertical-align:bottom;
}
.vn-block-views {
	background: url("../../images/tpl_icon_views.gif") no-repeat scroll left bottom transparent;
    padding: 4px 0 0 17px;
	float:right;
	color: #666;
    font-size: 11px;
	margin-right:5px;
}
/* end add news video */


/* Comment Devider */

.video-comments-left {
	width:338px;
	float:left;
	border-right:1px solid #E2E2E2;
	}

.video-comments-right {
	width:330px;
	float:right;
	}

/* End Comment Devider */


/* UPLOAD VIDEO */

div.upload_button {
	
	background: #F6F6F6;
    background: -moz-linear-gradient(center top , #FFFFFF, #E8E8E8) repeat scroll 0 0 #F6F6F6;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E8E8E8)) repeat scroll 0 0 #F6F6F6;
	background: -khtml-gradient(linear, center top, from(#FFFFFF), to(#E8E8E8)) repeat scroll 0 0 #F6F6F6;
	/* IE6 & IE7 */  
	_background:none; /* IE6 fix */  
	filter:progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FFFFFF',EndColorStr='#E8E8E8');   
	/* IE8 */  
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FFFFFF',EndColorStr='#E8E8E8')";

    border: 1px solid #CCCCCC;
    color: #000 !important;
    cursor: pointer;
    overflow: visible;
    padding: 6px 5px;
    vertical-align: middle;
	text-align:center;
    white-space: nowrap;
	width:243px;
	margin:0 0 10px 0;
	font-size:15px;
	text-decoration:none;
}

div.upload_button img {
	margin: 0 20px 0 -28px;
	}
	
a.up-href {
	font-size:13px !important; font-weight:bold !important;  margin-right:10px;
}


div.upload_button:hover, div.upload_button:focus {
	box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	background: #F3F3F3;
    background: -moz-linear-gradient(center top , #FFFFFF, #EBEBEB) repeat scroll 0 0 #F3F3F3;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EBEBEB)) repeat scroll 0 0 #F3F3F3;
    border-color:#999999;
	outline:none;	
}

/* END UPLOAD VIDEO */




	

.like_rating{
	background: #000;
	opacity: 				.90;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
	
	background: -moz-linear-gradient(center top , #484848, #000) repeat scroll 0 0 #000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#484848), to(#000)) repeat scroll 0 0 #000;
	
    color: #FFFFFF;
    font: bold 11px Arial,Helvetica,sans-serif;
    height: 14px;
    padding: 1px 0 0 3px;
    text-align: center;
    z-index: 10;
	border: 1px solid #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}
.likesm_div{
	font-weight:bold;
	float:left;
	height:12px;
	margin:0 3px 0 3px;
	padding-left:13px;
	background: url("../../images/likes_sm.png") no-repeat scroll 0 0 transparent;
	}
.dislikesm_div{
	float:left;
	padding-left:13px;
	margin:0 3px 0 3px;
	height:12px;
	background: url("../../images/dislikes_sm.png") no-repeat scroll 0 0 transparent;
	}
	
.like_position {
	margin: 101px 0 0 4px;
	position: absolute;
	}

.like_position2 {
	margin: 69px 0 0 4px;
	position: absolute;
	}

.like_position3 {
	margin: 106px 0 0 5px;
	position: absolute;
	}

	
/* Competition */

.regulations p, .regulations li{
	font-size:16px !important;
	line-height:18px !important;
	}
.comp_fieldset {
	margin: 1em 0;
    border: 1px solid #CC0000!important;
}

img.picture {
	border:1px solid #CCC;
	padding:5px;
	margin:5px;
	}
	
.regulations table.table {
	background:#CCC;
}
.regulations table.table tr {
	background:#FFF;
	}
	

.comp_block {}


.comp_block p, .comp_block li{
	font-size:14px !important;
	line-height:18px !important;
	}

.comp_block li{
	margin:6px 0;
	}

.comp_fieldset {
	margin: 1em 0;
    border: 1px solid #CC0000!important;
}

img.picture {
	border:1px solid #CCC;
	padding:5px;
	margin:5px;
	}
	
.comp_block table.table {
	background:#CCC;
}
.comp_block table.table tr {
	background:#FFF;
	}
	
	
/* USER PROFILE PAGE */

#uprofile-content {
	padding:0 0 4px 10px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

div.face {
	 margin-bottom: 20px;
	 }

.imgprofile {
    margin: 0 15px 0 0;
	float:left;
}

p.usernick {
	color:#333;
	font-size:24px;
	}

.imgprofile img {
	padding:5px;
	border:1px solid #CCC;
}

h1.title {
	border-bottom: 1px solid #E0E0E0;
    color: #333333;
    font: 18px/22px Arial,Helvetica,sans-serif;
    padding: 0 0 4px 0;
    width:90%;
	margin:10px 0;
}



table.uprofile{
	margin: 0;
	padding: 0;
	border: 0;
	}
table.uprofile td{
	vertical-align:top;
	padding: 0;
	margin: 0;
}
table.uprofile td.label {
	width:150px;
	color:#999;
	font-weight:bold;
	padding:0 0 10px 0;
	}
ul.right_minimenu{
	list-style: none outside none;
	padding: 0 15px;
	margin: 0;
}

ul.right_minimenu li{
    padding-bottom: 10px;
}

ul.right_minimenu li a.add{
	color: #4CCC1B;
}




/* VIP BANNERS */
h1.brands_title
{
    color: #999;
    font: normal 19px/22px Arial,Helvetica,sans-serif;
    padding: 0 0 4px 10px;
}

ul.brands_layout{
	list-style:none;
	width:100%;
	margin:10px 0 25px 0;
	padding: 0;
	}
ul.brands_layout li.brands{
	width:220px;
	height:70px;
	border:3px solid #EEE;
	box-shadow: 0 2px 2px #999999;
	-moz-box-shadow: 0 2px 2px #999999;
	-webkit-box-shadow: 0 2px 2px #999999;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	
	outline:none;
	overflow:hidden;	
	}
	
ul.brands_layout li.brands:hover{

border: 3px solid #87BAC7;
}
	
ul.brands_layout li.brands a {
	padding:36px 0 20px 0;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;}
	
ul.brands_layout li.brands a:hover {
	text-decoration:none;
	color:#E8F2F4;}

/*li.murka {
	background: url("../../images/brands/murka_partner.jpg") no-repeat center top;
	float:left;
	}*/
li.vestron {
	background: url("../../images/brands/vestron_partner.jpg") no-repeat center top;
	float:left;
	}
li.sa {
	background: url("../../images/brands/stankoabraziv_partner.jpg") no-repeat center top;
	float:left;
	margin-left:34px;
	}
li.tehnomedia {
	background: url("../../images/brands/tehnomedia_partner.jpg") no-repeat center top;
	float:left;
	margin-left:34px;
	}
li.sahos {
	background: url("../../images/brands/sahos_partner.jpg") no-repeat center top;
	float:right;
	}

/* END VIP BANNERS */


.subs_button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EFEFEF)) repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    color: #000000;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
    white-space: nowrap;
	margin-left:20px;
	padding:2px 5px;
	}
.subs_button:hover, .subs_button:focus {
	box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
    background: -moz-linear-gradient(center top , #FFFFFF, #EBEBEB) repeat scroll 0 0 #F3F3F3;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EBEBEB)) repeat scroll 0 0 #F3F3F3;
    border-color:#999999;
	outline:none;	
}

.subs_button a {
	padding:6px 6px 6px 6px;
    color: #000000;	
	outline:none;
	text-decoration:none;
	font-size:11px;
	}

.subs_button a.unsubs {
	padding:2px 22px 2px 6px;
	background:url(../../images/delete_icon.png) no-repeat right 2px;
	}


.subs_msg {
	margin-left:20px;
	color: #FFF;
	padding:5px;
	background: #0C3;
	font-weight:bold;
	}
	
#people {}

#people table {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}

#people table thead tr {
    background: #F0F1F1;
}

#people table thead td {
    font-weight: bold;
    padding: 5px;
}

#people table tbody td {
	border-bottom: 1px solid #DDDDDD;
    color: #999999;
    font-size: 12px;
    padding: 5px 0;
}

#people table tbody td.user {
	padding-left:7px;
}

#people table tbody td.user img {
    float: left;
    margin-right: 7px;
    width: 30px;
	border: 0;
}

#people table tbody td.user a.link {
    color: #999999;
    font-weight: bold;
    position: relative;
    top: 1px;
}

#people table tbody td.date {
    width: 140px;
	text-align:center;
}

#people table tbody td.video {
    width: 50px;
	font-weight:bold;
	text-align:center;
}

#people table tbody td.bids {
    width: 70px;
	font-weight:bold;
	text-align:center;
}

#people table tbody td.rating {
    width: 100px;
	text-align:center;
	font-weight:bold;
}

#people table tbody td.rating div {
	background: #0191A5;
	color: #FFFFFF;
	padding: 5px 10px;
	width:56px;
	margin: 0 auto;
}

.urating {
	float: right;
    font-size: 10px;
	}
.urating .ur_text{
	clear: both;
    color: #aaa;
    text-align: center;
	}
.urating .ur_total{
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding: 5px 10px;
	background: #0191A5;
	}
	
/* VIDEO EDIT BUTTONS */
#vdoedit_button{
	float:left;
	font-size:14px;
	padding:2px 4px;
	line-height:26px;
	margin-bottom:10px;
	width:150px;
	text-align:center;
	}

#vdoedit_save{
	float:left;
	font-size:14px;
	padding:2px 4px;
	line-height:26px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
	}

#vdoedit_cancel{
	float:left;
	font-size:14px;
	padding:2px 4px;
	line-height:26px;
	margin-bottom:10px;
	text-align:center;
	}
#vdoedit_title_box{clear:both;}
	
#vdoedit_title_box input {
	border:1px solid #CCC;
    color: #333333;
    font: 22px/26px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 2px 2px 2px 10px;
    width: 695px;}
#vdoedit_desc_box textarea {
	padding:2px;
	border:1px solid #CCC;
	color: #474038;
    font: 12px/16px Arial,Helvetica,sans-serif;
	width:676px;
	height:300px;}
#vdoedit_tags_box input {
	padding:2px;
	border:1px solid #CCC;
	width:600px;
	color: #474038;
    font: 12px/16px Arial,Helvetica,sans-serif;}
#vdoedit_channels_box{
	margin:5px 0;
	color: #333;
    font: 11px/13px Arial,Helvetica,sans-serif;}
#vdoedit_channels_box input{}

#vdoedit_download_box select {
	padding:2px;
	border:1px solid #CCC;
	color: #474038;
    font: 12px/16px Arial,Helvetica,sans-serif;}
#vdotags, #vdoedit_tags_box{
	display:inline-block;}
	
#edit_loader{
	width:24px;
	height:24px;
	display:inline-block;
	margin-right:5px;
	}
	
#edit_success{
	float:left;
	margin-left:20px;
	margin-top:8px;
	color: #999;
    font: 12px/16px Arial,Helvetica,sans-serif;
	padding-left:20px;
	background:url("../../images/edit_success.png") no-repeat;}
	
.listvdoedit{
	float:right;
	font-size:12px;
	padding:2px 4px;
	line-height:18px;
	margin-bottom:5px;
	text-align:center;
	}

.editactive{
	background: #f0f0f0 !important;
	border:1px solid #ccc !important;
	box-shadow: 0 0 4px #ccc;}

.vdoeditbutton{
	float:left;
	font-size:12px;
	padding:2px 4px;
	line-height:18px;
	margin-bottom:2px;
	margin-right:10px;
	text-align:center;}
	
.vdoeditarea{
	clear:both;
	display:block;
	padding:10px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #f0f0f0;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.20) inset;
	}
	
.vdoeditarea input, .vdoeditarea textarea{
	border:1px solid #CCC;
    color: #333333;
    font: 14px/18px Arial,Helvetica,sans-serif;
	padding:4px;
	width:80%;
	margin-bottom:2px;
	}
.vdoeditarea input.chkbox{
	width: inherit;
	}
	
.vdoeditarea select {
	border:1px solid #CCC;
    color: #333333;
    font: 14px/18px Arial,Helvetica,sans-serif;
	padding:4px;
	width:30%;
	margin-bottom:2px;
	}
	
/* REMIND */

#remind_box{
	position:fixed;
	bottom:20px;
	right:20px;
	width:255px;
	border:1px solid #F7F7F7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.8);
	color:#FFF;
	text-align:left;
	z-index:1000;
}
#remind_title {
    font: normal 18px/18px Arial,Helvetica,sans-serif;
    padding: 10px 0 0 34px;
	background:url(../../images/remind_logo.png) no-repeat 9px 8px;
}
#remind_content {
	padding:10px;
	font: normal 12px/16px Arial,Helvetica,sans-serif;
}

#remind_box a{
	color:#FFF;
	}
#remind_box a:hover{
	color: #CCC;
	}

.close_remind {
	cursor: pointer;
    float: right;
    margin: 10px 10px 0 0;
	width:17px;
	height:17px;
	background:url(../../images/tpl_close_button.png) no-repeat;
}




/* COMPACT BIDS */

#compact_bids {
	list-style:none;
	margin: 0;
	padding: 0;}

#compact_bids li {
	width:220px;
	display:inline-block;
	height:65px;
	margin:0 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}

#compact_bids li div {
	height:65px;
	float:left;
	}

#compact_bids .pic {
	position:relative;
	width:60px;
	overflow:hidden;
}

#compact_bids .pic img.photo {
	margin:4px;
	max-width:50px;
	max-height:50px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 0 1px 2px #ccc;}

#compact_bids .pic img.nophoto {
	height:34px;
	width:50px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}

#compact_bids .desc {
	width:160px;
	overflow:hidden;
	height:65px;
	position:relative;
	line-height:12px;}

#compact_bids .desc p {
	margin: 0;}

#compact_bids li div span {
	color:#999;
	overflow:hidden;}
		
#compact_bids li div span.title {
	display:inline-block;
	margin-bottom:3px;
	vertical-align:top;
	max-height:28px;}
	
#compact_bids li div span.title a .buy {
	width:40px;
	background:#DD2D00;
	color:#FFF;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	line-height:14px;
	padding: 0 2px;}

#compact_bids li div span.title a {
	display:inline-block;
	font-size:12px;
	color: #333;
	text-decoration: underline;
	line-height:14px;
	max-height:28px;
	font-weight:normal;
	}
#compact_bids li div span.title a.nounder {
	text-decoration: none;
	font-size:12px;
	line-height:14px;
	}
#compact_bids li div span.title a:hover {
	color: #0191a5;
	}

#compact_bids li div span.city {
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	color:#666;}
#compact_bids li div span.price {
	color:#17829c;
	white-space:nowrap;}

#psc_direct{position:relative;}
#psc_direct_right{float:right;margin-bottom:20px;margin-right:10px;}
#psc_direct_right a{color:#000;text-decoration:underline;margin-right:5px;}
#psc_direct_left{float:left;margin-bottom:20px;margin-left:10px;}
.psc_pro{color:#17829c; font-weight:bold;}
.psc_stanki{color:#000;font-weight:bold;}
.psc_com{color:#808080;margin-right:5px;font-weight:bold;}
.psc_board a{color:#000;text-decoration:underline;}
#new_direct{
	font-size:11px;
	padding:0 30px;
	background:#DD2D00;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	position:absolute;
	bottom:2px;
	left:2px;}
.help_tip{
	font-size:11px;
	font-weight:bold;
	background:#0191A5;
	color:#FFF;
	padding: 0 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin:1px;
	margin-left:4px;
	cursor:pointer;
}

.red {
	color:#DD2D00;}
.green {
	color:#7EBB00;}
	
.redbox {
	padding:3px 4px;
	margin: 0 4px;
	color:#fff;
	font-weight:bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align:center;
	background:#DD2D00;
	border:none;
	width:inherit;}
.greenbox {
	padding:3px 4px;
	margin: 0 4px;
	color:#fff;
	font-weight:bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align:center;
	background:#7EBB00;
	border:none;
	width:inherit;}
	
	
.addpartner{
	color:#999;
	font-size:11px;
	margin-bottom:20px;}

/* COMPANIES */	

.companies_area{
	margin: 0;
	padding: 0;
	list-style:none;}

.companies_area .company{
	width:340px;
	display:inline-block;
	height:80px;
	margin:5px 4px 10px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}
.companies_area .company div {
	height:80px;
	float:left;
	}
.companies_area .company_pic{
	width:80px;
	float:left;
	margin-right:10px;}
.companies_area .company_pic img{
	width:80px;
	max-width:80px;
	max-height:80px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 0 1px 2px #CCC;}
.companies_area .company_desc{
	width:230px;
	float:left;
	color:#666;}
.companies_area .company_desc h3{
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	margin: 0 0 10px 0;}
.companies_area .company_desc h3 a{}


/* NEWS NAV */
.news_nav{}

.news_nav ul{
	margin: 0;
	padding: 0;
	list-style:none;}

.news_nav ul li{
	margin-bottom:3px;
	padding:4px;}

.news_nav ul li.current_news{
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color:#0191A5;
	}
	

.news_nav ul li a{
	display:block;}

.news_nav ul li.current_news a{
	color:#FFF;
	text-decoration:none;}
.videolink_title{
	border-bottom: 1px solid #EFEFEF;
    color: #333333;
    font: 16px/20px Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    padding: 0 0 4px 0;
	margin:20px 0 10px 0;
}

#getlinkbox a{
	font-size:16px;
	padding:3px 0;
	display: inline-block;}
	

	
.videoedit_title{
	display:block;
    color: #333333;
    font: 18px/22px Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    padding: 0 0 4px 0;
	margin:5px 0;
}

.new_box{
	padding:1px 4px;
	margin: 0 4px;
	color:#fff;
	font:bold 11px/16px Tahoma, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-align:center;
	background:#DD2D00;
	border:none;
	width:inherit;
}


/* FEEDS */
.feed_item{
	padding:5px;
	margin:10px 0;}
.author_icon{
	float:left;}
.author_icon img{
	width:30px;
	padding:3px;
	background:#eee;
	border:1px solid #CCC;}
.feed_box{
	float:left;
	color:#666;
	padding:10px;}
.feed_date{
	color:#999;
	margin-left:10px;
	font-size:11px;}
.feed_header{}
.feed_content{
	margin-top:15px;}
.video_thumb{
	float:left;
	margin-right:10px;}
.video_content{
	float:left;
	width:506px;}
.feed_title{
	font-size:16px;
	line-height:20px;
	display:block;
	margin-bottom:10px;}
.feed_user, .feed_user a, .feed_views{
	line-height:12px;
	vertical-align:middle;
	display:inline-block;
	color:#333;
	margin-right:5px;}
.feed_videodesc{
	display:block;
	margin-top:10px;}

.feed_item #compact_bids li {
	width:500px;}	
.feed_item #compact_bids .pic {
	width:90px;}
.feed_item #compact_bids .desc {
	width:400px;}
.feed_item #compact_bids .pic img {
	max-width: 80px;
	max-height: 70px;
	margin: 0 4px;}
