@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#333;
	line-height:1.3em;
	background-image:url(../../sd_images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#cccccc;
	
	text-align:center;
	padding:0;
	margin:0;
}
html {
	font-size:1.0em;	
}

h1, h2, h3, h4, h5 {
	font-family:Verdana, Geneva, sans-serif;		
	font-weight:bold;
}
h1 {
	font-size:1.2em;
	line-height:1.2em;
	padding:0;
	margin:0 0 0.3em 0;
}
h2 {
	font-size:1.1em;
	line-height:1.2em;
	padding:0;
	margin:0 0 0.3em 0;
}
h3 {
	font-size:1.0em;
	line-height:1.3em;
	padding:0;
	margin-bottom:0 0 0.2em 0;
}

a {
	text-decoration:none;	
}
a:link, a:visited {	
	color: #5774AD
}
a:hover {
	color:#333;
	text-decoration:underline;
}
a.black {
	color: #000;
}

img {
	border:0;	
}

input, select, textarea, button {
	vertical-align: middle;
	font-size: 0.9em;
	font-family:Verdana, Geneva, sans-serif;
} 
label {
	cursor: pointer;
	font-weight: bold;
}

img.imageLeft {
	float:left;
	margin:0 10px 10px 0;
}

img.imageRight {
	float:right;
	margin:0 0 10px 10px;
}

.clearBoth {
	clear:both;	
}

.black {
	color: #000;
}


/*Dold länk för hoppa till innehållet*/
.hidden {
	display:none;
	position: absolute;
	visibility: hidden;
}


/* PAGE LAYOUT */
#pageWrapper {
	width:914px;
	margin:0 auto;
	text-align:left;
	background-image:url(../../img/IsItAllergyUK/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}
#pageContent {
	padding:0 7px;	
}


/* TOP */
#top {
	min-height:111px;
	height:auto !important;
	height:111px;
}
#logo {
	float:left;
	width:227px;
}
#topMedia {
	float:right;
	width:673px;
	
	position:relative;
	
	/*background-image:url(../iia_images/topmedia_public_01.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
	
	min-height:111px;
	height:auto !important;
	height:111px;
}
#mediaImage {
	position:absolute;	
}


/* CONTENT */
#mainBlock {
	clear:both;	
	border-bottom:solid 1px #fff;
	width:899px;
}
body#public #mainBlock {
	background-image:url(../../img/IsItAllergyUK/bg_main_public.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
body#pharmacy #mainBlock {
	background-image:url(../../img/IsItAllergyUK/bg_main_pharmacy.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
body#primarycare #mainBlock {
	background-image:url(../../img/IsItAllergyUK/bg_main_primary_care.gif);
	background-repeat:repeat-y;
	background-position:left top;
}


#leftCol {
	float:left;
	width:227px;
}
#mainCol {
	float:left;
	width:672px;
	padding:5px 0 4px 0;
}


.pageContainer {
	float:left;
	width:100%;
	clear:both;
}
.containerHolder {
	float:left;
	width:672px;
	clear:both;
	background-image:url(../../img/IsItAllergyUK/bg_cont_public.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
/* Change bg-image depending of section */
body#public .containerHolder {
	background-image:url(../../img/IsItAllergyUK/bg_cont_public.jpg);
}
body#pharmacy .containerHolder {
	background-image:url(../../img/IsItAllergyUK/bg_cont_pharmacy.jpg);
}
body#primarycare .containerHolder {
	background-image:url(../../img/IsItAllergyUK/bg_cont_primary_care.jpg);
}


.containerContent {
	float:left;
	width:654px;
	margin-left:9px;
	display:inline;
}
.pageContainerCollapsed div.containerContent {
	display:none;
	position:absolute;
	visibility:hidden;
}
.containerTop {
	float:left;
	width:100%;
	clear:both;
	height:10px;
	font-size:0.1em;
	line-height:0.1em;
	background-image:url(../../img/IsItAllergyUK/bg_cont_top_public.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
body#public .containerTop {
	background-image:url(../../img/IsItAllergyUK/bg_cont_top_public.jpg);	
}
body#pharmacy .containerTop {
	background-image:url(../../img/IsItAllergyUK/bg_cont_top_pharmacy.jpg);	
}
body#primarycare .containerTop {
	background-image:url(../../img/IsItAllergyUK/bg_cont_top_primary_care.jpg);	
}
.containerBottom {
	float:left;
	width:100%;
	clear:both;
	height:10px;
	font-size:0.1em;
	line-height:0.1em;
	background-image:url(../../img/IsItAllergyUK/bg_cont_bottom_public.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
body#public .containerBottom {
	background-image:url(../../img/IsItAllergyUK/bg_cont_bottom_public.jpg);
}
body#pharmacy .containerBottom {
	background-image:url(../../img/IsItAllergyUK/bg_cont_bottom_pharmacy.jpg);
}
body#primarycare .containerBottom {
	background-image:url(../../img/IsItAllergyUK/bg_cont_bottom_primary_care.jpg);
}

