/***** Tour and Map functions ***********************************/
#MapTBE 
{
	
	min-height: 497px;
}
* html #MapTBE 
{
	height: 497px;
}
#MapTBESmall
{
	background: #cde6f1 url(../images/bg_map_small_bot.gif) no-repeat left bottom;
	margin-bottom: 12px;
	padding-bottom: 3px;
}
#TourFinder 
{
	margin: 132px 20px 0px 358px;
	color: #333;
}
#MapTBESmall #TourFinder 
{
	position: relative;
	background: Transparent url(../images/bg_map_small.jpg) no-repeat left top;
	padding: 32px 20px 5px 200px;
	margin: 0;
	color: #333;
	min-height: 200px;
}
* html #MapTBESmall #TourFinder
{
	height: 200px;
}
#MapTBESmall #TourFinder ul#IconsDef
{
	list-style: none none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0;
	padding: 0;
}
#MapTBESmall #TourFinder ul#IconsDef li
{
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	color: #666;
}
#MapTBESmall #TourFinder ul#IconsDef li img
{
	display: inline;
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
#MapTBESmall #TourFinder ul#IconsDef li img.SingleIcon
{
	margin: 0 5px 0 16px;
}
#TourFinder h1
{
	margin: 0px;
	font-size: 1.97em;
}
#TourFinder p
{
	margin: 0px;
	font-size: 1.1em;
}
#MapTBESmall #TourFinder h2
{
	margin: 0px;
	font-size: 1.25em;
}
#MapTBESmall #TourFinder p
{
	margin: 0 0 12px 0;
	font-size: 1em;
	color: #666;
}
#TourFinderLocations 
{
	width: 188px;
	margin-bottom: 6px;
	z-index: 2;
}
#MapTBESmall #TourFinderLocations
{
	width: 210px;
}
#TourFinder .DropDown
{
	margin-top: 5px;
	position: relative;
	border: 1px solid #ccc;
	cursor: pointer;
}
#TourFinder .DropDown ul
{
	display: none;
	list-style: none none;
	position: absolute;
	top: 26px;
	left: -1px;
	width: 188px;
	z-index: 100;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 230px;
	overflow: auto;
	overflow-x: hidden;
	cursor: default;
}
#MapTBESmall #TourFinder .DropDown ul
{
	width: 210px;
	height: 160px;
}
#TourFinder .DropDown ul li
{
	display: block;
	margin: 0;
	padding: 0;
}
#TourFinder .DropDown ul li a
{
	display: block;
	padding: 1px 8px;
}
* html #TourFinder .DropDown ul li a
{
	height: 1px;
}
#TourFinder .DropDown ul li.Alt a
{
	background-color: #f9f9f9;
}
#TourFinder .DropDown ul li a:hover
{
	background-color: #eee;
}
#TourFinder .DropDownSelected
{
	padding: 3px 8px;
	background: #fff url(../images/bg_dropdown.gif) no-repeat right center;
	cursor: pointer;
	line-height: 20px;
}
* html #TourFinder .DropDownSelected
{
	cursor: hand;
}
#TourFinder p a 
{
	font-size: .8em;
}
#TourFinderNoScript 
{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}
#TourFinder #TourFinderNoScript h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #f30;
	margin-bottom: .1em;
}
#TourFinder #TourFinderNoScript p,
#TourFinder #TourFinderNoScript p a
{
	font-size: 1em;
	margin-bottom: 0px;
}


/***** Tour List Table ***********************************/
.TourListTable 
{
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	color: #333;
}
.TourListTable .col1 
{
	width: 14%;
}
.TourListTable .col2
{
	width: 24%;
}
.TourListTable .col3 
{
	width: 47%;
}
.TourListTable .col4 
{
	width: 15%;
}

.TourListTable th
{
	border-bottom: 1px solid #ccc;
	padding: 3px 4px 3px 1px;
}
.TourListTable td
{
	vertical-align: top;
	padding: 3px 4px 3px 1px;
}
.TourListTable img
{
	display: inline;
	margin: 0;
}
.TourListTable tr.Alt td
{
	background-color: #eee;
}
.TourListTable td.Icon,
.TourListTable th.Icon
{
	text-align: center;
	padding-right: 0px;
}

/***** Teasers ***********************************/
#TeaserPhone .BoxContent
{
	background: transparent url(../images/bg_teaser_phone.gif) no-repeat right bottom;
}
#TeaserPhone .BoxContent #PhoneInfo
{
	margin-right: 65px;
}
#TeaserPhone .BoxContent #PhoneInfo strong
{
	margin: 0 0 5px 0;
	font-size: 1.6em;
	font-weight: normal;
}
#TeaserQA .BoxContent
{
	background:transparent url(../images/mail.gif) no-repeat 95% 70%;
	padding-right: 85px;
	min-height:130px;
}
#TeaserVaccinate .BoxContent
{
	background: transparent url(../images/bg_teaser_bus.gif) no-repeat right bottom;
}
#TeaserVaccinate ul 
{
	list-style: disc url(../images/bullet.gif) outside;
	padding: 0;
	margin: 0px 15px 15px 30px;
}
#TeaserVaccinate ul li
{
	margin-bottom: 6px;
}
#TeaserVaccinate ul li.Cut
{
	padding: 0;
	padding-right: 100px;
}
.MythBool 
{
	margin-top: 9px;
}

