.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }
	

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

/*
 * Socialite Look-a-like defaults
 */

.social-buttons { display: block; list-style: none; padding: 0; margin: 20px; }
.social-buttons > li { display: block; margin: 0; padding: 10px; float: left; }
.social-buttons .socialite { display: block; position: relative; background: url('../../js/socialite/demo/images/social-sprite.png') 0 0 no-repeat; }
.social-buttons .socialite-loaded { background: none !important; }

.social-buttons .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
.social-buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }

@charset "utf-8";
/* CSS Document */


* {
padding:0;
margin:0;
outline:none;
}

/*
===============================================
		General Styles
===============================================


body {
font-family:tahoma, arial, sans-serif;
font-size:11px;
color:#333;
}
body.bg-body-a{
	background:url(../../bundles/etikfrontend/css/images/bg-body-home.jpg) no-repeat center 79px;
}
body.bg-body-v {
background:url(../../bundles/etikfrontend/css/images/bg-body-videodetail.jpg) no-repeat center 79px;
}
body.bg-body-l {
background:url(../../bundles/etikfrontend/css/images/bg-body-listing.jpg) no-repeat center 79px;
}

a img {
border:none;
}
a {
text-decoration:underline;
color:#2bb2e3;
}

a:hover {
text-decoration:none;
}

ul, ol {
list-style:none;
}

.clear {
line-height:0;
font-size:0;
clear:both;
}

h1, h2 {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#00555a;
line-height:16px;
padding-bottom:8px;
}

h3 {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#00555a;
line-height:16px;
padding-bottom:8px;
}
h4 {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#00555a;
line-height:16px;
padding-bottom:8px;

}
h5 {
font-size:12px;
color:#00555a;
line-height:14px;
padding-bottom:8px;
font-family:Arial, Helvetica, sans-serif;
}
h5 a {
color:#00555a;
text-decoration:none;
}
*/

ul, ol {
list-style:none;
}
/*
=======================================
		Header Section
=======================================
*/

#outer_header {
width:100%;
border-top:5px solid #00555a;
height:72px;
background:url(../../bundles/etikfrontend/css/images/bg-outer-header.gif) repeat-x top;
border-bottom:1px solid #d1d1d1;
position:relative;
z-index:1000;
}

#header_sec {
width:960px;
margin:0 auto;
padding-top:11px;
}

#header_sec img#logo {
float:left;
}
#header_sec #nav {
float:left;
width:452px;
padding-left:27px;
padding-top:12px;
}
#header_sec #nav li {
float:left;
padding-left:5px;
position:relative;
}
#header_sec #nav li a {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
color:#6f696b;
line-height:23px;
display:inline-block;
float:left;
padding-left:12px;
padding-right:10px;
padding-bottom:2px;
padding-top:1px;

}
#header_sec #nav li a:hover ,#header_sec #nav li a.active{
color:#00555a;
padding-left:11px;
padding-right:9px;
padding-top:0;
padding-bottom:0;
background:#f1f1f1;
border:1px solid #e7e7e7;
text-decoration:none;
border-bottom:2px solid #6f696b;
}
#nav #navbar *:hover > a {
color:#00555a;
padding-left:11px;
padding-right:9px;
padding-top:0;
padding-bottom:2px;
background:#f1f1f1;
border:1px solid #e7e7e7;
text-decoration:none;
border-bottom:0;
}
#nav #navbar li ul {
   display: none; 
   width: 200px; /* Width to help Opera out */
   border:1px solid #e6e6e6;

}
#nav #navbar li:hover ul, #navbar li.hover ul {
   display: block;
   left:5px;
   top:25px;
   position: absolute;
   margin: 0;
   padding: 0;
   background:#f1f1f1;
    }

#nav #navbar li ul li {
padding:0;
width:200px;
}
#nav #navbar li ul li a {
line-height:29px;
padding:0;
font-size:13px;
border-bottom:1px solid #d9d8d8;
padding-left:10px;
width:190px;
}
#nav #navbar li ul li a:hover {
padding:0 0 0 10px;
width:190px;
background:#eaeaea;
border:none;
border-bottom:1px solid #d9d8d8;
}
#header_sec .signin {
float:right;
width:280px;
padding-top:14px;
}
#header_sec .signin ul {
float:right;
margin-top: -8px;
}
#header_sec .signin li {
float:left;
padding:6px 10px 0 10px;
}
#header_sec .signin li.sign_in a{
color:#6f696b;
text-decoration:none;
}
#header_sec .signin li.sign_in a:hover {
text-decoration:underline;
}
#header_sec .signin li.sign_in {
background:url(../../bundles/etikfrontend/css/images/bg-sep-signin.gif) no-repeat left 8px;
padding-right:0;
}
#header_sec .signin li.upload_btn {
padding-top:0;
}
#header_sec .signin li.upload_btn  a, div.upload_btn a{
display:block;
float:left;
width:127px;
height:27px;
background:url(../../bundles/etikfrontend/css/images/upload_btn.gif) no-repeat left top;
line-height:27px;
font-weight:bold;
color:#fff;
text-align:center;
text-decoration:none;
} 


/*
=========================================================
		Content Section
=========================================================
*/
#content_sec {
width:960px;
margin:0 auto;
padding-top:10px;
padding-bottom:20px;
position:relative;
z-index:10;
}
/*
=======================================================
Left Content
=======================================================
*/
#left_content {
width:650px;
float:left;
}
#banner_slider {
width:650px;
float:left;
background:#e7e7e7;
border-top:1px solid #d1d1d1;
}


#nav-slider {
width:650px;
float:left;
height:36px;
border-bottom:1px solid #fff;
background:url(../../bundles/etikfrontend/css/images/bg-nav-slider.gif) repeat-x top;
padding-top:3px;
}
#nav-slider li {
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-sep-tab.gif) no-repeat right center;
padding:0 5px;
}
#nav-slider li:first-child {
	padding-left:2px;
	width: 97.5%;
}
#nav-slider li.nobg {
background:none;
}
#nav-slider li a {
display:block;
float:left;
line-height:33px;
font-family:Arial, Helvetica, sans-serif;
color:#6f696b;
text-decoration:none;
padding:0 18px;
font-weight:bold;
}
#nav-slider li a:hover {
color:#00555a;
}
#nav-slider li.active {
background:none;
}
#nav-slider li.active a{
background:url(../../bundles/etikfrontend/css/images/bg-tab-nav.gif) repeat-x top;
border:1px solid #e4e4e4;
color:#00555a;
}

.video-slider {
padding:11px 10px 11px 11px;
float:left;
height:353px;
width:629px;
}

.video-category {
width:650px;
float:left;
padding-top:12px;
}

.heading-list {
width:618px;
float:left;
border:1px solid #e4e4e4;
height:27px;
background:url(../../bundles/etikfrontend/css/images/bg-heading-gr.gif) repeat-x top;
padding-top:6px;
padding-left:18px;
padding-right:12px;
margin-bottom:10px;
}
.heading-list h1 {
float:left;
width:480px;
padding-bottom:0;
line-height:20px;
}
.heading-list ul {
float:right;
}

.heading-list ul li {
float:left;

}
.heading-list ul li a {

display:block;
float:left;
text-indent:-9999px;
margin-left:4px;
}
.heading-list ul li a.list-view {
width:21px;
height:22px;
background:url(../../bundles/etikfrontend/css/images/bg-list-btn.gif) no-repeat left top;
}
.heading-list ul li a.grid-view {
width:19px;
height:19px;
background:url(../../bundles/etikfrontend/css/images/bg-grid-view.gif) no-repeat left top;
margin-top:2px;
}

.wrapper_list_view {
	width:650px;
	float:left;
	padding-left: 5px;
}

