/* Page */

body {
	margin: 0;
}

body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

a:link {
	color:#003056;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	text-decoration: none;
	color:#003056;
}

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

a:active {
	text-decoration: none;
}






/* containers ----------------------------------------------- */

#container_page {
	max-width:700px;
	margin:0 auto;
	overflow:hidden;
}

#beam_top {
	background-image:url(../gfx/bg_main_top.png);
	background-repeat:repeat-x;
	width:100%;
	height:59px;
	position:absolute;
	z-index:1000;
}

#beam_top_margin {
	max-width:700px;
	margin:0 auto;
	overflow:hidden;
}

#container_footer {
	background-image:url(../gfx/bg_footer.png);
	background-repeat:no-repeat;
	background-position:top center;
}





/* header ----------------------------------------------- */

#top {
	height:50px;
	overflow:hidden;
}
	
@media screen and (min-width: 500px) {

	#header {
		overflow:hidden;
		padding-bottom:15px;
	}

	#header #logo {
		float:left;
		width:30%;
		min-width:170px;
		margin-top:30px;
		margin-left:19px;
	}

	#header #logo img {
		border:none;
		width:100%;
	}

	#header #banner {
		float:right;
		width:50%;
		margin-top:70px;
		margin-right:10px;
	}
	
	#header #banner img {
		width:100%;
	}

}

@media screen and (max-width: 500px) {

	#header {
		overflow:hidden;
		padding-bottom:15px;
	}

	#header #logo {
		width:220px;
		margin:0 auto;
		margin-top:30px;
	}

	#header #logo img {
		border:none;
		width:100%;
	}

	#header #banner {
		display: none;
	}

}






/* content ----------------------------------------------- */

#content  {
	background-color:#fff;
	margin-top:10px;
	min-height:300px;
	padding:10px;
}

#content_left {
	float:left;
	width:700px;
	position:relative;
	overflow:hidden;
}

#content_right {
	float:right;
	width:260px;
	position:relative;
}

#content p {
	margin-top:0px;
}

#content_column_left {
	float:left;
	width:180px;
	margin-right:20px;
}

#content_column_right {
	float:right;
	width:500px;
}


#content_wrapper h1, #content_wrapper h2, #content_wrapper h3, #content_wrapper h4, #content_wrapper h5 {
	margin-top:0px;
}

#content_wrapper h1 {
	font-size:17px;
	color:#035395;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

#content_wrapper .header h5 {
	margin-top:0px;
	font-size: 100%;
	color:#035395;
}

#content_wrapper p {
	line-height:17px;
	text-align:justify;
}

#content_wrapper img {
	border:none;
}



#content_wrapper table{
	border:none;
}

#content_wrapper table {
	background-color:#CCC;
	border-spacing:1px;
}

#content_wrapper table td{
	background-color:#fff;
	padding:3px;
}



#content_wrapper2 h1, #content_wrapper2 h2, #content_wrapper2 h3, #content_wrapper2 h4, #content_wrapper2 h5 {
	margin-top:0px;
}

#content_wrapper2 h1 {
	font-size:22px;
	color:#035395;
	font-weight:bold;
}

#content_wrapper2 .header h5 {
	margin-top:0px;
	font-size: 100%;
	color:#035395;
}

#content_wrapper2 p {
	line-height:17px;
	text-align:justify;
}

#content_wrapper2 img {
	border:none;
}









/* SLIDER ----------------------------------------------- */

#slider_container, #slider, #slider > div {
	width:700px;
	height:260px;
}

#slider_container {
	margin-bottom:20px;
	position: relative;
}

#slider {
	overflow:hidden;
}

#slider > div {
	position: relative;
}

.slider_image {
	width:700px;
	height:260px;
	overflow:hidden;
}

.slider_box {
	width:230px;
	height:260px;
	float:right;
	margin-top:-260px;
	background-color: black;
	background-color: rgba(1, 1, 1, 0.5);
	position:relative;
}

.slider_date{
	color:#bbdef3;
	margin-top:10px;
	margin-left:10px;
	font-size: 100%;
}

