﻿
@charset "utf-8";
/* CSS Document */


 body
        {
            -webkit-text-size-adjust: none;
            margin: 0px;
            padding: 0px;
            border: 0px;
            width: 100%;
            height: 100%;
            font-family: Helvetica,Verdana,Arial,sans-serif;
            font-size: 10pt;
            line-height: 150%;
             
        }
        div
        {
            outline: none;
        }
        input, select, textarea
        {
            font-size: 12px;
            font-family: Arial,Verdana,Helvetica,sans-serif;
        }
        #temp
        {
            background-image: url(images/bg.jpg);
            background-repeat: no-repeat;
        }
        #main
        {
            width: 720px;
            height: 1040px;
            margin: 0px auto;
            padding: 15px;
        }
        #mainContent
        {
            width: 720px;
            position: relative;
        }
        #topPanel
        {
            float: right;
            text-align: right;
            height: 45px;
        }
        #leftPanel
        {
            float: left;
            width: 720px;
            line-height: 250%;
            margin-top: 60px;
        }
        #middlePanel
        {
            float: left;
            width: 2px;
            height: 525px;
            margin: 60px 10px 15px 10px;
            background-color: #e4e4e4;
            display: none;
        }
        #rightPanel
        {
            float: left;
            width: 720px;
            line-height: 170%;
            margin-top: 15px;
        }
        #bottomLine
        {
            clear: both;
            width: 100%;
            height: 2px;
            background-color: #e4e4e4;
            margin-bottom: 10px;
        }
        #bottomPanel
        {
            font-size: 90%;
            text-align: justify;
        }
        #btn
        {
            font-size: 90%;
            margin-top: 5px;
            margin-bottom: 10px;
        }
        #footer
        {
            font-size: 90%;
            position: relative;
            padding-top: 35px;
        }
        .title
        {
            background-image: url(images/bullet.jpg);
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 15px;
        }
        .redHeader
        {
            font-style:italic; 
            font-size:16pt;
            color: #b81d1f;
            font-weight: bold;
        }
        .underlinebox
        {
            border-bottom: 1px solid #000;
            width: auto;
            height: 26px;
        }
        .inputbox
        {
            /*border: 0px;*/
            margin-top: 4px;
            font-size: 12px;
            font-family: Arial,Verdana,Helvetica,sans-serif;
        }
        .inputline
        {
            clear: both;
            height: 30px;
        }
        .inputline input
        {
            outline: none;
            border: none;
            -webkit-appearance: none;
        }
        .inputline select
        {
            margin-top: 6px;
        }
        .inputline input:focus
        {
            background-color: #ffffcc;
        }
        .input
        {
            font-size: 12px;
            font-family: Arial,Verdana,Helvetica,sans-serif;
        }
        .input_uppercase
        {
            font-size: 12px;
            font-family: Arial,Verdana,Helvetica,sans-serif;
            text-transform:uppercase;
        }
        .smallrighttext
        {
            font-size: 75%;
            height: 24px;
            float: right;
            text-align: right;
        }
        .optionbox
        {
            display: inline-block;
            width: 130px;
            line-height: 20px;
            zoom: 1; *display:inline;}
        .optionbox input
        {
            float: left;
        }
        .optionbox span
        {
            float: left;
        }
        .cbxlist td
        {
            width : 150px;
        }
        .accessory_grid
        {
            width: 150 px;
            float: left
        }
        .button_layout
        {
            text-align:center;
        }
        .form_table
        {
            text-align:left
        }
        
         .checkBoxListWrap {
            width: 700px;
         }
         
         .checkBoxListWrap tr td {
            vertical-align: top;  
            padding: 5px;
            width: 33%;
         }
         
         .checkBoxListWrap input { 
            float:left;
         }
         
         .checkBoxListWrap label { 
            position: relative;
           
         }
         
         tr 
         {
             padding: 5px;
         }
         
         .PaddLeft
         {
             padding-left:55px;
         }
         
        .advanced
	    {
		    display: inline-block;
		    cursor: pointer;
		    background-color:#B46F1F;
		    color: #DAC78F;
		    padding: 0 10px;
		    font-size: 11px;
	    }
	    
	    a:link {
            COLOR: #aa9457;
            }
            
        .con_bg { padding-left:10px; }
        .con_bg2 { padding-left:10px;padding-right:10px }
        