/**
 *	Skandiabanken.se : Base stylesheet
 *	@author johan weitner at mogul
 */

/**
	Generics
*/
* {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
}

#printLogo 
{
  display: none;
}

h1,h2,h3,h4,h5,h6 { font-family:Arial, Helvetica, sans-serif; }
fieldset { border:none; }

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.standard
{
    border:1px solid #d4d0c8;
    height:18px;
    padding:0px 0px 0px 2px;
    margin:4px 10px 0px 0px;
}

input.w40 
{
    width: 40px;
}

input.w160 
{
    width: 160px;
}

.obligatorisk {
    color:#FF3333;
    display:inline;
}

form {
	/*overflow:hidden !Important;*/
}

a {
	color:#3E79B6;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	color:#3E79B6;
}

#maincontainer a:hover, #o a:hover {
	text-decoration:underline;
}

.clr {
	clear:both;
	height:0;
	font-size:0;
	line-height:0px;
}

.hidden 
{
    display:none;
}

ol 
{
    margin-left: 20px;
}

.fl
{
    float:left;
}

.fr
{
    float: right;
}

.sName 
{
    display: inline;
    color: #FFF;
}

hr {
    color: #e2e2e2;
    background-color: #e2e2e2;
    height: 1px;
    border: none;
    width:100%;
    margin: 4px 0;
}

/* /Generics */



/**
	Head
*/

#head {
	width:100% !Important;
	height:120px;
	background-image:url(../img/head/bg2.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}

.sommarbg 
{
	background-image:url(../img/head/skandiabanken-sommarskin-template.png) !important;
}


#headinnercontainer {
	height:120px;
	position:relative;
	width:100%;
	max-width:985px;
	min-width:767px;
}

#logotype {
	position:absolute;
    left:20px;
	bottom:40px;
	border:0px;
}


#head h1,
#head h3 {
	display:none;
}

.lurker {
	position:absolute;
	left:255px;
	top:0px;
	z-index:1;
}

ul#toptopnav
 {
	list-style:none;
	position:absolute;
	top:0px;
	left:15px;
	z-index:11;
}
#toptopnav li {
	float:left;
	height:21px;
	line-height:21px;
}
#toptopnav li a {
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#toptopnav li, #toptopnav li.on {
	background-image:url(../img/head/top_nav_btn_left.gif);
	background-repeat:no-repeat;
	background-position:0 -3px;
	margin-left:3px;
}
#toptopnav li a, #toptopnav li.on a  {
	background-image:url(../img/head/top_nav_btn_right.gif);
	background-repeat:no-repeat;
	background-position: right -2px;
	margin-left:7px;
	line-height:19px;
	height:21px;
	float: left;
	padding:0px 13px 0px 6px;
}
#toptopnav li.on  {
	background-position:-13px -3px;
}
#toptopnav li.on a {
	background-position: right bottom;
	color:#757575;
}

#topnav {
	list-style:none;
	float:right;
	position:relative;
	z-index:11;
}
#topnav li {
	float:left;
	margin:0 10px;
	height:24px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
}
#topnav li a {
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#topnav li a:hover, #topnav li a:active, #topnav li.on a {
	text-decoration:underline;
}


#topnav li.quicksearch {
	width:143px;
	height:24px;
	
}
#topnav li.quicksearch fieldset {
	width:143px;
	height:24px;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url(../img/head/searchbox.gif);
	background-repeat:no-repeat;
	border:none;
}
#topnav li.quicksearch fieldset input {
	margin:0 0 0 20px;
	padding:0;
	background-color:transparent;
	border:none;
	width:84px;
}
#topnav li.quicksearch fieldset a {
	margin:0 0 0 8px;
	padding:0;
	padding-right:5px;
	border:none;
	width:12px;
	height:17px;
	color:#FFF;
/*	display:none; */
	
}
#topnav li.quicksearch fieldset .button {
	display:inline;
	margin:0 0 0 4px;
	padding:0 !Important;
	font-size:11px;
	border:none;
	width:24px;
	height:17px;
	line-height:17px;
	color:#FFF;
	background-color:transparent;
	letter-spacing:-1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#topnav li.orangebtn, #topnav li.orangebtn_on, #topnav li.orangelargebtn, #topnav li.orangelargebtn_on {
	background-image:url(../img/head/orange_btn_left.gif);
	background-repeat:no-repeat;
	margin:0 0;
}
#topnav li.orangebtn a, #topnav li.orangebtn_on a {
	display:block;
	height:24px;
	background-image:url(../img/head/orange_btn_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	color:#624410;
	width:64px;
	margin-left:7px;
	line-height:22px;
	padding-left:3px;
	font-weight:bold;
}
#topnav li.orangelargebtn a, #topnav li.orangelargebtn_on a {
	display:block;
	height:24px;
	background-image:url(../img/head/orange_btn_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	color:#624410;
	width:98px;
	margin-left:7px;
	line-height:22px;
	padding-left:3px;
	font-weight:bold;
}
#topnav li.orangebtn_on, #topnav li.orangelargebtn_on  {
	background-position:-10px 0px;
}
#topnav li.orangebtn_on a, #topnav li.orangelargebtn_on a {
	background-position:bottom right;
	color:#000;
}

#tabnavContainer {
	background:red;
	width:1000px;
	position:absolute;
	top:120px;
	z-index:10;
}

#tabnav {
	list-style:none;
	position:absolute;
	/*bottom:20px;*/
	bottom:8px;
	right:8px;
	
}
#tabnav li {
	float:left;
	margin:0 0 0 -8px;
	height:55px;
	background-image:url(../img/head/tableft_black.png);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:top left;
}
#tabnav li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	height:55px;
	line-height:48px;
	float:left;
	background-image:url(../img/head/tabright_black.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 21px 0 7px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}
#tabnav li.right 
{
    margin-left: 13px;
}
#tabnav li.on {
	background-position:bottom left;
}
#tabnav li.on a {
	background-position:bottom right;
	color:#747474;
}
/* /Head */




/** 
	Main Grid 
*/
#maincontainer {
	background:transparent url(../img/gradient/maincontainer_body.gif) repeat-y scroll 0% !important;
	height:auto;
	margin:0pt;
	position:relative;
	width:970px;
}


#maininnercontainer { 
	background:transparent url(../img/gradient/maincontainer_foot.gif) no-repeat scroll left bottom !important;
	width:970px;
}

#frontpage #maincontainer {
	height:436px;
	overflow:hidden;
	margin-left:18px;
	background-image:none !important;
}

#frontpage #maininnercontainer { 
	background-image:none !important;
}


#widecolumn {
	width:746px;
	margin:0 11px 0 0;
	float:left;
	clear:left;
}

#rightcolumn {
	background:url(../img/gradient/rightcol_top.gif) no-repeat top right !important;
	/*padding-top:35px;*/
	padding-top:7px;
	width:231px !important;
	margin:0;
	float:left;
	clear:right;
}

#frontpage #rightcolumn {
	background-image:none !important;
	padding-top:0 !important;
	width:210px !important;
	margin:0;
	float:left;
	clear:right;
}


/* /Main Grid */




/** 
	Front page boxes 
*/

.bigWideBox {
	width:746px;
	height:231px;
	background:#EEE;
	color:#CCC;
	margin:0 0 14px 0;
	overflow:hidden;
}

#mainThirdBoxOne, 
#mainThirdBoxTwo, 
#mainThirdBoxThree {
	position:relative;
	width:207px;
	height:151px;
	overflow:hidden;
	float:left;
	padding:20px 17px;
}

#mainThirdBoxOne {
	margin-right:12px;
}
#mainThirdBoxTwo {
	margin-right:10px;
}
#mainThirdBoxThree {
	margin-right:0px;
}

#mainThirdBoxOne h2, 
#mainThirdBoxTwo h2, 
#mainThirdBoxThree h2 {
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height: 24px;
	margin-bottom: 10px;
}

#mainThirdBoxOne p, 
#mainThirdBoxTwo p, 
#mainThirdBoxThree p {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	line-height: 19px;
}

#mainThirdBoxOne a.readmore, 
#mainThirdBoxTwo a.readmore, 
#mainThirdBoxThree a.readmore {
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	padding-right:12px;
	background-position:center right;
	background-repeat:no-repeat;
	position:absolute;
	bottom: 0; 

	margin-bottom: 15px;
	text-decoration:none;
}
#mainThirdBoxOne a.readmore:hover, 
#mainThirdBoxTwo a.readmore:hover, 
#mainThirdBoxThree a.readmore:hover {
	text-decoration:underline;
}
/* /Front page boxes */

#StartBanner
{
    height:81px;
    background-image: url(../img/box/rightstartbanner_bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.SBText
{
    font-family:Arial;
    font-weight:bold;
    font-size:15px;
    float:left;
    margin-top:18px;
    margin-bottom:18px;
    margin-left:7px;
    margin-right:10px;
}
.SBText p
{
    color:#585858;    
}
.SBText a
{
    color:#6997c8;    
    text-decoration:none;
}
.SBImg
{
    float:left;
    margin-top:7px;
    margin-bottom:7px;   
    margin-right:7px; 
}


/** 
	Bottom Icon Menu 
*/
#iconmenu {
	position:static;
	background-image:url(../img/mainbottombg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:45px;
	width:939px;
	padding-left:23px;
	margin-left:26px;
	margin-top:0px;
}

#frontpage #iconmenu {
	width:947px;
	margin-left:26px;
	margin-left:18px;
	margin-top:21px;
}

#iconmenu li {
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0 62px 0 0;
	padding:0 0 0 25px;
	float:left;
	height:45px;
	background-repeat:no-repeat;
	background-position:0 2px;
}
#iconmenu li h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#595959;
	margin:0;
	padding:0;
}
#iconmenu li p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0;
	color:#989898;
	margin:0;
	padding:0;
	line-height:16px;
}
#iconmenu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0;
	color:#6999CA;
	text-decoration:none;
	padding-right:12px;
	background-image:url(../img/bullet/blue_transp.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
/* /Bottom Icon Menu */




/** 
	Foot 
*/
#foot {
	width:955px;
	margin:6px 0 20px 33px;
}
#frontpage #foot {
	
}

#foot p.contact, #foot ul.contact {
	float:left;
	color:#969A9D;
	font-size:10px;
	width:800px;
}
#foot ul.contact li {
	color:#969A9D;
	font-size:10px;
	line-height:12px;
}	
#foot p.copyright {
	float:right;
	color:#969A9D;
	font-size:10px;
/*	width:154px;
*/	line-height:12px;
	margin-right: 15px;
}

#foot img.oldmutual 
{
	float:right;
	margin-right: 15px;
	margin-top: 3px;
}

#foot ul, #foot li {
	list-style:none;
	margin:0;
	padding:0;
}
#foot li {
	float:left;
	margin-right:6px;
	background-image:url(../img/footbullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:14px;
}
#foot li.first {
	float:left;
	margin-right:9px;
	background-image:none;
	padding-left:0;
}

#foot ul li a {
	color:#9DB9D1;
	font-size:10px;
	text-decoration:none;
}
/* /Foot */



/**
	Left nav
*/
#leftnav {
	float:left;
	clear:left;
	width:222px;
	height:450px;
	background-image:url(../img/leftnavbg.gif);
	background-repeat:no-repeat;
	list-style:none;
	margin:0;
	padding:0;
	background-image:url(../img/gradient/leftnav_top.gif) !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
}

#leftnav li {
	width:215px;
	height:26px;
	list-style:none;
	background-image:url(../img/leftnavnode.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 0 0 7px;
	padding:0;
}

#leftnav li a, #leftnav li a:hover {
	display:block;
	width:175px;
	height:25px;
	line-height:25px;
	margin-left:40px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#3B80B9;
}

#leftnav li.leftnavhead {
	height:55px;
	padding-bottom:1px;
	background:url(../img/leftnavheadbg.gif) no-repeat top left;
	margin-bottom:3px;
	margin-bottom:-1px;
}

#leftnav li h3 {
	display:block;
	width:175px;
	height:55px;
	line-height:65px;
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#7F7F7F;
	background-color:transparent;
}

#leftnav li.on {
	background-position:bottom left;
}
#leftnav li.on a {
	color:#7F7F7F;
}
/* /Left nav */
/* Hasan lägger till den här klassen från skandibanken.se ...se ticket:141 */
#leftnav li.leftnavsubhead {
	height:30px;
	list-style:none;
	background:url(../img/leftnavsubnode_empty.gif) no-repeat top left;
	margin:0 0 0 12px;
	padding:0;
}
#leftnav li p span{
	display:block;
	width:175px;
	height:30px;
	line-height:30px;
	margin-left:33px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#7F7F7F;
	background-color:transparent;
}

