body {
	background-image: url(/images/top_bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu {
	background-image: url(/images/menu_bg.gif);
	background-repeat: no-repeat;
	width: 901px;
	height: 49px;
	margin-top: 1px;
}
.buttons {
	margin-top: 2px;
	margin-left: 17px;
}
.main {
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-y;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #2d2d2d;
	margin-top: 0px;
}
.main h1 {
	margin: 0 0 5px 0;
	font-family: garamond;
	font-size: 24px;
	text-transform:none;
}


.main .datum {
	color: #acacac;
	font-weight: normal;
	font-size: 11px;
    display:block;
    text-align:right;
    margin:5px 0;
}


.main p {
  clear:both;
	margin-top: 0px;
}
.text {
	width: 442px;
	margin-left: 29px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #bbbbbb;
	margin-top: 22px;
	padding-top: 2px;
	padding-right: 25px;
}


.varukorg {
	width: 351px;
	background-image: url(/images/varukorg_bg.png);
	background-repeat: no-repeat;
}
.varukorg .pris {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #cdcdcd;
	margin-left: 20px;
}
.varukorg  h2 {
	font-family: Garamond;
	font-size: 30px;
	color: #5f5f5f;
	font-weight: lighter;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
.varukorg_bottom {
	background-image: url(/images/varukorg_bg2.png);
	background-repeat: no-repeat;
	height: 129px;
	width: 351px;
}
.varukorg_text {
	color: #c8c8c8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
	height: 25px;
}
.products {
	width: 467px;
	margin-left: 29px;
	margin-top: 24px;
}
.products h2 {
	font-size: 10px;
	color: #2c98cc;
	text-transform: uppercase;
}
.products input {
	width: 34px;
	font-family: tahoma;
	font-size: 14px;
	color: #2c98cc;
	text-align: right;
	font-weight: bold;
}
.products select {
	font-family: tahoma;
	font-size: 11px;
}
.products .linkbox {
	font-size:14px;
	background-color:#E8E8E8;
	border:#999999 solid 1px; 
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0b88c4;
}
.order h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size: 18px;
	color: #ffffff;
}
.order p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	color: #ffffff;
}
.order input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d2d2d;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
	border: 2px solid #000000;
}
.order input:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d2d2d;
	border: 2px solid #17a8ed;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
}
.order .inputlabel {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
}
.shopslabel {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(/images/shop_bg.gif);
	background-repeat: no-repeat;
	padding: 13px;
	width: 220px;
	height: 47px;
	color: #ffffff;
}
a.kop {text-decoration:none;}
a.kop img{border:0;}

/*#carttable tr{ display:none} *//* for animation */

#carttable td{
    color: #c8c8c8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3f3f3f;
    height: 25px;
}

.iname {width:100px;}
.icolor{width:52px;}
.isize {width:82px;}
.iprice{width:73px;}
.idel{width:14px;}

.idel a{text-decoration:none;}
.idel a img{border:0;}


/*-- facebox css --*/

#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#order{

  font-size:12px;
  font-family:serif;

}

#order input {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #2d2d2d;
    font-weight: bold;
    height: 19px;
    padding-top: 3px;
    padding-left: 3px;
    border: 1px solid #E2E2E2;
}

#order input:hover {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #2d2d2d;
    border: 1px solid #00ff00;
    font-weight: bold;
    height: 19px;
    padding-top: 3px;
    padding-left: 3px;
}

#order.shop {
    background-color: #99FF99;
    padding: 20px;
    height: 200px;
    width: 300px;
    border: 1px solid #666666;
}
#order.order_headline {
    font-size: 9px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
}

 #frakt {
     display:block;
     border:1px solid #000;
     background:#f0f5ff;
     position:absolute;
     width:250px;
     font:normal 11px Tahoma, Verdana,Arial,Helvetica,sans-serif;
     text-align:left;
     padding:2px 3px;
  }
  #price a {
  cursor:help;
  }
    #price a:link {
  	cursor:help;
	color: #fff;
  	}
	#price a:hover {
  	cursor:help;
	color: #13D300;
  	}
	#price a:active {
  	cursor:help;
	color: #fff;
  	}
	#price a:visited {
  	cursor:help;
	color: #fff;
  	}
	#price a:visited:hover {
  	cursor:help;
	color: #13D300;
  	}

.sIFR-alternate {display:none;}
