@charset "UTF-8";
/* CSS Document */


/* ----- Reset ----- */

body, div, html, ul, li, img, ol { 
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	}
	
h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
	}
	
h5 {
	margin-bottom: 5px;
}
	
/* ----- Body ----- */

body {
	background: #54b462 url(../images/background.jpg) 0 0 repeat-x;
	color: #333;
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	height: 100%;
	}
	
	html {
		height: 100%;
		overflow-y: scroll;
		width: 100%;
		}

a { 
	color: #08c;
	text-decoration: none;
	}
	
	a:hover { 
		color: #08c;
		text-decoration: underline;
		}

.clear { clear: both; }

.float_left { float: left !important; }
.float_right { float: right !important; }


/* ----- Content ----- */

/* ----- Main ----- */

div#page_wrap {
	background: #fff;
	display: block;
	height: auto;
	margin: 0 auto -170px;
	min-height: 100%;
	padding: 0 20px 0;
	width: 960px;
	}
	
a.logo {
	float: left;
	height: 100px;
	margin: 10px 70px 10px 20px;
	width: 300px;
	}
	
div#punchline {
	background: url(../images/internet.jpg) 0 0 no-repeat;
	float: left;
	height: 30px;
	margin: 60px 0 0 -20px;
	width: 580px;
	}
	
div#subnav {
	float: left;
	margin: 0 20px 0 0;
	width: 190px;
	}
	
div#product div#content p {
	margin: 0 0 18px 0;
	}
	
div#content {
	color: #000;
	float: left;
	margin: 0 20px 20px 0;
	width: 520px;
	}
	
	div#content p {
		margin: 0 0 20px 0;
		}
		
	div#content a.delbetala, div#content a.monteringsanvisningar {
		float: left;
		height: 20px;
		margin: 20px 0;
		padding: 90px 0 0 0;
		text-align: center;
		width: 260px;
		}
		
	div#content a.delbetala {
		background: url(../images/delbetala.jpg) top center no-repeat;
		}
		
	div#content a.monteringsanvisningar {
		background: url(../images/monteringsanvisningar.jpg) top center no-repeat;
		}
		
div#color_size_nr {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	float: left;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 30px;
	width: 490px;
	}
	
	div#color_size_nr select {
		float: right;
		margin: 6px 0;
		width: 160px;
		}
		
		div#color_size_nr select .red {
			background: #ccc;
			color: #c00 !important;
			}
		
	div#color_size_nr label {
		float: left;
		margin: 5px 0;
		}
		
	div#color_size_nr div#dropdown {
		border-right: 1px solid #bfbfbf;
		float: left;
		padding: 0 20px 0 0;
		width: 290px;
		}
		
	div#color_size_nr div#antal {
		float: left;
		height: 30px;
		margin: 10px 0 0 0;
		padding: 0 0 0 40px;
		width: 75px;
		}
		
	div#color_size_nr div#antal input {
		border: 1px solid #808080;
		float: left;
		font-size: 14px;
		height: 23px;
		padding: 5px 0 0 5px;
		width: 18px;
		}
		
	div#color_size_nr div#antal label {
		float: left;
		margin: 5px 5px 0 0;
		}
		
	a.bigGreen_products {
		float: right;
		margin: 0 69px 0 0;
		}
		
	span.price {
		color: #3f8c4a;
		float: left;
		font: 30px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 10px 0 0 40px;
		}
	
	span.newprice {
		color: #cc0000;
		float: left;
		font: 30px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 10px 0 0 40px;
		}
	
	span.oldprice {
		color: #3f8c4a;
		float: left;
		font: 22px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 12px 0 0 30px;
		text-decoration: line-through;
		}
	
