* {
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body{
	background:#a2a8ae;
	font-family: arial, helvetica, sans-serif;
	font-size: 83%;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

a:link, a:visited, a:active{
	color:#3366ff;
	text-decoration:none;
}

a:hover{
	color:#3366ff;
	text-decoration:underline;
}

.wrapper{
	width: 980px;
	background:url('../images/template/mainbg.jpg') repeat-y;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.blue_link{
	color:#3366ff;
}

hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

.main_container{
	padding: 10px;
}

.page{
	padding:15px;
}

.top_nav{
	font-size:11px;
	height:28px;
	padding:0px 40px 0px 0px;
	color:#000;
	word-spacing:20px;
	letter-spacing:1px;
}

.top_nav a:link, .top_nav a:visited, .top_nav a:active{
	color:#000;
	text-decoration:none;
}

.top_nav a:hover{
	text-decoration:underline;
}

.site_header{
	width:879px;
	height:123px;
}

.main_nav{
	height:30px;
}

.sub_nav{
	background:url('../images/template/sub_nav_bg.jpg');
	width:849px;
	height:30px;
	padding:6px 0px 0px 30px;
	color:#FFF;
	font-size:85%;
}

.sub_nav a:link, .sub_nav a:active, .sub_nav a:visited, .sub_nav a:hover{
	color:#FFF;
}

/*------------- Menu ------------------*/
#menu {
	float: left;
	width: 980px;
	height: 30px;
	border-bottom: 1px solid #333;
	background-color: #1F3C80;
	background-repeat: repeat-x;
}

#menu ul {
	float: left;
	width: 980px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 12px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#menu li a:hover, #templatemo_menu li .current{
	color: #003;
}

/* end of menu */


.vc_content{
	min-height:300px;
	height:auto;
	font-size:90%;
	float: left;
	width: 980px;
	padding: 0px;
	margin: 0px;
}

.page_header{
	height:55px;
	line-height:20px;
	font-size:11.5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.page_header a:link,.page_header a:visited,.page_header a:active{
	color:#000;
	text-decoration:none;
}

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

.site_footer{
	padding:15px 20px 15px 0px;
	margin: 0px auto;
	width: 885px;
	height:10px;
	text-align:right;
	background:url('../images/template/footer.jpg') no-repeat;
	color:#333;
	font-size:11px;
}

.site_footer a:link,.site_footer a:visited,.site_footer a:active,.site_footer a:hover{
	color:#333;
	text-decoration:underline;
}

/* LOGIN */
.reg_note{
	font-weight:bold;
	width:300px;
	margin-bottom:20px;
	text-align:justify;
}
.reg_field_container{
	margin-bottom:5px
}
.reg_label_container{
	padding-top:3px;
	width:150px;
	float:left;
	font-weight:bold;
}
.reg_input_container{
	
}

.reg_input{
	font-size:11px;
	padding:2px;
	border:solid 1px #999;
}
.reg_submit_container{
	width:301px;
	text-align:right;
}
.reg_submit_btn{
	border:solid 1px #999;
	padding: 1px 10px 1px 10px;
}
.reg_error{
	margin-bottom:20px;
	color:red;
	font-weight:bold;
	padding:5px;
}

/* ERRORS */

.errors{
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}

/* LAYOUTS */

.layout_center{
	border:solid 1px #CCC;
	padding:15px;
}

.left_column{
	float:left;
	width:160px;
}

.center_column{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	min-height:600px;
	height:auto !important;
	height:600px;
}

.right_column{
	float:right;
	width:160px;
}

.right_column_large{
	margin-left:350px;
	width:540px;
	min-height:600px;
	height:auto !important;
	height:600px;
}

.left_column_small{
	float:left;
	width:330px;
	padding-left:17px;
}

/* TUTORIALS */
.page_header_right input{
	border:solid 1px #999;
	background: #FFFFFF;
	font-size:11px;
	padding: 1px; 
	color:#000;
}

.tutorials_date{
	font-size:10px;
	font-weight:normal;
}

.tut_top{
	height:1070px;
}

.tut_bottom{

}

.tut_left_column{
	margin:0px;
	width:652px;
	min-height:700px;
	height:auto !important;
	height:600px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tut_right_column{
	float:right;
	width:313px;
	padding:0px 15px 0px 0px;
}

.tutorial_page_container{
	padding-left:15px;
}

.tutorial_page_right{
	float:right;
	width:313px;
	padding:0px 15px 0px 0px;
}

.tut_header{
	width:640px;
	height:28px;
	padding:6px 0px 0px 10px;
	background:#e9ecf0 url("../images/template/main_page_header_bg.jpg");
	font-size:18px;
	border:solid 1px #bfc9d4;
}

.tut_header a:link,.tut_header a:active,.tut_header a:visited,.tut_header a:hover{
	color:#666;
}

.new_tut_container{
	width:650px;
	height:137px;
	padding:15px 0px 0px 0px;
	border-bottom:solid 1px #cacaca;
	border-right:solid 1px #cacaca;
	border-left:solid 1px #cacaca;
}

.new_tut_image{
	float:left;
	margin:1px 10px 0px 0px;
	padding-left:11px;
}

.new_tut_type{
	color:#a6a6a6;
}

.new_tut_title{
	color:#000;
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
}

.new_tut_title a:link,.new_tut_title a:visited,.new_tut_title a:active,.new_tut_title a:hover{
	color:#000;
}

.new_tut_info a:link,.new_tut_info a:visited,.new_tut_info a:active{
	color:#6a6a6a;
	text-decoration:underline;
}

.new_tut_info a:hover{
	color:#6a6a6a;
	text-decoration:none;
}

.new_tut_description{
	font-size:97%;
}

.featured_tutorials_container{
	width:630px;
	height:294px;
	padding:8px 0px 0px 19px;
	border:solid 1px #cacaca;
	margin-top:2px;
}

.featured_tutorial_container{
	float:left;
	width:148px;
	height:138px;
	padding:8px 0px 0px 30px;
}

.featured_tutorial_title{
	font-size:11px;
	font-weight:bold;
	margin-top:7px;
	color:#333;
}

.featured_tutorial_title a:link,.featured_tutorial_title a:active,.featured_tutorial_title a:visited,.featured_tutorial_title a:hover{
	color:#333;
}

.all_tutorial_container{
	width:405px;
	height:87px;
	padding:20px 0px 0px 0px;
}

.all_tutorial_image{
	float:left;
	width:auto;
	height:auto;
}

.all_tutorial_info{
	margin-left:100px;
	font-size:95%;
}

.all_tutorial_title{
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin-top:-4px;
}

.all_tutorial_title a:link,.all_tutorial_title a:visited,.all_tutorial_title a:active,.all_tutorial_title a:hover{
	color:#333;
}

.all_tutorials_links{
	margin-left:9px;
}

.all_tutorials_links a:link,.all_tutorials_links a:active,.all_tutorials_links a:visited{
	text-decoration:underline;
	color:#6a6a6a;
}

.all_tutorials_links a:hover{
	text-decoration:none;
	color:#6a6a6a;
}

.all_tutorials{
	border-top:solid 1px #CCC;
	width:980px;
	margin-top:2px;
}

.tut_sidebar_header{
	width:303px;
	height:26px;
	padding:4px 0px 0px 10px;
	color:#FFF;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	background-image: url(../images/cabeca_plantao.jpg);
}

.tut_recents_header{
	background:url('../images/tutorials/recents/header.jpg');
	width:390px;
	height:26px;
	padding:4px 0px 0px 10px;
	color:#FFF;
	text-align:left;
	font-size:15px;
	font-weight:bold;
}

.tut_recents_header a:link,.tut_recents_header a:visited,.tut_recents_header a:active,.tut_recents_header a:hover{
	color:#FFF;
}

.tut_essential_content_item{
	background:url("../images/tutorials/sidebar/essential_content_item_bg.jpg");
	width:309px;
	height:86px;
	text-align:left;
	border-left:solid 2px #18283b;
	border-right:solid 2px #18283b;
}

.tut_essential_content_items{
	width:313px;
	padding:0px 0px 2px 0px;
	background:#18283b;
}

.tut_essential_content_title{
	color:#FFF;
	padding:15px 0px 2px 85px;
	font-size:13px;
	font-weight:bold;
}

.tut_essential_content_title a:link,.tut_essential_content_title a:active,.tut_essential_content_title a:visited,.tut_essential_content_title a:hover{
	color:#fff;
}

.tut_essential_content_description{
	padding-left:85px;
	color:#fff;
	font-size:95%;
}

.tutorial_list_row{
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
	width:928px;
	padding-left:50px;
}

/* BLOG */

.blog_author_link a:link,.blog_author_link a:active,.blog_author_link a:visited,.blog_author_link a:hover{
	color:#000;
}

.blog_left_column img{
	border:0px;
	padding: 0;
	max-width: 100%;
}

.blog_left_column a img{
	border:none;
}

.blog_left_column img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.blog_left_column img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.blog_left_column img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.blog_left_column{
	min-height:1100px;
	height:auto !important;
	height:1100px;
}

.blog_left_column ol,.blog_left_column ul{
	margin-left:20px;
}
	
.blog_alignright {
	float: right;
}

.blog_alignleft {
	float: left
}

.blog_right_column{
	float:right;
	width:315px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.blog_left_column{
	margin:0px;
	width:648px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.blog_post_title{
	width:639px;
	line-height:28px;
	font-size:26px;
	height: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.blog_post_date{
	margin:2px 0px 10px 0px;
}

.blog_post_title_left{
	float:left;
	width:400px;
	font-size:26px;
}

.blog_post_title_left a:link,.blog_post_title_left a:visited,.blog_post_title_left a:active,.blog_post_title_left a:hover{
	color:#0092d9;
}

.blog_post_title_right{
	padding:5px 10px 0px 0px;
	font-size:11px;
}

.blog_post_body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	padding:0px 10px 5px 0px;
	width:635px;
}

.blog_post_body p{
	margin: 10px 0px 10px 0;
}

.blog_comments_button{
	padding:5px 10px 5px 10px;
	border:solid 1px #aecdeb;
	background:#ebf3f6;
	width:100px;
}

.blog_comments_link{
	margin-bottom:5px;
	border-top:solid 1px #ccc;
	padding-top:2px;
	width:465px;
	font-size:14px;
	height: auto;
}

.blog_comments_link a:link,.blog_comments_link a:active,.blog_comments_link a:visited,.blog_comments_link a:hover{
	color:#333;
}

.blog_sidebar_extras{
	margin-top:15px;
}

.blog_post_body ul, .blog_post_body ul ol, .blog_sidebar_extras ul, .blog_sidebar_extras ul ol {
	margin: 0;
	padding: 0;
}

.blog_post_body ul li, .blog_sidebar_extras ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left:15px;
}

ol li, .blog_sidebar_extras ul ol li, .blog_post_body ul ol li {
	list-style: decimal outside;
}

.blog_post_body ul li:before, .blog_sidebar_extras ul li:before {
	content: "\00BB \0020";
}

.blog_comment_text p{
	margin: 10px 0px 10px 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
	
#commentform p {
	margin: 5px 0;
}

.postmetadata {
	text-align: center;
	color:#777;
	padding: 10px 0px 10px 0px;
	margin: 30px 0;
	clear: left;
	width:500px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.akcomment a{
	color:#DF0000;
}

.pocomment a{
	color:#249b00;
}

html>body .blog_post_body ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .blog_post_body li {
	margin: 7px 0 8px 10px;
	}

/* SIDEBAR */

.tutorial_sidebar{
	margin-bottom:5px;
}

.tutorial_sidebar a:link,.tutorial_sidebar a:visited,.tutorial_sidebar a:active,tutorial_sidebar a:hover{
	color:#000;
	background-repeat: no-repeat;
}

.tutorial_sidebar_header{
	width:295px;
	height:27px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:4px 0px 0px 18px;
	background:url("../images/blog/sidebar/sidebar_header_bg.jpg");
}

.tutorial_sidebar_item{
	width:293px;
	height:45px;
	background:url("../images/blog/sidebar/free_tutorials_item_bg.jpg");
	padding:6px 0px 0px 20px;
}

.tutorial_sidebar_item_title{
	padding:5px 0px 1px 3px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.tutorial_sidebar_footer{
	width:298px;
	height:25px;
	padding:7px 15px 0px 0px;
	background:url("../images/blog/sidebar/newest_tutorials_footer_bg.jpg");
}

.tutorial_recents_footer{
	width:385px;
	height:25px;
	padding:7px 15px 0px 0px;
	background:url("../images/tutorials/recents/footer.jpg");
}

.tutorial_recents_footer a:link,.tutorial_recents_footer a:visited,.tutorial_recents_footer a:active,.tutorial_recents_footer a:hover{
	color:#3366ff;
	font-weight:bold;
}

.tutorial_sidebar_footer a:link,.tutorial_sidebar_footer a:active,.tutorial_sidebar_footer a:visited,.tutorial_sidebar_footer a:hover{
	color:#000;
}

/* FLOATER */
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 286px;
	height: 1px;
	z-index: 1000;
}

/* CONTACT */
.contact_title{
	font-weight:bold;
	font-size:12px;
}

/* SUPPORT */
.support_sidebar_container{
	width:313px;
}

.support_sidebar_item{
	width:313px;
	height:51px;
	background-image: url(../images/fundo_plantao.jpg);
}

.tutorial_recents_item{
	width:400px;
	height:51px;
	background:url("../images/tutorials/recents/item.jpg");
}

.tutorial_recents_item a:link,.tutorial_recents_item a:visited,.tutorial_recents_item a:active,.tutorial_recents_item a:hover{
	color:#000;
}

.support_sidebar_item_title{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:15px 0px 0px 70px;
}

.support_sidebar_item_title a:link,.support_sidebar_item_title a:visited,.support_sidebar_item_title a:active,.support_sidebar_item_title a:hover{
	color:#000;
}

.support_header{
	width:505px;
	height:28px;
	padding:6px 0px 0px 10px;
	background:#dfe2e6;
	font-size:18px;
	border-bottom:solid 1px #bfc9d4;
	margin-bottom:2px;
}

.support_nav_container{
	border:solid 1px #c9c9c9;
	padding:15px 15px 20px 15px;
	width:220px;
	float:left;
	margin:10px 10px 0px 0px;
}

.support_nav_title{
	font-size:13px;
	font-weight:bold;
}

.support_nav_description{
	color:#444;
}

.support_container{
	padding-left:15px;
}

.support_left_container{
	min-height:500px;
	height:auto !important;
	height:500px;
}

.support_right_container{
	float:right;
	width:250px;
}

.support_sidenav_container{
	width:231px;
}

.support_sidenav_header_container{
	border:solid 1px #a0a7ae;
	padding:1px;
}

.support_sidenav_header_title{
	height:24px;
	font-weight:bold;
	font-size:12px;
	padding:7px 0px 0px 10px;
	color:#fff;
	background-image: url(../images/cabeca_plantao.jpg);
}

.support_sidenav_item{
	border-left:solid 1px #a0a7ae;
	border-bottom:solid 1px #a0a7ae;
	border-right:solid 1px #a0a7ae;
	height:22px;
	padding:7px 0px 0px 20px;
}

.support_sidenav_item a:link,.support_sidenav_item a:active,.support_sidenav_item a:visited{
	color:#000;
}

.support_sidenav_item_over{
	border-left:solid 1px #a0a7ae;
	border-bottom:solid 1px #a0a7ae;
	border-right:solid 1px #a0a7ae;
	height:22px;
	padding:7px 0px 0px 20px;
	background:#e4e8ed;
	cursor:pointer;
}

.support_sidenav_item_on{
	border-left:solid 1px #a0a7ae;
	border-bottom:solid 1px #a0a7ae;
	border-right:solid 1px #a0a7ae;
	height:22px;
	padding:7px 0px 0px 20px;
	cursor:pointer;
	font-weight:bold;
}

.support_sidenav_item_over a:link,.support_sidenav_item_over a:active,.support_sidenav_item_over a:visited{
	color:#000;
}

.support_sidenav_sub{
	border-left:solid 1px #a0a7ae;
	border-right:solid 1px #a0a7ae;
	border-bottom:solid 1px #a0a7ae;
	padding:5px 10px 5px 30px;
	background:#E9EDF3;
}

.support_sidenav_sub a:link,.support_sidenav_sub a:visited,.support_sidenav_sub a:active,.support_sidenav_sub a:hover{
	color:#000;
}

.support_section_container{
	width:577px;
	border:solid 1px #898989;
}

.support_section_header{
	background:url("../images/support/section_header.jpg");
	height:25px;
	padding:9px 0px 0px 15px;
	font-size:13px;
	font-weight:bold;
}

.support_category_header_container{
	padding:1px;
	border-top:solid 1px #898989;
}

.support_category_header{
	background:url("../images/support/category_header.jpg");
	height:19px;
	padding:2px 0px 0px 110px;
	color:#FFF;
	font-weight:bold;
}

.support_item_container{
	border-top:solid 1px #898989;
	background:#fff;
}

.support_item_container_alt{
	border-top:solid 1px #898989;
	background:#e9edf3;
}

.support_item_left{
	width:100px;
	text-align:center;
	padding-top:10px;
	font-size:10px;
}

.support_item_right{
	width:435px;
	padding:10px 0px 10px 20px;
	border-left:solid 1px #898989;
}

.support_item_question{
	color:#0083df;
	font-size:12px;
	font-weight:bold;
}

.support_item_answer{
	font-size:11px;
	text-align:justify;
}

/* TUTORIAL LANDING PAGE */
.tutorial_landing_top{
	height:435px;
}

.preset_landing_top{
	height:265px;
	padding-left:15px;
}

.tutorial_landing_info_container{
	height:240px;
	width:900px;
}

.tutorial_landing_top_left{
	float:left;
	width:400px;
	padding-left:15px;
}

.tutorial_landing_top_right{
	width:450px;
	margin-left:441px;
}

.preset_landing_top_left{
	float:left;
	width:400px;
}

.preset_landing_top_right{
	margin-left:426px;
}

.tutorial_landing_header{
	height:27px;
	padding:7px 0px 0px 10px;
	background:#dfe2e6 url("../images/template/main_page_header_bg.jpg");
	font-size:16px;
	border:solid 1px #bfc9d4;
}

.tutorial_landing_header_left{
	float:left;
	font-weight:bold;
}

.tutorial_landing_header_right{
	color:#707173;
	font-size:11px;
	padding:4px 10px 0px 0px;
}

.tutorial_landing_description{
	margin-top:2px;
	border:solid 1px #cbcbcb;
	padding:15px;
	height:73px;
}

.tutorial_landing_long_description{
	border-left:solid 1px #cbcbcb;
	border-right:solid 1px #cbcbcb;
	border-bottom:solid 1px #cbcbcb;
	padding:10px;
	height:75px;
	font-size:95%;
}

.tutorial_landing_image{
	width:423px;
	height:238px;
}

.tutorial_landing_watch_more{
	border:solid 1px #cbcbcb;
	width:847px;
	margin:20px 0px 0px 15px;
	padding:5px 0px 5px 0px;
	height:145px;
}

.tutorial_landing_bottom{
	margin-top:10px;
}

.tutorial_landing_bottom_left{
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left:15px;
}

.tutorial_landing_bottom_right{
	float:right;
	padding-right:15px;
}

/* COMMENTS */
.comment_reply{
	margin-left:10px;
}

.comment_reply_header{
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

.comment_reply_title{
	color:#666;
}

.comment_header{
	height:15px;
	color:#555;
	font-size:11px;
	background:#EAF0F5;
	padding:5px;
	border-top:solid 1px #CCC;
}

.comment_header_moderate{
	height:15px;
	color:#555;
	font-size:11px;
	background:#EFEAD1;
	padding:5px;
	border-top:solid 1px #CCC;
}

/* PURCHASE */
.purchase_header{
	width:505px;
	height:28px;
	padding:6px 0px 0px 10px;
	background:#dfe2e6;
	font-size:18px;
	border-bottom:solid 1px #bfc9d4;
	margin-bottom:2px;
}

.purchase_product_container{
	width:487px;
	height:176px;
	background:url("../images/purchase/new/purchasgebG_08.jpg");
	border-bottom:solid 1px #b9b9b9;
}

.purchase_product_title{
	font-size:18px;
	color:#333;
	border-bottom:solid 1px #999;
	padding-top:26px;
	width:350px;
	margin-left:120px;
}

.purchase_product_description{
	padding-top:2px;
	color:#696969;
}

.purchase_product_source{
	padding-top:2px;
	color:#5CA935;
}

.purchase_product_price{
	padding-bottom:4px;
	color:#333;
}

/* FORUM */
.forum_page {
	width: 845px;
	padding: 10px 15px 15px 15px;
	background: #ffffff;
	font-size: 10px;	
}

/* PRODUCTS */
.products_right_column b{
	color:#333;
}

.products_right_column a:link,.products_right_column a:visited,.products_right_column a:active,.products_right_column a:hover{
	color:#3366ff;
}

/* EVOLUTION BEGIN */
.evolution_product_wrapper{
	border:solid 1px #c2c2c2;
	width:835px;
	margin: 0px 21px 18px 20px;
	background: #ffffff;
	margin-top:15px;
	font-size: 12px;
}
.evolution_image_header{
	background:#dddddd;
	height:80px;
}
.evolution_right_column{
	padding:10px 10px 10px 0px;
	width:200px; 
	float:right; 
	margin-top:5px;
}
.evolution_left_column{
	padding:10px 40px 10px 40px; 
	margin-top:5px; 
	border-right:solid 1px #dddddd; 
	width:520px;
}
.evolution_single{
	padding:20px;
}

/* REAL CLOUDS */
.product_wrapper{
	border:solid 1px #c2c2c2;
	background:#FFFFFF;
	width:835px;
	margin:15px 0px 18px 21px;
	font-size:12px;
}

.product {
	border-right: solid 1px #c2c2c2;
	width: 520px;
	padding: 10px 40px 10px 40px;
	background: #ffffff;
	font-size: 12px;
}

.product1 {
	float:right;
	width: 200px;
	padding: 10px;
	background: #ffffff;
	font-size: 12px;
}

/* AUTOCOMPLETER */
.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				url(loaders/spinner.gif) no-repeat center;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #666666;
	background-color:		#DDDDDD;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	width:					350px;
}

ul.autocompleter-choices li
{
	position:				relative;
	padding:				0.1em 1.5em 0.1em 1em;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
	width:					322px;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#999999;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

.autocompleter_header{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.main_search_viewall a:link,.main_search_viewall a:visited,.main_search_viewall a:active{
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
.main_search_viewall a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/* SEARCH */
.search_results_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 10px 0px;
}
.search_right_side{
	width:150px;
	float:right;
}
.search_choose_category{
	background:#eceef0;
	padding:5px;
	font-size:10px;
}
.search_recent_searches{
	border:solid 1px #CCCCCC;
	padding:5px; 
	font-size:10px; 
	line-height:15px;
}
.search_results_content{
	width:500px;
}
.search_header_box{
	background:#FFFFFF;
	padding:3px 5px 3px 0px;
	height:17px;
}
.search_category_buttons{
	margin:0px 0px 10px 0px; 
	border:solid 1px #CCCCCC; 
	height:30px;
}
.search_category_header{
	width:505px;
	background:#8ea9b3;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
}
.search_item{
	padding:10px 10px 10px 10px; 
	border-bottom:solid 1px #DDDDDD;
	height:40px;
	width:495px;
}

/* COMPANY */
.company_container{
	width:845px;
	margin-left:15px;
}

.company_header{
	background:url('../images/company/header_bg.jpg');
	height:28px;
	padding:11px 0px 0px 15px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-bottom:1px;
}

.company_content_box{
	background:#1f2123;
	padding:20px;
	color:#fff;
}

.company_team_name{
	font-weight:bold;
	text-align:left;
	width:120px;
	padding-left:20px;
}

.company_team_title{
	color:#85d5ff;
	font-size:11px;
	text-align:left;
	width:120px;
	padding-left:20px;
}

.company_team_description{
	text-align:left;
	width:120px;
	font-size:10px;
	padding-left:20px;
}
separa_imagens {
	margin: 2px;
}


.relacionados {
	float: left;
	height: auto;
	width: 625px;
	border: 1px solid #06C;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
}
.texto_relacionados {
	float: left;
	height: 20px;
	width: 400px;
}
.audio {
	float: left;
	height: auto;
	width: 400px;
}
.img_ouca {
	float: left;
	height: auto;
	width: 38px;
}
.clique_ouca {
	padding: 2px;
	float: left;
	height: 30px;
	width: 340px;
}
.galeria_foto {
	float: left;
	height: auto;
	width: 400px;
}
.icone_foto {
	float: left;
	height: auto;
	width: 38px;
}
.text_foto {
	padding: 2px;
	float: left;
	height: 30px;
	width: 340px;

.shopping {
	float: left;
	height: auto;
	width: 500px;
}

.texto_shopping {
	height: auto;
	width: 100%;
	border: 1px solid #000066;
}

.leia_mais_todas {
	float: left;
	height: 30px;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.icone_noticia {
	float: left;
	height: auto;
	width: 35px;
}
.leia_mais {
	float: left;
	height: 18px;
	width: 140px;
	padding: 5px;


.para_marcar_shopping {
	background-color: #000066;
	float: left;
	height: auto;
	width: 300px;
}

/* ----- Footer ----- */
#footer {
	clear: both;
	float: left;
	width: 960px;
	color: #06C;
	text-align: center;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.footer_leftcol {
	float: left;
	width: 400px;
	padding: 0 0 0 300px;
	margin-right: 25px;
}

.footer_rightcol {
	float: right;
	text-align: right;
	width: 435px;
	text-align: right;
}

.footer_subcol {
	float: left;
	width: 250px;
	margin-left: 60px;
}

#footer p{
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

#footer a{
	color: #003366;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#publicidade_pedepagina {
	float: left;
	height: 100px;
	width: 600px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
/* ----- End of Footer ----- */
titulo_noticias {
	font-size: 36px;
	color: #060064;
}
.conteudo_noticia_total {
	margin: 0px;
	float: left;
	height: auto;
	width: 980px;
}

.toca_player {
	clear: none;
	float: left;
	height: 10px;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#titulo_hoje_magazine {
	float: none;
	height: auto;
	width: 940px;
}
.quem_somos_contem {
	float: left;
	height: auto;
	width: 980px;
}
.wrapper .new_tut_description img {
	float: left;
}
