@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}	 

form {
	text-align: left;
}

h1 {
	font-size: 1.25em;
	margin: 0.2em 0;
}

h2 {
	font-size: 1.10em;
	margin: 0.2em 0;
	text-align: left;
}


ul {
	margin-left: 15px;
}

img a {
	text-decoration: none;
	border: none;
}

p {
	padding: 3px;
	margin: 10px 0;
}

a {
	text-decoration: none;
	color: #123b73;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.border_me {
	padding: 5px;
	border: 1px silver solid;
}

.input_text {
	background: url(images/input_bg.png) repeat-x;
	padding: 1px;
	font-size: 1.1em;
	border: 1px solid silver;
}


.input_text:focus {
	border: 1px solid #000;
}

.td_left {
	width: 170px;
	padding: 5px;
	text-align: center;
}

td.td_left img {
	vertical-align: middle;
}

.checkbox {
	height: 1.2em;
	width: 1.2em;
}

.body_class {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #2099b0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.body_class #logo {
	float: left;
}


.body_class #title_top {
	background: #26a3ba;
	height: 48px;
	border-bottom: 3px solid #34b8d0;
	color: #fff;
	font-size: 36px;	
	text-align: left;
	padding-left: 15px;
}

.body_class #title_top a {
	color: #fff;	
	text-decoration: none;
}

.body_class #footer {
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 0.7em;
	border-top: 3px solid #34b8d0;
}

.body_class #footer a {
	text-align: center;
	color: #fff;
}

.body_class #footer_beg {
	width: 100%;
}

// Allt som har med sökrutan att göra

.body_class #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
	background: red;
}


.body_class #big-container {
	width: 1000px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.body_class #big-container-left {
	float: left;
	width: 200px;
	background: #aad8e1;
	border: 1px solid #ffffff;
	padding: 10px;	
	text-align: left;
}

.body_class #big-container-left ul {
	list-style: none;
	margin-left: 0px;
	font-size: 0.9em;
}


.body_class #big-container-center {
	width: 450px;
	margin: 50px 280px 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;	
}

.body_class #big-container-right {
	float: right;
	width: 200px;
	background: #aad8e1;
	border: 1px solid #ffffff;
	padding: 10px;	
	text-align: left;
}

.body_class #center_container {
	width: 443px;
	margin: 130px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;	
}


.body_class #sidebar_item_bottom {
	height: 710px;
	padding: 5px;
	margin-bottom: 50px;
}

.body_class #bottomwide {
	margin-top: 30px;
	width: 1000px;;
	background: #aad8e1;
	border: 1px solid #ffffff;
	font-size: 0.9em;
	padding: 5px;
}

.body_class #bottomwide a {
	font-size: 0.9em;
}

.body_class #bottomwide h1 {
	text-align: left;
}

.body_class #content_container {
	width: 900px;
	margin: 35px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.body_class #content_container a {
	color: #fff;
}

.body_class #content_container * ul {
	margin-left: 35px;
}

.body_class #content_wrapper {
	width: 608px;
}

.body_class #content_top {
	background: url(images/content_top.png)
}

.body_class #content_middle {
	background: url(images/content_middle.png) repeat-y;
}

.body_class #content_bottom {
	background: url(images/content_bottom.png)
}

.body_class #content {
	width: 600px;
	background: #fff;
	float: left;
	text-align: left;
	padding: 10px;
	font-size: 1.0em;
}

.body_class #ny-sokning-content {
	float: left;
	width: 100%;
	height: 20px;
}

.body_class #ny-sokning-content a: visited{
	color: #fff;
}


.body_class #content a {
	color: blue;
}

.body_class #content h2 a {
	font-size: 0.9em;;
}

.body_class #content h1 {
	text-align: left;
	border-bottom: 1px silver dotted;
	margin: 40px 12px 15px;
	font-size: 1.4em;
}

.body_class #right_column {
	width: 220px;
	background: #fff;
	margin-left: 640px;
	padding: 10px;
	color: #000;
	margin-bottom: 20px;
}

.body_class #right_column_small {
	width: 230px;
	background: #fff;
	margin-left: 640px;
	padding: 5px;
	color: #000;
	margin-bottom: 15px;
}

.body_class #right_column a {
	color: blue;
}

.body_class #rc_item {
	width: 220px;
}



.body_class #right_column h1 {
	text-align: left;
	border-bottom: 1px silver dotted;
	margin: 10px 12px 15px;
	font-size: 1.2em;
}

.body_class #right_column ul, ol {
	margin-left: 20px;
}

.body_class #right_column ul li {
	list-style: none;
}

#random_img {
  width: 90%;
  height: 150px;
  text-align: center;
}

#random_img img {
  max-width: 170px;
  width: expression(this.width > 170 ? 170: true);
  max-height:170px;
  height: expression(this.height > 170 ? 170: true);
  text-align: center;
  marging-bottom: 3px;
}

#random_img  p {
	margin-top: 17px;
}


.body_class #simple_info {
	width: 443px;
	text-align: left;
	
}

.body_class #sokruta_text {
	font-size: 0.9em;
}

