/* YUI overrides */
.yui-t3 .yui-b {
    /*width:24.0769em; /* From 23.0769em; Seems to be an error in YUI? */
}
#doc4 {
    margin-left: 0; /* The entire page is left-aligned */
}

/* CSS Standard */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 77%; /* 10px, but matches 12px (should be 93% according to YUI) */
	margin: 0;
	background-color: #FFF;
}
img {
    border: none;
}
h1, h2, h3 {
    margin: 8px 0;
	color: #023e6f;
	font-weight: bold;
}
h1 {
	font-size: 182%; /* 24px */
}
h2 {
	font-size: 138.5%; /* 18px */
}
strong {
	font-weight: bold;
}
p {
    margin-bottom: 1em;
}
th {
    font-size: 14px;
    font-weight: bold;
}
a.button {
    color: #023e6f;
	text-decoration: none;
    padding: 5px 10px;
    margin: 0px 10px;
    background-color: #CCC;
    border: 1px solid #000;
}

/* CSS header */
#top {
	background-color: #cdd9e2;
	margin: 0px;
    min-height: 113px;
    width: auto;
	border-bottom: 2px solid #023e6f;
}
#top .style1 {
	/* font-size: 12px; */
	color: #023e6f;
}
#top a:link {
	color: #023e6f;
}
#top a:visited {
	color: #023e6f;
}
#top a:hover {
	color: #023e6f;
}
#top a:active {
	color: #023e6f;
}

#shopbasket {
    /* font-size: 12px; */ 
    color: #000;
    padding: 25px 0 8px 0;
	text-align: right;
    width: auto;
}
#shopbasket h1, #shopbasket div.shop, #shopbasket p {
    display: inline;
    vertical-align: middle;
}
#shopbasket a.button {
    color: #023e6f;
}

#bluestripe {
	background-color: #cdd9e2;
	margin: 0px;
    height: 15px;
    width: auto;
}

/* CSS body */
#bd {
	background-color: #023e6f;
}
#mainmenu {
	background-color: #023e6f;
    min-height: 355px;
}
.mainmenu a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
.mainmenu .active a {
	font-weight: bold;
}
.mainmenu a:hover {
	font-weight: bold;
}

#mainfront {
	background-color: #FFF;
    height: 355px;
    width: auto;
    overflow: hidden;
}
#mainarea {
	background-color: #FFF;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 1px;
    min-height: 355px;
    width: auto;
}
#mainarea img {
    float: right;
    margin: 8px;
}
#gallery img {
    float: none;
    display: inline;
    margin: 15px;
}
#gallerylist {
    width: 230px;
    padding-left: 10px;
    max-height: 355px;
    overflow: auto;
}
#gallerylist img {
    float: left;
    margin: 3px;
    border: solid 1px gray;
    width: 63px;
    height: 60px;
}
#galleryshow {
    float: right;
    width: 370px;
}

#message {
    border: 1px solid red;
    text-align: center;
    margin: 5px 0;
}
#basket {
    float: right;
    padding-left: 5px;
}

/* CSS Footer */
#bottom {
	background-color: #cdd9e2;
    height: 50px;
    width: 100%;
}
#bottommenu {
	position: relative;
    float: left;
	background-color: #9ab2c5;
    height: 50px;
    width: 300px;
}
#bottommain {
	position: relative;
    float: left;
	background-color: #cdd9e2;
	padding-left: 30px;
    height: 50px;
    width: auto;
}

#footer {
	position: relative;
	width: auto;
	clear: both;
	text-align: center;
	padding: 10px;
}
#footer a {
    color: #777;
}

/* Shop */

.line0 {
    background-color: #FFF;
}
.line1 {
    background-color: #CCC;
}

.productlist th, .productlist td {
    padding: 5px 3px;
}

.add_info label {
    float: left;
    margin-top: 5px;
    font-weight: bold;
}
.add_info input, .add_info select, .add_info textarea {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.add_info select {
    width: 163px;
    *width: 167px;
}
.add_info textarea {
    width: 161px;
    *width: 165px;
}
.add_info br {
    clear: left;
}
input.small {
    width: 50px;
}
input.large {
    width: 161px;
    *width: 163px;
}
label.small {
    width: 54px;
}
label.medium {
    width: 130px;
}
label.large {
    width: 200px;
}
.tillegsutstyr {
    width: 100%;
}
.tillegsutstyr th {
    text-align: left;
}
.tillegsutstyr td {
    vertical-align: top;
    white-space: nowrap;
    padding-right: 5px;
}
.tillegsutstyr td label {
    float: left;
    width: 80%;
}

.basketproductlist tr {
    vertical-align: top;
}
.basketproductlist .tillegsutstyr th {
    font-size: 12px;
}
.basketproductlist .tillegsutstyr td {
    font-size: 10px;
}
.basketproductlist h2 {
    margin-top: 0;
}

