/*   template base css on product detail page */
/***********************/
/***********************/
/******* default *******/
/***********************/
/***********************/

/** large image  css1 **/

.large_detail_img
{
    width:100%;
    margin:auto;
    background:white;
}

.selected_image
{
    text-align: center;
}


/** thumbnail css **/


.left_container
{
    width:45%;
    float:left;
    text-align: center;
}

.detail_thumb_img
{
    width: 100%;
    margin: auto; 
    margin-top: 10px;
    text-align: center;
    float: left;
}

.detail_row
{
    padding-bottom:3px;
}

.selected_detail_img
{
    text-align: center;
    display: table-cell;
    vertical-align:middle;
}


/** product detail css **/

.detail_info
{
    width:49%;
    float:right;
    min-height: 250px;
    padding:15px;
}

.label_detail_info
{
    width:25%;
    padding:3px;
    display:inline-block;
}

.label_qty
{
    width:25%;
    padding:3px;
    display:inline-block;
}

.attribute_label
{
    display: inline-block;
    width:25%;
    padding:3px;
}

.right_span
{
    padding:3px;
    display:inline-block;
}


.property_input select
{
    width:100px;
}

#qty
{
    width:40px;
}


.form_inner input[type="button"].qty_plus
{
    width:15px;
    border:none;
    background: url('http://localhost:8888/mobipot/cart_asset/icon_image/qty-more.png');
}

.form_inner input[type="button"].qty_minus
{
    width:15px;
    border:none;
    background: url('http://localhost:8888/mobipot/cart_asset/icon_image/qty-less.png');
}

.add_to_cart
{
    padding-top:10px;
}

/** related product css **/

.related_product
{
    width:100%;
}

/***********************/
/***********************/
/**** end default ******/
/***********************/
/***********************/