.thumb_view {
}
.thumb_view  .description-box {
	width:148px;
	float:left;
	border:none;
	padding:0 0px 0px 12px;
	height:248px;
	overflow:hidden;
}
.thumb_view .nopadding {
padding-left:0 !important;
}
.description-box {
	width:610px;
	float:left;
	border:1px solid #ddd;
	padding:10px;
	padding-left:7px;
	margin-bottom:14px;
	
	background: rgb(252,252,252); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(../../bundles/etikfrontend/css/frontEndCss/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
.video-box {
float:left;
width:148px;
height:117px;
background:url(../../bundles/etikfrontend/css/images/frame-video.gif) no-repeat left top;
padding-top:7px;
text-align:center;
position:relative;
}
.video-box img {
height:110px;
width:134px;
}
.video-box span.time-video {

display:block;
position:absolute;
left:7px;
bottom:7px;
width:45px;
height:18px;
line-height:18px;
background:url(../../bundles/etikfrontend/css/images/bg-opacity.png) repeat;
color:#fff;
}
.video-box span.add-playlist {

display:block;
position:absolute;
right:7px;
bottom:7px;
width:22px;
height:22px;
text-indent:-9999px;
background:url(../../bundles/etikfrontend/css/images/add-btn.gif) no-repeat left top;
color:#fff;
}
.thumb_view  .description-box   div {
width:148px;
}
.thumb_view  .description-box   div h5 {
	width:148px;
	height:30px;
	padding-bottom:5px;
}
.thumb_view  .description-box .heading-date {
border-bottom:none;
margin-bottom:0;
}
.thumb_view  .description-box .heading-date span {
width:144px;
padding-left:4px;
}
.thumb_view  .description-box .text-desc {
display:none;
}
.thumb_view .description-video .voti-articolo-text{
display:none;
}
.description-video {
float:right;
width:460px;
padding-top:5px;
font-size: 13px;
}
.total-views {
color:#747474;
float:left;
width:148px;
padding-bottom:4px;
display:none;
}
.thumb_view  .total-views {
display:block;
}

.heading-date {
	width:455px;
	float:left;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:7px;
	margin-bottom:7px;
}
.heading-date h5 {
float:left;
line-height:16px;
padding-bottom:0;
width:350px;
}
.heading-date span {
display:block;
float:right;
color:#b5b5b5;
font-style:italic;
padding-right:5px;

}
.text-desc {
	width:455px;
	float:left;
	line-height:17px;
	margin-bottom:7px; 
}
.text-desc p {
line-height:18px;
padding-bottom:10px;
}
.thumb_view .bottom-panel ul li {
display:none;
}
.thumb_view .bottom-panel ul li.nobg {
display:block;
}
.thumb_view .bottom-panel .rating-stars ,.thumb_view .bottom-panel .share-btn {
display:none;
}
.bottom-panel {
	float:left;
	width:455px;
	font-size: 11px;
}
.bottom-panel ul {
	float:left;
}

.bottom-panel ul li {
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-sep-signin.gif) no-repeat left 3px;
padding:0 6px 0 8px;
color:#989898;
line-height:15px;
}
.bottom-panel ul li.nobg {
background:none;
padding-left:0;
}
.rating-stars {
float:left;
margin-left: 15px;
margin-top: -1px;
padding-top:1px;
width:100px;
}
.rating-stars-articolo{
	margin-top: -4px;
	margin-left: 10px;
}
.rating-stars-list{
	margin-top:-3px;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 3px;
	
}
.description-box .rating-stars em {
display:block;
float:left!important;
width:12px;
height:12px;
background:url(../../bundles/etikfrontend/css/images/t-star.gif) no-repeat left top;
margin-right:2px;
}
.rating-stars em.low-rate {
background:url(../../bundles/etikfrontend/css/images/l-star.gif) no-repeat left top;
}
.bottom-panel a.share-btn {
display:block;
float:right;
width:72px;
height:17px;
background:url(../../bundles/etikfrontend/css/images/bg-share-social.gif) no-repeat left top;
text-indent:-9999px;
margin-top: -2px;
}

div.articoloContainer a.share-btn{
	margin-top: 10px;
}

.pager {
	width:606px;
	float:left;
	border:1px solid #e4e4e4;
	height:23px;
	background:url(../../bundles/etikfrontend/css/images/bg-heading-gr.gif) repeat-x top;
	padding-top:10px;
	padding-left:18px;
	padding-right:12px;
}
.pager li {
	float:left;
	color:#747474;
	padding:0 2px;
}
.pager li a {
	display:block;
	float:left;
	line-height:16px;
	padding:0 5px 2px 5px;
	color:#747474;
	font-weight:bold;
	text-decoration:none;
}
.pager li a.pre, .pager span a.pre {
	width:7px;
	height:10px;
	background:url(../../bundles/etikfrontend/css/images/btn-pre.gif) no-repeat left top;
	text-indent:-9999px;
	margin-top:4px;
	padding-right:0;
}
.pager span a.pre {
	float: left;
	margin-left: 0;
    margin-right: 7px;
    margin-top: 6px;
}
.pager li a.next, .pager span a.next {
	width:7px;
	height:10px;
	background:url(../../bundles/etikfrontend/css/images/btn-next.gif) no-repeat left top;
	text-indent:-9999px;
	margin-top:4px;
}
.pager span a.next{
	float: left;
	margin-top: 6px;
	margin-left: 4px;
}
.k-pager-wrap.pager{
	padding: 6px 12px 3px 18px;
}
.pager li a:hover , .pager li a.active {
	background:#444;
	color:#fff;
}
.pager li a.pre:hover, .pager span a.pre:hover  {
	background:url(../../bundles/etikfrontend/css/images/btn-pre.gif) no-repeat left top;
}
.pager li a.next:hover, .pager span a.next:hover {
	background:url(../../bundles/etikfrontend/css/images/btn-next.gif) no-repeat left top;
}


/*
=========================================================
		Right Content
=========================================================
*/

#right_content {
width:290px;
float:right;
}

.sign-in-field {
width:290px;
float:left;
width:276px;
height:28px;
padding:7px;
background:url(../../bundles/etikfrontend/css/images/bg-search.gif) no-repeat left top;
margin-bottom:10px;
}
.sign-in-field input.txt-field {
float:left;
width:220px;
height:16px;
border:none;
background:none;
font-size:12px;
color:#6f696b;
font-family:Arial, Helvetica, sans-serif;
padding:6px 10px;
}
.sign-in-field a {
display:block;
float:right;
text-indent:-99999px;
width:24px;
height:28px;
}

.banner-right {
width:290px;
float:left;
padding-bottom:5px;
}
.banner-right img {
margin-bottom:8px;
}
.banner-right h5 {
padding-bottom:10px;
}

.classic-channel {
float:left;
width:290px;
padding-bottom:12px;
}

.heading-top {
float:left;
width:290px;
border-bottom:1px solid #ccc;
padding-bottom:8px;
margin-bottom:10px;
}
.heading-top h2 {
float:left;
width:220px;
padding-bottom:0;
}
.heading-top a {
display:block;
float:right;
line-height:15px;
font-size:10px;

}
.classic-channel li {
float:left;
width:290px;
padding-bottom:5px;
}
.classic-channel li a img {
float:left;
margin-right:12px;
}
.classic-channel li a {
display:block;
float:left;
height:55px;
text-decoration:none;
width:290px;
}
.classic-channel li a span {
display:block;
padding-top:13px;
padding-bottom:4px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#fff;
width:175px;
}
.classic-channel li a em {
display:block;
float:left;
width:175px;
}
.classic-channel li a.red {
background:#97020f;
}
.classic-channel li a.red em {
color:#de3d4b;
}
.classic-channel li a.green {
background:#89966f;
}
.classic-channel li a.green em {
color:#b8c4a0;
}
.classic-channel li a.silver {
background:#797979;
}
.classic-channel li a.silver em {
color:#aaa;
}

