.left_top_holder {
  background:#1e772d;
  border-bottom:3px solid #fff;
}
.left_top_holder .left {
  width:100px;
  height:74px;
  float:left;
}
.left_top_holder .right {
  width:112px;
  float:left;
  padding-top:10px;
  color:#fff;
}
.left_top_holder .right a:link, .left_top_holder .right a:visited, .left_top_holder .right a:hover {
  font-weight:bold;
  text-decoration:underline;
  font-size:13px;
  color:#fff;
}
.shop-navigation {
  padding-bottom:8px;
}
.shop-navigation ul {
  padding-top:5px;  
  margin-left:5px;
}
.shop-navigation .nav_item {
  padding-left:7px;
}

#shop-nav-accordion {
  background-color:#fff;
  padding:10px;
}

#shop-nav-accordion h3 a:link, #shop-nav-accordion h3 a:visited {
  color:#1e772d;
  font-weight:bold;
  font-size:13px;    
  padding-left:20px;
}
#shop-nav-accordion .collapsed h3 a:link, #shop-nav-accordion .collapsed h3 a:visited, #shop-nav-accordion .collapsed h3 a:hover {
  background:url('/images/frontend/v2.0/arrow-close.gif') no-repeat top left;
}
#shop-nav-accordion h3 a:link, #shop-nav-accordion h3 a:visited, #shop-nav-accordion h3 a:hover {
  background:url('/images/frontend/v2.0/arrow-open.gif') no-repeat top left;  
}
#shop-nav-accordion .nav_item a:link, #shop-nav-accordion .nav_item a:visited, #shop-nav-accordion .nav_item a:hover {
  color:#292929;
}




#shop-product-view .price-including-tax {
  font-size:18px;
}

input.qty {
  width:25px;
  border:1px solid #999;
}

#product-details {
  padding-top:8px;
}

#shop-product-view h2 {
  margin:0 0 10px;
  padding:0 10px;
  background: none;
  color:#000;
}
#shop-product-view hr { 
  margin:10px 0 10px;
}

#jk-basket {
  position:absolute;
  right:9px;
  top:3px;
  
}

.subcats {
  padding-left:5px;
}

/** POSTCARDS **/

#postcards-shop {
  height:224px;
  width:470px;
  margin-bottom:10px;
}
#postcards-shop #postcards-images-holder {
  width:346px;
  height:224px;
  float:left;
}
#postcards-shop #tabs_holder {
  width:124px;
  float:left;
}
#postcards-shop .tab {
  text-align:center;
  width:124px;
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
  cursor: pointer;
  background-image: url(/images/frontend/v2.0/tabs-shop-normal.gif);  
}
#postcards-shop .tab .tab_content {
  padding:10px 10px 0px 10px;
}
#postcards-shop #tabs_holder #tab1 {
  height:57px;
  background-position: 0px 0px;
}
#postcards-shop #tabs_holder #tab2 {
  height:56px;
  background-position: 0px -57px;
}
#postcards-shop #tabs_holder #tab3 {
  height:56px;
  background-position: 0px -113px;
}
#postcards-shop #tabs_holder #tab4 {
  height:55px;
  background-position: 0px -169px;
}
#postcards-shop .tab-active {
  background-image: url(/images/frontend/v2.0/tabs-shop-selected.gif);
  font-weight:bold;
}
#postcards-shop .cp-content {
  line-height:0px;
}

dl.item-options dt {
  float:none !important;
}

.messages {
  border:1px solid #999;
}
.shopping-cart-item-message {
    padding-bottom:9px;
}
.pages ol {
    list-style-type:none;
}
.pages ol li {
    display:inline;
}