
.banner { position: relative; }

.header { padding: 15px 0; }

.ordenar {
	float: right;
	text-align: right;
}

/* TOOLBAR
----------------------------------------------------------------------------------------------------*/

#toolbar {
	background-color:#0b0b0b;
	border-bottom:1px solid #3C3C3C;
	height:50px;
	color:#ccc;
}
.toolbarcont {
	height: 41px;
	line-height: 32px;
	margin: 0 auto;
	padding: 9px;
	width: 940px;
}
.toolbar-left  { float: left; width: 550px; }
.toolbar-right { float: right; }

.toolbarcont a { 
	color:#CCC; 
	text-decoration:none;
}
.toolbarcont a:hover { opacity: 0.5;}

.logintitle, 
.forgotpass, 
.share,
.admintitle  {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
.toolbarcont .forgotpass { margin: 0 16px; }

.toolbarcont .share { 
	display: block; 
	float: left;
	width: 70px; 
}

.logintitle {
	display: block;
	float: left;
	width: 60px;
}

.toolbarcont .fieldcmuser { 
	background-position: 10px 9px, 0 0; 
	/* GRADIENT */
	background-image: url('images/toolbar/toolbarcmlogin.png'), linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmlogin.png'), -o-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmlogin.png'), -moz-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmlogin.png'), -webkit-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmlogin.png'), -ms-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmlogin.png'), -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #404141),
		color-stop(1, #1F1F1F)
	);
}
.toolbarcont .fieldcmpass { 
	background-position: 13px 10px, 0 0;
	/* GRADIENT */
	background-image: url('images/toolbar/toolbarcmpass.png'), linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmpass.png'), -o-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmpass.png'), -moz-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmpass.png'), -webkit-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmpass.png'), -ms-linear-gradient(bottom, #404141 0%, #1F1F1F 100%);
	background-image: url('images/toolbar/toolbarcmpass.png'), -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #404141),
		color-stop(1, #1F1F1F)
	); 
}
.toolbarcont .fieldcmuser,
.toolbarcont .fieldcmpass {
	background-color: #313132;
	background-repeat: no-repeat;
	border: 1px solid #545454; 
	border-radius: 2px;
	color: #fff;
	float: left;
	height: 26px;
	margin-right: 6px; 
	padding-left: 34px;
	text-shadow: #000 1px 1px;
	width: 124px;
}


.toolbar-left form { float: left; }

.toolbarcont .loginbutton {
	background: url('images/toolbar/toolbarloginbutton.png') no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 30px;
	width: 30px;
}
.toolbarcont .registerbutton {
	background: url('images/toolbar/toolbaregister.png') no-repeat;
	border: 0;
	color: #000;
	cursor: pointer;
	float: left;
	font-family: 'Jockey One', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 33px;
	margin: 1px 0 0 25px;
	padding-left: 15px;
	position: relative;
	text-align: left;
	top: -2px;
	text-shadow: #fff 0px 1px;
	text-transform: uppercase;
	width: 83px;
}
.admintitle {
	display: block;
	float: left;
	height: 40px;
	margin-right: 30px;
	overflow: hidden;
}
.adminpanel,
.logout {
	display: block;
	float: left;
	font-family: 'Jockey One', Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	text-shadow: #000 1px 1px;
}
.adminpanel {
	background: url('images/toolbar/toolbarprofile.png') no-repeat;
	margin-right: 16px;
	padding-left: 22px;
	width: 69px;
}
.logout {
	background: url('images/toolbar/toolbarlogout.png') no-repeat;
	padding-right: 30px;
	width: 60px;
}


/* LANGUAGE SWITCHER
----------------------------------------------------------------------------------------------------*/

#language-switcher {
    float: left;
    margin-right: 14px;    
}
#language-switcher li {
    float: left;
    margin: 0 4px;	    
}

/* SOCIAL
----------------------------------------------------------------------------------------------------*/

.toolbarcont .socialbar {
	display:inline-block;
	float:left;
}
.toolbarcont .social {
	width:33px;
	height:33px;
	margin-right:5px;
	float: left;
}
#facebook 	{ background: url('images/toolbar/facebook.png') no-repeat; }
#twitter 	{ background: url('images/toolbar/twitter.png') no-repeat; }
#linkedin 	{ background: url('images/toolbar/linkedin.png') no-repeat; }
#orkut 		{ background: url('images/toolbar/orkut.png') no-repeat; }
#googleplus { background: url('images/toolbar/googleplus.png') no-repeat; }