.trending-box {
width:290px;
float:left;
overflow:auto;
}
.accordionContent {}
.trending-box li{
float:left;
width:290px;
padding-bottom:15px;
}
.trending-box .spy li{
	display: none;
}
.trending-box li div.video-box-trending {
float:left;
width:97px;
height:54px;
background:url(../../bundles/etikfrontend/css/images/img-frame-tre.gif) no-repeat left top;
padding-top:7px;
padding-left:7px;
position:relative;
}
.trending-box li div.video-box-trending span.time-video {
display:block;
position:absolute;
left:7px;
bottom:6px;
width:45px;
height:18px;
line-height:18px;
background:url(../../bundles/etikfrontend/css/images/bg-opacity.png) repeat;
color:#fff;
text-align:center;
}
.trending-box li div.video-box-trending span.add-playlist {
display:block;
position:absolute;
right:6px;
bottom:6px;
width:22px;
height:22px;
text-indent:-9999px;
background:url(../../bundles/etikfrontend/css/images/add-btn.gif) no-repeat left top;
color:#fff;
}

.text-desc-tre {
float:right;
width:178px;
padding-top:4px;
color:#747474;
}
.text-desc-tre h5 {

padding-bottom:6px;
}
.text-desc-tre p {
padding-bottom:6px;
color:#747474;

}
.voti-articolo-text{
	font-weight: bold;
	display: block;
	top: 2px;
	left: 5px;
	position: relative;	
}
.thumb_view .voti-list-text{
	display: none;
}
.voti-list-text{
	font-weight: bold;
	margin-left: 4px;
}
.event-box {
float:left;
width:290px;
}
.event-box li {
float:left;
width:290px;
padding-bottom:15px;
}
.event-box li .img-frame-event {
float:left;
width:97px;
height:54px;
background:url(../../bundles/etikfrontend/css/images/img-frame-tre.gif) no-repeat left top;
padding-top:7px;
padding-left:7px;
}
.event-box li .img-frame-event img {
width:90px;
height:48px;
}
.event-box li .text-desc-event {
float:right;
width:175px;
padding-top:4px;
}
.event-box li .text-desc-event h5 {
padding-bottom:5px;
}
.event-box li .text-desc-event p {
line-height:17px;
padding-bottom:0;
}

/*
=========================================================
		Footer Section
=========================================================
*/

#outer-footer {
width:100%;
border-top:1px solid #c1d2d3;
background:url(../../bundles/etikfrontend/css/images/bg-gr-footer.gif) repeat-x top #fff;
padding-top:16px;
}

#footer_sec {

width:940px;
margin:0 auto;
}

.about-us ,.rules-policy {
width:170px;
float:left;
border-right:1px solid #f4f4f4;
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
}
.about-us h2 {
background:url(../../bundles/etikfrontend/css/images/bg-about-us.gif) no-repeat left top;
padding-left:25px;
padding-top:2px;
padding-bottom:22px;
}
.about-us li ,.rules-policy li{
float:left;
width:162px;
padding-left:8px;
padding-bottom:8px;
}
.about-us li a , .rules-policy li a {
display:block;
float:left;
padding-left:9px;
background:url(../../bundles/etikfrontend/css/images/sep-list.gif) no-repeat left 4px;
text-decoration:none;
color:#555;
}
.about-us li a:hover ,.rules-policy li a:hover{
background:url(../../bundles/etikfrontend/css/images/sep-list-hover.gif) no-repeat left 4px;
color:#999;
text-decoration:underline;
}
.rules-policy h2 {
background:url(../../bundles/etikfrontend/css/images/bg-rule-policy.gif) no-repeat left top;
padding-left:25px;
padding-top:6px;
padding-bottom:18px;
}
.rules-policy {
padding-left:35px;
}
.social-network {
width:170px;
float:left;
border-right:1px solid #f4f4f4;
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
padding-left:35px;
}
.social-network h2 {
background:url(../../bundles/etikfrontend/css/images/bg-follow-us.gif) no-repeat left top;
padding-left:32px;
padding-top:2px;
padding-bottom:22px;
}
.social-network li {
float:left;
width:170px;
padding-bottom:4px;
}
.social-network li a {
display:block;
float:left;
line-height:16px;
padding-left:30px;
color:#666;
text-decoration:none;
}
.social-network li a:hover {
color:#000;
}
.social-network li a.so1 {
background:url(../../bundles/etikfrontend/css/images/bg-fb.gif) no-repeat left top;
}
.social-network li a.so2 {
background:url(../../bundles/etikfrontend/css/images/bg-tw.gif) no-repeat left top;
}
.social-network li a.so3 {
background:url(../../bundles/etikfrontend/css/images/bg-ms.gif) no-repeat left top;
}
.social-network li a.so4 {
background:url(../../bundles/etikfrontend/css/images/bg-ut.gif) no-repeat left top;
}
.social-network li a.so5 {
background:url(../../bundles/etikfrontend/css/images/bg-google.gif) no-repeat left top;
}

.news-letter {
width:220px;
float:right;
padding-top:10px;
color:#555;
}
.news-letter h2 {
background:url(../../bundles/etikfrontend/css/images/bg-newsletter.gif) no-repeat left top;
padding-left:28px;
padding-top:3px;
padding-bottom:17px;
}
.news-letter p {
line-height:18px;
padding-bottom:14px;
color:#555;
}
.news-letter li {
float:left;
}
.news-letter li label {
display:block;
float:left;
padding-right:8px;
}
.news-letter li input {
float:left;
margin-right:8px;
}
.news-letter span.subsc-input {
display:block;
float:left;
width:216px;
height:23px;
background:url(../../bundles/etikfrontend/css/images/bg-inout-news.gif) no-repeat left top;
padding:2px;
margin-top:20px;
}
.news-letter span.subsc-input input {

border:none;
background:none;
height:15px;
width:138px;
padding:4px 10px;
font-size:11px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
.news-letter span.subsc-input a {
display:block;
float:right;
height:23px;
width:57px;
text-indent:-9999px;
}

#bottom-footer {
width:940px;
margin: 0 auto;
padding:12px 0;
}
#bottom-footer p {
float:left;
color:#9d9d9d;
}
#bottom-footer p a {
font-weight:bold;
color:#00555a;
}

a#goTop {
display:block;
float:right;
background:url(../../bundles/etikfrontend/css/images/bg-go-top.gif) no-repeat left top;
line-height:14px;
padding-left:18px;
color:#ccc;
margin-top:3px;
}

/*
================================================
		News Page
================================================
*/

#news-content {
width:650px;
float:left;
}
.heading-news-top {
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-hd-news.gif) repeat-x top #ebebeb;
width:632px;
border:1px solid #e4e4e4;
padding:6px 6px 6px 10px;
margin-bottom:7px;
}
.heading-news-top h1 {
float:left;
padding-bottom:0;
line-height:18px;
background:url(../../bundles/etikfrontend/css/images/bg-hd-nws.gif) no-repeat left top;
padding-left:25px;
width:350px;
margin-top:3px;
}
.heading-news-top label {
display:block;
float:right;
font-weight:bold;
line-height:27px;
width:250px;
text-align:right;
}
.heading-news-top label span {
display:block;
float:right;
}

.heading-news-top select {
float:right;
width:120px;
padding:5px;
margin-left:6px;
border:1px solid #cecfd0;
font-size:11px;
color:#919292;
}

.news-box {
width:628px;
float:left;
border:1px solid #e4e4e4;
padding:10px;
margin-bottom:10px;
}

