table.info { 
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	line-height: 2;
	margin-bottom: 1em;
}
table.info caption {font-weight: bold;text-align: left;}
table.info th {text-align: left;}
table.info th, table.info td {
	border: solid 1px #ccc;
	padding: 0 5px;
}

.boxgreyborder{
/* Box med grå border */
  display: block;
  border: 1px solid #D1D1D1;
  border-top: none;
  background: #fff;
  margin: 0 0 1.5em 0;
  padding: 5px;
}

.boxgreybordernomargin{
/* Box med grå border utan marginal */
  display: block;
  border: 1px solid #D1D1D1;
  background: #fff;
  padding: 7px;
}

.boxgreyborderpopup{
/* Box med grå border med mer padding, används i popup för artikelkommentar & tipsa en kompis */
  display: block;
  border: 1px solid #D1D1D1;
  margin: 0 0 15px 0;
  background: #fff;
  padding: 15px;
}

.boxgreyborder p, .boxgreybordernomargin p{
/* P inuti box med grå border utan marginal */
  font-size: 10px;
  line-height: 13px;
}

.boxblueborder{
/* Box med grå border */
  display: block;
  border: 1px solid #006BB4;
  margin: 0 0 15px 0;
  background: #fff;
  padding: 6px 8px 4px 8px;
}

.boxgreyborderdashed{
/* Box med grå border */
  display: block;
  border: 1px dashed #D1D1D1;
  background: #fff;
  padding: 6px 8px 4px 8px;
  margin: 0 0 15px 0;
}

.boxgreybg{
/* Box med grå border */
  display: block;
  border: 1px solid #CCC;
  background: #F2EFEF;
  padding: 10px;
  margin: 0 0 15px 0;
}

.articlefeaturebox{
/* Box på artikelsida för skriv ut, kommentera artikel och tipsa en kompis */
  display: block;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #999;
  margin: 5px 0 10px 0;
  padding: 3px 0 5px 0;
}


/* ARTIKELKOMMENTARER & tipsa en kompis*/
.popupbox{
/* sätter bredden på innehållet i popup för inskick av kommentar  / tipsa en kompis*/
  display: block;
  width: 400px !important;
  margin: 15px 0 15px 15px;
  padding: 15px;
}

/* ANNONSER */
p.annonsmarkning {
	height: 5px;
	font-size: 5px;
	line-height: 5px;
	text-indent: -1000em;
	background: url(/gbilder/annonsmarkning.gif) no-repeat left top;
	margin: 1px 0;
}

/* LOCUS vinjetter */
.headerlocusjobb, .headerlocusbostad, .headerlocuskopsalj, .headerlocusmotor{
/* Vinjetter för puffar till locus-avdelningarna*/
  display: block;
  margin: 0 0 3px 0;
  padding:0px 0 1px 0 ;
  height: 17px;
  border-bottom: 1px solid #9B9B9B;
}

.headerlocusjobb{
/* Vinjettbild LOCUS JOBB */
  background: url(/gbilder/header_locusjobb2.gif);
  background-repeat: no-repeat;
}

.headerlocusbostad{
/* Vinjettbild LOCUS BOSTAD */
  background: url(/gbilder/header_locusbostad2.gif);
  background-repeat: no-repeat;
}

.headerlocuskopsalj{
/* Vinjettbild LOCUS KÖP & SÄLJ */
  background: url(/gbilder/header_locuskopsalj2.gif);
  background-repeat: no-repeat;
}

.headerlocusmotor{
/* Vinjettbild LOCUS MOTOR */
  background: url(/gbilder/header_locusmotor2.gif);
  background-repeat: no-repeat;
}

/* Morningstar */
div.morningstar {
  background: url(/gbilder/morningstar_logo.gif) no-repeat 5px bottom;
  border: solid 1px #ccc;
  padding: 5px 5px 20px 5px;
}
div.morningstar h3 {
	font-size: 120%;
}
div.morningstar a {
	display: block;
	text-decoration: none;
}

