#basketBar{
    float: left;
    background-image: url(/oncirrus/system/titlebar.jpg);
    background-repeat: repeat-x;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.prod-tab-left{
    float: left;
    width: 4px;
    height: 27px;
    background-image: url('/oncirrus/system/tab-left.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.prod-tab-select-left{
    float: left;
    width: 4px;
    height: 27px;
    background-image: url('/oncirrus/system/tab-select-left.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.prod-tab-middle{
    float: left;
    height: 22px;
    padding-top: 7px;
    font-size: 12px;
    font-weight: bold;
    background-repeat: repeat-x;
    cursor: pointer;
    width: 190px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2px;
}
.prod-tab-select-middle{
    float: left;
    height: 22px;
    padding-top: 7px;
    font-size: 12px;
    font-weight: bold;
    background-repeat: repeat-x;
    cursor: pointer;
    width: 190px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2px;
}
.prod-tab-right{
    float: left;
    width: 4px;
    height: 27px;
    background-image: url('/oncirrus/system/tab-right.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.prod-tab-select-right{
    float: left;
    width: 4px;
    height: 27px;
    background-image: url('/oncirrus/system/tab-select-right.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.prod-tab-sep{
    float: left;
    width: 3px;
    height: 27px;
    background-image: url('/oncirrus/system/tab-prod-sep.png');
    background-repeat: repeat-x;
}
#prod-desc-detail{
    width: 556px;
    padding: 8px;
    display: block;
    border: solid 1px #CDCDCD;
    float: left;
}
#prod-spec-detail{
    width: 556px;
    display: none;
    float:left;
}
.prod-extra-detail{
    width: 556px;
    padding: 8px;
    border: solid 1px #CDCDCD;
    float: left;
    display: none;
}
#product-image{




}
