﻿#body 
{
    background-image:url("Images/BG_Dark.jpg");
    background-repeat:repeat-x;
    text-align:left;
}

#Content
{
    position:relative;
    top:0px;
    background-image: url("../Images/BG_Light.jpg");
    background-repeat:repeat-x;
    padding: 2px;
    width:880px;
}

#Main
{
    position:absolute;
    top:0px;
    bottom:0px;
    height:100%;
    left:0px;
    right:0px;
    background-image: url("../Images/BG_Dark.jpg");
    background-repeat:repeat-x;
    text-align:left;
    background-color:Black;
    font-family:Arial;
    font-size:14px;
    color:White;
}

#Content_Holder_1
{
    padding: 0px 15px 0px 15px;
}

a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: none; }
a:active { color: white; text-decoration: none; }

#Alert
{
    font-size:13px;
    color:White;
    background-color:Red;
    padding:5px;
    text-align:center;
}

#SparesItemRepeat
{
    background-color:#000645;
    padding:5px;
    text-align:center;
    width: 97%;
    border: solid 1px #848484;
}

#SparesPageRepeat
{
    background-color:#000645;
    padding:5px;
    text-align:center;
    width: 95%;
    border: solid 1px #848484;
}

#VideoBoxRepeat
{
    background-color:#000645;
    padding:5px;
    text-align:center;
    width: 95%;
    border: solid 1px #848484;
}

#VideoBoxRepeat_Sub
{
    background-color:#0A77A5;
    padding: 1%;
    text-align:center;
    width: 97%;
    border: solid 1px #FFFFFF;
    border-spacing:2px;
}

#DiscontinuedProductRepeat
{
    background-color:#000645;
    padding:5px;
    text-align:center;
    width: 95%;
    border: solid 1px #848484;
}

#InstructionListRepeat
{
    background-color:#000645;
    padding:5px;
    text-align:center;
    width: 95%;
    border: solid 1px #848484;
}

#BlueBox
{
    background-color:#000645;
    padding:15px;
    border: solid 1px #848484;
}