/* reseguiden */
div.reseguiden { margin-bottom: 10px; }
div.reseguiden table {
	line-height: 1.6;
	margin-bottom: 5px;
}
div.reseguiden tr.ess_table_row1 { background: #f5f5f5; }

/* FORUM */
.articlecommentdate {color: #666;margin: 0;}
.forum_post {
	border-bottom: dashed 1px #999;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.forumtable td{
/* klass för td tabell inuti box för val av ämnen / område */
  border-bottom: dashed 1px #999;
}

.forumfeaturebox{
/* Box för länkar till att skapa forum, ämnen och inlägg  */
  display: block;
  height: 20px;
  line-height: 20px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 1em;
}

.forumfeaturebox a{
/* Box för länkar till att skapa forum, ämnen och inlägg  */
  display: block;
  float: left; 
  /*margin: 5px 0 0 0;*/
  padding: 0 1em;
  color: #006BB4;
  background: url(/gbilder/arrow_blue.gif) no-repeat left center;
  text-decoration: none;
}

.forumfeaturebox a:hover{ 
  color: #666;
  text-decoration: none;
}

/* FORUM formulär*/
.forumfeaturebox form select{
  float: right; 
  display: block;
  margin-left: 1em;
}

.forumoptiontext{
  font-size: 10px;
  color: #006BB4;
}


/* Formulär classer*/
.formleftcol, .formleftcolsearchpage{
  float: left;
  display: block;
  width: 200px;  
  margin: 0 10px 10px 0;
  font-size: 10px; 
  line-height: 13px;
  /*border: 1px solid #333;*/
}

.formrightcol{
  float: left;
  display: block;
  width: 200px;
  margin: 0 0 10px 0;
  font-size: 10px; 
  line-height: 13px;
  /*border: 1px solid #333;*/
}

.formrightcolsearchpage{
  float: left;
  display: block;
  margin: 0 0 10px 0;
  font-size: 10px; 
  line-height: 13px;
  /*border: 1px solid #333;*/
}

.input130{
  width: 130px;
  font-size: 11px; 
}

.input190{
  width: 190px;
  font-size: 11px; 
}

.input340{
  width: 340px;
  font-size: 11px; 
}

select{
font-size: 11px; 
}

/* BILDSPEL*/

.bildspelhead{
  display: block;
  background: #006BB4;
  height: 28px;
  border-bottom: 5px solid #fff;
  padding: 25px 0 0 0; 
}


.bildspelheadline{
/* Vinjett - Blå bakgrund, används i boxar */
  display: block;
  border-bottom: 1px solid #fff;
  margin: 5px 0 0 0;
  padding: 0 10px 0 20px;
}

.bildspelheadline p{
/* Vinjett - Blå bakgrund, text, används i boxar */
  display: inline;
  background: #006BB4;
  font-size: 18px; 
  line-height: 16px; 
  font-weight: bold;
  color: #fff;
  padding: 0 4px 0 4px;
}

.bildspelmid{
  display: block;
  height: 360px;
  padding: 20px 10px 20px 10px;
  background: #EDEDED;
}

.bildspelmid img{
  border: 1px solid #333;
  margin: 0 10px 0 10px
}

.bildspelbottom{
  display: block;
  height: 100px;
  border-top: 5px solid #006BB4;
  background: #fff;
}

.bildtextbox{
  display: block;
  margin: 10px 30px 20px 30px;
  background: #fff;
}

/* BILDGALLERI */

.imagebox{
  float: left; 
  width: 150px;
  margin: 5px 0 0 0;
  overflow:hidden;
}

.imageboxmid{
  float: left; 
  width: 150px;
  margin: 5px 15px 0 15px;
  overflow:hidden;
}

.imagebox img, .imageboxmid img{
  border: 1px solid #333;
}

/* FAKTABOX */

.factbox{
/* Factbox */
  float: right; 
  display: block;
  width: 130px;
  margin: 15px 0 10px 10px;
  padding: 10px 7px 7px 7px;
  border: 1px solid #D1D1D1;
  overflow:hidden;
}


/* SERACH PAGE */

.previous{
/* Box för Föregående sida länk */
  float: left; 
  display: block; 
  width: 150px;
  margin: 3px 0 10px 0;
}

.next{
/* Box för Nästa sida länk */
  float: right;
  display: block; 
  margin: 3px 0 10px 0;
}

.previous a, .next a{
  font-size: 10px;
  color: #006BB4;
  text-decoration: none; 
}

.previous a:hover, .next a:hover{
  text-decoration: none; 
}

.searchhits{
/* Box för nästa sida-länk */
  float: left;
  display: block;
  width: 313px;
  text-align: center;
  margin: 3px 0 10px 0;
  font-size: 10px;
}

div.linegreydashed {
	clear: both;
	height: 1px;
	border-bottom: dashed 1px #ccc;
	margin: 5px 0;
}
div.linegreysolid {
	clear: both;
	height: 1px;
	border-bottom: solid 1px #ccc;
	margin: 5px 0;
}

#bb {
	height: 46px;
	background: #ff5500 url(/includes/banners/local/bilbostad.gif) no-repeat 50% 50%;
	z-index: 2;
}
#bbexpand {
    position: absolute;
	display: none;
	width: 370px;
	line-height: 20px;
	background: #ff5500;
	margin: -240px 0 0 -230px;
	z-index: 9;
}
#bbexpand table {
    width: 100%;
    border-collapse: collapse;
}
#bbexpand table th { text-align: left;color: #000; }
#bbexpand table th, #bbexpand table td { padding: 0 5px; }
#bbexpand table tr.odd td { background: #e54d00; }
#bbexpand table tr td a {
    display: block;
    color: #fff;
}
#bbexpand table tr td a:hover { color: #000 !important; }

