/*
---------------------------------------------------


	Author: Simen Granerud
	email: simensau@gmail.com
	
	
	
	
	Basic layout: 
	

---------------------------------------------------
*/








h1, h2, h3, h4, a, p, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, "Helvetica Neue", Geneva, Arial, sans-serif;
}

h3 {font-size: 15px; color: #004249;}
h1 {font-size: 16px;}
h3 {font-size: 13px;}


body {
	background: #fff;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #3B3B3B;
}


#page {	
	margin: 0 auto;
	width: 762px;
}

#banner {
	height: 136px;
	background: url("images/header.jpg") left top no-repeat;
}

.pageDescription, #pageDescription { font-weight: bold;}

#bannerLink a {
	position: absolute;
	display: block;
	margin-top: 25px;
	height: 75px;
	width: 270px;
	text-indent: -9999px;
}
























/*
---------------------------------------------------


	Frontpage 
	

---------------------------------------------------
*/



#forsiden_1 p {margin-bottom: 0;}

#forsiden_1 h1, #forsiden_1 #footer {display: none;}

#forsiden_1 #centerContent { margin: 0; padding: 0;}

#forsiden_1 #kontakt {margin-top: 378px;}





#frontpageheader {
	width: 762px;
	height: 238px;
	background:url("images/frontpageheader.jpg");
	margin-left: -229px;
	text-indent: -9999px;
}




#frontpage_left {
	width: 256px;
	height: 184px;
	background: url("images/frontpage_left.jpg");
	margin-top: 20px;
	float: left;
	display: inline;
}



#frontpage_right {
	width: 256px;
	height: 184px;
	background: url("images/frontpage_right.jpg");
	margin-top: 20px;
	float: right;
	display: inline;
}


#frontpage_left a, #frontpage_right a {
	display: block;
	height: 80px;
	width: 256px;
	margin-top: 100px;
	text-indent: -9999px;
}


















/*
---------------------------------------------------


	Center Content. 


---------------------------------------------------
*/




#centerContent {
	width: 533px;
	float: right;
	min-height: 420px;
}

#objectRendrer {
	font-size: 1.3em;
	line-height: 1.8em;
}

#centerContent h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1e525a;
	font-weight: normal;
	
	
	background: url("images/decoration.jpg") 0 12px no-repeat;
	padding-left: 40px;
	padding-top: 6px;
	margin-bottom: 7px;
}




#centerContent a {color: #6EA3B5; text-decoration: none;}

#centerContent a:hover {color: #004249; text-decoration: underline;}


























/*
---------------------------------------------------


	Navigation. 
	

---------------------------------------------------
*/


#banner #left_nav {
	position: relative;
	height: 36px;
	width: 10px;
	top: 136px;
	
	
	text-indent: -99999px;
	background: url("images/nav_left.jpg") left top no-repeat;
}

#banner #right_nav {
	position: relative;
	height: 36px;
	width: 10px;
	top: 100px;
	left: 754px;
	
	
	text-indent: -99999px;
	background: url("images/nav_right.jpg") left top no-repeat;
}


#navcontainer {
	background: url("images/nav_repeat.jpg");
	height:36px;
	margin-bottom: 20px;
}

#navlist {	
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	display: block;
	float: left;
	height: 36px;
	margin: 0;
	margin-left: 11px;
}


#navlist li a {
	display: block;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #9a9a9a;
	
	height: 23px;
	padding: 0 6px;
	
	padding-top: 13px;
}

#navlist li a:hover, #navlist li #active {
	background: url("images/nav_hover.jpg");
	border-right: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	padding-left: 5px;
	padding-right: 5px;
}























/*
---------------------------------------------------


	Left content
	

---------------------------------------------------
*/

#kontakt {	display: none;}

#forsiden_1 #kontakt,
#leverandorer_1 #kontakt,
#om_oss #kontakt,
#kontakt_oss #kontakt,
#bli_forhandler #kontakt,
#nedlastning #kontakt,
#seminar #kontakt,
#pinofit_physiotape_seminar #kontakt,
#sok #kontakt,
.grp_gjest #kontakt

{ display: block;}


#kontakt {
	margin-top: 120px;
	width: 210px;
	position: relative;
	
	background: url("images/left_box.jpg");
	height: 164px;
	padding-top: 20px;
}

