﻿body
{
	background-image: url(px/bg.png);
	background-repeat: repeat-x;
	background-color: White;
	color: Black;
	font-family: Georgia, Serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	padding-top: 19px;
}

input, form, table, tbody, thead, tfoot, tr, td, th
{
	/*
     * Fucking IE doesn't honor this for input-tags:
	font-family: inherit;
	font-size: inherit;
	*/
	font-family: Georgia, Serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	border-width: 0px;
}

a
{
	color: #000099;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

form
{
	margin: 0px 0px 0px 0px;
}

span.underline
{
	text-decoration: underline;
}

div#PageContent
{
	text-align: left;
	position: relative;
	background-color: White;
	width: 895px;
	padding: 11px 12px 11px 12px;
	margin-left: auto;
	margin-right: auto;
}

div#TopNavigation
{
	background-repeat: repeat-y;
	background-color: #EAEAEA;
	background-position: right top;
	padding: 4px 4px 4px 7px;
	margin-bottom: 13px;
}

div#TopNavigation
{
	background-repeat: repeat-y;
	background-color: #EAEAEA;
	background-position: right top;
	padding: 4px 7px 4px 7px;
	margin-bottom: 13px;
}

div#TopNavigation div
{
	margin-top: 0px;
	width: 45%;
}

div#TopNavigation div.left
{
	float: left;
}
div#TopNavigation div.right
{
	float: right;
	text-align: right;
}


div#TopNavigation a
{
	color:Black;
}

div#LeftColumn
{
	background-color: #526b91;
	float: left;
	width: 218px;
	height: 522px;
	background-image: url(px/leftbakgrund.gif);
}
div#LeftColumnInner
{
	padding: 10px 10px 10px 14px;
}

div#LogoTypePlaceHolder
{
	height: 172px;
	margin-bottom: 10px;
}

div#LeftLinks a
{
	display: block;
	background-color: #ffffff;
	color: #000077;
	font-weight: bold;
	margin-bottom: 4px;
	width: 190px;
	height: 29px;
	background-repeat: no-repeat;
}

div#LeftLinks a.NavLink1 { background-image: url(px/1.png); }
div#LeftLinks a.NavLink2 { background-image: url(px/2.png); }
div#LeftLinks a.NavLink3 { background-image: url(px/3.png); }
div#LeftLinks a.NavLink4 { background-image: url(px/4.png); }
div#LeftLinks a.NavLink5 { background-image: url(px/5.png); }

div#LeftLinks a.NavLink1:hover { background-image: url(px/1over.png); }
div#LeftLinks a.NavLink2:hover { background-image: url(px/2over.png); }
div#LeftLinks a.NavLink3:hover { background-image: url(px/3over.png); }
div#LeftLinks a.NavLink4:hover { background-image: url(px/4over.png); }
div#LeftLinks a.NavLink5:hover { background-image: url(px/5over.png); }

div#LeftLinks a.NavLink1active { background-image: url(px/1over.png); }
div#LeftLinks a.NavLink2active { background-image: url(px/2over.png); }
div#LeftLinks a.NavLink3active { background-image: url(px/3over.png); }
div#LeftLinks a.NavLink4active { background-image: url(px/4over.png); }
div#LeftLinks a.NavLink5active { background-image: url(px/5over.png); }

div#LeftLinks a div
{
	padding-top: 8px;
	padding-left: 12px;
}

div#LeftLinks a:hover
{
	background-color: #eaedf2;
	color: #6486be;
	text-decoration: none;
}


div#BasketInfo
{
	background-image: url(px/varukorg_bg.gif);
	position: relative;
	margin-top: 17px;
	background-color: #6486be;
	color: White;
	width: 192px;
	height: 138px;
}

a.BasketButton
{
	position: absolute;
	top: 110px;
	display: block;
	width: 79px;
	margin-bottom: 0px;
	float: left;
	margin-right: 5px;
	color: White;
	text-align: center;
	font-weight: bold;
	background-color: Transparent;
	font-size: 9px;
}

a.BasketButtonEdit
{
	left: 14px;
}
a.BasketButtonCheckout
{
	left: 100px;
}

a.BasketButton:hover
{
	text-decoration: none;
	background-color: #283977;
}

div#BasketInfo h3
{
	position:absolute;
	width: 150px;
	background-color: Transparent;
	top: 10px;
	left: 14px;
	font-size: 14px;
}

div#BasketDetails
{
	position:absolute;
	width: 118px;
	background-color: Transparent;
	top: 45px;
	left: 70px;
	line-height: 16px;
	overflow: hidden;
}

div#ContentColumn
{
	float: right;
	width: 664px;
	overflow: hidden;
}

div#Footer
{
	clear: both;
	margin-top: 20px;
	padding-top: 0px;
	font-size: 10px;
}

div#FooterLine
{
	height: 4px;
	background-color: #283977;
	margin-bottom: 23px;
}

div#Footer .left
{
	width: 160px;
	float: left;
}

div#Footer .right
{
	width: 150px;
	float: right;
	text-align: right;
}

div#StudioW
{
	margin-left: -2px;
	margin-top: -7px;
	width: 65px;
	float: left;
}

.BasketDelete
{
	color: Red;
}

.RowSum
{
	text-align: right;
}
.BasketTotal
{
	font-weight: bold;
}

table.Basket thead th
{
	text-decoration: underline;
}
table.Basket tbody td input.text
{
	width: 20px;
}

table.Basket
{
	width: 100%;
}

td.Quantity, th.Quantity
{
	text-align: center;
}


div#FrontImageHolder
{
	margin-bottom: 13px;
}

div.FrontColumn h3, h3.PageHeading
{
	color: White;
	margin-bottom: 15px;
	padding: 3px 3px 3px 6px;
	font-size: 11px;
	background-color: #283977;
}

div#FrontProducts
{
	float: left;
	width: 212px;
}

div#FrontProductCategories
{
	background-color: #EAEAEA;
	height: 286px;
}

div#FrontProducts h3
{
	background-color: #283977;
}
div#FrontWelcome h3
{
	background-color: #6486be;
}

div#FrontWelcome
{
	float: right;
	width: 438px;
}

div#FrontWelcomeLeft
{
	width: 212px;
	float: left;
}
div#FrontWelcomeRight
{
	width: 212px;
	float: right;
}

h4
{
	font-size: 13px;
	color: #283977;
	margin-bottom: 11px;
}

div.FrontText
{
	padding: 15px 8px 0px 8px;
	line-height: 16px;
}

div#FrontProductCategories
{
	padding: 11px 12px 0px 12px;
	font-size: 9px;
}

div#FrontProductCategoriesInner a
{
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
	color: Black;
}

div#FrontProductCategories img.img
{
	float: left;
	margin-right: 8px;
}

div#FrontProductCategories img.sep
{
	clear: both;
	margin-top: 11px;
	margin-bottom: 11px;
}


ul.productlist
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

ul.productlist li
{
	display: block;
	float: left;
	width: 154px;
	margin-right: 12px;
	margin-bottom: 30px;
	text-align: center;
	color: #283977;
}

ul.productlist li a
{
	font-weight: bold;
	color: #6486be;
}

div.PageIllustration, div.ArticleIllustration
{
	float: left;
	width: 215px;
	text-align: left;
	font-size: 10px;
}

div.ArticleIllustration ul
{
	border-top: solid 1px black;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 3px;
}

div.ArticleIllustration ul li
{
	margin-top: 10px;
	list-style-type: square; 
	color: #283977;
}

div.PageText
{
	float: left;
	width: 400px;
	line-height: 17px;
	margin-top: 0px;
}

div.PageText h1, div.ArticleText h1
{
	color: #283977;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.clear
{
	clear: both;
}

big
{
	color: #283977;
}

a.AddToBasket
{
	color: #AA0000;
	text-decoration: underline;
	text-transform: uppercase;
}

table.ArticleBuy
{
	font-weight: bold;
}

table.ArticleBuy thead th
{
	background-color: #6874a0;
	color: White;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 15px;
}

table.ArticleBuy tbody td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 15px;
	background-color: #f4f0eb;
	color: #283977;
}

a.BackToProducts
{
	font-weight: bold;
	text-decoration: underline;
}

.blink
{
	color: #f6ba09;
}
