body {
    color: #609ab6;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 13px;
    margin: 5px 0px;
}

body.dark {
    background-color: #05455d;
    color: #FFFFFF;
}

img {
    border: 0px solid #FFFFFF;
}

a {
    color: #06344e;
    text-decoration: none;
}

td p {
    margin: 0px;
    padding: 0px;
}

body.dark a {
    color: #FFFFFF;
}

input.text, textarea.text {
    color: #5a92b5;
    border: 1px solid #0a547b;
    padding: 3px;
    width: 200px;
    vertical-align: middle;
}

a:hover {
    text-decoration: underline;
    color: #CC0000;
}

h1 {
    color: #224477;
    font-weight: normal;
    font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
}

h2 {
    color: #CC0000;
    font-size: 17pt;
    font-weight: normal;
}

h3 {
    font-size: 14pt;
    font-weight: bold;
    color: #326b85;
    margin: 0px 0px 5px 0px;
}

.body {
    width: 900px;
    margin: 0px auto;
    text-align: left;
}

.sep {
    vertical-align: text-bottom;
}

.red, body.dark .red {
    color: #CC0000;
}

#bigt {
    position: relative;
    float: right;
    width: 450px;
    height: 282px;
}

body.dark #bigt {
    position: relative;
    float: right;
    width: 450px;
    height: 458px;
}

#overexpand {
    position: absolute;
    height: 282px;
    width: 510px;
    background: url('images/big-t.jpg') no-repeat;
}

#overexpand-dark {
    position: absolute;
    height: 458px;
    width: 505px;
    background: url('images/big-t-dark.jpg') no-repeat;
}

#contactcanvas {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 397px; /*minus 40*/
    width: 428px; /*minus 40*/
    padding: 20px;
    background: url('images/canvas.png') no-repeat;
}

#contactinner {
    background-color: #FFFFFF;
    height: 350px; /*minus 20*/
    width: 408px; /*minus 20*/
    padding: 10px;
    color: #666666;
    font-size: 11pt;
}

#contactinner a {
    color: #666666;
}

#contactinner h3 {
    color: #004059;
    font-size: 13pt;
    font-weight: normal;
    margin-top: 10px;
}

.thirdpanel {
    position: relative;
    width: 261px; /*minus 34 for padding*/
    height: 254px; /*minus 20 for padding*/
    float: left;
    margin-right: 5px;
    padding: 10px 17px;
    font-size: .9em;
}

.thirdpanel h3 {
    font-size: 16px;
    font-weight: .5;
    margin: 2px;
    text-align: center;
}

.thirdpanel.white {
    background: url('images/thirdpanel-white.gif') no-repeat;
    color: #0a547b;
}

.thirdpanel.blue {
    background: url('images/thirdpanel-blue.gif') no-repeat;
}

.thirdpanel.red {
    background: url('images/thirdpanel-red.gif') no-repeat;
    margin: 0px;
    color: #FFFFFF;
}

.thirdpanel.red h3 {
    color: #FFFFFF;
    font-weight: normal;
}

.thirdpanel a {
    color: #bb2d34;
    margin-left: 5px;
}

.thirdpanel a:hover {
    text-decoration: none;
    color: #BB0000;
}

.thirdpanel-bottom {
    position: absolute;
    top: 205px;
    width: 265px; /*minus 10 for padding*/
    padding: 0px 5px;
    left: 5px;
}

.trackorder {
    float: left;
    position: relative;
    width: 265px; /*minus 10 for padding*/
    height: 90px;
    padding: 5px;
}

.rolloverdiv {
    float: left;
    z-index: 90;
}

.reflect {
    position: absolute;
    top: 0px;
}

.ro {
    position: absolute;
    top: 0px;
    height: 122px; /*minus 20*/
    z-index: 100;
    padding: 10px;
}

.rocontainer {
    z-index: 200; /* In IE, a container with a higher z-index will allow for
     the absolutely positioned element to pop out above...*/
    position: relative;
}

#qcro {
    background: url('images/qcrollover.png') no-repeat;
    width: 125px; /*minus 20*/
    color: #AAEEFF;
}

#pro {
    background: url('images/prorollover.png') no-repeat;
    width: 121px; /*minus 20*/
    color: #CCF9FF;
}

#log {
    background: url('images/logrollover.png') no-repeat;
    width: 121px; /*minus 20*/
    color: #FFDDDD;
}

#qcro a {
    color: #AAEEFF;
}

#pro a {
    color: #CCF9FF;
}

#log a {
    color: #FFDDDD;
}

.ro .item {
    padding: 2px;
    font-size: 11px;
    line-height: 14px;
}

#qcro .item {
    border-bottom: 1px solid #5599ff;
}

#pro .item {
    border-bottom: 1px solid #99CCff;
}

#log .item {
    border-bottom: 1px solid #EE6666;
}

.fixedbody {
    width: 100%;
    height: 450px;
    overflow: auto;
    background-color: #effafe;
    color: #666666;
    font-size: 9pt;
    line-height: 11pt;
}

.searchbody {
    position: relative;
    width: 580px; /*minus 20 for padding*/
    padding: 10px;
    background-color: #effafe;
    color: #666666;
    font-size: 9pt;
    line-height: 11pt;
    float: left;
}

