@charset "UTF-8";
/*    
Theme Name: KotH v2 
Theme URI: http://www.kingofthehill.no/ 
Description: A new wordpress theme designed by Remi Juliebø 
Author: Martin Holm
Author URI: http://www.martinholm.com 
Version: 1.0 
*/

#content-left, .widecolumn {
	float:left;
	width:515px;
}

#sidebar {
        position:absolute;
        top:195px;
        left:60px;
	width:200px;
	font-size:10px;
}

#sidebar a{
       color:#000000;
}

#blog-header {
/*	width:100px; */
        float:left;
}

#blog-header-menu {
	z-index:9;
	position:absolute;
	top:43px;
	left:130px;
	width:280px;
}

.blog-header-menu-row {
	margin-bottom:2px;
}

.entry {
       padding-bottom:30px;
}



/* CSS for Product pages (single product) 
========================================= */
.productdisplay {
	margin-top:15px;
}

.prodtitles {
	padding-top:7px;
}

.single_additional_description, .description {
	font-size:11px;
}


/* CSS for Product listing pages 
======================================== */
.wpsc_description, .wpsc_product_price {
	font-size:11px;
}

/*
#products_page_container .wpsc_variation_forms {
	visibility:collapse;
        display:none;
}

#products_page_container .wpsc_buy_button {
        display:none;
       background-color:#FF0000;
}
*/

.wpsc_product_price {
	font-style:italic;
}

div.imagecol a img {
	border:1px solid #cccccc;
}

.’additional_description_span’, #additionaldescription1 {
	visibility:collapse;
	display:none;
}

#sidebar .sIFR-replaced {
	font-size:19px;
}



/* CSS for header 
=================================== */
#header-wrapper {
       position:absolute;
       top:165px;
       left:345px;
       width:820px;
}



/* CSS for Shopping Cart in header 
=================================== */
#shopcart {
        float:right;
	width:375px;
	height:79px; 
}

#shopcart .cartcount {
	position:absolute;
	margin-left:355px;
	margin-top:27px;
}

#shopcart .pricedisplay {
	position:absolute;
	margin-left:315px;
	margin-top:55px;
}

.gocheckout {
	position:absolute;
	margin-left:290px;
	top:14px;
}

.numberitems, .totalhead, #shopcart .empty, #shopcart .visitshop {
	visibility:collapse;
	display:none;
}



/* CSS for Product Group sidebar widget 
======================================== */
#thproduct, .thproduct, #thqty, .thqty, #thprice, .thprice, .emptycart, .subtotal, .postage, .tax, table.shoppingcart, li.MainCategory img {
	visibility:collapse;
	display:none;
}

.total {
	margin-top:-15px;
}

.sidebar {
	margin-bottom:30px;
	line-height:15px;

}

.sidebar h2 {
	visibility:collapse;
	display:none;
}


.SubCategories li { /* Skal også skjules / vises med accordion */
	padding-left:10px;
}

.PeCategories {
	margin-bottom:0px;
}

.productlink a{
	color:#000000;
}



/* CSS for Handlekurv 
====================== */
.wpsc_container {
	font-size:11px;
}

.wpsc_container td{
	padding-left:6px;
	padding-top:4px;
}

.wpsc_container h2, tr.product_shipping td h2 {
	margin-top:40px;
	margin-bottom:5px;
}


td.textarea .text{
	margin-bottom:0px;
}

table td{
	vertical-align:top;
}

table.wpsc_checkout_table input.text, table.wpsc_checkout_table textarea {
	size:20;
}



/* CSS for Mailingliste 
======================== */
.widecolumn form {
       margin-top:25px;
}