/* 
    Document   : local
    Created on : Mar 29, 2013, 2:30:29 PM
    Author     : dkidd
    Description:
        Purpose of the stylesheet follows.
*/
.product-view .product-name h2 {
  font-style: italic;
}
.product-view .product-name h3 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
}
.author-list {
  columns: 200px 3;
  -webkit-columns: 200px 3;
  -moz-columns: 200px 3;
}
.nav-container {
  border: 1px solid #ccc;
  border-width: 1px 0;
  background-color: #004581;
  background-image: none;
}
.nav-container #nav a {
  color: #487FA8;
}
.menu-dropdown-text {
  margin-left: 1em;
}
.menu-dropdown-text li {
  list-style: square;
}
.menu-dropdown-text li a:link,
.menu-dropdown-text li a:visited {
  color: #222;
  display: block;
  padding: 3px 10px;
  line-height: 16px;
}
.menu-dropdown-text li a:hover {
  color: #000;
  background: #d3d3d3;
}
.menu-dropdown-badges {
  margin-top: 44px;
}
.menu-dropdown-badges li {
  margin: 5px 0;
  padding: 0;
}
.menu-dropdown-badges li img {
  max-width: 100%;
}
.download-success-wrapper {
  border: 4px solid #000;
  padding: 20px;
  font-size: 18px;
}
body {
  background: #fff;
}
.block .block-title {
  background-color: #fff;
}
.header {
  padding: 0;
  width: 950px;
}
.header .form-search {
  background: #fff;
  height: 22px;
  right: -20px;
  top: 19px;
}
.header .links {
  margin-right: 10px;
}
.header .links a {
  color: #000;
  text-decoration: none;
}
.header .links a:hover {
  text-decoration: underline;
}
.header .quick-access {
  padding: 56px 0 0;
}
.header-container {
  background-image: none;
  border: 0 none;
}
.products-list .product-attribution,
.products-grid .product-attribution {
  font-size: 12px;
  color: #777;
  font-weight: normal;
}
.footer a,
.footer .bugs a {
  color: #1e7ec8;
}
.footer .bugs,
.footer address {
  color: #555;
}
.pic-frame {
  background-color: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px 1px #aaa;
  float: left;
  width: 200px;
}
.bom-widget {
  overflow: hidden;
}
.bom-widget .bom.product .details-wrapper {
  margin-left: 240px;
}
.bom-widget .bom.product .details-wrapper h1 a {
  color: #000;
}
.bom-widget .bom.product .details-wrapper h2 {
  clear: none;
  font-weight: normal;
  font-style: italic;
  color: #666;
}
.bom-widget .bom.product .details-wrapper h3 {
  font-size: 12px;
  font-weight: normal;
}
.bom-widget .bom.product .details-wrapper .old-price {
  margin-bottom: .5em;
}
.bom-widget .pic-frame {
  margin-bottom: 4px;
}
.widget-new-products .products-grid {
  background: transparent;
}
.widget-new-products .add-to-links {
  padding: 0;
}
.widget-new-products ul li {
  list-style-type: none;
}
.widget-new-products ul li.item {
  border: 0 none;
}
.widget-new-products .price-box p {
  margin-bottom: 4px;
}
.badge-ad {
  text-align: center;
}
.badge-ad .pic-frame {
  width: auto;
  margin-bottom: 5px;
  float: none;
  box-shadow: none;
  border: 1px solid #bbb;
}
.badge-ad:hover .pic-frame {
  background-color: #dee5e8;
}
.badge-ad:hover p a:hover {
  text-decoration: none;
}
.badge-ad p a {
  text-decoration: none;
  color: #000;
}
.badge-ad p a:hover {
  text-decoration: underline;
}
