/**** LAYOUT ****/
.g_container {
    overflow: hidden;
}

.g_column {
}

.g_column_secondary {
    display: none;
}

img.logo {
    max-width: 190px;
}

@media all and (min-width: 320px) {
    img.logo {
        max-width: 290px;
    }
}

@media all and (min-width: 650px) {
    img.logo {
        max-width: 600px;
    }
    
    .g_column {
        float: left;
        width: 49%;
    }
    
    .g_column_left {
    }
    .g_column_right {
        float: right;
    }
    
    .g_column_primary {
        width: 59%;
    }
    .g_column_secondary {
        display: block;
        width: 39%;
    }
}

/**** CAPTCHA ****/
@media all and (min-width: 650px) {
    .genio_field.contact_us_captcha .ui-link {
        display: block;
        margin: 0 0 0 22%;
        padding: 0.4em;
        float: left;
    }
    .genio_field.contact_us_captcha .help {
        float: left;
        line-height: 25px;
    }
}

/**** BIG ICONS ****/
.big_icons .item {
    width: 112px;
    height: 140px;
    font-size: 14px;
    
}
.big_icons .item .ui-btn-inner {
    padding: 0.6em 10px;
}
.big_icons .item .ui-btn-text {
    width: 92px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.big_icons .item .img {
    height: 80px;
    width: 80px;
    background: white none center no-repeat;
    display: block;
    margin: 0 auto 10px auto;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
}

@media all and (min-width: 650px) {
    .big_icons .item {
        width: 144px;
        margin-right: 8px;
    }
    .big_icons .item .ui-btn-inner {
        padding: 0.6em 25px;
    }
}

/**** PRODUCT SHOW ****/
#product_show .prices .full {
    text-decoration: line-through;
    font-size: small;
}
#product_show .prices .discounted {
    font-size: larger;
}
#product_show .prices .vat {
    opacity: 0.7;
    font-weight: normal;
    font-size: 9px;
}
#product_show ul#versions li {
    min-height: 65px;
}
#product_show .images a.big {
    display: block;
    text-align: center;
    padding: 5px;
    margin: 5px;
    background: white;
    border: 1px solid rgba(0,0,0,0.3);
}
#product_show .images .big img {
    max-width: 270px;
}
#product_show .images ul.others {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#product_show .images .others li {
    float: left;
}
#product_show .images .others li a {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 90px;
    height: 60px;
    padding: 5px;
    margin: 5px;
    background: white;
    border: 1px solid rgba(0,0,0,0.3);
}
#product_show .images .others li a img {
    margin: auto;
    max-width: 90px;
    max-height: 60px;
}

@media all and (min-width: 480px) {
    #product_show .images .big img {
        max-width: 400px;
    }
}

#product_images {
    background: white;
}
#product_images_toolbar a span.ui-btn-text {
    font-size: 13px;
}
#product_images img {
    max-width: 290px;
    max-height: 370px;
}
#product_images #gallery {
    margin: 0 auto;
}

@media all and (min-width: 600px) {
    #product_images {
        max-height: 600px;
        overflow: hidden;
    }
    #product_images img {
        max-width: inherit;
        max-height: inherit;
    }
    #product_images_toolbar a span.ui-btn-text {
    font-size: 16px;
}
}