/**
	Generic design elements
*/
ul.smallbullet,
.smallbullet ul, 
.shorttab ul,
.plainplate ul,
.elasticplate ul{
	list-style:none;
	margin:10px 0 0 4px;
	padding:0;
	border:none;
}
ul.smallbullet li,
.smallbullet ul li, 
.shorttab ul li,
.plainplate ul li, 
.elasticplate ul li{
	list-style:none;
	margin:0 0 16px 13px;
	list-style-image:url(../img/bullet/smallPension.gif);
	list-style-position:outside;
	padding:0 0 0 6px;
	color:#6F6F6F;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

.smallbullet {
	margin-left:40px;
}

div.smallbullet 
{
    margin-left: 4px;
}

.bannerBottom 
{
    height: 46px;
}

#widetextpage #widecolumn ul,
#textpage #widecolumn ul,
#widepage #widecolumn ul,
#newspage #widecolumn ul,
#contactpage #widecolumn ul
{
	margin:10px 0 0 4px;
	padding:0;
	border:none;
}

#widetextpage #widecolumn ul li,
#textpage #widecolumn ul li,
#widepage #widecolumn ul li,
#newspage #widecolumn ul li,
#contactpage #widecolumn ul li
{
	margin:0 0 16px 13px;
	list-style-position: outside;
}

/* /Generic design elements */



/**
	Puffar
*/

/* Högerkolumnpuffar */
.greenHead h3 {
	background:url(../img/box/headgreen.gif) no-repeat #C0CD23;
	height:15px;
	padding:6px 10px 8px;
	color:#FFF;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}
.greenHead h3 a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.greenHead h3 em, .greenHead h3 a em {
	font-family:Arial, Helvetica, sans-serif;
	color:#006751;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}
.greenHead h3 a:hover {
	text-decoration:none !important;
}
.greenHead p a
{
color:#3E79B6;
font-size:10px;
}

.gradient1 
{
	background-image:url(../img/box/newslist_bg.png);
	background-position:0 29px;
	background-repeat:repeat-x;
}
.newsbox {
	height:182px;
	position:relative;
	overflow:hidden;
}
.newsboxarrow 
{
    float:right;
    padding-top:5px;
}
#newsboxhead {
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
}

#newsboxhead img 
{
    margin-right: 3px;
}
#newsboxheadtext{
    color:#FFFFFF;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    vertical-align:top; 
}
#newsboxheadtextlnk{
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    margin-top: 1px;
    position: absolute;
    right: 24px;
}
.news
{
  padding-top:6px;
  font-family:Verdana;
  height:42px;
  border-top:1px solid #E9E9E9;
}
#newsbody
{
    /*width: 632px;*/
    margin-bottom: 12px;
}
.newspageitem
{
   margin-left:10px;
   margin-right:9px;
}
.newspageitem a
{
   font-size:10px;
}
.newsdateitem
{
   font-size:10px;
   margin-left:10px;
   color:#767676;
}
.blogbox {
	height:107px;
	position:relative;
	overflow:hidden;
	
}
.blogbox p {
	margin:8px;
	width:144px;
	color:#8A8A8A;
	font-size:9px;
	line-height:13px;
}
.blogbox p a {
	display:block;
	font-family:Arial;
	color:#4082C5;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}

.blogbox .bylineimg {
	position:absolute;
	bottom:0;
	right:0;
}

.gradient2 {
	background-image:url(../img/box/greysmallbg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.ratebox {
	position:relative;
	height:59px;
}
.ratebox h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#929292;
	position:absolute;
	top:14px;
	left:7px;
	letter-spacing:-1px;
	line-height:16px;
}
.ratebox h3 em, .ratebox h3 a {
	color:#5C90C5;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
.ratebox img.kolon {
	position:absolute;
	top:21px;
	left:111px;
}
.ratebox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bolder;
	color:#9D9D9D;
	letter-spacing:-1px;
	position:absolute;
	top:13px;
	left:128px;
	line-height:32px;
}

#ranteDiv 
{
    position: relative;
    height: 59px;
    width: 210px;
    background-image: url(../img/rantediv_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

#ranteDiv .RanteContainer 
{
    padding: 13px 0 0 7px;
}
#ranteDiv .textDiv 
{
    float: left;
    width: 103px;
    font-size: 14px;
    color: #9D9D9D;
    letter-spacing: -0.04em;
    line-height: 17px;
    font-weight: bold;
    font-family: Arial;
}

#ranteDiv .textDiv span
{
    color: #92B62F;
    display: block;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}

#ranteDiv .textDiv a,
#ranteDiv .textDiv a:hover,
#ranteDiv .textDiv a:visited
{
    color: #5C90C5;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}

#ranteDiv .ranta 
{
    background-image: url(../img/rantediv_colon_bg.gif);
    background-position: 2px 8px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    font-size: 28px;
    color: #9D9D9D;
    line-height: 30px;
    padding-left: 16px;
    padding-top: 2px;
    font-weight: bold;
    font-family: Arial;
}

.subscribebox {
	padding:10px;
	overflow:hidden;
	line-height:16px;
}
.subscribebox h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#929292;
	margin-bottom:6px;
}
.subscribebox p.ing {
	color:#767676;
	margin-bottom:20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;

}
.subscribebox input.field {
	width:110px;
	float:left;
	color:#A4A4A4;
	padding:1px;
}
.subscribebox img.btn {
	float:right;
}

.greyHead h3 {
	background:url(../img/box/headgrey.gif) no-repeat #707070;
	height:15px;
	padding:7px 12px;
	color:#FFF;
	font-size:14px;
	margin:0;
	overflow:hidden;
}
.gradient3 {
	background-image:url(../img/box/lightgreybg.gif);
	background-position:0 29px;
	background-repeat:repeat-x;
}
.gradient4 {
	background-image:url(../img/box/lightgreybg2.gif);
	background-position:0 29px;
	background-repeat:repeat-x;
}
.secbox {
	height:157px;
	position:relative;
}
.secbox p {
	margin:11px 11px 0px 11px;
	padding:0;
	font-size:10px;
	color:#767676;
	line-height:12px;
}
.secbox p a {
	color:#3E79B6;
	font-size:10px;
	text-decoration:none;
}
.secbox img {
	position:absolute;
	bottom:0;
	left:0;
}

#frontpage #rightcolumn .secbox img {
	position:relative;
	top:22px;
}


/* 
Not sure if secbox is defined elsewhere, so we define rules for 
secbox on startpage here.
#rightcolumn .secbox p a 
{
	background-image: url(../img/bullet/blue_transp.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right: 10px;		
}
*/

.plainplate, .plainplateSmall, .plainplateBig {
	position:relative;
	width:149px;
	height:96px;
	padding:18px 16px;
	margin:0 0 10px 0;
}

.plainplate {
	background:url(../img/box/plainplate.gif) no-repeat top left;
	height:96px;
}

.plainplateSmall {
	background:url(../img/box/plainplateSmall.gif) no-repeat top left;
	height:60px;
}

.plainplateBig {
	background:url(../img/box/plainplateLong.gif) no-repeat top left;
	height:122px;
}

.plainplate .plainplateicon, .plainplateSmall .plainplateicon, .plainplateBig .plainplateicon {
	position:absolute;
	top:20px;
	right:18px;
}

.elasticplate .plainplateicon{
	position:absolute;
	top:7px;
	right:18px;
}

.plainplateSmall .plainplateicon {
	position:absolute;
	top:10px;
	right:18px;
}


.plainplate .tiltup, .plainplateSmall .tiltup, .plainplateBig .tiltup, .elasticplate .tiltup{ 
	top:-5px !important;
}

.elasticplate .tiltup{ 
	right:1px;
}

.plainplate .ebbaBig {
	top:5px !important;
	right:2px !important;
}

.plainplate h2, .plainplateSmall h2,.contactPlate h2, .EbbaPlate h2 {
	color:#000000;
	font-size:16px;
	line-height:20px;
	padding-left:11px;
}

.plainplate h3, .plainplateSmall h3 {
	color:#5D5D5D;
	font-size:14px;
	line-height:16px;
}

.plainplate h6, .plainplateSmall h6, .elasticplate h6 {
	color:#838383;
	font-size:13px;
	line-height:16px;
}

.plainplate h5, .plainplateSmall h5 {
	color:#5D5D5D;
	font-size:13px;

}

.plainplate h4, .plainplateSmall h4 {
	color:#5D5D5D;
	font-size:12px;
}

.plainplate p, .plainplateSmall p {
	color:#5D5D5D;
	font-size:11px;
	margin:0 0 10px 0;
	line-height:13px;
}

.plainplate fieldset, .plainplateSmall fieldset {
	border:none;
	margin:20px 0 0 0;
	padding:0;
}

.plainplate p input, .plainplateSmall p input {
	color:#8A8A8A;
	width:144px;
	line-height:12px;
}

.plainbox {
	width:165px;
	background:#FFF;
	padding:0 7px;
	margin:0 0 10px 0;
}

.phonebox h2 {
	color:#595959;
	font-size:14px;
	margin:0 0 2px 0;
	line-height:16px;
}
.phonebox p {
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:33px;
}

.elasticplate {
	background:url(../img/box/elasticplate.gif) no-repeat top left;
	border:none;
	position:relative;
	width:149px;
	height:auto;
	padding:18px 16px;
	margin:0;	
}

.plainplate h5, .plainplateSmall h5, .elasticplate h5 {
	color:#5D5D5D;
	font-size:13px;
	line-height:16px;
}

.plainplate h4, .plainplateSmall h4, .elasticplate h4 {
	color:#5D5D5D;
	font-size:12px;
	line-height:15px;
}

.elasticplatefoot {
	height:9px;
	width:180px;
	font-size:0;
	line-height:0;
	background:url(../img/box/elasticplatefoot.gif) no-repeat;
	margin:0 0 10px 0;
}

.elasticplate h2 {
	color:#5D5D5D;
	font-size:16px;
	margin-bottom:4px;
}

.elasticplate h3 {
	color:#5D5D5D;
	font-size:14px;
}

.elasticplate h4 {
	color:#838383;
	font-size:12px;
}
.elasticplate .elasticplateicon {
	float:left;
	padding:10px 8px 0 0;
}
.elasticplate p.rss {
	padding: 8px 0 0 38px;
	padding: 8px 0 0 0px;
	font-size: 10px;
}

/* /Puffar */



/**
	Knappar
*/

/* Modified for Safari, Blake Pettersson @ Mogul */
.sendbutton
{
  display:block;
	background-image:url(../img/button/bigblue_right.gif);
	background-repeat:no-repeat; 
	background-position:top right;
	height:27px;
	padding-right:27px;
	line-height:27px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-right:23px;      
	border:none;
}

.bigbluebutton, .biggreybutton {
	float:right;
	height:27px;
	padding-left:10px;
	position:relative;
	background-image:none;
}

.bigbluebutton a, .biggreybutton a {
	display:block;
	background-image:url(../img/button/bigblue_right.gif);
	background-repeat:no-repeat; 
	background-position:top right;
	height:27px;
	padding-right:27px;
	line-height:27px;
	color:#FFF !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-right:23px;
}

.bigbluebutton a:hover  { text-decoration:none !important; }
.bigbluebutton button:hover, .bigbluebutton input:hover {cursor: pointer;}
.bigbluebutton button, .bigbluebutton input, #comment input.bigbluebutton {
	display:block;
	background-image:url(../img/button/bigblue_right.gif);
	background-repeat:no-repeat; 
	background-position:top right;
	background-color:transparent;
	border:none;
	height:27px;
	padding-right:27px;
	line-height:27px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-right:23px;
}

#comment input.bigbluebutton {
	background-image:url(../img/button/smallblue_all_rounded.gif);
	width: 100px;
	margin-right: 0;
	float: left;
	position: relative; left: -10px;
}
#comment input.bigbluebutton:hover {cursor: pointer;}

p.smallbluebutton {
	background:url(../img/button/smallblue_left.gif) no-repeat top left;
	padding:0 0 0 10px;
	height:19px;
	float:right;
}

p.smallbluebutton a,
p.smallbluebutton a:hover,
p.smallbluebutton button {
	display:block;
	height:19px;
	line-height:18px;
	background:url(../img/button/smallblue_right.gif) no-repeat top right;
	padding:0 12px 0 0;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	text-decoration:none !important;
	background-color:transparent;
	border:none;
}
/**Most wanted action knapp**/
.mostWantedAction {
	float:right;
	height:28px;
	padding-left:28px;
	position:relative;
	background-repeat:no-repeat;
	background-image:url(../img/action_left.gif);
}

.mostWantedAction a {
	display:block;
	background-image:url(../img/action_right.gif);
	background-repeat:no-repeat; 
	background-position:top right;
	height:27px;
	padding-right:27px;
	line-height:28px;
	/*color:#FFF !important;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-right:23px;
}

.mostWantedAction a:hover  { text-decoration:none !important; }

/* /Knappar */

#widetextbody
{
    margin-bottom: 12px;
}


/** 
	Textsidemall 
*/
#widetextpage #maincontainer,
#textpage #maincontainer,
#productpage #maincontainer,
#wideproductpage #maincontainer,
#sectionpage #maincontainer, 
#searchpage #maincontainer,
#widepage #maincontainer,
#customerpage #maincontainer,
#blogpage #maincontainer
#presspage #maincontainer,
#advisorpage #maincontainer,
#newspage #maincontainer,
#usercontrolpage #maincontainer,
#bloglistpage #maincontainer
 {
	height:auto;
	overflow:hidden;
	width:985px;
	overflow:visible;
}
#widetextpage #widecolumn,
#textpage #widecolumn, 
#productpage #widecolumn, 
#wideproductpage #widecolumn,
#contactpage #widecolumn,
#sectionpage #widecolumn, 
#searchpage #widecolumn,
#contactformpage #widecolumn,
#widepage #widecolumn,
#customerpage #widecolumn,
#blogpage #widecolumn,
#presspage #widecolumn, 
#advisorpage #widecolumn,
#newspage #widecolumn,
#usercontrolpage #widecolumn,
#bloglistpage #maincontainer
{
	float:left;
	clear:none;
	width:488px;
	height:auto;
	margin:7px 20px 0 28px;
	padding:0 0 0 0;
	padding:0 0 75px 0;
}

#widecolumn .teaserimg {
	margin:0 0 20px 0;
}

#widetextpage #widecolumn h1,
#textpage #widecolumn h1, 
#searchpage #widecolumn h1, 
#widepage #widecolumn h1,
#productpage #widecolumn h1, 
#wideproductpage #widecolumn h1, 
#contactpage #widecolumn h1,
#sectionpage #widecolumn h1,
#blogpage #widecolumn h1,
#presspage #widecolumn h1, 
#advisorpage #widecolumn h1,
#newspage #widecolumn h1,
#usercontrolpage #widecolumn h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:0 0 16px 0;
	color:#000;
	line-height:26px;
}
#widetextpage #widecolumn h2, 
#widetextpage #widecolumn h3,
#preloginpage #widecolumn h2, 
#preloginpage #widecolumn h3,
#textpage #widecolumn h2, 
#textpage #widecolumn h3,
#presspage #widecolumn h2, 
#presspage #widecolumn h3,
#newspage #widecolumn h2,
#newspage #widecolumn h3,
#usercontrolpage #widecolumn h2, 
#usercontrolpage #widecolumn h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0 0 4px 0;
	color:#000;
	line-height:18px;
}

