/* special css styles */
html { overflow: -moz-scrollbars-vertical; }
html, body { 
  background-attachment: scroll;
  background-position: center top;
  height: 100%;
  scrollbar-face-color:#D51B28;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar: auto;
}
#shop_conditions_div {
  background-color:#ffffff;
  background-image:none;
}
.specialprice { background-color:#ffff33; }
#shop_nav_search_field { width:130px; }