﻿/*
==================================================================
AAO Widget
==================================================================
*/

#loggedOutWidget
{
    height:106px;
    background: url("/images/MyAAOWidget/Chrome.png") top left no-repeat; 
    background-position: 0 -24px;
}

#loginMessagePanel
{
    padding:12px;
    color:darkred;
    font-size:1em;
}

#loginDisbledPanel
{
    height:106px;
    background: url("/images/MyAAOWidget/Chrome.png") top left no-repeat; 
    background-position: 0 -218px;
}

.collapsed div#loggedOutWidget
{
    background-position: 0 -170px;
    height:48px;
}

div#myAAOWidget.aaoTheme #loginDisbledPanel
{
    background-image: url("/images/MyAAOWidget/ChromeNarrow.png"); 
}

div#myAAOWidget.aaoTheme #loggedOutWidget
{
    background-image: url("/images/MyAAOWidget/ChromeNarrow.png"); 
}

#loggedOutWidget #loginButton
{
    line-height:106px;
    width:69px;
    display:block;
    text-align:center;
    font-weight:bold;
    font-size:14px;
}

.collapsed div#loggedOutWidget #loginButton
{
    line-height:48px;
}

#loggedOutWidget #registrationPanel
{
    float:right;
    padding-right:16px;
    padding-top:40px;
}

.collapsed div#loggedOutWidget #registrationPanel
{
    padding-top:10px;
}

#loggedOutWidget #registrationPanel a
{
    display:block;
    font-weight:bold;
}

#myAAOWidget
{
	color: #1e2a2d;
	font-size: 11px;
	position: relative;
	background: #e9f2f5 url("/images/MyAAOWidget/Background.png") top left repeat-y;
	width:232px;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family: arial,serif;
}


div#myAAOWidget.aaoTheme
{
width:220px;
background: #e9f2f5 url("/images/MyAAOWidget/BackgroundNarrow.png") top left repeat-y;
}

#myAAOWidget h1, #myAAOWidget h2, #myAAOWidget h3
{
	padding:0px;
	margin:0px;
}

#myAAOWidget div.loading
{
    padding:12px;
}

#widgetTop, #widgetFooter
{
    background: url("/images/MyAAOWidget/Chrome.png") top left no-repeat; 
    height:8px;
	font-size:0px;
}

div#myAAOWidget.aaoTheme #widgetTop, div#myAAOWidget.aaoTheme #widgetFooter
{
    background-image: url("/images/MyAAOWidget/ChromeNarrow.png"); 
}

#widgetFooter
{
    background-position: 0 -8px;
}

#widgetHeader
{
    background: url("/images/MyAAOWidget/Chrome.png") 0px -130px no-repeat; 
    height: 39px;
}

div#myAAOWidget.collapsed #widgetHeader
{
    height:32px;
}

div#myAAOWidget.aaoTheme #widgetHeader
{
    background-image: url("/images/MyAAOWidget/ChromeNarrow.png"); 
}

.rightColumnREC #widget 
{
    background: url("/images/ui/bg_loginBottom_sm.gif") bottom left no-repeat; 
}

#widgetHeader .username
{
    font-weight: bold;
    font-size: 15px;
    color: #232323;
    text-decoration: none;
    position: absolute;
    top: 16px;
    left: 16px;
}

#widgetHeader #widgetTopNav
{
    color: #025196; 
    text-align:left; 
    padding: 0;
    position: absolute;
    top: 16px;
    right: 15px;
}

#widgetTopNavLinks
{
    display: block; 
    font-size: 11px !important; 
}

#widgetTopNavLinks a
{
}

#widgetMenu
{
    padding: 0;
    margin: 0;
    list-style-type:none;
    color: #000;
    border-bottom: 1px solid #DCE9EF;
    position:relative;
    z-index:300;
}

div#myAAOWidget.collapsed #widgetMenu
{
    display:none;
}

#widgetMenu li
{ 
    background: url("/images/ui/bg_loginItem.gif") top left repeat-x;
    margin: 0 2px 0px 2px;
    padding: 0 0 0 4px;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    cursor:pointer;
    position:relative;
    border-top: 1px solid #DCE9EF;
}

