/* 
================================
Skin styles for BabyJunior
================================
*/
body
{
	background: #cacacb url(/Images/BabyJunior/BodyBg.gif) repeat-x fixed center top;
	padding: 20px 0 20px 0;
	font-family: Arial,Verdana,Helvetica;
	color: #666644;
	font-size: 12px;
	text-align: center;
}
.BabyJunior
{
	text-align: left;
	margin: auto;
	width: 960px;
}
.ContentPane .standardHeader
{
	margin-bottom: 0;
	background-color: #efefef;
	padding-top: 3px;
}
.RightPane .standardHeader
{
	background-color: #cccccc;
	height: 32px;
	padding-top: 3px;
}
.LeftPaneWide .standardHeader
{
	background-color: #efefef;
	margin-bottom: 0;
	height: 32px;
	display: block;
}
.StandardTitle
{
	background-color: #cccccc;
	display: block;
	height: 32px;
}
.DNNEmptyPane { display: none; }
.TopMenuArea
{
	background-image: url(TopMenuBgCenterGlossy.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin: 0 5px 10px 5px;
	width: 950px;
}
.TopMenuItem
{
	padding: 0 10px 0 10px;
	float: left;
	height: 35px;
	display: inline-block;
}
.TopMenuItem span
{
	display: inline-block;
	margin-top: 10px;
}
.TopMenuArea a, .TopMenuArea a:visited, .TopMenuArea a:link
{
	width: auto;
	border-right: solid 1px #efefef;
	color: #666644;
}
.TopMenuArea a:hover
{
	background-image: url(TopMenuBgGlossySelected.gif);
	background-repeat: repeat-x;
	color: #666644;
}
.TopMenuText
{
	font-size: 13px;
	font-weight: bold;
}
.TopMenuHover, .TopMenuSelected
{
	background-color: #dddddd;
	background-image: url(TopMenuBgGlossySelected.gif);
	background-repeat: repeat-x;
}
.TopMenuSeparator
{
	padding: 0;
	margin: 0;
}
.TopMenuSeparatorLine
{
	border-right: solid 1px #efefef;
	height: 25px;
}
.RightPane .TitleHeader { padding: 5px 5px 0px 5px; }
.TitleHeader
{
	font-size: 15px;
	font-weight: bold;
	padding: 2px 3px 0 3px;
	margin: 0px;
	display: inline-block;
}
.TopImage
{
	background-color: #ffffff;
	margin: 0 5px 0 5px;
	padding: 10px 0 10px 0;
}
.TopImage a:link { width: 950px; display: block; }
.HeaderMainArea
{
	/*width: 100%;*/
	text-align: center;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-top: 0;
	cursor: hand;
}
.HeaderLeftArea
{
	width: 210px;
	vertical-align: bottom;
}
.HeaderRightArea
{
	width: 210px;
	text-align: center;
}
.HeaderImage { border: none; }
a, a:link
{
	border: none;
	color: #666644;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #666644;
	text-decoration: none;
}
.WhiteBackground
{
	background-color: #ffffff;
	float: left;
	clear: both;
}

/*******************/
/*** ProductList ***/
/*******************/

.ProductList
{
	width: 590px;
	background-color: #efefef;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 20px;
}
.ProductList .NewPager
{
	padding: 10px;
	text-align: center;
}
.ProductList .PagingButtons img
{
	width: 25px;
	height: 25px;
	border: none;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 3px;
}
.ProductList a.PagingButtons
{
	display: inline-block;
	padding-bottom: 2px;
}
.ProductList a:hover.PagingNumbers
{
	background-color: #CCCCCC;
	color: #000000;
}
.ProductList .PagingNumbers
{
	padding-right: 3px;
	display: inline-block;
	font-size: 13px;
	border-right: solid 1px #CCCCCC;
}
.ProductList .CurrentPageNumber
{
	font-weight: bold;
	font-size: 13px;
	padding: 0 3px 0 3px;
	margin-left: 0;
	display: inline-block;
	border-right: solid 1px #CCCCCC;
	background-color: #CCCCCC;
}
.ProductList .MorePages { display: inline-block; }
.ProductList a, .ProductList a:link, .ProductList a:hover, .ProductList a:visited
{
	cursor: hand;
	color: #666644;
}
.ProductList .Products .EditButton
{
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ProductList .Product
{
	vertical-align: top;
	background-color: #ffffff;
	width: 173px;
}
.ProductList .ProductManufactorer
{
	display: block;
	font-size: 12px;
	font-style: italic;
}
.ProductList .ProductName
{
	font-weight: bold;
	font-size: 15px;
	display: block;
}
.ProductList .ProductImage
{
	height: 120px;
	display: block;
	margin: 10px 0 10px 0;
	cursor: pointer;
	cursor: hand;
}
.ProductList .SizeLabel
{
	font-weight: bold;
	font-size: 14px;
}
.ProductList .Sizes { font-size: 12px; }
.ProductList .BuyButton
{
	display: block;
	margin: 15px 0 10px 0;
}
.ProductList .ProductShortDescription
{
	height: 80px;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
.ProductList .ProductLabel
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
}
.SaleLabel
{
	color: Red;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
}
.Linethrough { text-decoration: line-through; }
.ViewAllProducts
{
	float: right;
	font-size: 11px;
	padding-right: 10px;
}

/*********************/
/*** ProductDetail ***/
/*********************/
.ProductDetail
{
	background-color: #efefef;
	padding: 30px 17px 35px 15px;
	float:left;
	width: 738px;
}
.ProductDetail .SlideShow { width: 640px; }
.ProductDetail .CloseButton
{
	position: absolute;
	z-index: 200000;
	left: 590px;
	top: 100px;
}
.ProductDetail .BackButton
{
	position: absolute;
	z-index: 200000;
	left: 5px;
	top: 270px;
	outline: none;
}
.ProductDetail .NextButton
{
	position: absolute;
	z-index: 200000;
	left: 570px;
	top: 270px;
	outline: none;
}
.ProductDetail .ProductName
{
	font-weight: bold;
	font-size: 15px;
	display: block;
}
.ProductDetail .ProductImage
{
	float: left;
	clear: left;
	width: 480px;
	padding-bottom: 15px;
}
.ProductDetail .ProductImage a { display: inline-block; margin-right: 10px; }
.ProductDetail .ProductInfo
{
	float: left;
	width: 245px;
}
.ProductDetail .ProductDescription
{
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
.ProductDetail .ProductLabel
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
}
.ProductDetail .BackToListButton { margin-top: 5px; }
.ProductDetail .ImageThumbs { display: block; }
.ProductDetail .SizeLabel
{
	font-size: 14px;
	font-weight: bold;
}
.ProductDetail .Size { font-size: 8pt; }
.ProductDetail .BuyButton
{
	display: block;
	margin-top: 10px;
}
.ProductDetail .SlideShowImage
{
	margin: 100px 0 0 0;
	display: block;
}
.ProductDetail .ProductManufactorer
{
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}
#colorbox img{ border: 0; }

/*************************/
/*** ShoppingShortcuts ***/
/*************************/

.ShoppingShortcuts
{
	display: block;
	background-color: #ffffff;
	width: 175px;
	margin-bottom: 10px;
}
.ShoppingShortcuts .Header
{
	text-align: left;
	font-size: 15px;
	background-color: #cccccc;
	height: 32px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}
.ShoppingShortcuts .Content
{
	display: block;
	padding: 10px 10px 10px 15px;
	background-color: #efefef;
	font-weight: normal;
}
.ShoppingShortcuts .Content .Product
{
	text-align: left;
	padding-bottom: 5px;
}
.ShoppingShortcuts .Label {	font-weight: bold; }
.ShoppingShortcuts .InfoLabel
{
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}
.ShoppingShortcuts .Content .Checkout
{
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
	border-top: solid 1px #ffffff;
}
.ShoppingShortcuts .Content a
{
	font-size: 12px;
	color: #666644;
	font-size: small;
}
.ShoppingShortcuts .Content a:visited {	color: #666644; }
.ShoppingShortcuts .Content a:hover { color: #000000; }

/******************/
/*** Viewbasket ***/
/******************/

.ViewBasket
{
	background-color: #dddddd;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
	padding: 10px 0px 10px 0px;
}
.ViewBasket .SumInfo { padding: 0 10px 0 10px; }
.ViewBasket .SumInfo .SumHeader
{
	font-size: 15px;
	font-style: italic;
}
.ViewBasket .SumInfo .SumContent
{
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
.ViewBasket .BasketHeader
{
	font-size: 15px;
	font-weight: bold;
	color: #666644;
}
.ViewBasket .ItemHeader { padding-right: 10px; }
.ViewBasket .NameItemHeader { width: 140px; }
.ViewBasket .BasketItem
{
	padding-bottom: 20px;
	font-size: 12px;
	vertical-align: top;
}
.ViewBasket .ProductItemHeader { width: 100px; }
.ViewBasket .SizeItemHeader { width: 90px; }
.ViewBasket .AmountBox { width: 40px; }
.ViewBasket .PriceItemHeader { width: 100px; }
.ViewBasket .CheckoutButton
{
	display: block;
	margin-top: 20px;
}
.ViewBasket .EmptyBasket
{
	font-weight: bold;
	font-size: 15px;
	display: block;
	padding: 10px 10px 0 10px;
}

/**********************/
/*** CustomerSignIn ***/
/**********************/
.Customer
{
	display: block;
	background-color: #efefef;
	float: left;
	width: 100%;
}
.Customer .CustomerInfo
{
	padding: 10px 10px 20px 10px;
	margin: 0px 10px 20px 10px;
	background-color: #dddddd;
	display: inline-block;
	width: 730px;
}
.Customer .EmptyCartMessage
{
	font-weight: bold;
	font-size: 15px;
}
.Customer .NewCustomer
{
	float: left;
	margin-right: 50px;
}
.Customer .CustomerLabel
{
	font-size: 18px;
	font-weight: normal;
	color: #666644;
	display: block;
	margin-bottom: 5px;
}
.Customer .DataItem { margin-bottom: 10px; }
.Customer .DataItem input, .Customer .DataItem select { width: 180px; }
.Customer .CustomerData
{
	font-size: 12px;
	font-weight: bold;
	color: #666644;
	width: 110px;
	display: inline-block;
	vertical-align: top;
}
.Customer .AcceptTerms
{
	font-size: 10pt;
	font-weight: bold;
	color: #666644;
	margin-bottom: 20px;
}
.Customer .InfoText
{
	font-size: 10pt;
	display: block;
	margin-bottom: 10px;
}
.Customer .SignInButton
{
	display: block;
	margin-top: 20px;
}
.Customer .CustomerInfo .PassRetrivalLink
{
	font-size: 12px;
	color: #666644;
	cursor: default;
	font-weight: bold;
	display: block;
	cursor: pointer;
	margin: 10px 0 10px 0;
}
.Customer .CustomerInfo .PassRetrivalInfo {	font-size: 12px; }
.Customer .EmailSent
{
	font-size: 12px;
	display: block;
}
/****************/
/*** Checkout ***/
/****************/
.Checkout {	padding-top: 10px; }
.Checkout .Area
{
	display: block;
	background-color: #dddddd;
	margin: 0px 10px 15px 10px;
	padding: 0px 5px 0px 5px;
}
.Checkout .MainArea
{
	padding: 10px 10px 20px 10px;
	font-size: 12px;
}
.Checkout .AreaLabel
{
	font-size: 14px;
	font-weight: bold;
	color: #666644;
	display: block;
	background-color: #dddddd;
	padding: 5px 0 0px 5px;
}
.Checkout .LeftArea
{
	float: left;
	margin-right: 20px;
	width: 200px;
}
.Checkout .Label
{
	display: block;
	color: #666644;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}
.Checkout .OrderRowHeader
{
	font-size: 13px;
	font-weight: bold;
	color: #666644;
}
.Checkout .Divider
{
	margin: 20px 0px 20px 0px;
	display: block;
}
.Checkout .CommandButtons {	padding: 10px; }
.Checkout .CommandButtons .Cancel
{
	float: left;
	clear: left;
}
.Checkout .CommandButtons .Confirm { text-align: right; }
.Checkout .ProductItemHeader
{
	width: 70px;
	font-weight: bold;
	color: #666644;
	font-size: 13px;
}
.Checkout .ItemHeader
{
	width: 70px;
	font-weight: bold;
	color: #666644;
	font-size: 13px;
}
.Checkout .NameItemHeader
{
	width: 140px;
	font-weight: bold;
	color: #666644;
	font-size: 13px;
}
.Checkout .PriceItemHeader
{
	font-weight: bold;
	width: 70px;
	color: #666644;
	font-size: 13px;
}
.Checkout .TotalSumItemHeader
{
	font-weight: bold;
	width: 120px;
	text-align: right;
	color: #666644;
	font-size: 13px;
}
.Checkout .BasketItem
{
	font-size: 12px;
	border-bottom: dotted 1px #666644;
}
.Checkout .SumInfo
{
	display: block;
	margin-top: 40px;
	width: 700px;
}
.Checkout .SumHeader
{
	font-size: 14px;
	font-style: italic;
}
.Checkout .SumInfo .SumContent
{
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
/********************/
/*** OrderReceipt ***/
/********************/
.OrderReceipt
{
	display: block;
	padding: 10px;
	width: 740px;
}
.OrderReceipt .OrderInfo
{
	background-color: #dddddd;
	padding: 10px;
	display: block;
}
.OrderReceipt .ThankLabel
{
	display: block;
	font-size: 15px;
}
.OrderReceipt .Area { font-size: 12px; }
.OrderReceipt .OrderArea
{
	margin-top: 30px;
	font-size: 12px;
}
.OrderReceipt .AreaLabel
{
	font-size: 14px;
	font-weight: bold;
	color: #666644;
	margin-bottom: 5px;
	background-color: #efefef;
	padding: 5px;
}
.OrderReceipt .OrderRowsGrid { border: solid 0px white; }
/*******************/
/*** Add Product ***/
/*******************/

.AddProduct
{
	float: left;
	clear: both;
	width: 100%;
}
.AddProduct .ProductDescription
{
	float: left;
	clear: both;
	width: 99%;
	display: block;
	margin-bottom: 20px;
	padding: 10px 0px 20px 10px;
	background-color: #efefef;
	border-bottom: solid 10px #FFFFFF;
}
.AddProduct .ImageSection
{
	background-color: #efefef;
	padding: 10px 0px 20px 10px;
	display: block;
	float: left;
	clear: both;
	width: 99%;
}
.AddProduct .ProductInfo
{
	float: left;
	clear: left;
	width: 55%;
}
.AddProduct .ProductImage
{
	width: 100px;
	margin-right: 20px;
}
.AddProduct .Section
{
	background-color: #efefef;
	padding: 10px 0px 20px 10px;
	display: block;
	margin-bottom: 20px;
	border-bottom: solid 10px #FFFFFF;
}
.AddProduct .ProductLabel
{
	font-weight: bold;
	font-size: 10pt;
}
.AddProduct .ImageLabel
{
	width: 120px;
	font-weight: bold;
	font-size: 10pt;
	display: inline-block;
}
.AddProduct .Selected .SelectedSizesHeader
{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.AddProduct .SelectedSizeItem { font-size: 10pt; }
.AddProduct .SizeSection
{
	background-color: #efefef;
	padding: 10px 0px 20px 10px;
	display: block;
	float: left;
	clear: both;
	width: 99%;
	margin-bottom: 20px;
	border-bottom: solid 10px #FFFFFF;
}
.AddProduct .AddProductButton {	margin: 20px 0; }
.AddProduct .MessageLabel
{
	font-weight: bold;
	color: Green;
}

/***************/
/* Editproduct */
/***************/

.EditProduct { padding: 10px; }
.EditProduct .MainInfo
{
	background-color: #dddddd;
	padding: 5px;
	margin-bottom: 20px;
}
.EditProduct .Categories
{
	background-color: #dddddd;
	padding: 5px;
	margin-bottom: 20px;
}
.EditProduct .Images
{
	display: block;
	background-color: #dddddd;
	padding: 5px;
}
.EditProduct .SelectedCategoryLabel
{
	width: 200px;
	display: inline-block;
	font-weight: bold;
	font-size: 10pt;
}
.EditProduct .SelectedCategory
{
	display: block;
	padding-bottom: 5px;
}
.EditProduct .InStockAmount { width: 40px; }
.EditProduct .stockItem
{
	width: 100px;
	display: inline-block;
	font-weight: bold;
}
.EditProduct .ProductLabel
{
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px;
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.BJCustomMenu
{
	width: 175px;
	text-align: left;
}
.BJCustomMenu .Hide { display: none; }
.BJCustomMenu .Display { display: block; }
.BJCustomMenu .Level1
{
	color: #666644;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial,Verdana,Helvetica;
	overflow: hidden;
	background-color: #CCCCCC;
}
.BJCustomMenu .Level1 a
{
	padding: 6px 2px;
	font-size: 12px;
}
.BJCustomMenu .Level2
{
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica;
	margin-left: 0px;
	border-bottom: solid 1px #EFEFEF;
	overflow: hidden;
}
.BJCustomMenu .Level2 a
{
	padding: 3px 5px;
	width: 100%;
}
.BJCustomMenu .Level2WithChild
{
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica;
	margin-left: 0px;
	border-bottom: solid 1px #EFEFEF;
	overflow: hidden;
	display: block;
}
.BJCustomMenu .Level2WithChild a
{
	display: block;
	padding: 3px 0px 3px 5px;
	width: 100%;
	background-image: url(/images/menu_arrow_open.gif);
	background-position: 160px center;
	background-repeat: no-repeat;
}
.BJCustomMenu .Level3
{
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica;
	margin-left: 0px;
	border-bottom: solid 1px #EFEFEF;
	overflow: hidden;
	width: 100%;
}
.BJCustomMenu .Level3 a
{
	width: 100%;
	padding: 3px 5px 3px 20px;
}
.BJCustomMenu a, .BJCustomMenu a:visited
{
	color: #666644;
	display: block;
}
.BJCustomMenu .ExpandImage { cursor: hand; }
.BJCustomMenu .Selected
{
	background-color: #EFEFEF;
	font-weight: bold;
}
.BJCustomMenu .Level2 a:hover, .BJCustomMenu .Level3 a:hover
{
	background-color: #EFEFEF;
	font-weight: bold;
	color: #666644;
}
.BJCustomMenu .Level2WithChild a:hover, .BJCustomMenu .Level2WithChild a:hover
{
	background-color: #EFEFEF;
	font-weight: bold;
	color: #666644;
}
.BJMenuHeader
{
	background-color: #cccccc;
	height: 32px;
	background-repeat: repeat-x;
	width: 175px;
	margin-bottom: 2px;
	text-align: left;
	display: block;
}
.BJMenuHeader .HeaderText
{
	font-family: Arial,Verdana,Helvetica;
	color: #666644;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px 0 5px;
}

/***************************/
/*** Treemenu BabyJunior ***/
/***************************/

.MenuItem
{
	border-top: solid 2px #ffffff;
	font-weight: bold;
	background-color: #efefef;
	display: block;
	overflow: hidden;
	height: 32px;
}
.TreeNodeHoover
{
	background-color: #cccccc;
	margin-left: -12px;
	width: 100%;
	text-indent: 12px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
}
.MenuItemChild .MenuItem { border: none; }
.TreeNode
{
	font-size: 12px;
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 9px;
	display: inline-block;
}
.TreeViewMenu
{
	width: 175px;
	background-color: #efefef;
}
.TreeViewMenu_Header
{
	background-image: url(PuffHeaderSmall.gif);
	background-color: #cccccc;
	color: #666644;
	height: 30px;
	background-repeat: repeat-x;
}
.Head
{
	font-size: 15px;
	font-weight: bold;
	color: #666644;
}
.TreeViewBody { padding: 0; }
.TreeNodeSelected
{
	background-color: #cccccc;
	margin-left: -12px;
	width: 100%;
	text-indent: 12px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
}
H1
{
	font-size: 15px;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica;
	color: #666644;
}
H2
{
	font-size: 18px;
	font-weight: normal;
	color: #666644;
}
H3
{
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
/**********************/
.Normal, .NormalDisabled
{
	font-family: Arial,Verdana,Helvetica;
	color: #666644;
	font-size: 12px;
	text-align: left;
}
.LeftPaneWide .Normal
{
	font-size: 16px;
}
.RightPane .Normal
{
	font-family: Arial,Verdana,Helvetica;
	color: #666644;
	font-size: 13px;
	padding: 10px 5px;
	text-align: left;
}
.slideshow img
{
	max-height: 428px;
	border: none;
	background-color: #eee;
}
/* 
================================
Default Skin styles
================================
*/
.HeaderText
{
	display: block;
	font-weight: bold;
}
.pagemaster
{
	width: 100%;
	height: 100%;
}
.skinmaster
{
	height: 100%;
	background-color: Transparent;
}
.controlpanel
{
	width: 100%;
	background-color: #fefefe;
}
.Toppane
{
	width: 100%;
	background-color: transparent;
	padding: 6px 4px 0 6px;
	vertical-align: top;
	text-align: center;
}
.LeftArea
{
	float: left;
	clear: left;
	width: 770px;
	margin: 0 5px;
	background-color: #ffffff;
	padding: 0;
}
.LeftPaneWide
{
	background-color: #ffffff;
	padding: 0;
}
.LeftPane
{
	width: 175px;
	margin-right: 5px;
	float: left;
	clear: left;
	padding: 0;
}
.ContentPane
{
	width: 590px;
	overflow: visible;
	background-color: Transparent;
	padding: 0;
	vertical-align: top;
	text-align: center;
	float: left;
}
.RightPane
{
	width: 175px;
	background-color: #ffffff;
	text-align: center;
	float: left;
}
.BottomPane
{
	width: 99%;
	background-color: transparent;
	padding: 6px 5px 0 5px;
	text-align: center;
	float: left;
	clear: both;
}
.BottomPane .standardContent { background-color: Transparent; }
.BottomContactInfo
{
	text-align: center;
	padding-bottom: 20px;
	background-color: #ffffff;
	float: left;
	clear: both;
	width: 960px;
}
.StartPageImages
{
	text-align: left;
	margin-top: -20px;
	display: block;
	padding-bottom: 15px;
}
.StartPageImages .Ingress
{
	font-size: 12px;
	font-family: Arial, Verdana;
	font-style: italic;
}
.StartpageHeading h1
{
	margin: 0;
	visibility: hidden;
	line-height: 0;
}
.FbLikeProductDetailPage
{
	position: absolute;
	z-index: 100;
	margin-top: 0px;
	display: block;
	left: 0;
}
.FBlikeProductList
{
	position: absolute;
	z-index: 10000;
	margin-top: 0px;
	display: block;
}

/****** Slider startsidan *********/
#slider1
{
	height: 502px;
	position: relative; /* important */
	overflow: hidden; /* important */ /* jag lagt till*/
	margin: 0;
	margin-left: 10px;
	text-align: left;
}
#slider1Content
{
	width: 750px;
	position: absolute;
	top: 0;
	margin-left: 0;
	left: 0;
}
.slider1Image
{
	float: left;
	position: relative;
	display: none;
}
.slider1Image span
{
	position: absolute;
	font-size: 16px;
	width: 724px;
	background-color: #504A4B;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #ffffff;
	display: none;
}
.slider1Image span strong {	font-size: 20px; }
.left
{
	top: 0;
	left: 0;
	width: 190px !important;
	height: 502px;
	padding: 0px 10px 0 10px;
}
.right
{
	right: 0;
	bottom: 0px;
	width: 190px !important;
	height: 505px;
	padding: 0px 10px 0 10px;
}
.ImageText { padding: 15px; }
#slider1 ul
{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

/********** End slider test ***********/
.newsLetterRegister
{
	text-align: left;
	padding: 10px;
	font-size: 12px;
}
.newsLetterRegister label
{
	font-weight: bold;
	display: block;
}
.newsLetterRegister input[type=text] { margin-bottom: 10px; }
.registered
{
	font-size: 12px;
	font-weight: bold;
}
/*** DNN ***/
.DNNAlignleft
{
	padding: 0;
	margin: 0;
	display: block;
}
.main_dnnmenu_container { background-color: transparent; }
.main_dnnmenu_bar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}
.main_dnnmenu_rootitem
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #515151;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	white-space: nowrap; /*Word wrapping menu item now optional*/ /*padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
	padding: 3px 12px 6px 9px;
	height: 2px;
}
.main_dnnmenu_itemhover { background-image: url(PuffHeader_bgPink_hover.gif); }
.main_dnnmenu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu
{
	background-color: #cad5ea;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow
{
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
.DnnModule
{
	z-index: 902;
	position: relative;
	
}
