html,body {
	height: 100%;
	
	font-family: Arial, tahoma, verdana;
	font-size: 12px;
	color: #333;
	
	background: #e9edf0;
}
body {
	background: #e9edf0;
}

.clear {
	clear: both;
}

a {
	color: #3774a1;
	outline:none;
}

h1,h2,h3,h4,h5 {
	margin: 0 0 10px 0;
	color: #A31319;
}

h1 {
	font-size: 23px;
}
h1 a {
	color:inherit;
	text-decoration:inherit;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 0 0 8px 0;
}

strong {
	font-weight: bold;
}


.print-logo {
	display: none;
}

#wrap {
	margin: 0 auto;
	
	background: center 150px url('../img/body-back.jpg') repeat-x;
}
	
	#head,
	#foot,
	#main,
	#banner,
	#sub-nav,
	#head .head-nav
	{
		width: 1000px;
	}
	
	/*
	 *	Haus
	 */
	
	#head-wrap {
		background: 0 0 url('../img/head-back.gif') repeat-x #FFF;
	}
		#head {
			margin: 0 auto;
			
			position: relative;
			/*
			z-index: 1000;
			*/
			height: 150px; 
		}
		#wrap.sub #head {
		}
			#head .head-logo {
				display: block;
				position: absolute;
				
				top: 20px;
				left: 10px;
				
				width: 350px;
				height: 60px;
				
				padding: 35px 0 0 100px;
				
				outline: none;
				
				font-family: arial;
				font-size: 11px;
				color: #999;
				text-decoration: none;
				text-align: left;
				letter-spacing: 1px;
				
				background: 0 0 url('../img/head-logo.png') no-repeat;
			}
			
			#head .head-bar {
				position: absolute;
				
				top: 1px;
				right: 180px;
				
				min-width: 100px;
				height: 25px;
				
				border-left: 1px solid #fff;
				
				background: left bottom url('../img/head-bar-corner.png') no-repeat #326282;
			}
				#head .head-bar ul {
					padding: 0 4px 0 4px;
				}
					#head .head-bar ul li {
						float: left;
						padding: 4px 8px 4px 8px;
						
						background: 0 center url('../img/head-bar-spacer.gif') no-repeat;
					}
					#head .head-bar ul li:first-child {
						background: none;
					}
						#head .head-bar ul li A {
							color: #fff;
							
							font-size: 11px;
							text-decoration: none;
						}
						#head .head-bar ul li A:hover {
							text-decoration: underline;
						}
			
			#head .head-search {
				position: absolute;
				
				top: 1px;
				right: 0;
				
				width: 179px;
				height: 24px;
				
				border-right: 1px solid #fff;
				border-bottom: 1px solid #dadada;
				
				background: #fff;
			}
				#head .head-search .text {
					float: left;
					
					margin: 0;
					padding: 5px;
					
					font-size: 11px;
					color: #999;
					
					width: 144px;
					
					border: 0;
					
					background: #fff;
				}
				#head .head-search .text:focus {
					color: #333;
				}
				#head .head-search span {
					display: block;
					float: left;
					
					width: 23px;
					height: 24px;
					
					border: 1px solid #dadada;
					border-top: 0;
				}
					#head .head-search span .button {
						float: left;
						
						width: 23px;
						height: 23px;
						
						cursor: pointer;
					
						border: 0;
						
						background: center url('../img/head-search-button.gif') no-repeat #f9f9f9;
					}

			#head .head-map {
				position: absolute;
				
				top: 30px;
				right: 5px;
				
				z-index: 200;
				
				cursor: pointer;
				
				width: 285px;
				height: 72px;
				
				background: right bottom url('../img/head-map-back.gif') no-repeat #fff;
			}
				#head .head-map .text {
					position: absolute;
					
					top: 25px;
					left: 80px;
					
					letter-spacing: 1px;
					
					font-size: 14px;
					color: #9b9fa2;
				}
					#head .head-map .text span {
						color: #3e6f90;
					}
				
				#head .head-map .map {
					position: absolute;
					
					bottom: -8px;
					right: 0;
					
					width: 108px;
					height: 76px;
					
					background: 0 0 url('../img/head-map-full.png') no-repeat;
					
				}
			
			#site-map {
				display: none;
				position: absolute;
				
				top: 100px;
				left: 200px;
				
				z-index: 300;
				
				width: 600px;
				height: 500px;
				
				background: 0 0 url('../img/head-sitemap-back.png') no-repeat;
				border: 0 solid #AAA;
			}
				#site-map h1 {
					position: absolute;
					
					top: 45px;
					left: 45px;
				}
				
				#site-map .close {
					position: absolute;
					
					top: 50px;
					right: 45px;
					
					cursor: pointer;
					
					font-weight: bold;
				}
				#site-map .close:hover {
					text-decoration: underline;
				}
				
				#site-map .part {
					display: block;
					position: absolute;
					
					top: 0;
					left: 0;
					
					cursor: pointer;
					
					margin-left: -5px;
					
					width: 120px;
					height: 80px;
					
					font-size: 12px;
					font-weight: bold;
					color: #333;
					text-align: center;
					text-decoration: none;
					
					background: url('../img/head-black-5.png');
					background: rgba(0,0,0,0.05);
					
					border: 1px solid #fff;
					border: 1px solid rgba(255,255,255,0.5);
					
				}
				#site-map .part:hover {
					background: url('../img/head-black-10.png');
					background: rgba(60,60,60,0.2);
				}
				
				#site-map .part.west {
					top: 240px;
					left: 50px;
					height: 85px;
					width: 150px;
					line-height: 85px;
				}
				
				#site-map .part.westfjords {
					top: 100px;
					left: 50px;
					width: 150px;
					height: 130px;
					line-height: 130px;
				}
				
				#site-map .part.capital {
					top: 335px;
					left: 50px;
					height: 25px;
					width: 150px;
					line-height: 25px;
				}
				
				#site-map .part.reykjanes {
					top: 370px;
					left: 50px;
					height: 80px;
					width: 150px;
					line-height: 80px;
				}
				
				#site-map .part.north {
					top: 100px;
					left: 210px;
					width: 230px;
					height: 130px;
					line-height: 130px;
				}
				
				#site-map .part.east {
					top: 100px;
					left: 450px;
					
					width: 110px;
					height: 350px;
					line-height: 280px;
				}
				
				#site-map .part.south {
					top: 350px;
					left: 210px;
					
					width: 230px;
					height: 100px;
					line-height: 100px;
				}
				
				#site-map .part.iceland {
					top: 240px;
					left: 210px;
					
					width: 230px;
					height: 100px;
					line-height: 100px;
				}
			
				
			#head .head-language {
				position: absolute;
				
				right: 15px;
				bottom: 0;
				z-index: 100;
				
				min-width: 50px;
				height: 50px;
			}
				#head .head-language .current {
					margin: 16px 0 0 0;
					padding: 0 15px 0 0;
					
					font-weight: bold;
					color: #fff;
					
					cursor: pointer;
					
					background: right center url('../img/head-lang-arrow.gif') no-repeat;
				}
					#head .head-language .current .label {
						color: #fff;
					}
					#head .head-language .current .text {
						color: #ccc;
					}
				
				.dropdown {
					position: absolute;
					visibility: hidden;
					
					z-index: 1000;
					
					top: 0;
					left: 0;
					
					border: 1px solid #ddd;
					border-color: rgba(255,255,255,0.3);
					
					background: #fff;
					background: rgba(255,255,255,0.9);
					
					-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
					-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.5);
					
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
				}
					.dropdown ul {
						width: 450px;
					}
						.dropdown ul li {
							width: 150px;
							float: left;
						}
							.dropdown ul li a {
								display: block;
								
								padding: 4px 8px 4px 30px;
								
								font-size: 11px;
								color: #888;
								text-decoration: none;
								
								background: 6px 5px no-repeat url('../img/flags/empty.png');
								
								/*border-bottom: 1px solid #CCC;*/
								-moz-border-radius: 3px;
								-webkit-border-radius: 3px;
							}
							.dropdown ul li:first-child a {
								border: 0;
							}
							.dropdown ul li a:hover {
								background-color: #bcddf2;
								color: #333;
							}
							
							.dropdown ul li a.en {
								background-image: url('../img/flags/gb.png');
							}
							.dropdown ul li a.is {
								background-image: url('../img/flags/is.png');
							}
							.dropdown ul li a.dk {
								background-image: url('../img/flags/dk.png');
							}
							.dropdown ul li a.no {
								background-image: url('../img/flags/no.png');
							}
							.dropdown ul li a.se {
								background-image: url('../img/flags/se.png');
							}
							.dropdown ul li a.it {
								background-image: url('../img/flags/it.png');
							}
							.dropdown ul li a.es {
								background-image: url('../img/flags/es.png');
							}
							.dropdown ul li a.fr {
								background-image: url('../img/flags/fr.png');
							}
							.dropdown ul li a.de {
								background-image: url('../img/flags/de.png');
							}
							.dropdown ul li a.nl {
								background-image: url('../img/flags/nl.png');
							}
							.dropdown ul li a.cn {
								background-image: url('../img/flags/cn.png');
							}
							.dropdown ul li a.us {
								background-image: url('../img/flags/us.png');
							}
							.dropdown ul li a.be {
								background-image: url('../img/flags/be.png');
							}
							
			#head .head-nav {
				position: absolute;
				
				left: 0;
				bottom: 0;
				
				height: 50px;
				
				background: 0 4px url('../img/menu-back.png') no-repeat;
				
				border-bottom: 1px solid #dbdbdb;
			}
			#wrap.sub #head .head-nav {
				border: 0;
				bottom: 1px;
			}
				#head .head-nav ul {
					margin: 0 0 0 0;
					padding: 0;
					
					height: 50px;
					
					list-style: none;
				}
					
					#head .head-nav ul li {
						float: left;
						
						margin: 0 0px 0 0;
						padding: 0 2px 0 2px;
						
						height: 51px;
						overflow: hidden;
						
						background: right 4px url('../img/head-nav-spacer.png') no-repeat;
					}
						#head .head-nav ul li A {
							display: block;
							float: left;
							
							padding: 18px;
							height: 50px;
							
							outline: none;
							
							font-weight: bold;
							font-size: 12px;
							color: #fff;
							text-decoration: none;
							
						}
						#head .head-nav ul li A:hover {
							color: #DDD;
						}
					
					#head .head-nav ul li.selected {
						margin-left: -2px;
					}
					#wrap.front #head .head-nav ul li:first-child,
					#head .head-nav ul li.selected:first-child {
						margin-left: 10px;
					}
					
					#wrap.front #head .head-nav ul li:first-child,
					#head .head-nav ul li.selected {
						padding: 0 0 0 1px;
						
						background: 0 0 url('../img/head-nav-tabline.gif') no-repeat #f23600;
					}
					#wrap.front #head .head-nav ul li:first-child:hover,
					#head .head-nav ul li.selected:hover {
						background-color: #f58c6e;
						color: #f58c6e;
					}
						#wrap.front #head .head-nav ul li:first-child a,
						#head .head-nav ul li.selected a {
							padding: 18px 18px 18px 17px;
							
							color: #a31319;
							
							background: right 0 url('../img/head-nav-tab-back.gif') no-repeat;
						}
						#wrap.front #head .head-nav ul li:first-child a:hover,
						#head .head-nav ul li.selected a:hover {
							color: #f58c6e;
						}

	
	#sub-nav {
		position: relative;
		z-index: 10;
		
		margin: 0 auto;
		height: 30px;
		
		border-bottom: 1px solid #dbdbdb;
	}
	#wrap.front #sub-nav {
		display: none;
	}
		#sub-nav ul {
			
		}
		#sub-nav ul:first-child {
			
		}
			#sub-nav ul li {
				position: relative;
				float: left;
				
				margin: 0 0 0 0;
				padding: 0 15px;
				
				width: auto;
				
				border-right: 0px solid #dbdbdb;
			}
				#sub-nav ul li a {
					display: block;
					float: left;
					
					padding: 8px 0;
					color: #777;
					
					outline: none;
					
					text-decoration: none;
				}
				#sub-nav ul li a.child {
					padding-right: 12px;
					background: right center url('../img/subnav-drop-arrow.gif') no-repeat;
				}
				
				
				#sub-nav ul li a.selected {
					font-weight: bold;
					color: #333;
				}
				#sub-nav ul li a:hover {
					color: #333;
				}
			
			#sub-nav ul ul {
				
				visibility: hidden;
				top: 30px;
				left: 0px;
				
				z-index: 900;
				overflow: hidden;
				
				clear: left;
				
				-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
				-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
				
				
				
				border: 0px solid #fff;
				border-top: 0;
				/*outline: 1px solid #ffF;*/
				
				background: #FFF;
				background: rgba(255,255,255,0.95);
				
			}
				#sub-nav ul ul li {
					float: none;
					
					margin: 0;
					padding: 1px 0 0 0;
					
					border: 0;
					border-top: 1px solid #ddd;
				}
					#sub-nav ul ul li a {
						float: none;
						
						margin: 0px 1px 1px 1px;
						padding: 6px 20px;
						
						font-size: 11px;
						
						/*border-top: 1px solid #eee;*/
						/*background: rgba(230,230,230,0.90);*/
					}
					#sub-nav ul ul li a:hover {
						background: rgba(220,220,220,0.90);
					}
					#sub-nav ul ul li:first-child a {
						border: 0;
						margin-top: 0px;
					}
	
	/*
	 *	Fótur
	 */
	
	#foot-wrap {
		border-top: 1px solid #e4e6e9;
		background: #fff;
	}
		#foot {
			margin: 0 auto;
			min-height: 200px;
			
			background: 0 1px url('../img/foot-back.gif') no-repeat;
		}
		#wrap.sub #foot {
			/*margin-top: 29px;*/
		}

			#foot .col {
				float: left;
				
				margin: 20px 20px 20px 0;
				
				width: 200px;
				height: 200px;
			}
			
			#foot .col.col-1 { width: 200px; }
			#foot .col.col-2 { width: 200px; }
			#foot .col.col-3 { width: 270px; }
			#foot .col.col-4 { width: 270px; margin-right: 0; }
				
				#foot h2 {
					padding: 0 0 5px 27px;
					
					font-size: 14px;
					color: #a31319;
				}
				
				#foot ul {
					margin: 0 0 0 20px;
				}
					#foot ul li {
						margin: 0 0 5px 0;
						padding: 0 0 0 10px;
						
						background: 0 7px url('../img/foot-bullet.gif') no-repeat;
					}
						#foot ul li a {
							font-size: 11px;
							color: #757575;
						
							text-decoration: none;
						}
						#foot ul li a:hover {
							text-decoration: underline;
						}
				
				#foot a.fma-logo {
					display: block;
					
					margin: 0 0 20px 0;
					
					width: 270px;
					height: 55px;
					
					text-indent: -9999px;
					outline: none;
					
					background: 50px 0 url('../img/foot-fma-logo.png') no-repeat;
				}
				
				#foot .contact {
					margin: 0;
					padding: 25px 0 0 110px;
					
					font-size: 11px;
					color: #666;
					
					background: 50px 0 url('../img/foot-contact-back.png') no-repeat;
				}
					#foot .contact div {
						height: 15px;
					}
					#foot .contact div.link {
						height: 20px;
					}
						#foot .contact div a {
							text-decoration: none;
							color: #666;
						}
						#foot .contact div span {
							display: block;
							float: left;
							
							width: 30px;
							
							font-weight: bold;
						}
			
	
	/*
	 *	Banner
	 */
	
	
		#banner {
			position: relative;
			
			margin: 0 auto 0;
			width: 998px;
			
			height: 314px;
			
			border: 0;
			border-bottom: 1px solid #dbdbdb;
			border-left: 1px solid #dbdbdb;
			border-right: 1px solid #dbdbdb;
			
			overflow: hidden;
			
			background: #fff;
		}
		#banner.false {
			height: 0;
			border-width: 0;
		}
			#collapse-banner {
				position: absolute;
				
				z-index: 100;
				
				left: 50%;
				
				margin: 0 0 0 -30px;
				
				width: 60px;
				height: 10px;
				
				cursor: pointer;
				
				background: 0 -10px url('../img/banner-collapse.gif') no-repeat;
			}
			#collapse-banner.closed {
				background-position: 0 0;
			}
		
			#banner .content {
				position: relative;
				
				margin: 7px 0 7px 7px;
				
				height: 300px;
				width: 770px;
				
				background: #fff;
			}
				#banner .content .view {
					position: absolute;
					
					top: 0;
					left: 0;
					
					visibility: hidden;
					
					height: 300px;
					width: 770px;
					
					background: #000;
				}
				#banner .content .view.pictures {
					position: relative;
					visibility: visible;
					/*background: url('../img/mynd.jpg') no-repeat #555;*/
					background: #fff;
				}
				
				#slideshow-banner {
					display: none;
				}
				
					#banner .content .view.pictures .item {
						position: absolute;
						
						top: 0;
						left: 0;
						
						height: 300px;
						width: 770px;
						
						
						background: center no-repeat #eee;
					}	
						#banner .content .view.pictures .text {
							position: absolute;
							
							bottom: 8px;
							left: 8px;
							
							font-size: 11px;
							color: #fff;
							
							max-width: 400px;
							
							padding: 10px;
							
							text-shadow: 1px 1px 0px #000;
							text-decoration: none;
							
							background: url('../img/banner-black-50.png');
						}
							#banner .content .view.pictures .text a {
								color: #fff;
							}
							#banner .content .view.pictures .text .title {
								margin: 0 0 5px 0;
								
								font-size: 14px;
								font-weight: bold;
								color: #fff;
							}
							
							#banner .content .view.pictures .text .desc {
								font-size: 11px;
								font-weight: normal;
								color: #fff;
							}
						
						#banner .next,
						#banner .prev {
							position: absolute;
							
							bottom: 8px;
							right: 8px;
							
							z-index: 100;
							
							color: #fff;
							
							width: 20px;
							height: 19px;
							
							text-indent: -9999px;
							outline: none;
							
							cursor: pointer;
							
							background: -20px 0 url('../img/banner-arrows.png') no-repeat;
						}
						#banner .prev {
							right: 29px;
							background-position: 0 0;
						}
						
						#banner .loading {
							position: absolute;
							display: none;
							
							top: 5px;
							right: 5px;
							
							width: 100px;
							height: 8px;
							
							background: #000;
							border: 1px solid #000;
							color: #fff;
							
						}
							#banner .loading .loading-bar {
								position: absolute;
							
								top: 0px;
								left: 0px;
								
								height: 8px;
								width: 100%;
								
								background: #fff;
							}
							#banner .loading .loading-number {
								display: none;
								position: absolute;
							
								top: 0px;
								left: -50px;
								
								width: 50px;
								
								
								
								text-align: right;
							}
					
				#banner .content .view.map {
					background: center url('../img/map-loading.gif') no-repeat #fff;
				}
				#banner .content .view.videos {
					background: #fff;
				}
				#banner .content .view.weather {
					background: blue;
				}
				
					#banner .content .view iframe {
						border: 0;
						
						height: 300px;
						width: 770px;
						
						overflow: hidden;
					}
				
			
			#banner .side {
				position: absolute;
				
				top: 7px;
				right: 7px;
				
				height: 300px;
				width: 213px;
				
				overflow: hidden;
				background: #ddd;
			}
				
				#banner .side .search {
					position: absolute;
					
					top: 0;
					left: 0;
					
					width: 213px;
					height: 200px;
					
					
					background: 0 0 url('../img/banner-search-back.gif') repeat-x #ddd;
				}
					#banner .side .search ul {
						height: 28px;
						
						overflow: hidden;
					}
						#banner .side .search ul li {
							float: left;
							
							margin: 0 0 0 0;
							padding: 6px 8px;
							
							width: 89px;
							
							text-align: center;
							color: #999;
							
							cursor: pointer;
							
							border-left: 1px solid #ccc;
							border-bottom: 1px solid #ccc;
							
							background: #f5f5f5;
						}
						#banner .side .search ul li:first-child {
							border-left: 0;
						}
						#banner .side .search ul li.selected {
							font-weight: bold;
							color: #A31319;
							
							border-bottom: 0px solid #ccc;
							background: none;
						}
					
					#banner .side .search .tab-area {
						visibility: hidden;
						position: absolute;
						
						top: 37px;
						left: 10px;
						
						width: 192px;
						height: 152px;
					}
					#banner .side .search .tab-area.first {
						visibility: visible;
					}
					
					#banner .side .search .search-travel {
						padding-top: 5px;
					}
						#banner .side .search .search-travel .help {
							margin: 0 0 5px 0;
							
							font-size: 11px;
							
						}
						#banner .side .search .search-travel select {
							margin: 0 0 6px 0;
							padding: 4px 4px;
							
							font-size: 11px;
							color: #777;
							
							width: 100%;
							
							border: 1px solid #ccc;
						}
						#banner .side .search .search-travel .text {
							margin: 0 0 6px 0;
							padding: 0 0 0 10px;
						}
							#banner .side .search .search-travel .text input {
								margin: 0 0 0 -10px;
								padding: 4px 4px;
								
								border: 1px solid #ccc;
								
								width: 100%;
							}
						#banner .side .search .search-travel .button {
							text-align: right;
						}
							#banner .side .search .search-travel .button input {
								padding: 5px 8px;
								border: 1px solid #ccc;
								background: #fff;
							}
						
						#banner .side .search .search-travel select:focus,
						#banner .side .search .search-travel .text input:focus
						{
							color: #333;
							border-color: #777;
						}
						
				
				#banner .side .views {
					position: absolute;
					
					bottom: 0;
					left: 0;
					
					width: 213px;
					max-height: 99px;
					
					overflow: hidden;
					
					border-top: 1px solid #fff;
					border-bottom: 1px solid #ddd;
					
					background: #fff;
				}
						#banner .side .views li {
							padding: 1px 0 1px 0;
							border-top: 1px solid #ddd;
						}
						#banner .side .views li.weather {
							display: none;
						}
							#banner .side .views li A {
								display: block;
								
								padding: 6px 10px;
								cursor: pointer;
								
								color: #777;
								
							}
							#banner .side .views li A:hover {
								color: #333;
							}
							
						#banner .side .view ul li.selected {
							
						}
							#banner .side .views li.selected A {
								color: #fff;
								font-weight: bold;
								/*background: center url('../img/menu-back.png');*/
								background-color: #3f6a8b;
							}
				
				
				
				
				/*
				
				#banner .search  {
					height: 197px;
					
					background: right bottom url('../img/banner-search-back.gif') no-repeat;
				} 
				
				#banner .view  {
					height: 100px;
					
					background: #fff;
				}
					#banner .view ul {
						
					}
						#banner .view ul li {
							border-top: 1px dotted #ddd;
							padding: 0;
						}
						#banner .view ul li:first-child {
							border: 0;
						}
							#banner .view ul li a {
								display: block;
								
								margin: 1px 0 1px -20px;
								padding: 8px 0 0px 58px;
								
								height: 24px;
								
								cursor: pointer;
								
								font-size: 14px;
								color: #3a698b;
								
								background: 0 -36px url('../img/view-back.png') no-repeat;
							}
							#banner .view ul li a:hover {
								color: #fff;
							}
							
							#banner .view ul li.pictures a {
								background-position: 0 -36px;
							}
							#banner .view ul li.pictures a:hover {
								background-position: 0 -2px;
							}
							#banner .view ul li.map a {
								background-position: 0 -104px;
							}
							#banner .view ul li.map a:hover {
								background-position: 0 -70px;
							}
							#banner .view ul li.weather a {
								background-position: 0 -171px;
							}
							#banner .view ul li.weather a:hover {
								background-position: 0 -138px;
							}

				*/
	/*
	 *	Content
	 */

	#main {
		margin: 0 auto;
		min-height: 400px;
		
		margin-bottom: 20px;
	}
	
	.front #main {
		margin-bottom: 10px;
	}
		.front #main .main-content ul{
			margin: 10px 0 0 20px;
		}
			.front #main .main-content ul li{
				background: url(http://visiticeland.com/img/foot-bullet.gif) no-repeat 0px 7px;
				margin: 0 0 5px 0;
				padding: 0 0 0 10px;
			}
		.front #main .highlights {
			padding: 0;
			
			height: 136px;
			
			background: 0 0 url('../img/highlights-back.gif') no-repeat #fff;
			
			border: 1px solid #ddd;
			border-top: 0;
		}
			.front #main .highlights .col  {
				position: relative;
				float: left;
				
				margin: 0 1px 0 0;
				
				width: 332px;
				height: 136px;
				
				overflow: hidden;
				
			}
			.front #main .highlights .col.col-3 {
				margin: 0;
			}
				
				.front #main .highlights .col .image {
					position: absolute;
					
					bottom: 1px;
					right: 1px;
					
					width: 100px;
					height: 134px;
					
					background: #AAA;
				}
				
				
				.front #main .highlights .col.col-1 .text {
					/*width: 180px;*/
				}
				.front #main .highlights .col.col-1 .image {
					width: 120px;
					background: center url('../img/front-image-snjor.png') no-repeat;
				}
				.front #main .highlights .col.col-2 .image {
					background: bottom right url('../img/front-image-kona.png') no-repeat;
				}
				.front #main .highlights .col.col-3 .image {
					width: 130px;
					
					background: bottom right url('../img/front-image-lundi.png') no-repeat;
				}
				
				
				.front #main .highlights .col h1 {
					margin: 0;
					padding: 8px 0 3px 20px;
					
					width: 200px;
					
					font-size: 18px;
					color: #a31319;
					
				}
				.front #main .highlights .col .text {
					margin: 0 0 0 20px;
					
					/*width: 200px;*/
					height: 63px;
					overflow: hidden;
					
					font-size: 11px;
					line-height: 15px;
					color: #555;
				}
				.front #main .highlights .col.col-3 .text {
					width: 200px;
				}
				
				.front #main .highlights .col .more, .more-button {
					margin: 3px 0 0 20px;
					
					width: 200px;
					
					font-size: 11px;
				}
				
				.more-button {
					width:auto;
				}
				
					.front #main .highlights .col .more A, .more-button a {
						display: block;
						float: left;
						
						padding: 4px 23px 4px 10px;
						
						text-decoration: none;
						color: #555;
						
						border: 1px solid #ddd;
						background: right center url('../img/bullet-red.gif') no-repeat #fff;
						
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
					}
					.front #main .highlights .col .more A:hover, .more-button a:hover {
						color: #999;
					}
			

	
		.front #main .main-content {
			margin: 10px 0 0 0;
		}
			.front #main .main-content .col {
				float: left;
				
				margin: 0 10px 0 0;
				
				width: 352px;
				height: 271px;
				
				background: #fff;
				border: 1px solid #ddd;
				
				overflow: hidden;
			}
			
			.front #main .main-content .col.col-1 {
			}
			.front #main .main-content .col.col-2 {
				width: 411px;
			}
				.front #main .main-content .col.col-1 .title, .front #main .main-content .col.col-2 .title {
					background: #EEE;
					
					margin: 1px;
					padding: 0;
					
					height: 50px;
					
					font-size: 18px;
					font-weight: normal;
					color: #a31319;
					overflow: hidden;
					
					background: 0 0 url('../img/main-title-back.gif') repeat-x;
					border-bottom: 1px solid #ddd;
				}
					.front #main .main-content .col.col-1 .title span, .front #main .main-content .col.col-2 .title span {
						display: block;
						padding: 13px 18px;
						
					}
				
				.front #main .main-content .col.col-2 .index {
					padding: 12px 18px;
				}
					.front #main .main-content .col.col-2 .index .item {
						margin: 0 0 20px 0;
						font-size: 11px;
						color: #666;
					}
						.front #main .main-content .col.col-2 .index .item .date {
							width: 60px;
							height: 15px;
							
							font-size: 12px;
							text-align: left;
						}
						.front #main .main-content .col.col-2 .index .item h1 {
							margin: -15px 0 0 60px;
							font-size: 12px;
							font-weight: bold;
						}
							.front #main .main-content .col.col-2 .index .item h1 a {
							}
							.front #main .main-content .col.col-2 .index .item h1 a:hover {
								color: #ff7474;
							}
			
			.front #main .main-content .col.col-3 {
				width: 213px;
				height: 275px;
				margin: 0;
				border: 0;
				background: none;
			}
				.front #main .main-content .col.col-3 img,
				.sub #main .main-side img {
					border: 0;
					margin: 0 0 10px 0;
				}


	#wrap.sub #main {
		margin: 0 auto 20px auto;
		
		width: 998px;
		
		border: 1px solid #ddd;
		border-top: 0;
			
		background: 0 0 url('../img/main-back.gif') repeat-y #fff;
	}
		#wrap.sub #main #main-top {
			background: 0 0 url('../img/main-top.gif') no-repeat;
		}
		#wrap.sub #main #main-bottom {
			min-height: 400px;
			
			background: 0 bottom url('../img/main-bottom.gif') no-repeat;
		}
			#wrap.sub #main .main-content {
				float: left;
				
				margin: 20px 0 20px 20px;
				
				width: 730px;
				min-height: 200px;
				
				line-height: 18px;
			}
				#wrap.sub #main .main-content .breadcrumbs {
					margin: 0 0 10px -8px;
					min-height:16px;
					font-size: 11px;
					color: #CCC;
				}
					#wrap.sub #main .main-content .breadcrumbs a {
						margin: 0 8px;
						
						color: #777;
						text-decoration: none;
					}
					#wrap.sub #main .main-content .breadcrumbs a:last-child {
						color: #555;
						font-weight: bold;
					}
				
				#wrap.sub #main .main-content .addthis_toolbox {
					float: right;
				}
					#wrap.sub #main .main-content .addthis_toolbox a {
						font-size: 11px;
						text-decoration: none;
					}
				
			
			#wrap.sub #main .main-content ul {
				margin: 0 0 0 15px;
			}
				#wrap.sub #main .main-content ul li {
					padding: 2px 0;
					list-style-image:url("../img/foot-bullet.gif");
				}
					#wrap.sub #main .main-content ul li a {
						
					}
			
			#wrap.sub #main .main-side {
				float: right;
				
				margin: 7px 7px 20px 0px;
				
				width: 213px;
				min-height: 200px;
			}
				
				#main .box {
					margin: 0 0 10px 0;
					
					min-height: 60px;
					overflow: hidden;
					
					border: 1px solid #ddd;
					background: #fff;
				}
					#main .box .newsletter {
						margin: 1px;
						padding: 10px;
						
						background: bottom url('../img/box-back.gif') repeat-x #f4f4f4;
					}
						#main .box .newsletter h2 {
							font-size: 14px;
							font-weight: normal;
						}
						
						#main .box .newsletter label {
							display: block;
						}
						
						#main .box .newsletter input.text {
							float: left;
							
							margin: 0 5px 0 0;
							padding: 4px 6px;
							
							width: 140px;
							font-size: 11px;
							
							color: #999;
							
							border: 1px solid #ccc;
							background: #fff;
						}
						#main .box .newsletter input.text.name {
							margin: 0 0 5px 0;
							width: 173px;
						}
						#main .box .newsletter input.text:focus {
							color: #333;
						}
						#main .box .newsletter span {
							display: block;
							float: left;
							
							border: 1px solid #ccc;
						}
							#main .box .newsletter span input {
								float: left;
								
								width: 25px;
								
								color: transparent;
								text-transform: capitalize;
								
								padding: 3px 0px;
								font-size: 11px;
								
								border: 0;
								background: center url('../img/head-search-button.gif') no-repeat #fff;
							}
				
	