/*
#widecolumn p, 
#widecolumn p strong, 
#widecolumn p em,
*/
#widetextpage #widecolumn p,
#widetextpage #widecolumn p strong,
#widetextpage #widecolumn p em,
#textpage #widecolumn p, 
#textpage #widecolumn p strong, 
#textpage #widecolumn p em,
#searchpage #widecolumn p, 
#searchpage #widecolumn p strong, 
#searchpage #widecolumn p em,
#widepage #widecolumn p, 
#widepage #widecolumn p strong, 
#widepage #widecolumn p em,
#productpage #widecolumn p, 
#productpage #widecolumn p strong, 
#productpage #widecolumn p em,
#wideproductpage #widecolumn p, 
#wideproductpage #widecolumn p strong, 
#wideproductpage #widecolumn p em,
#blogpage #widecolumn p, 
#blogpage #widecolumn p strong, 
#blogpage #widecolumn p em,
#preloginpage  #widecolumn p, 
#preloginpage  #widecolumn p strong, 
#preloginpage  #widecolumn p em,
#presspage #widecolumn p, 
#presspage #widecolumn p strong, 
#presspage #widecolumn p em,
#advisorpage #widecolumn p, 
#advisorpage #widecolumn p strong, 
#advisorpage #widecolumn p em,
#newspage #widecolumn p, 
#newspage #widecolumn p strong, 
#newspage #widecolumn p em,
#usercontrolpage #widecolumn p, 
#usercontrolpage #widecolumn p strong, 
#usercontrolpage #widecolumn p em
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 16px 0;
	color:#3F3F3F;
	line-height:13px;
}
#contactpage #widecolumn p, 
#contactpage #widecolumn p strong, 
#contactpage #widecolumn p em
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 0 8px 0;
	color:#3F3F3F;
	line-height:13px;
}

#textpage #widecolumn #relatedlist {
	list-style:none;
	margin:16px 0 0 0;
	padding:0 0 0 44px;
	background-image:url(../img/biggreenarrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#textpage #widecolumn #relatedlist li {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}

#textpage #widecolumn #relatedlist li h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7F7F7F;
	font-size:12px;
	font-weight:bold;
}

#textpage #widecolumn #relatedlist li a {
	color:#558BC3;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#textpage #widecolumn #relatedlist li a:hover {
	text-decoration:underline;
}

#textpage #maincontainer, #textpage #maininnercontainer  {
	width:994px !Important;
}


#textpage #rightcolumn {
	padding-top:35px;
}

#productpage #rightcolumn 
{
    padding-top: 56px;
}

/* /Textsidemall */

/* Mellaninloggnings/Scenariosida */
#preloginpage #widecolumn {
	width:660px; 
	padding:0px !important;
	margin-top:0px !important;
	margin-left:0px !important;
	padding:70px 0 75px 55px !important;
	background:url(../img/gradient/widecolTopBG.gif) no-repeat top left !important;
}
#preloginpage #maincontainer {
	background:url(../img/gradient/customergradientbg_top.png) repeat-y; 
	background-image:url(../img/gradient/maincontainer_body_noleft.gif) !important;
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#preloginpage #maininnercontainer {
	background:url(../img/gradient/maincontainer_foot_noleft.gif) no-repeat bottom left !important; 
	width:989px !important;
	padding:0 !important;
	overflow:hidden;
}

#preloginpage #mainfooter {
	background:url(../img/gradient/customergradientbg_bottom.gif) no-repeat; 
	display:block;
	height:138px;
	clear:both;
	width:1000px;
}

#preloginpage #rightcolumn 
{
	padding-left:32px;
    padding-top: 70px;
    width: 231px !important;
}

/**
	Kontaktsida
*/

#contactpage #maincontainer, #contactpage #maininnercontainer  {
	width:994px !Important;
}

#contactpage #rightcolumn {
	width:13px !important;
	margin:0 !important;
	float:left;
	clear:right;
	height:450px;

	background-image:url(../img/maincontainerbg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#contactpage #widecolumn {
	margin-right:0px !important;
	height:auto;
	width:726px;
}

/* plates */

#contactpage div.bigplatecolumn, #contactpage div.bigshortplatecolumn, #contactpage div.verybigplatecolumn, #contactpage div.verybigshortplatecolumn {
	float:left;
	display:block;
	margin-top:18px;
	margin-right:15px;
	padding:0px 9px 0px 15px;
	overflow:hidden;
}

#contactpage div.bigplatecolumn {
	background:url(../img/box/plainplatebig.png) no-repeat;
	width:200px;
	height:330px;
	margin-bottom:21px;
}

#contactpage div.bigshortplatecolumn {
	background:url(../img/box/plainplatebigshort.png) no-repeat;
	width:200px;
	height:215px;
}

#contactpage div.verybigshortplatecolumn {
	background:url(../img/box/plainplatebig.png) no-repeat;
	width:200px;
	height:294px;
}

#contactpage div.verybigplatecolumn {
	background:url(../img/box/plainplatehuge.png) no-repeat;
	width:200px;
	height:374px;
	margin-bottom:21px;
}

div.ebbaplate, div.pennyplate {
	width:221px;
	height:59px;
	float:left;
	display:block;
	background: url(../img/box/fragaebbaliten.gif) no-repeat;
	margin:8px 0px 0px 0px;
	padding:10px 0px 0px 10px;
}

div.pennyplate {
	background: url(../img/box/fragapennyliten.png) no-repeat;
}

/* buttons */

#contactpage p.bigbluebutton {
	float:left;
	width:181px;
	margin:0px 0px 6px 0px;
}

#contactpage p.bigbluebutton a {
    margin-right: 0;
}

#contactpage #secondbutton {
	margin-top:17px !important;
}

/* typography */

#contactpage #widecolumn div.bigplatecolumn p.indent {
	margin:0px 8px 0px 8px;
	line-height:13px;
}
#contactpage #widecolumn div.verybigplatecolumn p.indent {
	margin:0px 8px 0px 8px;
	line-height:13px;
}

#contactpage p.space {
	margin:0px 0px 18px 0px;
	line-height:13px;
}
#contactpage div.bigspace {
	padding:20px 0px 0px 0px;
	line-height:13px;
}

div.ebbaplate p, div.pennyplate p {
	padding-top:2px;
	width:150px;
	line-height:12px;
}

div.ebbaplate span, div.pennyplate span {
	color:#006ca1;
}

/* headlines */

#contactpage #widecolumn div.bigplatecolumn h1,
#contactpage #widecolumn div.bigshortplatecolumn h1,
#contactpage #widecolumn div.verybigshortplatecolumn h1,
#contactpage #widecolumn div.verybigplatecolumn h1 
{
	font-size:18px;
	font-weight:bold;
	color:#7f7f7f;
	margin-bottom:18px;
	margin-top:10px;
	line-height:26px;
}

#contactpage #widecolumn div.bigshortplatecolumn h1,
#contactpage #widecolumn div.verybigshortplatecolumn h1 {
	margin-bottom:15px;
	line-height:26px;
}

#contactpage #widecolumn div.bigshortplatecolumn h2,
#contactpage #widecolumn div.verybigshortplatecolumn h2 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
}

#contactpage #widecolumn h1 {
	font-size:23px;
	font-weight:normal;
	margin:6px 0px 0px 0px;
	line-height:26px;
}

#contactpage div.bigplatecolumn h2,
#contactpage div.verybigplatecolumn h2 {
	font-size:33px;
	margin:-16px 0px 10px 0px;
	line-height:39px;
}

div.ebbaplate h2, div.pennyplate h2 {
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#006ca1;
	line-height:22px;
}

#contactpage #widecolumn h3 {
	clear:both;
	margin:0px 0px 6px 0px;
	background-image:url(../img/bullet/pdf.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:300px;
	height:21px;
	line-height:19px;
}

/* links */
div.ebbaplate a, div.pennyplate a {
	font-size:10px;
	text-decoration:none;
}
div.ebbaplate a:hover, div.pennyplate a:hover  {
	text-decoration:underline;
}

#contactpage #widecolumn h3 a {
	font-size:14px;
	color:#3b80b9;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:30px;
	position:relative;
	top:4px;
}
/* /Kontaktsida */
/****************/

.contactTop
{
 	background:url(../img/box/kontakt-skandia_top.png) no-repeat;
 	width:495px;
 	height:auto;
 	padding:12px;
 	float:left;
	
}

.contactBottom
{
	background:url(../img/box/kontakt-skandia_bottom.png) no-repeat;
	width:495px;
	height:30px;
	float:left;
 	
}
.WhiteBoxTop
{
	
	background:url(../img/box/Kontakta__white_top.png) no-repeat;
	width:472px;
 	height:auto;
}
.WhiteBoxBottom
{
	
	background:url(../img/box/kontakta_white_bottom.png) no-repeat;
	width:474px;
	height:20px;
}
.InnerBox
{
	width:450px;
	padding:12px;
	
	
}
.InnerBox hr
{
	 color: #e2e2e2;
    background-color: #e2e2e2;
    height: 1px;
    border: none;
    width:100%;
    margin: 10px 0 10px 0;	
}

.innerWhiteBox
{
	padding:10px 10px 0 10px;
	
	
}
.WhiteBoxLeft
{
	float:left;	
	width:182px;	
	
	
}
.WhiteBoxRight
{
	float:left;	
	padding-left:18px;
	border-left:solid 1px silver;
	width:251px;
	padding-top:10px;
}
#textpage #widecolumn .WhiteBoxRight ul li
{
	margin-bottom:8px;
}
.button
{
	float:right;
	position:relative;
	text-decoration:none;	
}

.contactPlate ,.EbbaPlate
 {
	position:relative;
	width:208px;
	height:60px;
	/*padding:12px;*/
	margin:0 0 10px 0;
}
.EbbaPlate ul
{
	margin-left:27px;
	margin-top:20px;
	margin-bottom:10px;	
	padding-right:36px;
}
.EbbaPlate ul li
{
	padding-bottom:5px;	
	
}
.EbbaPlate ul li a {
	color:#3E79B6;
	text-decoration:none;
	cursor: pointer;
	background-image:none;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana;
	
}

.contactPlate h2, .contactPlate p,.EbbaPlate h2, .EbbaPlate p
{
	padding-left:12px;
	padding-right:59px;
	padding-top:8px;
}

.contactPlate {
	background:url(../img/box/plainplate_widethin.png) no-repeat top left;
	height:60px;
}

.EbbaPlate
{
	background:url(../img/box/EbbaPlate.png) no-repeat top left;
	height:auto;
}

.EbbaPlatefoot
{
	height:10px;
	width:208px;
	font-size:0;
	line-height:0;
	background:url(../img/box/EbbaPlate_bottom.png) no-repeat;
	margin:-10px 0 10px 0;
}

.contactPlate a, InnerBox a, .WhiteBoxLeft a, .WhiteBoxLeft p a, .EbbaPlate a,.EbbaPlate p a  {
	color:#3B80B9;	
	/*background-image:url(../img/bullet/blue_transp_small.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right:7px;*/
	background-image:url(../img/bullet/blue_transp.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:12px;
	font-weight:bold;	
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#textpage #widecolumn .WhiteBoxLeft a
{
	padding-left:1px;	
}
#textpage #widecolumn .WhiteBoxLeft p 
{
	padding-left:5px;	
}


.InnerBox a
{
	background-image:url(../img/bullet/blue_transp_small.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right:7px;
}
.AdvisorText a
{
	background-image:none;
}

#textpage #widecolumn .contactTop h1 ,#textpage #widecolumn .contactTop h1 span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#7f7f7f;
	margin-bottom:8px;
	margin-top:0px;
	line-height:26px;
	padding-left:2px;
}
#textpage #widecolumn .ContactHeading
{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:23px;
	font-weight:normal;
	line-height:26px;
	margin:12px 0 9px 1px;
}

#textpage #widecolumn .contactTop h2
{
	font-size:25px;
	line-height:39px;
	margin:-6px 0 5px;
	padding-left:2px;	
}

#textpage #widecolumn .contactTop h3
{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin:0 0 2px;	
	
}



/*******************/




/**
	Sektionssida
*/

#sectionpage #maincontainer, #sectionpage #maininnercontainer  {
	width:994px !Important;
}

#sectiontopbox {
	position:relative;
	background:url(../img/box/sectiontopbg_place.jpg) no-repeat;
	width:448px;
	height:108px;
	padding:20px;
	margin:0 0 12px 0;
	color:white;
}
#sectiontopbox h1 {
	color:#FFF !important;
	font-size:25px !important;
	line-height:22px;
	letter-spacing:-1px;
	font-weight:bold !important;
	margin:0 0 8px 0 !important;
	padding:0 !important;
	width:300px;
}
#sectiontopbox h2 {
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	width:300px;
	margin:0 0 10px 0;
	line-height:18px;
}
#sectiontopbox h2 strong, #sectiontopbox h2 em, #sectiontopbox h2 b { 
	color:#FFF;
	font-weight:bold;
	font-size:16px !important; 
}

#sectiontopbox p {
	color:#FFF;
	font-size:11px;
	width:300px;
	line-height:13px;
}

#sectiontopbox p a {
	color:#FFF;
	font-size:10px;
	padding:0 9px 0 0;
	text-decoration:none;
	background:url(../img/bullet/smallwhitearrow.gif) no-repeat center right;
}
#sectiontopbox img.icon {
	position:absolute;
	top:0;
	/*right:10px;*/
	right:0px;
}


#widecolumn .section-push-left {
	width:236px; 
	height:110px; 
	margin-top:0; 
	background-image:url(../img/box/puffyta_liten.jpg); 
	position:relative;
	float:left;
}

#widecolumn .section-push-right {
	width:236px;
	height:110px; 
	margin-top:0; 
	background-image:url(../img/box/puffyta_liten.jpg);
	position:relative;
	float:right; 
}

#widecolumn .section-push-full {
	float:left; 
	width:488px; 
	height:91px; 
	background-image:url(../img/box/puffyta_stor.jpg); 
 	background-repeat:no-repeat; 
	margin-top:5px; 
	position:relative;
}

