/* CSS for Realtid.se news for Packnyheter.se - CSS 2.1. By POL */

/*-- HTML --*/
#rt p, #rt h2, #rt img {
	margin: 0; padding: 0;
	border: 0;
}
#rt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

/*-- Layout --*/
#rt { /*main container*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 451px;
	margin: 0;
	padding: 8px;
	background-color: #1A171B;
}
#rt-inner {
	width: 451px;
}
#rt-header {}
#rt-header img.logo {
	display: block;
	width: 451px;
	height: 32px;
}
#rt-content {
	width: 433px;
	margin: 7px 0 6px 0;
	padding: 9px;
	background-color: #FFF;
}
#rt-content-inner {
	width: 433px;
}
#rt-footer {}
#rt-footer img.logo {
	display: block;
	width: 451px;
	height: 18px;
}

/*-- Lines and delimiters --*/
#rt div.hr {
	height: 6px;
	margin: 9px 0;
	background-color: #FF6000;
}
#rt div.hr hr {
	display: none;
}

/*-- Images --*/
#rt img.over {
	display: block;
	margin: 0 auto 6px auto;
}

/*-- Teaser containers and dimensions --*/
#rt .col50-50 .col1, #rt .col50-50 .col2 {
	float: left;
	width: 217px;
	overflow: hidden;
}
#rt .col50-50 .col1 {
	background: url(http://www.realtid.se/app/export/packnyheter/img/linedot_v1x3.gif) repeat-y top right;
}
#rt .col50-50 .col2 {
	margin-left: -1px;
	background: url(http://www.realtid.se/app/export/packnyheter/img/linedot_v1x3.gif) repeat-y top left;
}
#rt .col50-50 .col1 .inner {
	width: 207px;
	margin: 0 10px 0 0;
	/* Hide from IE-Mac \*/
	overflow: hidden;
	/* End hide */
}
#rt .col50-50 .col2 .inner {
	width: 207px;
	margin: 0 0 0 10px;
	/* Hide from IE-Mac \*/
	overflow: hidden;
	/* End hide */
}

/*-- Teasers --*/
#rt div.teaser {}
#rt div.teaser h2, #rt div.teaser h2 a {
	font-size: 16px;
	line-height: normal;
}
#rt div.teaser h2 {
	margin: 0 0 6px 0;
}
#rt div.intro, #rt div.intro a {
	font-size: 11px;
}
#rt div.intro {
	margin: 0 0 2px 0;
	text-indent: 14px;
	background: url(http://www.realtid.se/app/export/packnyheter/img/pil_orange2.gif) no-repeat 2px 3px;
}
#rt div.intro a:hover {
	color: #666;
}

/*-- Misc. --*/
/* Float container with clear fix */
div.fc {}
.fc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fc {display: inline-block;}
/* Hide from IE-Mac \*/
* html .fc {height: 1%;}
.fc {display: block;}
/* End hide */