.productDetail{
    float:left;
    width:100%;
    height:auto;
}
    .productDetail > .left{
        float:left;
        width:398px;
        height:auto;
        margin-left:13px;
        padding-top:15px;
    }
    .productDetail > .right{
        float:left;
        width:280px;
        height:auto;
        margin-left:25px;
    }
        .safari .productDetail > .left > span{
            margin-left:360px !important;
        }
        .productDetail > .left > .statusIcon{
            position:absolute;
            margin-left:-200px;
            margin-top:-1px;

        }
        .safari .productDetail > .left > .statusIcon, .ie .productDetail > .left > .statusIcon{
            margin-left:0;
        }
        .chrome .productDetail > .left > .statusIcon{
        /*    margin-left:0px;*/
        }
        .productDetail > .left > img{
            float:left;
        }
        .productDetail > .left > ul{
            float:left;
            width:400px;
            height:auto;
            margin:2px 0 0 0;
            padding:0;
            list-style:none;
        }
            .productDetail > .left > ul > li{ 
                float:left;
                width:55px;
                margin-right:2px;
            }
                .productDetail > .left > ul > li > img{ 
                    float:left;
                    width:98px;
                    margin-right:5px;
                    /*border:1px solid #fff;*/
                }
                .productDetail > .left > ul > li > a{
                    float:left;
                }
        .productDetail > .right > h2{
            float:left;
            width:315px;
            height:auto;
            margin:50px 0 0 0;
            color:#fff;
            text-align:left;
            font-weight:bold;
            font-size:17px;
        }
                 
    
        .productDetail > .right > span{
            float:left;
            width:415px;
            font-weight:bold;
            text-align: left;
            color:#fff;
            margin:15px 0 10px 0;
            font-size:14px;
        }
        
      
        .productDetail > .right > .back{
            margin-left:0;
        }
        
        .socialLinks{
            float:left;
            display:inline;
            text-align: center;
            width:100%;
            height:30px;
            margin-top:20px;
        }
            .socialLinks > p{
                display:inline-block;
                text-align: center;
                width:auto;
                height:30px;
                margin:0;
            }
        .socialLinks > p > a{
            float:left;
            text-align: center;
            text-decoration:none;
            height:30px;
            
        }
        .socialLinks > p > .facebook, .socialLinks > p > .friend{
            padding:10px;
            height:10px;
        }
        .socialLinks > .pinteresk{
            margin-top:0;
        }