.section-push-left p, 
.section-push-right p, 
.section-push-full p {
	line-height:13px;
}

.section-push-left img, 
.section-push-right img, 
.section-push-full img {
	float: right;
}

.section-push-right h3, 
.section-push-left h3,
.product-intro-left h3,
.product-intro-right h3,
.section-push-full h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	position:relative;
	margin-top:23px !Important; 
	margin-left:16px;
	line-height:16px;
}

#sectionpage #widecolumn .section-push-right p, 
#sectionpage #widecolumn .section-push-left p,
#sectionpage #widecolumn .section-push-full p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1C1C1C;
	color: #000;
	margin:10px 0 7px 16px;
}

.section-push-left a, 
.section-push-right a,
.section-push-full a {
	color:#3B80B9;
	font-weight:bold;
	background-image:url(../img/bullet/blue_transp_small.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right:9px;
	text-decoration: none;
}

#sectionpage #rightcolumn { padding-top:7px; }
/* /Sektionssida */






/**
	Produktsida
*/
#productpage #maincontainer, #wideproductpage #maincontainer {
	height:auto !important;
}

#wideproductpage #maincontainer {
    background-image: url(../img/gradient/maincontainer_body_noright.gif) !important;
}

#productpage #maincontainer,
#productpage #maininnercontainer,
#wideproductpage #maincontainer,
#wideproductpage #maininnercontainer  {
	width:994px !Important;
}

#wideproductpage #maininnercontainer {
    background-image: url(../img/gradient/maincontainer_foot_noright.gif) !important;
}

#productpage #widecolumn,
#wideproductpage #widecolumn {
	background-image:url(../img/widecolbottombg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:auto !important;
}

#productpage #widecolumn h1,
#wideproductpage #widecolumn h1 {
	color:#FF8028;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	/* -- Changed for skandia.se
	float:left;
    */
    margin: 0 0 0 6px;
}

#productpage #widecolumn h2, 
#wideproductpage #widecolumn h2 {
	line-height:20px;
}

#productpage #seperator 
{
    height: 7px;
}


#subtabnav 
{
    margin: 1px 6px;
	list-style:none;
	/* -- Changed for skandia.se
	float:right;
	margin-right:12px;
    */
}
#subtabnav li {
	float:left;
	margin:0 0 0 0;
	height:28px;
	background-image:url(../img/subtab_left.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:top left;
}
#subtabnav li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	height:28px;
	line-height:31px;
	float:left;
	background-image:url(../img/subtab_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 16px 0 7px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}
#subtabnav li.on {
	background-position:bottom left;
}
#subtabnav li.on a {
	background-position:bottom right;
	color:#747474;
}
#subtabnav li a:hover { text-decoration:none; }



.subtab {
	position:relative;
	width:447px;
	height:108px; 
	background-image:url(../img/prod/topboxbg.jpg);
	background-repeat:no-repeat;
	padding:24px 20px;
	margin:-1px 0 16px 0;
}

.shorttab {
	 background-image:url(../img/prod/topboxbg_short.gif);
}

.subtab h2 {
	font-size:26px;
	font-weight:bold;
	width:270px;
	margin:0;
	margin-bottom:5px;
	color:#000;
	position:relative;
	z-index:1;	
	line-height:27px !Important;	

}

.subtab h3 {
	font-size:15px;
	font-weight:bold;
	width:270px;
	margin:0 0 4px 0;
	color:#000;
	position:relative;
	z-index:1;	
	line-height:18px;	
}

.subtab p {
	width:270px;
	font-size:11px;
	color:#000 !important;
	position:relative;
	z-index:1;
	line-height:13px !Important;
}
.shorttab p,
.shorttab h2,
.shorttab h3,
.wideintro p,
.wideintro h2,
.wideintro h3  {
	width:auto;
}

.subtab .tabimgbg {
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}

#featurelist {
	float:left;
	list-style:none;
	margin:0 0 30px 0;
	padding:0; 
	width:232px;
}
#featurelist a:hover, #pricelist a:hover { text-decoration:underline !important; }
#featurelist li {
	list-style:none;
	margin:0 0 6px 0;
	padding:0 0 0 20px;
	background-image:url(../img/bullet/bigorange.gif);
	background-repeat:no-repeat;
	line-height:13px;
	
}

#featurelist li.readmore {
	margin-top:10px;
	background-image:none;
	padding-left:0;
	line-height:13px;	
}

#featurelist li.readmore a {
	margin-top:10px;
	background-image:none;
	padding-left:0;
	color:#3D7CBC;
	text-decoration:none;
	font-weight:bold;	
	background:url(../img/bullet/blue_transp.gif) no-repeat center right;
	padding-right:14px;
}
#Countlnk {
	clear:left;
	background-image:none;
	padding-left:0;
	color:#3D7CBC;
	text-decoration:none;
	font-weight:bold;	
	background:url(../img/bullet/blue_transp.gif) no-repeat bottom right;
	padding-right:14px;
}
#productPageIntroText {
	padding-left:12px;
	padding-bottom:0px;
}

#pricelist {
	float:left;
	position:relative;
	top:-40px;
	left:10px;
	width:204px;
	height:140px;
	background-image:url(../img/prod/priclistbg.png);
	background-repeat:no-repeat;
	padding:20px;
	font-family:Tahoma, Arial, sans-serif;
	line-height:13px;
}

#pricelist .iewrapper 
{
    display: inline;
}

#pricelist h3 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 10px 0;
	font-family:Tahoma, Arial, sans-serif;
	line-height:13px;
}
#pricelist dl {
	width:204px;
	font-family:Tahoma, Arial, sans-serif;
	line-height:13px;
}
#pricelist dl dt {
	display:block;
	/*width:165px;*/
	width:144px;
	margin:0 10px 5px 0;
	float:left;
	font-family:Tahoma, Arial, sans-serif;
}
#pricelist dl dd {
	display:block;
	font-weight:bold;
	/*width:25px;*/
	width:50px;
	text-align:right;
	margin:0 0 5px 0;
	float:left;
	font-family:Tahoma, Arial, sans-serif;
}
#pricelist p.readmore {
	font-size:11px;
	padding:7px 0 0 0;
}
#pricelist p.readmore a {
	font-size:11px;
	font-weight:bold;
	color:#3D7CBC; 
	text-decoration:none;
	background:url(../img/bullet/blue_transp.gif) no-repeat center right;
	padding-right:14px;
}

#wideproductpage #widecolumn {
	background-image:none;
	width: 738px;
	margin-right:4px;
	position:static;
}

#wideproductpage #widecolumn .subtab {
    width: 702px;
    background-image: url(../img/prod/topboxbg_wide.jpg);
    height: 206px;
    margin-bottom: 0px;
}

#wideproductpage #widecolumn .subtab h2,
#wideproductpage #widecolumn .subtab p,
#wideproductpage #widecolumn .subtab #featurelist {
    width: 444px;
}

#wideproductpage #widecolumn .subtab img.prodbg
{
    position:absolute;
    right:40px;
    top:-20px;
    z-index:0;
}

#wideproductpage #widecolumn #pricelist {
    width: 364px;
    height: 186px;
	background-image:url(../img/prod/wideprodbox_bg.png);
    left:2px;
    padding: 0;
    top: -28px;
}
.product-intro-left img,
.product-intro-right img {
    float: right;
    margin-right: 13px;
}

#wideproductpage #widecolumn .product-intro-left p,
#wideproductpage #widecolumn .product-intro-right p {
    margin: 10px 0 7px 24px;
    line-height: 13px;
    position: relative;
}

#wideproductpage #widecolumn .product-intro-left h2,
#wideproductpage #widecolumn .product-intro-right h2 {
    margin: 20px 0 16px 24px;
    font-size: 18px;
    line-height: 16px;
    position: relative;
}

#wideproductpage #widecolumn .product-intro-left #featurelist a,
#wideproductpage #widecolumn .product-intro-right #featurelist a {
    background-image:url(../img/bullet/blue_transp_small.gif);
    background-position:right center;
    background-repeat:no-repeat;
    color:#3B80B9;
    font-weight:bold;
    padding-right:9px;
    text-decoration:none;
    position: relative;
}

#wideproductpage #widecolumn #pricelist #featurelist {
    margin-left: 24px;
    margin-bottom: 0;
}
#wideproductpage #widecolumn #pricelist .bigbluebutton{
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

/* Produkt > Priser */
#productpage.pricelist #widecolumn {
	background-image:none;
}

#productpage.fullpricelist #widecolumn h1, #productpage.insuranceprices #widecolumn h1 {
	color:#FF8028;
	font-size:18px;
	font-weight:bold;
	float:none;
}

.shorttab {
	height:auto !important;
	padding-bottom:0;
}

#pricelisttable,
#pricelisttable2,
.pricelisttable2,
.pricelisttable {
	width:485px;
	margin:0 0 12px 0;
	padding:0;
	border-collapse:collapse;
}
#pricelisttable2,
.pricelisttable2 {
	margin:0 0 24px 0;
}
#pricelisttable tr.head,
#pricelisttable2 tr.head,
.pricelisttable2 tr.head,
.pricelisttable tr.head {
	display:none;
}
#pricelisttable caption,
#pricelisttable2 caption,
.pricelisttable2 caption,
.pricelisttable caption {
	background:url(../img/prod/pricelisttablehead.gif) no-repeat;
	margin:0;
	padding:0;
	height:25px;
	width:485px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	line-height:26px;
}
#pricelisttable caption div,
#pricelisttable2 caption div,
.pricelisttable2 caption div,
.pricelisttable caption div {
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	padding:0px 0px 0px 13px; /*SAFARI OVERFLOW FIX */
}

#pricelisttable caption p,
#pricelisttable2 caption p,
.pricelisttable2 caption p,
.pricelisttable caption p {
	font-weight:bold;
	font-size:14px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#616161 !important;
	padding:0px 0px 0px 13px; /*SAFARI OVERFLOW FIX */
	margin: 0 !important;
	line-height: 26px !important;
}

#pricelisttable caption div.fullPriceList,
#pricelisttable2 caption div.fullPriceList,
.pricelisttable2 caption div.fullPriceList,
.pricelisttable caption div.fullPriceList {
	padding:0px;
}
#pricelisttable2 caption,
.pricelisttable2 caption {
	background-image:none;
	border-bottom:1px solid #E9E9E9;
	height:auto;
	height:20px;
	line-height:20px;
	width:485px;
	margin:0 0 0 0;
	padding:0 0 0 13px;
}

#pricelisttable caption em,
.pricelisttable caption em {
	display:block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	height:11px;
	font-weight:normal;
	font-style:normal;
	color:#999;
	margin:-19px 10px 0 0;
}
.fullpricelist .pricelisttable caption em { display:none; }
#pricelisttable tr,
#pricelisttable2 tr,
.pricelisttable2 tr,
.pricelisttable tr {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#pricelisttable tr td,
.pricelisttable tr td,
#pricelisttable2 tr td,
.pricelisttable2 tr td {
	border-bottom:1px solid #E9E9E9;
	height:22px;
	line-height:21px;
	padding:0 0 0 12px;
	margin:0 0 0 0;
	overflow:hidden;
	margin-right:0px;
}
#pricelisttable tr td em,
.pricelisttable tr td em,
#pricelisttable2 tr td em,
.pricelisttable2 tr td em, 
#contactform em  {
	color:#EC6100;
}

table.savingsaccount tr td.c1, table.savingsaccount col.colOne
{
	width:280px !important;
}
/*
	Table item price
*/
#pricelisttable em,
.pricelisttable em,
#pricelisttable2 em,
.pricelisttable2 em {
	color:#EC6100;
}

table.productItemTable{
	width:485px;
}

table.productItemTable thead{
	display:none;
}

table.productItemTable caption,
table.productItemTable th{
	text-align:left;
}

table.productItemTable col.colOne{
	width:412px;
	background:#fff;
}

table.productItemTablecol.colTwo {
	font-weight:bold !Important;
	color:red !Important;
	width:73px;
	border-left:1px solid #E9E9E9;
	background-color:#F7F7F7;
}

table.productItemTable td,
table.productItemTable th{
	padding:3px;
}
table.productItemTable dl dt{
	float:left;
	clear:left;
}
table.productItemTable dl dd{
	float:left;
}

#pricelisttable tr td.c2,
.pricelisttable tr td.c2,
#pricelisttable2 tr td.c2,
.pricelisttable2 tr td.c2,
.colTwo {
	border-left:1px solid #E9E9E9;
	background-color:#F7F7F7;
	font-weight:bold;
}

/* End table layout */

.floatleft { float:left !important; }

#tablelegend {
	padding:0 12px;

}
#tablelegend dl {
	padding-bottom:30px;
	float: left;
	width:365px;
}
#tablelegend dt {
	width:30px;
	height:12px;
	line-height:12px;
	color:#EC6100;
	margin:0 0 3px 0;
	float:left;
	clear:left;
}
#tablelegend dd {
	font-size:10px;
	line-height:12px;
	color:#000;
	margin:0 0 3px 0;
	float:left;
	width:320px;
}

td#tablelegend { padding:20px 0 0 12px;border:none; }

.fullpricelist #widecolumn h1, .insuranceprices #widecolumn h1 {
	font-size:22px !important;
	color:#3F3F3F !important;
	font-weight:normal !important;
}

.fullpricelist #pricelisttable tr,
.fullpricelist .pricelisttable tr {
	display:none;
}
.fullpricelist #pricelisttable.open tr,
.fullpricelist .pricelisttable.open tr {
	display:table-row;
}
.fullpricelist .open caption em { display:block;}
.fullpricelist #pricelisttable.open tr.head,
.fullpricelist .pricelisttable.open tr.head {
	display:none;
}
.fullpricelist #pricelisttable caption,
.fullpricelist .pricelisttable caption {
	background-image:url(../img/prod/pricelisttablehead2.gif);
	background-position:top left;
	color:#3D81BE;
	padding-left:0;
}
.fullpricelist .pricelisttable caption a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	padding-left:30px;
	text-decoration:none;
	color:#3D81BE;
}
.fullpricelist .pricelisttable caption a:hover {
	text-decoration:none !important;
}
.fullpricelist #pricelisttable.open caption,
.fullpricelist .open caption {
	background-position:bottom left;
	color:#616161;
}
.fullpricelist .open caption a {
	padding-left:30px;
	text-decoration:none;
	color:#616161;
}
.fullpricelist #widecolumn{
	position:relative;
}
.fullpricelist .printout {
	position:absolute;
	top:5px;
	right:5px;
	height:16px;
}
.fullpricelist .printout a {
	height:16px;
	line-height:16px;
	display:block;
	color:#3F3F3F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/icon/skrivut.gif) no-repeat center left;
	padding-left:24px;
}
.fullpricelist #widecolumn #tablelegend .smallbluebutton { display:none !important; }

