/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/*
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 * Copyright (c) 2007 LinuxMagic Inc. All Rights Reserved.
 */


#index #map { float: left; margin-top: 10px; }
#index #map img { border: 0; }


#stores #sidebar {
    float: left;
    width: 200px;
}
#stores #storesList {
    float: left;
    width: 600px;
}
#stores ul#storemenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 200px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
}

#stores ul#storemenu li a:link,
#stores ul#storemenu li a:active,
#stores ul#storemenu li a:visited {
    text-decoration: none;
    font-size: 12px;
    color: #323422;
    display: block;
    border-top: 1px solid #CCC;
    padding: 7px;
}

#stores ul#storemenu li:hover {
    background-color: #EFEFEF;
    color: #333;
}
#stores ul#storemenu li#selected {
    background-color: #17479C;
    color: #FFF;
}
#stores ul#storemenu li#selected a {
   color: #FFF;
}

#stores #selected ul {
    padding: 0;
    margin: 0;
}

#stores ul#cities {
    padding: 0;
    margin: 0;
    background-color: #FFF;
}

#stores #cities li a {
    height: 1.0em;
    text-indent: 1em;
    border-left: 6px solid #CCC;
    color: #333 !important;
    font-weight: normal;
}

#stores div.astore {
    font-size: 1.0em;
    border-bottom: 1px solid #CDE;
    padding-left: 20px;
    padding-bottom: 30px;
}

#stores div.astore a:link,
#stores div.astore a:active,
#stores div.astore a:visited {
    font-weight: bold;
    font-size: 0.8em;
}

#stores div.astore strong {
    color: #1479CC;
}
#stores div#storesStart {
   width: 580px;
   float: left;
   margin-top: 10px;
   margin-left: 20px;
}
#stores div#storesContainer {
   width: 460px;
   float: left;
   margin-top: -10px;
}
#stores div#storeImage,
#stores div#storeImage img{
    width: 360px;
    height: 240px;
    padding: 5px;
}
#stores div#storeImage img{
    border: 1px dotted #BBB;
    padding: 5px;
}



#employment h5 {
    font-size: 1em;
    border-bottom: 1px solid #555;
}

#employment .positionDetails label {
    font-size: 0.9em;
    float: left;
    width: 200px;
    display: block;
    font-weight: bold;
    text-align: right;
    clear: left;
    padding-right: 30px;
    margin-bottom: 4px;
    line-height: 1.4em;
}

#employment .positionDetails span {
    float: left;
    display: block;
    width: 400px;
}
#employment .positionDetails p {
    width: 480px;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}
#flyer-display * {
    border: 0;
}
#flyer-display img {
    clear: both;
    margin-top: 30px;
}
#flyer-location {
    font-size: 0.8em;
    margin-left: 30px;
}
#flyer-location label {
    margin-top: 0.9em;
    display: block;
    float: left;
    width: 170px;
    font-size: 1em;
    font-weight: bold;
}
#flyer-location input {
    border: 1px solid #1479CC;
    font-size: 1.2em;
    padding: 5px;
}
#flyer-location p {
    border-left: 1px dashed #1479CC;
    float: left;
    line-height: 1.8em;
    margin: 0;
    padding: 0 0 0 30px;
}

#flyer-nav {
    float: right;
    margin-top: -38px;
}

#flyer-nav a:link,
#flyer-nav a:active,
#flyer-nav a:visited {
    display: block;
    font-size: 0.8em;
    float: left;
    width: 1.2em;
    height: 1.2em;
    padding: 2px;
    border: 1px solid black;
    margin-right: 3px;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-weight: bold;
}

#flyer-nav-selected {
    background-color: yellow;
}





#privacy ul,
#privacy li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
#privacy li {
    font-size: 0.9em;
    line-height: 1.2em;
    padding-bottom: 5px;
    padding-left: 5px;
}


#loginForm div#errormsg {
    margin-bottom: 20px;
    float: right;
    width: 350px;
}
#loginForm div#loginlinks {
    float: right;
    width: 390px;
}
#loginForm div#loginlinks a:link,
#loginForm div#loginlinks a:active,
#loginForm div#loginlinks a:visited
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: 1px #4A96E7 dotted;
}
#loginForm div#loginlinks a:hover {
    border-bottom: 1px #4A96E7 solid;
}