.containerHeader {
	float:left;
	width:654px;
	margin-left:9px;
	display:inline;	
}
a.contHeader, a.contHeader:link, a.contHeader:visited, a.contHeader:hover, a.contHeader:active {
	display:block;
	padding:14px 10px 10px 10px;	
	text-decoration:none;	
}
a.contHeader:hover {
	background-color:#e0e0e0;
	cursor: pointer;
}
span.contHeader {
	display:block;
	padding:14px 10px 10px 10px;
}
span.contHeader img.paddedHeader {
	padding-left: 30px;
}
.pageContainerExpanded span.contHeader span {
	background-image:none;	
}
.contHeader span.arrow {
	padding:0px 30px;
	display:block;	
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.pageContainerCollapsed span.arrow {
	background-image:url(../../img/IsItAllergyUK/arrow_cont.gif);
}
span.arrow {
	background-image:url(../../img/IsItAllergyUK/arrow_cont_expanded.gif);
}

.pageMainContent {
	float:left;
	width:100%;
}
.pageMainContent .editorContent {
	float:left;
	display:inline;
	width:330px;
	margin-left:40px;
	padding-bottom:15px;
}
.pageMainContent .wideEditorContent {
	float:left;
	display:inline;
	width:auto;
	margin-left:40px;
	margin-right: 40px;
	padding-bottom:15px;
}
.pageMainContent .rightEditorContent {
	float: right;
	width: 220px;
	margin-right: 40px;
	padding-bottom: 15px;
}
.pageMainContent .imageHolder {
	float:right;
	width:277px;
}
.pageMainContent .mapEditorContent {
	float:left;
	display:inline;
	width:240px;
	margin-left:40px;
	padding-bottom:15px;
}
.pageMainContent {
	float:right;	
	padding-right: 8px;
}
.mapContainer {
	margin-top: 16px;
}
.mapContainer input#locationField {
	margin-bottom: 8px;
	margin-top: 8px;
	width: 200px;	
}

/* PUFFAR */
.puffContainer {
	clear:both;
	float:left;
	width:667px;
	margin-left:5px;
	display:inline;
}
.puffItem {
	float:left;
	width:auto;
}


/* SEARCH */
.search {
	float:left;
	width:100%;
	padding:10px 10px 10px 14px;
	padding:4px 0 4px 0;
	background-color:#e1e8c9;
}
body#public .search {
	background-color:#e1e8c9;	
}
body#pharmacy .search {
	background-color:#c0d4ca;	
}
body#primarycare .search {
	background-color:#b7c3db;	
}
.tfdSearch {
	border:solid 1px #bec1ac;	
	width:165px;
	float:left;
	padding:4px 0;
	margin-top:7px;
	margin-left:10px;
	display:inline;
}
body#public .btnSearch,
body#pharmacy .btnSearch,
body#primarycare .btnSearch {
	float:left;
	background-image:url(../../img/IsItAllergyUK/btn_search_public.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:35px;
	height:35px;
	border:0;
	cursor:pointer;
	margin-left:5px;
	display:inline;
}
body#public .btnSearch:hover {
	background-image:url(../../img/IsItAllergyUK/btn_search_public_over.gif);
}
body#pharmacy .btnSearch {
	background-image:url(../../img/IsItAllergyUK/btn_search_pharmacy.gif);
}
body#pharmacy .btnSearch:hover {
	background-image:url(../../img/IsItAllergyUK/btn_search_pharmacy_over.gif);
}
body#primarycare .btnSearch {
	background-image:url(../../img/IsItAllergyUK/btn_search_primary_care.gif);	
}
body#primarycare .btnSearch:hover {
	background-image:url(../../img/IsItAllergyUK/btn_search_primary_care_over.gif);
}


/* LEFT MENU */
div.leftMenu {
	clear:both;
	padding:0 0 0 14px;
}
ul.leftMenu {
	list-style-type:none;
	padding:0;
	margin:0;
	/*border-top:solid 1px #dfdfdf;*/
}
ul.leftMenu li {
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:solid 1px #dfdfdf;
}

