﻿body
{
}

H1.prodCode
{
    color: Red;
    display: inline;
    margin-right: 1em;
}

H2.prodName
{
    display: inline;
}

DIV#topContainer
{
    position: relative;
    margin-top: 1em;
    height: 350px;
}

#imageBox
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#bulletBox
{
    width: 250px;
    height: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#bulletBox ul
{
    margin: 0px;
    padding: 0px;
    padding-left: 1em;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.65em;
    list-style-type: square;
}


DIV#features
{
    width: 310px;
    height: 60px;
    position: absolute;
    top: 250px;
    left: 0px;
}

#mBox
{
    width: 300px;
    height: 45px;
    position: absolute;
    top: 310px;
    left: 0px;
}

#leftColumn
{
    width: 45%;
    float: left;
}

#leftColumn p, #rightColumn p
{
    line-height: 1.3em;
}

#leftColumn h3, #rightColumn h3
{
    background-image: url( ../images/icons/tick.png );
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}

#rightColumn
{
    width: 45%;
    margin-left: 10%;
    float: left;
}

.dataSheet
{
    width: 100%;
    font-size: .85em;
}

.dataSheet TD
{
    padding: 3px;
}

.dataSheet Td
{
    border-bottom: 1px solid black;
}

.dataType
{
    font-weight: bolder;
}

#btnSpec, #btnContact
{
    margin: 5px;
}

#btnContact
{
    margin-left: 400px;
}


/**/

.rcb
{
    display: block;
}
.rcb *
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #FED6A7;
}
.rcb1
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #feedd9;
    border-right: 1px solid #feedd9;
    background: #fee0bd;
}
.rcb2
{
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #fefaf6;
    border-right: 1px solid #fefaf6;
    background: #feddb7;
}
.rcb3
{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #feddb7;
    border-right: 1px solid #feddb7;
}
.rcb4
{
    border-left: 1px solid #feedd9;
    border-right: 1px solid #feedd9;
}
.rcb5
{
    border-left: 1px solid #fee0bd;
    border-right: 1px solid #fee0bd;
}
.rcbfg
{
    background: #FED6A7;
}

*:target
{
    border: 2px solid red;
    padding: 3PX;
}

table#ipTable
{
    width: 100%;
    padding: 0px;
    border: none;
    border: 1px solid #789DB3;
    border-right:0px;
    border-bottom:0px;
}

table#ipTable td
{
    font-size: .85em;
    border: none;
    border-bottom: 1px solid #789DB3;
    border-right:1px solid #789DB3;
    background-color: #F4F4F4;
    vertical-align: middle;
    padding: 7px;
}

table#ipTable tr.header td
{
    font-weight:bold;
    border-bottom: 1px solid #ff0000;
    background-color:#789DB3;
    color:White;
}

table#ipTable td.ip5
{
    background-color: #A8C0CE;
}


table#ipTable td.ip6
{
    background-color: #89A9BC;
}

.quote
{
    font-style:italic;
    margin-left:3em;   
    margin-right:3em;   
    background-color:#ccc;
    
}

ol
{
    line-height: 1.55em;  
    color:#f00;
}

ol p
{
    color: #666666;
}

ul.bigList 
{
    list-style-image:url( ../images/icons/tick.png );
}

ul.bigList li
{
    font-size:1.2em;
    margin:1.7em;   
}


.uses
{
    font-weight:bold;
    margin:0px;   
    margin-left:155px;
}

.new
{
    height:100px;
    width:100px;
    position:absolute;
    top:310px;
    right:45px;   
}