#kontakt h3 {
	text-transform: uppercase;
	text-indent: 40px;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #004249;
	font-weight: normal;
	
	
	background: url("images/decoration.jpg") left center no-repeat;
	margin-left:20px;
	margin-bottom: 10px;
}


#kontakt ul {
	list-style: none;
	margin: 0;
}

#kontakt ul li {
	line-height: 2em;
	font-size: 1.1em;
	color: #3B3B3B;
}



















/*
---------------------------------------------------


	Misc. 
	

---------------------------------------------------
*/


fieldset.form {
	margin: 0;
	padding: 0;
	border: none;
}

.hiddenStructure {
	display: none;
}

#documentActions {
	float: right;
}

#documentActions li {
	float: left;
	padding-left: 1em;
	list-style-type: none;
	margin: 0px;
}


#centerContent ul {
	margin-bottom: 20px;
}


#objectPath, .simpleObjectPath, #documentActions { display: none;}



.contact_wrap {
	width:266px;
	float: right;
}

a { outline: none;}

:-moz-any-link:focus { outline: none;}

.pageDescription, p, #pageDescription {margin-bottom: 20px;}

#forsiden_1 .pageDescription { margin: 0;}


.rightFloat, .leftFloat {
	display: inline;
	width: 260px;
}

.rightFloat { float: right;}
.leftFloat { float: left;}

.clearboth {
	display: block;
	height: 10px;
	clear: both;
}

.rightFloat ul, .leftFloat ul { list-style: none; margin: 0; padding: 0;}

.rightFloat, .leftFloat li {
	margin-left: 10px;
	margin-bottom: 0px;
}














/*
---------------------------------------------------


	Footer 
	

---------------------------------------------------
*/

#footer {
	display: block;
	clear: both;
	text-align: center;
	background: url("images/nav_repeat.jpg") repeat-x bottom;
	height:36px;
	padding-top: 20px;
	z-index: 88;
	/*margin-bottom: 20px;*/
}


#footer #left_nav {
	position: relative;
	display: inline;
	height: 36px;
	width: 10px;
	float: left;
	
	text-indent: -99999px;
	background: url("images/nav_left.jpg") left top no-repeat;
}

#footer #right_nav {
	position: relative;
	display: inline;
	height: 36px;
	width: 10px;
	float: right;
	
	
	text-indent: -99999px;
	background: url("images/nav_right.jpg") right top no-repeat;
}

.copyright {
	margin-top: 8px;
}
















/*
---------------------------------------------------


	Product Teaser 
	

---------------------------------------------------
*/


/* small :
#product_teaser img {	float: left;}

#product_teaser p {
	width: 171px;
	float: right;
	margin-top: 14px;
}


*/

#product_teaser img {	float: left;}

#product_teaser p {
	float: left;
	margin: 14px 20px 20px 20px;
}



















/*
---------------------------------------------------


	Subnavlist - shoplist 
	

---------------------------------------------------
*/



/*
#subnavlist li a, #subnavlist li a:hover, #subnavlist li:hover, #subnavlist li, #subnavlist, #subnavlist li ul, #subnavlist li ul li {
	position: static;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	height: none;
	text-transform: none;
	text-indent: 0px;
}
*/



#subnavlist {	
	position: absolute;
	width: 210px; /* IE FAEN */
	float: left;
	margin: 20px 0 0 -88px;
	display: inline;
	background: #EBF3F8;
	
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;	
	border-top: 1px solid #F0F0F0;
	
	z-index: 99;
}

#subnavlist li, #subnavlist li:hover {
	float: left;	
	clear: both;
	height: auto;
	margin: 0;padding: 0;
}

#subnavlist li a, #subnavlist li a:hover {
	color: #3B3B3B;
	margin: 0 0 1px 0;
	padding: 5px;
	padding-left: 19px;
	width: 185px;
	height: auto;
	background: #FBFCFE;
	text-transform: none;
	font-size: 1.2em;
}



#subnavlist #subcurrent {
	font-weight: bold;
}

#subsubnavlist {
	margin: 0;
	padding: 0;
}

#subsubnavlist li {
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 1px;
	font-size: 0.9em;	
}

#subsubnavlist li a {
	background: #EBF2F8;
	width: 165px;
}

#subsubnavlist li a:hover {
	border: none;
	padding: 5px 0 5px 40px;
	background: white;
	width: 170px;
}

 #subsubnavlist li #subsubactive {
	background: white;
}