.faq {
	margin: 20px 0 0 0;
}
	.faq .item {
		margin: 0 0 20px 0;
	}
		.faq .question {
			margin: 0 0 8px 0;
			padding: 7px 0 8px 45px;
			
			font-weight: bold;
			color: #555;
			cursor: pointer;
			
			background: 0 0 url('../img/faq-icon.gif') no-repeat;
		}
		.faq .question.selected {
			color: #A31319;
			background-position: 0 -33px;
		}
		.faq .answer {
			margin: -5px 0 0 0;
			padding: 0 0 0 45px;
			overflow: hidden;
			/*height: 0;*/
			
			color: #555;
		}


.search-results {
	/*width: 800px;*/
}
	.search-results .search-by {
		padding: 0 0 10px 0;
		margin: 0 0 0px 0;
		
		border-bottom: 1px solid #ddd;
	}
	
	.search-results h1 span {
		margin: 0 0 0 5px;
		font-size: 12px;
		color: #666;
	}
	
	.search-results .item {
		position: relative;
		
		margin: 0 0 30px 0;
		padding: 15px 0 0 0;
	}
	.search-results .item.double {
		float: left;
		width: 50%;
	}
	.search-results .item.double.first {
		clear: left;
		width: 48%;
	}
	.search-results .item.double.last {
		float: right;
		
		width: 48%;
	}
		.search-results .item .name {
			display: block;
			
			font-size: 14px;
			font-weight: bold;
			
			color: #A31319;
			text-decoration: none;
			
			margin: 0 0 10px 0;
		}
		.search-results .item .image {
			float: left;
			
			margin: 0 20px 0 0;
			padding: 15px 0 0 0;
			
			width: 140px;
			height: 100%;
			
			text-align: center;
			
			border-top: 1px solid #ddd;
		}
		.search-results.places .item .image {
			width: 240px;
		}
			.search-results .item .image img {
				width: 120px;
				padding: 1px;
				
				background: #fff;
				
				-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
				-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
			}
			.search-results.places .item .image img {
				width: 220px;
			}
			.search-results .item .image .no-image {
				display: none;
				margin: 0 auto;
				padding: 35px 0;
				
				width: 120px;
				
				background: #eee;
				
				font-size: 9px;
				color: #555;
				
				border: 1px solid #fff;
				
				-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
				-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
			}
			.search-results.places .item .image .no-image {
				padding: 65px 0;
				width: 240px;
			}
			.search-results .item .image.no-image-found .no-image {
				display: block;
				
			}
			.search-results .item .image.no-image-found img {
				display: none;
			}
				.search-results .item .image.no-image-found a {
					text-decoration: none;
				}
			
			
		.search-results .item .about {
			float: left;
			
			margin: 0 20px 0 0;
			
			width: 400px;
			min-height: 150px;
			
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
		}
		.search-results.places .item .about {
			min-height: 100px;
			border-bottom: 0;
		}
		.search-results.places .item .about {
			width: 450px;
		}
		.search-results .item.double .about {
			margin: 0 0 0 0;
			float: none;
			width: auto;
		}
			.search-results .item .about .row {
				position: relative;
				padding: 4px 0 4px 100px;
				
				font-size: 11px;
				
				min-height: 15px;
				
				border-top: 1px solid #eee;
			}
			.search-results .item .about .row.first {
				border: 0;
			}
				.search-results .item .about .row label {
					position: absolute;
					
					top: 4px;
					left: 0;
					
					font-weight: bold;
					
					display: block;
				}
				.search-results .item .about .row a {
					text-decoration: none;
				}
			
			
			.search-results.places .item .about .more {
				
			}
			
			
		.search-results .item .info {
			float: left;
			
			width: 150px;
			
			border-top: 1px solid #ddd;
		}
			.rating {
				padding: 0 0 5px 0;
			}
			.rating.stars-0 {
				display: none;
			}
				.rating .star {
					float: left;
					
					width: 20px;
					height: 20px;
					
					margin: 0 0 0 5px;
					
					background: #CCC;
					background: -3px -5px url('../img/search-results-icon-stars.gif') no-repeat;
				}
				
				.rating.stars-1 .star-1 { background-position: -63px -5px; }
				.rating.stars-2 .star-1 { background-position: -63px -5px; }
				.rating.stars-2 .star-2 { background-position: -63px -5px; }
				.rating.stars-3 .star-1 { background-position: -63px -5px; }
				.rating.stars-3 .star-2 { background-position: -63px -5px; }
				.rating.stars-3 .star-3 { background-position: -63px -5px; }
				.rating.stars-4 .star { background-position: -63px -5px; }
				.rating.stars-4 .star-5 { background-position: -3px -5px; }
				
				.rating.stars-5 .star { background-position: -63px -5px; }
				
			
			
			.search-results .item .info label {
				display: block;
				
				padding: 4px 0px;
				
				color: #666;
				
			}
			.search-results .item .info span {
				display: block;
				text-align: center;
				font-size: 18px;
			}
			
			.search-results .item .info .more {
				position: absolute;
					
				bottom: 0px;
				right: 0;
				
				
				padding: 0 0 10px 0;
				
				border-bottom: 1px solid #ddd;
			}
			.search-results.places .item .about .more {
				padding: 10px 0 0 0;
				border-top: 1px solid #ddd;
			}
				.search-results.places .item .about .more a,
				.search-results .item .info .more a {
					display: block;
					
					padding: 5px 0;
					
					width: 150px;
					
					text-align: center;
					text-decoration: none;
					
					color: #fff;
					font-weight: bold;
					font-size: 11px;
					
					background: 0 0 url('../img/button-overlay.png') repeat-x #3F6A8B;
					border: 1px solid #3F6A8B;
					
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
				}
				.search-results.places .item .about .more a {
					float: right;
				}
				.search-results .item .info .more a:hover {
					
				}
				
					.search-results .search-results-map {
						background:url(/img/IcelandMapGray.png) no-repeat;
						width:134px;
						height:96px;
						position:relative;
					}
					
						.search-results .search-results-map .marker {
							position:absolute;
							background:#3F6A8B;
							border:1px solid #fff;
							width:4px;
							height:4px;
							margin-left:-2px;
							margin-top:-2px;
							-moz-border-radius:3px;
							-webkit-border-radius:3px;
						}
				