#widgetMenu li:hover
{
    background: url("/images/myAAOWidget/Itemhover.png") top left repeat-x;
}

#widgetMenu li span
{                        
    display:block;
    width:21px;
    height:24px;
    background: url("/images/MyAAOWidget/Sprites.png") top left no-repeat; 
    float:left;
    margin-right:4px;
}


#widgetMenu #myProductsItem span
{
    background-position: 0px -27px;
}

#widgetMenu #myAAOItem span
{
    background-position: -1px 0px;
}

#widgetMenu #myProductsItem span
{
    background-position: 0px -27px;
}

#widgetMenu li#myAAOItem:hover span
{
    background-position: -45px 0px;
}

#widgetMenu li#myProductsItem:hover span
{
    background-position:-44px -27px;
}

#widgetMenu li#myAAOItem div.myAAOSelectedItem span
{
    background-position: -23px 0px;
}

#widgetMenu li#myProductsItem div.myAAOSelectedItem span
{
    background-position:-23px -27px;
}

#widgetMenu div.myAAOSelectedItem
{
    margin:0px;
    padding: 0px 0px 0px 12px;
    background:#1f6e8f url("/images/MyAAOWidget/bgWidget.png");
    color:White;
    position:absolute;
    top:0px;
    left:-8px;
    right:-2px;
    z-index:350;
    width:100%;

    box-shadow: #9BC0CF 2px 2px 2px;
    -moz-box-shadow: #9BC0CF  2px 2px 2px;
    -webkit-box-shadow: #9BC0CF  2px 2px 2px;
    
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=2);
}

#widgetMenu .z10
{
    z-index:10;
}

#widgetMenu li.selected
{
    position:relative;
    background-image:none;
    background-color:#1F6E8F;
    color:White;
    left:-8px;
    width:238px;
    z-index:50;
    /*
    padding-left:-10px;
    margin-left:-10px;
    margin-right:-4px;
    */
}

#widgetMenu a
{
    text-decoration: none;
    color: #000;
}


/*



.rightColumnREC #widgetHeader .username 
{
    font-size: 12px;
    top: 16px;
    left: 10px;
}


.rightColumnREC #widgetHeader 
{
    background: url("/images/ui/bg_loginTop_sm.gif") top left no-repeat; 
}


#widgetMenu li:hover
{
    color:White;
    background-image:none;
    background-color:#367FA0;
 **
    position:relative;
    box-shadow: #83A4AF 0px 4px 4px;
    -moz-box-shadow: #83A4AF 0px 4px 4px;
    -webkit-box-shadow: #83A4AF 0px 4px 4px;
    z-index:10;

    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#83A4AF, direction:180);
    --filter: progid:DXImageTransform.Microsoft.Shadow(color=#83A4AF, offX=0, offY=5, positive=true);
 **
}

*/

div.flyout
{
    border:solid 1px #95BACC;
    position:absolute;
    width:700px;
    height:496px;
    background:#1f6e8f url("/images/MyAAOWidget/bgWidget.png");
    right:236px;
    top:0px;
    z-index:300;
}

div#myAAOWidget.aaoTheme div.flyout
{
    width:720px;
	right:224px;
}

div.flyout div.ajaxLoading
{
    height:32px;
    width:32px;
    background: url(/images/myAAOWidget/AjaxLoaderBlue.gif) top left no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-top:210px;
    
}

.flyout div.cornerUL, .flyout div.cornerUR, .flyout div.cornerBL, .flyout div.cornerBR
{
    background: url(/images/myAAOWidget/Corners.png) top left no-repeat;
    position:absolute;
    height:8px;
    width:8px;
    background-color:White;
    border:none;
	font-size:0px;
}

.flyout div.cornerUL
{
    top:-1px;
    left:-1px;
}

.flyout div.cornerUR
{
    top:-1px;
    right:-1px;
    background-position: -7px 0px;
}

.flyout div.cornerBL
{
    bottom:-1px;
    left:-1px;
    background-position: -0px -7px;
}