fieldset#login {
    margin-top: -10px;
    float: right;
    width: 350px;
    padding: 20px;
    background-color: #FFFFCC;
}

fieldset#login label {
    font-weight: bold;
    width: 140px;
    display: block;
    float: left;
    clear: left;
    height: 40px;
    text-align: right;
}
fieldset#login label#remember-me {
    font-size: 0.8em;
}

fieldset#login input#checkbox-remember {
    float: left;
    margin-left: 35px;
}
fieldset#login input {
    margin-right: 10px;
    float: right;
    padding: 5px;
    font-size: 0.8em;
    clear: right;
    border: 1px solid #1479CC;
}
fieldset#login input:focus {
    border: 1px solid #000;
}
p#loginlinks {
    clear: both;
    margin-left: 320px;
    }

#loginForm ul {
    float: left;
}
#loginForm ul,
#loginForm ul li{
    list-style: square inside;
    font-size: 0.95em;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 0;
}

#content #menu ul {
    border: 1px solid #CCC;
    border-bottom: none;
    float: left;
}
#content #menu ul,
#content #menu ul li {
    width: 180px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #F5F7FF;

}

#content #menu ul li a:link,
#content #menu ul li a:visited,
#content #menu ul li a:active {
    display: block;
    text-decoration: none;
    color: #1479CC;
    padding: 6px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.5em;
    border-bottom: 1px solid #CCC;
}

#content #menu ul li a:hover {
     background-color: #FFF;
}

#loggedIn-announcements {
    width: 350px;
    float: right;
    padding: 15px;
    border: 1px solid black;
    margin-left: 16px;
}
#loggedIn-announcements p#linkTitle {
    font-weight: bold;
    margin: 0;
}
#loggedIn-announcements p#linkDescription {
    margin: 0px;
    line-height: 1.4em;

}



/*****
Registration Form
****/

#registration {
    width: 700px;
    margin-left: 5px;
    border: 0;
}
#registration h4 {
    clear: both;
    border-bottom: 1px dotted #aaa ;
    padding-bottom: 2px;
}
#registration label {
    display: block;
    float: left;
    width: 13em;
    font-weight: bold;
    clear: left;
    padding: 0.4em;
    padding-right: 20px;
    text-align: right;
}
#registration select {
    border: 1px solid #111;
    padding: 2px;
    font-family: Arial;
}
#registration input {
    padding: 5px;
    border: 1px solid #111;
}
#registration input:focus {
    border: 1px solid #000;
    background-color: #EDEDED;
}
#registration span {
    float: left;
    display: block;
    padding: 0.4em;
}
#registration #location-container {
    display: block;
    clear: both;
    margin: 0 0 40px 225px;
    padding: 0 20px;
    width: 300px;
}
#registration #reg-submit {
    clear: both;
    margin-left: 16.7em;
}
#reg-submit input {
    padding: 6px 12px;
    border: 1px solid #222;
    font-size: 1.0em;
    margin-top: 12px;
}
#location-view label {
clear: left;
    font-weight: bold;
    display: block;
    float: left;
    width: 150px;
    text-align: right;
}

#location-view span {
    display: block;
    float: left;
    clear: right;
    padding-left: 10px;
    border-left: 10px solid #EFEFEF;
}

#location-view h4 {
    clear: both;
}
#editurl a {
    border: 1px solid #333;
    padding: 5px;
    background-color: #EEE;
    float: right;
    color: #333;
}

#deleteadminurl a {
    border: 1px solid #333;
    padding: 5px;
    background-color: #EEE;
    float: right;
    color: #333;
    margin-right: 2px;
}

#admin-index,
#admin-locations,
#admin-flyers,
#admin-invoices,
#admin-catalogs,
#admin-forum-reg {
    float: right;
    width: 500px;
}

#admin-catalogs {
    text-align: center;
}

#admin-catalogs #blurb {
    text-align: left;
}

