﻿/*
Brugte farver

mørk grå oppe i hjørnerne i headeren
#C7C8CA

lyse grå midt i headeren 
#E6E7E8

Orange saving og andre
#F18500
*/

.helpMenu
{
	text-align: left;
	visibility: hidden;
	background-color: #e6e7e8;
	border: silver 1px solid;
	padding:5px;
}

a
{
	text-decoration:none;
	color:Black;
}
.GoToElounge
{
	font-family:Century Gothic;
	font-size:24px;
	padding-right:10px;
}
.GoToElounge:hover
{
	background-color:#FFCC66;
}

.ProductHistory
{
	width:200px;
	background-color:#DCDDDE;
}

/* Your Account Background Color */
.YABC
{
	background-color:#e6e7e8;
}

.NormalFormLinkStyle a:hover, .NormalCollumnData2Style a:hover, .ProductHistory a:hover,.NormalSearchHeadlineStyle a:hover ,.NormalCatHeadlineStyle a:hover,.NormalFloorStyle a:hover,.NormalCatStyle a:hover,.NormalPagingStyle a:hover,.NormalFormNextStyle a:hover,.NormalLinkHelpStyle a:hover
{
	background-color:#FFCC66;
}

.AddToWishlistMenu
{
	background-color: #e6e7e8;
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	border-left: Black 1px solid;
	border-bottom: Black 1px solid;
	padding:2px;
}
/* bliver brugt i addToWishlist menuen*/
.padding5
{
	padding:5px;
}

.NoHighLight a:hover
{
	background-color:Transparent;
}

.basketOverlay
{
	left: 390px;
	position: relative;
	
	width: 40px;
	height: 40px;
	z-index:5;
	overflow:hidden;
}
.userNotificationCenter
{
	background-image: url(images/eventBubble.v3_center.gif);
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right: 10px;
}
/* --------------------------- Prikker  ----------------------------------*/
.dotSpacerLine, .PrikkerRundeHorisontalHvide2
{
	background-image: url(Images/dots.white.2p.horizontal.gif);
	background-position: left center;
	background-repeat: repeat-x;
	height: 10px;
}

.PrikkerRundeHvideVerticalLeft
{
	background-image: url(Images/dots.white.2p.vertical.fr.gif);
	background-repeat: repeat-y;
	background-position: right;
	width:2px;
}

.PrikkerRundeHvideVerticalRight
{
	background-image: url(Images/dots.white.2p.vertical.fl.gif);
	background-repeat: repeat-y; 
	background-position: left;
	width:2px;
}


.PrikkerRundeVertical2
{
	background-image: url(Images/dots.white.2p.vertical.gif);
	background-repeat: repeat-y;
	width:5px;
	background-color: #e6e7e8;
}

.PrikkerVenstreSide4, .dotVertical4Fl
{
	/*background-image: url(Images/dots.white.4p.vertical.fl.gif);
	background-repeat: repeat-y;
	background-position:left;*/
	width:5px;
}

.PrikkerHgreSide4, .dotVertical4Fr
{
	/*background-image: url(Images/dots.white.4p.vertical.fr.gif);
	background-repeat: repeat-y;
	background-position:right;*/
	width:5px;
}

.prikkerVerticalRundeHvide4,.dotVertical4
{
	background-image: url(Images/dots.white.4p.vertical.gif);
	background-repeat: repeat-y;
	width:5px;	
}

.PrikkerHalveBundHvide4
{
	background-image: url(Images/dots.white.4p.horizontal.buttom.gif);
	background-repeat: repeat-x;
	height: 5px;
	background-position: left bottom;
}

.prikkerVerticalRundeGraa4
{
	background-image: url(Images/dots.grey.4p.vertical.gif);
	background-repeat: repeat-y;
}

