html{
}
body{
	margin: 0;
	font: 62.5% Arial, Verdana, sans-serif;
	line-height: 1.4;
}

/* Text */

a{
	color: #a95f00;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

h1, h3{
	font-size: 16px;
	color: #4a4a4a;
	margin: 15px 0 0px 0;
	font-weight: bold;
}

h3{

}

p{
	color:#4a4a4a;
	font-size: 11px;
	margin:5px 0 0;
}


/* Form */

form.box_reg_search_form{
	background-color: #fff9cb;
	padding: 15px 0px 11px 13px;
	margin: 0px;
}

#new_box_reg_search {
	width: 198px;
	height: 41px;
	background: url(/graphic/new_box_reg.jpg) no-repeat top left;
	margin-right: 15px;
}

input#new_box_reg1_inp, input#new_box_reg2_inp{
	background: none;
	border: none;
	font-size: 34px;
	letter-spacing: 4px;
	color: #7d7d7d;
	font-family: Tahoma;
	line-height: 1.1;
	text-align: left;
	float: left;
}

input#new_box_reg1_inp {
	margin: 0px 0px 0px 28px;
	width: 70px;
}

input#new_box_reg2_inp {
	margin: 0px 0px 0px 25px;
	width: 70px;
}

input.new_box_reg_submit{
	margin: 20px 0px 0px 0px;
}

a.newbox_add_to_basket_btn_absolute{
	display: block;
	position: absolute;
	top: 130px;
	left: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ff4200;
	text-decoration: none;
	padding: 4px 10px;
	line-height: 1.2;
	text-align: center;
}

.float_left{
	float: left;
}

.new_boxes_yellow{
	border: 5px solid #fabe72;
}

.new_boxes_yellow p.top{
	padding: 12px 0px 0px 12px;
}
.new_boxes_yellow p{
	padding-left: 12px;
	line-height: 1.2;
	padding-bottom: 10px;
}

.new_boxes_yellow_header{
	color: #453500;
	font-weight: bold;
	padding: 8px 12px 4px 10px;
	background-color: #fabe72;
	width: 240px;
}



/* Main divs */

#content {
	width: 480px;
}

#infotext{
	margin-bottom: 20px;
}

#more_prod_info{
	width: 480px;
	padding: 20px 0px;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-top: 10px;
}

#more_prod_info h3{
	float: left;
	padding: 3px 0px 0px 6px;
	margin: 0px;
	line-height: 1.2;
}

#more_prod_info .more_prod_info_btn{
	float: right;
	padding-right: 16px;
}

#montering{
	width: 420px;
	padding: 20px 0px 20px 60px;
	border-bottom: 2px solid #e5e5e5;
	background: url(../images/fragetecken.jpg) no-repeat 12px center;
}

#montering h3{
	margin: 0px;
}



/* Products */
h2.produkt_rubrik{
	display: block;
	height: 16px;
	width: 471px;
	background: url(../images/rubriktoning.jpg) no-repeat top left;
	color: #fff;
	font-size: 12px;
	margin: 8px 0px 5px 0px;
	line-height: 1.2;
	padding: 2px 0px 0px 9px;
	text-transform: uppercase;
}

p.underrubrik{
	font-weight: bold;
	color: #181818;
	font-size: 13px;
}

img.prod_img{
	float: left;
	margin: 0px 25px 0px 8px;
}

.produkt_text{
	display: block;
	width: 240px;
	float: left;
}

.rodtext{
	color: #ff4200;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
}

.produkt_knapp{
	float: right;
	padding: 36px 16px 0px 0px;
}

a.read_more_btn{
	display: block;
	width: 69px;
	height: 22px;
	background: url(../images/btn_bkg.jpg) no-repeat top left;
	font-size: 12px;
	color: #2a2c2f;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 7px 0px 0px 0px;
}
a:hover.read_more_btn{
	text-decoration: none;
}


/* Clearfix */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear { display: inline-block; }
.clear { display: block; }