#admin-locations #blurb {
    display: none;
}
#admin-index #forum-notice {
    border: 1px dotted #333;
    padding: 8px;
    background-color: #F0ffc4;
    font-size: 0.8em;
}
#admin-index #forum-notice a {
    float: right;
    border: 1px solid #333;
    background-color: #FFDF00;
    padding: 5px;
}
#forum-reg-error {
    padding: 8px;
    padding-left: 20px;
    border: 2px solid #CC3300;
    color: #333;
}
#admin-forum-reg label {
    font-weight: bold;
}
#admin-forum-reg input {
    padding: 6px;
    margin-top: 10px;
    border: 1px solid #888;
}
#admin-forum-reg input:focus {
    border: 1px solid #333;
}

#dropdowns {
    float: right;
    margin-top: -2.415em;
}
#dropdowns label {
    font-weight: bold;
}
#locations-select {
    margin: 0;
    padding: 0;
    clear: both;
}
#locations-select li a {
    display: block;
    margin: 0;
    color: #444;
    border-top: 1px solid #aaa;
    text-decoration: none;
    padding: 4px;
    font-size: 0.85em;
}
#locations-select li a:hover {
    background-color: #EFEFEF;
}


#authuserdata  {
    width: 470px;
    font-size: 0.80em;
    background-color: #FEFAFE;
    margin-top: 10px;
}
#authuserdata tr:hover {
    background-color: #EFEFEF;
}
#authuserdata a {
    float: left;
    display: block;
    border: 1px solid #AAA;
    text-decoration: none;
    color: #222;
    margin-right: 2px;
    padding: 2px 4px;
}


#admin-flyers select {
    border: 1px solid #888;
    padding: 4px;
}

#admin-flyers label {
    float: left;
    clear: left;
    width: 100px;
    padding: 4px;
    font-weight: bold;
}
#admin-flyers input {
    border: 1px solid #888;
    padding: 5px;
}

#admin-flyers #flyer-fields a {
    float: right;
    display: block;
    padding: 4px;
    font-weight: normal;
    border: 0;
    margin-left: -33px;
    margin-top: -15px;
    font-size: 0.7em;
}
#flyer-fields input {
    margin-top: 5px;
}

#admin-flyers #addfield a {
    padding: 5px 15px;
    font-weight: normal;
    font-size: 0.8em;
    float: right;
    margin-top: -3.2em;
    border: 1px solid #333;
    background-color: #EEE;
}
#admin-flyers fieldset {
    background-color: #FFFFB4;
    padding: 10px;
    border: 1px solid #333;
}

#admin-flyers input:focus {
    border: 1px solid blue;
}

#admin-invoices #LoggedInAs {
    background-color: #FFFFC4;
    border: 1px solid #999;
    font-size: 0.7em;
    font-weight: normal;
    margin-top: 10px;
    padding: 8px;
    text-decoration: none;
}

#admin-invoices #LoggedInAs span {
    display: block;
    font-size: 1.1em;
 } 

#admin-invoices #datelinks {
    border-bottom: 1px solid #999;
    color: #1079CE;
    display: block;
    font-size: 0.8em;
    margin: 10px 0;
    padding: 3px 0;
    text-align: right;
    width: 100%;
}

#admin-invoices #datelinks a {
    color: #1079CE;
    text-decoration: none;
} 

#admin-invoices #datelinks a:hover { 
    border-bottom: 1px dotted #1079CE;
    color: #000;
    text-decoration: none;
} 

#admin-invoices #datelinks strong {
    color: #000;
}

#admin-invoices #datelinks span.disabled {
    color: #888;
}

#admin-invoices #InvListing {
    font-size: 0.8em;
}

#admin-invoices #InvListing #location {
    border-bottom: 1px dotted #AAA;
    color: #444;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0 0 0;
} 

#admin-invoices #InvListing table { 
    border: 0;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
} 

#admin-invoices  .invcell,
                 .stmtcell { 
    border: 1px solid #999;
    padding: 0;
    vertical-align: top;
    width: 48%;
} 

#admin-invoices  .spacercell { 
    width: 2%;
} 

#admin-invoices #invoices, 
                #statements { 
    border: 0;
    color: #444;
    width: 100%;
} 