.index {
}
	.index .item {
		margin: 0 0 20px 0;
	}
		.index.item .date,
		.index .item .date {
			color: #999;
			font-size: 11px;
		}
		.index .item h1 {
			font-size: 18px;
		}
			.index .item h1 a {
				text-decoration: none;
				color: inherit;
			}
		
		.index .item .image {
			float: right;
			margin: 0 0 20px 20px;
		}
			.index .item .image img {
				padding: 1px;
				border: 1px solid #ddd;
			}
		
		.index .item .more {
			margin: 10px 0 0 0;
			text-align: right;
		}
			.index .item .more a {
				padding: 5px 15px;
				
				text-decoration: none;
				font-weight: bold;
				
				color :#333;
				
				border: 1px solid #DDD;
			}
	
	.index.item .go-back {
		margin: 20px 0 0 0;
		padding: 10px 0 0 0;
		
		border-top: 1px solid #ddd;
	}
		.index.item .go-back a {
			font-weight: bold;
			text-decoration: none;
			color: inherit;
		}
		.index.item .go-back a:hover {
			text-decoration: underline;
		}
	

.site-search-results {
	
}
	.site-search-results .query {
		margin: 0 0 0px 0;
	}
	
	.site-search-results .item {
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
		
		border-top: 1px solid #ddd;
	}
		.site-search-results .item h3 {
			margin: 0;
		}
		.site-search-results .item .more {
			text-align: right;
		}
			.site-search-results .item .more a {
				font-weight: bold;
				
				text-decoration: none;
			}




