@CHARSET "ISO-8859-1";

img.live5 {
    margin: 3px 0 15px 0;
}

/*

    Drop down menu container
    --This one slides
    --Using mootools might as well get it done...

    Paul Grimes
    04.17.2009

 */
#menu-container {
    display: block;
    position: relative;
    height: 35px;
    width: 820px;
    margin: 0px auto 0px;
    text-align: center;
    z-index: 100;
}

#drop_down_menu {
    display: block;
    height: 35px;
    position: absolute;
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style-type: none;
    width: 814 px;
    float: none;
    left: 0px;
    top: 0px;
}

#drop_down_menu img {
    width: 200px;
    height: 35px;
}

#drop_down_menu li {
    background: #0588BC;
    font-size: 12px;
    font-weight: bold;
    float: left;
    color: #ffffff;
    cursor: pointer;
    width: 198px;
    margin: 0px 5px 0px 0px;
}

#drop_down_menu li ul {
    margin-top: -3px;
    list-style-type: none;
    background-color: #00588BC;
}

#drop_down_menu li ul li {
    display: block;
    float: none;
    clear : both;
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 200px;
}

#drop_down_menu li ul li a {
    color: #FFFFFF;
    font: 12px;
    text-indent: 5px;
    text-align: left;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
}

#drop_down_menu li ul li a:HOVER {
    background-color: #00578a;
}
/*
    End Navigation Style
*/

/*
    Start Trade Calculator Style

*/

#abundaCalcTbl
{
    width: 820px;
    margin-bottom: 18px;
    margin-left: 1px;
    margin-top: 15px;
}
#abundaCalcTbl thead th.valuation_header
{
    background: #026799;
    text-align: left;
}
#abundaCalcTbl thead th.delete
{
    text-align: right;
}
#abundaCalcTbl thead th
{
    background: #298E00 url(../Images/calc_head_bg.jpg) repeat-x bottom;
    height: 35px;
    border-bottom: 1px solid #C0C0C0;
    padding: 6px 5px 2px 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#abundaCalcTbl tfoot th a
{
    text-decoration: none;
    color: #00248c;
    font-size: 16px;
    font-weight: bold;
}

#abundaCalcTbl thead th a
{
    text-decoration: none;
    color: #00248c;
    font-size: 16px;
    font-weight: bold;
}

#abundaCalcTbl tfoot th a:hover
{
    color: #cef4ff;
}

#abundaCalcTbl thead th a:hover
{
    color: #cef4ff;
}

#abundaCalcTbl tbody td
{
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding: 3px 2px 2px 3px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

#abundaCalcTbl tbody tr{
    background: #cef4ff;
}


#abundaCalcTbl tbody td.delete img
{
    cursor: pointer;
}

#abundaCalcTbl tbody
{
    max-height: 400px;
}

#abundaCalcTbl td.upc
{
    width: 90px;
}

#abundaCalcTbl td.values
{
    text-align: right;
}

#abundaCalcTbl tfoot th
{
    background: #1F6300 url(../Images/calc_foot_bg.jpg) repeat-x top;
    border-bottom: 1px solid #C0C0C0;
    height:20px;
    padding: 0px 5px 2px 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

#abundaCalcTbl td.details
{
    width: 250px;
    text-align: left;
    font-size: 12px;
}

#abundaCalcTbl td.details div.td_details
{
    width: 60%;
    height: 98%;
    float: left;
}
#abundaCalcTbl td.details div.td_image
{
    width: 38%;
    height: 98%;
    float: left;
}


/*
    End Trade Calculator Style
*/

/*
    Start Accordian Style

*/

#accordion
{
    border:1px solid #9A9A9A;
    margin:5px 0;
    padding:0;
    width:180px;
    margin-top: 15px;
}

#accordion h3.toggler
{
    background: #000 url(../Images/silvergradient.gif) repeat-x scroll left center;
    color: #fff;
    font-size: 12px;
    padding: 5px 0 5px 8px;
    cursor:pointer;
}

#accordion h3.toggler_selected
{
    background: #000 url(../Images/silvergradientover.gif) repeat-x scroll left center;
    color: #fff;
    font-size: 12px;
    padding: 5px 0 5px 8px;
    cursor:pointer;
}

#accordion div.element
{
    background: #fff;
    color: #666666;
    height: 450px;
    padding: 5px;
    font-size: 12px;
}

#accordion div.element em
{
    font-size: 10px;
}
/*
    End Accordian Style
*/

/*
    AbundaTrade Calculator Input
*/

#main_content_head
{
    background: #fff url("../Images/form_bg.png") no-repeat;
    height: 125px;
    width: 100%;
    z-index: 1;
}

#main_content #input_section
 {
    margin-top: 25px;
    margin-left: 30px;
    position: absolute;
    display: block;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    width: 750px;
 }
 #input_section div.input_container
 {
    width: 300px;
    height: 40px;
 }
#input_section div.input_container div.label
{
    margin-top: 5px;
}

#input_section div.input_container div.product_holder
 {
    width:172px;
    height:32px;
    background: url("../Images/upc_input.png");
    position:absolute;
    top: 0px;
    left: 115px;
    z-index: 1;

 }

#input_section div.product_holder #product_code
{
    background: none;
    border: none;
    width:140px;
    height:22px;
    margin-top:7px;
    margin-left:18px;
    z-index: 1;
}


#input_section div.input_container div.qty_holder
 {
    width:66px;
    height:32px;
    background: url("../Images/qty_input.png");
    position:absolute;
    top: 40px;
    left: 120px;
    z-index: 1;
 }

#input_section div.qty_holder #product_qty
{
    background: none;
    border: none;
    width:60px;
    height:22px;
    margin-top:7px;
    margin-left:10px;
}

#input_section div.input_container div.qty_label
{
    position:absolute;
    top: 40px;
    margin-top: 5px;
    left: 35px;
}

#input_section div.input_container div.submit_holder
 {
    position: absolute;
    top: 45px;
    margin: -5px;
    left: 215px;
 }



.calculator_info label {
   float:left;
    text-align: right;
    margin-right: 8px;
    display: block;
}

.calculator_info {
    position:absolute;
    left:400px;
    top:0px;
    width:330px;
    text-align: right;
    margin-right: 10px;
    color: #fafafa;
}

#instructions{
   width:820px;
   background-color:#01588b;
   margin:0px;
   padding-top:5px;
   color:#fafafa;
   text-align:center;
   font-size: 15px;
}

#submitList{
margin-left:25px;
}

