.weatheroverview {
	cursor:pointer;
    position: absolute;
    left:173px;
    top: 15px;
    width: 258px;
    font-size: 12px;
    font-weight: bold;
}.weatheroverview div {
    text-align: center;
} .weatheroverview .today {
    width: 100px;
    float: left;
	margin-bottom:10px;
} .weatheroverview .next3days {
    width: 156px;
    float: left;
    margin-left: 2px;
	margin-bottom:10px;
} .weatheroverview .day0 {
    width: 100px;
    float: left;
} .weatheroverview .day1,.weatheroverview .day2,.weatheroverview .day3 {
    width: 52px;
    float: left;
} .weatheroverview .day1 {
    margin-left: 2px;
}.weatheroverview .temp_neg {
    color: #3898D8;
} .snowdepth {
	cursor:pointer;
    position: absolute;
    left:433px;
    top: 15px;
    width: 156px;
    text-align: center;
    font-weight: bold;
	height:72px;
	color:#3F3F3F
} .snowdepth .depth {
    font-size: 12px;
} .snowdepth .depthvalue {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	font-weight:100;
}
.snowdepth .depthvalue .value{
    font-size: 50px;
}
.snowdepth .depthvalue .unit{
	font-size:30px;
}
.webcam{
	position:absolute;
	right:18px;
	top:9px;
	width:118px;
	height:74px;
	overflow:hidden;
	border: 1px solid #C4C4C4;
}
.webcam img{
	width:100%;
	margin-top:-6px;
}
.webcam .camname{
	text-align:center;
	position:absolute;
	top:5px;
	left:0px;
	width:100%;
	font-size:16px;
}


.iteminfo {
	border-top:2px solid #C4C4C4;
	padding-top:14px;
	}
.iteminfo .title{
	font-weight:bold;
	font-size:14px;
}
.iteminfo a.related {
	color:black;
	text-decoration:none;
}
.iteminfo a.related:hover {
	text-decoration:underline;
}

#qb_container {
    background-color:#017DC5;
    border:2px solid #C4C4C4;
    color:White;
    font-size:14px;
    padding:8px;
}

#qb_container h3{
    color:White;
    font-size:18px;
    margin-bottom:2px;
}

#qb_container table{
margin-top:4px;
}
#qb_container td{
    padding:0 4px;
}

#qb_container .button, .booker .button {
    display:block;
    text-align:center;
    padding:4px 0;
    color:White;
    background-color:Green;
    border:1px solid #C4C4C4;
    cursor:pointer;
    font-weight:bold;
}
#qb_container .button{
    width:100px;
}
.booker .button {
    width:30px;
    margin-left:8px;
}
/*Menu*/

.c_left .ListMenu {
	font-size:14px;
	float:left;
}
.c_left .ListMenu a{
	position:relative;
	text-decoration:none;
	display:block;
	height:22px;
}
.c_left .ListMenu a .bullet {
	position:absolute;
	left:5px;
	top:5px;
	width:10px;
	height:10px;
}
/* /debug*/
.c_left .ListMenu li ul li a .bullet {
left:14px;
}
.c_left a.ListMenu_Selected span{
	font-weight:bold;
}
.c_left a.ListMenu_Selected .bullet,.c_left a:hover .bullet{
	background-image:url(meny_dot.png);
	background-repeat:no-repeat;
}

.c_left .ListMenu li{
	display:block;
	width:100%;
	float:left;
}
.c_left .ListMenu li a{
	padding-left:17px;
}
.c_left .ListMenu li a span{
	color:#262626;	
	
}
.c_left .ListMenu li ul li a{
	padding-left:27px;
	font-size:12px;
	height:18px;	
}
.c_left .ListMenu li ul {
	margin-bottom:5px;
}
