﻿/* Checkout (local/views/checkout.cfm , checkout_confirm.cfm & checkout2.cfm)
-------------------------------------------------------------------------- */
#checkout {
	width:532px;
}
#checkout .checkout_header {
	background:url(../gfx/bggreenheader.jpg) no-repeat;
	width:522px;
	height:25px;
	line-height:25px;
	padding:0 0 0 10px;
	margin:0;
	font-size:1.42em;
	color:#FFF;
}
#checkout .checkout_product_list {
	width:522px;
	padding:10px 5px;
}
#checkout .checkout_terms {
	width:532px;
	padding:10px 0;
}
#checkout .checkout_payment_header {
	background:url(../gfx/bggrayheader.jpg) no-repeat;
	width:522px;
	height:25px;
	line-height:25px;
	padding:0 0 0 10px;
	margin:0;
	font-size:1.42em;
	color:#333;
}
#checkout .checkout_payment_method {
	width:532px;
	padding:10px 0;
}
#checkout .checkout_delivery {
	width:532px;
	padding:10px 0;
}

#checkout .checkout_thanx {
	padding:5px;
}
#checkout .checkout_ordernumber {
	padding:0 5px 5px 5px;
}
#checkout .checkout_ordertext {
	padding:0 5px;
}
#checkout .checkout_footer {
	overflow:hidden;
}

/* Basket (local/views/basket.cfm)
---------------------------------------- */
#basket {
	width:532px;
}
#basket .basket_heading {
	background:url(../gfx/bggreenheader.jpg) no-repeat;
	width:522px;
	height:25px;
	line-height:25px;
	padding:0 0 0 10px;
	margin:0;
	font-size:1.42em;
	color:#FFF;
}
#basket .basket_list {
	width:512px;
	padding:10px;
}
#basket .basket_image {
	width:60px;
	padding:0 5px 0 0;
	display:inline;
}
#basket .basket_image a {
	text-decoration:none;
}
#basket .basket_image img {
	border:1px solid #999;
	width:60px;
}
#basket .basket_title {
	font-size:0.92em;
	font-weight:bold;
}
#basket .basket_title a,
#basket .basket_title a:link,
#basket .basket_title a:visited {
	color:#79BA51;
	text-decoration:none;
}
#basket .basket_title a:hover,
#basket .basket_title a:active {
	color:#79BA51;
	text-decoration:underline;
}
#basket .basket_info {
	color:#666;
	font-size:0.92em;
}
#basket .input_qty {
	width:30px;
	height:18px;
	padding:0 2px 0 0;
	border:1px solid #CCC;
	color:#919191;
	text-align:center;
}
#basket .basket_footer {
	width:532px;
}

/* View Product List 
------------------------------------------- */
#product_list {
	width:530px;
	border:1px solid #CCCCCC;
	border-top:none;
	background-color:#F7F7F7; 
	padding:10px 0 0 0;
}
.product_headingCategory {
	background:url(../gfx/bgHeadingProducts.jpg) no-repeat;
	height:24px;
	line-height:24px;
	width:532px;
}
.product_headingCategory h1 {
	padding:0 0 0 10px;
	margin:0;
	font-size:13px;
	line-height:24px;
	color:#333;
}
.product_bg {
	margin-top:3px;
	min-height:72px;
	height:auto !important;
	height:72px;
	padding:7px 21px 9px 9px;
}
.product_bg .product_img {
	float:left;
	width:100px;
	border:1px solid #CCC;
	background:#FFF;
	text-align:center;
	padding:2px;
	line-height:1px;
}
.product_bg .product_img img {
	width:100px;
}
.product_bg .product_text {
	float:left;
	width:271px;
	text-align:left;
	color:#333333;
	line-height:14px;
	padding:5px 10px 0 0;
	margin-left:10px;
}
.product_bg .product_price {
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
}
.product_bg .buy {
	float:left;
	text-align:left;
	display:inline;
	margin-top:20px;
}
.product_bg .select {
	font-size:10px;
}
/* END View Product List */


/* Product View
--------------------------------------------------------*/
#productView {
	width:100%;
	overflow:hidden;
}
/* Product View - Title
--------------------------------------------------------*/
#productView .productTitle {
	background:url(../gfx/bgHeadingProducts.jpg) no-repeat;
	height:24px;
	line-height:24px;
	width:532px;
}
#productView .productTitle h1 {
	margin:0;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:13px;
	line-height:24px;
	color:#333;
}
/* Product View - Content
--------------------------------------------------------*/
#productView .productContent {
	width:530px;
	border:1px solid #CCC;
	border-top:none;
	background-color:#F7F7F7;
	padding:10px 0 0 0;
	line-height:140%;
}
/* Product View - Content - Left
--------------------------------------------------------*/
#productView .productViewLeft {
	width:207px;
	padding:0 0 20px 0;
	float:left;
}
#productView .productImage {
	width:200px;
	height:200px;
	margin:0 0 0 5px;
	background:#FFF;
	border:1px solid #CCC;
}
#productView .productImage ul {
	list-style:none;
	margin:0;
	padding:0;
}
#productView .productImage li {
	margin:0;
	padding:0;
	line-height:200px;
	text-align:center;
}
#productView .productImage img {
	max-width:170px;
	max-height:170px;
	vertical-align:middle;
	outline:none;
	border:none;
}
#productView .productImages {
	width:207px;
	overflow:hidden;
}
#productView .productImages img {
	outline:none;
	border:none;
}

