﻿/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(design.css);			/* Style till din valda design */

/* BEGIN code added by System design tool - DO NOT EDIT! */

/* END code added by System design tool - DO NOT EDIT! */


/* Here you can put your own changes */

body {
	background-color: #fff;	
	color: #5c5c5c;
}

body, div, p, th, td, li, dd {
	font: normal 13px Helvetica, Arial, Verdana, Lucida, sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, h7 {
	letter-spacing: -0.01em;
	padding: 0 0 5px 0;
	color: #5c5c5c;
}

h1 {
	font-size: 32px;
	line-height: 36px;
	color: #50a5bf;	
	font-weight: bold;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	color: #50a5bf;	
	font-weight: bold;
}

h3 {
	font-size: 21px;	
	line-height: 21px;
	color: #50a5bf;	
	font-weight: bold;
}

h4 {
	font-size: 18px;
	line-height: 22px;
	color: #50a5bf;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	line-height: 20px;
	color: #5c5c5c;
	font-weight: bold;
}



.indrag {
	padding: 0 0 20px 20px;
}

a {
	color: #3794b1; 
	text-decoration: none; 
}
a:link { color: #da7633; } 
a:visited { color: #da7633; }
a:active { color: #da7633; }
a:hover { color: #5c5c5c; }

input.falt {
	border: 2px solid #c6c6c6;	
	color: #5c5c5c;
}

input.falt:hover {
	background-color: #f7f7f7;
}

input.button {
	cursor:pointer;
	background:url(/images/buttonbg.jpg) repeat-x;
	background-color: transparent;
	padding: 0 5px 5px 5px;
	display:inline-block;
	line-height: 40px;
	height: 40px;
	color:#FFFFFF;
	font-weight:bold;
	border: 0;
	font-size: 16px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	overflow: visible;
}	

input.button:hover, input.button:focus {
	background-color: transparent;
	color: #f2f2f2;
}

span.button1 { 
	background:url(/images/buttonright.jpg) no-repeat right top;
	background-color: transparent;
	padding: 0 13px 0px 0px;
	margin: 0 5px 0 0;
	line-height:40px;
	height: 40px;
	display: inline-block;
}

span.button2 { 
	background:url(/images/buttonleft.jpg) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 13px;
	margin: 0 0px 0 0;
	line-height:40px;
	height: 40px;
	display: inline-block;
}	

input.bigbuttongreen, a.bigbuttongreen {
	cursor:pointer;
	background:url(/images/bigbuttonbg_green.png) no-repeat;
	background-position: right top;
	background-color: transparent;
	padding: 0 48px 5px 5px;
	display:inline-block;
	line-height: 48px;
	height: 48px;
	color:#FFFFFF;
	font-weight:bold;
	border: 0;
	font-size: 16px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	overflow: visible;
}	

input.bigbuttongreen:hover, input.bigbuttongreen:focus {
	background-color: transparent;
	color: #f2f2f2;
}

span.bigbuttongreen1 { 
	background:url(/images/bigbuttonright_green.png) no-repeat right top;
	background-color: transparent;
	padding: 0 13px 0px 0px;
	margin: 0 5px 0 0;
	line-height:48px;
	height: 48px;
	display: inline-block;
}

span.bigbuttongreen2 { 
	background:url(/images/bigbuttonleft_green.png) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 13px;
	margin: 0 0px 0 0;
	line-height:40px;
	height: 48px;
	display: inline-block;
}

input.mediumbuttongreen, a.mediumbuttongreen {
	cursor:pointer;
	background:url(/images/mediumbuttons/mediumbuttonbg.jpg);
	background-position: right center;
	background-color: transparent;
	padding: 2px 5px 3px 5px;
	display:inline-block;
	line-height: 29px;
	height: 29px;
	color:#FFFFFF;
	font-weight:bold;
	border: 0;
	font-size: 16px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	overflow: visible;
}	

input.mediumbuttongreen:hover, input.mediumbuttongreen:focus, a.mediumbuttongreen:hover, a.mediumbuttongreen:focus{
	background-color: transparent;
	color: #f2f2f2;
}

span.mediumbuttongreen1 { 
	background:url(/images/mediumbuttons/mediumbuttonright_green.png) no-repeat right top;
	background-color: transparent;
	padding: 0 13px 0px 0px;
	margin: 0 5px 0 0;
	line-height:34px;
	height: 34px;
	display: inline-block;
}

span.mediumbuttongreen2 { 
	background:url(/images/mediumbuttons/mediumbuttonleft_green.png) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 13px;
	margin: 0 0px 0 0;
	line-height:30px;
	height: 34px;
	display: inline-block;
}

input.bigbutton {
	cursor:pointer;
	background:url(/images/bigbuttonbg.jpg) repeat-x;
	background-color: transparent;
	padding: 0 5px 5px 5px;
	display:inline-block;
	line-height: 48px;
	height: 48px;
	color:#FFFFFF;
	font-weight:bold;
	border: 0;
	font-size: 16px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	overflow: visible;
}	

input.bigbutton:hover, input.bigbutton:focus {
	background-color: transparent;
	color: #f2f2f2;
}

span.bigbutton1 { 
	background:url(/images/bigbuttonright_green.png) no-repeat right top;
	background-color: transparent;
	padding: 0 13px 0px 0px;
	margin: 0 5px 0 0;
	line-height:48px;
	height: 48px;
	display: inline-block;
}

span.bigbutton2 { 
	background:url(/images/bigbuttonleft_green.png) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 13px;
	margin: 0 0px 0 0;
	line-height:40px;
	height: 48px;
	display: inline-block;
}
	


select.qty {
	border: 2px solid #c6c6c6;	
	font-size: 14px;
	font-weight: bold;
	color: #515151;
	height: 25px;
}

select.qty option {
	font-size: 14px;
	font-weight: bold;
	color: #515151;
}

div.info-container {
	float: left;	
	padding: 0 0 0 25px;
	width: 392px;
}

td.info-texttop {
	height: 18px;
	width: 100%;
	background: url(/images/infoboxtop.jpg) no-repeat;	
}

td.info-textmiddle {
	padding: 0 20px 0 20px;
	width: 100%;
	background-color: #f2f2f2;	
	font-size: 14px;
}

td.info-textmiddle h1, td.info-textmiddle h2, td.info-textmiddle h3, td.info-textmiddle h4, td.info-textmiddle h5, td.info-textmiddle h6{
	color: #5c5c5c;	
}

td.info-textmiddle p {
	font-size: 13px;
}	

td.info-textbottom {
	height: 18px;
	width: 100%;
	background: url(/images/infoboxbottom.jpg) no-repeat;	
}

div.intro {
	letter-spacing: -0.01em;
	padding: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #5c5c5c;
	font-weight: bold;
}

div.products-container {
	width: 566px;
	border-right: 1px dotted #c7c7c7;	
	float: left;
	padding: 0 20px 0 0;
}

div.products-icon {
	height: 37px;
	width: 48px;
	line-height: 37px;
	background: url(/images/icon_number.png) no-repeat;	
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 10px 11px;
	float: left;
}

div.products-iconheader {
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	font-size: 32px;
	color: #50a5bf;
}

div.products-iconheader-plus {
	height: 42px;
	line-height: 37px;
	font-weight: bold;
	font-size: 60px;
	color: #50a5bf;
	text-align: center;
}
div.info-icon {
	height: 37px;
	width: 48px;
	background: url(/images/icon_info.png) no-repeat;	
	padding: 0 0 10px 11px;
	float: left;
}

div.info-iconheader {
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	font-size: 32px;
	color: #50a5bf;
}

div.products-hr {
	border-top: 1px dotted #c7c7c7;
	width: 100%;
	margin: 15px 0 0 0;
}

div.products-header {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
	width: 470px;	
}

table.products-top {
	height: 14px;
	background: url(/images/products-top.png) no-repeat;
	width: 567px;
}

table.products-middle {
	background: url(/images/products-middle.png) repeat-y;
	width: 567px;
}

table.products-bottom {
	height: 14px;
	background: url(/images/products-bottom.png) no-repeat;
	width: 567px;
	margin: 0 0 0 0;
}

table.products-middle td {
	vertical-align: top;
	padding: 5px 10px 5px 14px;	
}

div.products-descr {
	padding: 0 30px 0 0;
}
	
div.products-descr, div.products-descr p {
	font-size: 14px;	
}

div.products-descr ul li {
	font-size: 14px;
	margin: 0 0px 5px 12px;
}

div.products-antal {
	float: left;
	margin: 0 10px 0 0;	
}

div.products-price {
	font-size: 25px;
	color: #84c630;
	font-weight: bold;	
	float: left;
}

div.products-middle2 {
	background-color: #ebebeb;
	padding: 10px;	
	width: 517px;
}

div.produtcs-arrow {
	text-align: center;	
}

div.products-phoneno {
	float: left;
	width: 33%;
	margin: 0 0 5px 0;
	font-weight: bold;
}	

div.products-title {
	padding: 10px 0 10px 0;
	font-size: 14px;
}

div.products-package {
	float: left;
	width: 33%;
	margin: 0 0 5px 0;
	font-weight: bold;
}	

div.totals {
	text-align: left;	
	float: left;
	width: 100px;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px dotted #c7c7c7;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	
}

div.totals2 {
	width: 467px;
	float: left;
	text-align: right;
	font-size: 30px;
	color: #84c630;
	font-weight: bold;
	border-bottom: 1px dotted #c7c7c7;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

div.only_if_prods {
	float: left; 
	text-align: right; 
	width: 567px; 
	display: none;
}


table.tabledata {
	margin: 0 0 15px 0;	
}

table.tabledata td {
	vertical-align: top;	
}

/* Layout two or three columns
-----------------------------------------------------------------------------*/

div.page {
	padding: 20px 0 20px 0;
	width: 100%;
	position: relative;
}

div.leftRail {
	float: left;
	background-color: transparent;
	width: 200px;
}

div.container {
	background-color: transparent;
	overflow: hidden;
	margin-right: 0px; /* same value as rightRail width here */
	_display: inline-block; /* IE 6 fix */
}

div.content {
	padding: 0 0 20px 0px;
	font-size: 1em;
}

div.rightRail {
	display: none; /* Remove this to activate rightRail */
	width: 200px;
	background-color: transparent;
	float: right;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 999;
}


/* Footer (change FH to the same)
-----------------------------------------------------------------------------*/

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /*FH*/
	background-color: #fff;
	width: 979px;
	padding: 0px 0px 0 0px;
}

#footer {
	height: 200px; /*FH*/
	background: url(/images/footer_bg.jpg) repeat-x;
	background-color: #e99f37;
	clear: both;
	position: relative;
	z-index: 999;
}

div.pushfooter {
	height: 200px; /*FH*/
	clear: both;
}

div.footer_container {
	color: #FFF;
	padding: 25px 0 0 0;
	width: 979px;
	margin: 0 auto;
}

div.footer_container a, div.footer_container a:visited {
	text-decoration: none;
	color: #FFF;	
}

div.footer_container a:hover {
	text-decoration: underline;	
}

div.footer_info {
	text-align: left;	
	font-size: 11px;
	line-height: 16px;
	padding: 20px 0 0 0;
	clear: both;	
}

div.footer_info p {
	font-size: 11px;
	line-height: 16px;
	text-align: right;	
}

ul.footer_menu {
	padding-right: 20px;
	float: left;	
}

ul.footer_menu li {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	list-style: none;
	padding: 0 0 0px 0;
	margin: 0;	
}

ul.footer_menu li a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
}

ul.footer_menu li a:hover {
	color: #fff;
	text-decoration: underline;	
}

ul.footer_menu li a:visited {
	color: #fff;	
}

li.footer_header {
	padding: 0 0 5px 0 !important;	
}

/* Topmenu
-----------------------------------------------------------------------------*/ 

div.topmenu {
	position: absolute;
	bottom: 0;
	right: 0;	
	width: 535px;
	background: url(/images/topmenu_bg2.jpg) no-repeat;
	padding: 0;
	height: 44px;
	z-index: 2;
}

#nav { 
	margin: 0;
	padding: 0;
	z-index: 2;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	line-height: 44px;
	z-index: 2;
}

#nav li:hover {
	background-color: #3591af;
}

#nav li.selected:hover {
	background-color: #3591af;
}

