body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	margin: 0;
	background-color: #FFFFFF;
	text-align: left;
}

a {
	color: #336699;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #8D9CAB;
}

h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 25pt;
	margin-top: 0;
	margin-bottom: 2pt;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 19pt;
	margin-top: 0;
	margin-bottom: 2pt;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2pt;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2pt;
}

h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited {
	color: #000000;
	text-decoration: none;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #000000;
	text-decoration: underline;
}


h5 {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2pt;
}



p {
	margin-top: 0;
	margin-bottom: 8pt;
}

ul {
	margin-left: 5pt;
	padding-left: 5pt;
	margin-top: 0;
}

input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

form {
	margin: 0;
}

img {
	border: 0;
}
table {
	width: 100%;
	margin-bottom: 1px;
}
th {
	text-align: left;
	font-weight: bold;
}


#container {
	width: 780px;
	margin: 0 10px;
}

#window {
	margin: 0;
	text-align: left;
	padding: 15px;
}

#headContainer {
	width: 790px;
	margin-bottom: 10px;
	background-image: url(../img_common/head-background.png);
	background-repeat: repeat-x;
	padding: 0;
	background-position: left top;
	height: 80px;
}
#head {
	width: 780px;
	margin-left: 10px;
}
#logo {
	margin: 0 auto 0 auto;
	float: left;
	margin-top: 15px;
}

#language {
	background-image: url(../img_common/head-languagebar.png);
	background-repeat: no-repeat;
	padding: 5px 0;
	width: 200px;
	float: right;
	text-align: center;
	margin-right: 10px;
}
#language a {
	font-weight: normal;
	color: #000000;
}
#language a:visited {
	font-weight: normal;
	color: #000000;
}


#searchBox {
	margin-bottom: 10px;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}

#searchBox .padding {
	padding: 5px 0 5px 10px;
	
}

.col {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#searchBox a {
	color: #000000;
	font-weight: normal;
}

#mainPage #column1 {
	display: none;
}

#mainPage #column2 {
	float: left;
	width: 565px;
	margin: 0 15px 15px 0;
	overflow: hidden;
}

#mainPage #column3 {
	float: left;
	width: 200px;
	overflow: hidden;
}

#mainPage #column1 a, #mainPage #column3 a {
	color: #000000;
}

#footer {
	width: 790px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	border-top: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	clear: both;
	color: #666666;
}

#footer .padding {
	padding: 10px 10px 0 10px;
}

#footer .col {
	float: left;
	padding-right: 30px;
}

#footer a, #footer a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

#printLogo {
	margin-bottom: 15px;
}


.columnHeader {
	color: #000000;
}

.columnHeader .padding {
	padding: 3px 0 4px 10px;
/*	border: 1px solid #3BA1FF;*/
	background-color: #FFCC00;
}


.columnBody {
/*	background-color: #F2FAFF;*/
	margin-bottom: 10px;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}

.columnBody .padding {
	padding: 5px 10px 0 10px;
}

.mainBody {
/*	background-color: #F2FAFF;*/
	margin-bottom: 10px;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}

.mainBody .padding {
	padding: 5px 10px 5px 10px;
}


.infoColumn {
	float: left;
	width: 266px;
}

.infoHeader {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}

.infoBody {
/*	background-color: #F3F3F3;*/
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.infoHeader .padding {
	padding: 3px 0 4px 10px;
}

.columnHeader h3, .infoHeader h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	margin: 0;
}


.infoBody .padding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.toolbarBox {
/*	border: 1px solid #CCCCCC;
	margin-bottom: 10px;*/
	padding: 5px 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.toolbarBox a {
	color: #000000;
	font-weight: normal;
	margin-right: 10px;
}

.correctionBox {
	padding: 5px 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

.correctionBox a {
	color: #000000;
	font-weight: normal;
	margin-right: 10px;
}

.extendedItemImage {
	margin-bottom: 10px;
	float: left;
}

.imageCaption {
/*	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 10px;*/
	background-color: #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	position: relative;
	float: left;
	width: 90px;
}

.imageCaption a {
	color: #000000;
	font-weight: normal;
}


.contentBox {
	margin-bottom: 10px;
}

.catalogBox {
	margin-bottom: 10px;
}
.catalogBox a {
	font-weight: normal;
	color: #000000;
}

.contentBox .column1, .catalogBox .column1 {
	float: left; 
	overflow: hidden;
	width: 230px;
	padding-right: 20px;
}

.contentBox .column2, .catalogBox .column2 {
	float: left; 
	overflow: hidden;
	width: 230px;
}

.destinationsBox {
	margin-bottom: 10px;
}

.destinationsBox .column {
	float: left; 
	overflow: hidden;
	width: 143px;
}

.partnerBox {
/*	border-top: 1px solid #CCCCCC;*/
	padding-top: 10px;
	margin-bottom: 10px;
}


.listRow {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.bookRow {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.productCell {
	clear: both;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}

.textCell {
	width: 400px;
}

.imageCell {
	clear: both; 
	float: right;
	padding-left: 10px;
}

.ratingCell {
	white-space: nowrap;	
}

.x {
	clear: both;
}



.discreteBox {
	color: #999999;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}


a.hiddenLink, a.hiddenLink:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.hiddenLink:hover {
	text-decoration: underline;
}

p.ingress {
	font-weight: bold;
}

.button {
	text-align: right;
	margin-bottom: 8pt;
}

.message {
	color: #CC0000;
	font-weight: bold;
}

.marker {
	text-align: center;
	margin-bottom: 15px;
	text-align: center;
	padding: 5px 10px;
	width: 410px;
	background-color: #FEFF99;
	margin-left: auto;
	margin-right: auto;
}


.marker a {
	color: #000000;
	font-weight: bold;
}

.ad {
	margin-bottom: 10px;
}

.promobox {
	margin-bottom: 10px;
}

.promobox .image {
	float: left;
	width: 105px;
}

.promobox .text {
	float: left;
	width: 325px;
}

.promobox .text p {
	margin-bottom: 0;
}

.pollAnswer {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img_common/fraagan-bakgrund.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 1px;
	padding-left: 1px;
}

.date {
	color: #999999;
	margin-bottom: 0;
}

.price {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 25pt;
	margin: 0;
}