div.pictures {
	float: left;
	height: 141px;
	margin: 20px 0 10px 0;
	width: 520px;
	}
	
	div.pictures img {

		}
	
	div.pictures div.big_picture {
		float: left;
		height: 130px;
		width: 200px;
		position: relative;
		z-index: 2;
		overflow: hidden;
		}
		
	div.pictures div.small_picture {
		float: left;
		height: 36px;
		width: 70px;
		overflow: hidden;
		float: left;
		margin: 0 0 11px 10px;
		cursor: pointer;
		}
		
	div.pictures div.big_picture img {
		margin: 0 0 0 0;
		position: absolute;
		z-index: 1;
		}
		
	div.pictures div.big_picture a.link {
		background: url(../images/plus.png) 174px 104px no-repeat;
		float: left;
		height: 130px;
		position: absolute;
		width: 200px;
		z-index: 3;
		}
	
div#right {
	float: left;
	width: 210px;
	}
	
div#right a.size {
	background: url(../images/size_bg.jpg) 0 -134px no-repeat;
	color: #999;
	float: left;
	height: 124px;
	margin: 10px 0;
	padding: 10px 0 0 0;
	text-align: center;
	width: 210px;
	}
	
	div#right a.size span.model {
		display: block;
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 20px 0;
		}
		
	div#right a.size span.size {
		display: block;
		font-size: 30px;
		font-weight: bold;
		margin-top: -8px;
		margin-bottom: 8px;
		}
		
	div#right a.size span.price2 {
		display: block;
		font-size: 12px;
		font-weight: bold;
		}
	
	div#right a.size:hover {
		background: url(../images/size_bg.jpg) 0 -134px no-repeat;
		color: #333;
		text-decoration: none;
		}
		
	div#right a.size.active {
		background: url(../images/size_bg.jpg) 0 0 no-repeat;
		color: #333;
		}
		
div#basket {
	float: left;
	margin: 0 0 10px 0;
	width: 210px;
	}
	
	div#basket .smallBlue {
		float: right;
		}
		
	div#basket table {
		float: left;
		font-size: 11px;
		margin: 10px 0 0 0;
		}
		
	div#basket tr {
		height: 30px;
		}
		
	div#basket tr.description {
		height: 20px;
		}
		
	div#basket tr.green {
		background: #daeadd;
		}
		
	div#basket tr.totalt {
		font-weight: bold;
		}
		
	div#basket td.st {
		padding: 0 10px;
		width: 20px;
		}
		
	div#basket td.name {
		width: 95px;
		}
		
	div#basket td.pris {
		padding: 0 10px 0 0;
		text-align: right;
		width: 65px;
		}
		
i.ingress {
	float: left;
	margin: 20px 0;
	}
	
div.erbjudande {
	background: url(../images/erbjudande.jpg) 0 0 no-repeat;
	float: left;
	height: 163px;
	margin: 0 0 15px 0;
	padding: 11px 10px 0;
	width: 190px;
	}
	
	div.erbjudande img {
		float: left;
		margin: 0 10px 15px 0;
		}
		
	div.erbjudande div.img {
		float: left;
		margin: 0 10px 15px 0;
		width: 70px; height: 100px; overflow: hidden; 
		}
		
	div.erbjudande a {
		color: #333;
		font-weight: bold;
		}
		
	div.erbjudande span.price {
		color: #3f8c4a;
		font-size: 16px;
		margin: 80px 0 0 0;
		position: absolute;
		}
		
	div.erbjudande .smallGreen {
		float: right;
		margin-right: 10px;
		}
		
		div.erbjudande a.smallGreen {
			color: #fff;
			}
			
	div.erbjudande input {
		border: 1px solid #999;
		float: left;
		font-size: 13px;
		height: 21px;
		margin: 0 0 0 10px;
		padding: 3px 0 0 5px;
		width: 18px;
		}
		
		div.erbjudande label {
			float: left;
			margin: 2px 0 0 2px;
			}
			
div#contactGreen {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #d9e8db;
	float: left;
	height: 170px;
	margin: 25px 0 30px;
	padding: 20px;
	width: 480px;
	}
	
	div#contactGreen img {
		float: left;
		margin: 0 10px 0 0;
		}
		