.flyout div.cornerBR
{
    bottom:-1px;
    right:-1px;
    background-position: -7px -7px;
}

div.flyout h1
{
    color:White;
    font-size:14px;
    position:absolute;
    top:8px;
    left:8px;
    padding:0px;
    margin:0px;
}

div.flyout a.flyoutCloseButton
{
    background:url("/images/myAAOWidget/CloseButton.png") no-repeat scroll right center transparent;
    color:white;
    display:block;
    font-size:12px;
    height:21px;
    line-height:21px;
    padding-right:24px;
    position:absolute;
    right:8px;
    top:8px;
}

div.flyout a.flyoutCloseButton:hover
{
    background-image: url(/images/myAAOWidget/CloseButtonHover.png);
    text-decoration:none;
}

div.flyout div.myAAOWidgetContent
{
    position:absolute;
    top:30px;
    left:10px;
	width:480px;
    background-color:White;
    color:Black;
    height:440px;
}

div.flyout div.scrolling
{
    bottom:22px;
    left:0;
    overflow:auto;
    position:absolute;
    right:0;
    top:0;
}

div.flyout div.productList
{
    padding:16px;
}

div.flyout div.productList a
{
    display:block;
    line-height:22px;
}

div.flyout div.productList a.icon_cart
{
    padding-left:14px;
    background-position:left center;
}

div.flyout div.productList a:hover
{
    color:#FE9B40;
}

div.flyout div.top
{
    height:215px;
}

div.flyout div.myAAOWidgetContent.bottom
{
    top:255px;
    height:215px;
}

#widgetMenu li div a
{
   padding: 0 4px 8px 28px;
   min-height: 10px;
}

#widgetMenu li div
{
    padding: 3px 0 3px 0;
}

#widgetMenu li div.closed
{
    display:none;
}

#widgetMenu li div a
{
    background: none;
    display: block;
    border-bottom: 0;
    color: #232323;
    font-size: 11px;
    font-weight: normal;
}

#widgetMenu li div a:hover
{
    text-decoration: underline;
}

div.flyout div.sidebar
{
    color:White;
    position:absolute;
    top:46px;
    right:20px;
    bottom:26px;
    width:170px;
}

div.flyout div.sidebar div.small
{
    font-size:10px;
}

div.flyout div.sidebar div.top
{
    height:auto;
    position:absolute;
    top:0px;
}

div.flyout div.sidebar div.bottom
{
    position:absolute;
	bottom:0px;
}

div.flyout div.sidebar p
{
	margin-top:6px;
	margin-bottom:6px;
}

div.flyout div.sidebar h2
{
    font-size:12px;
    font-weight:normal;
	color:white;
}

#myAAOWidget div.flyout div.sidebar div.bottom h2
{
    border-top:solid 1px #99BECE;
    padding-top:12px;
}

div.flyout div.sidebar ul
{
    padding:0px 0px 0px 16px;
    margin:0px;
}

div.flyout div.sidebar li
{
    margin-top:4px;
}

div.flyout div.sidebar ul ul 
{
    list-style-type:none;
    padding:5px 0px 5px 4px;
    line-height:10px;
}

div.flyout div.sidebar ul ul a
{
    font-size:11px;
}

div.flyout div.sidebar a
{
    color:White;
    font-size:12px;
}

div.flyout div.myAAOWidgetContent div.htmlContent
{
    padding:16px;
}

div.flyout div.myAAOWidgetContent a.seeMoreLink
{
    position:absolute;
    bottom: 5px;
    right:24px;
    line-height:16px;
    padding-right:10px;
    background: url("/images/MyAAOWidget/LinkArrow.png") center right no-repeat; 
}

div.htmlContent ul
{
	margin:0px;
	padding:0px 0px 0px 40px;
}

div.htmlContent h2
{
    color:Black;
    font-size:16.5px;
    line-height:20px;
}
/*
#widgetMenu li div span
{
    display: block;
    padding: 4px 0 0 22px;
    height: 20px;
    border-bottom: 0;
    color: #005292;
    font-size: 10px;
}
*/
div.ie7Zorderhack
{
    position:relative;
    z-index:100;
}