

/*.RelatedProducts {
}

RelatedProducts table tr {
}

.Product-Block {
    display:block;      
    width:100%;
    margin-top:5px;
    }

.Product-Left-Block {
    float:left;
    width:23%;
    height: 100%;    
}

    .Product-Left-Block img {
        width:40px;
        height:40px;
    }

.Product-Right-Block {
    float:right;  
    height: 100%;
    width: 72%;    
}

.Product-Title {
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;  
}

.Product-Description {
    
    margin-bottom: 7px;
}

    .Product-Right-Block p {
       
    }*/

    .Product-Right-Block input,.Product-Right-Block label {
        margin-right:10px;
    }

.redlink {
    color: #d52b1e;
    outline: 0;
    border: 0;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-weight: normal;   
}

.link {
    float:right;
    margin-top:5px;
}

.RelatedProductPrice {font-size:12px;margin-left:11%;font-weight:600;}

.ViewLink { font-size:12px; text-decoration:underline;}

.AddThese label {vertical-align:3px;}