div#frakt {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #d9e8db;
	float: left;
	margin: 25px 0 0;
	padding: 30px;
	width: 460px;
	}
	
	div#frakt .input_frakt, div#frakt .select_frakt {
		border: 1px solid #999;
		float: left;
		font-size: 13px;
		height: 22px;
		margin: 20px 0 0;
		padding: 6px 15px 0;
		width: 200px;
		}
		
		div#frakt .select_frakt {
			margin-top: 8px;
			padding: 0 0 0 15px;
			width: 120px;
			}
		
	div#frakt span.bigprice {
		font-size: 22px;
		}
		
textarea.meddelande {
	border: 1px solid #999;
	float: left;
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	height: 68px;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 498px;
	}
	
input.contact {
	border: 1px solid #999;
	clear: both;
	float: left;
	height: 22px;
	margin: -5px 0 0 140px;
	padding: 6px 5px 0 5px;
	position: absolute;
	width: 188px;
	}
	
label.contactlabel {
	display: block;
	margin: 0 0 5px 0;
	width: 140px;
	}
	
.contactBtn {
	float: right !important;
	margin: -32px 29px 0 0;
	}
	
hr.line {
	background: #999;
	border: 0;
	clear: both;
	height: 1px;
	margin: 10px 0 30px 0;
	padding: 0;
	width: 100%;
	}
	
a.kundservice {
	background: url(../images/kundservice2.gif) 0 0 no-repeat;
	float: left;
	height: 150px;
	margin: 20px 0 0 0;
	width: 190px;
	}
	
	a.kundservice span#questions {
		float: left;
		font-size: 11px;
		height: 25px;
		margin: 20px 0 0 90px;
		padding: 5px 0 0 0;
		position: absolute;
		text-align: center;
		width: 90px;
		}
		
	a.kundservice span#number {
		float: left;
		font-size: 11px;
		font-weight: bold;
		margin: 125px 0 0 0;
		position: absolute;
		text-align: center;
		width: 190px;
		}
		
div#register {
	margin: 20px 0 0;
	}
	
	div#register .register, div#register .register2, #content .register {
		border: 1px solid #999;
		float: left;
		font-size: 13px;
		height: 22px;
		padding: 6px 5px 0;
		width: 238px;
		}
		
	div#register .register {
		margin: 0 20px 20px 0;
		}
		
	div#register .register2 {
		margin: 0 0 20px 0;
		}
		
	div#register .bigBlue {
		float: right;
		}
		
	div#register input.invalid {
		border: 1px solid #e00;
		}
	
	
/* ----- Top push ----- */
	
div#top_push {
	clear: both;
	/*flaot: left;*/
	height: 240px;
	margin: 0 0 9px 0;
	width: 960px;
	}
	
	div#top_push img {
		float: left;
		position: absolute;
		z-index: 1;
		}
		
	div#top_push div#news {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: url(../images/1pxwhite9.png) 0 0 repeat;
		float: left;
		height: 160px;
		margin: 20px 0 0 20px;
		padding: 20px;
		position: absolute;
		width: 260px;
		z-index: 2;
		}
		
div#top_push .bigBlue {
	margin: 189px 0 0 829px;
	position: absolute;
	z-index: 2;
	}
	
div#top_push div#changer {
	background: url(../images/top_push_page_changer.png) 0 0 no-repeat;
	height: 24px;
	margin: 0 0 0 893px;
	padding: 8px 10px 0 14px;
	position: absolute;
	width: 43px;
	z-index: 60;
	}
	
	div#top_push div#changer img {
		float: left; 
		margin-left: -5px;
		}
		
	div#top_push div#changer a.square {
		background: #ccc;
		float: left;
		height: 5px;
		margin: 4px 5px 0 0;
		width: 5px;
		}
		
	div.push_box img.top {
		position: absolute;
		z-index: 3;
		}
		
	div#top_push div#changer .active {
		background: #1d98e5 !important;
		}
		

/* ----- Push boxes ----- */

