﻿/** Styles in this sheet will NOT be available in Content Editor 
*** See ContentStyles.css for Content Editor styles 
*** Do not include font/text related styles in this sheet, use the ContentStyles css file instead
**/

/* Start General Styles */
html
{
    background: url(../images/body_bg.jpg);
    background-position: 607px 5px; *background-position:560px5px;

}

body
{
    text-align: center; /* centering site 1/3 */
    margin: 0; /*background: url(../images/body_bg.jpg);     background-position: 607px 5px;     *background-position: 560px 5px;*/
    padding: 5px 0px; /*DO NOT include font informatio here, see ContentStyles.css*/
}

.hiddenDiv
{
    display: none;
    visibility: hidden;
}
/* End General Styles */

/* Start Button Styles */
.ButtonStyle
{
    color: #ffffff;
    font-size: 11px; /*border:1px solid #012e57;*/
    padding: 2px 3px 2px 3px;
    background: #21AAE7;
}
.AltButtonStyle .ButtonStyle
{
    color: #648ABD;
    font-size: 11px;
    background-color: #012e57;
    border: 1px solid #ffffff;
}
.HighlightButtonStyle .ButtonStyle
{
    color: #000000;
    font-size: 14px;
    background-color: orange;
    border: 1px solid #012e57;
    padding: 6px 6px 6px 6px;
}

.ButtonStyle:hover, .ButtonStyle:active
{
    cursor: pointer;
    color: #ffffff;
}

.trackimg:hover
{
    cursor: pointer;
}
/* End Button Styles */

/* Start General Layout Styles */
#outer-wrapper
{
    margin: auto auto 0px auto;
    width: 1032px;
    height: 100%;
    background: url(../images/wrapper_bg.png) repeat;
    background-position: 0px 0px;
    padding-top: 15px;
}
#wrapper
{
    margin: 0px 0px 0px -3px;
    text-align: left; /* centering site 3/3 */
    width: 1000px; /* Overall site width */
}

#main_container /* for default.master */
{
    float: left;
    width: 835px;
    margin-left: 160px; /* Pushes this column over by same width as what will be first col to appear before this col */
    margin-right: 5px; /*background-color:Gray; Background color of main content area center */ /*padding:5px;  causes column to stretch */ /*background: #ffffff;*/
    text-align: center;
}
#main_container_nonav /* for default_nonav.master */
{
    float: left;
    width: 970px;
    margin-left: 0px; /* Pushes this column over by same width as what will be first col to appear before this col */
    margin-right: 5px; /*background-color:Gray; Background color of main content area center */ /*padding:5px;  causes column to stretch */
    background: #ffffff;
    text-align: center;
}
#main_content_nonav
{
    text-align: left;
}
* html #main_container
{
    display: inline;
}
#main_content
{
    margin-left: 40px;
}
#menu_content
{
}
#extra_content
{
}
#main_content ul li
{
    list-style-type: disc;
    margin: 1px 0px 1px 20px;
}

#menu_container
{
    float: left;
    width: 175px;
    margin-left: -1000px; /* Makes this column show before first block even though first block is first in code */ /*padding:5px;  causes column to stretch */
}


#extra_container
{
    float: left;
    width: 155px;
    background-color: #648ABD;
    display: none;
}
.padLeft
{
    padding-left: 25px;
}
/* End General Layout Styles */

/* Start Header classes */
#header
{
    background: #ffffff url(../images/header_bg.gif) no-repeat;
    height: 120px;
    width: 1000px;
}
#header_content
{
}
#Logo
{
    float: left;
    width: 316px;
    margin-left: 30px;
}
#Tagline
{
    clear: both;
}
#Welcome
{
    float: right;
    width: 600px;
    text-align: right;
    margin: 11px 15px 0px 0px;
}

/* End Header classes */

/* Start Footer classes */
#footer
{
    clear: both; /*padding:10px;  Causes footer to jut out on right hand side*/
    color: #25AAE1;
    background: #ffffff;
    width: 1000px;
    margin: 35px auto 0px auto;
}
#footer-bottom
{
    height: 35px;
    width: 1031px;
    background: url(../images/footer-outer-bg.png) no-repeat;
    margin: 0px auto;
}
#footer_top
{
    text-align: right;
    clear: right;
    padding: 0px 50px 5px 0px;
}