#nav li a { 
	display: block;
	font-size: 16px;
	padding: 0 12px 0 12px; 
	color: #FFF;
}

#nav li a:visited {
	color: #FFF;	
}

#nav li a:hover {
	color: #fff !important;	
}

#nav li.selected {
	background-color: #3591af;
}

#nav li.selected a { 
	font-weight: normal;
}

/* Topmenu2
-----------------------------------------------------------------------------*/ 

div.topmenu2 {
	position: absolute;
	bottom: 0;
	right: 535px;	
	background-position: 80px 0px;
	padding: 0;
	height: 44px;
}

#nav2 { 
	margin: 0;
	padding: 0;
}

#nav2 li {
	margin: 0;
	float: right;
	display: block;
	line-height: 44px;
	background: url(/images/topmenu_bg1.jpg) no-repeat;
	background-position: 0px 0px;	
}

#nav2 li:hover {
	background: url(/images/topmenu_bg1hover.jpg) no-repeat;
}

#nav2 li a { 
	display: block;
	font-size: 16px;
	padding: 0 25px 0 25px; 
	color: #FFF;
}

#nav2 li a:visited {
	color: #FFF;	
}

#nav2 li a:hover {
	color: #fff;	
}

#nav2 li.selected {
	background: url(/images/topmenu_bg1hover.jpg) no-repeat;	
}