.service-view {
	
}
	
	.service-view table {
		margin: 15px 0;
		clear:both;
		
		border-collapse: collapse;
		border: 1px solid #ccc;
	}
		.service-view table td {
			padding: 3px 4px;
			border: 1px solid #ccc;
		}
	
	.service-view .rating {
		float: right;
		
		height: 28px;
	}
		.service-view .stars .star {
			float: left;
			
			margin: 0 0 0 1px;
			
			height: 30px;
			width: 30px;
			
			background: #ccc;
		}
	
	.service-view .topline {
		border-bottom: 1px solid #ddd;
		margin: 0 0 0px 0;
		padding: 0 0 15px 0;
	}


		.service-view a.view-on-map {
			display:block;
			float:left;
			width:17px;
			height:17px;
			background:url(/img/view-map-bullet.gif);
			margin-right:10px;
			text-indent:-9999px;
			outline:none;
		}
		
		.service-view .topline h1 {
			margin: 0 0 0px 0;
			float:left;
		}
		
			.service-view .topline .add-to-travellist {
				display:block;
				float:right;
				text-decoration:none;
				color:#fff;
				background:#326282 url(/img/travel-list-arrow.gif) no-repeat right;
				border-right:8px #326282 solid;
				padding:2px 15px 2px 10px;
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
				margin-left:10px;
			}
			
				.service-view .topline .add-to-travellist .attrib {
					display:none;
				}
		
	.service-view .side {
		float: right;
		
		margin: 15px 0 20px 20px;
		
		width: 300px;
		min-height: 150px;
	}
		.service-view .side h2 {
			font-size: 15px;
		}
		
		.service-view .side img {
			width: 100%;
		}
		
		.service-view .images {
		}
			.service-view .images .big {
				
			}
				.service-view .images .big img {
					width: 298px;
					
					margin: 0;
					padding: 1px;
					
					background: #fff;
					
					-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
					-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
			
				}
				.service-view .images .big .no-image {
					width: 298px;
					
					margin: 0;
					padding: 1px;
					
					background: #fff;
					
					-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
					-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
				}
					.service-view .images .big .no-image div {
						padding: 80px 0;
						text-align: center;
						background: #ccc;
						color: #999;
						font-size: 9px;
						text-shadow: 1px 1px 0 #eee;
					}
			
			.service-view .images .thumbs {
				width: 340px;
			}
				.service-view .images .thumbs .item {
					float: left;
					margin: 15px 14px 0 0;
					
					width: 90px;
				}
					.service-view .images .thumbs .item img {
						width: 100%;
						
						margin: 0;
						padding: 1px;
						
						background: #fff;
					
						-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
						-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
					}
		
		.service-view .side .tags {
			margin: 15px 0 0 0;
			padding: 10px 0 0 0;
			
			border-top: 1px solid #ddd;
		}
			.service-view .side .tags .tag {
				float: left;
				
				margin: 0 10px 10px 0;
				padding: 35px 0 0 0;
				
				width: 40px;
				height: 15px;
				
				overflow: hidden;
				
				font-size: 11px;
				text-align: center;
				
				background: center 0 no-repeat;
			}
			
		.service-view .side .opening {
			margin: 15px 0 0 0;
			padding: 10px 0 0 0;
			
			border-top: 1px solid #ddd;
		}
			.service-view .side .opening .value {
				font-size: 16px;
				font-weight: bold;
				
				text-align: left;
			}
		
	
	.service-view .info {
		float: left;
		
		margin: 0 0 10px 0;
		padding: 0 0 0px 0;
		
		width: 410px;
		
		font-size: 11px;
		
		border-bottom: 1px solid #ddd;
	}
	.service-view .info.expand {
		float: none;
		width: auto;
	}
		.service-view .info .row {
			margin: 0 0 0px 0;
			padding: 5px 0 5px 100px;
			
			font-weight: normal;
			color: #333;
			
			min-height: 20px;
			
			border-top: 1px solid #eee;
		}
		.service-view .info .row.first {
			border: 0;
		}
			.service-view .info .row label {
				display: block;
				float: left;
				
				margin: 0 0px 0 -100px;
				
				width: 100px;
				
				text-align: left;
				color: #333;
				
				font-weight: bold;
			}
			.service-view .info .row a {
				text-decoration: none;
			}
			.service-view .info .row a:hover {
				text-decoration: underline;
			}
	
	.service-view .bottom {
		margin: 20px 0 0 0;
		padding: 10px 0 0 0;
		
		border-top: 1px solid #ddd;
	}
		.service-view .bottom .back {
		}
			.service-view .bottom .back a {
				font-weight: bold;
				text-decoration: none;
			}