.news-box-heading {
width:628px;
float:left;
border-bottom:1px solid #e4e4e4;
padding-bottom:8px;
margin-bottom:9px;
}
.news-box-heading h5 {
float:left;
width:300px;
background:url(../../bundles/etikfrontend/css/images/bg-icon-news.gif) no-repeat left top;
padding-left:23px;
padding-bottom:3px;
}
.news-box-heading ul {
float:right;
}
.news-box-heading ul li {
float:left;
color:#989898;
line-height:16px;
padding-left:10px;
}
.news-box-heading ul li span {
display:block;
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-icon-date.gif) no-repeat left 3px;
padding-left:18px;
}
.news-box-heading ul li a {
display:block;
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-icon-comment.gif) no-repeat left 3px;
padding-left:18px;
color:#989898;
text-decoration:none;
}
.news-box p {
line-height:19px;
padding-bottom:12px;
color:#333;
}

.user-info {
float:left;
width:328px;
}
.user-info  ul li {
float:left;
line-height:16px;

color:#989898;
padding-right:8px;
}
.user-info  ul li.nobg {
background:url(../../bundles/etikfrontend/css/images/bg-sep-signin.gif) no-repeat left 4px;
padding:0 6px 0 8px;
}
.user-info  ul li a.share-btn {
display:block;
float:left;
width:72px;
height:17px;
margin-right:6px;
text-indent:-9999px;
background:url(../../bundles/etikfrontend/css/images/bg-share-social.gif) no-repeat left top;
} 
.user-info  ul li a.feature-btn {
display:block;
float:left;
text-align:center;
color:#fff;
font-size:10px;
text-decoration:none;
width:62px;
height:17px;
line-height:15px;
background:url(../../bundles/etikfrontend/css/images/feature-btn.gif) no-repeat left top;
margin-right:6px;
}


/*
========================================================
		Video Page
========================================================
*/
.banner {
width:648px;
float:left;
border:1px solid #e4e4e4;
margin-bottom:14px;
}
.heading-video{
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-hd-news.gif) repeat-x top #ebebeb;
width:622px;
border:1px solid #e4e4e4;
padding:6px 6px 6px 10px;
margin-bottom:10px;
}
.heading-video-leftPanel{
	float:left;
	background:url(../../bundles/etikfrontend/css/images/bg-hd-news.gif) repeat-x top #ebebeb;
	border:1px solid #e4e4e4;
	padding:8px 6px 8px 10px;
	margin-bottom:10px;
	position: relative;
}
.heading-video-leftPanel h1{
	float:left;
	padding-bottom:0;
	line-height:18px;
	background:url(../../bundles/etikfrontend/css/images/bg-icon-video.gif) no-repeat left 2px;
	padding-left:25px;
	width:250px;
	margin-top:0px;
	margin-left: 26px;
}
.heading-video-leftPanel img.leftArrow{
	position: absolute;
	height: 19px;
	left: 6px;
}
.heading-video h1 {
float:left;
padding-bottom:0;
line-height:18px;
background:url(../../bundles/etikfrontend/css/images/bg-icon-video.gif) no-repeat left 2px;
padding-left:25px;
width:250px;
margin-top:4px;
}
.heading-video ul {
float:right;
padding-top:2px;
}

.heading-video ul li {
float:left;

}
.heading-video  ul li a {

display:block;
float:left;
text-indent:-9999px;
margin-left:4px;
}
.heading-video ul li a.list-view {
width:21px;
height:22px;
background:url(../../bundles/etikfrontend/css/images/bg-list-btn.gif) no-repeat left top;
}
.heading-video ul li a.grid-view {
width:19px;
height:19px;
background:url(../../bundles/etikfrontend/css/images/bg-grid-view.gif) no-repeat left top;
margin-top:2px;
}

.heading-video label {
display:block;
float:right;
font-weight:bold;
line-height:27px;
margin-right: 10px;
}

.heading-video label span {
display:block;
float:right;
}
.heading-video select {
float:right;
width:120px;
padding:5px;
margin-left:6px;
border:1px solid #cecfd0;
font-size:11px;
color:#919292;
}
/*per stilizzare la select chosen**/
.heading-video #ordinamento_chzn{
	float: right;
	margin-right: 3px;
}
.heading-video #ordinamento_chzn ul.chzn-results{
	float: none;
}
.heading-video #ordinamento_chzn  ul.chzn-results li{
	width: 100%;
}
span#videoList{
	border: 0px;	
}
.counter-video {
float:left;
background:#f4f4f4;
width:632px;
border:1px solid #e4e4e4;
padding:6px 6px 6px 10px;
}
.counter-video h2 {
float:left;
color:#a4a4a4;
padding-top:5px;
line-height:18px;
padding-bottom:0;
font-weight:normal;
}
.counter-video h2 strong {
color:#00555a;
}
.counter-video a {
float:right;
}

.category-list {
width:290px;
float:left;
padding-bottom:15px;
}
.category-list li {
float:left;
width:130px;
padding-right:14px;
padding-bottom:3px;
}
.category-list li a {
display:block;
float:left;
width:112px;
line-height:20px;
font-weight:bold;
color:#00555a;
text-decoration:none;
padding-left:18px;
background:url(../../bundles/etikfrontend/css/images/sep-list-cata-h.gif) no-repeat 8px 8px;
}
.category-list li a:hover {
background:url(../../bundles/etikfrontend/css/images/sep-list-cata.gif)  no-repeat 8px 8px #000;
color:#fff;
}

/*
==============================================
		Sign In
==============================================
*/

#signin_content_wrapper {
width:100%;
background:url(../../bundles/etikfrontend/css/images/bg-content-sign-in.png) no-repeat center 50px;
padding-top:60px;
}
#signin_content {
width:935px;
margin:0 auto;
background:#fff;
padding-bottom:74px;
}

#left_col {
float:left;
width:297px;
height:395px;
background:url(../../bundles/etikfrontend/css/images/bg-login.png) no-repeat left top;
position:relative;
padding:30px 22px 0 22px;
}
#right_col {
width:585px;
float:right;
padding-top:20px;
}
#right_col img {
border:1px solid #e4e4e4;
}
.bg-shadow {
width:25px;
height:442px;
position:absolute;
left:-30px;
top:-15px;
background:url(../../bundles/etikfrontend/css/images/bg-login-shadow.png) no-repeat left top;
}
.signin_form_heading {
width:297px;
float:left;
background:url(../../bundles/etikfrontend/css/images/db-border.gif) repeat-x bottom;
padding-bottom:6px;
margin-bottom:20px;
}
.signin_form_heading h1 {
height:46px;
background:url(../../bundles/etikfrontend/css/images/login-heading.png) no-repeat left top;
text-indent:-9999px;
margin-bottom:8px;
}
.signin_form_heading p {
line-height:18px;
padding-bottom:12px;
font-family:Arial, Helvetica, sans-serif;
color:#00555a;
}
.signin-form{
float:left;
width:297px;
padding-top:5px;
}
.signin-form li{
float:left;
width:297px;
padding-bottom:13px;
}
.signin-form li label {
display:block;
float:left;
width:81px;
font-weight:bold;
font-size:12px;
color:#00555a;
font-family:Arial, Helvetica, sans-serif;
line-height:27px;
}
.signin-form li span {
display:block;
float:left;
width:211px;
height:27px;
background:url(../../bundles/etikfrontend/css/images/bg-input-usr.png) no-repeat left top;
}
.signin-form li span input {
float:left;
width:191px;
height:15px;
font-size:11px;
color:#787979;
border:none;
font-family:Arial, Helvetica, sans-serif;
background:none;
padding:6px 10px;
}
.signin-form li span input.password {
font-size:18px;
}
.signin-form li div {
float:left;
padding-left:81px;
width:211px;
padding-top:5px;
padding-bottom:2px;
}
.signin-form li div label {
font-weight:normal;
width:auto;
font-size:11px;
line-height:15px;
color:#6f6f6f;
width:120px;
}
.signin-form li div label input {
float:left;
margin-right:6px;
width:15px;
height:15px;
line-height:0;
font-size:0;
}
.signin-form li div a {
float:right;
display:block;
width:90px;
text-align:right;
}
.signin-form li div a.fb-connect {
display:block;
float:left;
width:127px!important;
height:16px;
background:url(../../bundles/etikfrontend/css/images/btn-fb-connect.gif) no-repeat left top;
text-indent:-99999px!important;
line-height:0;
font-size:0;
}