#input_section .submit
{
    border:none;
    background: url("../Images/add_button.png") no-repeat;
    width: 95px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin:none;
    padding:none;
}

#input_section .submit:hover
{
    background: url("../Images/add_button_hover.png") no-repeat;
}

#input_section #option_section
 {
    position: absolute;
    top: 57px;
    left: 340px;
 }

/*
    Modal Settings
*/

.Modal
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.modalBackground
{
    filter: Alpha(Opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modalContainer
{
    position: absolute;
    width: 350px;
    left: 40%;
    top: 90px;
    z-index: 750;
}

.modal
{
    background-color: #02568A;
    border: solid 2px #816E59;
    position: relative;
    color: #FFE87C;
    left: -150px;
    z-index: 1000;
    width: 450px;
    height: 80%;
    padding: 5px 15px;
    margin: 5px;
    -moz-box-shadow:3px 3px 27px rgba(0, 0, 0, 0.9);
}
.modalTop
{
    width: 350px;
    background-color: #000099;
    padding: 4px;
    color: #FFE87C;
    text-align: right;
}

.modalTop a, .modalTop a:visited
{
    color: #FFE87C;
}

.modalBody
{
    padding: 10px;
    margin: 10px;
    text-align: left;
}

.modal label
{
    display: block;
    margin-top: 15px;
    margin-left: 5px;
    width: 200px;
    font-weight: bold;
}


#product-submission {
    clear: both;
    text-align: center;
}

.modalContainer .modal .Notice
{
    border: solid 1px yellow;
    margin: 0px;
    background-color: #F4F4F4;
    margin-bottom: 3px;
    color: black;
}

.modalContainer .modal .control {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.modalContainer .modal .Header
{
    padding-left: 3px;
    font-weight: bold;
    background-color: #F0F0F0;
    border-bottom: solid 1px black;
}

.modalContainer .modal .Note
{
    padding-left: 3px;
    padding-right: 3px;
    font-size: smaller;
}

.modalContainer .modal .Note p
{
    padding-bottom: 4px;
    margin: 0px;
}

.modalContainer .modal select
{
    width:352px;
}

.modalContainer .modal input[type=text]
{
    /*width:355px;*/
    float:right;
    width:300px;
}

.modalContainer .modal input[type=checkbox]
{
    width:20px;
}

.modalContainer .modal input[type=button]
{
    width:140px;
    float: left;
}

.modalContainer .modal input[type=submit]
{
    width:140px;
    float: left;
}

/*
    End Login Form
*/