/* ****************************** */
/*        Common Components       */
/* ****************************** */

.textPictureComponent { margin-bottom:20px; }
.textPictureComponent .text { }

.textPictureBox {
	border: 2px solid #f9d2e9;
	padding:10px;
	margin-bottom:12px;
}

#column2 .textPictureComponent { }
#column2 .textPictureComponent .text,
#column2 .textPictureBox .inner {
	font-size: 10px;
	line-height: 13px;
}
#column2 .textPictureComponent h2,
#column2 .textPictureComponent h3,
#column2 .textPictureBox h2,
#column2 .textPictureBox h3 { 
	font-size:16px; 
	font-family:arial,sans-serif; 
	font-weight:bold; 
	margin-bottom:4px;
}

.picleft {
	float: left;
	padding: 0 10px 4px 0;
}
.picright {
	float: right;
	padding: 0 0 4px 10px;
}
.picleft img, .picright img { margin-bottom:2px; }

.textPictureComponent div.picleft,
.textPictureComponent div.picright { width: 140px; }

#column2 .textPictureComponent div.picleft,
#column2 .textPictureComponent div.picright { width: 70px; }

.caption {
  color:#444;
  font-size:10px;
}

.picture-big .caption{
	width: 400px;
}

.picture-right .caption{
	width: 140px;
}

/* WARNING */

.warning {
  border: 1px solid #e00;
	padding-top: 11px;
	margin-bottom:8px;
}
.warning .inner {
	padding: 0 11px 19px 20px;
}
.warning .inner .text {
	background:url("/img/warning.gif") center left no-repeat;
	padding: 0 0 0 70px;
	color:#d30000;
	line-height:14px;
}
.warning .inner .text p { margin-bottom:6px; }

/* HEADER */

#headerComponent {
	padding-bottom:14px;
	/* padding-left:80px; */
}
.headerSubtitle {
	
}
.headerTitle {
	border-bottom:1px solid #d9d9d9;
}
#headerComponent h1 {
	border-bottom:1px solid #d9d9d9;
	padding-bottom:4px; margin-bottom:1px;
}
.headerLinks { margin-bottom:8px; }
a.headerPrint, 
a.headerTip {
	font-size:9px;
	font-family:verdana,sans-serif;
	color:#7f7f7f;
	text-transform:uppercase;
	text-decoration:none;
}
a.headerPrint:hover, a.headerTip:hover {	color:#2dbdf1; }
a.headerPrint { padding-right:10px; } 
a.headerPrint img, 
a.headerTip img {
	padding-right:4px;
}
.ingress {
	font:normal 14px Georgia,sans-serif;
	color:#7f7f7f;
	margin-bottom:8px;
}

/* FILE */

.fileComponent {
  border-top:1px solid #d9d9d9;
  padding-top:8px;
  margin-bottom:14px;
}
.fileComponent .inner { }
.fileComponent .inner p { margin-bottom:4px; }
.fileComponent .inner .details { color:#999; }

/* MAIL FORM */

.formular
  /* background: url("../img/bg_box_top.gif") bottom center no-repeat; */
	margin-bottom:14px;
}
.formular .inner {
	/* background: url("../img/bg_box_bottom.gif") bottom center no-repeat; */
	background: #ccc;
	padding: 0 20px 20px 20px;
}
.formular .inner table { padding:0; margin:0; width:100%; }
.formular .inner table tr th {
  vertical-align:top;
  width:120px;
  padding-top:2px;
}
.formular .inner table tr td { padding-bottom:4px; }
.formular .inner table tr td input.normal { width:99%; margin:0; }
.formular .inner table tr td input.textarea { width:99%; margin:0; }

/* POLL */

.pollComponent {
	/* background: url("../img/bg_smallbox_top.gif") top center no-repeat; */
	margin-bottom:11px;
}
.pollComponent .inner {
	/* background: url("../img/bg_smallbox_bottom.gif") bottom center no-repeat; */
	background:#ccf;
	padding: 10px;
}
.pollComponent .inner h3 { font-size:16px; }
.pollComponent .inner img.pic {
	float: left;
	padding-right: 10px;
}
.pollComponent .inner p { margin-bottom:6px; }

#pollResults { }
#pollResults h3 { margin-bottom:10px; }
#pollResults table tr td {
  font:normal 11px verdana,sans-serif;
  padding:3px 0;
}

/* QUESTIONAIRE */