/* MENU DEFAULT 
----------------------------------------------------------------------------------------------------*/

#menu_default ul {
    padding:0px;
    padding-left:1px;
    margin:0px;
    margin-bottom:15px;
    float: left;
    width: 100%;
    list-style:none;
    height:40px;
}
#menu_default ul li img.icon {
	position:relative;
	top:3px;
	left:-6px;
}
#menu_default ul li { 
	display: block;
	position: relative;
	float:left;
}
#menu_default ul li a {
    width:140px;
    height:32px;
    background:url("images/cmtvgeral/button_dark.png") no-repeat;
    color: #fff;
    font-size:14px;
    padding-top:8px;
    text-decoration:none;
    display:block;
    white-space: nowrap;
    text-align:center;
}
#menu_default ul li a:hover {
    color: #fff;
    background:url("images/cmtvgeral/button.png") no-repeat;
}

#menu_default ul li a:active 		{ background:url("images/cmtvgeral/selected_button.png") no-repeat; }
#menu_default ul li a.selected 		{ background:url("images/cmtvgeral/selected_button.png") no-repeat; }
#menu_default ul li a.lastselected 	{ background:url("images/cmtvgeral/selected_button_last.png") no-repeat; }
#menu_default ul li a.omega 		{ background:url("images/cmtvgeral/button_last.png") no-repeat; }
#menu_default ul li a.omega:hover 	{ background:url("images/cmtvgeral/button_last_hover.png") no-repeat; }
#menu_default ul li a.omega:active 	{ background:url("images/cmtvgeral/selected_button_last.png") no-repeat; }

#menu_default ul li a#horizonlast 		{ background:url("images/cmtvgeral/button_dark_horizon.png") no-repeat; }
#menu_default ul li a#horizonlast:hover { background:url("images/cmtvgeral/button_last_horizon.png") no-repeat; }

#menu_default ul li a.home {
	background:url("images/cmtvgeral/home_dark.png") no-repeat;
	height:32px;
    width: 50px;     
}
#menu_default ul li a.home:hover 	{ background:url("images/cmtvgeral/homebutton.png") no-repeat; }
#menu_default ul li a.home:active 	{ background:url("images/cmtvgeral/homebuttonsel.png") no-repeat;}
#menu_default ul li a.homeselected 	{ background:url("images/cmtvgeral/homebuttonsel.png") no-repeat; }

#menu_default ul li a.homecmtv {
	background:url("images/cmtvgeral/homecmtv_dark.png") no-repeat;
	height:32px;
    width: 50px;     
}
#menu_default ul li a.homecmtv:hover 	{ background:url("images/cmtvgeral/homecmtvbutton.png") no-repeat; }
#menu_default ul li a.homecmtv:active 	{ background:url("images/cmtvgeral/homecmtvbuttonsel.png") no-repeat;}
#menu_default ul li a.cmtvselected 	{ background:url("images/cmtvgeral/homecmtvbuttonsel.png") no-repeat; }

/* DROPDOWN NAVIGATION */

#menu_default li ul {
	display:none;
	z-index:10000;
}
#menu_default li:hover ul{
	display:block;
	left: -2px;
	position:absolute;
}
#menu_default .dropdown a { background:url("images/cmtvgeral/button_dark.png") no-repeat; }

#menu_default .dropdown a:hover,
#menu_default .dropsdown a:active ,
#menu_default .dropdown a.selected {
	background:url("images/cmtvgeral/button.png") no-repeat;
}
	

/* PAGINATOR 
----------------------------------------------------------------------------------------------------*/

#paging_js {
	float: left;
}
.page_navigation, .paging {
	float: left;
/*	margin-top: 20px; */
	margin-bottom:5px; 
	text-align: center;
	width: 100%;
	clear:both;
}
.page_link { line-height: 26px; }