.tablesubtitle td {
	font-weight:bold;
	padding-top:10px !important;
}

/* /Produkt > Priser */

/* /Produktsida */


/**
	contactformpage
*/
#contactformpage #widecolumn {
	width:982px; 
	padding:0px !important;
	margin:0px !important;
	padding:7px 0 0 27px !important;
	background:url(../img/gradient/widepagebg_top.gif) no-repeat !important;
}

#contactformpage #maincontainer {
	background:url(../img/gradient/widepagebg_body2.gif) repeat-y !important; 
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#contactformpage #maininnercontainer {
	background:url(../img/gradient/widepagebg_foot.gif) no-repeat bottom left !important; 
	margin-left:7px;
	width:982px !important;
	padding:0 !important;
	overflow:hidden;
}

/* --- columns --- */

#contactformpage #contactformMain {
	float:left;
	width:584px; /* 644 */
	margin-left:42px;
	margin-top:40px;
	padding-left:6px;
	margin-bottom:30px;
}

#contactformpage #customerRight {
	float:right;
	width:395px;
	margin-right:-6px;
	margin-top:44px;
}

#contactformpage #contactformMainWide {
	float:left;
	width:854px; /* 644 */
	margin-left:42px;
	margin-top:40px;
	padding-left:6px;
}

/* --- form --- */

#contactformpage #contactformMain p.formrow input {
	width:196px;
	float:left;
	height:20px;
	border:1px #abadb3 solid;
	font-size:12px;
}

#contactformpage p.formrow {
	display:block;
	height:30px;
}

#contactformpage #contactformMain p.formrow label {
	display:block;
	width:122px;
	float:left;
	padding-top:3px;
}


#contactformpage p.bigbluebutton {
	background-image:url(../img/button/bigblue_left.gif);
	background-repeat:no-repeat; 
	height:27px;
	padding-left:10px;
	float:left;
	margin:10px 0px 25px 0px;
}

/*--- form --*/

#contactformpage textarea /*, #contactformpage input */ {
border:1px solid #d4d0c8;
font-family:Verdana, sans-serif;
font-size:11px;
}

#contactformpage select {
border:1px solid #d4d0c8;
font-family:Verdana, sans-serif;
font-size:11px;
}

#contactformpage textarea {
width:259px;
height:84px;
}

#contactformpage .radio input {
border:0px;
}

#contactformpage #meddelande {
height:130px;
width:322px;
}

#contactformpage .long, #contactformpage .long2, #contactformpage .long3, input.long  {
width:188px;
height:18px;
padding:0px 0px 0px 2px;
margin:4px 10px 0px 0px;
border:1px solid #d4d0c8;

}


#contactformpage .long {
width:191px;
position:relative;
top:-7px;
}

#contactformpage .long2 {
width:191px;
position:relative;
top:-7px;
}

#contactformpage .long3 {
width:250px;
}

#contactformpage div.inputRow {
padding:0px 0px 4px 0px;
clear:left;
}

#contactformpage div.inputRow input, #contactformpage div.inputRow em  {
position:relative;
top:1px;
}

#contactformpage div.inputRow em {
position:relative;
top:6px;
}

#contactformpage div.textareaRow {
float:left;
margin:4px 0px 0px 0px;
}

#contactformpage #textareaRight {
float:left;
margin-left:20px;
}

#contactformpage div.radioLeft {
float:left;
width:180px;
margin-top:5px;
}

#contactformpage div.radioLeft span {
display:block;
width:150px;
height:12px;
}

#contactformpage div.radioLeft span input {
margin-right:5px;
position:relative;
clear:left;
float:left;
top:-1px;
}

#contactformpage div.singleRow {
clear:left;
padding-top:16px;
}


#contactformpage div.singleRow input {
float:left;
}

#contactformpage div.singleRow label {
margin-left:5px;
width:40px;
display:block;
height:14px;
float:left;
}

#contactformpage div.singleRow2 {
margin-top:30px;
}

#contactformpage .littleInput {
border:1px solid #d4d0c8;
height:16px;
padding:0px 0px 0px 0px;
width:40px !Important;
position:relative;
left:120px;
top:-14px !Important;
}

#contactformpage .littleInput2 {
border:1px solid #d4d0c8;
margin-left:10px;
height:16px;
padding:2px 0px 0px 2px;
width:108px;
float:left;
position:relative;
left:50px;
top:-17px!Important;
}

#contactformpage .disabled {
 background-color: #ececec; 
 border: #d4d0c8 1px solid; 
 color: #000000; 
 cursor: default; 

}

/*=======  TEXT  =========*/

#contactformpage p#ingress {
margin-bottom:33px;
width:322px;
}

#contactformpage p.headline {
font-weight:bold;
margin:18px 0px 7px 0px;
}

#contactformpage span.inputName {
display:block;
width:69px;
float:left;
padding-top:8px;
}

#contactformpage div.kundservice {
width:322px;
}

#contactformpage div.clr {
display:block;height:7px;clear:both;
}

#contactformpage div.clr2 {
display:block;height:1px;clear:both;
}

#contactformpage div.clr3 {
display:block;height:10px;clear:both;
}


/*--- colors & sizes --*/

div.confirmLeft {
	font-size:9px;
}

#contactformMain a {
	color:#346fa7;
	text-decoration:none;
	font-size:9px;
}

#contactformpage #widecolumn h1 {
	font-size:23px;
	font-weight:normal;
	color:#3f3f3f;
	margin:-2px 0px 20px 0px;
}

div#contactformMain em, div#mainfooter em {
	color:#ff8128;
}
/* /contactform */


/**
	Söksida
*/
#searchpage #maincontainer {
	background:url(../img/gradient/searchpagebg_body.gif) repeat-y !important; 
	height:auto;
	margin-bottom: 12px;
}

#searchpage #maininnercontainer { 
	width:994px;
	background:url(../img/gradient/searchpagebg_top.gif) no-repeat !important;
}

#searchpage #widecolumn {
	width:637px; 
	height:auto; 
	margin-right:30px;
	padding-left:43px;
}
#searchpage #widecolumn fieldset {
	width:562px;
	padding:18px;
	background-color:#FBFBFB;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	
	/* Fix for layout bug */
	margin:0;
}
#searchpage #widecolumn fieldset p {
	float:left;
	height:27px;
	line-height:27px;
	margin:0;
}
#searchpage #widecolumn input {
	width:246px;
	margin-right:10px;
	height: 18px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	
	/*margin-top:5px;*/
}

#searchpage #widecolumn input.button {
	width:55px;
	font-size: 14px;
	height: 27px;
	font-family: Arial, Helvetica, Sans-Serif;
	float:none;
}

#searchpage #widecolumn p.bigbluebutton {
	position: relative; top: -2px;
}

#searchpage #widecolumn h2 {
	font-size:14px;
	font-weight:bold;
}
#searchpage #widecolumn p {
	color:#000;
}
#searchpage #widecolumn p a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#searchpage #widecolumn p.bigbluebutton a {
	color:#FFF;
}
#searchpage #widecolumn p a:hover {
	text-decoration:underline;
}
#searchpage #searchresultnav {
	border-bottom :1px solid #D4D4D4;
	margin:20px 0 20px 0;
	width:598px;
}
#searchpage #searchresultlist {
	list-style:none;
	width:596px;
	margin:0;
	padding:0;
}
#searchpage #searchresultlist li {
	list-style:none;
	margin:0 0 26px 0;
	padding:0;
}
#searchpage #searchresultlist li h3 {
	margin:0 0 2px 0;
}
/*News archive*/
.newssearch
{
    width:100%;   
}
.newssearchbut
{
    float:right;
    clear:right;
    margin-top:20px;
}
.newssearchflleft
{
    float:left;
}
.newssearchflright
{
    float:right;
    clear:right;
}

/* Ändrat av Blake Pettersson */
#searchpage #searchresultlist li h3 a 
{
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	/*
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
	*/
	color:#0066CC;
	
}
#searchpage #searchresultlist li h3 a:hover {
	text-decoration: underline;
}

#searchpage #searchresultlist li p,
#searchpage #searchresultlist li p strong,
#searchpage #searchresultlist li p em {
	color:#000;
}
#searchpage #rightcolumn {
	/*width:238px !important;*/
	margin:0 0 0 13px;
	height:auto;
}
#searchpage #rightcolumn #searchhelp {
	width:210px;
	margin:0 0 24px 0;
}
#searchpage #rightcolumn #searchhelp h2 {
	color:#5C5C5C;
	font-size:14px;
	margin:0 0 12px 0;
}
#searchpage #rightcolumn #searchhelp p {
	color:#000;
	font-size:10px;
}
#searchpage .ebbaplate, #searchpage .pennyplate {
	margin:0 0 24px 0;
}

/* /Söksida */


/**
	Bredsida
*/
#widepage #maincontainer {
	background:url(../img/gradient/widepagebg_body.gif) repeat-y !important; 
	height:auto;
}

#widepage #maininnercontainer { 
	width:994px;
	background:url(../img/gradient/widepagebg_top.gif) no-repeat !important;
}

#widepage #widecolumn {
	width:850px; 
	height:auto; 
	margin-right:30px;
/*	padding-left:23px;*/
	padding-bottom:0px;
}

/* /Bredsida */
#widetextpage #widecolumn {
	width:488px; 
	padding:0px !important;
	margin-top:0px !important;
	margin-left:0px !important;
	padding:7px 0 75px 55px !important;
	background:url(../img/gradient/widecolTopBG.gif) no-repeat top left !important;
}

#widetextpage #maincontainer {
	background:url(../img/gradient/customergradientbg_top.png) repeat-y; 
	background-image:url(../img/gradient/maincontainer_body_noleft.gif) !important;
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#widetextpage #maininnercontainer {
	background:url(../img/gradient/maincontainer_foot_noleft.gif) no-repeat bottom left !important; 
	width:989px !important;
	padding:0 !important;
	overflow:hidden;
}

#widetextpage #mainfooter {
	background:url(../img/gradient/customergradientbg_bottom.gif) no-repeat; 
	display:block;
	height:138px;
	clear:both;
	width:1000px;
}

#widetextpage #rightcolumn 
{
    padding-top: 48px;
    width: 426px !important;
}

#widetextpage #widecolumn .radgivningsinnehall 
{
    padding: 0 !important;
}


/**
	nyhetsida
*/
#newspage #widecolumn {
	/*width:703px;*/
	padding:0px !important;
    margin-left:0 !important;
    margin-top:0 !important;
	padding:7px 0 75px 55px !important;
	background:url(../img/gradient/widecolTopBG.gif) no-repeat top left !important;
}

#newspage #maincontainer {
	background:url(../img/gradient/customergradientbg_top.png) repeat-y; 
	background-image:url(../img/gradient/maincontainer_body_noleft.gif) !important;
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#newspage #maininnercontainer {
	background:url(../img/gradient/maincontainer_foot_noleft.gif) no-repeat bottom left !important; 
	width:989px !important;
	padding:0 !important;
	overflow:hidden;
}

#newspage #mainfooter {
	background:url(../img/gradient/customergradientbg_bottom.gif) no-repeat; 
	display:block;
	height:138px;
	clear:both;
	width:1000px;
}

#newspage #rightcolumn 
{
    width:426px !important;
    padding-top: 48px;
}

#newspage #widecolumn .radgivningsinnehall 
{
    padding: 0 !important;
}

/* /nyhetsida */


/**
Stipendium ansökan
*/

.row { CLEAR: both }
.elementwithsub { FLOAT: left ; margin-bottom: 1em;}
.elementwithoutsub { FLOAT: left ;width:20em;}
.elementwithsub INPUT { border:1px solid #ABADB3;font-size:12px;height:15px;width:16.4em; }
.elementwithsub textarea { border:1px solid #ABADB3;font-size:12px;height:50px;width:420px; }
.elementwithsub select { border:1px solid #ABADB3;font-size:12px;width:196px; }
.clearleft {clear:left ; margin-bottom: 1em;}
.specialheading {margin-bottom: 0.7em;font-weight:bold;}
.formdiv {width:700px}

/* /Stipendium ansökan */

/**
    SITEMAP PAGE          
*/

#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    font-size: 0.7em;
}

#SiteMap li li a
{
    
}

#SiteMap li li li
{
    font-size: 1em;
}


/* /SITEMAP PAGE */

/**
	Bloggsida
*/

#blogpage #maincontainer, #blogpage #maininnercontainer  {
	width:994px !Important;
}

#blogpage #maincontainer {
	height:auto !important;
}
#blogpage #rightcolumn a, #blogpage #widecolumn a {
	color:#558BC3;
	text-decoration:none;
}
#blogpage #rightcolumn a:hover, #blogpage #widecolumn a:hover {
	text-decoration:underline;
}
#blogpage #widecolumn h1 {
	color:#FF8028;
	font-size:18px;
	font-weight:bold;
	float:left;
}
#widecolumn .greenHead h3 {
	background:url(../img/box/headgreen-widecolumn.gif) no-repeat #C0CD23;
	height:15px;
	padding:7px 12px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	overflow:hidden;
}
#blogpage #rightcolumn ul.smallbullet li {
	margin-bottom:5px;
}
/* 
topbox
 */
