﻿/* Start General Styles

light blue: 54D6F6 
dark blue: 557DB7
light green: 9d410f
dark green: 07B5A7
grey: 999999
light grey: A0A0A0
purple: DCB3E2
 */
body
{
    text-align:center; /* centering site 1/3 */
    
}

h1  {font-weight:bold;}

.hiddenDiv { display: none; visibility:hidden;}

/* Start Button Styles */
.ButtonStyle
{
    color: #012e57;
    font-size:11px;
    background-color: #648ABD;
    border:1px solid #012e57;
    padding:2px 3px 2px 3px;
}
.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;
}
/* End Button Styles */

/* Start General Layout Styles */
#wrapper
{
    margin: 0 auto; /* centering site 2/3 */
    text-align:left; /* centering site 3/3 */
    width: 999px; /* Overall site width */
    background-color:#ffffff;
}
#main_td_prod
{
    background-image:url(../images/mexicali_prod_bg.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}
#main_td_home
{
    background-image:url(../images/homepage_bg.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}
#main_container
{
    
    width: 650px;
    color:#557DB7;
    font-size:12px;
    /*background-color:Gray; Background color of main content area center */
    /*padding:5px;  causes column to stretch */    
}
#main_container td
{
    
    color:#557DB7;
    font-size:12px;
     
}
#main_container_checkout
{
    
    width: 90%;
    color:#557DB7;
    font-size:12px;
    /*background-color:Gray; Background color of main content area center */
    /*padding:5px;  causes column to stretch */    
}
#main_container_checkout td
{
    
    color:#557DB7;
    font-size:12px;
     
}
* html #main_container
{
    
}
#main_content,#menu_content,#extra_content
{
    padding:5px 5px 5px 5px;
    color:#557DB7;
}

#main_content ul li
{
    list-style-type: disc;
    margin: 1px 0px 1px 20px;
}

#main_container2
{
    float: left;
    width: 680px;
    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 */
     
}
* html #main_container2
{
    display: inline;
}

#extra_content
{
    text-align:center;
}

#menu_container
{
    
    width: 155px;
    background-color: #ffffff;
     /*padding:5px;  causes column to stretch */
}


#extra_container
{
    
    
    width: 175px;
    background-color: #ffffff;
    
}
/* End General Layout Styles */

/* Start Header classes */
#header
{
    background-color: #ffffff;
    
}
#header_content
{
    padding:0px 10px 10px 10px;
}
#header_bottom
{
    text-align:left;
    width:98%;
    margin:5px 10px 5px 10px;
    border-top:1px dotted #DCB3E2;
}
#Logo       { width:200px;}
#Tagline    {clear:both;}
#Welcome    
{
    text-align:right;
    background-image:url(../images/header_bg.gif);
    background-position:43px top;
    background-repeat:no-repeat;
    padding-top:20px;
}
#phone {font-size: 13px; font-weight: bold; text-align:center;}

.header_links1_div .AspNet-Menu-Horizontal .AspNet-Menu{float:right;padding-left:0px;text-align:right;/*width:280px;*/margin-top: 20px;}
.header_links1_div
{
    
    color:#557DB7;
    font-size:11px; 
    text-decoration:none;  
    text-align:right;
}
.header_links1_div a
{
    color:#557DB7;
    font-size:11px;
    text-decoration:none;
    padding:0px 5px 0px 5px;
    border-right:1px solid #557DB7;
}
.header_links1_div .level-1-9 a
{
    
    border-right:0px solid #557DB7;
}
.header_links2_div
{
    white-space:nowrap;
    text-align:right;
    width:100%;
    
}
.header_links2_div .AspNet-Menu-Horizontal .AspNet-Menu{float:right;padding-left:0px;text-align:right;/*width:700px;*/margin-top:10px;}
.header_links2_div .AspNet-Menu-Horizontal ul li a
{
    color:#557DB7;
    font-size:16px;
    font-weight:bolder;
    text-decoration:none;
    padding:0px 5px 0px 5px;
}

#CheckoutSteps_container
{
    
}
.head_links
{
    width: 63px;
    float:right;
    font-weight: bold;
    text-align: left;
}
.head_links a
{
    display: block;
    margin: 0px 0px 0px 8px;
    font-size: 11px;
}
.head_links a:link, .head_links a:visited
{
    text-decoration: none;
}
/* End Header classes */

/* Start Footer classes */
#footer
{
    clear: both;
    /*padding:10px;  Causes footer to jut out on right hand side*/
    background-color: #ffffff; 
    color: #000000;
    text-align:right;
    padding-right:20px;
    
}
.footermenu{text-align:right}
#footer_content
{
    padding:10px;
    font-size:10px;
    color:#557DB7;
}
.footer_text
{
    color:#999999;
}
#footer_content a
{
    text-decoration:none;
}
.footer_links1_div {text-align:right;}
.footer_links1_div .AspNet-Menu-Horizontal {padding-left:20px;padding-bottom:3px;/*width:430px;*/text-align:right; float:right;margin:0;padding:0;}
.footer_links1_div a
{
    color:#557DB7;
    text-decoration:none;
    padding:0px 5px 0px 5px;
    border-right:1px solid #557DB7;
}

.footer_links1_div .level-1-15 a
{
    
    border-right:0px solid #557DB7;
}
/* End Footer classes */

/* Start LeftNav */
.LeftNav
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
.LeftNav .TitleText
{
    color:#557DB7;
    font-weight:bold;
    text-transform:lowercase;
    margin:0px 0px 0px 6px;
    padding:0px 0px 0px 0px;
    
}

.TitleText
{
    text-align:left;
}

.TitleText7
{
    text-align:center;
}

.AspNet-TreeView li 
{
    margin:0px 0px 0px 6px;
    padding:0px 0px 0px 0px;
    line-height:14px;
}
.AspNet-TreeView-Root a
{
    color:#557DB7 !important;
    text-decoration: none;
    font-size:12px;
    font-weight:bold !important;
    text-transform:lowercase;
}

.AspNet-TreeView-Root ul li a
{
    font-weight:normal !important;
    color:#9d410f !important;
}

.AspNet-TreeView ul 
{
    
}
.AspNet-TreeView li.AspNet-TreeView-ParentSelected
{
    /*margin:0px 0px 0px 20px;*/
}
.AspNet-TreeView a,
.AspNet-TreeView-Selected ul li a
{
    color:#557DB7;
    text-decoration: none;
    font-size:12px;
    font-weight:bold;
    text-transform:lowercase;
}

.AspNet-TreeView a:hover,
.AspNet-TreeView-Selected a
{
    color:Purple !important;
    text-transform:lowercase;
    
}
.AspNet-TreeView-Leaf a,
.AspNet-TreeView li.AspNet-TreeView-ParentSelected a
{
    font-weight:normal;
    color:#9d410f;
}

/* End LeftNav*/

/* Start Login/Password Recovery Styles */
#pswReminderDiv .ButtonStyle {margin: 5px 0px 5px 0px;}
.AspNet-Login-InstructionPanel, .AspNet-PasswordRecovery-UserName-InstructionPanel,.AspNet-PasswordRecovery-Question-InstructionPanel, .AspNet-PasswordRecovery
{
    padding:0px 0px 5px 0px;
}
.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 {}
.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 SitePath and DataPager Styles */
#SitePathContainer {padding:0px 0px 6px 0px;}
.SitePath {text-decoration:none; font-size:10px; color:#557DB7;text-transform:lowercase;}
.SitePath2{display:none;}
.SitePath:hover, .SitePath:active {color:purple; font-size:10px; text-decoration:none;text-transform:lowercase;}
.SitePathSelected {color:#557DB7;font-weight:bold; font-size:10px;text-transform:lowercase;}

#DataPagerContainer {text-align:right; padding:6px 0px 6px 0px;}
.Pager {padding:0px 1px 0px 0px; border:0px none #ffffff; border-right:0px solid #000000;font-size:10px;text-decoration:none;}
/* End SitePath Styles */

/* Start Main Navigation Styles */
/* -------------------------------------------------------------------------- */
/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
.PrettyMenu .AspNet-Menu-Horizontal{}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 100%;
}


/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    background:#012e57;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    background:#012e57 url(bg_nav.gif) repeat-x;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: #648ABD;
    padding: 4px 2px 4px 8px;
    border:1px solid #648ABD;
    border-bottom: 0;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#012e57;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #648ABD;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 9em;
    text-align:left;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}
/* End Main Navigation Styles */


/* Start FNS Classes */
.RefineGroup
{
    margin:0px 10px 10px 10px;
   
}
.RefineHeading
{
    display:block;
    padding:6px 0px 3px 0px;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;

}
.RefineLinks
{
    padding:1px 4px 1px 4px;
}
.RefineLinks a
{
   /* display:block;*/
   padding:0px 3px 0px 3px;
}
.RefineLinks a:link, .RefineLinks a:visited
{
    display:block;
    text-decoration:none;
    font-size:11px;
    color:#262626;
    font-weight:normal;
}
.RefineLinks a:hover, .RefineLinks a:active {
    display:block;
    text-decoration:none;
    font-size:11px;
    color:#2685fc;
    font-weight:normal;
}
.RefineLinks select
{
    color:#333333; font-size:11px; border:1px solid #CCCCCC; font-weight:normal;
}
/* End FNS Classes */

/* Start Address Control Classes AND Checkout Classes */

.SmallerFieldSection, .HalfFieldSection
{
    margin:0px 4px 0px 0px;
    float:left;
}
.disabledField
{
    color:#999999;
    background-color: #cecece;
}
/* 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;
}

/* End Tooltip Classes*/

/* Start Calendar CSS */
.ajax__calendar_container {z-index: 9000;}
.ajax__calendar_body table tr td { padding: 0px; }
/* End Calendar CSS */

/* Start Alternates CSS */
#alternates img:hover
{
    cursor: pointer;
}
/* End Alternates CSS */