/** Template style **/

#order_button { float: right; }

#termsofcondition {
	display: none;
}
#licenseagreement {
	color: #000;
	height: 600px;
	overflow: auto;
}

.receipt dl {
  margin-bottom: 40px;
}

.receipt dd {
  padding: 5px;
  border-bottom: 1px dotted #eee;
}

.receipt dt {
  width: 150px;
  display: block;
  float: left;
  clear: left;
  padding: 5px;
  border-bottom: 1px dotted #eee;
}

#newStore {
	background: url(../../../gfx/funky_email_icon.png) no-repeat 5px center; 
	padding:  5px 5px 5px 25px;
	margin-top: 20px;
	clear: both;
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	border: 1px solid #eee;
}
#newStore:hover {
	background: #f7f7f7 url(../../../gfx/funky_email_icon.png) no-repeat 5px center;
}

#language.loggedIn {
	right: -40px!important;
}

#logout {
  position: absolute;
  top: -17px;
  right: 20px;
  border: 0;
  font-weight: 700;
  color: #484848;
}

#certified {
	clear: both;
	border-top: 1px dotted #ddd;
	margin-top: 50px;
	padding-top: 10px;
}
	#certified a {
		border: 0;
		padding-right: 3px;
	}
	#certified img {
		vertical-align: middle;
	}

#content.webshop {
  float: left;
  width: 800px;
}


#agentStores {
	list-style: square;
	padding-left: 20px;
}
	#agentStores li {
		padding: 5px;
	}
	#agentStores li a {
		display: inline!important;
		padding: 0!important;
		border: 0!important;
	}

.webshop #webshop_menu  {
	margin-top: 20px;
	padding-top: 5px;
}
    .webshop #webshop_menu li {
      text-transform: uppercase;
      border-bottom: 1px solid #a1a1a1;
      font-weight: 700;
      position: relative;
    }
      .webshop #webshop_menu li a {
        padding: 7px 3px;
        display: block;
        color: #666666;
        letter-spacing: 2px;
        border: 0;
      }
      .webshop #webshop_menu li a:hover {
        color: #000;
        text-decoration: none;
      }
      
 
#purchaseAmount { display: none; }
div#fancy_div { background: #fff!important; }
#fancyPurchase {
	background: #fff;
}
	#fancyPurchase label { overflow: hidden; }
		#fancyPurchase label span {
			display: block;
			float: left;
			color: #000;
			font-size: 1.3em;
			font-weight: bold;
			height: 20px;
			line-height: 20px;
			margin-right: 5px;
		}
		#fancyPurchase label input {
			float: left;
			width: 25px;
			border: 1px solid #ddd;
			background: #fff;
			height: 17px;
			padding: 3px 3px 0;
			margin-right: 10px;
		}

#shop_content {
  float: left;
  width: 574px;
  margin-left: 63px;
  margin-top: 10px;
}
  #shop_content h2 {
	font-size: 0;
	text-indent: -99999px;
	background: url(../../../gfx/shop_header.png) no-repeat;
	width: 400px;
	height: 108px;
	margin: 0 auto;
  }
  
  .eng #shop_content h2 {
  	background: url(../../../gfx/shop_header-en.png) no-repeat;
  }

#products {
	width: 400px;
	margin: 14px auto;
}
	#products h3 {
		display: none;
	}
	#products ul {
		width: inherit;
		border-bottom: 1px solid #666;
	}
		#products li {
			position: relative;
			border-top: 1px solid #666;
			padding: 15px 0;
		}
			#products li a { padding: 0!important; border: 0!important; }
			#products li p {
				color: #666666;
				font-size: 1em;
				width: 260px;
			}
			
			#products li .price { color: #000; }
			
			#products li .product-list {
				bottom: 24px;
				left: 210px;
				position: absolute;
				width: 190px;
			}
			#products h4 { font-size: 1em; }
				#products h4 a {
					color: #000;
					font-weight: 400;
				}
			#products img {
				display: block;
				float: left;
			}
			
			.eng #products li .buy {
				background: url(../../../gfx/buy_button_round-en.png) no-repeat 0 0!important;
			}
			
			#products li .buy {
				background: url(../../../gfx/buy_button_round.png) no-repeat 0 0!important;
				background-position: 0 0!important;
				height: 60px;
				border-bottom: 0!important;
				width: 55px;
				float: none;
				position: absolute;
				top: -30px;
				right: 0;
				bottom: auto;
			}

			#products  .price {
			}
			
			
			#products li .goToCart {
				position: absolute;
				bottom: -20px;
				left: 540px;
				white-space: nowrap;
				z-index: 999999;
				width: 100px;
				color: #666666;
				text-align: center;
				text-transform: uppercase;
				font-size: .85em;
			}
				#products li .goToCart a { color: #666666; }



#regEditProfile { margin-bottom: 30px; }