.blogtopbox {
	position:relative;
	width:487px;
	height:156px;
	margin:0 0 12px 0;
	background: transparent url(../img/box/blogtopboxbg.gif) no-repeat 0px 29px;
}
#blogpage #widecolumn .blogtopbox h4 {
	padding: 12px 0 0 12px;
}

#blogpage #widecolumn .blogtopbox p {
	color:#000;
	font-size:11px;
	width:300px;
	padding: 2px 0 0 12px;
	line-height:13px;
}

#blogpage #widecolumn .blogtopbox p.byline {
	color:#6E6E6E;
	padding: 0 0 0 12px;
}
.blogtoppicture {
	position: absolute;
	right:0;
	top:4px;
	float:right;
	height:143px;
	width:134px;
	background: transparent url(../img/dummies/blog_fredrik.png) no-repeat;
}

.altblogtoppicture {
	position: absolute;
	right:0;
	top:4px;
	float:right;
	height:143px;
	width:134px;
	background: transparent url(../img/dummies/blog_bygga_om.jpg) no-repeat;
}


/*
Post
*/

#widecolumn .blog-post {
	width:489px; 
	padding:0;
	margin:0;
	background:url(../img/box/blogpostbg.gif) no-repeat; 
	float:left;
}

.blog-post h3 {
	padding:10px 14px 20px 14px;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D5D;
	line-height:20px;
}

.blog-post .post-body, .blog-post p {
	margin:0 0 13px 0;
	padding:0 14px;
	line-height:13px;
}
.blog-post .post-link a, .blog-post p a {
	margin:0 0 0px 0;
	padding:0 0px;
	font-weight:bold;
	letter-spacing:0;
	color:#558BC3;
	text-decoration:none;
	line-height:13px;
}

.blog-post .post-comment-link 
{
	padding-left: 0;
}
.blog-post .post-comment-link a {
	margin:0;
	padding-left:35px;
	background: transparent url(../img/icon/blogcomment.gif) no-repeat 14px 2px;
	letter-spacing:0;
	color:#558BC3;
	text-decoration:none;
	line-height:13px;
}
.blog-post a:hover {
	text-decoration: underline;
}
.comment-date {
	color:#5D5D5D;
}


/*
Comments
*/

#widecolumn .blog-comments {
	width:489px; 
	padding:0;
	margin:0;
	float:left;
	border-top: 1px solid #DCDCDC;
}
.blog-comments h3.post-title {
	padding:10px 14px 5px 14px;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D5D;
	line-height:18px;
}
.blog-comments h4 {
	padding:0px 14px 5px 34px;
	margin: 10px 0 0 0;
	background: transparent url(../img/icon/blogcomment-grey.gif) no-repeat 14px 2px;
	line-height:18px;
}
.blog-comments h4 a {
	position: relative;
	left:324px;
	font-weight: normal;
}
#blogpage #widecolumn .blog-comments h4 a {
	color:#C93533;
	text-decoration:underline;
	font-size: 10px;
}
#blogpage #widecolumn .blog-comments p {
	padding:0 0 0 14px;
	margin:0;
	font-size: 10px;
	line-height:13px;	
}
#blogpage #widecolumn .blog-comments .byline {
	padding:0 14px 12px 14px;
	margin:5px 0 0 0;
}

/*
Comment this
*/
#widecolumn .comment-this-post {
	width:489px; 
	padding:0;
	margin:0;
	margin-bottom: 20px;
	float:left;
}
.comment-this-post h3 {
	padding:13px 14px 0px 14px;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D5D;
	border-top: 1px solid #DCDCDC;
}

.comment-this-post h4
{
	color:Black;
	padding:5px 0 0 14px;
}
.comment-this-post p {
	color:#6E6E6E !important;
	padding: 0 0 0 14px !important;
}

#id_matrix 
{
	margin-left: 13px;
}

/**
Form
*/
#comment input {
	font-size: 13px
}
/* Form */
#comment div {
	margin:0.25em 0;
}

#comment fieldset {
	margin:0em 0;
	padding-left: 14px;
}

#comment legend {
	color:#666;
	font-weight:bold;
	display: none;
}

#comment label {
	display: block;
	float:left;
	width:100%;
	font-weight: bold;
	padding-bottom: 2px;
}

#comment p {
	text-align:right;
}

#comment div.error p {
	margin-bottom:0;
	text-align:center;
}

#comment td, #comment th {
	padding:0;
}

#comment tr.fel td {
	padding-bottom:16px;
	background-color:#ffc;
}

#comment th {
	font-weight:normal;
	vertical-align:bottom;
}

.submitrow {
	text-align:left;
	padding:13px 0 0 0;
	margin:0;
}
#comment  p.bigbluebutton  {
	float:left;
	text-align:left;
}

#comment  p.disclaimer  {
	width: 357px;
	float:right;
	text-align:left;
}

/**
End blog
*/




/**
	Bli kund
*/
#customerpage #widecolumn {
	width:949px; 
	width:922px; 
	padding:0px !important;
	margin:0px !important;
	padding:7px 0 0 27px !important;
	/*background:url(../img/gradient/widecolTopBG.gif) no-repeat top left !important;*/
	background:url(../img/gradient/widecolTopBG.gif) no-repeat -7px 0 !important;
}

#customerpage #maincontainer {
	background:url(../img/gradient/customergradientbg_top.png) repeat-y; 
	background-image:url(../img/gradient/maincontainer_body_noleft.gif) !important;
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#customerpage #maininnercontainer {
	background:url(../img/gradient/maincontainer_foot_noleft.gif) no-repeat bottom left !important; 
	margin-left:7px;
	width:982px !important;
	padding:0 !important;
	overflow:hidden;
}

#customerpage #mainfooter {
	background:url(../img/gradient/customergradientbg_bottom.gif) no-repeat; 
	display:block;
	height:138px;
	clear:both;
	width:1000px;
}


/* --- columns --- */

#customerpage #customerLeft {
	float:left;
	width:320px;
	margin-left:42px;
	margin-top:40px;
	padding-left:6px;
}

#customerpage #customerRight {
	float:right;
	width:395px;
	margin-right:-6px;
	margin-top:44px;
}

/* --- left --- */

/* --- form --- */

#customerpage #customerLeft p.formrow input {
	width:196px;
	float:left;
	height:20px;
	border:1px #abadb3 solid;
	font-size:12px;
}

#customerpage p.formrow {
	display:block;
	height:30px;
}

#customerpage #customerLeft p.formrow label {
	display:block;
	width:122px;
	float:left;
	padding-top:3px;
}
div.confirmLeft span, div.confirmRight span {
	font-weight:bold;
	height:21px;
	display:block;
}

div.confirmRight {
	margin-left:64px;
}

#customerpage p.bigbluebutton {
	background-image:url(../img/button/bigblue_left.gif);
	background-repeat:no-repeat; 
	height:27px;
	padding-left:10px;
	float:left;
	margin:0px 0px 25px 0px;
}

p.grey {
	color:#797878;
	clear:left;
}

#customerpage div.alltiett {
	margin:13px 0px 0px 0px;
}

#customerpage #customerFooterLeft {
	float:left;
	width:337px;
	padding:0px 0px 0px 2px;
	margin:-11px 0px 0px 78px;
}


/* --- right --- */

div.confirmLeft, div.confirmRight {
	float:left;	
	width:124px;
	margin-top:30px;

}

#customerRight #topBox, #customerRight #bottomBox { 
	width:343px;
	/*--- Box side paddings ---*/	
	padding:0px 24px 0px 21px;
}

#customerRight #topBox {
	background: url(../img/box/customertopmain.png) repeat-y;
	padding-top:18px;
}

#customerRight #topBox p {
	padding-left: 41px;
}

#customerRight h2 {
	margin:0px 0px 16px 0px;
}

#customerRight #topBox #listBox1 {
	background:url(../img/bullet/customerList1.gif) no-repeat;
	background-position:left top;
	height:36px;
}

#customerRight #topBox #listBox2 {
	background:url(../img/bullet/customerList2.gif) no-repeat;
	background-position:left top;
	margin:10px 0px 0px 0px;
}

#customerRight #topBoxBottom {
	background: url(../img/box/customertopbottom.png) no-repeat;
	display:block;
	height:27px;
}

#customerRight #bottomBox {
	background: url(../img/box/customerbottommain.png) no-repeat;
	height:246px;
	display:block;	
	padding-top:26px;
	margin:5px 0px 0px 0px;
}

#customerRight #bottomBox p {
	margin:0px 0px 17px 0px;
}

/*--- Fredrik --*/

#customerpage div#fredrikHolder {
	float:right;
	position:relative;
	left:-7px;
	top:60px;
}

#customerpage div#fredrik {
	background:url(../img/customerfredrik.png) no-repeat;
	display:block;
	width:133px;
	height:343px;
}

#customerpage div#fredrikText {
	color:#6f6f6f;
	margin:6px 0px  0px 12px;
	font-size:9px;
}

/*--- colors & sizes --*/

div.confirmLeft, div.confirmRight {
	font-size:9px;
}

#customerLeft a {
	color:#346fa7;
	text-decoration:none;
	font-size:9px;
}

#customerpage #widecolumn h1 {
	font-size:23px;
	font-weight:normal;
	color:#3f3f3f;
	margin:-2px 0px 38px 0px;
}

div#customerLeft em, div#mainfooter em {
	color:#ff8128;
}
/* /Bli kund */

/**
	Nyhetsbrev
*/
.mg
{
    margin-top:10px;
    margin-bottom:5px;    
}
.Newsbtn 
{
   width:115px;
   margin-top:5px;
   padding-left:30px;
}
.errorMessage
{
    margin-bottom:20px;    
    margin-top:10px;
}

#id_newsletter .inputCb,
#id_newsletter .inputCb input
{
    float: left;
    clear:left;
    line-height: 20px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 20px;
    
}
.margintop
{
    margin-top:30px;    
}
#id_newsletter label 
{
    float: left;
    line-height: 20px;
}



/**
	Priser Försäkringar
*/

.shorttab table.insurance {
	position:relative;
	left:-20px;
}

.shorttab table.pricelisttable {
	position:relative;
	left:-20px;
}

table.insurance th, table.insurance2 th {
	vertical-align:bottom; 
	text-align:left; 
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	height:22px;
	line-height:21px;
	padding:0 0 0 12px;
	margin:0 0 0 0;
	font-weight:normal;
	background-color:#F7F7F7;
}
th.noborder { border-right:none !important; }
table.insurance .c1 { width:136px !important; }
table.insurance .c2 { width:160px !important;background-color:#FFF !important; font-weight:normal !important; }
table.insurance .c3 { width:65px !important;border-left:1px solid #E9E9E9; }
table.insurance .c4 { width:65px !important;border-left:1px solid #E9E9E9; }
table.insurance .c5 { width:65px !important;border-left:1px solid #E9E9E9; }

table.insurance2 .c1 { width:83px !important; }
table.insurance2 .c2 { width:65px !important;background-color:#FFF !important; font-weight:normal !important; }
table.insurance2 .c3 { width:120px !important;border-left:1px solid #E9E9E9; }
table.insurance2 .c4 { width:110px !important;border-left:1px solid #E9E9E9; }
table.insurance2 .c5 { width:110px !important;border-left:1px solid #E9E9E9; }

div.productPriceIntro p{
padding-left:12px;
}

/* / Priser Försäkringar */

/* OfficeAdvisor Page */

#advisorpage #widecolumn {
	width:703px; 
	padding:0px !important;
	margin:0px !important;
	padding:7px 0 75px 55px !important;
	background:url(../img/gradient/widecolTopBG.gif) no-repeat top left !important;
}

#advisorpage #maincontainer {
	background:url(../img/gradient/customergradientbg_top.png) repeat-y; 
	background-image:url(../img/gradient/maincontainer_body_noleft.gif) !important;
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#advisorpage #maininnercontainer {
	background:url(../img/gradient/maincontainer_foot_noleft.gif) no-repeat bottom left !important; 
	width:989px !important;
	padding:0 !important;
	overflow:hidden;
}

#advisorpage #mainfooter {
	background:url(../img/gradient/customergradientbg_bottom.gif) no-repeat; 
	display:block;
	height:138px;
	clear:both;
	width:1000px;
}

#advisorpage #rightcolumn 
{
    padding-top: 48px;
}

#radgivningskontor
{
    width: 632px; 
    height: 108px;
    background: #FFF url(../img/gradient/advisoroffice_bg.png) no-repeat left top; 
    margin-bottom: 12px;
}

.radgivningsruta 
{
    width: 310px; 
    height: 118px;
    background: #FFF url(../img/gradient/advisor_bg.png) no-repeat left top;
    margin-right: 12px;
    margin-bottom: 12px;
    float:left;
}
.smalltextpage
{
    padding: 10px;
    line-height: 16px;
}
.smalltextindent
{
    padding:0px 0px 0px 10px;  
}
.radgivningsinnehall 
{
    padding: 10px;
    line-height: 16px;
}

.radgivningsinnehall img
{
    float:right;
}

.radgivningsinnehall h2 
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 12px;
}

.radgivningsinnehall h3
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 4px;
    line-height: 11px;
}
.radgivningsinnehall p
{
    margin-bottom: 10px;
}


.radgivningsinnehall .buttonMWA 
{
    float: right;
}

.radgivningsinnehall a:hover 
{
    text-decoration: underline;
}

/* /OfficeAdvisor Page  */

/* ProductOrder */

#widecolumn #productOrderBase h2,
#widecolumn #productOrderBase h3 
{
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 3px;
}
.productOrderList 
{
    width: 450px;
    padding: 4px 10px;
    clear:left;
    position:relative;
}

.productOrderList a
{
    line-height: 10px;
}

.oddRow 
{
    background-color: #f3f3f3;
}

.isChild 
{
    padding-left: 20px;
    height: 26px;
}

/* /ProductOrder */

/* PressPage */
#presspage #maincontainer, #presspage #maininnercontainer  {
	width:994px !Important;
}

#presspage #widecolumn h1 {
	color:#FF8028;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	/* -- Changed for skandia.se
	float:left;
    */
    margin: 0 0 0 6px;
}

#presspage #widecolumn h2 {
	line-height:20px;
}