.form-title {
	display: none;
}

.form {
}


.form.txt {
	position: relative;
	
	margin: 0 0 0px 0;
	padding: 10px 0 10px 192px;
	
	border-top: 1px solid #eee;
}
	.form.txt label {
		display: block;
		position: absolute;
		
		top: 13px;
		left: 0;
		
		width: 170px;
		text-align: right;
		
	}
	.form.txt label span {
		display:block;
		font-size:9px;
	}
	.form.txt input,
	.form.txt textarea
	{
		margin: 0 0 0 -12px;
		padding: 5px;
		
		width: 100%;
		
		border: 1px solid #ddd;
	}
	
.form.btn {
	padding: 10px 0;
	text-align: right;
	border-top: 1px solid #eee;
}
	.form.btn input {
		padding: 6px 12px;
		
		font-weight: bold;
		color: #fff;
		
		border: 0;
		background: #3F6A8B;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}


.image-index {
	margin: 20px 0;
	width: 800px;
}
	.image-index .item {
		position: relative;
		float: left;
		
		margin: 0 50px 80px 0;
		padding: 1px;
		
		height: 100px;
		width: 140px;
		
		border: 1px solid #ccc;
	}
	.image-index .item:hover {
		border-color: #777;
	}
		.image-index .item a.image {
			display: block;
			height: 100px;
			overflow: hidden;
			
			background: center #eee no-repeat;
		}
			.image-index .item a.image img {
				display: none;
			}
		
		.image-index .item .text {
			margin: 4px 0 0 0;
			
			width: 140px;
			
			font-size: 11px;
			line-height: 15px;
			color: #555;
			
			max-height: 30px;
			overflow: hidden;
		}
		.image-index .item .link {
			margin: 5px 0 4px -2px;
			padding: 3px 0;
			width: 142px;
			text-align: center;
			border: 1px solid #ccc;
		}
			.image-index .item .link a {
				text-decoration: none;
				font-weight: bold;
			}

.adm-popup {
	position: absolute;
	z-index: 2000;
	
	background: center no-repeat #000;
	
	border: 5px solid #000;
	
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
	.adm-popup .arrow {
		position: absolute;
		
		top: 0px;
		bottom: 0px;
		z-index: 5;
		
		width: 45%;
		
		cursor: pointer;
		
	}
	.adm-popup .arrow.prev {
		left: 10px;
		background: left center url('/img/lightbox-arrow-left.png') no-repeat;
	}
	.adm-popup .arrow.next {
		right: 10px;
		background: right center url('/img/lightbox-arrow-right.png') no-repeat;
	}
	
	.adm-popup .title {
		position: absolute;
		
		height: 30px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 5;
		
		padding: 0 10px;
		line-height: 30px;
		font-size: 11px;
		
		color: #fff;
		background: #000;
		background: rgba(0,0,0,0.5);
		text-shadow: 0px 0px 2px #000;
		
	}
	
	.adm-popup .close {
		position: absolute;
		
		top: -30px;
		right: -5px;
		z-index: 5;
		
		font-weight: bold;
		line-height: 30px;
		cursor: pointer;
		
		color: #000;
		text-shadow: 0px 0px 2px #fff;
	}
	
	.adm-popup .content {
		width: 100%;
		height: 100%;
	}
		.adm-popup .content .image {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			
			width: 100%;
			height: 100%;
			
			background: center no-repeat #000;
		}
	
	.adm-popup .preloader-big {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		
		background: center url('../img/preloader.gif') no-repeat #000;
	}


.preloader {
	position: absolute;
	background: center url('../img/preloader.gif') no-repeat #000;
}



.login-form {
	
}
	.login-form table {
		width: 100%;
		width: 400px;
	}
	
	.login-form .form.txt input {
		
	}



.event-index {
	padding: 15px;
}
	.event-index .item {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		
		border-bottom: 1px solid #ddd;
	}
		.event-index .item a,
		.event-item .title
		{
			font-weight: bold;
			text-decoration: none;
		}
		.event-index .item .date,
		.event-item .date
		{
			font-size: 11px;
			color: #999;
		}
	
	


.col.col-2 .more {
	margin: 0 15px 0 0;
	text-align: right;
}
	.col.col-2 .more a,
	.event-item .back a
	{
		padding: 6px 24px 6px 12px;
		
		border: 1px solid #ddd;
		
		font-size: 11px;
		color: #333;
		text-decoration: none;
		
		background: right center url("../img/bullet-red.gif") no-repeat;
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

.event-item .back {
	margin: 10px 0 0 0;
	padding: 16px 0 0 0;
	border-top: 1px solid #ddd;
}
	.event-item .back a {
		padding: 6px 12px 6px 12px;
		background: none;
	}

.travel-planner-head {
	background:#3F6A8B;
	padding:6px 10px;
	color:#fff;
	font-weight:bold;
	border-bottom:#97adc0 1px solid;
	margin:0;
}

	.travel-planner-head a {
		color:#fff;
		text-decoration:none;
	}
	
.travel-planner {
	background:#fff;
}

	.travel-planner .empty {
		height:50px;
		line-height:50px;
		color:#999;
		text-align:center;
		border-bottom:#c8d2dc 1px solid;
	}

	.travel-planner .controls {
		background-color:#fff;
		padding:5px;
		border:#c8d2dc 1px solid;
	}
		
		.travel-planner .controls a {
			margin-right:5px;
			padding-left:5px;
			cursor:pointer;
			border-left:#c8d2dc 1px solid;
			display:block;
			float:left;
			text-decoration:none;
		}
		
		.main-content .travel-planner .controls a.view-all {
			display:none;
		}

		.travel-planner .controls a:first-child {
			border:none;
			padding:0;
		}
		
.travel-planner .items {
	position:relative;
	border-left:#c8d2dc 1px solid;
	border-right:#c8d2dc 1px solid;
	padding-bottom:1px;
	padding-top:1px;
}

	.travel-planner .item-wrapper .item {
		margin:2px 2px 0px 2px;
		padding:3px 5px 3px 5px;
		background:#eaeaea;
		border:#cad4db 1px solid;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}
	
	.travel-planner .item-wrapper.open .item {
	}
	
		.travel-planner .item-wrapper .item a.name {
			text-decoration:none;
			color:#555555;
			float:left;
			cursor:pointer;
		}
		
		.travel-planner .item-wrapper .item .counter {
			display:block;
			color:#436a85;
			width:12px;
			font-weight:bold;
			margin-right:5px;
			float:left;
			text-align:center;
			cursor:move;
		}
		
		.travel-planner .item-wrapper .info {
			padding:10px 10px 10px 25px;
			visibility:visible;
			height:auto;
			border-bottom:#e7eaee 1px solid;
			margin-bottom:3px;
		}
	
			.travel-planner .item-wrapper .info a {
				cursor:pointer;
			}

.video-library {
	background: #e2e6e9;
	border:1px solid #c4c4c4;
	height:298px;
}

	.video-library .player-container {
		width:472px;
		height:298px;
		float:left;
	}
	
		.video-library .player-container .video-player {
			margin:4px;
			border:1px solid #b7bbbd;
			background:#fff url(/img/map-loading.gif) no-repeat center center;
			width:462px;
			height:288px;
		}
		
		.video-library .player-container #video-player {
			margin:2px;
		}

	.video-library .right {
		width:295px;
		height:298px;
		float:left;
		border-left:#c4c4c4 1px solid;
		position:relative;
	}
	
		.video-library .right .video-info {
			padding:12px;
			color:#616161;
		}
	
		.video-library .right .playlist {
			padding:12px 0 0 12px;
			position:absolute;
			bottom:4px;
		}
		
			.video-library .right .playlist .item {

				background-color:#fff;

				border:#b8bcbe 1px solid;
				float:left;
				margin:0 7px 8px 0;
			}
					
			.video-library .right .playlist .item a {
				display:block;
				background-position:center;
				background-repeat:no-repeat;
				width:78px;
				height:36px;
				text-indent:-9999px;
				margin:3px;
				cursor:pointer;
			}