/* VERSION: 1.0.0 */

/* Utility classes */

.clear
{
  clear: both;
}
.button, .ib
{
  /* Firefox 2.0 */
  vertical-align:middle;
  display:-moz-inline-block;
  display:-moz-inline-box;
  /* Everybody else */
  display:inline-block;
}

.breadcrumbs
{
  margin: 4px 0 4px 0;
  color: #040404;
}
.breadcrumbs a
{
  color: #040404;
  text-decoration: none;
}
.breadcrumbs a:hover
{
  text-decoration: underline;
}

.simple_overlay {
  /* must be initially hidden */
  display:none;

  /* place overlay on top of other elements */
  z-index:10000;

  /* styling */
  background-color:#fff;

  width:400px;
  min-height:400px;
  border:1px solid #C2B99F;
}
.simple_overlay .close {
    background-image:url(/images/button_close.png);
    position:absolute;
    right:0px;
    top:0px;
    cursor:pointer;
    height:19px;
    width:61px;
}
.simple_overlay .overlay_content
{
  padding: 20px;
}

.countrySelect, .stateSelect
{
  width: 135px;
}

ul.notices
{
  background: #eee;
  color: #000;
  margin: 10px 0;
  padding: 1em;
}
ul.notices li
{
  list-style: none;
}

ul.error_list
{
  margin: 0;
}
ul.error_list li
{
  list-style: none;
  color: red;
}

ul.formError
{
  margin: 5px 0;
  padding: 1em 0;
}
ul.formError li
{
  list-style: none;
  color: red;
}


/* Site Skeleton */

#page
{
  margin: 16px auto;
  width: 976px;
  position: relative;
  z-index: 0;
}

#header, #categories, #nav, #footer, #copyright
{
  text-align: center;
}
#header
{
  height: 65px;
  position: relative;
}
#logo
{
  position: absolute;
  top: 0; left: 0;
}

#searchBox
{
  position: absolute;
  top: 18px;
  right: 0;
  width: 284px;
}
#searchBox #searchInput
{
  height: /* 18px - 1px - 1px = */ 16px;
  width: 95px;
  border: 1px solid #eee;
  font-size: 12px;
}

#categories
{
  position: relative;
  z-index: 10;
  margin-top: 6px;
}
#categories ul
{
  margin: 0 0 6px 0;
}
#categories li, #nav li, #footer li
{
  display: inline;
  list-style: none;
  margin: 0 10px;
}
#nav, #copyright
{
  border-top: 1px solid #e3e3e3;
}

#nav #navPersonalization
{
  color: #993333;
}

#categories li
{
  position: relative;
  /* z-index: 1; */
}
#categories li,
#nav li,
#footer li
{
  font-weight: bold;
  font-size: 10px;
}
#categories li a,
#nav li a,
#footer li a
{
  text-decoration: none;
  color: #666;
}
#categories li.hover a,
#nav li.hover a,
#footer li.hover a
{
  color: #c8c8c6;
}
#categories ul li ul
{
  background: #fcfcfe;
  width: 120px;
  border: 1px solid #e3e3e3;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -6px;
  margin: 12px 0 0 0;
  display: none;
  line-height: 1.0;
}
#categories ul li.hover ul
{
  display: block;
}
#categories ul li ul li
{
  display: block;
  width: auto;
  text-align: left;
  margin: 0;
}
#categories ul li.hover ul li a
{
  color: #97979b;
  text-decoration: none;
  width: 100%;
  padding: 4px 6px;
  display: block;
  font-weight: normal;
}
#categories ul li.hover ul li.hover
{
  background: #b1b1b4;
}
#categories ul li.hover ul li.hover a
{
  color: #fefefe;
}

#nav ul
{
  margin: 2px 0 5px 0;
}
#footer ul
{
  margin: 18px 0 8px 0;
}
#copyright
{
  margin: 10px 0 16px 0;
  padding-top: 10px;
}

#contentTop
{
  width: 976px;
  height: 23px;
  margin: 0 auto;
  background: #fff url(/images/home_box_top.png) no-repeat;
}
#contentBottom
{
  width: 976px;
  height: 23px;
  margin: 0 auto;
  background: #fff url(/images/home_box_bottom.png) no-repeat;
}

#content
{
  position: relative;
  margin: 0 auto;
  width: /* 976px - 31px - 27px = */ 918px; 
  background: #fff url(/images/home_box_middle.png) repeat-y;
  padding: 6px 27px 6px 31px;
}

.innerContent
{
  width: 916px;
  background: url(/images/category_sidebar_210.png) repeat-y;
  color: #666666;
}

#sidebar
{
  padding: 20px 20px;
  width: 170px;
  float: left;
  min-height: 400px;
}

#sidebar .title, #sidebar .title a
{
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  color: #626262;
  text-decoration: none;
}

#sidebar #pagesList
{
  margin: 0 0 0 10px;
}
#sidebar #pagesList li
{
  font-size: 11px;
  line-height: 1.0;
  margin: 20px 0;
  list-style: none;
}
#sidebar #pagesList li a
{
  color: #fff;
  text-decoration: none;
}
#sidebar #pagesList li a:hover
{
  text-decoration: underline;
}
#sidebar #pagesList li.current, #sidebar #pagesList li.current a
{
  color: #808084;
}
#sidebar #pagesList li.current a:hover
{
  text-decoration: none;
  cursor: default;
}

#footer
{
  position: relative;
}
#verisign
{
  position: absolute;
  right: 60px;
  top: -17px;
}

li.category {
    display: block !important;
    float: left;   
}