#productpage #seperator 
{
    height: 7px;
}

#presspage #rightcolumn {
	padding-top:35px;
}

#presspage #widecolumn .years 
{
    background-image: url(../img/gradient/press_year_bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 10px;
    height: 25px;
}

#presspage #widecolumn table
{
    background-image: url(../img/gradient/press_year_bg_left.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 25px;
    float:left;
}

#presspage #widecolumn td 
{
    padding: 0 1px;
    background-image: none;
    line-height: 25px;
}

#presspage #widecolumn td a
{
    text-align: center;
    padding: 5px 5px;
}

#presspage #widecolumn td a.cisionselectedyear
{
    background-image: url(../img/gradient/press_year_selected_bg.png);
    background-repeat: repeat-x;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
}

#presspage #widecolumn .nextYears {
    border-left: solid 1px #d4d4d4;
    float:right;
    text-align: center;
    background-image: none;
    line-height: 25px;
}

#presspage #widecolumn .prevYears {
    border-right: solid 1px #d4d4d4;
} 

#presspage #widecolumn input[type=submit],
#presspage #widecolumn input[type=button]
{
    height: 22px;
    width: 52px;
    border: none;
    background-color: none;
    background-image: url(../img/button/whitebtn.png);
    background-repeat: no-repeat;
    color: #3E79B6;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 0 6px;
    margin-left: 10px;
}

#pressDetails p.cisionpresscontact {
    color:#006F53 !important;
}

#pressDetails p.cisionpresscompany {
    font-style:italic !important;
}

#pressDetails p.cisionpresstitle b.tableHeader 
{
    font-size: 22px;
    line-height: 26px;
    font-family: Arial;
    font-weight: normal;
}

#pressDetails td 
{
    padding-bottom: 6px;
}

#pressDetails .back
{
    background-image: url(../img/gradient/press_year_bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 25px;
    margin-bottom: 10px;
}

#pressDetails .back a
{
    background-image: url(../img/gradient/press_year_bg_left.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 6px 10px;
    line-height: 25px;
}

#presspage .report {
    padding-bottom: 14px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 10px;
}

#presspage #widecolumn .report h3 {
}
#presspage #widecolumn .report .intro {
    margin-bottom: 4px;
}

#presspage #widecolumn .report .intro p {
    margin-bottom: 0px;
}

#presspage #widecolumn .report p.datum {
    margin-bottom: 0px;
}

#presspage #widecolumn .report p.link {
    margin-bottom: 0px;
    margin-top: 4px;
}


#presspage #widecolumn .report a { 
    padding: 4px 0px 4px 0px;
    height: 21px;
    line-height: 21px;
}

#presspage #widecolumn .report a[href $='.pdf'] { 
    padding: 4px 0px 4px 26px;
    background: transparent url(../img/bullet/pdf.gif) no-repeat center left;
}
/* /PressPage */

/* DynUserControlPage */
#usercontrolpage #maincontainer, #usercontrolpage #maininnercontainer  {
	width:994px !Important;
}

#usercontrolpage #rightcolumn 
{
    float:right;
    margin-right: 5px;
    width: 16px !important;
    height: 50px;
}

#usercontrolpage #widecolumn
{
    clear:none;
    float:left;
    height:auto;
    margin:7px 0px 0 28px;
    padding:0 0 75px;
    width:715px;
}

#usercontrolpage #widecolumn .small 
{
    margin:0 20px 0 0;
    width:488px;
}

.dyncontainer {
    padding:0px;
    margin:0px;
}

.dyncontainer ul {
	margin:10px 0 0 4px;
	padding:0;
	border:none;
}

.dyncontainer li {
	margin:0 0 16px 13px;
	list-style-position: outside;
	padding-left: 0px;
}

#usercontrolpage .radio input {
    margin:0 2px 2px 0;
    padding:0;
    vertical-align:middle;
}

#usercontrolpage .radio label {
    line-height:normal;
}


/* Bilder */
img.floatingLeft 
{
    margin-right: 10px;
    margin-bottom: 10px;
    float:left;
}

img.floatingRight 
{
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}
/* /Bilder */

.contactPlate img.floatingRight ,.EbbaPlate img.floatingRight
{
    margin-left: 10px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Tabeller */
td.g1, th.g1
{
    background-color: #e9f0d5;
    border-bottom: solid 1px #FFF;
    padding: 10px;
}
td.g2, th.g2
{
    background-color: #c9db97;
    border-bottom: solid 1px #FFF;
    padding: 10px;
}
td.g3, th.g3
{
    background-color: #a8c559;
    border-bottom: solid 1px #FFF;
    padding: 10px;
}
th 
{
    text-align: left;
}
td.g1 p,
th.g1 p,
td.g2 p,
th.g2 p,
td.g3 p,
th.g3 p 
{
    margin: 0 !important;
}

table.standard 
{
    margin-bottom: 12px;
    border-collapse: collapse;
    width: 485px;
}

th.TableHeader 
{
	background:url(../img/prod/pricelisttablehead2.gif) no-repeat;
	background-position:left -35px;
	height: 26px;
	line-height: 26px;
}

th.TableHeaderClosed 
{
	background:url(../img/prod/pricelisttablehead2.gif) no-repeat;
	background-position:left top;
	height: 26px;
	line-height: 26px;
}

th.TableHeader a,
th.TableHeaderClosed a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	padding-left:30px;
	text-decoration:none;
	color:#787878;
}

th.TableHeaderClosed a 
{
	color:#3D81BE;
}


th.TableHeader a:hover,
th.TableHeaderClosed a:hover {
	text-decoration:none !important;
}

table.standard tr 
{
    margin: 0;
    padding: 0;
}
td.c1, td.c2
{
    border-bottom:1px solid #E9E9E9;
    height:22px;
    line-height:21px;
    margin:0 0 0 0;
    overflow:hidden;
    padding: 3px;
}

td.c2
{
    background-color:#F7F7F7;
    border-left:1px solid #E9E9E9;
    padding: 3px;
}

/* /Tabeller */

/* Knappar */
.buttonGoBack 
{
    background:transparent url(../img/button/gobackL.gif) no-repeat scroll left top;
    height: 23px;
    padding: 4px 0 6px;
}

.buttonGoBack a {
    margin-right:11px;
    padding:0 8px 0 33px;
}
.buttonGoBack a:hover {
	text-decoration:underline;
}

.buttonMWA
{
    background:transparent url(../img/button/mwaR.png) no-repeat scroll right top;
    height: 22px;
}

.buttonMWA a {
    background:transparent url(../img/button/mwaL.png) no-repeat scroll left top;
    color:#FFFFFF;
    padding:2px 9px 4px 14px;
    margin-right: 5px;
    float:left;
}


/* /Knappar */


/* XFORMS */

#id_matrix input.inputLong
{
    border:1px solid #ABADB3;
    width:200px;
    padding: 2px;
}

#id_matrix input.inputMedium
{
    border:1px solid #ABADB3;
    width:120px;
    padding: 2px;
}

#id_matrix input.inputShort
{
    border:1px solid #ABADB3;
    width:50px;
    padding: 2px;
}

#id_matrix .inputLongHog
{
    border:1px solid #ABADB3;
    width:200px;
    padding: 2px;
    height: 200px;
}

#id_matrix select
{
    border:1px solid #ABADB3;
    width:206px;
    padding: 2px;
}

#id_matrix span 
{
    padding: 3px;
    line-height: 20px;
}

#id_matrix .inputCb
{
    float: left;
    clear: left;
    line-height: 20px;
    margin-top: 4px;
    margin-right: 4px;
    
}

#id_matrix label 
{
    float: left;
    line-height: 20px;
}

#id_matrix input.submit
{
    width: 91px;
    height: 31px;
    background: transparent url(../img/button/skicka-blue.gif) no-repeat center;
    border: none;
    overflow: hidden;
    text-indent: -999px;
    margin-left: -4px;
    margin-top: 4px;
    font-size: 0px;
    display: block;
    line-height: 0px;
    cursor: pointer;
}

/* /XFORMS */

/*/ Campaign form */
    .row { CLEAR: both }
	.separator { CLEAR: both; MARGIN-TOP: 1em; MARGIN-BOTTOM: 0.3em; MARGIN-LEFT: 0.5em }
	.frame { BACKGROUND-IMAGE: url(/hem/img/prod/topboxbg.jpg); WIDTH: 30em; BACKGROUND-REPEAT: no-repeat }
	.elementwithsubf { FLOAT: left }
	.elementwithoutsubf { MARGIN-BOTTOM: 0.3em; MARGIN-LEFT: 0.5em }
	.elementwithsubf INPUT { BORDER-RIGHT: #abadb3 1px solid; BORDER-TOP: #abadb3 1px solid; MARGIN-BOTTOM: 1em; BORDER-LEFT: #abadb3 1px solid; BORDER-BOTTOM: #abadb3 1px solid; fontsize: 12 px }
	.dd { BORDER-RIGHT: #abadb3 1px solid; BORDER-TOP: #abadb3 1px solid; MARGIN-TOP: 0.5em; MARGIN-BOTTOM: 1em; MARGIN-LEFT: 0.3em; BORDER-LEFT: #abadb3 1px solid; BORDER-BOTTOM: #abadb3 1px solid; fontsize: 12 px }
	.txt { BORDER-RIGHT: #abadb3 1px solid; BORDER-TOP: #abadb3 1px solid; MARGIN-TOP: 0.5em; BORDER-LEFT: #abadb3 1px solid; BORDER-BOTTOM: #abadb3 1px solid; fontsize: 12 px }
	.labelright { MARGIN-LEFT: 7em }
	.val { DISPLAY: block }
	#box { PADDING-LEFT: 2em; BACKGROUND: url(/hem/img/box/customerbottommain.png) no-repeat; PADDING-TOP: 2em }

/*/

/* / BankId layer*/
#bankidlayer
{
	z-index:1001;
	background-color:white;
	background-image:url(/hem/img/loginlayer/repeat-x.gif);
	background-repeat:repeat-x;
	width:850px;
	height:400px;
	left:135px;
	top:100px;
	position:absolute;
	display:none;
	padding-top:10px;
}
#opaque 
{
    position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
	display:none;
}
.closelayer a
{
	color:#797878;
	font-weight:bold;
	margin-right:15px;
}
.layertab
{
	background-image:url(/hem/img/loginlayer/ruta.png);
	width:354px;
	height:163px;	
}
.orangebtnlayer {
	background-image:url(/hem/img/loginlayer/btn_orange_left.png);
	background-repeat:no-repeat;
	margin:0 0 0 30px;
}
.orangebtnlayer a {
	display:block;
	height:40px;
	background-image:url(/hem/img/loginlayer/btn_orange_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	color:#624410;
	width:64px;
	margin-left:7px;
	line-height:30px;
	padding-left:3px;
	font-weight:bold;
}
.leftmarg
{
	margin-left:50px;
}
#layerfooter
{
	clear:both;
	padding-top:30px;
	padding-right:46px;
}
#layertext
{
	margin-left:45px;
	margin-top:30px;
	margin-bottom:10px;
	height:90px;
	width:100%;	
}
#layerbox
{
	margin-left:45px;
}
#Chkmess
{
	margin-top:10px;	
}
#bankidlayer h2
{
	font-size:22px;
	font-weight:bold;
	margin:0 0 16px 0;
	color:#000;
	line-height:26px;
}
#bankidlayer h3
{
	font-size:18px;
	font-weight:bold;
	margin:0 0 16px 0;
	color:#000;
	line-height:18px;
}
.layerboxtxt
{
	margin-top:15px;
	margin-right:15px;
	margin-left:15px;
}

#Footertxt
{
	margin-left:45px;
	margin-top:10px;
}

/* / BankId layer*/
/**
	PregnantForm
*/
#pregnantform #widecolumn {
	width:982px; 
	padding:0px !important;
	margin:0px !important;
	padding:7px 0 0 27px !important;
	background:url(../img/gradient/widepagebg_top.gif) no-repeat !important;
}

#pregnantform #maincontainer {
	background:url(../img/gradient/widepagebg_body2.gif) repeat-y !important; 
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#pregnantform #maininnercontainer {
	background:url(../img/gradient/widepagebg_foot.gif) no-repeat bottom left !important; 
	margin-left:7px;
	width:982px !important;
	padding:0 !important;
	overflow:hidden;
}

/* --- columns --- */

#pregnantform  {
	float:left;
	width:584px; /* 644 */
	margin-left:42px;
	margin-top:40px;
	padding-left:6px;
	padding-bottom:30px;
}

#pregnantform {
	float:right;
	width:395px;
	margin-right:-6px;
	margin-top:44px;
	padding-bottom:30px;
}

#pregnantform {
	float:left;
	width:600px; /* 644 */
	margin-left:42px;
	margin-top:40px;
	padding-left:6px;
	padding-bottom:30px;
}

/* --- form --- */




#pregnantform label {
	display:block;
	width:122px;
	float:left;
	font-weight:bold;
	margin-bottom:5px
	
}
.CkhCl label
{
    float:right !important;
    width:500px !important;
    padding-top:0px !important;
    margin-left:20px;
    font-weight:normal !important;
}
.CkhCl input
{
    margin-top:7px;
}
.distri
{
    padding-left:5px;
    padding-top:5px;
    border:solid 1px #D4D0C8 !important;
    width:250px;
    background-color: #F6F6F6 !important;
}

/*--- form --*/

#pregnantform textarea /*, #contactformpage input */ {
border:1px solid #d4d0c8;
font-family:Verdana, sans-serif;
font-size:11px;
}

#pregnantform select {
border:1px solid #d4d0c8;
font-family:Verdana, sans-serif;
font-size:11px;
}

#pregnantform textarea {
width:259px;
height:84px;
}

#pregnantform #meddelande {
height:130px;
width:322px;
}

#pregnantform .long, input.long  {
width:188px;
height:18px;
padding:0px 0px 0px 2px;
margin:4px 10px 0px 0px;
border:1px solid #d4d0c8;

}


#pregnantform .long {
width:191px;
position:relative;
top:-7px;
}