/***** Articles ***********************************/
img.UseCaption {
	margin-bottom: 1px;
}
.ImgCaption {
	float: right;
	margin-bottom: 10px;
	font-size: .9em;
}

.Article img 
{
	margin-bottom: 10px;
}
.Article h2,
.Sidebar .Article h1,
.Article dt
{
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	margin-bottom:5px;
}
.Article p,
.Article h3,
.Article h4,
#OccasionsList p
{
	color: #333;
}
.Article p.Ingress ,
#OccasionsList p.Ingress
{
	font-size: 1.1em;
}
.Sidebar .Article 
{
	margin: 10px;
	border-bottom: 1px solid #ccc;
}
#BusesAndBoats img
{
	margin-bottom: 6px;
}
#BusesAndBoats p
{
	text-align: center;
	margin: 6px 10px;
}
#BusesAndBoats p img
{
	display: inline;
	margin: 0;
	vertical-align: middle;
}
#RightColumn .Article 
{
	padding: 0px 5px 10px 5px;
}

.Article sup 
{
	font-size: .8em;
}

.Article ol 
{
	padding: 0;
	margin: 0 0 10px 23px;
}

.Article ul 
{
	list-style: disc url(../images/bullet.gif) outside;
	padding: 0;
	margin: 0px 0px 15px 20px;
	color: #333;
}
.Article ul li
{
	margin-bottom: 6px;
}
.Sidebar .Article ul 
{
	margin: 0px 0px 10px 16px;
}
.Sidebar .Article ul li
{
	margin-bottom: 4px;
}
.Article h2.ImageHeading 
{
	margin-bottom: 10px;
}
.Article p.Author 
{
	font-style: italic;
	text-align: right;
	font-size: .9em;
}
/***** Vaccinators ***********************************/
#Vaccinators h2
{
	font-size: 1.8em;
	color: #666;
	font-weight: normal;
}
#Vaccinators h3
{
	font-size: 1.3em;
	color: #666;
	font-weight: normal;
}
#Vaccinators hr
{
	clear: right;
}
#Vaccinators .ToTop
{
	float: right;
}
.CountyMap 
{
	display:none;
	position:absolute;
}
#MapCounties 
{
	position:relative;
	left: 7px;
	top: 12px;
	padding-bottom: 10px;
}

/***** Image Bank ***********************************/
.ImageBank 
{
	width: 279px;
	margin-bottom: 20px;
}
.ImageBank img
{
	display: inline;
	float: left;
	margin: 0 4px 4px 0;
}
/***** News Archive ***********************************/
.Article .YearHeading 
{
	font-size: 1.3em;
	color: #666;
	font-weight: normal;
}

ul.NewsArchive 
{
	list-style: none none;
	margin: 0 0 20px 0;
	padding: 0;
} 
ul.NewsArchive li
{
	margin-bottom: 6px;
} 
ul.NewsArchive li a
{
	font-weight: bold;
} 



/***** Order and FAQ Forms ***********************************/
#OrderForm 
{
	margin-bottom: 20px;
}
#OrderForm div,
#FaqForm div
{
	margin-bottom: 10px;
}
#OrderForm label,
#FaqForm label
{
	display: block;
}
#OrderForm #OrderMaterial label 
{
	display: inline;
}
#OrderForm .tf 
{
	width: 355px;
}
#FaqForm .tf,
#FaqForm .ta
{
	width: 238px;
}
#FaqForm .cb 
{
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
#FaqForm .BnContainer
{
	text-align: right;
}
#OrderForm #OrderMaterial .tf
{
	width: 4em;
	text-align: right;
}
#OrderForm #OrderMaterial .NoOfItems
{
	float: right;
}
#OrderForm #OrderMaterial p
{
	margin: 0;
}
#OrderForm .bnImg 
{
	float: right;
}

ul#OrderMaterial 
{
	list-style: none none;
	margin: 0;
	padding: 0 0 20px 0;
}
ul#OrderMaterial li
{
	display: block;
	clear: both;
	margin: 0;
	padding: 5px;
}
ul#OrderMaterial li.Alt,
#ContactInfo
{
	padding: 5px;
	background-color: #eee;
}
ul#OrderMaterial li h2
{
	font-size: 1.1em;
	font-weight: bold;
}

/****************************Sanningar lista*************************/

.truthlist li{
list-style-image:url(../images/antikropp10.gif);
list-style-position:outside;
margin-top:0px;


}

/*****************************FAQ LISTA******************************/
.questionList {
  font-size:12px;
}

