/* 
================================
Skin styles for BabyJunior
================================
*/
body
{
	/*background: #6a6a6a url(/Images/BabyJunior/BJ_background.jpg) repeat-y fixed center top;*/
	background: #ebebeb url(/Images/BabyJunior/BodyBg.gif) repeat-x fixed center top;
	padding-top: 20px;
	font-family: Arial,Verdana,Helvetica;
	color: #666644;
	font-size: 10px;
}
.contentpane .header
{
	background-color: #efefef;
}
.contentpane .standardHeader
{
	margin-bottom: 0;
}
.rightpane .header
{
	/*background-color: #dddddd;*/
	background-color: #cccccc;
}
.LeftPaneWide .header
{
	background-color: #efefef;
}
.LeftPaneWide .standardHeader
{
	margin-bottom: 0;
}
.StandardTitle
{
	/*background-image: url(PuffHeaderBg.gif); 	background-repeat: repeat-x;*/
	background-color: #cccccc;
	display: block;
	height: 32px;
}
.TopMenuHeader
{
	background-image: url(TopMenuBgCenterGlossy.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin: 0 5px 10px 5px;
}
.TopMenuArea
{
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
}
.TopMenuHover, .TopMenuSelected
{
	/*background-color: #dddddd;*/
	background-image: url(TopMenuBgGlossySelected.gif);
	background-repeat: repeat-x;
}
.TopMenuHoverOut
{
	background-color: Transparent;
}
.TopMenuItem
{
	padding: 0 10px 0 10px;
	border-right: solid 1px #efefef;
}
.TopMenuSeparator
{
	/*border-right: solid 2px #ffffff;  	height: 30px;*/
	padding: 0;
	margin: 0;
}
.TopMenuSeparatorLine
{
	border-right: solid 1px #efefef;
	height: 25px;
}
.TitleHeader
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 9px;
}
.HeaderMainArea
{
	width: 540px;
	text-align: center;
	padding-top: 20px;
}
.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;
}

/*******************/
/*** ProductList ***/
/*******************/

.ProductList
{
	width: 590px;
	background-color: #efefef;
	font-size: 10px;
}
.ProductList .Products .Pager
{
	text-align: center;
	display: block;
	padding: 15px 0 15px 0;
}
.ProductList .Products .EditButton
{
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ProductList .Products .Pager .CurrentPage
{
	font-size: 12px;
}
.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 .ProductListingImage
{
	width: 170px;
}
.ProductList .SizeLabel
{
	font-weight: bold;
	font-size: 14px;
}
.ProductList .Sizes
{
	font-size: 12px;
}
.ProductList .BuyButton
{
	display: block;
	margin-top: 15px;
}
.ProductList .ProductShortDescription
{
	height: 80px;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
.ProductList .ReadMore
{
	display: block;
	vertical-align: middle;
	padding-top: 3px;
	color: #000000;
	font-size: 11px;
}
.ProductList .ReadMore:hover
{
	text-decoration: underline;
	color: #000000;
}
.ProductList .ReadMore:visited
{
	color: #000000;
}
.ProductList .ProductLabel
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
}
.ProductList .SlideShow
{
	width: 640px;
}
.ProductList .SlideShowImage
{
	margin: 0px;
	display: block;
}
.ProductList .CloseButton
{
	position: absolute;
	z-index: 200000;
	left: 590px;
	top: 5px;
}
.ProductList .SlideShowButtons
{
	text-align: center;
	padding-top: 10px;
}
.ProductList .BackButton
{
	position: absolute;
	z-index: 200000;
	left: 10px;
	top: 190px;
	outline: none;
}
.ProductList .NextButton
{
	position: absolute;
	z-index: 200000;
	left: 565px;
	top: 190px;
	outline: none;
}

.ProductList .SlideShowButtons .Buttons a, .ProductList .SlideShowButtons .Buttons a:visited, .ProductList .SlideShowButtons .Buttons a:hover
{
	color: #ffffff;
}
.SaleLabel
{
	color: Red;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
}
.Linethrough
{
	text-decoration: line-through;
}

/*********************/
/*** ProductDetail ***/
/*********************/

.ProductDetail
{
	padding: 15px;
	float: left;
	clear: left;
	background-color: #efefef;
}
.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;
	margin-right: 10px;
}
.ProductDetail .ProductInfo
{
	float: left;
	width: 245px;
}
.ProductDetail .ProductDescription
{
	display: block;
	font-size: 12px;
	height: 130px;
}
.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;
}