.PrikkerHorizontaleRundeGraa2
{
	background-image: url(Images/en_graa_prik.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.PrikkerHorizontalHvide4
{
	background-image: url(Images/dots.white.4p.horizontal.gif);
	background-repeat: repeat-x;
	height:10px;
}
/* -----------------------  Rating -------------------------*/
.ratingStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(Images/Star-On16.gif);
}

.emptyRatingStar
{
	background-image: url(Images/Star-Off16.gif);
}

.savedRatingStar
{
	background-image: url(Images/Star-Selected20.gif);
}
/*------------------     Search Simple   -------------------------------*/
.SearchSimpleTableCell
{
	font-family:'Century Gothic';
	font-size:10px;
	color:Black;
	background-color:#c7c8ca;
	background-image:url(Images/corner.whiteLayer.ul.gif);
	background-repeat:no-repeat;
}

.SearchSimpleFieldTableCell
{
	background-image:url(images/SearchBG.gif);
	background-repeat:no-repeat;
}

.SearchSimpleImputField
{
	height: 16px;
	border-color: White; 
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

/* ------------------------- Cultural Selector -------------------------------------------- */

.YourAccountTableCell /*Table Cell on Master */
{
	/*text-align:center;*/
	background-color: #e6e7e8;
	width: 200px;
	/*padding-bottom:5px;*/
	/*padding-top:5px;*/
	/*vertical-align:bottom;	*/
}

.CulturalSelectorIconDiv
{
	vertical-align: middle;
	text-align: center;
	padding-top:5px;
}

/* ------------------------ Help simple ----------------------------------- */

.HelpSimpleCell
{
	background-color: #e6e7e8;
	width: 200px;
	text-align: center;
	padding-bottom: 5px;
	vertical-align: bottom;
}
/*-------------------------------------------------------------------------- */
/* Best Sellers */

.BestSellerHeadRow
{
	background-color: #dcddde;
}

.BestSellerHeadCell
{
	background-image: url(Images/corner.whiteLayer.ul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #dcddde;
	text-align: right;
	padding-right: 5px;
}

.BestSellerImage
{
	width: 35px;
	vertical-align: middle;
	text-align: center;

}



.ImageCell
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: center;
}

.BestSellersNumber
{
	color:White;
	font-family: 'Century Gothic';
	font-size: 28px;	
	padding-right:5px;
	text-align: right;
}

.HiddenControl
{
	visibility:hidden;
	display:none;
}
/*--------------------- HighLights Single ---------------------------------------------------------*/
.HighLightSavings
{
	background-color: #FF9B00;
	width: 70px;
}

.PrikkerHgreSide2
{
	background-image: url(Images/dots.white.2p.vertical.fr.gif);
	background-repeat: repeat-y;
	background-position:right;
	width:5px;
}

.PrikkerVenstreSide2
{
	background-image: url(Images/dots.white.2p.vertical.fl.gif);
	background-repeat: repeat-y;
	background-position:left;
	padding-left:5px;
	margin-left:5px;
}
/*------------------------------------------------------------------------------------------------*/

.CategoryFloorBrowserTable
{
	background-color: #e6e7e8;
	width: 100%;
}

.FloorCategorySeperator
{
	background-image: url(Images/dots.white.2p.horizontal.gif);
	background-repeat: repeat-x;
}
.ProductListImage
{
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
	padding-top: 3px;
	text-align: center;
}
/* ---------------------------- Shopping Cart simple ---------------------------------------------*/

.ShoppingCartCell
{
	text-align: left;
	background-color: Transparent;/*#c7c8ca;*/
	width: 200px;
	vertical-align: bottom;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	
}

.ShoppingCartBottomLine
{
	background-position: right bottom;
	background-image: url(Images/corner.whiteLayer.lr.gif);
	background-repeat: no-repeat;
}

.ProductDetailsNewEditionBar
{
	font-family:'Century Gothic';
	font-size:18px;
	color:White;
	background-color:Red;
}

/*-------------------- UserNotification ------------------------------------------*/
.topUn {
	background-image: url(images/t.gif);
	background-repeat: repeat-x;
}
.bottomUn {
	background-image: url(images/b.gif);
	background-repeat: repeat-x;
}
.leftUn {
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
}
.rightUn {
	background-image: url(images/r.gif);
	background-repeat: repeat-y;
}
.centerUn {
	background-image: url(images/c.gif);
	background-repeat: repeat;
}
.userNotificationText
{
	font-family:Garmond;
	font-size:17px;
}
/* ----------------------------------------------------------------*/
.NormalStepIndicatorLargeStyle, .OfStepText
{
	/*filter : alpha(opacity=50);
	-mox-opacity: .50;
	opacity: .50;
	color: White;*/
	color: #FFCD80;
	
}

.NormalStepIndicatorLargeStyle 
{
	font-family:'Century Gothic';
	font-size:300px;
	text-align:center;
	vertical-align: top;
}
 
 .OfStepText
 {
	font-family:'Century Gothic';
	font-size:26px;	
	position:relative;
	top:-65px;
	overflow:hidden;	
 }
 
 .leftUpperCorner
 {
	background-image: url(Images/corner.whiteLayer.ul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:25px;
	min-height:25px;
 }
 .rightUpperCorner
 {
	background-image: url(Images/corner.whiteLayer.ur.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:25px;
	min-height:25px;
	
 }
 
 .rightLowerCorner
 {
	background-image: url(Images/corner.whiteLayer.lr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-width:25px;
	min-height:25px;
 }
 
 .leftLowerCorner
 {
	background-image: url(Images/corner.whiteLayer.ll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*width:25px;*/
	
 }
 
 .GiftNr
 {
	font-size:45px;
	font-family:Arial;
	color:#FFFFFF;
	text-align:right;
	padding-right:8px;
	padding-left:12px;
	vertical-align:top;
 }
 
 .booktop
{
	background-position: left top;
	background-image: url(Images/booktop2.jpg);
	background-repeat: no-repeat;
	height:10px;
	width:11px;
	font-size:6px;
}

.bookmiddel
{
	background-position: left top;
	background-image: url(Images/bookMellem2.jpg);
	background-repeat: repeat-y;
	width:11px;
	height:81px;
	font-size:6px;
}

.bookbottom
{
	background-position: left top;
	background-image: url(Images/bookBottom2.jpg);
	background-repeat: no-repeat;
	height:14px;
	width:11px;
	font-size:6px;
	 
}

.side
{
	background-image: url(Images/bookside.jpg);
	background-repeat: no-repeat;
	width: 11px;
	background-position: left top;
}
.imgh
{
 
 
}

.imgBack
{
	background-position: left bottom;
	background-image: url(Images/imgBack2.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
}

.filterHead
{
	font-family:Arial;
	font-size:16px;
	text-align:left;
	background-color:#DCDDDE;
	padding-top:5px;
	padding-bottom:5px;
}

.filterOption
{
	font-family:Arial;
	background-color:#C7C8CA;
	font-size:10pt;
}

.filterUpdBtn
{
	color:White;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	
}
.leftorangeCorner
{
	background-image: url(Images/corner.OrangeLayer.ll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.productListTbl
{
	padding:0px;
	margin:0px;
	/*border-bottom: solid 1px black;  */
	
	
}
.productListTbl td
{
	padding:0px;
	
}

.SelPageNr
{
	color:#F18500;
	font-weight:bold;
	padding:2px;
}

.NewsTxBx
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.HoverLink a:hover
{
	background-color:#FFCC66;
}
.relatedImage
{
	max-height:130px;
	max-width:85px;
}

.savings
{
	background-color: #F18500;	
	width:100%;
}

.titleheight
{
	font-family: Garamond, 'Times New Roman';
    font-size: 16px;
    font-weight: bold;
	height:2em;	
	line-height:1em;
	overflow:hidden;
	width:125px;
	
}
.pwlName
{
	font-size:14px;
	font-weight:bold;
}
.pwlselected
{
	background-color:Orange;
	color:White;
	margin-right:10px;
	margin-bottom:5px;
	
}


.jobStyle
{
	font-family:Century Gothic, Tahoma;
	font-size:11px;
	text-transform:uppercase;
	color:Black;
}

.jobStyle a:hover
{
		background-color:#FFCC66;
		
}
.lscount
{
	font-size:12px;
	font-family:Arial;
	
}

.lsfloor
{
	font-size:16px;
	font-family:Arial;
	text-transform:uppercase;
}
.lsfloorSelected
{
	color:#F18500;
	font-size:16px;
	font-family:Arial;
	text-transform:uppercase;
	font-weight:bold;
}

.lshead
{
	font-size:14px;
	margin:0px;	
}

.glstbl:hover
{
	background-color:#FFCD80;
}

.notBox
{
	border: 0px none #e6e7e8;
	background-color: #e6e7e8;
}

.cglul
{
	background-position: left top; 
	background-image: url(Images/corner.grey.Layer.ul.gif);
	background-repeat: no-repeat; 
}
.cdglul
{
	 background-position: left top; 
	 background-image: url(Images/corner.dark.grey.Layer.ul.gif);
	 background-repeat: no-repeat; 
	 background-color: #F18500; 
}
.cdgllr
{
background-position: right bottom; 
background-image: url(Images/corner.dark.gray.Layer.lr.gif);
background-repeat: no-repeat; 
background-color: #F18500; 
}

.cwllr
{
 background-position: right bottom;
                        background-image: url(Images/corner.whiteLayer.lr.gif); 
                        background-repeat: no-repeat;
}

.cwlul
{
background-position: left top; 
background-image: url(Images/corner.whiteLayer.ul.gif);
            background-repeat: no-repeat;
}
/* -------------------------- Affiliate Overlay --------------------------------------*/
.AffOverlay { height:300px; background-color: #FFFFFF; top:140px; position:fixed; z-index: 1000; width:1000px; left: 50%; margin-left: -500px;}
.AffOverlayHeader, .AffOverlayText { font-size: large; font-family: Arial }
.AffOverlayHeader { font-weight: bold; }
.AffOverlayClose { font-family: Arial; font-size: medium; }
