﻿#container {
    min-width: 736px;
}

.firstRow 
{
}

.secondRow
{
    clear: both;
}

.searchBox 
{
    width: 395px;
    min-height: 177px;
    float: left;
}

.boxContent
{
    background-color: #d9e8ee;
    clear:left;
    margin:0;
    padding:1em;    
    position: relative;
    z-index: 2;
}

ul.tabs {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 -1px 10px;
    padding:0;
    width:380px;
}
ul.tabs li.current {
    background-color: #d9e8ee;
}
ul.tabs li 
{
    background-color: #eee;
    float:left;
    margin-right:0.5em;
}
ul.tabs li a {
    cursor:pointer;
    display:block;
    float:left;
    line-height:24px;
    padding:0 1.5em;
    text-decoration:none;
}

/** SÖK **/

.accessibletabsanchor, .current-info, .accessiblelabel {
    left:-999em;
    position:absolute;
}


input.startPageSearch {
    width:274px;
    padding-right: 20px;
}

.providerSelection label {
    /*padding-right: 2em;*/
    position: relative;
}
.providerSelection input {
    position: relative;
    top:2px;
    margin: 0;
    padding: 0;
}
.providerSelection .catlink {
    padding-right: 1.2em;
}
.searchMore 
{
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #7f9db9;
}

/*#shortcutsBox{
    position: static;
}*/

.boxContent #shortcutsBox{
    position: absolute;
    background-color: #d9e8ee;
    left: 0;
    top: 0;
    padding: 1em;
    /*display: block;*/
    width: 725px;
    z-index: 2;
}

.boxContent #shortcutsBox .closeBox{
    float:right;
    display: block;
    cursor:pointer;
    width:16px;
    height:16px;
    position: relative;
    top:-5px;
    background:transparent url(/images/startpage/icon_cross.png) no-repeat top left;
}

#col1of2 {
    width: 48%;
    float: left;
}

#col2of2 {
    width: 48%;
    float: right;
}

/** SPLASH **/
.splash 
{
    float:right;
    height: 155px;
    width: 274px;
    color: #fff;
    text-align: center;
    background: #fff url(/images/startpage/bubbla.png) no-repeat;
    position: relative;
    z-index: 0;
}
.splashContent 
{
    text-align: center;
    margin: 0 auto;
    min-height: 50px;
}
.splash * { color:#fff; }
.splash a {
    color:#fff;
    text-decoration: none;
}
/** SHORTCUTS **/

.shortcuts{
    float: left;
    width: 314px;
}
.shortcuts ul
{
    display: block;
    width: 314px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.shortcuts li
{
    height: 60px;
    width: 314px;
	background:transparent url(/images/startpage/button_bg.png) no-repeat right 50%;    
}

#errands a{
	padding: 0 0 0 75px;   
	line-height: 60px;
	height: 60px;
	display: block;
}
.shortcuts h2 a {
color:inherit;
cursor:pointer;
}

.shortcuts a:focus, .shortcuts a:active {
    background-color:transparent;
}


.shortcuts #renewLI a{
	background:transparent url(/images/startpage/icon_renew.png) no-repeat left 50%; }
.shortcuts #refillLI a{
	background:transparent url(/images/startpage/icon_shcard.png) no-repeat left 50%; }
.shortcuts #illLI a{
	background:transparent url(/images/startpage/icon_ill.png) no-repeat left 50%; }
.shortcuts #roomLI a{
	background:transparent url(/images/startpage/icon_group.png) no-repeat left 50%; }
.shortcuts #thesisLI a{
	background:transparent url(/images/startpage/icon_thesis.png) no-repeat left 50%; }				
.shortcuts #tutorialLI a{
	background:transparent url(/images/startpage/icon_tutorial.png) no-repeat left 50%; }				
.shortcuts #moreErr a{
	background:transparent url(/images/startpage/icon_dropdown.png) no-repeat right 50%;
	cursor: pointer;
	font-weight: bold; }
.shortcuts #opinionLI a{
	background:transparent url(/images/startpage/icon_opinion.png) no-repeat left 50%; }			
.shortcuts #computerLI a{
	background:transparent url(/images/startpage/icon_computer.png) no-repeat left 50%; }				
.shortcuts #suggestionLI a{
	background:transparent url(/images/startpage/icon_shoppingcart.png) no-repeat left 50%; }				
.shortcuts #daisyLI a{
	background:transparent url(/images/startpage/icon_daisy.png) no-repeat left 50%; }				
.shortcuts #mediaroomLI a{
	background:transparent url(/images/startpage/icon_mediaroom.png) no-repeat left 50%; }				

	
	
/** NEWS **/
.news {
    float: right;
    width: 405px;
    padding-top: 5px;
    background-color: Transparent;
}
.news ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0 0 1em 0;
    padding:0;
}
.news h1 a, .news h2 a {
    color: inherit;
}
.news h2 {
    margin-top: 2em;
}
ul.newsList 
{
}
ul.newsList li {
    margin-bottom: 1em;
}
ul.newsList a {
}
ul.newAcqList li {
    background-image:url(/webdupecache/menypil.gif);
    background-position:0.2ex 0.1ex;
    background-repeat:no-repeat;
    display:block;
    padding-left: 10px;
}    

/** MISC **/
.opaque 
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    opacity: .95;
}