/*Modal Popup*/
.modalBackground
{
	background-color: #2E2E2E;
	filter: alpha(opacity=70);
	opacity: 0.8;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

/*************************/
/*** ShoppingShortcuts ***/
/*************************/

.ShoppingShortcuts
{
	display: block;
	background-color: #ffffff;
	width: 175px;
}
.ShoppingShortcuts .Header
{
	text-align: left;
	font-size: 15px; /*background-color: #dddddd;*/
	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;
}
.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
{
	/*font-weight: bold;*/
	color: #000000;
}

/******************/
/*** Viewbasket ***/
/******************/

.ViewBasket
{
	background-color: #dddddd;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
	padding: 10px 0px 10px 0px; /*width: 565px;*/
}
.ViewBasket .BasketGrid
{
	/*width: 545px;*/
}
.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 .ItemPrice
{
}
.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; /*margin-top: 2px;*/
	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; /*padding-right: 20px;*/
	margin-right: 50px;
}
.Customer .CustomerSignIn
{
}
.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
{
	/*margin-top: 2px;*/
	padding-top: 10px;
}
.Checkout .Area
{
	display: block;
	background-color: #dddddd; /*margin: 10px 10px 15px 10px;*/
	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 .RightArea
{
}

.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; /*float: left; 	clear: left;*/
}
.Checkout .CommandButtons .Confirm
{
	text-align: right; /*float: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; /*border-bottom-style: dotted; 	border-bottom-color: #000000; 	border-bottom-width: 1px;*/
}
.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;
}

.DNNAlignleft
{
	padding: 0;
	margin: 0;
	display: block;
}
/********************/
/*** 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: #DAECF4;*/
	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;
	/*float: left;
	clear: both;
	width: 99%;*/
	margin-bottom: 20px;
	border-bottom: solid 10px #FFFFFF;
}

.AddProduct .ProductLabel
{
	font-weight: bold;
	font-size: 10pt;
	/*width: 100px;
	display: inline-block;
	vertical-align: top;*/
}
.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
{
	/*width: 150px;
	display: inline-block;*/
	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 .InStockSize
{
	/*padding-right: 80px;*/
}
.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;
}

.StartpageImages
{
	text-align: left;
}

.StartpageImages .Ingress
{
	font-size: 12px;
	font-family: Arial, Verdana;
	font-style: italic;
}

/* Custommenu BabyJunior */

.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; /*border-bottom:solid 1px #EFEFEF;*/ /*border-bottom:solid 1px #dddddd;*/
	overflow: hidden; /*background-color:#dddddd;*/
	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: 2px 5px;*/
	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: 2px 0px 2px 5px;*/
	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: 175px;*/
	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-image: url(PuffHeaderSmall.gif);*/
	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: #A6A6A6;*/
	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;
}

/* 
================================
Default Skin styles
================================
*/
.HeaderText
{
	display: block;
	font-weight: bold;
}
.pagemaster
{
	width: 100%;
	height: 100%;
}
.skinmaster
{
	height: 100%;
	background-color: Transparent;
}
.skinheader
{
}

.controlpanel
{
	width: 100%;
	background-color: #fefefe;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.LeftPaneWide
{
	width: 775px;
	padding: 0 0px 0 5px;
	background-color: Transparent;
}
.leftpane
{
	width: 175px;
	padding: 0 5px 0 5px;
	background-color: Transparent;
}
.contentpane
{
	width: 590px;
	overflow: visible;
	background-color: Transparent;
	padding: 0;
}
.rightpane
{
	width: 175px;
	padding: 0 5px 0 5px;
	background-color: Transparent;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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_itemhover td
{
}


.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;
}