#footer_email_outer
{
    float: left;
    width: 270px;
    margin-top: 30px;
    text-align: left;
}
#footer_email
{
    background: url(../images/email_bg.gif) no-repeat;
    height: 25px;
    text-align: left;
}
#footer_email_outer .title
{
    color: #FC681D;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
}
#footer_email .email-input
{
    border: 0px;
    font-size: 12px;
    margin-left: 50px;
    width: 95px;
    color: #41C0B9;
    position: relative;
    top: 2px;
}
#footer_email .btngo input
{
    background: url(../images/btnemail.gif) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0px;
    border: 0px !important;
}
#footer_bestseller
{
    float: left;
    color: #946742;
    width: 185px;
    margin-top: 20px;
}
#footer_bestseller table td
{
}

#footer_desc
{
    float: left;
    color: #30B0A9;
    width: 530px;
    margin-top: 20px;
}
#footer_desc p
{
    padding: 0px;
    line-height: 110%;
    text-align: justify;
    font-size: 10px;
}
#footer_logos
{
    clear: left;
    margin: 30px 0 5px 30px;
    height: 70px;
    text-align: left;
}
.cclogos
{
    position: relative;
    top: -25px;
    vertical-align: middle;
}
.thawte img
{
    /*height: 60px;*/
}
.footer-promo
{
    margin: 15px 0px 0px 20px;
    width: 230px;
}
.footer-lower
{
    clear: both;
    padding-top: 15px;
    text-align: center;
}
/* End Footer classes */

/* Start LeftNav */
.LeftNav
{
}
.LeftNav .TitleText
{
    color: White;
}

.AspNet-TreeView li
{
    margin: 0px 0px 0px 6px;
}
.AspNet-TreeView li.AspNet-TreeView-ParentSelected
{
    /*margin:0px 0px 0px 20px;*/
}

.AspNet-TreeView a, .AspNet-TreeView-Selected ul li a
{
    color: #648ABD;
    text-decoration: none;
}

.AspNet-TreeView a:hover, .AspNet-TreeView-Selected a
{
    color: White;
}
/* End LeftNav*/


/* Start Login/Password Recovery Styles */
.login-container
{
    width: 700px;
    margin: 0px auto;
}
.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input
{
    width: 175px !important;
}
.AspNet-Login-InstructionPanel, .AspNet-PasswordRecovery-UserName-InstructionPanel, .AspNet-PasswordRecovery-Question-InstructionPanel, .AspNet-PasswordRecovery
{
    padding: 0px 0px 5px 0px;
}
.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label, .AspNet-PasswordRecovery-UserName-UserPanel label, .AspNet-PasswordRecovery-Question-UserPanel label, .AspNet-PasswordRecovery-QuestionPanel label, .AspNet-PasswordRecovery-AnswerPanel label
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}

.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input, .AspNet-PasswordRecovery-UserName-UserPanel input, .AspNet-PasswordRecovery-Question-UserPanel input, .AspNet-PasswordRecovery-QuestionPanel input, .AspNet-PasswordRecovery-AnswerPanel input
{
    width: 10em;
}
.AspNet-Login-RememberMePanel
{
    padding: 5px 25px 5px 25px;
}
.AspNet-Login-PasswordRecoveryPanel
{
    padding: 5px 0px 5px 0px;
}
/* End Login/Password Recovery Styles */

/* Start SitePath and DataPager Styles */
#SitePathContainer
{
    padding: 6px 0px 6px 0px;
    text-align: left;
    width: 790px;
}


#DataPagerContainer
{
    text-align: right;
    padding: 6px 0px 6px 0px;
}
.Pager
{
}

/* End SitePath Styles */

/* Begin Header Navigation Styles */
#MainNavigation
{
    width: 525px;
    float: right;
    margin: 43px 40px 0px 0px;
    text-align: center;
}

/* End Header Navigation Styles */