.body_class #sokruta_ovanfor {
	width: 443px;
	position: fixed;
	left: 13px;
	top: 240px;
}

.body_class #sokruta_wrapper {
	margin-bottom: 0px;
	width: 443px;
}

.body_class #sokruta_wrapper a {
	color: blue;
}

.body_class #sokruta_top {
	background: url(images/sokruta_top.png) no-repeat;
	line-height: 5px;
	margin-bottom: -5px;
}

.body_class #sokruta_content {
	background: url(images/sokruta_content.png) repeat-y;
	padding: 7px;
}

.body_class #sokruta_bottom {
	background: url(images/sokruta_bottom.png) no-repeat;
}

.body_class #sokruta_under {
	margin-top: -10px;
}

.body_class #sokruta_under a {
	margin-top: 0;
	color: #fff;
	font-size: 0.9em;
}


.body_class #sokform {
	margin: 35px 30px 0;
	width: 443;
	padding: 0 1px;
	font-size: 1.1em;
}

.body_class #sokform h2 {
	font-size: 1.1em;
	margin-top: 15px;
	border-bottom: 1px silver dotted;
}

.body_class #checkbox_container {
	margin-top: 15px;
	font-size: 0.85em;
}

.body_class #checkbox_item {
	float: left;
	clear: none;
	width: 180px;
}


.desc_col {
	vertical-align: top;
	width: 90px;
}

.align_top {
	vertical-align: top;
}

.body_class #sokform * td {
	padding: 0 12px 12px 0;
}

.body_class #sokform ul {
	list-style: none;
}


.body_class #submitknapp {
	text-align: right;
	margin-top: 12px;
	margin-right: 15px;
}


.submitknappar {
	padding: 3px;
}

.submitknappar_special {
	padding: 3px;
	margin-top: 5px;
}


.sokord {
	background: url(http://www.presenttips.com/images/sokord.png) no-repeat top;
	padding: 1px;
	font-size: 1.1em;
	border: 1px solid silver;	
}

.sokord:focus {
	background:	#ffffff;
	padding: 1px;
	font-size: 1.1em;
	border: 1px solid #000;	
}

.body_class #alla_steg {
	float: right; 
	margin-right: 15px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	display: inline;
}

.body_class #alla_steg h2 {
	display: inline;	
	background: url(images/steg_full.png) no-repeat;	
	padding: 2px 15px;
	font-size: 0.9em;
}

.body_class #alla_steg h3 {

	display: inline;	
	background: url(images/steg_empty.png) no-repeat;	
	padding: 2px 15px;
	font-size: 0.9em;
}

.body_class #resultat_item {
	border: 1px solid #2099b0;
	height: 200px;
}

.body_class #resultat_item h2 {
	font-size: 1.1em;
}

.body_class #resultat_under {
	font-size: 0.7em;
	margin-bottom: 20px;
	color: #2099b0;	
}

#report_link {
  text-align: center;
}

#pre_bild {
  margin-top: 10px;
  padding: 5px;
  width: 150px;
  height: 150px;
  text-align: center;
}

#pre_bild img {
  max-width:150px;
  width: expression(this.width > 150 ? 150: true);
  max-height:150px;
  height: expression(this.height > 150 ? 150: true);
  text-align: center;

}

.body_class #pre_beskrivning {
	padding: 4px;
	width: 300px;
}

.body_class #pre_right {
	width: 120px;
	padding: 4px;
}

.body_class #pre_logo img {

	max-width: 110px;
	width: expression(this.width > 110 ? 110: true);
	max-height:50px;
	height: expression(this.height > 50 ? 50: true);

}

#random_img img {
  max-width: 170px;
  width: expression(this.width > 170 ? 170: true);
  max-height:170px;
  height: expression(this.height > 170 ? 170: true);
  text-align: center;
  marging-bottom: 3px;
}

.body_class #pre_pris {
	margin-top: 20%;
	font-size: 1.4em;
	clear: right;

	
}

.body_class #pre_mer_info {
	font-size: 1.4em;	
}

.butikrubrik {
	display: block;
	border-bottom: 1px dotted silver;
}

.linklist {
	padding: 0;
	word-spacing: 1px; 
}

.linklist li {
	margin-left: -18px;
	list-style: none;
	width: 336px;
	font-size: 1.0em;
	padding: 12px;
}

.linklist li a {
	color: #000;
	letter-spacing: 0px;
	word-spacing: 3px;
	font-weight: bold;
	display: block;
	line-height: 14px;
	font-size: 14px; 
	font-family: arial, sans-serif;	
	border-bottom: 1px dotted silver;
}

.linklist li a:hover {
	background: none;
}

.linklist li * {
	color: #000;
	font-size: 12px; 
	word-spacing: 1px;	
	font-family: arial, sans-serif;		
}

.linklist li em {
	padding: 4px 0px;
	color: #003399;
	display: block;
}


.linklist h2 {
	display: block;
	background: 003399;
	color: #000;
}


.topborder {
	border-top: 1px dotted #2099b0;
}

#right_column_small a.makespecial {
	font-size: 1.00em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.no_bullets {
	list-style: none;
}

img a {
	text-decoration: none;
	border: none;
}