#admin-invoices  #invoices .title, 
                 #statements .title { 
    background: #CFCFCF;
    border: 1px solid #FFF;
    border-bottom: 1px solid #BBB;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
} 

#admin-invoices #InvListing .empty { 
    border: 1px solid #FFF;
    color: #900;
    display: block;
    padding: 5px;
    text-align: center;
} 

#admin-invoices #InvListing ul { 
    list-style: none;
    margin: 0;
    padding: 0;
} 

#admin-invoices #InvListing ul li { 
    margin: 0;
    padding: 0;
} 

#admin-invoices #InvListing ul li.row2 { 
    background: #E0E0E0;
} 

#admin-invoices #InvListing ul li a { 
    border: 1px solid #FFF;
    border-bottom: 0;
    color: #1079CE;
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
} 

#admin-invoices #InvListing ul li a span { 
    color: #444;
} 


#admin-invoices #InvListing ul li a:hover { 
    background: #DDD;
    cursor: pointer;
} 

#ProductSearch { 
    background: #FFFFC6; 
    border: 1px solid #999; 
    clear: both; 
    margin: 30px auto 15px auto; 
    padding: 8px; 
    width: 400px; 
    text-align: left;
} 

#CatalogDescriptor { 
    font-size: 12px; 
    font-weight: bold; 
} 

.CatalogSearch { 
    font-size: 11px; 
    font-weight: normal; 
} 

.CatalogSearchType { 
    display: block; 
    float: left; 
    width: 100px; 
} 

 .CatalogSearchBox { 
    background: #FFF; 
    border: 1px solid #999; 
    color: #444; 
    font-size: 11px; 
    -moz-appearance: none; 
    -moz-border-bottom-colors: #999 #FFF; 
    -moz-border-left-colors: #999 #FFF; 
    -moz-border-right-colors: #999 #FFF; 
    -moz-border-top-colors: #999 #FFF; 
    padding: 4px 1px; 
    margin-left: 16px;
    width: 180px; 
} 
.CatalogSearchBox.Desc {
    width: 284px;
}

.CatalogSearchSubmit, 
.CatalogSubmit,
.CatalogReset,
#catalog-form select { 
    background: #DDDDDD; 
    border: 1px solid #999; 
    color: #444; 
    font-size: 11px; 
    margin: 0 0 0 4px; 
    -moz-appearance: none; 
    -moz-border-bottom-colors: #999 #FFF; 
    -moz-border-left-colors: #999 #FFF; 
    -moz-border-right-colors: #999 #FFF; 
    -moz-border-top-colors: #999 #FFF; 
    padding: 2px; 
} 

.filter {
    width: 240px;
}

#FilterForm ul {
    list-style: none;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    height: 30px;
}

#FilterForm li {
    float: left;
    line-height: 24px;
    padding: 0;
}

#FilterForm a {
    background: #DDD;
    border: 1px solid #999;
    color: #444;
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0 0 0 6px;
    padding: 1px 8px;
    text-decoration: none;
}

#FilterForm li:last-child a[href="/members/catalogs.php"] {
    margin-top: 1px;
    padding: 0 8px;
}

#FilterForm a:hover {
    background: #EEE;
}

#FilterForm .CatalogSubmit {
    margin: 0;
    margin-left: 5px;
}

div#FilterForm {
    clear: both;
    position: relative;
}

.CatalogSearch > .CatalogSearchSubmit, 
#FilterForm > .CatalogSubmit, 
.FilterReset > .CatalogReset,
#FilterForm > select { 
    border: 2px solid; 
} 

input:hover.CatalogSearchSubmit, 
input:hover.CatalogSubmit,
input:hover.CatalogReset { 
    background: #EEE; 
    cursor: pointer; 
} 

.CatalogSearch.ProdNum,
.CatalogSearch.UPC{
    display: inline;
    width: 50%;
}

.CatalogSearch.ProdNum .CatalogSearchBox,
.CatalogSearch.UPC .CatalogSearchBox{
   width: 100px; 
}

#catalog-form { 
    font-size: 11px; 
} 

#catalog-form hr { 
    display: none; 
} 

