/*
Products
************/

.product-pic
{
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}

div#product-animation
{
    float: right;
}

#gallery-button
{
    position: absolute;
    z-index: 200;
    top: 504px;
    left: 50%;
    margin-left: 415px;
}

#animation-button
{
    position: absolute;
    z-index: 200;
    top: 444px;
    left: 50%;
    margin-left: 408px;
}

#product-slideshow
{
    float: right;
    margin: 0px 0px 30px 30px;
}

#page .product-page h1
{
    font: normal 56px 'DIN Next W01 Light', sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px 10px 0px;

}

#page .product-page h1.intro
{
    margin: 35px 0px 10px 0px;
}

#page .product-page h1.intro span
{
        font: normal 24px 'DIN Next W01 Light', sans-serif;
}

#page .product-page h2.intro
{
    color: #8e8e8e;
    font: normal 30px 'DIN Next W01 Light', 'Arial', sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0px 0px 15px 0px;
}

#page .product-page h2.big
{
    color: #8e8e8e;
    font: normal 18px 'DIN Next W01 Light', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0px 15px 0px;
}

#page .product-page h3
{
    color: #8e8e8e;
    font: normal 16px 'DIN Next W01 Light', 'Arial', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    margin: 20px 0px 0px 0px;
}

.reduced
{
    color: #8e8e8e;
    font-size: 11px;
    line-height: 14px;
}

.light
{
    color: #8e8e8e;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
}

#page .product-page h3 span
{
    font-weight: bold;
}

#page .product-page ul
{
    margin: 20px 10px;
    padding: 0px;
}

#page .product-page li
{
    font-size: 15px;
    color: #8e8e8e;
    line-height: 26px;
    height: 26px;
    margin: 0px;
    padding: 0px;
}

a:link.specification,
a:visited.specification
{
    display: block;
    font: 14px 'DIN Next W01 Light', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px 10px 5px;
    background: #b0b0b0;
    padding: 4px 10px;
    width: 350px;
}

.specification span
{
    font-size: 11px;
}

a:link.enquiry,
a:visited.enquiry
{
    display: block;
    float: left;
    font: 12px 'DIN Next W01 Light', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0px 10px 5px;
    background: #b0b0b0;
    padding: 4px 10px;
    width: 160px;
}

a:link.cadblocks,
a:visited.cadblocks
{
    display: block;
    float: left;
    font: 12px 'DIN Next W01 Light', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0px 10px 10px;
    background: #b0b0b0;
    padding: 4px 10px;
    width: 160px;
}

.related-table
{
    clear: both;
    margin-top: 20px;
}

.related-table td
{
    width: 20%;
}

/* Counter */

#counter
{
    border-top: 10px solid #dead40;
}

#counter h2 span
{
    color: #dead40;
}

#page #counter li
{
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    list-style-image: url(/images/products/counter-bullet.png);
}

#counter .enquiry
{
    background: #dead40;
}

/* Dimension */

#dimension
{
    border-top: 10px solid #f37153;

}

#dimension h2 span
{
    color: #f37153;
}

#page #dimension li
{
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    list-style-image: url(/images/products/dimension-bullet.png);
}

#dimension .enquiry
{
    background: #f37153;
}

/* Linear */

#linear
{
    border-top: 10px solid #72B271;
}

#linear h2 span
{
    color: #72B271;
}

#page #linear li
{
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    list-style-image: url(/images/products/linear-bullet.png);
}

#linear .enquiry
{
    background: #72B271;
}

/* Tower */

#tower
{
    border-top: 10px solid #59C7DC;
}

#tower h2 span
{
    color: #59C7DC;
}

#page #tower li
{
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    list-style-image: url(/images/products/tower-bullet.png);
}

#tower .enquiry
{
    background: #59C7DC;
}


