/*

Rød
Xlys	#bd2b3e
lys		#af1227
norm	#a61125
mørk	#890E1F


Lys Grå (noe tekst i Cart-en)
#666666

Mørk
#333333

*/


body
{
	margin: 0;
	padding: 0;
	background-color: #ccffcc;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a,
a:hover,
a:active,
a:visited
{
	color: #333;
	text-decoration: underline;
}

#wrapper
{
	margin: 0 auto 15px auto;
	padding: 30px 0 0 0;
	width: 920px; /* 740 + 180 */
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;

}

#butikknavn
{
	color: #339933;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}

#content
{

	width: 736px;
	margin-right: 180px;

}

#main
{

	margin-left: 175px;
	/* background-color: yellow; */

}

#client_area
{
	position: relative;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-top: 10px;
	width: 736px;
	padding-bottom: 20px;
	border: 1px solid #99cc66;
}


#cart
{
	position: absolute;
	top: 110px;
	right: 0;
	width: 170px;
/*	border: 2px solid #ddd;*/
}

#cart_for
{
	padding: 10px;
	background-color: #6eb86e;
}

#cart_top
{
	background: url(../images/cart_top.gif) right no-repeat;
	margin: 0;
	height: 5px;
}

#cart_bottom
{
	background: url(../images/cart_bottom.gif) right no-repeat;
	margin: 0;
	height: 5px;
}


div#global_menu
{
	margin: 0 180px 0 0;
	padding: 0;
	color: #339933;
}

div#global_menu
{
	height: 25px;
}

div#footer
{
	display: none;
	/* height: 25px; */
	padding: 10px 0;
	text-align: center;
	width: 736px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #339933;
}

div#footer a
{
	text-decoration: underline;
	color: #339933;
}

div#footer a:hover,
div#footer a:active
{
	text-decoration: none;
	color: #99cc66;
}


ul.global_menu
{
	margin: 0;
	list-style: none;
	text-align: right;
	padding: 3px 0px;
}

ul.global_menu li
{
	display:inline;
	border-left: solid white 1px;
	font-size: 12px;
	padding: 0px 15px;
}

ul.global_menu li.first_page
{
	border-left: none;
}

ul.global_menu a
{
	color: #339933;
	text-decoration: none;
	padding: 5px;
}

ul.global_menu a:hover,
ul.global_menu a:active
{
	text-decoration: underline;
}

.section_box
{
	background-color: #fff;
	border: solid 1px #99cc66;
	width: 545px;
	margin-top: 10px;
}

div.box_wrapper
{
	padding: 0;
	margin-top: 0;
}


.product_box
{
	background-color: #fff;
	border: solid 1px #99cc66;
	width: 505px;
	padding: 20px;
	margin-top: 10px;
	color: #333;
}

.page_box
{
	font-size: 0.9em;
	border: solid 1px #99cc66;
	background-color: #fff;
	width: 410px;
	padding: 40px 70px;
	color: #333;
}

.product_box h1
{
	color: #99cc66;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
}

.product_box h2
{
	color: #99cc66;
	font-size: 15px;
}


.page_box h3
{
	color: #99cc66;
	font-size: 24px;
	margin: 0 0 15px 0;
}

.product_box h4
{
	color: #339933;
	font-size: 15px;
}

.page_box h5
{
	color: #339933;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.page_box p
{
	font-size: 0.9em;
	text-decoration: none;
}

.product_box p
{
	font-size: 0.9em;
	text-decoration: none;
}

.product_box h2 strong
{
	font: bolder larger;
	font-size: 20px;
}


.product_box hr
{
	background-color: #C9D3DD;
	border: 0pt none;
	color: #C9D3DD;
	height: 1px;
	margin: 0pt;
}

.section_box h1
{
	color: #99cc66;
	letter-spacing: 1px;
	background-color: #fff;
	margin-top: 0;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}

.section_box h2
{
	color: #339933;
	font-size: 16px;
	margin: 25px 70px 0 20px;
}

.section_box h3
{
	color: #339933;
	font-size: 13px;
	margin: 0 auto;

}

.section_box h4
{
	color: #339933;
	font-size: 24px;
	margin: 0 auto;

}

.section_box h3 strong
{
	color: #339933;
	font-size: 16px;

}

.section_box p
{
	font-size: 12px;
	color: #339933;
	font-weight: bold;
	margin: 10px 70px 10px 20px;
	text-decoration: none;
}

.section_box a
{
	text-decoration: underline;
	color: #339933;
}

.section_box hr
{
	background-color: #C9D3DD;
	border: 0pt none;
	color: #C9D3DD;
	height: 1px;
	margin: 25px 0 -1px 0;
}

.product_list_item
{
	margin: auto auto auto;
	text-align: center;
	float: left;
	width: 180px;
	height: 240px;

}

.product_list_item .image_container
{
	margin: auto auto 5px auto;
	width: 140px;
	height: 140px;
}

.image_container td
{
	vertical-align: middle;

}

.image_container table
{
	height: 100%;
	margin-right: auto;
	margin-left: auto;

}

.product_list_item h4
{
	font-family: Arial;
	font-style: normal;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #99cc66;
}

.product_list
{
}

.cart_box hr
{
	background-color: #c9d3dd;
	color: #c9d3dd;
	border: 0;
	height: 1px;
	margin: 8px 0;

}

.product p
{
	height: 90px;
	font-size: 13px;
}

.put_in_cart
{
	text-align: center;
}

.put_in_cart label
{
	font-size: 11px;
}


.handlekurv_btn
{
	background: #339933;
	width: 136px;
	height: 20px;
	border: 1px solid #99cc66;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}

.product_list_item a.link
{
	display: block;
	background: #339933;
	width: 70px;
	height: 18px;
	border: 1px solid #99cc66;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px auto;
	padding: 4px 0 0 0;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}



div.product
{
	margin-left: 252px;
}


#navigation input.search_field
{
	width: 125px;
	padding-left: 5px;
}

#navigation div.search_box
{
	margin: auto auto;
	padding-left: 20px;
	font-size: 10px;
}


#navigation ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 20px;

}

#navigation li
{
	margin: 10px 0;
}

#navigation a, #navigation em
{
	color: #339933;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

#navigation a:selected,
#navigation a:hover,
#navigation a:active
{
	color: #99cc33;
/*	border-left: 4px solid #fff;*/
}


#navigation
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 175px;
}

.cart_box
{
	margin: 10px 0;
}
.cart_box div.top
{
}
.cart_box div.bottom
{
}

.cart_box .content
{
	background-color: #fff;
	color: #333;
	border: 1px solid #bbb;
	margin-right: 2px;
	padding: 5px 0 8px 0;
}

.cart_box h2
{
	font-size: 17px;
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	padding-top: 9px;
	margin: 0 15px 0 15px;
}


.cart_box h3
{
	font-size: 14px;
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	line-height: 1em;
	margin: 0;
	padding: 5px 15px;

}

.cart_box .content p
{
	color: #333;
	font-size: 12px;
}

.left
{
	float: left;
	font-size: 11px;
}

.right
{
	float: right;
	font-size: 11px;
	font-weight: bold;
}

.line_item
{
	position: relative;
}

.line_item h4,
.line_item h5,
.padded,
.cart_box p
{
	padding: 5px 15px;
	margin: 0;
}

.goto_register
{
	display: block;
	text-align: center;
	margin-top: 10px;
}

div.checkout_button a {	
	display: block;
	width: 150px;
	color: #FFF;
	padding: 5px;
	background-color: #009900;
	border: solid 1px #0e890e;
	text-decoration: none;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;

}




.line_item .picture_box
{
	margin: 0 auto;
	text-align: center;
	width: 70px;
	height: 70px;
}

.line_item .close_link
{
	position: absolute;
	right: 5px;
	top: -5px;
}

.line_item h4
{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin: 0;

}

.line_item h5
{
	margin: 0;
	color: #333333;
	font-weight: bold;
}

.lightbox a
{
	display: block;
	width: 220px;
	height: 220px;
	border: solid 1px #c9d3dd;
}

.lightbox a.small
{
	width: 40px;
	height: 40px;
}


.lightbox
{
	float: left;
	text-align: center;
}




.lightbox a
{
	display: block;
}

.lightbox a.small
{
	float:left;
	margin: 6px 6px 6px 0;
}





.product .price_tag
{
}



.product_list_item .price_tag
{
}

.visa_mastercard_wrapper
{
	text-align: center;
}
