﻿@media screen, projection {

/* TABS */

	.tabWrapper {
		margin-left: 30px;
		width: 901px;
		border-left: 1px solid white;
	}

	.tabWrapper ul {
		list-style-type: none;
		margin: 0;
		padding:0;
	}

	.topTab {
		height: 61px;
		width: 149px;
		background: transparent url('../../img/hjemme/tab_top_inactive.png') no-repeat;
		float: left;
		text-align: center;
		text-transform: uppercase;
		border-right: 1px solid white;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}

	.activeTopTab {
		background: transparent url('../../img/hjemme/tab_top_active.png') no-repeat;
	}

	.topTabContentWrapper {
		display: table-cell;
		vertical-align: middle;
		cursor: pointer;
		width: 149px;
		height: 60px;		
		/* For IE6/7 */
		position: relative;
		top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
	}

	.topTabContent {
		text-align: center;
		
		/* center horizontally */
		margin: 0 auto;
		width: 140px;
	}

	.topTab:hover {
		background: transparent url('../../img/hjemme/tab_top_active.png') no-repeat;
	}

	.subTab {
		height: 55px;
		width: 150px;
		background: transparent url('../../img/hjemme/tab_bottom_inactive.png') no-repeat;
		float: left;
		text-align: center;
		text-transform: uppercase;
	}

	.subTab:hover {
		background: transparent url('../../img/hjemme/tab_bottom_active.png') no-repeat;
	}

	.activeSubTab {
		background: transparent url('../../img/hjemme/tab_bottom_active.png') no-repeat;
	}
	
	.subTabRow {
		margin-left: 30px;
		width: 900px;
		background-color: #F6EEB6;
		position: absolute;
		top: 63px;
		left: 0;
		display: none;
	}

	.subTabContentWrapper {
		display: table-cell;
		vertical-align: middle;
		cursor: pointer;

		width: 149px;
		height: 55px;		
		/* For IE6/7 */
		position: relative;
		top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
	}

	.subTabContent {
		text-align: center;
		
		/* center horizontally */
		margin: 0 auto;
		width: 140px;
	}

	.topTab a {
		color: #16082a;
		text-decoration: none;
	}
	
	.subTab a {
		color: #4e8abe;
		text-decoration: none;
	}

	.lastSubTab {
		background: transparent url('../../img/hjemme/tab_bottom_last.png') no-repeat;
	}

	.lastSubTab:hover {
		background: transparent url('../../img/hjemme/tab_bottom_last.png') no-repeat;
	}

	
	/* OLD */
	/* BOTTOM TABS */

	.lastBottomTab {
		background: transparent url('../../img/hjemme/tab_bottom_last.png') no-repeat;
	}

	.lastBottomTab:hover {
		background: transparent url('../../img/hjemme/tab_bottom_last.png') no-repeat;
	}
	
	.bottomTabActive {
		background: transparent url('../../img/hjemme/tab_bottom_active.png') no-repeat;
	}

	.bottomTabActive a {
		color: #16082a;
	}

	.bottomTabInactive {
		background: transparent url('../../img/hjemme/tab_bottom_inactive.png') no-repeat;
	}

}