/* Start FNS Classes */
.RefineGroup
{
    margin: 0px 0px 0px 15px;
}
.RefineHeading
{
    display: block;
    padding: 6px 0px 3px 0px;
    font-size: 14px;
    color: #946742;
    font-size: 12px;
}
.RefineLinks
{
    padding: 1px 4px 1px 4px;
    color: #946742;
    font-size: 12px;
}
.RefineLinks a
{
    /* display:block;*/
    padding: 0px 3px 0px 3px;
    color: #946742;
    font-size: 12px;
}
.seperator
{
    width: 50px;
    border-bottom: 2px dotted #0099FF;
    margin: 6px 0px 5px 0px; *margin-top:-10px;
}

/* End FNS Classes */

/* Search Box in Left Nav */
.search-div.fnspage
{
}
.search-div
{
    background: url(../images/search_bg.gif) no-repeat;
    height: 25px;
    width: 178px;
}
.search-div .btnsearch input
{
    border: 0px;
    height: 25px;
    width: 26px;
    background: url(../images/btnsearch.gif) no-repeat;
}
.search-div .search-input
{
    font-size: 12px;
    color: #F0C682;
    border: 0px;
    margin-left: 50px;
    width: 90px;
    height: 16px; *height:17px;
position:relative;
top:-7px;
}
/* End Search Box in Left Nav */

/* Brands Div in Left Nav */
.left-brands-div
{
    background: url(../images/brands_bg.gif) no-repeat;
    width: 115px;
    height: 314px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    margin: 5px 0px 0px 25px;
}
.left-brands-div a
{
    display: block;
    padding-bottom: 6px;
}
/* End Brands Div in Left Nav */

/* Left Nav Links */
#menu_content_links
{
    text-align: left;
    margin: 20px 0px 15px 25px;
    width: 150px;
}

/* End Left Nav Links */
#checkout-div
{
    float: left;
    margin: 5px 10px 0px 15px;
    background-color: #fff; /*Background color of main content area center */
    padding: 10px;
    width: 945px;
    overflow: hidden;
}

.outer
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #EFF7F7 none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 10px;
    padding: 1px;
    z-index: 9998;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

#BillToEdit, #ShipToEdit, #BillToDisplay, #ShipToDisplay, #OrderRevList, #shipmeth-div, #ic-div, #PaymentDisplay
{
    /*border: solid 1px #D4DBEE;*/
    padding: 5px 5px 5px 5px;
    background: #FFFFFF;
}
#PaymentDisplay
{
    background-color: #ffffff;
}
#OrderRevListGrid
{
    /*width:310px;*/
    margin: 5px;
}

.radio input
{
    vertical-align: middle;
}
.radio label
{
    padding: 0px 5px 0px 0px;
}

/** Hacks Start **/

/* Start Mac IE5 filter \*/
#main_container
{
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}
#menu_container
{
    /*padding-bottom: 32767px !important;*/
    margin-bottom: -32767px !important;
}

#extra_container
{
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}
/* End Mac IE5 filter */