#catalog-form span { 
    border-bottom: 1px dotted #999; 
    display: block; 
    font-size: 12px; 
    font-weight: bold; 
    margin: 0 0 10px 0; 
} 

#catalog-form select { 
    background: #DDD; 
    border: 1px solid #999; 
    color: #444; 
    font-size: 11px; 
    margin: 0 8px; 
    -moz-appearance: none; 
    -moz-border-bottom-colors: #999 #FFF; 
    -moz-border-left-colors: #999 #FFF; 
    -moz-border-right-colors: #999 #FFF; 
    -moz-border-top-colors: #999 #FFF; 
    padding: 2px; 
} 

#catalog-form option { 
    cursor: pointer; 
} 

#catalog-form input { 
    padding: 2px 6px; 
} 

.catalog_results { 
    border: 1px solid #999; 
    margin: 0 0 0 0px; 
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    background: #CCC; 
} 

.result_table { 
    border: 0; 
    border-spacing: 0; 
    margin: 0; 
    margin-bottom: 20px;
    padding: 0; 
    width: 100%; 
} 

.result_table th { 
    background: #CCC; 
    border: 1px solid #FFF; 
    border-bottom: 1px solid #999; 
    border-right: 0; 
    color: #000; 
    font-size: 12px; 
    font-weight: bold; 
    padding: 4px; 
    text-align: center; 
} 

.result_table th.r a{
    border-bottom: 1px solid #999;
    color: #1079CE;
    text-decoration: none;
}

.result_table th.r a:hover {
    color: #000;
}

.result_table td { 
    background: #FFF; 
    border-right: 1px solid #999; 
    color: #444; 
    font-size: 11px; 
    padding: 2px 4px; 
} 

.result_table tr.two td { 
    background: #EEE; 
} 

.result_table td a { 
    color: #1079CE; 
    text-decoration: none; 
} 

.result_table td a:hover { 
    border-bottom: 1px dotted #1079CE; 
    color: #000; 
} 

.result_table th.r { 
    border-right: 1px solid #FFF; 
} 

.result_table td.r { 
  border-right: 0; 
} 

.result_table tr:hover td { 
  background: #D0D0D0; 
} 

.page_links { 
  color: #444; 
  font-size: 11px; 
  margin: 4px 0; 
  text-align: right; 
  width: 700px; 
} 

.page_links span {
    border: 0 !important;
    display: inline !important;
    font-weight: normal !important;
    padding: 0 8px 0 0 !important;
}

.page_links a { 
    color: #1079CE; 
    padding: 2px 0; 
    text-decoration: none; 
} 

.page_links a:hover { 
    background: #DDD; 
    color: #000; 
}  

.rtprice {
    background: #EEE;
    border: 1px solid #AAA;
    font-size: 12px;
    clear: both;
    margin: 0 auto;
    padding: 8px;
    width: 400px;
    text-align: left;
}

.rtbacklink {
    color: #1079CE;
    font-size: 12px;
    margin: 0 0 0 0px;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
}

a:hover.rtbacklink {
    border-bottom: 1px dotted #1079CE;
    color: #000;
}

#error {
    background: #FFAAAA;
    border: 1px solid #990000;
    clear: both;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
    width: 100%;
}

.toggle {   
    padding: 4px;
    text-align: right;
    white-space: nowrap;
}

.toggle a {
    color: #1079CE;
    text-decoration: none;
}

.toggle a:hover {
    border-bottom: 1px dotted #1079CE;
    color: #000;
}

fieldset#expire-selectors {
    padding-top: 15px;
    padding-bottom: 15px;
}

fieldset#expire-selectors p {
    height: 10px;
    margin-top: 25px;
    clear: both;
}


#community ul {
    margin-left: 14px;
    padding-left: 10px;
    font-size: 0.9em;
    list-style-image: url('/images/bullet.jpg');
    marker-offset: 5px;
}
#community em {
    color: green;
    font-weight: bold;
}

#community ul a:link,
#community ul a:active,
#community ul a:visited {
    color: navy;
    border-bottom: 1px solid navy;
    text-decoration: none;
    font-weight: bold;
}