.enctransbody {
    width: 880px; /*minus 20 for padding*/
    background-color: #effafe;
    padding: 10px;
    color: #666666;
    font-size: 9pt;
    line-height: 11pt;
    margin-bottom: 20px;
}

.enctransbody h3 {
    font-size: 11pt;
}

.fixedbody h3, .searchbody h3 {
    font-size: 11pt;
    font-weight: normal;
    color: #004059;
}

.manubody {
    float: left;
    width: 280px;
    margin-left: 8px;
    color: #666666;
    font-size: 11px;
}

.manucolumn {
    width: 130px;
    float: left;
}

.manusep {
    background: url('images/manusep.gif') left no-repeat;
    padding-left: 15px;
}

.arrow-button {
    vertical-align: middle;
}

.bluebold {
    font-size: 14pt;
    color: #004159;
    line-height: 18pt;
}

.redbold {
    font-size: 14pt;
    color: #b00b21;
    line-height: 18pt;
}

.category_button {
    display: block;
    width: 123px; /*Minus 20 for padding*/
    height: 21px; /*Minus 10 for padding*/
    padding: 5px 10px;
    background: url('images/categorybutton.jpg') no-repeat;
    font-size: 13px;
    line-height: 23px;
    color: #003f58;
    margin: 10px 0px 5px 0px;
}

.product_column {
    float: left;
    width: 170px;
    margin-right: 10px;
}

a.product {
    margin-left: 10px;
    color: #666666;
}

#rollover {
    position: absolute;
    width: 624px;
    left: -12px;
    top: -12px;
}

#ro_top {
    width: 624px;
    height: 18px;
    background: url('images/searchro_top.png') no-repeat;
}

#ro_body {
    width: 584px; /*minus 40 for padding*/
    padding: 2px 20px;
    background: url('images/searchro_bg.png');
}

#ro_content {
    width: 544px; /*minus 40*/
    background: #FFFFFF;
    padding: 20px;
    font-size: 11px;
    line-height: 17px;
}

#ro_bottom {
    width: 624px;
    height: 18px;
    background: url('images/searchro_bottom.png') no-repeat;
}

.close {
    display: block;
    width: 65px;
    height: 16px;
    background: url('images/close_btn.gif');
    float: right;
}

.close:hover {
    background: url('images/close_btn_ro.gif');
}

.login {
    margin: 0px auto;
    padding: 20px 10px;
    width: 300px;
    background-color: #EEEEEE;
    border: 2px solid #BBBBBB;
}

.logininput {
    width: 200px;
}

.third {
    position: relative;
    width: 290px;
    margin-right: 5px;
    float: left;
    color: #002244;
    font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
}

.third ul {
    list-style-type: none;
}

#panel {
    position: absolute;
    z-index: 100;
    background-color: #EEEEEE;
    width: 370px; /*minus 20*/
    padding: 10px;
    top: 40px;
    left: -50px;
    border: 1px solid #002244;
}

#pcanvas {
    position: relative;
    width: 350px; /*minus 20*/
    padding: 10px;
    background-color: #FFFFFF;
}

#productFrame {
    width: 600px;
    height: 300px;
    overflow: auto;
}

.product_listing {
    cursor: pointer;
    height: 20px;
}

.product_listing:hover {
    color: #004059;
}

h3.product_listing {
    margin: 0px;
}

.squarepic {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

a.pdf-listing {
    display: block;
    margin: 20px;
    float: left;
}

/*UTILITY CLASSES*/
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.aligntop {
    vertical-align: top;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.center {
    text-align: center;
}

.err, #err {
    /*color: #FF0000;*/
    color: #FFFFFF;
}

.notification {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    padding: 10px 10px 10px 36px;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
	 
    border: 1px solid;
    font-size: 13px;
    margin: 0 0 15px;
   
    position: relative;
    width: 40%;
}

.error {
    background: #FFCECE url(/images/cross_circle.png) repeat scroll 0 0;
    border-color: #DF8F8F;
    color: #665252;
}

.success {
    background: #D5FFCE url(/images/tick_circle.png) repeat scroll 0 0;
    border-color: #9ADF8F;
    color: #556652;
}

.msg, #msg {
    color: #009900;
}

.nodisplay {
    display: none;
}

.larger {
    font-size: 1.2em;
}

.smaller {
    font-size: .8em;
}

.ast {
    color: #992200;
}

.relative {
    position: relative;
}

.nomargin {
    margin: 0px;
}

.white {
    color: #FFFFFF;
}

/* Stripes */
.mainbluestripe {
    color: #666666;
    background-color: #d5f7fe;
    height: 282px;
    width: 100%;
}

.lightbluestripe {
    color: #314a61;
    background-color: #effafe;
    height: 240px; /*minus 80 for padding*/
    width: 100%;
    padding: 40px 0px;
}

.bluefluidstripe {
    background-color: #d5f7fe;
    color: #004159;
    width: 100%;
    padding: 10px;
    0px;
}

.lightblueadjust {
    background-color: #EFFAFE;
    color: #609ab6;
    padding: 10px 0px 30px 0px;
}

.lightblueadjust .body a {
    color: #609AB6;
    font-size: 8pt;
}

.redmanu {
    color: #BB0000;
}

.scrollCheckBoxes {
    height: 100px;
    overflow: auto;
}

.click-child {
    cursor: pointer;
}