#subsubnavlist li:hover, #subsubnavlist #subsubcurrent {
	background: white;
	border: none;
	margin-bottom: 1px;
	
}


#leverandorer #subnavlist { display: none;}





















/*
---------------------------------------------------


	Shop list items
	

---------------------------------------------------
*/










.itemText .itemDesc { font-weight: bold;}

#BasketBoxSimple a {font-weight: bold;color: #6EA3B5; text-decoration: none;}
#BasketBoxSimple a:hover {color: #1e525a;}


#BasketBoxSimpleTitle, #BasketBoxSimpleProducts {
	float: left;
	margin-right: 10px;
} 
#BasketBoxSimple {
	float: right;
	display: inline;
	text-align: left;
	
	color: #8A8A8A;
	width: 230px;
	position: absolute;
	margin-left: 530px;
	top: 103px;
	font-size: 1.3em;
}


#BasketBoxSimplePrice {
	font-weight: bold;
}









.itemList {
	table-layout: fixed;
	float: left;
}

table.itemList td {
	border-bottom: 1px #F2F2F2 solid;
	padding: 20px  0 20px 0;
}

table.itemList td.separation{border-bottom: 0px; padding: 0;}

table.itemList td img {
	border: none;
	padding:0px;
	margin: 0px;
	max-width: 90px;
}

table.itemList td.image { width: 90px;}


.webshopItem .image {padding-right: 20px;}

#webshopContent tr, #webshopContent td {vertical-align: bottom;}

#webshopContent td.text {
	width: 300px;
	vertical-align: top;
	}

.buy, .lesmer {
	width: 68px;
	text-align: left;
}

.lesmer{ width: 78px;}

.itemVat, .itemId {font-size: 10px;}
	
.fbuttons_buy, .fbuttons {
	border: 1px solid #BBB;
	background: url("images/fbutton.jpg") repeat-x;
	padding: 1px 6px 2px 6px;
	height: 20px;
	cursor: pointer;
	font-size: 11px;
	color: #3B3B3B;
}

.fbuttons_buy:hover, .fbuttons:hover {
	border: 1px solid #6A6A6A;
}

#webshopItemPrice {
	margin-top: 20px;
	font-weight:bold;
}

.itemDesc { padding-right: 10px;}

.webshopItemHeader a {
	font-size: 0.6em;
	text-decoration: none;
}
.webshopItemHeader a:hover { text-decoration: underline;}

img { border: none;}

























/*
---------------------------------------------------


	Basket. 
	

---------------------------------------------------
*/

#Nettsted #centerContent {
	float: left;
	width: 762px;
}


.BasketItemLink a {
	font-weight: normal;
}

table.BasketList {
	width: 762px;
	margin-top: 20px;
}

table.BasketList td {
	vertical-align: top;
}

table.BasketList td img {
	border: none;
	padding: 3px;
	margin: 0 15px 0 0;
	width: 70px;
}

td.BasketTotalPrice {
	font-weight: bold;
	color: #19646E;	
	text-align: right;
	margin-bottom: 20px;
}

.empty { margin-left: 20px;}

.BasketList td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

td.BasketHeaderItem {
	background: url("images/navback.jpg") repeat-x;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	height: 25px;
	padding-bottom: 2px;
	padding: 0 5px 0 5px;
	color: #3B3B3B;
	margin-bottom: 10px;
}

.BasketItemDelete {
	padding: 20px 0 0 15px;
	height: 50px;
}

.BasketItemPriceRow {
	color: #19646E;	
	font-weight: bold;
}


.orderComment {
	vertical-align: top;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.orderComment span{
	vertical-align: top;
}

.orderComment textarea{
	margin-left: 15px;
	width: 300px;
	height: 100px;

}















/*
---------------------------------------------------


	Search 


---------------------------------------------------
*/




#search_top {
	display: block;
	position: absolute;
	top: 65px;
	margin-left: 617px;
}

#search_top #q {
	border: 1px solid #DDD;
	background: #FFF;
	height: 18px;
}

#search_top #q:hover {
	border: 1px solid #BBBBBB;
}

#search_top #searchSubmit {
	border: 1px solid #DDD;
	width: 40px;
	height: 20px;
	color: #444;
	font-size: 11px;
	background: url("images/nav_repeat.jpg") center;
}

#search_top #searchSubmit:hover {
	background: url("images/nav_hover.jpg") center;
	cursor: pointer;
}


/* EXTRA MODULER */

.must {
	font-weight: bold;
}