/* -----------------
  Base CSS

Light Gray Input:
    Background: #F8F8F8
    Border: #DDDDDD
   ----------------- */


.divRight { float:right; text-align:right; }
.divRight a { margin-right:0px !important; }

.navP_parent { position:absolute; }
.navP_parent div { cursor:pointer; display:table-cell; font-family:Arial, Helvetica, sans-serif; vertical-align:middle; height:45px; font-weight:bold; text-align:center; padding:0px; border:0px dotted red; }
.navP_search { width:190px; }
.navP_quickList { width:190px; }
.navP_delivery { width:240px; }
.navP_confirm { width:190px; }




.SearchResultTabs { width:100%; text-align:center; height:33px; margin-bottom:20px; }
.SearchResultTabs a { display:inline-block; text-decoration:none !important; margin:0px 1px 0px 1px; }
.SearchResultTabs a:hover { text-decoration:none; }
.SearchResultTabs a div { display: table-cell; vertical-align:middle; font-weight:bold; width:142px; height:33px; background-image:url("/images/tab.PNG"); background-color:transparent; }
.SearchResultTabs a.clicked {  }

.PagingPanel .selected { font-weight:bold; text-decoration:none; border:1px solid #c0c0c0; border-radius:2px; }
.PagingPanel a { margin:0px 1px 0px 1px; padding:0px 2px 0px 2px; }
.PagingPanel a[disabled="disabled"] { color:#C0C0C0; }

INPUT.Dropdown { cursor:pointer; color:#999; padding-left:4px; }
BUTTON.Dropdown { width:20px; }
DIV.Dropdown { display:none; position:absolute; background-color:WHITE; border:1px solid #A8A8A8; overflow-y:scroll; margin-left:2px; }
DIV.Dropdown UL { padding:0px; margin:0px; }
DIV.Dropdown LI { cursor:pointer; padding:0px 0px 0px 4px; margin:0px; }
DIV.Dropdown LI.hover { background-color:#E0E0E0; }
DIV.Dropdown LI.unselect { color:#999; }

.advancedSearch .Dropdown-container { float:left; margin:0px 4px 4px 4px; }
.Dropdown-container INPUT.Dropdown {  }
.Dropdown-container A.Dropdown { margin:0px !important; width:20px; height: 20px; }
.Dropdown-container image.Dropdown { width:20px; height: 20px; }

option { color:#202020; }
option[value=""] { color:#999; }
select.active { color:#202020; }

/*
.goButton{
    display:inline-block;
    text-align:center;
    width:53px;
    padding:4px 0px 3px 0px;
    text-decoration:none;
    background:#aad93d;
    border-radius:.3em;
}

.goButton span {
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    text-decoration:none;
}

.goButton:hover {
    background:#92bb34;
}
*/
