﻿@media print  {
	body
	{
		background-color:#FFF;
	}

	#barmiddle
	{
		width:100%;
		padding:0;
		margin:0;
		position:absolute;
		left:0;
		top:40px;
	}

	#barleft,#barright,#headerwhite,#trigonoarch
	{
		visibility:hidden;
	}

	#footer
	{
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}
}

/* CSS Document 
 Document styles START */
*
{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

body
{
	font-size:70%;
	line-height:135%;
	background-color:#fff;
	text-align:center;
}

#headercontainer
{
	width:100%;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#container
{
	width:990px;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	max-width:1500px;
	min-width:750px;
}

#barleft
{
	float:left;
	margin-bottom:0.5em;
	margin-left:0.5em;
	width:160px;
	background:#FFF;
}

#barleft p
{
	padding:0.5em 0.8em 0;
}

#barright
{
	width:234px;
	float:right;
}

#barmiddle
{
	width:550px;
}

body #mainContent
{
	margin-left:16em;
	margin-right:0.8em;
	margin-bottom:0.8em;
}

body #footer
{
	padding:0.8em;
	border-top:1px solid #d5d5d5;
}

/* Document styles END 
 Tag styles START */
h1
{
	font-size:2em;
	line-height:125%;
	color:#6C6C6C;
	margin-bottom: 0.1em;
}

h1 + p
{
	font-size:1.2em;
	color:#333;
}

h2,h3
{
	font-size:1.1em;
	font-weight:700;
	color:#515151;
	margin-bottom: 0.5em;
}

h2 + p
{
	line-height:125%;
	color:#6C6C6C;
}

h4
{
	font-size:0.8em;
	font-weight:700;
	line-height:125%;
	color:#333;
}

a
{
	text-decoration:none;
	color:#666;
}

a:hover
{
	text-decoration:underline;
	color:#D85208;
}

address
{
	display:inline;
}

.brod_9,#footer
{
	font-size:0.8em;
	color:#333;
}

label,.brod_10
{
	display:block;
	font-size:12px;
	color:#333;
	line-height:1.5em;
	padding-top:0.5em;
}

/* Tag styles END 
 Miscellaneous classes START */
.fltrt
{
	float:right;
}

.fltlft
{
	float:left;
}

.clearboth
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

.clearlft
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

.clearrt
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

/* Miscellaneous classes END 
 Header Start

 Structure :
	top:headerblack
	bottom: headerblack with headermenu,headersearchform, headerflags (image map)  */
#headerblack
{
	position:relative;
	height:120px;
	text-align:right;

	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#585858)); 
	background-image: -webkit-linear-gradient(top, #000000, #585858); 
	background-image:    -moz-linear-gradient(top, #000000, #585858); 
	background-image:     -ms-linear-gradient(top, #000000, #585858); 
	background-image:      -o-linear-gradient(top, #000000, #585858); 
	background-image:         linear-gradient(top, #000000, #585858);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#585858'); 

}
#header {
	width:990px;
	margin:0 auto;
	height:120px;
/*
	background-image:url(../images/core/logo-transp-300.png);
	background-repeat:no-repeat;
	background-position:bottom left;
*/
	position:relative;
}
#header #logo {
	position:absolute;
	top:31px;
	left:10px;
}

#logo-bottom {
	position:absolute;
	top:120px;
	left:10px;
}
#headerblack #sitelink {
	position:absolute;
	top:20px;
	left:0;
}
#trigonoarch {
	position:absolute;
	bottom:0;
	right:0;
}

#headermenu {
	height:20px;
	font-size:14px;
	line-height:1em;
	text-align:center;
	padding:5px 0 0 0;
	border-bottom: 1px solid #ddd;
	margin:0 0 10px 0;
	
	background-color: #EEEEEE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); 
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:      -o-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:         linear-gradient(top, #FFFFFF, #EEEEEE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); 

}
#headermenu a
{
	color:#bd5e25;
}
#headermenu a:hover
{
	color:#333;
}

#headermenu ul
{
	list-style:none;
	display:inline;
}

#headermenu ul li
{
	margin:0;
	display:inline;
	padding-left:2%;
	padding-right:2%;
	border-right:1px solid #bd5e25;
}

#headermenu ul li:last-child
{
	border-right:none;
}

#headerflags
{
	position:absolute;
	bottom:0;
	right:10px;
	margin-bottom:-22px;
}

#headersearchform
{
	position:absolute;
	top:55px;
	right:10px;
	width:300px;
	text-align:right;
	padding:0;
	margin:0;
	line-height:1em;
}
#headersearchform form {
	display:inline;
}

#headersearchform #searchstring
{
	width:140px;
	border:1px solid #e2e2e2;
	border-right-color:#aaa;
	font-size:12px;
	color:#666;
	margin:0;
	padding:5px 10px;
	height:12px;
	vertical-align:middle;

	background-color: #EEEEEE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); 
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:      -o-linear-gradient(top, #FFFFFF, #EEEEEE); 
	background-image:         linear-gradient(top, #FFFFFF, #EEEEEE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); 
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-html-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
}

#headersearchform #searchstring:focus
{
	border:1px solid #c66106;
}

#headersearchform #searchbtn
{
	margin:0;
	vertical-align:middle;
}

/* Header END 
 Handling of forms and input fields - START 
 For bottom of forms in Safari    input[type="text"], input[type="password"], */
.leftbarBoxContent #loginusername, .leftbarBoxContent #loginpassword
{
	border:1px solid #adadad;
	padding-bottom:0.5em;
	font-size:1em;
	color:#515151;
	width:98%;
}

/* input[type] doesn't work with IE6. This is why username and password have been added  input[type="text"]:focus, input[type="password"]:focus, */
.leftbarBoxContent #loginusername:focus,.leftbarBoxContent #loginpassword:focus
{
	border:1px solid #c66106;
}

/* Changes border color on active input box */
.leftbarBoxContent #loginsubmit
{
	margin-top:0.8em;
}

/* Submit buttons to remove border 
 Handling of forms and input fields - END 
  Vertical menu/navigation START */
.menutabWrapper
{
	margin-top:1em;
	margin-right:1em;
	padding-bottom:0;
	border-bottom:1px solid #595959;
	z-index:-1;
	clear:both;
	overflow:auto;
	width:100%;
}


.menutab
{
	float:left;
	margin-right:2px;
	height:auto;
	cursor:pointer;
}

div.menutab div
{
	background-color:#595959;
	font-size:1em;
	color:#FFF;
	line-height:125%;
	padding-right:20px;
	padding-bottom:2px;
	margin-bottom:1px;
	border-bottom:2px solid #888;
}

#menuleft>div
{
	background-color:#595959;
}

#menuleft div.menuv_head,.menutab div
{
	padding:5px 0 5px 0.8em;
	margin-bottom:1px;
}

#menuleft div
{
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	color:white;
	padding:5px 0 5px 0.8em;

	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#585858)); 
	background-image: -webkit-linear-gradient(top, #000000, #585858); 
	background-image:    -moz-linear-gradient(top, #000000, #585858); 
	background-image:     -ms-linear-gradient(top, #000000, #585858); 
	background-image:      -o-linear-gradient(top, #000000, #585858); 
	background-image:         linear-gradient(top, #000000, #585858);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#585858'); 
}


/* Distance between menu and login boxes in left column */
#menuleft
{
	margin-bottom:1em;
}

a.menuv_marker
{
	color:#FFF;
	font-size:1.2em;
	float:right;
	padding-right:8px;
}

div.menuv_head a.menuv_head
{
	padding:0;
	text-decoration:none;
	color:#FFF;
	font-size:1.1em;
	display:block;
}

div.menuv_head a:hover
{
	text-decoration:none;
	color:#D85208;
}

#menuleft div.menuv_sub {
	background-color:transparent;
	background-image:none;
	filter:none;
	font-size:12px;
	font-weight:normal;
	padding:0 0 5px 0;
}
div.menuv_sub a:hover,div.menuv_sub a.menuvsubactive
{
	text-decoration:none;
	color:#D85208;
	background:url(../images/arrows/meny_pil_on.gif) no-repeat left 50% #e6e6e6;
}

div.menuv_sub
{
	display:none;
}

div.menuv_sub a
{
	position:relative;
	display:block;
	font-size:1em;
	line-height:160%;
	padding-left:1.6em;
	margin-bottom:1px;
	background:#e6e6e6 url(../images/arrows/meny_pil_off.gif) no-repeat left 50%;
}

/*  Vertical menu/navigation END 
  Box left column, login START */
.leftbarBoxContent
{
/*
	-moz-border-radius-bottomright:0.8em;
	-moz-border-radius-bottomleft:0.8em;
	-webkit-border-bottom-right-radius:0.8em;
	-webkit-border-bottom-left-radius:0.8em;
	-khtml-border-bottom-right-radius:0.8em;
	-khtml-border-bottom-left-radius:0.8em;
	border-bottom-right-radius:0.8em;
	border-bottom-left-radius:0.8em;
*/
	padding-bottom:0.4em;
	background:#e6e6e6;
}

.leftbarBoxTop
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:white;
	padding:5px 0 5px 0.8em;

	background-color: #bd5e25;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ab4711), to(#e8651e)); 
	background-image: -webkit-linear-gradient(top, #ab4711, #e8651e); 
	background-image:    -moz-linear-gradient(top, #ab4711, #e8651e); 
	background-image:     -ms-linear-gradient(top, #ab4711, #e8651e); 
	background-image:      -o-linear-gradient(top, #ab4711, #e8651e); 
	background-image:         linear-gradient(top, #ab4711, #e8651e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ab4711', EndColorStr='#e8651e'); 
}

/*  Box left column, login END 
 Used as header in boxes */
.graybox H2
{
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	color:white;
	padding:5px 0 5px 0.8em;

	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#585858)); 
	background-image: -webkit-linear-gradient(top, #000000, #585858); 
	background-image:    -moz-linear-gradient(top, #000000, #585858); 
	background-image:     -ms-linear-gradient(top, #000000, #585858); 
	background-image:      -o-linear-gradient(top, #000000, #585858); 
	background-image:         linear-gradient(top, #000000, #585858);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#585858'); 

}

#barmiddle .graybox H2
{
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	color:#666;
	padding:5px 0 5px 0.8em;
	margin:10px 0 5px 0;

	background-color:white;
	background-image:none;
	filter:none;
}


#barmiddle h2 + ul
{
	margin-top:0;
	margin-bottom:2em;
}

/* Lists - START
Class imagecol - generates a list. Used in UL
Class twocol - generates a list. Used in UL in combination with imagecol

 2 column list needs 48 to make space for padding */
ul.twocol li
{
	width:48%;
}

ul.imagecol {
	margin-bottom:1em;
}
#barmiddle ul.imagecol li {
	width:162px;
}
#barmain ul.imagecol li {
	width:225px;
	padding:1em;
}
#barright ul.imagecol li {
	float:none;
	margin:4px 0;
	width:220px;
}

ul.imagecol li
{
	float:left;
	list-style:none;
	padding:1em 0.5em;
	clear:none;
	border:1px solid #eee;
	margin:2px;
}
ul.imagecol li.boxhidden {
	display:none;
}

ul.imagecol li>a img
{
	padding-bottom:0.2em;
	display:block;
	margin:15px 5px;
}

/* Kampanjer */
#barmiddle ul#fullcol2 li { 
	width:95%
}
#barmiddle ul#fullcol2 li>a img {
	margin:0 2em 5px 0;
	float:left;
}

ul.imagecol li p a,ul.imagecol li p a:hover,ul.imagecol li p a:active,ul.imagecol li p a:visited
{
	color:#000;
	text-decoration:none;
}

/* Arrow in list */
ul.imagecol li p img
{
	float:none;
	display:inline;
}

/* Handling of lists - end 
 Content */
img.mainContentHeader
{
	margin-right:1em;
}

div.mainContentHeader
{
	position:relative;
	min-height:8em;
}

.tempblu
{
	border:1px solid blue;
}

.tempred
{
	border:1px solid red;
}

img.ruler
{
	width:100%;
}

ul.fullcol
{
	width:100%;
}

#tabContent>div
{
	display:none;
}

.agera {
	position: relative;
}
.agera,.agera p
{
	font-size:13px;
	line-height:1.2em;
}

.agera .textblock p img,.agera .textblock a img
{
	margin:0;
	margin-left:4px;
}

.agera .textblock
{
	padding:0.5em 1% 0.5em 0;
	width:100%;
}

.agera .twocol
{
	width:46%;
	float:left;
	padding:0.5em 1em 2em 0;
}

.agera ul.twocol
{
	width:100%;
}

.agera ul.twocol li
{
	width:46%;
}

.agera .textblock ul
{
	margin-left:1.5em;
}

.agera .textblock ol
{
	margin-left:2em;
}

.agera .textblock img
{
	margin:5px 10px;
	width:auto;
	height:auto;
}

.clear
{
	clear:both;
}

.agera .right
{
	float:right;
}

.agera .left
{
	float:left;
}

.agera td.right,.agera th.right
{
	float:none;
	text-align:right;
}

.agera .artiklar th.right
{
	padding-right:0.5em;
}

.agera .artiklar
{
	padding-top:10px;
	width:100%;
	border-collapse:collapse;
}

.agera .artiklar a
{
	color:#000;
}

.agera .artiklar .artikelkod
{
	color:#999;
}

.agera .artiklar th
{
	background:none;
	background-color:#aaa;
	color:#FFF;
	padding:0 0 1px 2px;
	border:0;
	margin:0;
	font-weight:400;
}

.agera .artiklar .artikelkategori,.agera .artiklar .artikelkategori th
{
	margin-top:10px;
	font-weight:700;
}

.agera .artiklar tr.row
{
	border-top:1px solid #ddd;
}

.agera .artiklar tr.stripes
{
	background-color:#eee;
}

.agera .bottomshadow
{
	background-image:url(../images/core/shadowline-wide.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:15px;
}

.agera td.bottomshadow-wide
{
	height:15px;
	background-image:url(../images/core/shadowline-wide.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.agera td.bottomshadow
{
	height:15px;
	background-image:url(../images/core/shadowline.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.agera .nowrap
{
	white-space:nowrap;
}

.agera .artiklar td
{
	padding:0 2px;
}

.debug
{
	text-align:left;
}

.agera .layout1,.agera .layout2,.agera .layout3,.agera .layout4
{
	margin-top:1em;
	margin-bottom:1em;
	clear:both;
}
.agera .layout1 {
	margin-bottom:3em;
}
.agera .layout1 img {
	margin-bottom:3em;
	margin-right:2em;
}

.agera .ingress,.agera .ingress span
{
	font-size:150%;
	line-height:1.5em;
	margin:0.5em 0;
}

.agera .versionsnytt
{
	background-color:#e7e7e7;
	padding:5px;
	margin:10px 0;
}

.agera .systemkrav
{
	background-color:#c66106;
	color:#FFF;
	padding:5px;
	margin:10px 0;
}

.agera .systemkrav h2,.agera .systemkrav h3,.agera .systemkrav h4,.agera .systemkrav a
{
	color:#FFF;
}

.agera input,.agera textarea
{
	border:1px solid #ccc;
	padding:2px;
	margin:5px 1px 1px;
}

.agera input[type=image],.agera input.image
{
	border:0;
}

.agera #artikelkategori_checkboxes
{
	margin-top:1em;
	margin-bottom:2em;
	display:none;
}

.agera #artikelkategori_checkboxes input
{
	border:none;
}

.agera label
{
	clear: both;
	display:block;
	float:left;
	width:150px;
	height:1em;
	margin-top:7px;
}
.agera .indent {
	margin-left: 150px;
}

.agera #country, .agera #required_info {
	display: block;
	margin-top: 7px;
}

.agera #checkout_loginbox {
	position: absolute;
	left: 500px;
	width: 250px;
	padding: 10px;
	background:#e6e6e6;
}
.agera #checkout_loginbox label {
	width: 100px;
}

.agera #artikelkategori_checkboxes label
{
	display:inline;
	float:none;
	width:auto;
	height:auto;
}

.agera #artikelkategori_checkboxes li
{
	display:block;
	float:left;
	line-height:1em;
	height:auto;
	width:45%;
	max-width:300px;
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:0.5em;
}

.agera .inputgroup
{
	margin-left:150px;
}

.agera .inputgroup label
{
	display:inline;
	float:none;
}

.agera .checkout table
{
	margin:20px 0;
}

.agera .checkout td,.agera .checkout th
{
	line-height:1.1em;
	padding:2px;
}

.agera .checkout th
{
	padding:4px 2px;
}

.agera .alignright
{
	text-align:right;
	float:none;
}

.agera .alignleft
{
	text-align:left;
	float:none;
}

.agera .aligncenter
{
	text-align:center;
	float:none;
}

.agera .bordertop
{
	border-top:1px solid #ccc;
}

.agera .borderbottom
{
	border-bottom:1px solid #ccc;
}

.agera .checkoutbuttons
{
	margin:20px 0;
	text-align:center;
}

.agera .checkoutbuttons input
{
	margin:10px 20px;
}

.agera .checkoutbuttons label {
	width:100%; 
	float:none; 
	display:inline; 
	height:auto;
}

.agera .checkout,.agera .checkout p
{
	line-height:2em;
}

.agera .checkout h3
{
	font-size:1.8em;
	line-height:2em;
	font-weight:400;
	color:#999;
	font-style:italic;
}

.agera .checkout h4
{
	font-size:1.4em;
	line-height:2em;
	font-weight:400;
	color:#999;
}

.agera .checkout .small
{
	margin:0;
	padding:0;
	font-size:2px;
	height:2px;
	line-height:2px;
}

.agera .checkoutsection
{
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0.5em 1em 0.5em 3em;
	width:100%;
	line-height:1.1em;
}

.agera .checkoutsection label
{
	float:none;
	height:auto;
	line-height:1.2em;
	width:auto;
}

.checkoutoption
{
	height:auto;
	font-size:1em;
	line-height:1.2em;
	margin:1em 0 0.2em -2em;
	font-weight:700;
}

#barmain
{
	width:800px;
}

.message
{
	background-color:#FF9;
	border:1px solid #CC3;
	padding:10px;
	margin:10px 0;
	width:70%;
}

.passwordreminder label
{
	display:block;
	float:none;
	width:auto;
	height:auto;
}

.passwordreminder h2,.passwordreminder p
{
	margin-top:0.5em;
	margin-bottom:1.5em;
}

.button,.agera .button
{
	background-color:#000;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	padding:3px 1em;
 	margin: 2px 0;
	-moz-border-radius:0.7em;
	-webkit-border-radius:0.7em;
	-khtml-border-radius:0.7em;
	border-radius:0.7em;
	border:1px solid #444;

 	display: inline-block;
 	
	/* shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Opera 10.5, IE 9.0 */

	/* gradient */
	background-image: -moz-linear-gradient(top, #444444, #000000); /* FF3.6 */
	background-image: -o-linear-gradient(top, #444444, #000000); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #444444, #000000); /* FF3.6 */
	background-image: -webkit-linear-gradient(top, #444444, #000000); /* FF3.6 */
	background-image: linear-gradient(top, #444444, #000000); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),color-stop(1, #000000)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000')"; /* IE8 */

	border-bottom: 1px solid rgba(0,0,0,0.25);

}

.button:hover
{
	text-decoration: none;
	background-color:#000;
	color:#F63;
}

.button:active
{
	text-decoration: none;
	background-color:#300;
	color:#f90;
}

.filelink
{
	color:#000;
	height:18px;
	padding:2px 2px 2px 22px;
	background:url(../images/icons/generic.gif) no-repeat;
}

.filelink-pdf
{
	background-image:url(../images/icons/pdf.gif);
}

.filelink-pdfdoc
{
	background-image:url(../images/icons/doc.gif);
}

#trigono404external ul,#trigono404internal ul,#trigono404direct ul
{
	padding-top:10px;
	padding-bottom:10px;
	margin-left:15px;
}

#area404 .message li
{
	list-style:none;
	padding-bottom:10px;
}

#area404 .bottomshadow
{
	padding-bottom:20px;
}

#area404
{
	margin-left:15px;
	width:95%;
}

.banner
{
	text-align:center;
	overflow:hidden;
}
#banner {
	display:block;
	margin:0 auto;
}

#payexlogo {
	float: right;
	border: 0;
}
.payment {
	margin-left: 40px;
}
.payment .payex_logos {
    position: relative;
    
}

.payment .payex_logos li {
    display: inline;
    margin: 0 10px 10px 0;
}
 
.payexlogo_small {
    clear: both;
	margin: 10px 0 10px 0;
}

/* Used by Javascript - keep at the bottom of the page */
ul.fullcol li > a img 
{
	height:90px;
	width:90px;
	margin:15px auto;
}

.artkod {
	line-height: 1em;
}

#termsofsale {
	text-align: left;
	display: none;
	border: 1px solid #ccc;
	margin: 10px 100px;
	padding: 20px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3); /* Opera 10.5, IE 9.0 */
	height: 150px;
	overflow: auto;
	line-height:1.2em;
}
#termsofsale h2 {
	color:black;
}
#termsofsale h3 {
	color:black;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	margin:1em 0 0 0;
}
#termsofsale p {
	line-height:1.2em;
	margin-bottom:1em;
}
#topmenucart {
	font-weight: bold;
	padding: 3px 3px;
}

#topmenucart a {
	color:#c60;
}

.extratext {
	margin: 0 0 10px 0;
	padding: 0;
	color: #777;
}



.box_gradient_gray {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#585858)); 
	background-image: -webkit-linear-gradient(top, #000000, #585858); 
	background-image:    -moz-linear-gradient(top, #000000, #585858); 
	background-image:     -ms-linear-gradient(top, #000000, #585858); 
	background-image:      -o-linear-gradient(top, #000000, #585858); 
	background-image:         linear-gradient(top, #000000, #585858);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#585858'); 
}

.box_gradient_amber {
	background-color: #bd5e25;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ab4711), to(#e8651e)); 
	background-image: -webkit-linear-gradient(top, #ab4711, #e8651e); 
	background-image:    -moz-linear-gradient(top, #ab4711, #e8651e); 
	background-image:     -ms-linear-gradient(top, #ab4711, #e8651e); 
	background-image:      -o-linear-gradient(top, #ab4711, #e8651e); 
	background-image:         linear-gradient(top, #ab4711, #e8651e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ab4711', EndColorStr='#e8651e'); 
}



@media only screen and (min-width: 1280px) {
	ul.imagecol li.boxhidden {
		display:list-item;
	}
	#header {
		width:1280px;
	}
	#container {
		width:1280px;
	}
	#barmiddle {
		width:850px;
	}
	#barmiddle ul.imagecol li {
		width:190px;
	}
	#barmain {
		width:1100px;
	}
	#barmain ul.imagecol li {
		width:185px;
	}
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	#header {
		width:100%;
	}
	#container {
		width:100%;
	}
	#barmiddle {
		width:62%;
	}
	#barright {
		width:33%;
	}
	#barmain {
		width:95%;
	}
	#barmain ul.imagecol li {
		width:28%;
	}
	#banner {
		width:100%;
	}
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	#barmiddle ul.imagecol li, #barmain ul.imagecol li {
		width:100%;
	}
	#barmiddle ul.imagecol li img, #barmain ul.imagecol li img {
		float:left;
		margin:0 10px 0 0;
	}
	#barmain {
		width:90%;
	}
	div.menuv_sub a {
		padding-top:5px;
		padding-bottom:5px;
		
	}
	#headermenu {
		height:30px;
		padding-top:15px;
		margin-bottom:20px;
		white-space: nowrap;
	}
	#headermenu ul li {
		padding:0;
		margin:0;
		border:0;
	}
	#headermenu a {
		padding: 10px 5px;
		white-space: nowrap;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
	}
	#headerflags
	{
		margin-bottom:2px;
	}
	#banner {
		width:100%;
	}
}

