/* * * * * Index start * * * * *
 * Bugano Web
 * Global
 * sIFR
 * Flags
 * * * * *  Index end  * * * * */
/* * * * * Here comes "Bugano Web" * * * * */
.b-editbox {
   background-color: #333;
   border: 1px solid #111;
   color: #eee;
   padding: 5px;
   font: 9px Verdana, sans-serif;
   position: fixed;
   top: 5px;
   right: 5px;
   z-index: 999;
   opacity: 0.75;
   filter: alpha(opacity=75);
}

* html .b-editbox {
   position:absolute;
}

.b-editbox input {
   font: 9px Verdana, sans-serif;
   color: #222;
   vertical-align:middle;
}

.b-editbox ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.b-editbox li {
   display: inline;
   padding: 0 5px;
   border-left: 1px solid #666;
}

.b-editbox li.first {
   padding-left: 0;
   border-left: none;
}

.b-editbox li.last {
   padding-right: 0;
}
/* * * * * Here comes "Global" * * * * */
html, body, form, fieldset, p {
	margin:0;
	padding:0;
}

body {
	background:#fcfcfc url(/uploads/chrome/body_bg.png) repeat-x top;
        font:14px/1.4 Arial, Helvetica, sans-serif;
	margin:40px auto 0;
	width:950px;
        position:relative;
}

form {
	background:url(/uploads/chrome/form_bg.png) no-repeat top left;
        display:block;
	padding:30px 75px;
}

h1 {
    color:#b85288;
    font:24px/1 Verdana, Geneva, sans-serif;
    margin:0 0 0.5em;
}

p, table, fieldset {
   margin:0 0 1em;
}

a, img {
	border:0;
	outline:0 none;
}

a {color:#B85288;}

div.b-header {
	border-bottom:1px solid #fff;
	float:left;
	width:100%;
}

div.logo {
	float:left;
}

ul.sectionmenu {
	float:right;
	list-style:none;
	margin:0;
	padding:5px 0;
}

body.about ul.sectionmenu {
	background:url(/uploads/chrome/sectionmenu_bg.png) no-repeat left top;
}

body.card ul.sectionmenu {
	background:url(/uploads/chrome/sectionmenu_bg.png) no-repeat 140px top;
}

body.info ul.sectionmenu {
	background:url(/uploads/chrome/sectionmenu_bg.png) no-repeat 280px top;
}

body.buy ul.sectionmenu {
	background:url(/uploads/chrome/sectionmenu_bg.png) no-repeat 420px top;
}

ul.sectionmenu li {
	border:1px solid #555;
	display:inline;
	float:left;
	font:10px/62px Arial, Helvetica, sans-serif;
	height:40px;
	margin-left:3px;
	overflow:hidden;
	text-align:right;
	text-transform:uppercase;
	vertical-align:bottom;
	width:135px;
}

ul.sectionmenu a {
	background:url(/uploads/chrome/sectionmenu.png) no-repeat;
	color:#fff;
	display:block;
	margin:0 5px;
	text-decoration:none;
}

ul.sectionmenu li.about {
	background-color:#b85288;
}

li.about a {
	background-position:0 -45px;
}

li.about a:hover {
   background-position:0 -50px;
}

ul.sectionmenu li.card {
	background-color:#765d81;
}

li.card a {
	background-position:0 -125px;
}

li.card a:hover {
   background-position:0 -130px;
}

ul.sectionmenu li.info {
	background-color:#00708e;
}

li.info a {
	background-position:0 -205px;
}

li.info a:hover {
	background-position:0 -210px;
}

ul.sectionmenu li.buy {
	background-color:#a4af35;
}

li.buy a {
	background-position:0 -285px;
}

li.buy a:hover {
	background-position:0 -290px;
}

div.pageframe, div.main {
        background:#fcfcfc;
	clear:both;
        min-height:400px;
}

* html div.pageframe, * html div.main {
        height:400px;
}

#wrapper { position:relative; }

div.centercontent {
    float:left;
    padding-top:15px;
    width:500px;
}

div.right {
        float:right;
        position:relative;
        top:-30px;
        right:-10px;       
}

* html div.right .floatingcard {
  width:300px;
  height:228px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='/uploads/bilder/spendon-bestill-pa-nettet-na.png');
}

* html div.right .floatingcard img {
   display:none;
}

div.b-footer {
   clear:both;
   color:#8b8b8a;
   font-size:12px;
   padding:30px 0 15px;
   text-align:right;
}

div.b-footer .nb {
   float:left;
}

div.b-footer .nb img {
   margin:0 0 0 15px;
}


.article {
   padding:0 15px;
}

.article ul {
   margin-left:2em;
   padding-left:0;
   line-style-position:inside;
}

.article td {
   padding:0.3em 0.5em;
}

.pagemenu {
   background:url(/uploads/chrome/pagemenu_bg.png) repeat-x left bottom;
   margin:0;
   padding:8px 0;
}

.buy .pagemenu {
   border-bottom:1px solid #e9ebd0;
}


.card .pagemenu {
   border-bottom:1px solid #CACAD8;
}

.info .pagemenu {
   border-bottom:1px solid #ADCCD3;
}

.about .pagemenu {
   border-bottom:1px solid #CAA1B7;
}

.pagemenu li {
   display:inline;
}

.pagemenu a {
   color:#848484;
   font:12px/18px Arial,Helvetica,sans-serif;
   margin:0 0 0 20px;
   text-decoration:none;
   text-transform:uppercase;
}

.pagemenu li.active a {
   font-weight:bold;
}

.about .pagemenu li.active a {
   color:#b85288;
}

.card .pagemenu li.active a {
   color:#765d81;
}

.info .pagemenu li.active a {
   color:#00708e;
}

.buy .pagemenu li.active a {
   color:#a4af35;
}

.pageframe .footer {clear:both;}

.order-button {margin-bottom:2em;}
/* * * * * Here comes "sIFR" * * * * */
/*---- sIFR ---*/

.sIFR-flash {

	visibility: visible !important;

	margin: 0;

	padding: 0;

}



.sIFR-replaced {

	visibility: visible !important;

}



.sIFR-alternate {

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

	display: block;

	overflow: hidden;

}



.sIFR-active .sIFR-alternate {
        display:none;
}



.sIFR-active h1 {
   color:#fcfcfc;
}


@media print {



.sIFR-flash {

	display: none !important;

	height: 0;

	width: 0;

	position: absolute;

	overflow: hidden;

}



.sIFR-alternate {

	visibility: visible !important;

	display: block !important;

	position: static !important;

	left: auto !important;

	top: auto !important;

}



}

/* * * * * Here comes "Flags" * * * * */
.flags
{
float: left;
padding: 26px 0 0 0;
}
.flags img
{
padding-left: 10px;
}
