/*
Theme Name: Fruitopia
Theme URI: http://www.themeporter.com
Description: Two column Blog Layout
Author: Theme Porter
Author URI: http://www.themeporter.com/

*/

/* Credits Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
 */
body {
  text-align: center;
  background: #EBEEF8 url(images/bg.jpg) top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

a:link,a:visited,a:active{
	color: #FF6600; text-decoration: none;
}
a:hover {
	color: #FF6600; text-decoration: underline;
}
a.lightview:hover{
	text-decoration:none;
}
#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url(images/content_bg.jpg) top right repeat-y;
  border: 1px solid #000000;
/*  margin-top:30px;*/
}

#fb_page_wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 760px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-family: verdana;
}
#fb_page_wrapper #content_wrapper{
	min-height: 250px;
}
#fb_page_wrapper .center-form{
	width: 235px;
	margin: 50px auto;
}
#fb_page_wrapper ul.error{
	margin: 0px;
	padding: 0px;
}
#fb_page_wrapper ul.error li{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

#page_header {
  height: 120px;
  background: #FFFFFF url(images/header.gif) top right no-repeat;
  clear: both;
}

#page_header_givemore {
  height: 120px;
  background: #FFFFFF url(images/givemore.gif) top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h1 a
{
color:#fff;
text-decoration:none;
}

#page_header h1 a:visited
{
color:#fff;
text-decoration:none;
}
#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #354EA2;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url(images/drop_shadow.gif) top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url(images/menu_bg.gif) top left repeat-x;
  color: Black;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #F8993A url(images/menu_bg.gif) top left repeat-x;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #FF6600 url(images/menu_hover_bg.gif) top left repeat-x;
  color: #000000;
}

#content_wrapper {
  margin-top:5px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  padding:3px;
  border: 1px solid #273C82;
  background-color:#354EA2;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#right_side li {
  list-style: none;
 }

#right_side a {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #E95D00;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #354EA2;
  clear:both;
}

#left_side h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #2E448D;
  background-color:#FFFFFF;
  padding:3px;
  clear:both;
}

#left_side h4 {
  margin-top:0px;
  margin-bottom:10px;
  margin-left:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #2E448D;
  background-color:#FFFFFF;
  padding:1px;
  clear:both;
}
#left_side p{
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}
div.para {
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
  color: #666666;
  line-height: 18px;
}
.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 60px;
  background-color: #354EA2;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image:  url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}


