@media screen {
    body {
        background: #000 url(../../images/stores/goldwing/header_bg.png) left top repeat-x;
        margin: 0;
        padding: 0;
    }
    
    h1 {
        background: url(../../images/stores/goldwing/logo_goldwing_city.png) left top no-repeat;
        display: block;
        width: 300px;
        height: 31px;
        text-indent: -3000px;
        margin: 0px auto 0;
    }
    
    body img {
        border: 0;
    }
    
    .back_button {
        background: #f3f3f3;
        margin: 20px 0;
        text-align: center;
    }
    
    .image {
        text-align: center;
    }
    
    .image img {
        border: 2px solid #dedede;
        padding: 5px;
    }
    
    .image_thumbs {
        background: #f2f2f2;
        padding: 5px 10px;
        width: 100%;
        margin: 20px auto;
    }
    
    .image_thumbs td {
        text-align: left;
    }
    
    .image_thumbs th {
        padding-right: 10px;
        width: 200px;
        text-align: right;
    }
    
    .image_thumbs img {
        background:#FFFFFF none repeat scroll 0%;
        border:1px solid #DDDDDD;
        padding:2px;
    }
    
    .image_thumbs a.current img,
    .image_thumbs a:hover img {
        border: 1px solid #777;
    }
    
    .border_top,
    .border_bottom {
        height: 10px;
        width: 100%;
    }
    
    .border_bottom {
        margin-bottom: 10px;
    }
    
    .error {
        color: #d67028;
        display: block;
        font-weight: bold;
        text-align: center;
    }
}