#topjobs { margin-bottom: 1em; }
#topjobs dl dt a {
    padding-left:0.5em;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#topjobs dl dd {
	font-size: 90%;
	padding-left:0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.7em;
	border-bottom: solid 1px #333;
}
#topjobs dl dd a { text-decoration: none; }
#topjobs dl dd a.read {
    color: #006bb4;
    margin-left: .5em;
    white-space: nowrap;
}
#topjobs dl dd a.read:hover { color: #333; }

/* TOPJOBS COMPANY NEWS */

#company-news a{
	text-decoration: none;
}

#company-news .company-item{
	padding: 0px 5px 5px 5px; 
	border-bottom: solid 1px #000; 
	margin-bottom: 5px;
	display: block;
}

	#company-news .company-item .title{
		display: block; 
		font-weight: bold;
	}

	#company-news .company-item .image{
		float: right; 
		margin: 0 0 5px 5px;
	}


/* ARTICLE COMMENTS */

.commenttable{
	border-top: solid 1px #aaa; 
	border-bottom: solid 1px #aaa; 
	border-left: solid 1px #ccc; 
	border-right: solid 1px #ccc; 
	margin-top: 5px;
}
.commentheader{
	background: url('/gbilder/comment_header2.gif'); 
	padding-left: 5px; 
	height: 19px; 
	border-bottom: solid 1px #aaa;
}
.commenttext{
	padding-left: 5px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:5px;
}
.commentfooter{
	padding-left: 5px; 
	padding-bottom:4px; 
	padding-right: 5px;
}

.commentgreyline{
	border-top: solid 1px #eaeaea; 
	margin-bottom:5px;
}

.commentreply{
	background: url(/gbilder/ikoner/reply.gif) no-repeat center left; 
	padding:4px; 
	padding-left: 20px;
}

.commentauthor{
	background: url(/gbilder/ikoner/author.gif) no-repeat center left; 
	padding:4px; 
	padding-left: 20px;
}

.commentreport{
	background: url(/gbilder/icon_report.gif) no-repeat center left; 
	padding:4px; 
	padding-left: 20px;
}

.commenttime{
	background: url(/gbilder/ikoner/planner.gif) no-repeat center left; 
	padding:4px; 
	padding-left: 20px;
}

/* AUDIOPLAYER STUFFS */

.audioplayer{
	clear: both;
	text-align: center;
	margin: 5px 0 5px 0;
}

/* SUPER EXTRA */
.superextra{
	text-align: center; 
	background: url('/gbilder/black_extra_back.gif') repeat-x left top; 
	margin-right: 1px;
}

	.superextra .teaserimage1{
		margin-left: 0;
		padding-left: 0;
	}

/* ARTICLE DEBATE PAGING */
.discussion_paging {
	margin-top: 5px;
	float:right;
}
	.discussion_paging table {
		border-collapse:collapse;
	}

	.discussion_paging table td {
		border:1px solid #bbb;
		padding:3px
	}
		.discussion_paging table td.blue {
			background: url('/gbilder/comment_header2.gif'); 
		}
			.discussion_paging table td a {
				text-decoration: none !important;
			}

			.discussion_paging table td.blue a {
				font-weight: bold;
			}

.mmsinfo{
	display: block;
}

/* CALENDAR ETTAN */

.calender-puff-holder{
	margin-bottom: 5px;
	background: #fff url('/kalendern/images/cal-back2.png') repeat-y left top;
	
	border-right: solid 1px #676767;

	background: #fff url('/kalendern/images/puff-bg-large.png') repeat-y 1px 50px;
	border: none;
}