#webshop_admin_menu {
  border-top: 1px dotted #ddd;
  margin-bottom: 20px;
}
  #webshop_admin_menu li a {
    display: block;
    padding: 10px;
    border: 0;
  }
  #webshop_admin_menu li a:hover {
    background: #eee;
  }

#userinfo {
  float: left;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
  #userinfo dt,
  #userinfo dd {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
    width: 50%;
    white-space: nowrap;
    display: inline-block;
  }
  #userinfo dt {
    float: left;
    clear: left;
    width: 120px;
    padding-right: 10px;
    font-weight: 700;
  }
  #userinfo dd {
    float: left;
    margin-left: 3px;
    clear: right;
  }
#shop_content h3 {
  clear: both;
  margin: 10px 0 10px;
}
#shop_content ul {

}
  #shop_content ul li a,
  #shop_content ul li em {
    padding: 10px;
    display: block;
  }
  #shop_content ul li a {
    border-bottom: 1px dotted #ddd;
  }
form {overflow: hidden;}
form dl {
  float: left;
  position: relative;
  border-bottom: 1px dotted #ddd;
  margin-top: 10px;
}
  form dl dt,
  form dl dd {
    padding: 10px;
    border-top: 1px dotted #ddd;
    width: 250px;
    white-space: nowrap;
  }
    form dl dt label,
    form dl dd input,
    form dl dd textarea {
      border: 0;
      padding: 2px;
      display: block;
    }
    form dl dt label {
      cursor: pointer;
    }
    form dl dd input,
    form dl dd textarea {
      background: #F7F7F7;
      width: 98%;
      border: 1px solid #999999;
    }
    form dl dd textarea {
      height: 50px;
    }
    form dl dd textarea:focus,
    form dl dd input:focus {
      background: #fbfdcf;
    }
  form dl dt {
    float: left;
    clear: left;
    width: 120px;
    padding-right: 10px;
    font-weight: 700;
  }
  form dl dd {
    float: left;
    margin-left: 3px;
    clear: right;
  }

.edit {
  float: left;
  clear: left;
  margin-top: 10px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.submit {
  clear: both;
  float: left;
  display: block;
  margin-top: 10px;
}


table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
  th,
  td {
    padding: 5px;
  }
  thead th {
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #fff;
  }
    thead .prod {
      text-align: left;
    }
    thead .price {
      text-align: left;
    }
  tr {
    padding: 5px;
  }
  tr:hover {
    background: #fdffb9;
  }
     tr td {
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #fff;
      padding: 7px;
      white-space: nowrap;
    }
  tfoot .first td {
    border-top: 1px solid #ddd;
    border-left: 0;
  }
    tfoot .sum td {
      font-weight: 700;
    }
  tbody tr {
    border-bottom: 2px solid #ddd;
  }
  #cart .prod {
    width: 60%;
    border-left: 0;
    text-align: left;
  }
  #cart .amount {
    width: 50px;
  }
    #cart .amount input {
      width: 30px;
    }
  #cart .price {
    width: 20%;
    text-align: right;
  }
  #cart .goaway input {
  	background: url(../../../gfx/redcross.png) no-repeat;
  	border: 0;
  	text-indent: -9999px;
  	cursor: pointer;
  }
.updatecart {
  margin: 10px 0 15px;
  overflow: hidden;
}
  .updatecart input {
    float: right;
  }

.alert {
  font-weight: 700;
  font-size: 1em;
  font-style: italic;
}

.bulletlist {
  list-style: square;
  padding-left: 15px;
}
  .bulletlist li {
    padding: 5px;
  }
    .bulletlist li a {
      display: inline!important;
      padding: 0!important;
    }

/** Cart style **/
#leftcol {
	float: left;
}
#leftcol #tree {
	float: none;
}

  #itemAdded {
    font-weight: 700;
    font-style: italic;
    color: #000;
    text-align: center;
    margin: 0;
    margin-bottom: -18px;
  }
    #itemAdded span {
  		padding: 5px 20px;
  		background: #fff1a8;
  		-moz-border-radius-bottomleft: 5px;
  		-moz-border-radius-bottomright: 5px;
  		-webkit-border-radius-bottom-left: 5px;
  		-webkit-border-radius-bottom-right: 5px;
  	}
