.shop_navigation_top {
    background: transparent url('/images/static/marketplace/header.png') 0px -80px repeat-x;
    font-size: 9pt;
    height: 40px;
    padding: 0px;
    width: 677px;
}

.shop_navigation_top_left {
    background: transparent url('/images/static/marketplace/header.png') left no-repeat;
    background-position: 0px 0px;
    float: left;
    height: 40px;
    width: 300px;
}

.shop_navigation_top_right {
    background: transparent url('/images/static/marketplace/header.png') right no-repeat;
    float: right;
    height: 40px;
}

.shop_navigation_bottom {
    border: 1px solid #6B8408;
    background-color: #6B8408;
    font-size: 9pt;
    height: 40px;
    margin: 0px 0px 10px;
    width: 675px;
}

.shop_navigation_links {
    margin: 12px 15px 10px 0px;
    text-align: right;
    font-weight: bold;
}

.shop_new_products_nav_links {
    margin: 12px 15px 10px 0px;
    text-align: right;
    font-weight: bold;
}

.shop_pagination {
    margin: 12px 15px;
    height: 27px;
    color: #ffffff;
}

.shop_pagination strong {
    font-size: 10pt;
    float: left;
    margin-right: 10px;
}

.shop_pagination a {
    margin: 0 3px 0 0;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    float: left;
}

.shop_pagination .button_next_grey_small {
    margin-left: 5px;
}

.shop_pagination .button_back_grey_small {
    margin-left: 5px;
}

.shop_pagination a.shop_page_link_current {
    padding: 0 2px 0 2px;
    text-decoration: underline !important;
}
.shop_sort_form {
    margin: 0px;
}

.shop_sort_fields {
    margin: 10px;
    text-align: right;
}

.shop_sort_fields select {
    border: 1px solid #DDDDDD;
}

.shop_sort_go_button_container {
    display: inline;
}