.questionnaire { padding-bottom:14px; }
.questionnaire h3 { margin-bottom:10px; }
.questionnaire p.question {
  display:block;
  margin-bottom:0px;
  padding:0 0 10px 0;
  font:bold 12px/15px arial,sans-serif;
  border-bottom:1px solid #d9d9d9;
}
.inform { margin-bottom:4px; }
.inform table { width:100%; }
.inform table tr th {
  margin:0; padding:2px 4px;
  font-weight:bold;
  border-top:3px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
}
.inform table tr td {
  margin:0; padding:2px 4px;
  border-bottom:1px solid #d9d9d9;
}
.cmnt { display:none; }
td.number { width:28px; }
p.submit { padding-top:10px; }

/* TABLE COMPONENT */

.tableComponent {
  margin:0 0 20px 0;
}
.tableComponent table {
  width:100%;
  padding:0; margin:0;
  border-top:3px solid #d9d9d9;
}
.tableComponent table tr td {
  border-bottom:1px solid #d9d9d9;
  padding:2px 8px 2px 4px;
}

/* SEARCH RESULTS */

.searchResults { padding:0 10px 16px 10px; }
.searchResults h3 { margin-bottom:12px; }
.searchResults .head {
  padding-bottom:8px; margin-bottom:10px;
  border-bottom:1px solid #d9d9d9;
}
.searchResults .searchNav {
  padding-top:8px; margin-bottom:10px;
  border-top:1px solid #d9d9d9;
}


/* LISTS IN TEXT-PICTURE */
.text-picture-component ul, .varumarke-om ul{
	list-style-type: disc;
	list-style-position: inside;
}
.text-picture-component ol, .varumarke-om ol{
	list-style-type: decimal;
	list-style-position: inside;
}

/* ****************************** */
/*    Site-specific Components    */
/* ****************************** */

/* ETTAN */

/* ÖVRIGA KOMPONENTER */

/* SHOP */

#shopProducts { padding-left:10px; }
#shopProducts table { margin:0; padding:0; }
#shopProducts table tr th { padding:0 10px 16px 0; vertical-align:top; width:60px; }
#shopProducts table tr th img { padding:1px; border:1px solid #e7e7e7; }
#shopProducts table tr td { padding:0 10px 16px 0; vertical-align:top; width:140px; }
#shopProducts table tr td h3 { margin-bottom:3px; font:normal 12px arial,sans-serif; }
#shopProducts table tr td h3 a { text-decoration:none; }
#shopProducts table tr td p { margin-bottom:4px; }

#cart { margin-bottom:14px; }
#cart h3 { margin-bottom:8px; }
#cart table { width:100%; margin:0 0 10px 0; padding:0; }
#cart table tr th {
  font-weight:bold; 
  background: #e7e7e7; 
  padding:3px 3px 3px 6px;
}
#cart table tr td { 
  border-bottom: 1px solid #e7e7e7; 
  padding:3px 3px 3px 6px;
}

#shopItemDesc { padding:0 10px 20px 10px; }
#shopItemDesc .rightCol { float:right; padding:0 0 14px 20px; }

#shopCheckout { padding:0 10px 20px 10px; }
#shopCheckout h3 { margin-bottom:14px; }
#shopCheckout table { padding:0; margin:0; width:100%; }
#shopCheckout table tr td { padding-bottom:6px; }
#shopCheckout table tr td input.normal { width:240px; }
#shopCheckout table tr td textarea.normal { width:240px; }

/* MIN SIDA */