/* Product View - Content - Right
--------------------------------------------------------*/
.productViewRight {
	float:left;
	width:293px;
	padding:0 15px;
}
.product_inline_rightside a,
.product_inline_rightside a:link,
.product_inline_rightside a:visited {
	text-decoration:none;
}
.product_inline_tittel {}
.product_inline_tittel h1 {
	line-height:1em;
}
.product_inline_ingress {
	margin-bottom:15px;
	color:#999;
}
.product_inline_selectbox {
	margin-bottom:5px;
}
#product_inline_container .input {
	width:55px;
	margin-bottom:5px;
}
#product_inline_container .price {
	color:#7ABB51;
	font-size:18px;
	font-weight:normal;
	margin-top:5px;
}
#product_inline_container .left {
	float:left;
	width:146px;
}
#product_inline_container .right {
	float:left;
	width:147px;
	text-align:right;
}

#product_inline_main_tabs ul li {
	padding:0;
}
#product_inline_main_tabs_reviews h2 {
	color:#333;
	font-weight:bold;
	font-size:120%;
	margin:0;
	padding:0 0 8px;
}

/* Relaterte produkter
---------------------------------------- */
#product_inline_related_container {
	width:462px;
	background:#FF33CC;
}
.product_inline_related {
	width:88px;
	height:100px;
	float:left;
}
.product_inline_related_pic {
	width:69px;
	height:70px;
	padding:3px;
	float:left;
	overflow:hidden;
}
.product_inline_related_text {
	width:88px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:13px;
}
.product_inline_related_text a,
.product_inline_related_text a:link,
.product_inline_related_text a:visited,
.product_inline_related_text a:hover,
.product_inline_related_text a:active {
	color:#666;
	text-decoration:none;
}

/* Misc
---------------------------------------- */
#sidevalg_bottom {
	float:right;
	clear:right;
	padding-right:25px;
}
LABEL.error {
	color:#f00;
}
.butikk_odd {
	background-color:#EAEAEA;
}
.butikk_tittel {
	font-weight:bold;
	font-size: 160%;
	color:#CC0203;
	margin-bottom:4px;
}

/* My Page Wrap
---------------------------------------- */
#myPageWrap {
	width:100%;
}
#myPageWrap input[type="text"],
#myPageWrap input[type="password"]{
	width:200px;
	height:18px;
    border:1px solid #999;
    vertical-align:middle;
}
#myPageWrap input.zipcode {
	width:50px;
	margin:0 5px 0 0;
	float:left;
}
#myPageWrap input.city {
	width:143px;
	margin:0 5px 0 0;
	float:left;
}

/* My Page Wrap - Login
---------------------------------------- */
#myPageWrap #mypageLogin {
	width:100%;
}
#myPageWrap #mypageLogin .header {
	width:470px;
	height:25px;
	padding:0 0 0 62px;
	line-height:25px;
	font-size:1.25em;
	font-weight:bold;
	color:#EFEFF3;
	background:url(../gfx/bggreenheader.jpg) no-repeat;
	position:relative;
}
#myPageWrap #mypageLogin .header .headerGfx {
    background:url(../gfx/icon_kundeinfo.png) no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:-8px;
	left:10px;
	overflow:hidden;
}
#myPageWrap #mypageLogin .content {
	width:510px;
	margin:3px 0 17px;
	padding:10px;
	border:1px solid #CCC;
	background:#FFF;
	overflow:hidden;
}
#myPageWrap #mypageLogin input[type="text"],
#myPageWrap #mypageLogin input[type="password"]{
	width:160px;
	margin:0 0 4px 4px;
}
#myPageWrap #mypageLogin input[type="submit"]{
	float:right;
}
/* My Page Wrap - Create Customer
---------------------------------------- */
#myPageWrap #mypageCreate {
	width:100%;
}
#myPageWrap #mypageCreate .header {
	width:470px;
	height:25px;
	padding:0 0 0 62px;
	line-height:25px;
	font-size:1.25em;
	font-weight:bold;
	color:#EFEFF3;
	background:url(../gfx/bggreenheader.jpg) no-repeat;
	position:relative;
}
#myPageWrap #mypageCreate .header .headerGfx {
    background:url(../gfx/icon_kundeinfo.png) no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:-8px;
	left:10px;
	overflow:hidden;
}
#myPageWrap #mypageCreate .content {
	width:510px;
	margin:3px 0 17px;
	padding:10px;
	border:1px solid #CCC;
	background:#FFF;
}
#myPageWrap #mypageCreate input[type="text"],
#myPageWrap #mypageCreate input[type="password"]{
	margin-bottom:4px;
}

/* My Page - Tab Nav
---------------------------------------- */
#tabnav {}
#tabnav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#tabnav li {
	float:left;
	padding:0 15px 0 0;
	margin:0;
}
#tabnav li a,
#tabnav li a:link,
#tabnav li a:visited {
	font-weight:bold;
	text-decoration:none;
}
#tabnav li a:hover,
#tabnav li a:active{
	text-decoration:underline;
}