.calendar-puff-header{
	background: url('/kalendern/images/puff-top.png') no-repeat left top;
	padding-top: 40px;
}

	.calender-puff-holder .links{
		margin-left: 17px;
		margin-right: 9px;
		padding-left: 23px;
		border-bottom: solid 1px #aaa;
		padding-bottom: 10px; 
	}

div.calendar-puff-middle{
	margin-left: 17px;
	margin-right: 10px;
	padding-left: 23px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-top: solid 1px #676767;
	
	padding-top: 0;
	border: none;
}

	div.calendar-puff-middle span.title{
		font-family: 'Georgia';
		font-weight: bold;
		font-size: 1em;
		text-transform: uppercase;
		padding-left: 5px;
	}

	div.calendar-puff-middle a{
		text-decoration: none;
	}

	div.calendar-puff-middle .keyword{
		font-family: 'Georgia', 'Verdana';
		font-weight: bold;
	}

		div.calendar-puff-middle .keyword.category6{
			color: #006bb4;
		}
		div.calendar-puff-middle .keyword.category7{
			color: #3f7110;
		}
		div.calendar-puff-middle .keyword.category8{
			color: #e09403;
		}

	div.calendar-puff-middle table{

	}
	div.calendar-puff-middle table td{
		border-bottom: solid 1px #ddd;
		padding: 4px 0;
	}

div.calendar-puff-senastenytt-header{
	margin-top: 5px;
	padding-left: 15px;
}

div.calendar-puff-senastenytt-holder{
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: solid 1px #ccc;
	background: #fff url('/kalendern/images/cal-back-small.png') repeat-y left top;

	margin-top: 0;
}

div.calendar-puff-senastenytt{
	margin-bottom: 5px;
	margin-left: 8px;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

	div.calendar-puff-senastenytt span.title{
		font-family: 'Georgia';
		font-weight: bold;
		font-size: 1.3em;
		text-transform: uppercase;
	}

	div.calendar-puff-senastenytt a{
		text-decoration: none;
	}

	div.calendar-puff-senastenytt .keyword{
		font-family: 'Georgia', 'Verdana';
		font-weight: bold;
	}

		div.calendar-puff-senastenytt .keyword.category6{
			color: #006bb4;
		}
		div.calendar-puff-senastenytt .keyword.category7{
			color: #3f7110;
		}
		div.calendar-puff-senastenytt .keyword.category8{
			color: #e09403;
		}

	div.calendar-puff-senastenytt table{

	}
	div.calendar-puff-senastenytt table td{
		border-bottom: solid 1px #ddd;
		padding: 4px 0;
	}

#calendar-header-puff{
	background: url('/kalendern/images/cal-puff-top.png') no-repeat left top; 
	height: 85px; 
}

	#calendar-header-puff #calendar-noflash{
		padding-left: 33px;
		padding-top: 20px;
	}

		#calendar-header-puff .calendar-link{
			font-family: 'Georgia'; 
			font-size: 16px; 
			font-weight: bold; 
			color: #990000; 
			text-decoration: none; 
			background: url('/kalendern/images/arrow-red.gif') no-repeat left center; 
			padding-left: 6px;
		}

/* EXTRA COLUMN ELEMENTS */

.column_extra .extra-calendar-header{
	font-family: 'Georgia';
	font-size: 2.2em;
	padding: 3px;
	padding-left: 30px;
}

