@charset  utf-8;

/* CSS Document */

/* Optional - set font for everything */
* {
    font-family: 'Century Gothic', Arial, sans-serif;
}

/* Body & headings */
body {
    color: #333;
  margin: 50px auto;
}

p #container #content ul li a,#container #content div,#container #content div a {
    font-size: 14px;
}

p a {
    font-size: inherit;
}

#content,.box-heading {
    padding: 5px;
}

h1 {
    color: #FB6703;
    font-size: 22px;
}

h2 {
    color: #333;
    font-size: 20px;
}

h3 {
    color: #F4690C;
    font-size: 18px;
}

h4 {
    color: #333;
    font-size: 16px;
}

/* Main Container */
#container {
    background-color: #FFF;
  box-shadow: 0px 0px 10px -5px #000;
  
}

/* Default Link Colors */
a:link {
    color: #F4690C;
    text-decoration: none;
}

a:visited {
    color: #F4690C;
}

a:hover {
    color: #FB6703;
}

a:active {
    color: #F4690C;
}

/* This hides the giant text in the WELCOME module, home page */
.welcome {
    display: none;
}

#blog {
  width:234px;
  height:68px;
padding-left:700px;
 
	
}

/* Header */
#header {
    height: 100px;
margin-bottom: 35px;
}

#header #logo {
    position: absolute;
  top: 12px;
}

#currency {
    display: none;
/* Hide the currency switch */
}

#header #cart .heading {
    background-color: transparent;
    border: none;
    color: #333;
  margin-right: 0px;
}

/* SHOPPING CART text in header */
#header #cart .heading h4 {
    color: #F4690C;
    font-weight: 400;
  display: none;
}

/* Cart Content */
#header #cart .heading a span {
    background-color: transparent;
    color: #F4690C;
    background-image: url(/catalog/view/theme/DDB/image/arrow-down.png);
}

#header #cart .heading a:hover span {
    background-color: transparent;
    color: #333;
}

/* Shopping Cart Positioning */
#header #cart {
    right: 0px;
    top: 20px;
}

#header #cart.active .heading {
    border: none;
}

#header #cart .content {
    border-radius: 7px 7px 7px 7px;
}

#header #cart a {
    color: #F4690C !important;
}

#header #cart a:hover {
    color: #333 !important;
}

/* The text under the search bar */
#header #welcome {
    width: auto;
    color: #333;
  left: 0px;
  right: auto;
  top: -30px;
  
}

#header #welcome a {
    color: #888;
    text-decoration: none;
  text-transform: lowercase;
  font-size: 120%;
}

#header #welcome a:hover {
    color: #FB6703;
}

#header .links {
    position: absolute;
    z-index: 1;
  top: 10px;
  font-size: 120%;
  
}

#header .links a {
    color: #ADAC9C;
  font-size: inherit;
}

#header .links a:hover {
    color: #FB6703;
}
#header #searchimg {
 position: absolute;
  top: 90px;
  right: 230px;
}
#header #search {
    position: absolute;
    top: 88px;
    left: 760px;
    width: 203px;
    z-index: 0;
    padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px; 
border: solid 1px #C7C9CC;
  padding: 2px;
  overflow: hidden;
  
}

#header .button-search {
    position: absolute;
    left: 0;
    background: url(/catalog/view/theme/DDB/image/button-search.png) center center no-repeat;
    width: 28px;
    height: 24px;
    border-right: none;
    cursor: pointer;
}

#header #search input {
    background: #FFF;
  
    width: 233px;
    height: 24px;
    border: solid 1px #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    padding: 0 8px 0 30px;
}

/* Horizontal Dropdown Menu */
#menu {
    margin-top: 30px;
    background-color: #C7C9BE;
    border: none;
    box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px; 
display: none;
}

#menu ul {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0;
}

#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 6px 5px 5px 0;
}

/* Parent Links */
#menu > ul > li > a {
    font-size: 13px;
    color: #333;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
  text-shadow: 0px 0px 3px #fff;
  font-weight: normal;
  font-size: 120%;
}

#menu > ul > li:hover > a {
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 0px 0px 3px #fff;
  color: #DC4E00
}

/* Subcat Dropdown Wrap */
#menu > ul > li > div {
    display: none;
    background-image: none;
    background-color: #FFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
  margin-top: -1px;
    border: solid 1px #C7C9BE;
  border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
box-shadow: -2px 2px 10px -8px;
  
}

/* Subcat Links */
#menu > ul > li > div > ul > li > a {
    color: #DC4E00;
}

#menu > ul > li ul > li > a:hover {
    background: #C7C9BE;
    color: #FFF;
    border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px; 
  text-shadow: 0px 0px 2px #888888;
}