.signin-form li div input.login-btn {
float:left;
width:87px;
height:29px;
background:url(../../bundles/etikfrontend/css/images/btn-login.gif) no-repeat left top;
border:none;
text-indent:-9999px;
line-height:0;
font-size:0;
cursor:pointer;
}



/*
==================================================
		Video Detail
==================================================
*/

#title-video {
width:630px;
float:left;
height:30px;
border-bottom:1px solid #fff;
background:url(../../bundles/etikfrontend/css/images/bg-nav-slider.gif) repeat-x top;
padding-top:9px;
padding-left:12px;
padding-right:8px;
}
#title-video h1 {
padding-bottom:0;
line-height:18px;
padding-top:2px;
float:left;
width:420px;
}
.uploader-info {
float:right;
}
.uploader-info img {
float:left;
margin-right:6px;
}
.uploader-info a {
display:block;
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-plus-info.gif) no-repeat right top;
line-height:22px;
height:23px;
text-decoration:none;
padding-right:28px;
font-size:11px;
color:#6f696b;
font-family:Arial, Helvetica, sans-serif;
}

.panel-video {
float:left;
width:648px;
height:34px;
background:url(../../bundles/etikfrontend/css/images/bg-panel.gif) repeat-x top;
border:1px solid #cdcdcd;
margin-top:8px;
}
.panel-left {
	float:left;
	width:100%;
}
.panel-left li {
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-dbl-bord.gif) repeat-y left top;
padding-left:2px;
text-align: center;
}
.panel-left li a {
display:block;
float:left;
height:34px;
font-family:Arial, Helvetica, sans-seri;
font-size:12px;
font-weight:bold;
color:#000;
text-decoration:none;
line-height:32px;
text-decoration:none;
}
.panel-left li a:hover {
color:#00555a;
}
span.content-panl-2{
	height: 31px;
	padding-top: 3px;
	display: block;
	width: 160px;
}
span.content-panl-5{
	height: 26px;
	display: block;
	padding-top: 8px;
	padding-left: 3px;
	
}
.fb_edge_widget_with_comment{
	top: 5px;
	left:11px;
}
.panel-left li a{
	width: auto;
	background-size: 32px;
}
.panel-left li a.panl-1 {
	width: 150px;
	text-align: center;
}
.panel-left li a.panl-2 {
	/*background:url(../../bundles/etikfrontend/css/images/twitterIcon.png) no-repeat center center;*/
	width: 130px;
}
.panel-left li a.panl-3 {
	/*background:url(../../bundles/etikfrontend/css/images/bg-panl-3.png) no-repeat 13px 10px;*/
	background-size: auto;
	text-align: center;
	padding-top: 1px;
	width: 137px;
    overflow: hidden;
}
.panel-left li a.panl-4 {
	/*background:url(../../bundles/etikfrontend/css/images/bg-panl-4.png) no-repeat 15px 10px;*/
	width: 125px;
	text-align: center;
}
.panel-left li a.panl-5 {
	/*background:url(../../bundles/etikfrontend/css/images/bg-panl-5.png) no-repeat 12px 10px;*/
	padding-left: 2px;
	width: 107px;
}
span.st_fblike_hcount > span {
	margin-left: 6px !important;
	margin-right: 6px !important;
}
span.stTwitterFollow{
	vertical-align: middle;
	margin-top: 1px;
}
.stButton{
	margin-top: 7px;
}

.panel-right {
float:right;
padding-top:3px;
width:222px;
padding-right:8px;
}
.panel-right h3 {
float:right;
background:url(../../bundles/etikfrontend/css/images/bg-icon-stat.gif) no-repeat right top;
padding-right:33px;
padding-bottom:0;
line-height:23px;
font-size:15px;
color:#202020;
background-position-y: 1px;
}
.panel-right h3 strong {
font-size:16px;
color:#00555a;
}
/* pannello di condivisione**/
/**personalizzazione del fan box di facebook**/
.fan_box .profileimage{
	display: none;
}
.fan_box .full_widget {
   background: red !important; 
   border: 1px solid ;
}
.share-panel {
float:left;
width:632px;
border:1px solid #cdcdcd;
position:relative;
padding:18px 8px 8px 8px;
margin-bottom:10px;
}
.share-panel em.shout-out {
position:absolute;
top:-9px;
left:50%;
width:22px;
height:9px;
margin-left:-44px;
background:url(../../bundles/etikfrontend/css/images/bg-call.gif) no-repeat left top;
}

.embed-code {
float:left;
width:380px;
background:url(../../bundles/etikfrontend/css/images/bg-icon-embed.gif) no-repeat left top;
padding-left:30px;
margin-bottom:8px;
}
.embed-code textarea {
float:left;
overflow:hidden;
width:256px;
height:15px;
border:none;
background:url(../../bundles/etikfrontend/css/images/bg-textarea.gif) no-repeat left top;
font-size:11px;
color:#333;
font-family:tahoma, arial, sans-serif;
padding:4px;
}
.embed-code label {
display:block;
float:left;
padding-top:4px;
padding-left:8px;
font-weight:bold;
color:#00555a;
line-height:15px;
}
.embed-code input {
float:left;
margin-right:4px;
width:15px;
height:15px;
line-height:0px;
font-size:0px;

}
.social-connect {
float:right;
width:210px;
}
.social-connect .twitter {

float:left;
padding-right:10px;
}
.social-connect .facebook {
float:left;
} 
.social-network-group {
float:left;
background:#f2f2f2;
padding:8px 0;
width:630px;
border:1px solid #d0d0d0;
}
.social-network-group li {
float:left;
padding-left:8px;
}


.video-info {
float:left;
width:650px;
padding-top:5px;
margin-bottom:10px;
}
.left-info-box{
float:left;
width:425px;
}
.left-info-box ul {
float:left;
width:425px;
padding-bottom:8px;
}
.left-info-box ul li {
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-sep-signin.gif) no-repeat left 3px;
padding:0 6px 0 8px;
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
color:#6f696b;
}
.left-info-box ul li a {
font-weight:bold;
color:#00555a;
}
.left-info-box ul li.nobg {
background:none;
padding-left:0;
}
.left-info-box p {
color:#6f696b;
padding-bottom:8px;
line-height:16px;
}
.right-info-box{
float:right;
width:216px;
}
.right-info-box p {
text-align:right;
font-family:Arial, Helvetica, sans-serif;
color:#6f696b;
padding-bottom:8px;
line-height:16px;
}
.right-info-box p a {
font-weight:bold;
color:#6f696b;
}
.right-info-box p a.download-btn {
display:inline-block;
width:62px;
height:17px;
background:url(../../bundles/etikfrontend/css/images/feature-btn.gif) no-repeat left top;
text-align:center;
color:#fff;
font-family:tahoma, arial, sans-serif;
text-decoration:none;
font-weight:normal;
margin-left:4px;
margin-top:2px;
}

