﻿h1
{
    margin-top: 18px !important;
}

.productDetailsWithImage
{
    float: left;
    width: 410px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.productDetailsNoImage
{
    margin-bottom: 20px;    
}

.productImage
{
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid gray;
}

.productImageThumb
{
    border: 1px solid gray;
    margin: 0 5px 0 0;
}

.productDescription
{
    margin-top: 0 !important;
}

.specs
{
    margin: 0 0 0 30px;
    padding-left: 20px;
}

.groupDescriptionProduct
{
    display: block;
    margin: 10px 0;
    font-style: italic;
}

#ctl00_ContentPlaceHolder1_additionalImages
{
    float: left;
    margin-left: 20px;
}

.btnAddToCart
{
    margin: 15px 0 0 10px !important;
}


/* Special */
#ctl00_ContentPlaceHolder1_specialBox
{
    clear: both;
    border: 1px solid gray;
    width: 90%;
    padding: 10px;
    color: White;
    background-color: #C40002;
}

#ctl00_ContentPlaceHolder1_specialBox h2
{
    margin-top: 0;
    line-height: normal !important;
}

.jobberPrice
{
    text-decoration: line-through;
}