/* Breadcrumb on Category & Product Pages */
#content .breadcrumb a {
    color: #F4690C;
    text-decoration: none;
}

#content .breadcrumb a:hover {
    color: #FB6703;
    text-decoration: none;
}

/* Category Pages */
#content .content tbody tr td {
    color: #333;
}

#content .required {
    color: #DC143C;
}

#content a#compare-total {
    color: #F4690C;
    text-decoration: none;
}

#content a#compare-total:hover {
    color: #FB6703;
    text-decoration: none;
}

#content .product-filter .display a {
    color: #333;
}

#content .product-filter .display a:hover {
    color: #F4690C;
}

#content .product-list .left .name a {
    color: #F4690C;
}

#content .product-list .left .name a:hover {
    color: #FB6703;
}

#content .product-list .right .wishlist a {
    color: #F4690C;
}

#content .product-list .right .wishlist a:hover {
    color: #FB6703;
}

#content .product-list .right .compare a {
    color: #F4690C;
}

#content .product-list .right .compare a:hover {
    color: #FB6703;
}

#content .product-info .right .review a {
    color: #F4690C;
}

#content .product-info .right .review a:hover {
    color: #FB6703;
}

.product-list .left .price-old {
    color: #aaa;
}

.product-list .left .price-new {
    color: #DC143C;
}

#content .category-list ul li a {
    color: #333;
    text-decoration: none;
}

#content .category-list ul li a:hover {
    color: #F4690C;
}

#content .category-list ul li a:hover {
    color: #F4690C;
}

/* Boxes on the left, center or right  */
.box .box-heading {
    color: #333;
    background-image: none;
    font-family: serif;
    border: none;
}

.box .box-content {
    color: #333;
    border: none;
}

.box .box-category > li a {
    color: #F4690C;

}

.box .box-category > li a:hover {
    color: #FB6703;
}

.box .box-category li li a {
    color: #F4690C;
    text-decoration: none;
}

.box .box-category li li a:hover {
    color: #FB6703;
}

.box .box-content ul {
    color: #333;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.box .box-content ul li a {
    color: #F4690C;
    text-decoration: none;
}

.box .box-content ul a {
    font-size: 120%;
}

.box .box-content ul li a:hover {
    color: #FB6703;
}

.box .box-category li li a {
    color: #F4690C;
    text-decoration: none;
}

.box .box-category li li a:hover {
    color: #FB6703;
}

/* Misc Overrides */
.price a:hover {
    font-weight: 400;
    color: #FB6703;
}

.price-new {
    color: #DC143C !important;
}

.price-old {
    font-weight: 400;
    color: #aaa;
}

#content .login-content .right a {
    color: #333;
    text-decoration: none;
    font-size: 90%;
}

#content .login-content .right a:hover {
    color: #F4690C;
}

#content a {
    color: #F4690C;
    text-decoration: none;
}

/* Buttons */
.buttons .right .colorbox b {
    color: #333;
}

.product-info .price {
    color: #333;
}

.product-info .right .description span {
    color: #333;
}

.product-info .right .description {
    color: #F4690C;
}

.product-info .right .cart .links a,.product-info .right .review a {
    text-decoration: none;
    color: #333;
}

.product-info .right .cart .links a:hover,.product-info .right .review a:hover {
    color: #F4690C;
}

a.button,input.button {
    cursor: pointer;
    background-image: none;
    background-color: #90ccdc;
    color: #FFF;
    line-height: 12px;
    font-size: 90% !important;
    font-weight: 700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: none;
  font-family: inherit;
  font-weight: normal;
}

a.button:hover,input.button:hover {
    background-position: 0 -24px;
    background-color: #F4690C;
}

#content .buttons .right a {
    color: #FFF;
}

#content .login-content .left .button {
    color: #fff;
}

/* Footer */


#footer {
    background-color: transparent;
    border: none;
  border-top: #C5CEBD 20px solid;

}

#footer .column h3 {
    color: #FE6601;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 150%;
}

#footer .column ul {
    list-style-type: none;
    margin-left: -10px;
}

#footer .column ul li a {
    color: #888;
  font-size: 120%;
}

#footer .column ul li a:hover {
    color: #89CEDE;
    text-decoration: none;
}

#powered {
    margin-top: 0;
      padding: 8px;
  background: #C5CEBD;
  text-align: center;
}

#column-left p {
 margin-left: 10px; 
}
#column-left {
 width: 195px; 
}#content .product-list div .right .cart .button, 
#content .product-grid .cart .button {
 display: none; 
}
#content .product-list div .left .name a, 
#content .product-grid .name a{
  font-weight: normal;
}   