#comment-area {
width:650px;
float:left;
}
.heading-comment {
 background: url(../../bundles/etikfrontend/css/images/bg-heading-gr.gif) repeat-x  center top ;
border: 1px solid #e4e4e4;
float: left;
height: 27px;
margin-bottom: 10px;
padding-left: 18px;
padding-right: 12px;
padding-top: 6px;
width: 620px;
}
.heading-comment h2 {
padding-bottom:0;
font-size:14px;
color:#2a2a2a;
line-height:18px;
}
.heading-comment h2 strong {
font-size:16px;
}
.comment-list {
width:650px;
float:left;
}
.comment-list li {
float:left;
width:626px;
padding:10px 12px 5px 12px;
background:#f6f6f6;
margin-bottom:15px;
}
.comment-list li.nobg {
background:none;
margin-bottom:10px;
}
.comment-list li span.img-area {
display:block;
float:left;
background:#b9e7ff;
padding:3px;
border:1px solid #cdcdcd;
}
.comment-list li span.img-area img {
width:34px;
height:34px;
}
.comment-list li .text-area {
float:left;
width:565px;
padding-left:13px;
position:relative;
} 
.comment-list li .text-area h4 {
font-size:11px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
line-height:16px;
padding-bottom:4px;
color:#999999;
}
.comment-list li .text-area h4 a {
color:#256c71;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.comment-list li .text-area p {
padding-bottom:10px;
line-height:19px;
color:#5c5c5c;
font-family:tahoma, arial, sans-serif;
}
.comment-list li .text-area p.date-time {
color:#ababab;

font-size:10px;
padding-bottom:12px;
}

.like-panel {
position:absolute;
right:-10px;
top:0;
width:102px;
height:20px;
display:none;
}
.like-panel a {
display:block;
float:left;
height:20px;
margin-left:3px;
text-indent:-9999px;
}
.like-panel a.like-1 {
width:22px;
background:url(../../bundles/etikfrontend/css/images/bg-like.png) no-repeat left top;
}
.like-panel a.like-1:hover {
background:url(../../bundles/etikfrontend/css/images/bg-like-h.png) no-repeat left top;
}
.like-panel a.like-2 {
width:22px;
background:url(../../bundles/etikfrontend/css/images/bg-dislike.png) no-repeat left top;
}
.like-panel a.like-2:hover {
background:url(../../bundles/etikfrontend/css/images/bg-dislike-h.png) no-repeat left top;
}
.like-panel a.like-3 {
width:40px;
background:url(../../bundles/etikfrontend/css/images/bg-replay.png) no-repeat left top;
}
.like-panel a.like-3:hover {
background:url(../../bundles/etikfrontend/css/images/bg-replay-h.png) no-repeat left top;
}
.comment-list li:hover .like-panel {
display:block;
}
#accordion {
float:left;
width:290px;
padding-bottom:12px;
overflow:hidden;
}
#accordion h3 {
width:290px;
line-height:32px;
height:34px;
font-size:14px;
padding-bottom:0;
float:left;
clear:both;
text-decoration:none;
background:url(../../bundles/etikfrontend/css/images/bg-heading-accordion-h.gif) no-repeat left top;
}
#accordion h3 a {
width:278px;
line-height:32px;
height:34px;
font-size:14px;
padding-bottom:0;
padding-left:12px;
float:left;
color:#00555a;
text-decoration:none;
clear:both;
background:url(../../bundles/etikfrontend/css/images/bg-heading-accordion-h.gif) no-repeat left top;
}
#accordion h3.on a{
background:url(../../bundles/etikfrontend/css/images/bg-heading-accordion.gif) no-repeat left top!important;
}
#accordion .trending-box{
padding-top:15px;
overflow:hidden;
clear:both;
display:inline-block;
}
.video-box a {
text-decoration:none;
}


/*
========
*/


/*
Blog
*/

#blog_content {
width:650px;
float:left;
}
.heading-blog-top ,.heading-cmtusr-top {
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-hd-news.gif) repeat-x top #ebebeb;
width:632px;
border:1px solid #e4e4e4;
padding:6px 6px 6px 10px;
margin-bottom:7px;
}
.heading-blog-top h1 ,.heading-cmtusr-top h2 {
float:left;
padding-bottom:0;
line-height:18px;
background:url(../../bundles/etikfrontend/css/images/bg-ico-blog.png) no-repeat left 2px;
padding-left:25px;
width:210px;
margin-top:3px;
}
.heading-cmtusr-top h2 {
background:none;
padding-left:0;
width:350px;
}
.heading-blog-top label , .heading-cmtusr-top label {

display:block;
float:right;
font-weight:bold;
line-height:27px;
width:250px;
text-align:right;
}
.heading-blog-top label span ,.heading-cmtusr-top label span{
display:block;
float:right;
}

.heading-blog-top select ,.heading-cmtusr-top select{
float:right;
width:120px;
padding:5px;
margin-left:6px;
border:1px solid #cecfd0;
font-size:11px;
color:#919292;
}

.blog-box {
width:631px;
float:left;
border:1px solid #e4e4e4;
padding:10px;
padding-left:7px;
margin-bottom:10px;
}

.blog-box-heading {
width:628px;
float:left;
border-bottom:1px solid #e4e4e4;
padding-bottom:8px;
margin-bottom:8px;
}
.blog-box-heading h5 {
float:left;
width:500px;
background:url(../../bundles/etikfrontend/css/images/img-blog-thb.gif) no-repeat left top;
padding-left:20px;
padding-bottom:3px;
}
.blog-desc-box {
    float: right;
    line-height: 18px;
    width: 502px;
	height:83px;
}
.blog-desc-box p {
line-height:17px;
text-align:justify;
}
.blog-img-box {
float:left;
width:107px;
height:95px;
background:url(../../bundles/etikfrontend/css/images/img-frame-blog.gif) no-repeat left top;
padding:6px;
}
.blog-box-heading .rating-stars em {
display:block;
float:left!important;
width:12px;
height:12px;
background:url(../../bundles/etikfrontend/css/images/t-star.gif) no-repeat left top;
margin-right:2px;
}
.blog-box-heading  .rating-stars em.low-rate {
background:url(../../bundles/etikfrontend/css/images/l-star.gif) no-repeat left top;
}
.blog-box-heading .rating-stars {
float:right;
width:72px;
}
.btn_createblog {
display:block;
float:right;
font-weight:bold;
font-size:11px;
line-height:21px;
background:#00555a;
color:#fff;
text-decoration:none;
border:1px solid #a8acad;
padding:0 10px;
margin-top:2px;
margin-left:8px;
}
.blog-box-panel {
float:right;    
width: 502px;
line-height:17px;
}
.left-panel {
float:left;
width:190px;
}
.left-panel p {
color:#999;
font-style:oblique;
}
.right-panel {
float:right;
width:300px;
}
.right-panel a.share-btn {
display:block;
float:right;
width:72px;
height:17px;
background:url(../../bundles/etikfrontend/css/images/bg-share-social.gif) no-repeat left top;
text-indent:-9999px;
margin-top:1px;
}
.right-panel ul {
float:right;
padding-right:15px;
}
.right-panel li {
float:left;
padding:0 6px 0 8px;
color:#999;
background:url(../../bundles/etikfrontend/css/images/bg-sep-signin.gif) no-repeat left 4px;
}
.right-panel li:first-child {
background:none;
}