/*
-----------------------------------------------------------------------------*/ 

div.header {
	height: 140px;
	position: relative;	
}

div.logo {
	position: absolute;
	bottom: 0;
	left: 0;	
}
div.customer_service_tel {
	padding: 50px 0 0 0;
	bottom: 65px;
	left: 400px;	
	font-size: 18px;
	text-align: right; 	
}
div.customer_service_email {
	padding: 0 0 0 0;
	bottom: 50px;
	left: 400px;	
	font-size: 12px;
	text-align: right; 	
}

div.index_header {
	position: realtive;
	height: 296px;
	width: 979px;
	overflow: hidden;
	background: url(/images/index_bgheader.jpg) no-repeat;
	margin: 0 0 20px 0;
}

div.index_header_text {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 390px;	
	font-size: 17px;
	color: #000;
}

div.index_header_text p {
	font-size: 17px;
}

div.index_header_form {
	position: absolute;
	top: 103px;
	right: 58px;	
}

div.buyform {
	font-size: 17px;
	color: #fff;
	padding: 25px 0 0 22px;
	width: 370px;
	height: 158px;
	background: url(/images/buybox.png) no-repeat;
	position: relative;	
}

div.buyform-link {
	position: absolute;
	height: 95px;
	width: 96px;
	top: 67px;
	right: 29px;
	z-index: 999;
	cursor: pointer;
	background: url(/images/buybox_button.png) no-repeat;	
}