.paging span, 
.page_navigation a, 
.page_navigation span {
    border: 1px solid #bebebe;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #CCC;
	color: #333;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0 3px;
	width: 25px;
	
	/* GRADIENT */
	background-image: linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(221,221,221)),
		color-stop(1, rgb(255,255,255))
	);
}
.paging span:hover, 
.page_navigation a:hover, 
.page_navigation span:hover {
	border: 1px solid #007A9A;
	background-color: #00c0f3;
	background-image: none !important;
	color: white;
}
.paging span a { 
	color: #333; 
	display: block; 
	text-decoration: none; 
}
.active_page, .current {
	background-color: #666;
	background-image: none !important;
	box-shadow: inset 0 0 3px #444 !important;
	border: 1px solid #555 !important;
	color: white !important;
	text-shadow: 1px 1px 0 #333;
} 
.active_page:hover, .current:hover { 
    border: 1px solid #007A9A !important;
    box-shadow: inset 0 0 3px #007A9A !important; 
}

.prev_disabled, 
.next_disabled, 
.no_more { 
	display: none !important; 
}
.productotal { 
	color: #999;
	float: left; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.productotal em 	{ font-style: normal; text-transform: uppercase; }
.productotal strong { color: #444; }

.prev_disabled, 
.next_disabled,
.previous_link,
.next_link,
.prev,
.next {
	font-family: 'Jockey One', Arial, sans-serif;
}

/* RESULTS COUNT */

.results_count {
	color: #CCC;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 15px;
	margin-bottom: 12px;
	width: 100%;
}
.results_count p {
	display: block;
	float: left;
	margin-bottom: 0;
	width: 33%;
}
.results_count p em {
	color: #00B5CD;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}
.results_count p strong {
	color: #707070;
}
.results_total {
	text-align: left;
}
.results_current {
	text-align: center;
}
.results_pages {
	text-align: right;
}


/* STATISTICS
----------------------------------------------------------------------------------------------------*/

.statistics {
	background-color: white;
	float: left;
	margin-top: 20px;
	padding: 20px;
	width: 900px;
}
.statistics h6 {
    color: #00B5CD;
	font-size: 14px;
}
.statistics ul {
	float: left;
	margin: 0 10px;
	width: 280px;
}
.statistics li {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	float: left;
	padding: 2px 0;
	width: 100%;
}
.statistics li:first-child {
	padding-top: 0;
}
.statistics li a {
	color: black;
	float: left;
	width: 206px;
}
.statistics li a:hover {
    color: #00C0F3;
}
.statistics .preco{
	float: right;
	color: #70777d;
}


/* FOOTER 
----------------------------------------------------------------------------------------------------*/

#footer {
	width:100%;
	background-color:#2E3235;
	font-family:'Jockey One', Arial, sans-serif;
	color:#fff;
	font-size:14px;
	line-height: 28px;
	margin-top: 40px;
	padding-top: 24px;
	padding-bottom: 40px;
	text-transform:uppercase;
}
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color: #999; }

#footer h3, .footertitle {
	color: #00d3fb;
	font-size: 17px;
	font-weight: normal;
}

.mapnsocial { float: left; }
.mapnsocial ul { list-style-image: url('images/bullet.png'); }

.footer-list {
	float: left;
	margin-right: 20px;
	width: 120px;
}
.footer-list li {
	border-bottom:1px solid #4D5153;
	list-style-position: inside;
}
#footer .social {
	clear: both;
	float: left;
	margin: 20px 20px 0 0;
}
#footer .social a { margin-right: 4px; }
#footer .social a:hover { opacity: 0.5; }

#footer .credits { 
	float: left;
	font-size: 13px;
	line-height: 16px;
	margin-top: 18px;
}
#footer .credits strong { 
	color: #00d3fb;
	font-weight: normal;
}

.footer-countries { 
	border-left: 1px solid #4D5153;
	float: right;
	font-size: 12px;
	line-height: 16px;
}
.countries {
	float: left;
	margin-left: 20px;
}
.countries li {
	clear: both;
	float: left;
}


/* DARKFORM 
----------------------------------------------------------------------------------------------------*/

.darkform label, .darkform .label {
	color: #13caff;
    float: left;
	font-weight: bold;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.darkform input[type=text] {
    background: #151819;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 1px 1px #3a3f41;
	color: #9e9d9d;
    float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 8px 10px;
}
.darkform input[type="checkbox"] {
	clear: both;
	float: left;
	margin: 4px 7px 0 0;
}
.darkform select {
	background-color: #141819;
	color: #9d9d9d;
	border-top: 1px solid #121315;
	border-left: 1px solid #121315;
	border-right: 1px solid #393d40;
	border-bottom: 1px solid #393d40;
	border-radius: 4px;
	padding: 4px;
}
.darkform select#interesses {
    width:200px;
}