div.push_box {
	float: left;
	font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 200px;
	margin: 5px 0 25px;
	width: 300px;
	}
	
	div.push_box a {
		color: #333;
		float: left;
		height: 200px;
		width: 300px;
		}
		
	div.push_box a:hover { text-decoration: none; }
	
	.middle {
		margin-left: 30px !important;
		margin-right: 30px !important;
		}
		
	div.push_box img {
		display: block;
		position: absolute;
		z-index: 1;
		}
		
	div.push_box img.top {
		position: absolute;
		z-index: 3;
		}
	
	div.push_box img.ssr {
		margin: 20px 0 0 10px;
		position: absolute;
		z-index: 5;
		}
		
div.push_box span.white_bar {
	background: url(../images/1pxwhite.png) 0 0 repeat;
	float: left;
	height: 23px;
	margin: 159px 0 0 0;
	padding: 11px 90px 7px 20px;
	position: absolute;
	text-align: left;
	width: 190px;
	z-index: 2;
	}
	
div.push_box .smallerBlue {
	position: absolute;
	margin: 169px 0 0 219px;
	z-index: 4;
	}
	
	
/* ----- Menu ----- */


ul#menu {
	background: url(../images/menu2.jpg) 0 0 no-repeat;
	float: left;
	height: 44px;
	list-style: none;
	margin: 16px 0 16px -1px;
	width: 962px;
	}
	
ul#menu li {
	float: left;
	}
	
ul#menu li a { 
	color: #fff;
	display: block;
	font: 17px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 35px;
	padding: 9px 0 0 0;
	text-align: center;
	}
	
	ul#menu li a:hover {
		text-decoration: none;
		}
	
	ul#menu li a.active {
		text-decoration: underline;
		}
	
#menu li#nav_butiken a							{ width: 115px; }	
#menu li#nav_butiken a:hover					{ background: url(../images/menu2.jpg) no-repeat 0 -44px; }
#menu li#nav_butiken a.active,
#menu li#nav_butiken a.active:hover				{ background: url(../images/menu2.jpg) no-repeat 0 -88px; }

#menu li#nav_tipsoguider a						{ width: 159px; }	
#menu li#nav_tipsoguider a:hover				{ background: url(../images/menu2.jpg) no-repeat -115px -44px; }
#menu li#nav_tipsoguider a.active,
#menu li#nav_tipsoguider a.active:hover			{ background: url(../images/menu2.jpg) no-repeat -115px -88px; }

#menu li#nav_transportpriser a					{ width: 176px; }	
#menu li#nav_transportpriser a:hover			{ background: url(../images/menu2.jpg) no-repeat -274px -44px; }
#menu li#nav_transportpriser a.active,
#menu li#nav_transportpriser a.active:hover		{ background: url(../images/menu2.jpg) no-repeat -274px -88px; }

#menu li#nav_kopvillkor a						{ width: 134px; }	
#menu li#nav_kopvillkor a:hover					{ background: url(../images/menu2.jpg) no-repeat -450px -44px; }
#menu li#nav_kopvillkor a.active,
#menu li#nav_kopvillkor a.active:hover 			{ background: url(../images/menu2.jpg) no-repeat -450px -88px; }

#menu li#nav_kundtjanst a						{ width: 140px; }	
#menu li#nav_kundtjanst a:hover					{ background: url(../images/menu2.jpg) no-repeat -584px -44px; }
#menu li#nav_kundtjanst a.active,
#menu li#nav_kundtjanst a.active:hover			{ background: url(../images/menu2.jpg) no-repeat -584px -88px; }

#menu li#nav_blikund a							{ width: 118px; }	
#menu li#nav_blikund a:hover					{ background: url(../images/menu2.jpg) no-repeat -724px -44px; }
#menu li#nav_blikund a.active,	
#menu li#nav_blikund a.active:hover				{ background: url(../images/menu2.jpg) no-repeat -724px -88px; }

#menu li#nav_loggain a							{ width: 120px; }	
#menu li#nav_loggain a:hover					{ background: url(../images/menu2.jpg) no-repeat -842px -44px; }
#menu li#nav_loggain a.active,	
#menu li#nav_loggain a.active:hover				{ background: url(../images/menu2.jpg) no-repeat -842px -88px; }