.column_extra .calendar-note-box{
	height: 220px;
	overflow: hidden;
	padding: 30px 30px 0 15px;
}

	.column_extra .calendar-note-box h2{
		font-family: 'Georgia';
		font-size: 2em;
		margin-bottom: 7px;
		float: left;
		width: 85px;
		border-bottom: solid 1px #ccc;
		border: none;
	}

	.column_extra .calendar-note-box .skickain{
		font-family: 'Georgia';
		font-size: 1.1em;
		float: right;
		margin-right: 3px;
		width: 80px;
		text-align: right;
	}

		.column_extra .calendar-note-box .skickain a{
			background: url('/kalendern/images/pil-up-trans.gif') no-repeat right center;
			padding: 4px 18px 2px 0;
		}

	.column_extra .calendar-note-box a{
		text-decoration: none;
	}

	.column_extra .calendar-note-box .content{
		line-height: 1.5em;
		font-size: 1.1em;
		height: 130px;
		overflow: hidden;
		clear: both;
		font-size: 11px;
	}

		*:first-child+html .column_extra .calendar-note-box .content{
			height: 135px;
		}

		* html .column_extra .calendar-note-box .content{
			height: 135px;
		}

	.column_extra .calendar-note-box .note-footer{
		margin-top: 5px;
		line-height: 1.5em;
		font-size: 1.1em;
	}

		.column_extra .calendar-note-box .note-footer a{

		}

	.column_extra .calendar-note-box.sport{
		background: url('/gbilder/note-g.png') no-repeat left top;
	}

	.column_extra .calendar-note-box.noje{
		background: url('/gbilder/note-o.png') no-repeat left top;
	}

	.column_extra .calendar-note-box.ovrigt{
		background: url('/gbilder/note-b.png') no-repeat left top;
	}

	.column_extra .calendar-note-box.sport h2{
		border-color: #9fc74b;
	}

	.column_extra .calendar-note-box.noje h2{ 
		border-color: #efa541;
	}

	.column_extra .calendar-note-box.ovrigt h2{
		border-color: #74b3d9;
	}

	.column_extra .calendar-note-box.sport .event-bull{
		color: #81b128;
	}

	.column_extra .calendar-note-box.noje .event-bull{ 
		color: #e39621;
	}

	.column_extra .calendar-note-box.ovrigt .event-bull{
		color: #4b96c3;
	}
	.column_extra .calendar-note-box.sport .content{

	}

	.column_extra .calendar-note-box.noje .content{ 
		
	}

	.column_extra .calendar-note-box.ovrigt .content{
		
	}

/* POPIMAGE */

.popimage-text{
	position: absolute; 
	padding: 3px; 
	background: #000; 
	filter:alpha(opacity=75); 
	opacity: 0.75; 
	-moz-opacity: 0.75;
}
	.popimage-text a{
		color: #fff; 
		font-size: 10px; 
		text-decoration: none;
	}

/* ESTATE */
#gmap{
	width: 468px;
	height: 350px;
	clear: all;
}

#estate_header{
	font-size: 2.2em; 
	text-align: left; 
	color: #fff; 
	padding: 2px 0 2px 10px;
	border-bottom: none;
	background: url('/lagfarter/images/lag-head-back.png') repeat-x left bottom; 
	text-shadow: 0 1px 2px #000;
}

#estate_search {
	width: 492px; 
	padding: 5px; 
	border: solid 1px #ccc; 
	background: #f5f5f5; 
	font-size: 11px; 
	margin-top: 0px;
	float:left;
}

	#estate_search .input_text, #estate_info .input_text{
		border: solid 1px #ccc;
		padding: 2px;
		margin: 2px 0 2px 0;
	}

	#estate_search .dropdown{
		border: solid 1px #ccc;
		padding: 1px;
		margin: 2px 0 2px 0;
	}

	#estate_search .submitbtn{
		/*
		margin: 3px 0 0px 0;
		width: 43px;
		height: 18px;
		border: none;
		background: url('/lagfarter/images/button.png') no-repeat left center; 
		*/
		vertical-align: bottom;
		margin-bottom: 3px;
	}

	* html #estate_search .submitbtn{
			margin-bottom: 4px;
		}

	#estate_search .radiobtn{
		vertical-align: middle;
		margin: 0 -1px 5px 0;
	}

		* html 	#estate_search .radiobtn{
			vertical-align: middle;
			margin: 0 -5px 0 0;
		}

#estate_search_results {
	clear: both;
	font-size: 10px; 
	line-height: 1.9em;
}

	#estate_search_results a{
		text-decoration: none;
	}

	#estate_search_results tr.result_row:hover{
		background: #f7f9d0;
	}

	#estate_search_results strong a {
		text-decoration: none;
	}

#estate_info {
	padding: 5px; 
	border: solid 1px #ccc;
	border-top: none;
	background: #f5f5f5; 
	font-size: 11px; 
	margin: 0 0 5px 0;
}

	#estate_info_holder .headline {
		font-size:1.2em;
		font-weight:bold;
		color: #ffffff;
		margin: 5px 0 0 0;
		background: url('/lagfarter/images/lag-head-back.png') repeat-x left bottom;
		padding:0 0 2px 5px;
		text-shadow: 0 1px 2px #000;
	}

	#paging {
		width:480px;
		text-align: center;
		padding: 3px 0 3px 0;
	}

		#paging a {
			text-decoration: none;
		}

/* MOTOR */

