﻿#ProductDetailTopBox {
    background-color: #FFFFFF;
}

#ProductDetailTopBox .txtSearch {
    margin-top: -18px;
    width: 100px;
    height: 28px;
}

#ProductDetailTopBox .riSingle {
    display: inline;
}

#ProductDetailTopBox .ibtnSearch {
    width: 28px;
    height: 28px;
}

#ProductDetail hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#ProductDetail p {
    line-height: 2.0em;
}

#ProductDetail .GridMinHeight {
    Min-Height: 0;
}

#ProductDetail .LVItemWidth {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#ProductDetail .TopSpace {
    height: 10px;
}

#ProductDetail .VerticalSpace {
    height: 10px;
}

#ProductDetail .SpecAlign {
    text-align: left;
}

#ProductDetail .ReviewText {
    font-size: 0.8em;
}

#ProductDetail .PaddingTopDown4 {
    padding-top: 8px;
    padding-bottom: 8px;
}

#ProductDetail .CapacityBox {
     float: left; 
     width: 54px; 
     height: 58px; 
     padding: 4px 3px 4px 3px;
}

#ProductDetail .Capacity {
    display: table; 
    padding: 8px; 
    width: 50px; 
    height: 50px; 
    border: solid 1px #CCC; 
    border-radius: 4px; 
    text-align: center
}

#ProductDetail .Capacitysp {
     display: table-cell; 
     vertical-align: middle; 
     font-size: 0.8em; 
     line-height: 1.1em;
}

#ProductDetail .ColorBox {

    float: left;
    width: 162px;
    min-height: 58px;
    padding: 4px 3px 4px 3px;
}

#ProductDetail .Color {

    display: table; 
    padding: 8px; 
    width: 156px; 
    height: 50px; 
    border: solid 1px #CCC; 
    border-radius: 4px; 
    text-align: center;
}

#ProductDetail .Colorsp {

    display: table-cell; 
    vertical-align: middle; 
    font-size: 0.8em; 
    line-height: 1.1em;
}

#Specification a { text-decoration: none; outline: 0; color: #333333}
#Specification a.btn:focus{ outline: 0; }
#Specification a:hover {
    text-decoration: none;
    color: #333333;    
    outline: 0;
}
#Specification a:focus {
    text-decoration: none;
    color: #333333;    
    outline: 0;
}

#ProductDetail .QuestionItem {
    padding: 0 0 8px 0;
    clear: left;
    float:left;    
}

#ProductDetail .QuestionType label {
    font-weight: 300!important;
}

@media only screen and (min-width: 768px) {

    #ProductDetail .TopSpace {
        height: 0;
    }

    #ProductDetail .SpecAlign {
       text-align: right;
    }

    #ProductDetail .VerticalSpace {
        height: 10px;
    }

    #ProductDetail .QuestionItem {
        float:left;
        clear:none!important;
    }

}

@media only screen and (max-width :321px ) {
 
    #ProductDetail .CapacityBox {
         width: 48px;  
    }

    #ProductDetail .Capacity { 
        width: 44px; 
    }

    #ProductDetail .ColorBox {

        width: 145px;
    }

    #ProductDetail .Color {
        width: 139px;  
    }
}