@charset "utf-8";

*{
	margin:0px;
	padding:0px;	
	line-height: 21px;
}

body{
	font-family: arial, verdana, sans-serif;
	background-color:#ffffff;
	font-size: 12px;
}

h1, h2, h3, p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 13px;
}

h1, h2, h3 {
	line-height: 1em;
}

h1 {
	font-size: 40px;
	/*letter-spacing: -0.08em;*/
}

h2 {
	font-weight: normal;
	font-size: 23px;
	/*letter-spacing: -0.08em;*/
}

a {
	color: #000;
	cursor: pointer;
}

a img {
	border: none;
}

a.nodecoration {
	text-decoration: none;
}

.clear {
	margin-bottom: 26px;
}

.bottomalign {
	position: absolute;
	bottom: 0;
}

.blurb {
	background: url(../images/border_black.png) left bottom repeat-x;
	padding-bottom: 13px;
	margin-bottom: 26px;
	font-size: 14px;
}

.blurb img {
	padding-bottom: 13px;
}


ul.pagelist {
	padding: 0;
	margin: 26px 0 0 0;
	list-style: none;
	font-size: 14px;
}

ul.pagelist li {
	list-style: none;
	margin-bottom: 52px;
	height:170px; /* Added 100114 in order to show categories properly  */
}

.list_item_content_placeholder {
	position: absolute;
	height: 144px;
}

.product-cat-label {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 7px;
	line-height: 14px; 
}

.product-info-placeholder .product-cat-label {
	font-size: 18px;
	margin-bottom: 7px;
	line-height: 18px; 
	color: #144d7e;
}

.buttonplaceholder {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.buttonplaceholder a {
	margin-right: 4px;
}

.buttonplaceholder a img {
	vertical-align: bottom;
}

.product-info-placeholder {
	background: #f7f6f7;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 11px;
	position: relative;
}

.product-cat-buyinfo {
	position: absolute;
	bottom: 20px;
	left: 490px;
	width: 448px;
}

.product-cat-buyinfo .price {
	font-size: 28px;
}

#amount {
	height: 17px; 
	width: 17px; 
	margin: 0 0 1px 0; 
	padding: 4px; 
	font-size: 14px; 
	line-height: 14px; 
	border: 1px solid #666; 
	text-align: center;
}

.product-cat-buyinfo .buttonplaceholder {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: auto;
}

.product-info-placeholder .alpha {
	margin-left: 20px;
	margin-right: 22px;
	width: 441px;
}

.product-info-placeholder .omega {
	margin-right: 20px;
	width: 441px;
}

h1.light {
	font-size: 28px;
	color: #144d7e;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.bordered {
	background: url(../images/border_black.png) left bottom repeat-x;
	height: 4px;
	padding: 40px 0 0 0;
	margin: 0 7px 50px 7px;
	visibility: visible;
	width: auto;
}

#image-gallery {
	height: 326px;
	background: #fff;
	position: relative;
}

#image-gallery-main {
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -118px;
}

#image-gallery-thumb-placeholder {
	position: absolute;
	bottom: 16px;
	left: 50%;
}

#image-gallery-thumb-list {
	margin-left: -50%;
	list-style: none;
}

#image-gallery-thumb-list li {
	display: inline;
	margin: 0 10px 0 0;
}

#image-gallery-thumb-list img {
	border: 3px solid #dcdcdc;
	opacity: 0.8;
}

#header {
	position: relative;
	margin-top: 13px;
	background: url(../images/header_bg.png) right 5px no-repeat;
	margin-bottom: 13px;
}

/*Norwegian flag image*/
#no {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 45px;
	top: 23px;
}
/*Swedish flag image*/
#se {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 45px;
	top: 23px;
}

#shop_basket {
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	right: 8px;
	top: 52px;
	background: url(../images/shop_basket.png) left bottom no-repeat;
	padding-left: 30px;
	padding-top: 5px;
}

#mainnav,
 #subnav {
	position: absolute;
	line-height: 14px; /* Changed from 12px*/
	font-size: 14px; /* Changed from 12px*/
	letter-spacing: -1px;
	/*width: 100%;*/ /*Commented this in order to fix the country flag link layout in IE6*/
	list-style: none;
	left: 90px;
	top: 20px;
	z-index:2000;
}

#mainnav ul, 
#subnav ul {
	position: absolute;
	line-height: 11px;
	font-size: 11px;
	list-style: none;
	/*width: 100%;*/ /*Commented this in order to fix the country flag link layout in IE6*/
	left: 0px;
	top: 30px;
}

#mainnav li,
#subnav li {
	display: inline;
	margin-left: 12px;
}

#mainnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #144d7e;
}

#mainnav li a.selected, #mainnav li a:hover {
	color: #af0f1f;
}

#subnav li a 
{
	text-decoration: none;
	text-transform: uppercase;
	color: #af0f1f;
}

#subnav li a.selected {
	text-decoration: underline;
}


.splash_image_placeholder {
	position: relative;
	float: left;
}

.splash_link {
	position: absolute;
	right: 7px;
	bottom: 0;
}

#footer {
	position: relative;
	height: 147px;
	padding: 10px 0;
	/*background: url(../images/footer_torky.png) left bottom no-repeat;*/
	font-size: 10px;
}


.footer_torky
{
    background: url(../images/footer_torky.png) left bottom no-repeat;
}


#footer_content_placeholder {
	position: absolute;
	bottom: 11px;
}

#footer address {
	line-height: 11px;
	font-style: normal;
	color: #144d7e;
}

#footer address a {
	color: #144d7e;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 18px 0 0;
	background: url(../images/footer_menu_seperator.png) right bottom no-repeat;
}

#footer ul li:last-child {
	background: url('');
}

#footer ul li a {
	text-decoration: none;
}

#footer_about {
	color: #979797;
	font-size: 10px;
	line-height: 14px!important;
	margin-top: -15px;
}