div.buyform-link:hover {
	opacity: 0.9; 
	filter: alpha(opacity=90);	
}

div.buyform h6 {
	line-height: 28px;
	font-weight: bold;
	font-size: 32px;
	color: #FFF;	
	padding: 0 0 7px 0;
}

div.buyform select {
	width: 180px;
	margin: 3px 0 5px 0;
}

div.testimonial_left {
  background: url(/images/quote-char-1.jpg) no-repeat;
  height: 34px;
  width: 34px;
	margin: 0px 0px 0px 0px;
  float: left;
	background-position: top left;	  
}
div.testimonial_bottom {
  height: 50px;
  width: 600px;
}
div.testimonial_bottom p.quote_by {
	color: #5c5c5c;
  font-size: 12px;
  font-family: sans-serif; 
  font-style: normal;
  text-align: right;
  font-family: Arial, Verdana, Lucida, sans-serif;    
}

div.testimonial_bottom img
{
vertical-align:text-top;
} 

div.testimonial_right {
  background: url(/images/quote-char-2.jpg) no-repeat;
  height: 34px;
  width: 34px;
	margin: 0px 0px 0px 0px;
  float: right;

	background-position: bottom right;	  
}

div.testimonial_body {
	margin: 20px 0px 0px 0px;
	width: 600px;
	height: 200px;

}