div.leftMenu a, div.leftMenu a:link, div.leftMenu a:visited, div.leftMenu a:hover, div.leftMenu a:active {
	color:#000;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	padding:8px 15px;
	text-decoration:none;
}
div.leftMenu a:hover {
	background-color:#e0e0e0;	
}


/* IS IT ALLERGY LOGO */
.logoLink {
	position:absolute;
	width:660px;
	margin-top:22px;
	text-align:right;
}


/* TOP MENU */
div.topMenu {
	position:absolute;
	width:669px;
	margin-top:85px;
}
.tabMenu {
	float:right;
	width:auto;
	padding:0;
	margin:0;
}
a.tabItem {
	float:left;
	display:block;
	/*width:auto;*/
	padding:0;
	margin:0;
	width:111px;
	height:26px;
	
	background-repeat:no-repeat;
	background-position:left top;
	
	text-decoration:none;
}
a.tabItem span {
	
}
.tabPublic {
	background-image:url(../../img/IsItAllergyUK/tab_public.png);
}
body#public .tabPublic {
	background-image:url(../../img/IsItAllergyUK/tab_public_active.png);
}
.tabPharmacy {
	background-image:url(../../img/IsItAllergyUK/tab_pharmacy.png);
}
body#pharmacy .tabPharmacy {
	background-image:url(../../img/IsItAllergyUK/tab_pharmacy_active.png);
}
.tabPrimarycare {
	background-image:url(../../img/IsItAllergyUK/tab_primary_care.png);
}
body#primarycare .tabPrimarycare {
	background-image:url(../../img/IsItAllergyUK/tab_primary_care_active.png);
}


/* ALLERGY LIST */
.allergenList {
	clear:both;
}
.allergenList h2 {
	font-size:1.0em;
	margin:0;
	padding:0;
}
.allergenList h3 {
	font-size:1.0em;
	margin:0 0 1.0em 0;
	padding:0;
}
.allergenList a.listHeader, .allergenList a.listHeader:link, .allergenList a.listHeader:visited, .allergenList a.listHeader:hover, .allergenList a.listHeader:active {
	display:block;
	clear:both;
	font-weight:bold;
	padding:4px 37px;	
	text-decoration:none;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
	cursor: pointer;
}
.allergenList .listHeaderText {
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;	
}

.allergenList .oddRow a.listHeader {
	background-color:#e7edd5;	
}
.allergenList .oddRow a.listHeader:hover {
	background-color:#dae3c1;
}
.allergenList .evenRow a.listHeader {
	background-color:#f3f6ea;
}
.allergenList .evenRow a.listHeader:hover {
	background-color:#e7edd5;	
}
.imageDown2px {
	position: relative; top: 2px;
}
.allergenList .listHeader span {
	display:block;
	padding:0 0 0 20px;
	background-image:url(../../img/IsItAllergyUK/arrow_list.gif);
	background-repeat:no-repeat;
	background-position:left 3px;	
	height: 16px;
}
.allergenList .expanded .listHeader span {
	background-image:url(../../img/IsItAllergyUK/arrow_list_expanded.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
}
.allergenList .listContent {
	visibility:hidden;
	display:none;
}
.allergenList .expanded .listContent {
	visibility:visible;	
	display:block;
}


.listContent .imageHolder {
	float:left;
	width:auto;
}
.listContent .editorContent {
	float:right;
	width:335px;
	margin-right:40px;
	display:inline;
	padding:30px 0 20px 0;
}


.allergyDescription {
	padding:0 0 25px 0;
}


ul.listAllergens {
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
}
ul.listAllergens li {
	margin:0;
	padding:0 0 0.6em 0;
}
.listAllergens a, .listAllergens a:link, .listAllergens a:visited, .listAllergens a:hover, .listAllergens a:active {
	text-decoration:none;
}
.listAllergens a:hover {
	text-decoration:underline;	
}


ul.listSymptoms {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.listSymptoms li {
	margin:0;
	padding:0 0 0.6em 0;
}
.listSymptoms a, .listSymptoms a:link, .listSymptoms a:visited, .listSymptoms a:hover, .listSymptoms a:active {
	text-decoration:none;
}
.listSymptoms a:hover {
	text-decoration:underline;	
}


/* FOOTER */
#footer {
	width:914px;
	margin:0 auto;
	color:#666;
	padding:0;
	text-align:center;
	background-color:#ccc;	
	background-image:url(../../img/IsItAllergyUK/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#footerContent {
	padding:8px 7px;	
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
}

/* Styles available to the editors */
.publicText {	
	color: #C2D197;	
}

.pharmacyText {	
	color: #82A996;	
}

.primaryCareText {	
	color: #6F87B8;	
}