.tabOff, .tabOn {
  padding:3px 6px 3px 10px;
  width:120px; height:40px;
}
.tabOff a, .tabOn a {
  font:normal 12px arial,sans-serif;
  text-decoration:none;
}
.tabOff, .tabBackground { background:#fff url("/img/mypage_tab_off.gif") center left repeat-x; }
.tabOn { background:#fff url("/img/mypage_tab_on.gif") center left no-repeat; }

/* ADMIN */

#adminTitle {
	padding:3px 8px;
	font:bold 11px arial,sans-serif;
	color:#888;
	border-top:7px solid #e5e9e4;
	
}
.admin {
  border-top:1px solid #e5e9e4;
	padding: 3px 8px 8px 8px;
}
.admin h3 {
	font:bold 11px arial,sans-serif;
	margin-bottom:10px;
}
.admin .inputtext {
	width:200px;
	margin-bottom:4px;
}
.admin .submit {
	padding:4px 0 9px 0;
}
.admin .dateInput {
	padding-top:5px;
}

/* puff - component */

.push-image {
	margin-left: 0px;
}

.varumarkes-divider-titel{

}
.varumarkes-divider-titel h4{
	color:#e38c27;
	font-size:15px;
	font-weight: bold;
}

.varumarkes-divider{
	background: #FFFFFF url(/img/divider_big.png) no-repeat scroll 0% 50%
}




/* header-component */
.header-component{
margin-bottom: 15px;
}

/* text-picture-component person */

.text-picture-component-person {
	width: 400px;
	float:left;
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #b2b2b2;
}

.person-text-container {
	width: 310px;
	float:left;
	/*margin-bottom: 15px;*/
}
.person-text-container h3{
	font-face: "verdana";
	font-size: 12px;
	margin-bottom: 0px;
}

.person-text-container p{
	margin-top: 5px;
}
.person-image-container {
	width: 90px;
	float:left;
	/*margin-bottom: 24px;*/
}

/* text-picture-component person pressinfo bildarkiv*/

.text-picture-component-person-press {
	width: 400px;
	float:left;
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
}

.text-picture-component-person-press .person-text-container {
	width: 400px;
	float:left;
	/*margin-bottom: 15px;*/
}
.text-picture-component-person-press .person-text-container a{
	text-decoration: none;
}
.text-picture-component-person-press .person-text-container h3{
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 40%;
}
.text-picture-component-person-press .person-text-container h3.subtitle{
	font-weight: normal;
	width: 60%;
}

.text-picture-component-person-press .person-text-container p{
	margin-top: 5px;
}



/* text-picture-component varumarke */
.text-picture-component-varumarke{
	width: 142px;
	margin-right:46px;
	margin-bottom: 20px;
	float:left;
	/*background: url('/img/varumarken_border.png');*/
	background-repeat: no-repeat;
	background-position: 0px 17px;
	height: 200px;
}

.text-picture-component-varumarke h3{
	font-size:11px;
	font-weight: bold;
	height: 28px;
	width: 130px;
	position: absolute;
}

.text-picture-component-varumarke h3 span{
	bottom: 0;
	left: 0;
	position: absolute;
}

.text-picture-component-varumarke .cover{
	margin: 33px 0 0 0;
}

.text-picture-component-varumarke img{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

.text-picture-component-varumarke .mirror img{
	border: none;
}

.cover-varumarke-familj{
	margin-right: 8px;
}

.mirror{
	float:left;
	height:30px;
	margin: 0px 0px 0px -6px;
	width: 142px;
}

.trans{
	position:absolute;
	float:left;
	z-index: 1000;	
	height:30px;
	overflow: hidden;
}

.image{
	position:absolute;
	float:left;
	height:26px;
	overflow: hidden;
	margin: 0px 0px 0px 7px;
}

/* text-picture-component varumarke snabbfakta*/
.text-picture-component-snabbfakta{
	width: 167px;
	margin-right:0 46px 0 0;
	float:left;
	/*background: url('/img/varumarken_border2.png');*/
	background-repeat: no-repeat;
	background-position: 0px 17px;
}

.text-picture-component-snabbfakta h3{
	font-size:11px;
	font-weight: bold;
}

.text-picture-component-snabbfakta img{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
.text-picture-component-snabbfakta .mirror_snabbfakta img{
	border: none;
}

.mirror_snabbfakta{
	/*float:left;*/
	z-index: -1000;	
	height:30px;
	margin: -4px 0px 0px -6px;
}

.trans_snabbfakta{
	position:absolute;
	float:left;
	z-index: 1000;	
	height:30px;
	overflow: hidden;
	margin: 0px 0px 0px 7px;
}

.trans_snabbfakta img{
	width: 158px;
}

.image_snabbfakta{
	position:absolute;
	float:left;
	z-index: -1000;	
	height:30px;
	overflow: hidden;
	margin: 4px 0px 0px 6px;
}


/* RSS-import-component */

.ledigaTjanster{
	margin-bottom:20px;
}

.ledigaTjanster_row{
	border-bottom: 1px solid black;
	margin-bottom:10px;
	padding-bottom:5px;
}

.ledigaTjanster_row h3{

}

.ledigaTjanster_row p{
	display: none;
}

.ledigaTjanster_arrow{
	width:10px;
	height:10px;
	float:left;
	background: url('/img/sub_nav_arrow.png') no-repeat;
}

.ledigaTjanster_arrow_selected{
	width:10px;
	height:10px;
	float:left;
	background: url('/img/sub_nav_arrow_down.png') no-repeat;
}