.slider_title{
	max-height:65px;
	overflow:hidden;
	background-color: #0a4f88;
	color: #fff;
	margin-top:5px;
	margin-left:-10px;
	padding:10px 10px 10px 20px;
	font-size:16px;
	font-weight:bold;
}

.slider_title a{
	color: #fff;
	font-size:16px;
	font-weight:bold;
}

.slider_text{
	color:#bbdef3;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	overflow:hidden;
}

.slider_text p{
	margin:0px;
}

.slider_text a{
	color: #bbdef3;
}

#paginator {
	color:#bbdef3;
	margin-top:10px;
	margin-left:10px;
	font-size: 100%;
	position: absolute; left: 480px; bottom: 10px;
	z-index: 1;
}

#paginator a {
	float:left;
	margin-top:15px;
	margin-right:5px;
	background-color:#000000;
	border:2px solid #000000;
	width:7px;
	height:7px;
	overflow: hidden;
	text-indent: 300px;
}

#paginator a.selected {
	background-color:#abd8f3;
}






/* FOOTER ----------------------------------------------- */

#footer {
	max-width:700px;
	margin:0 auto;
	margin-top:10px;
}

#up {
	width:140px;
	margin:0 auto;
	top:-5px;
	position:relative;
}

#up img {
	border:none;
}

#footer_middle {
	border-bottom:1px dotted #b7c4cf;
	padding-bottom:7px;
	margin-bottom:10px;
	margin-top:10px;
}

#footer_middle  .left{
	width:100%;
	text-align:center;
}

#footer_middle  .right{
	width:200px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:5px;
}

#footer_middle  .right img{
	border:none;
}

#footer_bottom {
	font-size: 100%;
	padding-top:0px;
	padding-bottom:0px;
	font-size:10px;
}

#footer_bottom  .left{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

#footer_bottom  .right{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}





/* COMMERCIALS ----------------------------------------------- */

#commercial_1 {
	background-color:#FFF;
	width:700px;
	min-height:0px;
	overflow:hidden;
}

#commercial_1 p {
	margin:0px;
	padding:0px;
}

#commercial_1 img {
	border:none;
}

#commercial_2 {
	background-color:#FFF;
	overflow:hidden;
	margin-top:-20px;
	text-align:center;
}

#commercial_2 p {
	margin:0px;
	padding:0px;
}

#commercial_2 img {
	border:none;
	width:100%;
	max-width:340px;
}

#commercial_3 {
	background-color:#FFF;
	overflow:hidden;
	width:700px;
	margin-top:20px;
}

#commercial_3 p {
	margin:0px;
	padding:0px;
}

#commercial_3 img {
	border:none;
}

#commercial_4 {
	background-color:#FFF;
	overflow:hidden;
	margin-top:20px;
	width:260px;
}

#commercial_4 p {
	margin:0px;
	padding:0px;
}

#commercial_4 img {
	border:none;
}


#commercial_5 {
	background-color:#FFF;
	overflow:hidden;
	margin-top:20px;
	width:180px;
}

#commercial_5 p {
	margin:0px;
	padding:0px;
}

#commercial_4 img {
	border:none;
}


.commercial_2 {
	overflow:hidden;
	width:340px;
	max-height:75px;
}

.commercial_2 p {
	margin:0px;
	padding:0px;
}

.commercial_2 img {
	border:none;
}


.commercial_6 {
	overflow:hidden;
	width:340px;
	min-height:75px;
}

.commercial_6 p {
	margin:0px;
	padding:0px;
}

.commercial_6 img {
	border:none;
}


.item_commercial {
	border-bottom:1px dotted #b7c4cf;
	padding-bottom:7px;
	margin-bottom:10px;
	width:100%;
	min-height:0px;
}

.item_commercial2 {
	border-top:1px dotted #b7c4cf;
	padding-top:7px;
	margin-top:10px;
	width:100%;
	min-height:0px;
}








/* BOXES ----------------------------------------------- */