#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
.contents
{
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}
.fontstyle1{
	font-family:verdana;
	font-size:x-small;
}
.fontstyle2{
	font-family:verdana;
	font-size:small;
}
table.products{
 	border-spacing:0px 0px;
	width:100%;
	border-width:0px;
	font-family:verdana;
	font-size:x-small;
	text-align:left;
}
#left_side table.productdesc p{
	font-size:x-small;
}
table.products td{
	vertical-align:top;
	font-family:verdana;
	font-size:x-small;
}
table.subproducts{
 	border-spacing:3px 3px;
 	width:300px;
	border-width:0;
	vertical-align:top;
	text-align:left;
	font-family:verdana;
	font-size:x-small;
}
table.subproducts td{
	vertical-align:top;
}
table.proddetails{
	 border-spacing:3px 3px;
	 width:230px;
	 border-width:0px;	 
}
table.proddetails td{
	padding:0px;
	font-family:verdana;
    font-size:x-small;
	vertical-align:top;
	text-align: left;
}
table.proditemdetails{
	border-spacing: 0px 0px;
	width: 100%;
	border-width: 0px;
}
table.proditemdetails td{
	padding: 0px;
	vertical-align: top;
}
table.categories{
 	border-spacing:0px 0px;
	width:100%;
	border-width:0px;
	font-family:verdana;
	font-size:x-small;
	vertical-align:top;
	text-align:left;
}
table.categories td{
	vertical-align:top;
	text-align:left;
}
table.subcategories{
 	border-spacing:3px 3px;
 	width:300px;
	border-width:0;
	vertical-align:top;
	text-align:left;
	font-family:verdana;
	font-size:x-small;
}
table.passwordtable{
	 border-width:0;
	 border-spacing:0px 0px;
	 width:100%;
}
table.passwordtable td{
	vertical-align:top;
	text-align:left;
	padding:0px;
}
form.passwordform input{
	font-family: Verdana; 
	font-size: 10px;
}
form.passwordform img{
	border-width:0px;
	height:18px;
	width:18px;
}
#subForm input{
	font-family: Verdana; 
	font-size: 10px;
}
.subsForm input{
	font-family: Verdana; 
	font-size: 10px;
}
.sestatusForm input,.sestatusForm select{
	font-family: Verdana; 
	font-size: 10px;
}
table.sestatustable{
	width:100%;
	border-width:0;
	border-spacing:0px 0px;
}
table.sestatustable td{
	padding:2px;
	vertical-align:top;
	font-family:Verdana;
	font-size:x-small;
}
table.sestatustable .headerrow{
	font-weight:bold;
}
table.sestatustable .headerrow img{
	width:10px;
	height:1px;
}
table.sestatustable a{
	float:left;
}	
form.seofferterform input,form.seofferterform select{
	font-family: Verdana; 
	font-size: 10px;
}
table.kunduppgiftertable{
	border-width:0;
	border-spacing:0px 0px; 
	width:100%;
	text-align:left;
}
table.kunduppgiftertable td{
	vertical-align:top;
	text-align:-webkit-left;
	padding:0px;
	font-family:Verdana;
}
table.kunduppgiftertable input,table.kunduppgiftertable select,table.kunduppgiftertable textarea{
	font-family: Verdana;
	font-size: 10px;
}
.obli{
	font-family:Verdana;
	color:red;
	font-size:x-small;
}
.kunduppgifterForm input,.kunduppgifterForm select{
	font-family: Verdana;
	font-size: 10px;
}
table.bestallaretable{
	width:100%;
	table-layout:fixed;
	border-width:0;
	border-spacing:0px 0px;
}
table.bestallaretable td{
	padding:2px;
	font-family:verdana;
	font-size:x-small;
	vertical-align:top;
	word-wrap:break-word;
}
table.bestallaretable .headerrow{
	font-weight:bold;
}
table.bestallaretable .headerrow img{
	width:10px;
	height:1px;
}
table.bestallaretable input{
	font-family:verdana;
	font-size: 10px;
}
.styledinput{
	font-size:10px;
	font-family:verdana;
}
.sokproduktForm input{
	font-size:10px;
	font-family:verdana;
}
.uploadForm{
	font-family:verdana;
	font-size:x-small;
}
.uploadForm input,.uploadForm select,.uploadForm textarea{
	font-size:10px;
	font-family:verdana;
}
.uploadProductsForm input,.uploadProductsForm textarea,.uploadProductsForm select{
	font-size:10px;
	font-family:verdana;
}
.uploadProductsForm{
	font-size:x-small;
	font-family:verdana;
}
.loginForm input{
	font-size:10px;
	font-family:verdana;
}
.loginForm{
	font-size:x-small;
	font-family:verdana;
}
.legoorderform table{
	border-spacing:0px 0px;
	border-width:0px;
	width:100%;
}
.legoorderform td{
	padding:0px;
	text-align:left;
	vertical-align:top;
}
.legoorderform input,.legoorderform select,.legoorderform textarea{
	font-family: Verdana; 
	font-size: 10px;
}
.legoorderform img{
	border-width: 0px;
	width: 18px;
	height: 18px;
	margin-left:-3.5px;
}
.legoorderform table{
	border-spacing:0px 0px;
	border-width:0px;
	width:100%;
}
.produktorderform td{
	padding:0px;
	text-align:left;
	vertical-align:top;
}
.produktorderform input,.produktorderform select,.produktorderform textarea{
	font-family: Verdana; 
	font-size: 10px;
}
.produktorderform img{
	border-width: 0px;
	width: 18px;
	height: 18px;
	margin-left:-3.5px;
}
.produktorderform table{
	border-spacing:0px 0px;
	border-width:0px;
	width:100%;
}
.produktorderform .pctable td,.nyoffertForm .pctable td,.adressbok td,.viewadressbok td, .table-40-60{
	color:#666666;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	line-height:22px;
	margin-bottom:15px;
	margin-top:0;
}
.produktorderform .pctable select,.nyoffertForm .pctable select{
	width:200px;
}
.produktorderform .pctable td:first-child,.nyoffertForm .pctable td:first-child{
	width:40%;
	padding-left:4px;
}
.tracktable1{
	 border:solid 2px #000;
	 width:540px;
	 border-spacing:0px 0px;
}
.tracktable1 td{
	 font-family:verdana;
	 font-size:small;
	 padding:10px;
}
.tracktable2{
	border:solid 2px #000;
	width:540px;
	border-spacing:0px 0px;
}
.tracktable2 td{
	 font-family:verdana;
	 font-size:small;
	 padding:10px;
}
.tracktable3{
	border:solid 2px #000;
	width:540px;
	border-spacing:0px 0px;
}
.tracktable3 td{
	vertical-align:top;
}
.tracktable4{
	border-width:0;
	border-spacing:0px 0px;
	border-color:#111111;
	width:500px;
}
.tracktable4 td{
	padding:3px;
	text-align:left;
	vertical-align:top;
	font-family:verdana;
	font-size:small;
}
.tracktable4 input,.tracktable4 select,.tracktable4 textarea{
	font-family: Verdana; 
	font-size: 10px;
}
table.offertviewtable{
	border-width:0;
	border-spacing:0;
	border-color:#111111;
	width:500px; 
}
table.offertviewtable td{
	padding:3px;
	text-align:left;
	vertical-align:top;
	font-family:verdana;
	font-size:small;
}
table.offertviewtable1{
	border:solid 2px #000;
	width:540px;
	border-spacing:0px 0px;
	
}
table.offertviewtable1 td{
	padding:10px;
	font-family:verdana;
	font-size:small;
}
.nyoffertForm table{
	border-width:0; 
	border-spacing:0px 0px;
	width:100%;
}
.nyoffertForm td{
	vertical-align:top;
	text-align:left;
	padding:0px;
}
.nyoffertForm input,.nyoffertForm select,.nyoffertForm textarea{
	font-family: Verdana; 
	font-size: 10px;
}
.templatetable td{
	vertical-align: center;
	text-align: left;
}
.templatetable a{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #E95D00;
}
#staffdetails{
	font-size:x-small;
	font-family:verdana;
	padding-top:10px;
	padding-bottom:20px;
	width:100%;
}
img{
	border:0px;
}
.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;`
}
.center{
	text-align:center;
}
.hide{
	display:none;
}
table.adressbok,table.viewadressbok {
	margin:20px 0px;
}
table.adressbok input,table.adressbok select,table.viewadressbok input, table.viewadressbok select{
	font-family: Verdana;
	font-size: 10px;
}
table.adressbok input{
	width:145px;
}
table.adressbok input[type=submit]{
	width:auto;
	margin:5px 0px;
}

table.adressbok select{
	width:150px;
}
table.adressbok .post{
	width:50px;
	margin-right:10px;
}
table.adressbok .ort{
	width:80px;
}
table.viewadressbok input{
	width:180px;
	margin:2px 0px;
}
table.viewadressbok input[type=button],table.viewadressbok input[type=submit]{
	width:70px;
}
table.viewadressbok .post{
	width:60px;
}
table.viewadressbok .ort{
	width:110px;
	margin-left:5px;
}
table.viewadressbok select{
	width:100px;
}
.adressbok-title { 
	font-weight:bold;
	font-size:17px;
	font-family:Arial;
	margin-top:5px;
	padding-top:10px;
	border-top: solid 1px #000;
}
ul.success{
	list-style:none;
	padding:0px;
}
ul.success li{
	display:block;
	background:url(/ikoner/success.png) no-repeat;
	padding-left:20px;
	color: #666;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	line-height:15px;
}
#addresstable td{
	width:auto;
	padding:0px;
}
#addresstable .address{
	float:left;
	font-size:x-small;
	padding:0px;
}

.pointer{
	cursor:pointer;
}

div.addresscontainer{
	width:450px;
	font-size:10px;
	font-family:verdana;
	/*margin-left: 13%;*/
}
div.addresscontainer div{
	width:190px;
	padding:9px;
	float:left;
	border:1px solid #ccc;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	behavior: url(/css/pie.htc);
	margin:1px;
	opacity:0.4;
}
div.addresscontainer a:hover{
	text-decoration:none;
}
table.cartitems{
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-left:4px;
	width:100%;
}
table.cartitems td{
	width:60px;
}
table.cartitems td:nth-child(2){
	width:200px;
}
table.cartitems .pctable table{
	width:100%;
}
#left_side table.cartitems .pctable h3{
	font-size:12px;
	border:none;
	padding:0px;
	margin:0px;
}
table.cartitems .pctablecontainer>td{
	border-bottom:1px dashed #666;
}
table.cartitems .pctable td{
	width:20%;
}
table.cartitems .pctable td:first-child{
	width:40%;
}
.artnrlookup{
	width:400px;
	min-height:80px;
	margin:0;
}
.artnrlookup span{
	width:120px;
	display:inline-block;
}
.artnrlookup,.artnrlookup input{
	font-size:x-small;
	font-family:Verdana;
}
.artnr_active{
	background:url(/ikoner/success.png) no-repeat left;
	padding-left:20px;
	height:20px;
	display:inline-block;
}
/* SPLITTER */
.splitter,.deletesplitter{
	cursor:pointer;
	float:right;
}
.splitter_antalst{
	width:50px;
	margin-left:10px;
}

/* PRODUKT CONFIG FORMS*/
.produktconfigupload input,.produktconfigaddress input,.produktconfigaddress select,.produktconfigaddress textarea{
	font-family:Verdana;
	font-size:x-small;
}
#dis_upload
{
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
}
.produktconfigupload #uploadedfiles{
	margin:20px 0px;
}
.produktconfigaddress>table{
	width:100%;
}
.produktconfigaddress td{
	vertical-align:top;
}
.produktconfigaddress img{
	border-width: 0;
    height: 18px;
    margin-left: -3.5px;
    width: 18px;
}
.zero-opacity{
	opacity:0;
}
.upload-button{
	height: 18px;
	padding-bottom: 2px;
}
.image-upload-btn{
	margin-bottom: 5px;
}
/* SUMMARING */
.summaring td{
	text-align:right;
}
.summaring td:first-child{
	text-align:left;
}

.pctable .summaring td{
  font-size:xx-small;
}

.rightarrow{
	background:url(/ikoner/rightarrow.png) no-repeat left;
	padding-left:20px;
	display:inline-block;
	height:20px;
}
.table-40-60 tr td{
	padding:5px 0px 5px 4px;
}
.table-40-60 tr td:first-child{
	width:40%;
}
.table-40-60 tr td:last-child{
	width:60%;
}
.produktconfig-header h2{
	float:left;
}
.produktconfig-header span{
	float:right;
	font-size:x-small;
	font-family:verdana;
	color: #2E448D;
	margin-top:15px;
}
#right_side .sorting-header{
	margin-bottom:5px;
}
#right_side .sorting-header a{
	margin-right:20px;
	font-size:11px;
}
#right_side .menu{
	margin:0px;
	padding:0px;
}
#right_side a.red{
	color:red;
}
/* CAMPAIGN */
.campaigns{
	font-family: verdana, arial, sans-serif;
}
.campaigns .image{
	float:left;
	width:200px;
	margin-bottom:15px;
}
.campaigns .description{
	float:left;
	margin-left:10px;
	width:325px;
	margin-bottom:15px;
}
.campaigns .image img{
	max-width:200px;
}
.campaigns h5{
	color: #2E448D;
	font-size: 12px;
	margin:3px 0px;
}
.campaigns p{
	margin:0px;
	padding:0px;
	word-wrap:break-word;
}
.campaigns .header{
	border-bottom: 1px solid #354EA2;
	font-size: 18px;
	color: #F60;
	background-color: white;
	padding: 4px;
	display:inline-block;
	width:100%;
}
.campaigns .header .caption{
	float:left;
}
.campaigns .header .dates{
	float:right;
	font-size:small;
}
.campaigns .urls ul,.campaigns .files ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.campaigns .urls a,.campaigns .files a{
	font-size:12px;
}
.campaigns .urls, .campaigns .files{
	float:left;
	width:50%;
}
.campaigns .campaign-cell{
	margin:20px 0px;
}
.clear{
	clear:both;
}
/* TRYCKORIGINAL */
#uploadedfiles{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
/* TAG CLOUD */
.tag-cloud{
	font-family:verdana;
	margin:10px 0px;
	padding-left:4px;
}
.tag-cloud span{
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
}
#right_side .tag-cloud .tag-large a{
	font-size:14px;
}
#right_side .tag-cloud .tag-medium a{
	font-size:12px;
}
#right_side .tag-cloud .tag-small a{
	font-size:11px;
}
#right_side .tag-cloud a{
	color: #2E448D;
	border-bottom:1px dotted #2E448D;
	padding:0px;
	margin:0px;
}
#right_side .tag-cloud a:hover{
	text-decoration:none;
}
/* TRACK KORREKTUR INSTRUKTION */
#left_side .korrektur-instruktion .korrektur-instruktion-right{
	font-size:xx-small; 
	border:1px dotted red; 
	float:left;
	line-height:normal; 
	padding:2px; 
	width:200px; 
	margin-top:17px;
	margin-bottom:10px;
}
#left_side .korrektur-instruktion .korrektur-instruktion-left{
	font-size:small;
	float:left; 
	width:300px;
}
#left_side .korrektur-instruktion .korrektur-instruktion-left textarea{
	height:106px;
}
/* QUOTATION */
.quantity-box-container ul,.quantity-box-container ul li{
	list-style:none;
	margin:0;
	padding:0;
}
.quantity-box-container input{
	text-align:right;
}
.quantity-box-container img.antalst-delete{
	cursor:pointer;
	margin-left:10px;
}
.add-quantity{
	font-family:verdana;
	font-size:x-small;
}
.warning{
	border:1px dotted #FF0000;
	font-family:verdana;
	font-size:x-small;
	margin-left:5px;
	padding:2px;
	width:260px;
}
.checkout-button{
   font-size:14px;
   font-weight:bold;
   color:#FFFFFF;
   width:160px;
   height:25px;
   background-color:#ff8400;
}
.gradient-button {
	color: #fff;
	/*padding: 7px;*/
	border: none;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbaa75), to(#F60));
	background: -moz-linear-gradient(top, #fbaa75, #F60);
	background: -ms-linear-gradient(top, #fbaa75, #F60);
	background: -o-linear-gradient(top, #fbaa75, #F60);
	behavior: url(/css/pie.htc);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbaa75', endColorstr='#FF6600');
	border-radius: 5px;
	font-weight: bold;
}

.text-area{
	border: 1px solid #ddd;
	font: 11px Verdana, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width:515px;
	height:100px;
	margin: 0 10px 0 0;
	overflow-y: scroll; 	
	overflow:-moz-scrollbars-vertical;
	resize:none;
}
.text-long {
	border: 1px solid #DDD;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 515px;
	margin: 0 10px 0 0;
}
.drop-down {
	border: 1px solid #C2BFBF;
	color: #646464;
	font-size:x-small;
	padding: 5px 7px;
	width: 215px;
	margin: 0 10px 0 0;
}
.label {
    font-size: 11px;
    line-height: 35px;
}
.button {
	margin: 0px 0px -5px 13px;
	font-size: 11px;
}
.answer {
	margin-bottom: 15px;
}
#left_side .thank-you {
	font-size: 18px;
}
.mt40{
	margin-top:40px;
}
a.adress_searcher,a.adress_searcher:hover{
	height:16px;
	width:62px;
	font-size:9px;
	color:white;
	display:inline-block;
	text-decoration:none;
	text-align: center;
	vertical-align: top;
	padding-bottom: 6px;
}
/*  */
.konfigurera {
	width: 225px;
	font-size: x-small;
	text-align: center;
	height: 23px;
	padding-top: 3px;
	float: left;
	color:white !important;
	text-decoration:none !important;
}
.skapa {
	width: 115px;
	font-size: x-small;
	height: 23px;
	padding-top: 3px;
	float: left;
	text-align: center;
	color:white !important;
	text-decoration:none !important;
	margin-left: 7px;
}
.konfigurera a:hover, .skapa a:hover {
	text-decoration:none;
}
.artnr-list{
	list-style:none;
	margin:0px;
	padding:0px;
}
.artnr-list li{
	line-height:18px;
}
.grey{
	color: #666;
}
.h20{
	height:20px;
}
#left_side p.mt20{
	margin-top:20px;
}
.inline-block{
	display: inline-block;
}
#left_side .videos p{
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #F60;
	background-color: white;
	padding: 2px;
	border-bottom: 1px solid #354EA2;
	margin:5px 0px;
}
#left_side .videos .video-container{
	margin-bottom:20px;
}
.video-tab{
	background: #F60;
}