#pregnantform p.bigbluebutton {
	background-image:url(../img/button/bigblue_left.gif);
	background-repeat:no-repeat; 
	height:27px;
	padding-left:10px;
	float:left;
	margin:10px 0px 25px 0px;
}

#widecolumn #pregnantform ul li 
{
	margin:0 0 16px 13px;
	list-style-position: outside;
}

#widecolumn #pregnantform ul
{
	margin:10px 0 0 4px;
	padding:0;
	border:none;
}

/* /PregnantForm */
#contactformpage .WebUp 
{
    border:solid 1px #D4D0C8;
    background-color:Transparent;
}

/** 
	Debug styles 
*/
#isIE5, #isIE55, #isIE6, #isIE7 { display:none; }
#debug {
	display:none;
	border:1px solid #CDC; 
	padding:10px; 
	color:#CDC;
	font-family:Tahoma;
	width:200px; 
	margin:10px;
}
#debug p {
	color:#CDC;
	font-family:Tahoma;
}
/* /Debug styles */

/**
	Nya bloggen
*/

#bloglistpage #widecolumn {
	width:962px; 
	padding:0px !important;
	margin:0px !important;
	padding:10px 0 0 27px !important;
	/*background:url(../img/gradient/widecolTopBG.gif) no-repeat top left !important;*/
	background:url(../img/gradient/widecolTopBG.gif) no-repeat -7px 0 !important;
}
#bloglistpage #maincontainer {
	background:url(../img/gradient/customergradientbg_top.png) repeat-y; 
	background-image:url(../img/gradient/maincontainer_body_noleft.gif) !important;
	height:auto;
	padding:0 !important;
	margin-top:3px;
	margin-left:0px;
	width:1010px !important;
}
#bloglistpage #maininnercontainer {
	background:url(../img/gradient/maincontainer_foot_noleft.gif) no-repeat -7px bottom !important; 
	margin-left:7px;
	width:982px !important;
	padding:0 !important;
	overflow:hidden;
}
#bloglistpage #mainfooter {
	background:url(../img/gradient/customergradientbg_bottom.gif) no-repeat;
	display:block;
	height:138px;
	clear:both;
	width:1000px;
}
.blog-box-rss-link
{
    vertical-align: top;
    font-size: 1.115em;
    line-height: 1.2em;
}
.blog-list-container
{
    border:solid 1px #e0e0e0;
    margin:0px 0px 25px 19px;
    width:677px;
}
.blog-list-post
{
    margin:31px 30px 0px 30px;
}
.blog-list-post-date-light
{
    background:url(../img/blog/post_date_bg.png) no-repeat scroll 0 0 transparent;
    height:48px;
    width:48px;
    float:left;
}
.blog-list-post-date-dark
{
    background:url(../img/blog/post_date_bg_dark.png) no-repeat scroll 0 0 transparent;
    height:48px;
    width:48px;
    float:left;
}
.blog-list-post h1
{
    font-size:23px;
    font-weight:bold;
}
.blog-list-post h1 a, .blog-list-post h1 span
{
    font-size:23px;
    font-weight:bold;
    color: Black;
}
.blog-list-post p
{
    font-size:13px;
    padding:0px 0px 15px 0px;
    width:550px;
}
.tag-heading
{
    float:left;
}
.tag
{
    padding:0px 8px 0px 3px;
    color:blue;
}
.blog-list-comment-heading
{
    background:url(../img/blog/comment.png) no-repeat scroll 0px 2px transparent;
    padding:0px 0px 0px 20px;
    display: block;
    float: left;
    cursor: pointer;
}
.blog-list-comment-name
{
    height:29px;
    width:228px;
    font-size:12px;
    border:solid 1px #ccc;
}
.blog-list-comment-message
{
    height:81px;
    width:538px;
    font-size:12px;
    border:solid 1px #ccc;
}
.blog-list-vote
{
    float:right;
    position:relative;
    background:url(../img/blog/vote_like_dislike_bg.png) no-repeat scroll 0 0 transparent;
    height:29px;
    width:181px;
}

.liked
{
    background-position: 0 -29px;
}

.disliked
{
    background-position: 0 -58px;
}

.blog-list-vote a i
{
    visibility: hidden;
}
.blog-list-vote a.like 
{
  position: absolute;
  height: 29px;
  width: 55px; 
}
.blog-list-vote a.dislike
{
  position: absolute;
  height: 29px;
  width: 65px;
  left: 57px;
}

.blog-list-vote a.like,
.blog-list-vote a.like:hover,
.blog-list-vote a.dislike,
.blog-list-vote a.dislike:hover 
{
  text-decoration: none !important;
}

.blog-list-vote a.disabled 
{
    cursor: default;
}

.blog-list-vote-leftcolumn
{
    position:absolute;
    background-color:#6bac1f;
    width:13px;
    left:133px;
    float:left;
    border:solid 1px #3f933f;
    z-index:10;
    bottom:7px;
}
.blog-list-vote-rightcolumn
{
    position:absolute;
    background-color:#ce2e0f;
    width:13px;
    left:155px;
    float:left;
    border:solid 1px #aa1818;
    z-index:10;
    bottom:7px;
}
.blog-list-comment-top-gradient
{
    background:url(../img/blog/comment_bg_gradient_top.png) no-repeat scroll 0 0 transparent;
    width:677px;
    height:32px;
}
.blog-list-comment
{
    background: #f4f4f4; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ececec'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f4f4f4,  #ececec); /* for firefox 3.6+ */
    height:auto;
    height:100%;
}
.blog-list-comment-post-icon
{
    float:left;
    display:block;
    width:25px;
    height:22px;
    margin:0px 30px 0px 30px;
    background:url(../img/blog/situation_mark.png) no-repeat scroll 0 0 transparent;
}
.blog-comment-entry-fredrik
{
    float:left;
    display:block;
    width:30px;
    height:41px;
    margin:0px 27px 0px 30px;
    background:url(../img/blog/fredrik_sauter_small.png) no-repeat scroll 0 0 transparent;
}
.blog-comment-entry-jim
{
    float:left;
    display:block;
    width:30px;
    height:42px;
    margin:0px 27px 0px 30px;
    background:url(../img/blog/jim_small.png) no-repeat scroll 0 0 transparent;
}
.blog-comment-entry-jeanette
{
    float:left;
    display:block;
    width:30px;
    height:40px;
    margin:0px 27px 0px 30px;
    background:url(../img/blog/jeanette_small.png) no-repeat scroll 0 0 transparent;
}
#blog-list-rule
{
    padding:0px 9px 0px 2px;
    color: #6E6E6E;
    line-height: 13px;
}
#blog-list-comment-box
{
    padding:27px 0px 0px 31px;
}
#blog-list-comment-box h2
{
    color: #939393;
    padding: 0 0 2px 0;
}
#blog-list-comment-box label
{
    font-weight: bold;
    display: block;
    padding: 20px 0 3px 0;
}
.blog-commment-entry-box
{
    width: 480px;
    display: block;
    float: left;
    padding: 0px 0px 10px 0px;
}
.blog-commment-entry-box p
{
    padding:0 0 8px 0;
    margin:0;
    font-size:11px;
}
.blog-commment-entry-text
{
    line-height: 17px;
}
.blog-commment-entry-report
{
    text-align: right;
    display: block;
    float: right;
    padding: 0px 30px 0px 0px;    
}
.red-link
{
    color: #9a2f09;
    text-decoration: underline   
}
.blog-date-month
{
    text-align: center;
    display: block;
    height: 24px;
    top: 5px;
    position: relative;
}
.blog-date-day
{
    text-align: center;
    display: block;
    height: 24px;
    top: 3px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
#blog-tag-cloud
{
    line-height: 2.4em;
    text-align: justify;
    padding: 0px 0px 13px 0px;
}
#blog-tag-cloud h1
{
    font-size: 17px;
    line-height: 2.4em;
}
#blog-archive h1
{
    font-size: 17px;
    line-height: 2.4em;
}
#blog-archive .blog-archive-search-box
{
    padding: 5px 0 0 0;
}
#blog-archive .search-field
{
    float: left;
    height: 20px;
    width: 118px;
    border: solid 1px #ccc;
    padding: 5px 0px 0px 8px;
    margin: 0px 10px 36px 0;
}
#blog-archive .blog-archive-node
{
    color: #000;
    text-decoration: none;
}
#blog-link-tips h1
{
    font-size: 17px;
    line-height: 2.4em;   
}
#blog-link-tips p
{
    line-height: 1.48em;
}
#blog-link-tips a
{
    font-weight:bold;
}
#blog-stream-clip h1
{
    font-size: 17px;
    line-height: 2.4em;   
}
#blog-top-box-dark, #blog-top-box-light
{
    height: 196px;
    margin: 0 0 21px 19px;
    position: relative;
    width: 677px;
}
#blog-top-box-dark
{
    background: url(../img/blog/top_box_darkgreen_bg.png) no-repeat scroll 0 0 transparent;
}
#blog-top-box-light
{
    background: url(../img/blog/top_box_lightgreen_bg.png) no-repeat scroll 0 0 transparent;
}
#blog-top-box-dark p, #blog-top-box-light p
{
    font-size: 1.115em;
    line-height: 1.5em;
}
#blog-top-box-light p
{
    color: #005b48;
}
#blog-top-box-dark p
{
    color: #fff;
}
#blog-top-box-dark h1, #blog-top-box-light h1
{
    font: bold 30px Arial,Helvetica,sans-serif;
    padding: 0 0 14px 0;
    color: #fff;
    text-shadow: #4c9281 0.05em 0.05em 0.05em;
}
#blog-top-box-dark em, #blog-top-box-light em
{
    font: normal bold 30px Arial,Helvetica,sans-serif;
}
#blog-top-box-dark em
{
    color: #032c22;
    position:absolute;
    text-shadow: #4e9482 0.05em 0.05em 0.05em;
}
#blog-top-box-light em
{
    color: #006751;
    text-shadow: #2a7e3e 0.05em 0.05em 0.05em;
    
}
#blog-top-inner-box
{
    padding: 30px 0px 30px 30px;
    width: 430px;
}
#blog-top-box-image-light
{
    background: url(../img/blog/fredrik_sauter_5.png) no-repeat scroll 0 0 transparent;
    width: 186px;
    height: 207px;
    position: absolute;
    bottom: 0px;
    left: 485px;
    z-index: 10;
}
#blog-top-box-image-dark
{
    background: url(../img/blog/jeanette_jim.jpg) no-repeat scroll 0 0 transparent;
    width: 288px;
    height: 206px;
    position: absolute;
    bottom: 0px;
    left: 389px;
    z-index: 10;
}
#blog-box-rss-light
{
    position: absolute;
    bottom: 20px;
}
#blog-box-rss-dark
{
    position: absolute;
    bottom: 20px;
}
#blog-box-rss-dark a
{
    color: #bfe8ff;
}
#blog-box-rss-light span
{
    color: #e2f862;
}
#blog-box-rss-dark span
{
    color: #065440;
}
#socialbookmark li
{
    display: block;
    float: left;
    margin: 0 9px 0 0;
    position: relative;
}
#socialbookmark a:hover
{
    text-decoration: none;
}
#socialbookmark li.seperator
{
    padding: 0px 10px 0px 10px;
    color: #e0e0e0;
}
#socialbookmark .facebook
{
    background: url(../img/blog/facebook.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 14px;
    display: block;
}
#socialbookmark .twitter
{
    background: url(../img/blog/twitter.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 14px;
    display: block;
}
#socialbookmark .delicious
{
    background: url(../img/blog/delicious.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 14px;
    display: block;
}
#socialbookmark .linkedin
{
    background: url(../img/blog/linkedin.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 14px;
    display: block;
}
#socialbookmark .bloggy
{
    background: url(../img/blog/bloggy.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 14px;
    display: block;
}
#blog-main-content
{
    float:left;
}
#blog-right-column
{
    float: left;
    margin: 0px 0px 0px 26px;
    width: 198px;
}
.blog-list-grey-line
{
    background-color: #ccc;
    width: 677px;
    height: 1px;
}
.blog-light-grey-line
{
    background-color: #e3e3e3;
    height: 1px;
    margin: 20px 0 10px 0;
}
.blogPic
{
	float:right;
	margin-top:-12px;
	margin-right:10px;
}

/* /Blogbox startpage */
.gradientblog {
	background-image:url(/hem/img/box/gradient_blog.png);
	background-position:0 29px;
	background-repeat:repeat-x;
}
.gradientbloglower {
	background-image:url(/hem/img/box/gradient_blog_bottom.png);
	background-position:0 0px;
	background-repeat:repeat-x;
}
.newblogbox {
	position:relative;
	overflow:hidden;
}
.newblogbox p {
	margin:8px;
	width:144px;
	color:#8A8A8A;
	font-size:9px;
	line-height:13px;
}
.newblogbox p a {
	display:block;
	font-family:Arial;
	color:#4082C5;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}
.newblogbox .bylineimg {
	position:absolute;
	bottom:0;
	right:10px;
}
.greenHeadBlog h3 {
	background:url(/hem/img/box/headgreen.gif) no-repeat #C0CD23;
	height:15px;
	padding:7px 12px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	overflow:hidden;
}
.greenHeadBlog h3 a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.greenHeadBlog h3 em, .greenHeadBlog h3 a em {
	font-family:Arial, Helvetica, sans-serif;
	color:#006751;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}
.greenHeadBlog h3 a:hover {
	text-decoration:none !important;
}
/* /Blogbox startpage */

#newdiv 
{
	
 width:125px;
 height:14px;
 padding-bottom:0px;
 margin-bottom:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:2px;
 position:absolute;
 top:218px;
 left:50px;
 z-index:1001;
}

/* SAFARI FIX - THIS MUST BE ON THE BOTTOM. This set bg image for all browsers except Safari. */
.bigbluebutton, .biggreybutton { 
	background-repeat:no-repeat;
	background-image:url(../img/button/bigblue_left.gif); #}

#pricelisttable caption, #pricelisttable2 caption, .pricelisttable2 caption, .pricelisttable caption {
	width:485px; #}