/* ----- Sub nav ----- */

ul#sub_nav {
	float: left;
	list-style: none;
	width: 190px;
	}
	
ul#sub_nav li {
	float: left;
	}
	
ul#sub_nav li a, ul#sub_nav li div {
	background: url(../images/subnav.png) 0 0 no-repeat;
	color: #333;
	display: block;
	height: 32px;
	margin: 0 0 2px 0;
	padding: 12px 0 0 20px;
	position: relative;
	width: 170px;
	z-index: 1;
	}
	
ul#sub_nav li a.active, ul#sub_nav li a:hover, ul#sub_nav li div.active, ul#sub_nav li div:hover {
	background: url(../images/subnav.png) 0 -44px no-repeat;
	cursor: pointer;
	text-decoration: none;
	}

ul#sub_nav_dropdown {
	background: url(../images/sub_nav_dropdown.jpg) left bottom no-repeat;
	float: left;
	font-size: 12px;
	list-style: none;
	margin: -5px 0 2px 0;
	padding: 7px 0 10px 0;
	width: 190px;
	}
	
ul#sub_nav_dropdown li a {
	background: none;
	display: block;
	height: auto;
	list-style: none;
	margin: 0 0 0 0;
	padding: 4px 20px 6px 20px;
	position: relative;
	width: 150px;
	z-index: 1;
	}
	
ul#sub_nav_dropdown li a:hover {
	background: none;
	color: #0088ff;
	}
	
ul#sub_nav_dropdown li a.active {
	background: none;
	color: #0088ff;
	}
	
div.product_image_tooltip {
	width: 131px;
	height: 89px;
	background-image: url(../images/product_image_tooltip.gif);
	position: absolute;
	z-index: 4;
	display: none;
	}

	div.product_image_tooltip img { margin: 9px 0 0 16px; }


/* ----- Headers -----*/

h1, h2, h3, h4, h5, h6 {
	color: #333;
	}

h1 {
	font: 35px/30px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	font-weight: bold;
	}

h4 {
	font: 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
	
div#contactGreen h4 {
	font: 23px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 20px 0;
	}
	
h5 {
	font: 16px/18px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 20px 0 0;
	}
	
div#content h6 {
	float: left;
	font: 25px/30px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 0 40px;
	}

div#top_push h6 {
	font: 16px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
div#basket h6 {
	float: left;
	font: 16px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 10px 0 0;
	}
	
div#frakt h6 {
	color: #3f8c4a;
	font: 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 23px 0 0 0;
	}
	
span.red {
	color: #C00;
	}
	
	
/* ----- Buttons ----- */

.bigBlue, .bigGreen, .smallBlue, .smallGreen, .smallerBlue {
	border: 0;
	color: #fff;
	cursor: pointer;
	float: left;
	text-align: center;
	}
	
	.bigBlue:hover, .bigGreen:hover, .smallBlue:hover, .smallGreen:hover, .smallerBlue:hover {
		color: #fff;
		text-decoration: none;
		}
	
.bigBlue, .bigGreen {
	font: 14px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 31px;
	width: 113px;
	padding: 3px 0 0 0;
	}

.bigBlue {
	background: url(../images/btn_sprite.jpg) 0 0 no-repeat;
	}
	.bigBlue:hover {
		background: url(../images/btn_sprite.jpg) 0 -34px no-repeat;
		}
	
.bigGreen {
	background: url(../images/btn_sprite.jpg) -113px 0 no-repeat;
	}
	.bigGreen:hover {
		background: url(../images/btn_sprite.jpg) -113px -34px no-repeat;
		}
		
.smallBlue, .smallGreen, .smallerBlue {
	font: 11px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 0 0 0 0;
	}
	
.smallBlue {
	background: url(../images/btn_sprite.jpg) -226px 0 no-repeat;
	width: 83px;
	}
	.smallBlue:hover {
		background: url(../images/btn_sprite.jpg) -226px -24px no-repeat;
		}
	