.search-blog {
float:left;
width:280px;
height:35px;
background:url(../../bundles/etikfrontend/css/images/bg-search-blog.png) no-repeat left top;
padding-top:7px;
padding-left:10px;
margin-bottom:12px;
}
.search-blog label {
display:block;
float:left;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#00555a;
width:92px;
line-height:18px;
padding-top:3px;
}
.search-blog span{
display:block;
float:left;
width:179px;
height:27px;
background:url(../../bundles/etikfrontend/css/images/bg-input-search-blog.gif) no-repeat left top;
}
.search-blog span input {
float:left;
border:none;
background:none;
height:15px;
padding:6px 10px;
width:126px;
font-size:11px;
font-family:tahoma, arial, sans-serif;
}
.search-blog span a{
display:block;
float:left;
width:27px;
height:27px;
text-indent:-99999px;
margin-left:2px;
}
.recent-post {
width:290px;
float:left;
margin-bottom:8px;
}
.recent-post li {
float:left;
width:290px;
padding-bottom:13px;
}
.video-box-post {
float:left;
width:60px;
padding:6px;
background:url(../../bundles/etikfrontend/css/images/img-frame-post.gif) no-repeat left top;
height:48px;
}
.text-desc-post {
float:right;
width:212px;
padding-top:3px;
}
.text-desc-post h5 {
padding-bottom:6px;
}
.text-desc-post p {
color:#6a788e;
}
.text-desc-post .rating-stars {
float:left;
width:212px;
padding:0;
padding-bottom:6px;
}
.text-desc-post  .rating-stars em {
display:block;
float:left!important;
width:12px;
height:12px;
background:url(../../bundles/etikfrontend/css/images/t-star.gif) no-repeat left top;
margin-right:2px;
}
.text-desc-post   em.low-rate {
background:url(../../bundles/etikfrontend/css/images/l-star.gif) no-repeat left top;
}

/*
blog detail
*/
#blogdetail {
width:628px;
border:1px solid #ddd;
padding:10px;
float:left;
padding-bottom:0;
margin-bottom:10px;
}
.detailheading {
width:628px;
float:left;
border-bottom:1px solid #ddd;
margin-bottom:8px;
}
.detailheading h5 {
float:left;
width:378px;
}
.info_rating {
float:right;
width:248px;
}
.info_rating p {
float:left;
color:#999;
font-style:italic;
}
.info_rating .rating-stars {
padding:0;
float:right;
width:75px;
}
.info_rating .rating-stars  em {
display:block;
float:left!important;
width:12px;
height:12px;
background:url(../../bundles/etikfrontend/css/images/t-star.gif) no-repeat left top;
margin-right:2px;
}
.info_rating .rating-stars em.low-rate {
background:url(../../bundles/etikfrontend/css/images/l-star.gif) no-repeat left top;
}
.blogdetail_content {
float:left;
width:628px;
}
.blogdetail_content p {
color:#555;
padding-bottom:12px;
line-height:17px;
text-align:justify;
}
.blogdetail_content img.left_align {
padding:6px;
background:url(../../bundles/etikfrontend/css/images/frame-blog-detail.jpg) no-repeat left top;
float:left;
margin-right:10px;
margin-bottom:10px;
width:249px;
height:229px;
}
.post_info {
float:right;
width:357px;
padding-bottom:8px;
padding-top:3px;
}
.post_info ul {
float:left;
}
.post_info li {
float:left;
padding:0 6px 0 8px;
line-height:18px;
color:#666;
background:url(../../bundles/etikfrontend/css/images/bg-sep-tab.gif) no-repeat left 6px;
}
.post_info li:first-child {
background:none;
padding-left:0;
}
.post_info a.btn-share {
    background: url(../../bundles/etikfrontend/css/images/bg-share-social.gif) no-repeat left top ;
    display: block;
    float: right;
    height: 17px;
    text-indent: -9999px;
    width: 72px;
	margin-top:1px;
}

.post_comment {
float:left;
width:648px;
border:1px solid #ddd;
margin-bottom:12px;
}
.heading_comment {
width:628px;
float:left;
padding:10px 10px;
background:url(../../bundles/etikfrontend/css/images/bg-hd-news.gif) repeat-x left top #ebebeb;
}
.heading_comment h2 {
padding:0;
}
.content_post_comment {
float:left;
width:628px;
padding:10px;
}
.imguser {
float:left;
width:50px;
}
.textarea_field {
float:right;
width:566px;
border:1px solid #ddd;
}
.textarea_field textarea {
width:546px;
background:#fff;
height:80px;
padding:10px;
border:none;
overflow:hidden;
font-family:tahoma, arial, sans-serif;
color:#b7b7b7;
font-size:11px;
}
.submitfield {
float:left;
width:566px;
border-top:1px solid #ddd;
height:31px;
background:#f8f8f8;
}
.submitfield input {
float:left;
height:31px;
border:none;
background:none;
color:#a7a7a7;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
cursor:pointer;
width:83px;
}
.submitfield input.btn_imgupload {
border-right:1px solid #ddd;
}
.submitfield input.btn_postcomment {
border-left:1px solid #ddd;
float:right;
}
.heading-cmtusr-top {
margin-bottom:10px;
}
.user_comment {
float:left;
width:650px;
}
.user_comment_box {
width:628px;
border:1px solid #ddd;
padding:12px 10px;
float:left;
margin-bottom:11px;
clear:both;
min-height:76px;
height:auto!important;
height:76px;
}
.user_comment span.userimg {
display:block;
float:left;
width:36px;
border:2px solid #ddd;
}
.comment_posted_user , .panel_comment {
float:right;
width:577px;
}
.panel_comment .btn_replay {
display:block;
float:right;
line-height:21px;
background:#cbcbcb;
color:#fff;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding:0 12px;
text-decoration:none;
}
.panel_comment .btn_replay:hover {
background:#00555a;
}
.user_info_panel {
float:left;
width:420px;
padding-bottom:4px;
}
.user_info_panel h5 {
float:left;
width:420px;
padding-bottom:4px;
}
.comment_posted_user .user_info_panel p {
color:#afafaf;
float:left;
line-height:15px;
}

