html{height:100%; overflow-y: scroll;}
li {font-weight: normal;}

.account_block{width: 599px;}
.account_block_left{float: left; clear: left;}
.account_block_right{float: right; clear: right;}

.account_input{float: left; width: 559px; padding: 10px; margin: 2px 30px 2px 30px; clear: both;}
.account_input label{float: left; background: #B6C0D2;  width: 167px; line-height: 34px; padding: 0 10px 0 10px; color: #fff; font-weight: bold;}
.account_input input[type=text]{float: left; background: #F0F0F0; border: 1px solid #B6C0D2;  padding: 8px 10px 8px 10px; width: 299px;}

.account_title{
	line-height: 28px;
	padding: 20px 20px 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #B6C0D2;
}

.account_form_title{
    float: left;
    clear: both;
    width: 1158px;
    padding: 5px 0 5px 0;
    margin: 26px 20px 0 20px;
    border-bottom: 2px solid;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B6C0D2;
}
.account_form_title_bottom{
    margin-bottom: 50px;
}

.account_form_title_right{
    float: right;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    line-height: 24px;
}

.account_form_inputs {
    float: left;
    clear: both;
    width: 1158px;
    padding: 10px 20px 0 20px;
}

.account_form_rules {
    float: left;
    clear: both;
    width: 1096px;
    height: 320px;
    padding: 20px;
    margin: 5px 30px 0 30px;
    border: 1px solid #CCCCCC;
    background: #f0f0f0;
    overflow: auto;
}
.account_form_rules_no_height{
    height: auto;
    overflow: auto;
    margin-top: 20px;
}
.account_form_rules_links {
    float: left;
    clear: both;
    width: 1138px;
    padding: 20px 30px 0 30px;
    text-align: right;
}

.account_form_buttons {
    float: left;
    clear: both;
    width: 1168px;
    padding: 50px 15px 10px 15px;
}

.account_form_label{
    font-weight: bold;
    color: #ffffff;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 0 10px 0 10px;
    background: #CCCCCC url(../images/label_bg_gray.png) right no-repeat;
    line-height: 30px;
    width: 147px;
    cursor: default;
}
.account_form_label_green{background: #80c31c url(../images/label_bg_green.png) right no-repeat;}
.account_form_label_orange{background: #FF8600 url(../images/label_bg_orange.png) right no-repeat;}
.account_form_label_gray_white{background: #CCCCCC url(../images/label_bg_gray_white.png) right no-repeat;}
.account_form_label_green_white{background: #80c31c url(../images/label_bg_green_white.png) right no-repeat;}
.account_form_label_orange_white{background: #FF8600 url(../images/label_bg_orange_white.png) right no-repeat;}
.account_form_label_wide{width: 240px;}

.account_form_title_small, .account_form .account_form_label{
    font-weight: normal;
    color: #cccccc;
    float: none;
    margin: 0;
    padding: 0 5px;
    background: none;
    text-transform: uppercase;
}
.account_form .account_form_label_orange{color: #FF8600;}

.account_form_input{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 11px 0 4px;
    margin: 10px 10px 10px 0;
    border: none;
    background: #F0F0F0;
    width: 184px;
}
.account_form_input_wide{
    width: 284px;
}
.account_form_input_narrow{width: 91px;}
.account_form_input_small{
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 3px 5px;
    padding: 0 3px;
    border: none;
    background: #F0F0F0;
    text-align: center;
}
.account_form_textarea{
    padding: 5px 11px 5px 4px;
    margin: 10px 10px 10px 0;

    border: none;
    overflow: auto;
    outline: none;

    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #F0F0F0;
    resize: none;
    width: 623px;
    height: 150px;
}

.account_form_checkboxes, .account_form_radios, .account_form{
    float: left;
    line-height: 30px;
    padding: 0 11px 0 4px;
    margin: 10px 10px 10px 0;
    width: 184px;
}



.account_form_pre_select{
    float: left;
    width: 199px;
    margin: 10px 10px 10px 0;
    line-height: 30px;
    overflow: hidden;
}
.account_form_select{
    float: left;
    padding: 6px 31px 6px 1px;
    border: none;
    background: #F0F0F0 url(../images/select_bg.png);
    width: 220px;
    height: 30px;
    line-height: 30px;
}
.account_form_select option{background: #ffffff;}

.account_form_pre_select_wide{
    width: 299px;
    background: orange;
}
.account_form_select_wide{
    width: 320px;
    background: #F0F0F0 url(../images/select_bg.png) 100px no-repeat;
}

.account_message{
    background: #80c31c;
    margin: 25px 25px 0 25px;
    padding: 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.account_message_orange{background: #FF8600;}

.account_map {
    float: left;
    clear: both;
    width: 1136px;
    height: 600px;
    margin: 20px 30px 10px 30px;
    border: 1px solid #cccccc;
    background: #F0F0F0;
}

.account_checkbox, .account_checkbox_static_checked{
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid #F0F0F0;
    margin: 3px 10px 3px 5px;
    background: #F0F0F0;
}
.account_checkbox:hover{border: 2px solid #80c31c;}
.account_checkbox_checked{background: #F0F0F0 url(../images/checkbox_checked.png);}
.account_checkbox_static_checked{background: #F0F0F0 url(../images/checkbox_checked_disabled.png);}

.account_radio{
    float: left;
    width: 24px;
    height: 24px;
    margin: 3px 10px 3px 5px;
    background: url(../images/radio.png);
}
.account_radio:hover{background: url(../images/radio_hover.png);}
.radio_selected{background: url(../images/radio_selected.png);}
.radio_selected:hover{background: url(../images/radio_selected_hover.png);}

.account_form_double_wide{width: 570px;}
.account_form_full_wide{width: 845px;}

.account_form_warning{
    background: #FF8600;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
    color: #FFFFFF;
}
.account_form_info{
    font-size: 11px;
    line-height: 30px;
    float: left;
    width: 539px;
    height: 30px;
    margin: 10px 10px 10px -2px;
    padding: 0 10px 0 22px;
    background: url(../images/label_bg_left_blue_white.png) left center no-repeat #B6C0D2;
    color: #FFFFFF;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: middle;
}
.account_form_info_2 {line-height: 14px;}

.invoice_yearDevices{
    min-width: 280px;
}
.invoice_yearDevices tr{
    border:3px solid #EEE;
}
.invoice_yearDevices td{
    color:#1291d3;
    height: 30px;
    font-size: 12px;
}

.account_form_input_loading {
    background: url(../images/addr_load.gif) right 5px center no-repeat #f0f0f0;
}

.account_buttons {
    float: right;
    clear: both;
    margin: 20px;
    text-align: right;
}
.account_button {
    display: inline-block;
    line-height: 30px;
    min-width: 146px;
    margin: 10px;
    padding: 0 5px;
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.account_button:hover {
    text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
    filter: alpha(opacity=69);
    -moz-opacity:0.69;
    -khtml-opacity: 0.69;
    opacity: 0.69;
}
.account_button_orange {background: #FF8600;}
.account_button_blue {background: #1291d3;}
.account_button_red {background: #ff2929;}
.account_list {
    display: table;
    width: 1138px;
    clear: both;
    background: #f0f0f0;
    margin: 20px 30px 0 30px;
}
.account_list_item, .account_list_message {
    display: table-row;
}
.account_list_item span, .account_list_message span {
    display: table-cell;
    padding: 7px 10px;
}
.account_list_item_title span {
    background: #CCCCCC;
    color: #ffffff;
    font-weight: bold;
}
.account_list_item_total span {
    border-top: dotted 1px #cccccc;
    font-weight: bold;
}
.buy_quantity, .buy_price, .buy_total, .buy_delete {
    width: 132px;
    border-left: 1px dotted #CCCCCC;
    text-align: center;
}
.buy_delete a{color:#1291d3;}
.buy_total_string {text-align: right;}
.buy_total_value {text-align: right;}
.account_list_hidden {
    display: none;
}
.account_amount {
    display: inline-block;
    width: 165px;
    border: 4px solid #cccccc;
    padding: 4px;
    background: #f48b28;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.account_pay {
    display: inline-block;
    width: 156px;
    text-align: center;
}
.account_pay_bottom {
    margin-bottom: 8px;
}
.account_paypal{
    display: inline-block;
    vertical-align: bottom;
    width: 210px;
    height: 74px;
    background: url(../images/paypal.png) center center no-repeat;
}
.account_arrow {
    float: left;
    width: 38px;
    height: 15px;
    background: url(../images/history_arrow.png) center center no-repeat;
}
.account_functions_info{
    float: right;
    line-height: 14px;
    padding: 0 5px;
    margin: 0 10px;
    color: #ffffff;
    background: #ff8600;
    font-size: 11px;
}

.account_content {
    clear: both;
    float: left;
    width: 1138px;
    margin: 20px 30px 0 30px;
}
.account_table {
    display: table;
    width: 100%;
    clear: both;
    margin-top: 50px;
}
.account_table_head {
    display: table-row;
    height: 30px;
    background: #b6c0d2;
    color: #ffffff;
    font-weight: bold;
}
.account_table_row {
    display: table-row;
    height: 30px;
    background: #f0f0f0;
    border-top: 1px solid #ffffff;
}
.account_table_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px dotted #ffffff;
    width: 80px;
    padding: 0 10px;
}
.account_table_title {
    text-align: left!important;
    width: auto!important;
}
.account_table_title_padding {
    padding: 0 10px;
}
.account_table_day {
    width: 39px!important;
    padding: 0 0 0 5px;
}
.account_table_input {
    width: 100%;
    border: none;
    text-align: center;
    background: #f0f0f0;
}
.account_table_input_error{
    background: #ff8600;
}
.account_info {
    clear: both;
    font-size: 11px;
    margin-top: 20px;
    padding: 10px;
    line-height: 16px;
    border: 1px solid #1291d3;
    background: #F0F8FF;
}
.account_help_button {
    float: left;
    width: 30px;
    height: 30px;
    background: #1291d3;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
}
.account_dialog_warning {
    color: #ff8600;
    font-weight: bold;
    display: none;
}
.account_autocomplete_wrapper {
    float: left;
    margin: 12px 10px 10px 7px;
}
.account_autocomplete_wrapper .combobox_input { width: 156px; }



