.search_wrapper {
    width: 500px;
    height: 500px;
    position: relative;
}
.product_nav_search {
    width: 250px;
    height: 129px;
    position: absolute;
    left: 127px;
    top: 0;
    /*background: url("../layouts/images/sidebar_search.png");*/
    background: url("../layouts/images/product_nav_search.png?c");
}

.nav_search_form {
    width: 220px;
    height: 103px;
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.nav_search_form legend {
    font-size: 14px;
    color: white;
    padding: 0 0 8px 0;

}

.nav_search_form .chzn-single {
    background: #ffffff url("../layouts/images/selector_arrows.png") no-repeat 200px 6px;

    border-width: 0px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;


    /*padding-top: 1px;*/
    padding-bottom: 2px;

    margin-bottom: 1px;


}

.nav_search_form .chzn-single span {
  font-size: 11px;
  padding-left: 5px;
  color: #5d8abf;
}


.nav_search_form .chzn-drop {
    z-index: 1200;
}

.nav_search_form a {
    color: #5d8abf;
}

.nav_search_form li {
    color: #5d8abf;
}

.nav_search_form .types_cell {
    margin-bottom: 4px;
}

.nav_search_form .types_list {
    min-width: 220px;
    max-width: 220px;
}

.nav_search_form .products_cell {
    margin-bottom: 5px;
}

.products_list {
    min-width: 220px;
    max-width: 220px;
}

.sidebar_submit {
          width: 55px;
          height: 20px;
          /*position: absolute;*/
          /*left: 165px;*/
          /*right: 0px;*/
          margin-top: 0;
          float: right;
          background: #c4d1e8;
          font-size: 11px;
          /*border: 1px solid #c4d1e8;*/
          border-radius: 3px;
          -moz-border-radius: 3px;
          color: #5d8abf;
}

.sidebar_submit:hover {
    background: #0067b1;
    color: #ffffff;
    border-color: #0067b1;
}
#fancybox-content {
    /*background: red !important;*/
    background: transparent !important;
}
#fancybox-outer {
    /*background: red !important;*/
    background: transparent !important;
}
#fancybox-close {
    position: absolute;
    top: -17px;
    right: 123px;
    width: 49px;
    height: 14px;
    background: transparent url('../layouts/images/product_nav_search_close.png?universal') no-repeat;
}

#fancybox-close:hover {
    background: transparent url('../layouts/images/product_nav_search_close.png?universal') no-repeat;
}

.fancybox-bg {
    background: none !important;
}

#fancybox-bg-n {
    background: none !important;
}

#fancybox-bg-ne {
    background: none !important;
}

#fancybox-bg-e {
    background: none !important;
}

#fancybox-bg-se {
    background: none !important;
}

#fancybox-bg-s {
    background: none !important;
}

#fancybox-bg-sw {
    background: none !important;
}

#fancybox-bg-w {
    background: none !important;
}

#fancybox-bg-nw {
background: none !important;
}