div.testimonial_body p {
  padding: 0px 40px 0px 40px;
	color: #acacac;
  font-size: 18px;
  font-style: italic;
  font-family: Arial, Verdana, Lucida, sans-serif;  
}

div.index_header_box1 {
	background: url(/images/index_boxbg.jpg) no-repeat;
	height: 163px;
	width: 287px;
	margin: 0 20px 0px 0;
	padding: 13px 13px 13px 13px;
	float: left;
	font-size: 14px;
}

div.index_header_box1 p {
	font-size: 14px;	
}

div.index_header_box3 {
	background: url(/images/index_boxbg.jpg) no-repeat;
	height: 163px;
	width: 265px;
	padding: 20px;
	float: left;
	font-size: 14px;
}


div.index_header_box3 p {
	font-size: 14px;	
}

div.index_header_box4 {

	height: 163px;
	width: 305px;
	padding: 0px;
	float: left;
	font-size: 14px;
}

ul.index_textboxul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

ul.index_textboxul li {
	font-size: 17px;
	font-weight: bold;
	color: #50a5bf;	
	background: url(/images/index_ul.jpg) no-repeat;
	background-position: 0 2px;
	/* height: 21px; */
	line-height: 21px;
	padding: 0 0px 5px 20px;		
}

div.textblock-right-boxtopmiddle {
	background: url(/images/boxbg_topmiddle.jpg) repeat-y;
	padding: 20px 20px 0 20px;
	min-height: 90px;	
}
div.textblock-right-boxtopmiddle h3 {
	line-height: 24px;
}