.smallGreen {
	background: url(../images/btn_sprite.jpg) -309px 0 no-repeat;
	width: 63px;
	}
	.smallGreen:hover {
		background: url(../images/btn_sprite.jpg) -309px -24px no-repeat;
		}
		
.smallerBlue {
	background: url(../images/btn_sprite.jpg) -372px 0 no-repeat;
	width: 73px;
	}
	.smallerBlue:hover {
		background: url(../images/btn_sprite.jpg) -372px -24px no-repeat;
		}
		
div#buttons {
	display: block;
	height: 120px;
	margin: 20px auto;
	width: 455px;
	}
	
div#top_push .bigBlue {
	background: url(../images/btn_sprite.png) 0 0 no-repeat;
	}
	div#top_push .bigBlue:hover {
		background: url(../images/btn_sprite.png) 0 -34px no-repeat;
		}
		
div#frakt .bigBlue {
	background: url(../images/btn_sprite.png) 0 0 no-repeat;
	margin: 2px 0 0 20px;
	}
	div#frakt .bigBlue:hover {
		background: url(../images/btn_sprite.png) 0 -34px no-repeat;
		}

div.push_box .smallerBlue {
	background: url(../images/btn_sprite.png) -372px 0 no-repeat;
	width: 73px;
	}
	div.push_box .smallerBlue:hover,
	div.push_box a:hover .smallerBlue {
		background: url(../images/btn_sprite.png) -372px -24px no-repeat;
		}


/* ----- Footer ----- */

div#page_wrap div#footer_push {
	height: 170px;
	}

div#footer {
	background: url(../images/footer.jpg) 0 0 repeat-x;
	border-top: 1px solid #999;
	display: block;
	height: 149px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 1000px;
	}
	
	div#footer div#hobbydrivhus {
		float: left;
		height: 130px;
		text-align: center;
		width: 420px;
		}
		
		div#footer div#hobbydrivhus img {
			margin: -5px 0 10px 0;
			}
	
	div#footer div.text {
		float: left;
		font-size: 15px;
		line-height: 26px;
		padding: 38px 0 0;
		text-align: center;
		width: 280px;
		}
		
		div#footer div.text span { color: #c00; }
		
	div#footer div#p203 {
		border-left: 1px solid #999;
		float: left;
		margin: 20px 0 0 0;
		padding: 0 0 0 40px;
		width: 190px;
		}
		
		div#footer div#p203 img {
			margin: 5px 0;
			}
			
/* ---- Admin ---- */

div.admin input[type=text] {
	border: 1px solid #999;
	height: 22px;
	margin: 10px 0;
	padding: 6px 5px 0 5px;
	width: 188px;
	}
	
div.admin textarea {
	border: 1px solid #999;
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	height: 100px;
	margin: 10px 0;
	padding: 10px;
	width: 498px;
	}
	
div.admin td.green {
	background-color: #88db94;
	width: 20px;
	text-align: center;
}
	
div.admin td {
	margin: 0;
	padding: 5px;
}
table#banner_admin tr.darker {
	background-color: #ededed;
}

#invoice_form, #klarna_form {
	width: 290px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
}

#klarna_form { font-weight: normal !important; }

#invoice_form input, #klarna_form input {
	border: 1px solid #999;
	font-size: 13px;
	height: 22px;
	padding: 6px 5px 0;
	width: 238px;
	margin-bottom: 10px;
}

#invoice_form input.small {
	width: 80px;
}

#invoice_form select, #klarna_form select {
	width: 40px;
	border: 1px solid #999;
	font-size: 13px;
	height: 28px;
	margin: 0 5px 10px 0;
	float: left;
}

#klarna_form select {

    width: 140px !important;
}

#invoice_form span {
	font-weight: normal;
	font-size: 14px;
}

#product .alert {
	color: #c00;
	font: bold 20px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 10px;
	text-align: center;
	}
