/**
 * Styles for goldwingcity.es shop
 */

@media screen {
    body {
        margin: 0;
        padding: 0;
    }
    
    #page_margins {
        margin: 0;
        padding: 0;
    }

    #nav_and_lang {
        float: right;
        color: #fff;
    }
    
    #nav_and_lang,
    #nav_and_lang a {
        color: #fff;
        font-size: 90%;
    }
    
    #language_selection {
        margin-left: 10px;
    }
    
    #language_selection,
    #topnav {
        display: inline;
    }
    
    #topnav {
        background: transparent;
        border: none;
        font-size: 100%;
        padding-right: 0;
    }
    
    #topnav span {
        color: #fff;
    }
    
    #header_margins {
        background: #000 url(../../images/stores/goldwing/header_bg.png) left top repeat-x;
        padding-bottom: 0;
        padding-top: 0;
    }
    
    #header {
        background: transparent;
        margin: 0;
        padding: 5px 0;
    }

    #header h1 {
        background: url(../../images/stores/goldwing/logo_goldwing_city.png) left -5px no-repeat;
        width: 300px;
        height: 31px;
        color: #fff;
        float: left;
        font-size: 160%;
    }

    #header h1 a {
        line-height: 100%;
        text-decoration: none;
        width: 300px;
        height: 31px;
        display: block;
    }
    
    #header h1 a span {
        color: #fff;
        display: none;
    }
    
    #search_form {
        font-size: 90%;
        margin: 0;
    }
    
    #search_form label {
        color: #fff;
        margin-right: 5px;
    }

    #nav_main { border-bottom: 1px solid #eee; }
    #nav ul, #nav li, #nav a { border: 0px none !important; }
    #nav_main { background: #e0e0e0 url(../../images/stores/goldwing/nav_bg.png) left top repeat-x; }
    #nav_main ul { margin-left: 0px; }
    #nav_main ul li { list-style: none ! important; background: none; }
    #nav_main ul li#current { background: #000 url(../../images/stores/goldwing/nav_on_bg.png) left top repeat-x; }
    
    #nav_main ul li a {
        color: #444;
    }

    #nav_main .secondary_link {
        font-size: 0.85em;
        padding-bottom: 0.6em; /* padding fix to make the item fit in the   */
        padding-top: 0.6em;    /* menubar                                   */
    }
    
    #bike_selection {
        padding: 5px 10px;
    }
    
    /* Select bike button */
    
    #bike_selection_button {
        background: url(../../images/stores/goldwing/nav_bg_bike_selection.png) left top repeat-x ! important;
    }
    
    #bike_selection_button a:hover {
        background: #daf0f4 ! important;
    }
    
    #bike_selection_button span {
        font-size: 0.7em;
        font-weight: normal;
    }
    
    /* Shopping cart */
    /* 
      do not change this to 'shopping_cart' cos this is needed when showing
      an order's info
    */
    .additional_info h3 { 
        background: url(../../images/stores/goldwing/shopping_cart_resume_bg.png) left top no-repeat;
    }
    
    /* sidebar colors */
    .sidebar_products_listing h3 {
        color: #555 ! important;
    }
    
    .sidebar_products_listing ul {
        border: 1px solid #ccc ! important;
    }
    
    .sidebar_products_listing ul li {
        border-bottom: 1px solid #ccc ! important;
    }
    
    .sidebar_products_listing_view_all {
        background: #ccc;
    }
    
    .sidebar_products_listing_view_all a {
        color: inherit;
    }
    
    .sidebar_products_listing_view_all a:hover {
        color: #fff;
    }
    
    /* Newest products colors */
    #newests_products {
        background: url(../../images/stores/goldwing/newest_products_bg.png) left top no-repeat;
    }
    
    /* Related products colors */
    
    #related_products {
        background: url(../../images/stores/goldwing/related_products_bg.png) left top no-repeat;
    }
    
    /* Needed products colors */
    
    #needed_products {
        background: url(../../images/stores/goldwing/needed_products_bg.png) left top no-repeat;
    }

    /* Highlighted products colors */
    
    #highlighted_products {
        background: url(../../images/stores/goldwing/highlighted_products_bg.png) left top no-repeat;
    }
    
    /* Offers */
    #offers_for_products {
        background: url(../../images/stores/goldwing/offers_for_product_bg.png) left top no-repeat;
    }
    
    #offers_for_products h3 {
      color: #555 !important;
    }
    
    /* Product images */
    
    .product_images h3 {
        background: #fff url(../../images/stores/goldwing/product_images_bg.png) left top no-repeat;
        color: #555;
    }
    
    .product_image_set ul {
        border: 1px solid #cfcfcf;
        border-top: 0;
    }
    
    /* Pagination */
    .pagination span.current, 
    .pagination a:hover {
        background: #aaa;
        color: #FFFFFF;
    }
    
    /* FAQ */
    .shipping_fees {
        border: 1px solid #ddd;
    }
    
    .shipping_fees tr.alternate td {
        background: #f2f2f2;
    }
    
    .sizes_explanation {
        color: #eee;
        font-weight: normal;
    }
    
    /* Images gallery */
    .galleries {
        margin: 0;
        padding: 0;
    }
    .galleries li {
        background: none;
        border-bottom: 1px solid #dedede;
        margin-bottom: 20px;
        height: 130px;
    }
    
    .galleries img {
        float: left;
        margin: 0 20px 10px 0;
    }
    
    .gallery_name {
        font-size: 1.2em;
        font-weight: bold;
    }
    
    .gallery img {
        border: 1px solid #ddd;
        display: block;
        margin: 20px auto;
        padding: 2px;
    }
}