.box {
	margin-bottom:20px;
	overflow:hidden;
}

.box .header {
	background-image:url(../gfx/box_header_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:31px;
}

.box .header .text {
	background-image:url(../gfx/box_header_left.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:31px;
	padding:10px 25px 20px 15px ;
	font-weight:bold;
}

.box .header .text span {
	margin-left:25px;
	font-weight:normal;
}

.box .weather {
	background-color:#e3e3e3;
}

.box .gas {
	background-image:url(../gfx/bg_gas.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px;
}

.box .gas td {
	color:#003056;
	font-size:10px;
}

.box .gas td.left {
	border-left:1px dotted #b7c4cf;
}

.box .gas .price_down {
	color:red;
	font-weight:bold;
	display:block;
	width:55px;
	background-image:url(../gfx/arrow_down_red.png);
	background-repeat:no-repeat;
	background-position:45px 3px;
}

.box .gas .price_up {
	color:green;
	font-weight:bold;
	display:block;
	width:55px;
	background-image:url(../gfx/arrow_up_green.png);
	background-repeat:no-repeat;
	background-position:45px 3px;
}

.box .select select {
	border:none;
	background:none;
	background-image:url(../gfx/bg_select.png);
	background-repeat:no-repeat;
	padding:3px;
	width:240px;
}

.box .content {
	padding-top:10px;
	padding-bottom:10px;
}

.read_more a{
	margin-top:-21px;
	display:block;
	width:100%;
	height:30px;
	background-image:url(../gfx/read_more.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.box .read_more img {
	border:none;
}


.box .mail input {
	border:none;
	background:none;
	background-image:url(../gfx/bg_select.png);
	background-repeat:no-repeat;
	padding:3px 10px 3px 10px;
	width:225px;
}

.box .mail input.button {
	background-color:#d5ebf9;
	display:block;
	color:#003056;
	width:87px;
	height:25px;
	border:none;
	float:left;
	font-weight:bold;
	font-size: 100%;
	margin-top:5px;
	float:right;
	background:none;
	background-image:url(../gfx/submit_button2.png);
	background-repeat:no-repeat;
}

.box .mail input.button:hover {
	background-image:url(../gfx/submit_button2.png);
	background-repeat:no-repeat;
}


.box.live {
	background-image:url(../gfx/bg_main.png);
	background-repeat:repeat-x;
	background-position:0px -20px;
	
	font-family:Tahoma, Geneva, sans-serif;
	
	-webkit-border-bottom-left-radius:7px;
	-moz-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	border-bottom:2px solid #d0dee7;
}

.box.live a:hover {
	text-decoration:none;
}

.box.live .gas { 
	background:none;
}

.box.live .gas .live_left { 
	float:left;
	width:47%;
	padding-right:3%;
	border-right:1px solid #ccc;
	border-bottom:none;
	text-align:right;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.box.live .gas .live_right { 
	float:right;
	width:46.8%;
	padding-left:3%;
	padding-bottom: 5px;
	margin-bottom: 0px;
}



.item_forum {
	border-bottom:1px dotted #b7c4cf;
	padding-bottom:7px;
	margin-bottom:10px;
	clear:both;
}

.item_forum .title {
	padding-left:30px;
	background-image:url(../gfx/arrow_small.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	display:block;
}



.item {
	border-bottom:1px dotted #b7c4cf;
	padding-bottom:7px;
	margin-bottom:10px;
	min-height:60px;
}

.item .image{
	float:left;
	margin-right:5px;
	width:80px;
	height:56px;
	overflow:hidden;
}

.item .image img{
	border:none;
}

.item .image_big{
	margin-right:10px;
	width:159px;
	height:95px;
	overflow:hidden;
	float:left;
}

.item .image_big img{
	border:none;
}

.item .image_big2{
	margin-right:10px;
	width:159px;
	overflow:hidden;
	float:left;
}

.item .image_big2 img{
	border:none;
}

.item .text p{
	margin:3px;
}

.item .text a{
	font-weight:bold;
}

.item .text a.link{
	font-weight:normal;
	color:#333;
}
.item .text a.link:hover{
	text-decoration:none;
}

.item .text .date{
	font-size:10px;
	color:#003056;
}

.item.bold_notice {
	background-color:#ffdcb9;
	border:1px solid #ed7d0d;
	padding:7px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.item.bold_notice2 {
	background-color:#cae2ed;
	border:1px solid #0d7ced;
	padding:7px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


.columns_4 {
	width:100%;
}


@media screen and (min-width: 600px) {

	.item_middle {
		padding-bottom:0px;
		margin-bottom:10px;
		min-height:80px;
		width:48%;
		overflow:hidden;
		float:left;
		margin-left:1%;
		margin-right:1%;
	}
	
	.item_middle .image_big, .item_middle {
		min-height:150px;
	}
	
	.item_middle .image{
		height:150px;
	}

}


@media screen and (max-width: 600px) {

	.item_middle {
		padding-bottom:0px;
		margin-bottom:10px;
		min-height:80px;
		width:48%;
		overflow:hidden;
		float:left;
		margin-left:1%;
		margin-right:1%;
	}
	
	
	.clear2 {
		clear:both;
	}

}

.item_middle .image_big img{
	border:none;
	width:100%;
}

.item_middle .text p{
	margin:5px;
}

.item_middle .text a{
	font-weight:bold;
}

.item_middle .text a.link{
	font-weight:normal;
	color:#333;
}
.item_middle .text a.link:hover{
	text-decoration:none;
}

.item_middle .image_big{
	margin-bottom:10px;
	width:100%;
	height:95px;
	overflow:hidden;
	position:relative;
}

.item_middle .date2{
	float:right;
	height:13px;
	background-color:#cde8f9;
	margin-top:-29px;
	padding:3px;
	font-size:10px;
	position:relative;
}



.item_big {
	padding-bottom:0px;
	margin-bottom:10px;
	clear:both;
	min-height:80px;
}

.item_big .image img{
	border:none;
}

.item_big .text p{
	margin:5px;
}

.item_big .text a{
	font-weight:bold;
}

.item_big .text a.link{
	font-weight:normal;
	color:#333;
}
.item_big .text a.link:hover{
	text-decoration:none;
}

.item_big .image{
	margin-right:10px;
	/*width:159px;*/
	/*height:95px;*/
	width:120px;
	height:80px;
	overflow:hidden;
	float:left;
}

.item_big .image_big{
	margin-bottom:10px;
	width:340px;
	height:95px;
	overflow:hidden;
	position:relative;
	float:left;
}

.item_big .date2{
	float:right;
	height:13px;
	background-color:#cde8f9;
	margin-top:-29px;
	padding:3px;
	font-size:10px;
	position:relative;
}



.stations{
	width:240px;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
}

.gas_item{
	width:59px;
	overflow:hidden;
	float:left;
	border-left:1px solid #c4e2f5;
	margin-left:-1px;
	text-align:center;
	font-size: 100%;
}

.min_price{
	text-align:center;
	margin-top:15px;
}

.min_price img, .min_price .gas_item {
	border:none;
}



.columns {
	border-bottom:1px dotted #b7c4cf;
	padding-bottom:10px;
	margin-bottom:18px;
}


@media screen and (min-width: 550px) {

	.column_left{
		float:left;
		width:49%;
		overflow:hidden;
	}

	.column_right{
		float:right;
		width:49%;
		overflow:hidden;
	}
	
}




.box_submenu {
	margin-bottom:20px;
	overflow:hidden;
}

.box_submenu .header {
	height:31px;
}

.box_submenu .header .text {
	background-image:url(../gfx/header_sub_menu.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:31px;
	padding:10px 25px 20px 15px ;
	font-weight:bold;
	color:#fff;
}

.box_submenu .content {
	padding:10px;
	background-image:url(../gfx/sub_menu_bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}







/* gallery ----------------------------------------------- */

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; height:150px; overflow:hidden; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }


@media screen and (max-width: 600px) {
	.gallery li { height:120px; }
}

@media screen and (max-width: 480px) {
	.gallery li { height:90px; }
}

@media screen and (max-width: 400px) {
	.gallery li { height:65px; }
}


/* CONTACT ----------------------------------------------- */

#contact_left {
	float:left;
	margin-top:20px;
	width:300px;
}

#contact_right {
	float:right;
	margin-top:20px;
	width:400px;
}

.form_input label {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0px;
	margin-right:17px;
	width:170px;
}

.form_input input {
	display:block;
	border:1px solid #b0babd;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	margin-right:0px;
}

.form_input textarea {
	display:block;
	border:1px solid #b0babd;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	min-width:200px;
	max-width:200px;
	height:100px;
}

.form_input2 input {
	display:block;
	border:1px solid #b0babd;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	margin-bottom:10px;
}

.border_red input , .border_red textarea {
	border:1px solid red;
}


.form_submit input {
	padding:5px 22px 5px 11px;
	margin-top:10px;
	border:none;
	background-color:#4a6f97;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	font-weight:bold;
}

.form_submit_mail input{
	background-color:#d5ebf9;
	display:block;
	color:#003056;
	width:87px;
	height:25px;
	border:none;
	float:left;
	font-weight:bold;
	font-size: 100%;
	
	background-image:url(../gfx/submit_button.png);
	background-repeat:no-repeat;
}

.form_submit_mail input:hover {
	cursor:pointer;
}

.red {
	color:red;
}







/* search ----------------------------------------------- */

#search  {
	float:right;
	margin-top:8px;
}

#search  input {
	background:none;
	background-image:url(../gfx/search_input.png);
	border:none;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px;
	width:100px;
	height:22px;
	float:left;
	font-size:12px;
}

#search  input#subscribe-submit {
	background-image:url(../gfx/search_button.png);
	border:none;
	width:36px;
	height:34px;
	margin-top:0px;
}






/* Pagination ----------------------------------------------- */

div.pagination {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
	text-align:right;
}

div.pagination a {
	padding: 3px 6px 3px 6px;
	font-size: 100%;
	font-weight:bold;
	margin: 2px;
	border: 1px solid #eaf5fa;
	background-color:#eaf5fa;
	text-decoration: none; /* no underline */
	color: #000;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #fff;
	color: #fff;
	border: 1px solid #ea830b;
	background-color: #ea830b;
}

div.pagination span.current {
	padding: 3px 6px 3px 20px;
	font-size: 100%;
	font-weight:bold;
	margin: 2px;
		border: 1px solid #ea830b;
		font-weight: bold;
		background-color: #ea830b;
		color: #fff;
    }
    div.pagination span.disabled {
			padding: 3px 6px 3px 6px;
			margin: 2px;
			font-size: 100%;
			border: 1px solid #eaf5fa;
			background-color: #eaf5fa;
			color: #666;
			font-weight:bold;
		}







/* FORM ----------------------------------------------- */

#form {
}

#form .row {
	margin-bottom:15px;
}

#form .label {
	width:25%;
	text-align:left;
	padding:5px 0px 5px 0px
}

#form .input {
	float:left;
	width:60%;
	text-align:left;
}

#form .row2 {
	margin-bottom:0px;
}

