﻿#itemimage {
    width:calc(50% - 12px);
    float:left;
    margin:5px;
    border:1px solid #E1E1E1;
    text-align:center;
}
    #itemimage img {
        width:90%;
        margin:5%;
    }

#iteminfo {
    width:calc(50% - 12px);
    float:left;
    margin:5px;
    border:1px solid #E1E1E1;
}

#info {
    width:100%;
    border:5px solid white;
    padding:5px;
    line-height:25px;
}

.label {
    width:100px;
    white-space:nowrap;
    color:Gray;
    vertical-align:top;
}
.data {
    color:#343434;
    font-size:14px;
}

.highlight {
    font-size : 18px;
    font-weight:bold;
    color : orangered
}

#itemspec {
    color:#343434;
    border-collapse:collapse;
    border-color:#343434;
}

#itemnews {
    width:100%;
    border:5px solid white;
    padding:5px;
    line-height:25px;
}

.addtoCartbtn {
    width: 100%;
    background:#105caa;
    color:white;
    line-height:25px;
    cursor: pointer;
    text-align:center;
    }
    .addtoCartbtn:hover {
        background:royalblue;
    }
.viewCartbtn {
        width: 100%;
        background:#E1E1E1;
        line-height:25px;
        cursor: pointer;
        text-align:center;
        color:royalblue
        }
        .viewCartbtn:hover {
            background:royalblue;
            color:white;
        }
.video {
    width:98%;
    height:600px;
}