/** large image  css **/

.large_detail_img
{
    width:100%;
    margin:auto;
}

.selected_image
{
    text-align: center;
    vertical-align: middle;

}


/** thumbnail css **/


.left_container
{
    width:48%;
    float:left;
    text-align: center;
}

.detail_thumb_img
{
    width: 100%;
    margin: auto; 
    margin-top: 10px;
    text-align: center;
    float: left;
}


.selected_detail_img
{
    max-width: 100%;
    text-align: center
}


/** product detail css **/

.detail_info
{
    width:47%;
    float:right;
    min-height: 300px;
    padding:15px;
}

.label_detail_info
{
    display: inline-block;
    width:30%;
    padding:3px;
}

.attribute_label
{
    display: inline-block;
    width:30%;
    padding:3px;
}

.property_input select
{
    width:100px;
}

/** related product css **/

.related_product
{
    width:100%;
}