#form .label2 {
	width:20%;
	text-align:left;
	padding:5px;
}

#form .input2 {
	width:70%;
	text-align:left;
	padding:5px;
}

#form .input input{
	width:90%;
	font-weight:normal;
	padding:5px;
	margin-bottom:2px;
	border:1px solid #b5b5b5;
}

#form .input select{
	width:94%;
	font-weight:normal;
	padding:5px;
	margin-bottom:2px;
	border:1px solid #b5b5b5;
}

#form .input textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	font-weight:normal;
	padding:5px;
	margin-bottom:2px;
	border:1px solid #b5b5b5;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

#form .border_red input, #form .border_red textarea {
	border:1px solid red;
}

#form textarea{
	width:480px;
	min-width:480px;
	max-width:480px;
	height:200px;
	font-weight:normal;
	padding:5px;
	margin-bottom:2px;
	border:1px solid #b5b5b5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#form .input input.check{
	width:15px;
	font-weight:normal;
	padding:5px;
	border:1px solid #b5b5b5;
}

#form .input input.check{
	width:15px;
	font-weight:normal;
	padding:5px;
	border:1px solid #b5b5b5;
}

#form input.form_submit {
	background-color:#d5ebf9;
	display:block;
	color:#003056;
	width:87px;
	height:25px;
	border:none;
	float:left;
	font-weight:bold;
	font-size: 100%;
	
	background-image:url(../gfx/submit_button.png);
	background-repeat:no-repeat;
}