.bt_wrapper {
	background-color: #17191a;
	border-top: 	1px solid #121314;
	border-right: 	1px solid #1d1d1d;
	border-bottom: 	1px solid #34383a;
	border-left: 	1px solid #1d1d1d;
	border-radius: 	3px;
	display: block;
	float: left;
	padding: 2px;
}
.darkform .BT,
.darkform input[type="submit"],
.radio_buttons label {
	border-top: 	1px solid #565656;
	border-right: 	1px solid #1d1d1d;
	border-bottom: 	2px solid #1c1c1c;
	border-left: 	1px solid #1d1d1d;
	border-radius:	3px;
	
	color: #acabab;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 8px;
	padding: 8px 12px 7px 12px;
	text-shadow: 1px 1px 1px #1c1c1c;
	text-transform: uppercase; 
	
	/* GRADIENT */
	background-color: #3b3b3b; /* FALLBACK */
	background-image: linear-gradient(bottom, #2F2F2F 0%, #474847 100%);
	background-image: -o-linear-gradient(bottom, #2F2F2F 0%, #474847 100%);
	background-image: -moz-linear-gradient(bottom, #2F2F2F 0%, #474847 100%);
	background-image: -webkit-linear-gradient(bottom, #2F2F2F 0%, #474847 100%);
	background-image: -ms-linear-gradient(bottom, #2F2F2F 0%, #474847 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #2F2F2F),
		color-stop(1, #474847)
	);
}
.darkform .BT:hover,
.darkform input[type="submit"]:hover,
.radio_buttons label:hover {
	color: white;
	
	/* GRADIENT */
	background-image: linear-gradient(bottom, #373737 0%, #555555 100%);
	background-image: -o-linear-gradient(bottom, #373737 0%, #555555 100%);
	background-image: -moz-linear-gradient(bottom, #373737 0%, #555555 100%);
	background-image: -webkit-linear-gradient(bottom, #373737 0%, #555555 100%);
	background-image: -ms-linear-gradient(bottom, #373737 0%, #555555 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #373737),
		color-stop(1, #555555)
	);
}
.darkform .back,
.darkform .send { 
	float: left;
	font-size: 24px;
	font-family: 'Jockey One', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
}

/* BUTTONS
----------------------------------------------------------------------------------------------------*/

.backbutton {
	background: url('images/geral/buttonpages.png') 100% repeat-x;
	background-position: center center;
	border-radius: 3px;
	border-top: 1px solid #8CF0F9;
	border-left: 1px solid #8CF0F9;
	border-bottom: 1px solid #1396B9;
	border-right: 1px solid #1396B9;
	color: #292929;
	cursor: pointer;
	font-family: 'Jockey One', Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding: 2px 10px;
	text-shadow: 1px 1px 0 #7BEEFD;
	text-transform: uppercase;
}


/* LISTA DE NOTICIAS
----------------------------------------------------------------------------------------------------*/

.noticias {
    border-top: 1px solid #E5E5E5;
	float: left;
	padding-top: 15px;
	width: 100%;	
}
.noticias li {
	border-bottom: 1px solid #E5E5E5;
    float: left;
    margin-bottom: 15px;
	padding-bottom: 15px;
    width: 440px;
}

.listpage .noticias li, .videopage .noticias li, .reportpage .noticias li { width: 440px; }
.homepage .noticias li { 
	margin-bottom: 14px;
	padding-bottom: 13px;
	width: 400px;
}

.noticias li a {
	color: #70777d;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.noticias li .empresa {
	color: #00c0f3;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	margin-bottom: 6px;
	overflow: hidden;
	text-transform: uppercase;
}
.sideinfo {
	color: #70777d;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 82px;
	letter-spacing: -1px;
	line-height: 14px;
	position: relative;
	width: 40px;
}
.sideinfo strong {
	color: #00c0f3;
	font-size: 24px;
	line-height: 22px;
}
.sideinfo em {
	color: #BBB;
	font-style: normal;
}
.sideinfo img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sparecatscount {
	float:right;
	margin-right:10px;
}

.error-message {
	background-color: #F80;
	color: white;
	padding: 2px 10px;
	float: left;
	width: 232px;
	border-radius: 0 0 6px 6px;
	font-weight: bold;
	text-transform: uppercase;
}