#wrapper
{
    overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
{
    /* Normally a Holly-style hack height: 1% would suffice but that causes      IE 5.01 to completely collapse the wrapper - instead we float it */
    float: left; /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes      (I saw it happen many moons ago) makes the width of wrapper too small      the float: none with the comment is ignored by 5.01,     5.5 and above see it and carry on about their business     It's probably fine to just remove it, but it's left here      just in case that many moons ago problem rears its head again */
    float: /**/ none;
}
/* easy clearing */
#wrapper:after
{
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#wrapper
{
    display: inline-block;
}
/*\*/
#wrapper
{
    background: #ffffff;
}
/* end easy clearing */

/* Default.aspx */
.page-content
{
    /*height: 700px;*/
}
.default-top
{
    margin-bottom: 25px;
}
.default-bottom
{
    text-align: center;
}
.default-bottom-left
{
    float: left;
    margin: 0px 0px 25px 25px;
}
.default-bottom-right
{
    float: left;
    margin: 0px 0px 0px 25px;
}

/* Product Page */
.emptyproduct
{
    height: 400px;
}
.product-container
{
    background: transparent url(../images/prod_content_bg.gif) no-repeat scroll 0 0;
}
.product-header
{
    background: #ffffff url(../images/prod_header_bg.gif) no-repeat;
    width: 791px;
    height: 30px;
    clear: right;
}
.product-body
{
    background: url(../images/prod_content_bg.gif) repeat-y;
    width: 791px;
}
.product-body .product-body-left
{
    float: left;
    width: 350px;
    text-align: center;
}
.product-body .product-body-left .product-image-div
{
    width: 350px;
    height: 350px;
}
.product-body #MainImage
{
    width: 345px;
}
.product-body .product-body-right
{
    float: left;
    width: 425px;
    text-align: left;
}
.product-body .sku-selectors select
{
    font-size: 12px;
}
.product-body .product-body-right .sku-selectors table
{
    display: inline;
}
.product-body .product-body-right .qty-lbl
{
    font-size: 12px;
    color: #946742;
}
.product-body #addToCartDiv
{
    margin-top: 10px;
}
.product-body .product-body-right .product-desc table
{
    width: 430px;
}
.product-body .product-body-right .product-desc table img
{
}
.product-body-right .product-action
{
    margin: 5px 0px;
}
.product-body-right .qty-input
{
    border: 1px solid 946742;
    color: #946742;
    font-size: 12px;
}
#addtowish-msg
{
    color: #FC681D;
    padding: 10px 10px 10px 10px;
    border: 1px solid #FC681D; /*display: none;*/
    margin: 5px 0px 5px 0px;
    width: 200px;
}
.addtowish
{
    margin-left: 29px;
}
.prodalert
{
    margin-left: 28px;
}
.product-footer
{
    background: #ffffff url(../images/prod_footer_bg.gif) no-repeat;
    width: 791px;
    height: 30px;
    clear: left;
    position: relative;
    margin-bottom: 30px;
}
.product-footer .product-buttons
{
    background: transparent url(../images/prod_btn_bg.gif) no-repeat;
    width: 379px;
    margin: 0 0 0 350px;
    text-align: left;
    position: relative;
    bottom: -9px;
}
.product-footer #sharelink
{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    left: 37px;
    position: relative;
    bottom: 4px;
}
.product-footer .product-buttons input
{
    padding: 0px;
}
#divAvailability
{
    display: none;
}
#spanNumAvail
{
    display: none;
}

#Float-Overlay
{
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 990; *left:0px;
}
#Float-Container
{
    width: 100%;
    height: 100%;
}
#Float-Continue
{
    float: left;
}
#Float-Continue img:hover
{
    cursor: pointer;
}
#FollowMe_container
{
    border: 5px solid #FF8322;
    padding: 20px 10px;
    margin: auto;
    position: absolute;
    width: 420px;
}
#FollowMe_container .btn-float-continue
{
}
#FollowMe_container .btn-float-checkout
{
}
.FollowMe_item
{
}
td.FollowMe_item_col
{
    color: #966640;
    font-size: 12px;
}
td.FollowMe_item_col img
{
    width: 50px;
    display: block;
}
.FollowMe_item_col a
{
    color: #966640;
    font-size: 12px;
}
.FollowMe_item_col .price-each
{
    width: 60px;
}
#FollowMe_container .TitleText
{
    color: #966640;
}
#FollowMe_container .floating-scrolling-div
{
    overflow-y: auto;
    overflow-x: visible;
    height: 350px;
    padding: 0px 2px 0px 2px;
}
.floating-cart-tbl
{
    border-color: #966640;
}
.floating-cart-tbl th
{
    background: #966640;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
.floating-cart-tbl td
{
    padding: 3px;
}
.floater-bottom
{
    padding-top: 15px;
}
.floater-bottom .btn-float-continue
{
    float: left;
    cursor: pointer;
    width: 163px;
    height: 63px;
    background: url(../images/btn_float_continue.gif) no-repeat;
}
.floater-bottom .btn-float-checkout
{
    float: right;
}


.prod-zoom
{
    margin: 40px 6px 0 15px;
}
/* Product Related Table */
.related-outer
{
    width: 791px;
}
.related-outer .related-header
{
    height: 39px;
    background: url(../images/prodrel_header_bg.gif) no-repeat;
}
.related-outer .related-inner
{
    background: url(../images/prodrel_content_bg.gif) repeat-y;
    clear: both;
    text-align: center;
}
.related-outer .related-inner table
{
    margin: 0px auto;
    border: none !important;
}
.related-outer .mblegend
{
    display: none !important;
}
.related-outer .related-footer
{
    background: url(../images/prodrel_footer_bg.gif) no-repeat;
    height: 30px;
}

.mbnamelink
{
    color: #946742 !important;
    font-weight: normal !important;
}

/* Swatch Div */
.swatch
{
    display: inline;
}
.swatch table
{
    margin-left: 5px;
}
.swatch table td
{
    width: 70px;
    height: 70px;
    text-align: center;
    background: url(../images/altview_thumb_bg.gif) no-repeat;
    padding-right: 8px;
}
.swatch img
{
    width: 65px;
}
.swatch span
{
    display: none;
}

/* End Product Page */

/* Search2 Page */
#history-block_search
{
    width: 749px;
    height: 26px;
    line-height: 26px;
    padding: 0px 10px;
    background: url(../images/leaftree_bg.gif) no-repeat;
}
.history-block-left
{
    float: left;
    width: 50%;
    text-align: left;
}
.history-block-right
{
    float: left;
    width: 50%;
    text-align: right;
    color: #946742;
    font-size: 11px;
}
.history-block-right table
{
    margin: 0px auto;
    text-align: right;
    width: 100%;
}
.pagination-block-container
{
    margin-top: 15px;
    clear: left;
    width: 749px;
    height: 26px;
    line-height: 26px;
    padding: 0px 10px;
    background: url(../images/leaftree_bg.gif) no-repeat;
}
.ProdListTbl
{
    width: 780px;
}
.ProdListTD
{
    padding: 0px !important;
    vertical-align: top;
}
.ProdListProd
{
    width: 200px; *width:195px;
}
.ProdListImg
{
    text-align: center;
    height: 200px;
}
/* End Search2 Page */

/* Start Dept.aspx Department Page */
.dept-prod-list
{
    clear: both;
}
.mbSDOuterLayer
{
    z-index: 99999;
}
.dept-pager-container
{
    clear: both;
    width: 749px;
    height: 26px;
    line-height: 26px;
    padding: 0px 10px;
    background: url(../images/leaftree_bg.gif) no-repeat;
    margin: 10px 0px;
}
.dept-related-div
{
}
.dept-rel-header
{
    width: 791px;
    height: 39px;
    background: url(../images/prodrel_header_bg.gif) no-repeat;
}
.dept-rel-content
{
    width: 791px;
    background: url(../images/prodrel_content_bg.gif) repeat-y;
}
.dept-rel-content table
{
    border: none !important;
    margin: 0px auto;
}
.dept-rel-content .mblegend
{
    display: none !important;
}
.dept-rel-footer
{
    width: 791px;
    height: 25px;
    background: url(../images/prodrel_footer_bg.gif) no-repeat;
}
.dept-content-div
{
}
#deptLinkDiv
{
    margin: 0px auto;
    width: 735px;
}
.deptListTbl
{
    width: 100%;
}
.deptListTbl td
{
    padding: 5px;
}
.dept_image /* End Dept.aspx Department Page */ /* Safari needs this - otherwise the ghost overflow, though painted  correctly obscures links and form elements that by rights should be above it. An unintended side-effect is that it cause such elements to vanish in IE 5.01 and 5.5, hence the child selector hack */ * > #footer, * > form, * > #notes, * > .output
{
    position: relative;
    z-index: 1000;
}

/* Hacks End */

/* Start Checkout/Shopper Pages */
.btnaddcomment
{
    margin-top: 5px;
}
.checkout-tbl
{
    margin: 10px 0px 25px 25px;
}
#main_content ul li
{
    list-style-type: disc;
    margin: 1px 0px 1px 20px;
}
/* Start Login/Password Recovery Styles */
#pswReminderDiv .ButtonStyle
{
    margin: 5px 0px 5px 0px;
    padding: 0px !important;
}
.AspNet-Login-InstructionPanel, .AspNet-PasswordRecovery-UserName-InstructionPanel, .AspNet-PasswordRecovery-Question-InstructionPanel, .AspNet-PasswordRecovery
{
    padding: 0px 0px 5px 0px;
    text-align: left;
}
.PRInstructionPanel
{
    padding: 10px 0px 5px 0px;
}
.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label, .AspNet-PasswordRecovery-UserName-UserPanel label, .AspNet-PasswordRecovery-Question-UserPanel label, .AspNet-PasswordRecovery-QuestionPanel label, .AspNet-PasswordRecovery-AnswerPanel label
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}
.prLabel
{
    padding-right: 0.5em;
}
.prInput
{
    width: 220px;
}
.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input, .AspNet-PasswordRecovery-UserName-UserPanel input, .AspNet-PasswordRecovery-Question-UserPanel input, .AspNet-PasswordRecovery-QuestionPanel input, .AspNet-PasswordRecovery-AnswerPanel input
{
    width: 10em;
}
.AspNet-Login-RememberMePanel
{
    padding: 5px 25px 5px 25px;
}
.AspNet-Login-PasswordRecoveryPanel
{
    padding: 5px 0px 5px 0px;
}
.AspNet-Login-UserPanel, .AspNet-Login-PasswordPanel, .AspNet-Login-RememberMePanel
{
    margin: 2px 0px 8px 0px;
}
.AspNet-Login-UserPanel span, .AspNet-Login-PasswordPanel span
{
    font-size: 14px;
    font-weight: bold;
}
/* End Login/Password Recovery Styles */

/* Start Address Control Classes AND Checkout Classes */
.SmallerFieldSection, .HalfFieldSection
{
    margin: 0px 4px 0px 0px;
    float: left;
}
.disabledField
{
    color: #999999;
    background-color: #cecece;
}
.btncontinue
{
    padding: 0px !important;
}
.btnupdate
{
}
/* End Address Control Classes AND Checkout Classes */

/* Start Tooltip Classes*/
.tooltip_content
{
    display: none; /* required */
    position: absolute; /* required */
    padding: 10px;
    border: 1px solid black;
    background-color: white;
    z-index: 9999;
}

/* End Tooltip Classes */

.shipmethdd select
{
    width: 250px;
    font-size: 12px !important;
}

#checkout-div input
{
}

.paypal img
{
    cursor: pointer;
}

.ItemCount
{
    color: #4e4b4c;
    font-weight: normal;
    font-size: 10px;
}

.checkout-btn-text
{
    margin: 15px 0;
}
.receipt-tracking-div
{
    clear: both;
}
h4.createaccounttitle
{
    padding: 0 0 7px 0;
    font-weight: bold;
    font-size: 12px;
}
/* End Checkout/Shopper Pages */

/* Mini Login (found on checkout.aspx) */
#mini-login
{
    width: 300px;
    float: left;
    margin-left: 10px;
    border: 4px solid #21AAE7;
    position: absolute;
    left: 180px;
    z-index: 9999;
}
.mini-login-inner
{
    background: #ffffff;
    padding: 5px;
    border: 3px solid #CEEBFF;
}
.mini-login-close
{
    text-align: right;
    margin-bottom: 5px;
}
.mini-login-close span
{
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
#mini-login td, #mini-login input
{
    font-size: 12px;
}
/* End Mini Login */

/* Start Create Account */
.password-checklist-div
{
    font-size: 11px !important;
    color: #000000;
    margin: 5px 0px;
}
.password-checklist-div ul
{
    margin-left: 25px;
}
.password-checklist-div li
{
    font-size: 11px !important;
    color: #000000;
    list-style-type: disc;
}
.create-acct-div
{
    text-align: left;
}
.create-acct-div input
{
    margin: 0px auto;
}
/* End Create Account */



#basic-modal-content
{
    display: none;
    z-index:999999;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
    cursor: wait;
    z-index:999999;
}

/* Container */
#simplemodal-container
{
    height: 320px;
    width: 600px;
    color: #bbb;
    background-color: #333;
    border: 4px solid #444;
    padding: 12px;
    z-index:999999;
}
#simplemodal-container code
{
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
    z-index:999999;
}
#simplemodal-container a
{
    color: #ddd;
    z-index:999999;
}
#simplemodal-container a.modalCloseImg
{
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
    z-index:999999;
}
#simplemodal-container #basic-modal-content
{
    padding: 8px;
    z-index:999999;
}
.simplemodal-data
{
    display:block;
    z-index:999999;
}