#webshop_shopping_cart_wrap {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: .9em;
}
	#webshop_shopping_cart {
		position: relative;
	}
	#webshop_shopping_cart_wrap:hover dl {
		display: block;
	}
	
		#webshop_shopping_cart .cart-ico {
			width: 40px;
			height: 63px;
			display: block;
			position: absolute;
			background: url(../../../gfx/cart_top-left.png) no-repeat;
			top: -16px;
			right: 0;
		}
	
	#webshop_shopping_cart h3 {
		float: left;
		font-size: 1.2em;
		line-height: 20px;
		height: 20px;
		position: relative;
		padding-right: 45px;
		padding-left: 20px;
	}
	  #webshop_shopping_cart h3 a {
	    border: 0;
	    color: #000;
	    font-weight: 400;
	  }
	#webshop_shopping_cart p {
		float: left;
		margin: 0;
		padding: 0px 10px 0;
		height: 20px;
		line-height: 20px;
	}
  #webshop_shopping_cart table {
    border-bottom: none;
    position: absolute;
    top: 19px;
    left: 0;
    width: 350px;
    border: 1px solid #ADADAD;
    background: #fff;
	z-index: 99999!important;
	display: none;
  }
  	 #webshop_shopping_cart table thead { display: none; }
  	 
  	  #webshop_shopping_cart table td.name {
  	  	text-align: left;
  	  }
  	 
  #webshop_shopping_cart.noitems ul {
    border: 0!important;
    text-align: right;
  }
    #webshop_shopping_cart.noitems ul em {
      padding: 0 5px 0 0;
    }
    #webshop_shopping_cart dl dt,
    #webshop_shopping_cart dl dd {
    	float: left;
    }
    #webshop_shopping_cart dl dt {
    	clear: left;
    	width: 200px;
    }
    #webshop_shopping_cart dl dd {
    	padding: 10px;
    	border-bottom: 1px dotted #ddd;
    }
    #webshop_shopping_cart dl dd.quntity {
    	width: 50px;
    }
    #webshop_shopping_cart dl dd.price {
    	clear: right;
    	width: 60px;
    }
      #webshop_shopping_cart dl dt a {
        display: block;
         padding: 10px;
        color: #000;
        border-bottom: 1px dotted #ddd;
      }
      #webshop_shopping_cart dl .highlight {
      	background: #fdffb9;
      }
      
      #webshop_shopping_cart dl dt:last-of-type a,
      #webshop_shopping_cart dl dd:nth-last-child(1),
      #webshop_shopping_cart dl dd:nth-last-child(2) {
      	border: 0;
      }
      #webshop_shopping_cart ul li a:hover {
        background-color: #fdffb9;
      }
    #webshop_shopping_cart:hover ul {
      display: block;
    }
#webshop_shopping_cart.productpage {
  padding: 0;
  border: 1px solid #ddd;
}
#webshop_shopping_cart.productpage.noitems ul {
  border-bottom: 0!important;
  background: transparent!important;
}
#webshop_shopping_cart.productpage.noitems li {
  position: relative;
  right: 100px;
  top: -15px;

}
  #webshop_shopping_cart.productpage h3 {
    margin: 0;

  }
  #webshop_shopping_cart.productpage h3 a {
    border: 0;
    padding: 5px 20px 5px 5px;
    display: block;
    background: url(../../../gfx/cart_arrow.png) no-repeat right top;
  }
    #webshop_shopping_cart.productpage h3 a:hover {
      background: #eee url(../../../gfx/cart_arrow.png) no-repeat right bottom;
    }
  #webshop_shopping_cart.productpage ul {
    top: 24px;
    right: -1px;
    display: none;
    z-index: 99;
  }

.buy {
  background: url(../../../gfx/buy_buttons.png) no-repeat;
  text-indent: -9999px;
  display: block;
  border: 0;
  float: right;
  right: 0;
  position: absolute;
}
.buy.english {
  background-position: 0 -1px;
  width: 94px;
  height: 38px;
}
  .buy.english:hover {
    background-position: bottom left;
  }
.buy.norwegian {
  background-position: right -1px;
  width: 64px;
  height: 38px;
}
  .buy.norwegian:hover {
    background-position: bottom right;
  }

/**
* Product styles
*/
h2.webshop_product_title {
  color:#4E443C;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
}

#webshop_product_image {
  overflow: hidden;
  clear: right;
  float: right;
}

.webshop_product_price {
  font-size: 1em;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  margin-top: 15px;
  padding-top: 5px;
  position: relative;
  clear: both;
}
  .webshop_product_price .price {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: .1em;
    color: #f8a900;
    font-size: 1.6em;
    margin-top: 2px;
    padding-bottom: 5px;
    margin-right: 5px;
    font-weight: 700;
    float: left;
  }
  .webshop_product_price .valuta_info {
    display: block;
    clear: left;
    font-style: italic;
    padding-bottom: 3px;
  }

div.webshop_product_body {
  clear: both;
  color: #444444;
}

.slider a,
#fancy_inner a {
  border: 0;
}

/* Some advanced table styling for browsers that support it */
td:first-of-type(1),
th:first-of-type(1) {
  text-align: left!important;
}
td:last-of-type,
th:last-of-type {
  text-align: right!important;
}
th, td {
  text-align: center;
}

/* IE6 Hacks */
* html #shop_content ul li {
  height: 1%;
}
* html #shop_content {
  position: relative;
  height: 1%;
}
* html dd {
  float: none!important;
  display: inline!important;
}
