﻿#image-header{
    display:block;
    text-align: left;
}

.compare-button{
    text-align: left;
}

.total{
    color: Red;
    font-weight: bold;
    font-size: 16px;
}

.total2{
    color: Red;
    font-weight: bold;
}

.compare-button INPUT{
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 5px;
}

.thumb-wrap
{
    margin: 5px 2px 10px 2px;
    float: left;
    text-align: center;
}

.thumb
{
    border: solid 1px gray;
    background-color: #cccccc;
    margin: 1px 1px 6px 1px;
    cursor: pointer;
}

.thumb2
{
    border: solid 2px #454545;
    background-color: #454545;
    margin-bottom: 5px;
    cursor: pointer;
    color: #FFF;
}

.thumb-select
{
    padding: 5px 0 5px 0;
}

.thumb-wrap IMG
{
    display: block;
    width: 110px;
    height: 110px;
}
.thumb-wrap SPAN
{
    line-height: 25px;
    vertical-align: top;
}

.compare-wrapper
{
    font-size: 11px;
}

.compare-item
{
    margin: 10px;
    width: 120px;
    height: 350px;
    text-align: center;
    float: left;
    display: block;
}
.setting-desc
{
    margin-top: 5px;
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden;
}
.setting-price
{
    margin-top: 5px;
    margin-bottom: 10px;
    color: Red;
    font-weight: bold;
    height: 25px;
}
.setting-id
{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.compare-item IMG
{
    width: 110px;
    height: 110px;
    border: solid 1px gray;
}

.x-window-body, .x-panel, .x-panel-ml, .x-panel-mc, .x-panel-mr, .x-panel-tl, .x-panel-bl, .x-panel-br, .x-panel-bc
{
    background-color: #FFFFFF;
    background-image: none;
    border: none;
}
#zoom-container
{
    width: 600px;
    height: 450px;
}
IMG.title-image
{
    margin-top: 10px;
    display: block;
}
IMG.bigimage
{
    float: right;
    width: 400px;
    height: 400px;
    margin-top: 10px;
    margin-right: 10px;
}
IMG.thumbnail
{
    width: 110px;
    height: 110px;
    float: left;
    margin: 10px;
    cursor: pointer;
}