.user_info_panel .rating-stars {
padding:0;
float:left;
width:75px;
padding-left:10px;
}
.user_info_panel .rating-stars  em {
display:block;
float:left!important;
width:12px;
height:12px;
background:url(../../bundles/etikfrontend/css/images/t-star.gif) no-repeat left top;
margin-right:2px;
}
.user_info_panel .rating-stars em.low-rate {
background:url(../../bundles/etikfrontend/css/images/l-star.gif) no-repeat left top;
}
.comment_posted_user p{
line-height:18px;
color:#777;
text-align:justify;
}
.comment_replay_first, .comment_replay_second{
width:625px;
float:left;
padding-left:25px;
background:url(../../bundles/etikfrontend/css/images/bg-comment-first.gif) no-repeat left bottom;
}
.comment_replay_second {
padding-left:25px;
width:600px;
margin-left:25px;
float:left;
}
.comment_replay_second .user_comment_box {
width:567px;
border:1px solid #ddd;
padding:12px 10px;
padding-left:21px;
float:left;
margin-bottom:10px;
background:url(../../bundles/etikfrontend/css/images/bg-comment-firstlvl.gif) repeat-y left top;
}
.comment_replay_first .user_comment_box {
width:592px;
border:1px solid #ddd;
padding:12px 10px;
padding-left:21px;
float:left;
background:url(../../bundles/etikfrontend/css/images/bg-comment-firstlvl.gif) repeat-y left top;
}
.comment_replay_first .comment_posted_user , .comment_replay_first .panel_comment {
width:540px;
}
.comment_replay_second .comment_posted_user , .comment_replay_second .panel_comment {
width:515px;
}
.videoArticoloInfo{
 margin-bottom: 0px;
 margin-top: 10px;	
}
.articoloContainer{
 margin-bottom: 20px;
 border: 1px solid #E4E4E4;
 padding: 5px;
 width: 628px;
 background: #ffffff;
}
.categorie{
	display: block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 6px;
    padding-bottom: 4px;
}
.canaliLi{
	height: 40px;
	display: block;
}
.canaliLi:hover, .canaliLi.active {
	color:#00555a;
	background:#f1f1f1;
	border:1px solid #e7e7e7;
	text-decoration:none;
	cursor: pointer;
}
.searchParam{
	border: 1px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
    padding: 5px;
    
	background: rgb(252,252,252); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(../../bundles/etikfrontend/css/frontEndCss/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
.paramTitle label{
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}
li.paramInput{
	margin-bottom: 10px;
	margin-top: 4px;
}

li.paramInput select{
	width: 98%;
}
ul.paramList, div.paramInfo{
	float: left;
	width: 50%;
}
div.paramInfo{
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #AAAAAA;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 2px #DDDDDD;
    font-size: 14px;
    height: 64px;
    line-height: 17px;
    margin-left: 7px;
    margin-top: 66px;
    padding: 3px 7px 7px 4px;
    width: 46.5%;
    color: #666666;
}
div.paramInfoAnnunci{
	margin-top: 20px;
}
div.paramInfo img{
	float: left;
    margin-right: 3px;
    margin-top: 5px;
    width: 57px;
}
label.associazioniResult, label.annunciResult{
	color: #666666;
    float: left;
    font-family: verdana;
    font-weight: bold;
    margin-left: 4px;
    margin-top: 6px;
    padding: 3px 7px 7px 4px;
    font-size: 11px;
    width: 290px;
}
.videoArticoloInfoImg{
	float: left;
    margin-right: 8px;
    width: 24px;
}
.toggleImg{
	float: right;
    margin-right: 8px;
    width: 20px;
    cursor: pointer;
}
.associazione{
	float: none;
	width: auto;
}
.associazioniTitle{
	cursor: pointer;
}
table.associazioniList{
	width: 100%;
}
table.associazioniList tr{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.associazioniList tr td.fieldName{
	color: #444444;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 9px;
    width: 40%;
}
table.associazioniList tr td.fieldValue{
	width: 60%;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.associazioniList tr.odd{
	background: #f4f4f4;
}
table.associazioniList tr.even{
	
}
.associazioneContainer{
	margin-bottom: 0px;
	display: none;
}
.associazioneInfo{
	cursor: pointer;
}
h5.assoTitle{
	float: left;
	margin-top: 5px;
}
#associazioniList{
	border: 0px;
}
ul.destinatariList{
	list-style: disc;
	padding-left: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
}
ul.destinatariList li{
	margin-top: 5px;
}
input.beautyTextField:focus{
	border: 1px solid #5897FB;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
input.beautyTextField {
	width: 96.5%;
	-moz-box-shadow: inset 1px 1px 2px #bbbbbb;
	-webkit-box-shadow: inset 1px 1px 2px #bbbbbb;
	color: #666;
	margin: 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #bbbbbb;
	font-family: sans-serif;
	height: 22px;
	padding-left: 4px;
}
input.beautyTextField:-webkit-input-placeholder {
    color:    #888888;
}
input.beautyTextField:-moz-placeholder {
    color:    #888888;
}

span.videosPage{
	display: none;
}
#panel0{
	display: block;
}
.indirizzarioButton{
	cursor: pointer;
	margin-top: 16px !important;
}
.indirizzarioButton:hover{
	color: #6ABCFF;
	text-decoration: underline;
}
label.emailLabel{
	width: 497px;	
}
img.copiedImg{
	height: 22px;
	position: relative;
	top: -4px;
	float: right
}
.recentVideoTitle{
	margin-top: 20px;
}
.relatedBox{
	overflow: visible;
	overflow-y: hidden;
}
.liTamplate{
	visibility: hidden;
	height: 0px;
	padding-bottom: 0px;
}
.liSpylist{
	visibility: hidden;
	padding-bottom: 0px;
	display: none;
}
.liSpylistPlaing{
	border: 1px solid #CCC;
	background: #F4F4F4;
	width: 99% !important;
	position: relative;
}
.onAirImg{
	height: 46px;
	margin-top: 4px;
}
.onAirVideoTitle{
	float: left;
	height: 40px;
	margin-top: -3px;
}
.selectedItemArrow{
	position: absolute;
	height: 27px;
	top: 63px;
}
h3.videoTitle{
	margin-top: 6px;
	margin-left: 11px;
	float: left;
}
.commentVideoTitleIcon{
	float: right;
	height: 26px;
	margin-top: 5px;
}
.commentaVideoTitleText{
	float: right;
	margin-top: 9px;
	font-weight: bold;
	font-size: 12px;
	color: 
	#555;
	margin-left: 6px;
}
.commentaVideoTitleText:hover {
	cursor: pointer;
	color: #FA810C;
}
img.aritcleImg{
	float: left;
    position: relative;
    left: -14px;
    top: -4px;
    height: 29px;	
}
label.followLabel{
	font-size: 21px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #AAA;
}
span#annunciList{
	border: 0px;
}
div.bacheca-annunci{
	width: 635px;
	min-height: 400px;
	border: 7px solid brown;
	margin-top: 10px;
	border-radius: 7px;
	box-shadow: 2px 2px 2px #CCC;
	padding-bottom:10px;
	background: url(../../bundles/etikfrontend/css/images/bulletin-board-bg.jpg) repeat;
	margin-bottom: 10px;
}
div.annuncioBox{
	height: 200px;
	width: 300px;
	margin-left: 9px;
	display: block;
	float: left;
	background: red;
	border-radius:5px; 
	box-shadow: 2px 2px 4px #111111;
	border: 1px solid #666666;
	margin-bottom: 10px;
	position: relative;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	
}
div.annuncioBox:hover{
	cursor: pointer;
	background: rgb(233,246,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(233,246,253,1) 0%, rgba(211,238,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,246,253,1)), color-stop(100%,rgba(211,238,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 ); /* IE6-9 */

}
div.annuncioBox img.annuncioPin{
	position: relative;
	margin-top: -9px;
	margin-left: -3px;
	float: left;
}

div.annuncioBox div.annuncioHeading{
	float: left;
}

div.annuncioBox div.annuncioHeading span.annuncioTipo{
	font-weight: bold;
	font-size: 15px;
	margin-right: 3px;
	margin-top: -1px;
	text-transform: uppercase;
	display: block;
	float: left;
	position: relative;
	text-shadow: 1px 1px 1px #cccccc;
}
div.annuncioBox div.annuncioHeading span.annuncioTipo.offro{
	color: #399BFF;
}
div.annuncioBox div.annuncioHeading span.annuncioTipo.cerco{
	color: #FE4E09;
}
div.annuncioBox div.annuncioHeading span.annuncioTipo.info{
	color: #8AC47F;
}
div.annuncioBox div.annuncioHeading span.annuncioTitolo{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	display: block;
	margin-top: 5px;
	margin-left: 2px;
	text-transform: capitalize;
	width: 266px;
	height: 40px;
	text-overflow: ellipsis;
}
div.annuncioBox div.annuncioContent{
	display: block;
	clear: both;
	height: 120px;
	margin-top: 5px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 2px;
	text-align: justify;
	font-size: 13px;
}
div.annuncioBox img.detailIcon{
	position: absolute;
	bottom: 12px;
	height: 24px;
	display: none;
}

div.annuncioBox:hover img.detailIcon{
	display: block;
}

div.annuncioContent div.autoreAnnuncio{
	text-align: right;
	margin-top: 6px;
	color: #2BB2E3;
	font-style: italic;
}

div.annuncioFooter div.dataAnnuncio{
	text-align: right;
	font-style: italic;
	margin-top: 2px;
	font-size: 11px;
	text-decoration: underline;
}

.addAnnuncioButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:7px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
	margin-left: 93px;
    margin-top: 7px;
}.addAnnuncioButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}.addAnnuncioButton:active {
	position:relative;
	top:1px;
}

#pubAdSense{
	margin-bottom: 20px;
}