﻿/*Basic text*/
body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 60%;
	color: #003081;
}

a
{
	text-decoration: none;
	color: #003081;
}

h1
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bolder;
	font-size: 150%;
	color: #003081;
	margin: 0px;
}

h2
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bolder;
	font-size: 150%;
	color: #003081;
}

h3
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bolder;
	font-size: 110%;
	color: #003081;
	margin: 2px;
	text-decoration: underline;
}

hr
{
	border: 0;
	color: white;
	background-color: white;
	height: 1px;
	width: 100%;
	text-align: left;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

/* The logo in the topleft corner of the site*/
.webshopLogo
{
	width: 190px;
	vertical-align: middle;
	height: 90px;
	float: left;
	clear: none;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 1px;
	margin-right: 10px;
	margin: 10px 10px 1px 1px;
}
/*The info given when logged in, in the toprightcorner of the site*/
.CustomerInfo
{
	width: 180px;
	height: 90px;
	float: right;
	clear: none;
	vertical-align: middle;
	margin: 10px 5px 5px 5px;
}

/* The top of the site including the logincontrol and when logged in smallcart*/
.topbar
{
	background-image: url(../../Archive/Images/SWEDEN/headBackground.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 990px;
}

.norepeat
{
	background-repeat: no-repeat;
}


/* The top of the site including the logincontrol and when logged in smallcart*/
.loginctrl
{
	width: 594px;
	height: 100px;
	background-image: url(../../Archive/Images/SWEDEN/topcart_BG_594x55px.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

.loginWelcome
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 17px;
}

.loginText
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 22px;
}

.loginButton
{
	position: absolute;
	left: 525px;
	top: 20px;
}

.error
{
	font-weight: bold;
	color: Red;
	margin-top: 13px;
}

.smallcart
{
	float: left;
	clear: none;
	width: 594px;
	background-image: url(../../Archive/Images/SWEDEN/topcart_BG_594x65px.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}

.smallcartbody
{
	/*background-image: url(../../Archive/Images/SWEDEN/middlecart__thin_BG_594x10px.gif);*/
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 594px;
}

.smallcartbottom
{
	margin-bottom: 5px;
	width: 594px; /*background-image: url(../../Archive/Images/SWEDEN/cart_bottomBG_594x6px.gif);*/
	background-position: top;
	background-repeat: no-repeat;
}

/* The menu */
.topmenu
{
	width: 990px;
	height: 21px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #5d9bd3;
	float: left;
	background-image: url(../../Archive/Images/SWEDEN/KNtom.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
}

/*The search box*/
.searchbox
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 176px;
	border-top: #003081 1px solid;
	border-bottom: #003081 1px solid;
	padding-left: 15px;
	margin-top: 15px;
	background-image: url(../../Archive/Images/SWEDEN/menuBG_191x3px.gif);
	background-repeat: repeat-y;
}

.searchbox span.header
{
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchBoxLink
{
	display: block;
	font-size: 100%;
	height: 12px;
	width: 90px;
	cursor: hand;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*The categorytree*/
.menuitem_root
{
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 3px;
}

.menurootlevel
{
	font: menu;
	width: 181px;
	border-top: #003081 1px solid;
	border-bottom: #003081 1px solid;
	background-image: url(../../Archive/Images/SWEDEN/menuBG_191x3px.gif);
	padding: 5px;
}

.menurootlevel div.header
{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}

.menuitem_level2
{
	color: #6A9000;
	background-color: transparent;
}

.menuexpandlevel2
{
	width: 160px;
	background-color: White;
}

/*Breadcrumbs*/
.breadcrumbs
{
	font-size: 110%;
	padding-bottom: 5px;
}

/*Headline for productpages*/
.bigheadline
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bolder;
	font-size: 150%;
}

/*Expander row for products*/
.expander
{
	background-image: url(../../Archive/Images/SWEDEN/menuBG_top_3x18px.gif );
	background-position: center;
	background-repeat: repeat-x;
	height: 25px;
	width: 590px;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: White;
}

.expanderRowSign
{
	padding-left: 5px;
	padding-right: 5px;
	clear: none;
	float: left;
	padding-top: 7px;
}

.expanderRow
{
	padding-top: 6px;
	width: 300px;
	clear: none;
	float: left;
}

/*Product box*/
.productRoundedBox-leftbottom
{
	background-position: left bottom;
	background-image: url(../../Archive/Images/SWEDEN/Left_Bottom_10x10px.gif);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	width: 10px;
	height: 10px;
}
.productRoundedBox-rightbottom
{
	background-position: right bottom;
	background-image: url(../../Archive/Images/SWEDEN/Right_Bottom_10x10px.gif);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	width: 10px;
	height: 10px;
}
.productRoundedBox-left
{
	background-position: left;
	background-image: url(../../Archive/Images/SWEDEN/Left_Middle_10x10px.gif);
	background-repeat: repeat-y;
	background-color: Transparent;
}

.productRoundedBox-right
{
	background-position: right;
	background-image: url(../../Archive/Images/SWEDEN/Right_Middle_10x10px.gif);
	background-repeat: repeat-y;
	width: 210px !important;
	width: 200px;
	background-color: Transparent;
}
.productRoundedBox-top
{
	background-position: top;
	background-image: url(../../Archive/Images/SWEDEN/Middle_Top_10x10px.gif);
	background-repeat: repeat-x;
	clear: none;
	float: left;
}
.productRoundedBox-bottom
{
	background-position: bottom;
	background-image: url(../../Archive/Images/SWEDEN/Middle_Bottom_10x10px.gif);
	background-repeat: repeat-x;
	height: 10px;
	clear: none;
	float: left;
}

.orangeRoundedBox
{
	background-color: #6A9000;
	clear: both;
}
.orangeRoundedBox span.text
{
	color: White;
	text-align: center;
}

.orangeRoundedBox-roundtop
{
	background-color: #6A9000;
	height: 3px;
	float: left;
}
.orangeRoundedBox-roundbottom
{
	background-color: #6A9000;
	height: 3px;
	float: left;
}

.orb-corner
{
	height: 3px;
	background-color: White;
}

.txtCount
{
	padding: 5px 5px 3px 5px;
}

.cartImage
{
	vertical-align: middle;
	/*margin-top: 5px;*/
}

/*Listing products*/
.productListTable
{
	width: 100%;
	border-color: #AFC6E0;
}
.productListTable thead
{
	background-color: #FFF;
	color: #6A9000;
}

.productListTable tbody .altrow
{
	background-color: #E6EDF5;
}

/*Expanderrow for cart*/
.cartexpander
{
	background-image: url(../../Archive/Images/SWEDEN/menuBG_top_3x18px.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
}

.changeCartSign
{
	padding-left: 5px;
	padding-right: 5px;
	clear: none;
	float: left;
	padding-top: 3px;
}

.changecartcategory
{
	padding-top: 2px;
	width: 300px;
	clear: none;
	float: left;
}

.changecartAmount
{
	clear: none;
	float: left;
	padding-top: 2px;
	font-style: italic;
}

.changecartsum
{
	clear: none;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
}

/*Expanderrow for cartpurchaselists*/
.savedcartexpander
{
	background-image: url(../../Archive/Images/SWEDEN/menuBG_top_3x18px.gif);
	background-repeat: repeat-x;
	width: 786px;
	height: 25px;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	float: left;
	padding: 2px;
}

.savedCartSign
{
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	padding-top: 1px;
}

.savedcarttable
{
	width: 786px;
	border-color: #AFC6E0;
}

.savedcarttable thead
{
	background-color: #FFF;
	border-color: #AFC6E0;
	color: #6A9000;
	text-align: center;
	vertical-align: top;
}

.carttable thead
{
	background-color: #FFF;
	color: #6A9000;
}

.savedcarttableHeader
{
	color: #6A9000;
	text-align: center;
	background-color: #CFE8E9;
	font-weight: bold;
}

.savedcarttableRows
{
	width: 768px;
}

.bluebar
{
	background-image: url(../../Archive/Images/SWEDEN/menuBG_top_3x18px.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 600px;
	font-weight: bold;
}

.ordertable tbody tr
{
	background-color: #e6edf5;
}

.ordertable tbody .altrow
{
	background-color: White;
}

.ordertable thead
{
	background-color: White;
	color: #6A9000;
}

.aTag
{
    font-size: 10px;
    color: #003081;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    cursor: hand;
}



.DialogCloseButton
{
	font-weight: bold;
	color: white;
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background-color: #003081;
	font-size: 12px;
	margin-top: -15px;
}

.AddArticleDialog h2
{
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	display: block;
	float: left;
	width: 285px;
	height: 20px;
	background-color: #003081;
	margin-left: -15px;
	margin-top: -15px;
}
div.AddArticleDialog
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: #003081 1px solid;
	left: 500px;
	width: 300px;
	position: absolute;
	top: 85px;
	height: 100px;
	background-color: #84BCD7;
}

.inkomenu
{
	background-image: url(../../Archive/Images/SWEDEN/menuBG_top_3x18px.gif);
	background-repeat: repeat-x;
	border: solid 1px #003081;
	width: 100%;
	height: 21px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

.selectsegment
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 176px;
	border-top: #003081 1px solid;
	border-bottom: #003081 1px solid;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-top: 10px;
	background-image: url(../../Archive/Images/SWEDEN/menuBG_191x3px.gif);
	background-repeat: repeat-y;
}



.pager
{
    font-size: 15px;
}

.pager a
{
    padding: 5px
}

.pager a:hover
{
    background-color: #99CCFF;
}
.inputForm
{
    font-weight: bold;
}

.inputForm input
{
    font-weight: normal;
}