div.textblock-right-boxbottom {
	background: url(/images/boxbg_bottom.jpg) no-repeat;
	height: 11px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

div.textblock-right-orangetop {
	background: url(/images/boxbg_toporange.jpg) repeat-y;
	padding: 20px 20px 0 20px;
	min-height: 90px;
	color: #fff;	
}


div.textblock-right-orangetop h1, div.textblock-right-orangetop h2, div.textblock-right-orangetop h3, div.textblock-right-orangetop h4, div.textblock-right-orangetop h5 {
	color: #fff;	
}

div.textblock-right-orangetop table.thailandpriser_tabell {
	margin: 10px 0 15px 0 !important;	
}

div.textblock-right-orangetop table.thailandpriser_tabell td {
	padding: 5px !important;
	color: #fff !important;	
}

div.textblock-right-orangetop table.thailandpriser_tabell td.odd {
	background-color: #e87a39 !important;
}
div.textblock-right-orangetop a {
	color: #ffffff; 
	text-decoration: underline; 
	font-weight: bold;
}

div.textblock-right-orangebottom {
	background: url(/images/boxbg_bottomorange.jpg) no-repeat;
	height: 10px;
	overflow: hidden;
	margin: 0 0 15px 0;
}


table.artiklar th {
	background-color: #ececec;
	text-align: left !important;	
}

table.artiklar td {
	text-align: left !important;	
}

div.cart-content-header, div.cart-shipping-header, div.cart-payship-header, div.cart-login-header  {
	color: #50a5bf;	
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 21px;	
}

div.cart-content-container {
	border-bottom: 1px dotted #c7c7c7;	
}

tr.even { 
	background-color: #f6f6f6; 
}

div.cart-login-container {
	background-color: #fff;
	padding: 0; 
	border: 0px solid #ebebeb;
}

div.cart-login-container td {
	padding-left: 0;
}

.cart_menu_ul { display: none; }

.cart_menu_ul li.selected {
	background-color: #f6f6f6; 
	border: 1px solid #ebebeb;
}

div.textblock-left, div.textblock-left p, div.textblock-right, div.textblock-right p, div.textblock-left-small1, div.textblock-left-small1 p, div.textblock-left-small2, div.textblock-left-small2 p, div.quote-middle, div.quote-middle p {
	line-height: 17px;
}

div.textblock-left {
	width: 567px; 
	float:left; 
	padding:0 20px 0 0;	
}

div.textblock-right {
	width: 392px; 
	float: left;	
}

div.textblock-left-small1 {
	float: left;
	width: 270px;
	margin: 0 0 10px 0;	
}

div.textblock-left-small2 {
	float: left;
	width: 270px;
	padding: 0 0px 0 20px;
	margin: 0 0 10px 0;	
}


div.quote-container {
	clear: both;
	margin: 15px 0 15px 0;
}	

div.quote-top {
	height: 10px;
	overflow: hidden;
	background: url(/images/quote1.jpg) no-repeat;
	background-position: top left;	
}

div.quote-middle {
	background: url(/images/quote2.jpg) repeat-y;
	padding: 7px 15px 10px 20px;
}

div.quote-bottom {
	height: 20px;
	overflow: hidden;
	background: url(/images/quote1.jpg) no-repeat;
	background-position: bottom left;	
}

div.quote-sign {
	padding: 10px 0 0 15px;	
}

.newsfeed-detail .newsitem {
	padding-bottom: 10px;
	border: 0;	
}

div.pubdate {
	font-style: normal;	
}

div.video-rightside {
	padding: 0 0 15px 0;	
}

div.author { display: none; }

.fraga {
	display: none;
}

/*	*/
a.dp-choose-date {
	width: 22px !important;
	height: 22px !important;
	line-height: 22px !important;
	margin-left: 2px !important;
	background: url(/images/calender.png) no-repeat !important;
	
}

table.index_prisexempel_tabell {
	margin: 0 0 0 0;	
}
table.index_prisexempel_tabell tr.odd {	
  padding: 1px 2px 2px 5px;
  background-repeat: repeat-y;
  background-color: #f1f1f1; 
}

table.index_prisexempel_tabell td.odd {
  padding: 1px 2px 2px 5px;
  background-repeat: repeat-y;
  background-color: #f1f1f1; 
}
table.index_prisexempel_tabell tr {	
  padding: 1px 2px 2px 5px;
}

table.index_prisexempel_tabell td {
  padding: 1px 2px 2px 5px;
}

table.ringa_i_utlandet_tabell {
	margin: 20px 0 20px 0;	
}

table.ringa_i_utlandet_tabell th {
	padding: 5px 5px 10px 5px;
	border-bottom: 1px dotted #c7c7c7;
	color: #50a5bf;
}

table.ringa_i_utlandet_tabell td {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #c7c7c7;
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 46px;
	color: #5c5c5c;
	font-weight: bold;
	vertical-align:middle;
}

table.ringa_i_utlandet_tabell tr.odd {
	background-color: #efefef;	
}

table.thailandpriser_tabell {
	margin: 0 0 15px 0;	
}

table.thailandpriser_tabell td {
	padding: 5px;	
}

table.thailandpriser_tabell td.odd {
	background-color: #efefef;
}

.uploadok {
	border: 3px solid green;
	padding: 5px;
	font-weight: bolder;
	color: green;
}

/* CSS för landsväljare */

#countrychooser {
	float: right;
	z-index: 100;
	margin-top: 20px;
}

.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}
   
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; z-index: 100; }
.dropdown dd { position:relative; z-index: 100; }
.dropdown a, .dropdown a:visited { color:#616161; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#5d4617; border: 1px solid #3892af;}
.dropdown dt a {background:#ffffff url('images/flags/arrow.png') no-repeat scroll right center; display:block; padding-right:20px;
                   border:1px dotted #3892af; width:110px;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { background:#f7f7f7 none repeat scroll 0 0; color:#C5C0B0; display:none;
                     left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:125px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:10px; display:block;}
.dropdown dd ul li a:hover { background-color:#ffffff;}
   
.dropdown img.flag { border:none; vertical-align:middle; margin-right: 8px; margin-bottom: 2px; }