/*
.ams-factbox{
	float: right; 
	width: 180px;
	line-height: 1.5em;
	margin: 0 0 0 10px;
}

	.ams-factbox p{
		padding: 2px 8px; 
		border: solid 1px #ccc; 
		border-top: none;
		background: #f5f5f5;
		background: none;
	}

	.ams-factbox a{
		text-decoration: none;
		padding-left: 10px;
		margin-bottom: 4px;
		background: url('/gbilder/icon_readarticle.gif') no-repeat left -1px;
	}

	.ams-factbox h6{
		background: url('/motor/bilder/test2.jpg'); 
		color: #fff; 
		padding-left:5px; 
		padding-top: 2px; 
		font: bold 120% Verdana; 
		height:18px; 
		margin-bottom:0px; 
		text-align: left;
	}
*/

.ams-article{
}

	.ams-article .edrumImage{
		margin: 0 auto;
	}

.ams-factbox{
	float: left;
	width: 448px;
	line-height: 1.5em;
	margin: 0 5px;
	padding: 5px;
	background: #f5f5f5;
	border: solid 1px #e5e5e5;
	border-bottom: double 2px #ccc;
	background: #f9f9f9 url('/jobbpengar/images/gray-grad.gif') repeat-x left top;
}

	.ams-factbox p{
		
	}

	.ams-factbox a{
		text-decoration: none;
		padding-left: 10px;
		margin-bottom: 4px;
		background: url('/gbilder/icon_readarticle_ams.gif') no-repeat left -1px;
	}


#ams-tests{
	font-size: 0.9em;
	margin-bottom: 5px;
}
	#ams-tests .logo{
		float: right;
		margin: 0 0 5px 5px;
	}

	#ams-tests select{
		font-size: 11px;
		width: 180px;
		padding: 0px 1px;
		border: solid 1px #ccc;
		margin: 3px 0px 3px 10px;
		margin: 2px 0;
	}

	#ams-tests option{
		font-size: 11px;
		padding: 2px;
	}

/* SHARE THIS */
.share-this{
	float: right;
}

.share-thiss a{
	filter:alpha(opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: none;
}

	.share-this a img{
		filter:alpha(opacity=75);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		-moz-opacity:0.75;
		-khtml-opacity: 0.75;
		opacity: 0.75;
		vertical-align: middle;
	}

.share-thiss a:hover{
	filter:alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

	.share-this a img:hover{
		filter:alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-moz-opacity:1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;
	}

/* RESEGUIDEN EXTERNAL */

.RGAdBoxLink{
	text-decoration: none !important;
	font-weight: bold;
}

/* RIGHT NOW */

.right-now{
	
}
	.right-now span.title{
		font-weight: bold;
		color: #ff0000;
		padding: 0 7px 0 0;
	}

/* GEO */
div.vk-geo-article{ background: #f5f5f5; border: solid 1px #e5e5e5; border-bottom: solid 2px #ccc; padding:5px; margin-bottom: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

/* BLOG RELATED */
.blog-related-container{
	display: none;
}

	.blog-related-container a{
		text-decoration: none;
	}

	.blog-related-container a.readmore.showall{
		clear: both;
		display: block;
		margin-left: 10px;
	}

	/* ARTICLE */
	.blog-related-container.article{
		display: none;
		margin: 0;
	}

.related-container{
	
	padding: 0 0 0 5px;
	padding: 5px 0;
	margin: 0 0 5px 0;

	vertical-align: top;

	background: #f5f5f5;
	border: solid 1px #e5e5e5;
	border-bottom: solid 2px #ccc;

	background: #ebf9ff;
	background: #f3fbff;
	border: solid 1px #bce4f8;

	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 	
}

.related-headline{
	font-size: 14px;
	line-height: 31px;
	font-family: 'Georgia';
	display: block;
	padding: 0px 0px 0px 40px;
	background: url('/gbilder/related-title.png') no-repeat;
}

	.related-headline a{
		text-decoration: none;
	}

.blog-related-links{
	 background: url('/gbilder/blob-30.png') no-repeat 430px 5px;
}

.blog-related{
	display: block;
	clear: both;
	margin: 0 5px 5px 5px;
	padding: 0 0px 4px 0px;

	border-bottom: solid 1px #c5ecfd;
}
	.blog-related img{
		float: left; 
		width: 50px;
		margin: 0 5px 0 0;
	}
	.blog-related .related-title{
		font-size: 15px;
		font-family: 'Georgia';
		display: block;
	}
	.blog-related .related-text{
		display: none;
	}
	.blog-related .related-blogger{
		color: #006bb4;
		font-size: 10px;
	}