#form .input input.form_submit:hover {
	background-color:#97151e;
	cursor:pointer;
}

#form .error {
	float:left;
	width:35%;
	text-align:left;
	padding:7px;
}






/* POPUP ----------------------------------------------- */

#pupup_comercial {
	display: none;
	z-index: 1000;
	
	background: black;
	width: auto;
	border: nine;
	padding: 0px;
}

#pupup_comercial img {
	border: none;
}

#pupup_comercial .close {
	width: 30px;
	height: 30px;
	background-image:url(../../assets/jquery.fancybox/fancy_close.png);
	display: block;
	position: absolute; left: -15px; top: -15px;
	
}

#pupup_comercial .close:hover {
	cursor: pointer;
}





/* download ----------------------------------------------- */

#download {
	background-repeat:repeat-x;
	margin:0 auto;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	border:none;
}

#download table {
	background-color:#fff;
	border-spacing:0px;
}

#download table td{
	background-color:#fff;
	padding:3px;
}

.download {
	position:relative;
	background-color:#fff;
	display:block;
	float:left;
	margin:5px;
	border:1px solid #EBEBEB;
	width:48%;
	float:left;
	height:80px;
	overflow:hidden;
	color:#000;
	font-size:10px;
	padding-top:2px;
	z-index:100;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.download:hover {
	border:1px solid #AAC1DD;
	background-color:#fff;
	overflow:hidden;
}

.download .thumb {
	width:88px;
	height:70px;
	margin: 2px;
	margin-left:5px;
	overflow:hidden;
	text-align:center;
	z-index:99px;
	float:left;
}

.download .fileform {
	margin: 2px;
	width:230px;
	float:left;
	overflow:hidden;
}

.download:hover .icons , .file_delete:hover .icons {
	visibility:visible;
}






/* LIVE ----------------------------------------------- */

.live_left {
	width:100%;
	border-bottom:2px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}

.live_right {
	float:right;
	width:100%;
}


.live_left h3, .live_right h3 {
	color:#035395;
}

.el {
	font-size:15px;
}





/* CLASSES ----------------------------------------------- */

.clear {
	clear:both;
}

.space {
	clear:both;
	height:25px;
}

.space2 {
	clear:both;
	height:15px;
}

.line {
	margin-top:8px;
	margin-bottom:10px;
	border-bottom:1px dotted #b7c4cf;
}

.line2 {
	margin-top:15px;
	margin-bottom:17px;
	border-bottom:1px dotted #b7c4cf;
}


.goog-te-banner-frame.skiptranslate {
	display: none !important;
} 
body {
	top: 0px !important; 
}

.hideMore {
	display: none;
}


.comment_main {
	float:right;
	background-image:url(../gfx/comment.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:1px;
	padding-left:18px;
	font-size:10px;
	color:black;
	height:17px;
}


.comment {
	float:right;
	background-image:url(../gfx/comment.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:1px;
	padding-left:18px;
	font-size:10px;
	color:black;
	height:17px;
}

img.arrows {
	margin-left:5px;
}


.tinynav {
	float:left;
	width:140px;
	margin-top:10px;
	margin-left:5px;
}

#menu_top  select {
	padding: 5px;
	border: 1px solid #b5b5b5;
}


#menu_mobile  {
	float:left;
	margin-top:8px;
}
