@CHARSET "UTF-8";

html {
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #636363;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,kbd
	{
	margin: 0;
	padding: 0;
}

kbd {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}


input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select { *
	font-size: 100%;
}

a {
	outline: none;
	color: #446B8A;
	text-decoration: underline;
}

div#header, div#wrapper, div#footer, div#footer_space {
/*	width: 980px; */
	margin: 0 auto;
	clear: both;
}

div#left, div#content, div#right{
	float: left;
}



div#left {
	width: 230px;
	margin:  0 0 0 20px;
}

div#content {
	margin: 0 0 0 30px;
	width: 670px;
}

div#footer {
	
}

div#footer_space {
	height: 30px;
}

div.spacer {
	height: 10px;
}

.clear {
	clear: both;
}

div#footer {
	border-top: solid 1px #305991;
}

span#copyrights {
	float: right;
	display: block;
	margin: 5px 30px 0 0;
	height: 30px;
}

a#logo {
	display: block;
	float: left;
	margin: 7px 7px 0 15px;
}

div#header {
	height: 58px;
	/*background-image: url("../img/header_bck.png");*/
	background: #305991;
}

div#menu {
	height: 58px;
	float: left;
}

ul#lang_menu {
	display: table;
	margin: 20px auto 0 auto;
}

ul#lang_menu li {
	float: left;
	margin: 0 0 8px 0;
}

ul#lang_menu li a {
	display: block;
	padding: 3px 5px;
	text-decoration: underline;
	color: #446b8a;
}


ul#main_menu {
/*	float: right;*/
	
	background-repeat: repeat-x;
	width: 100%;
	/*border-left-style: solid;
	border-left-color: #7297b2;
	border-left-width: 1px;
	*/
}

ul#main_menu li {
	float: left;
	/*margin-left: 35px;*/
	/*border-right-style: solid;
	border-right-color: #7297b2;
	border-right-width: 1px;
	*/
}

ul#main_menu li a {
	display: block;
	padding: 20px 25px 23px;
/*	background-image: url("../img/header_bck.png");
	background-repeat: repeat-x;
	*/
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

ul#main_menu li a:hover, ul#main_menu li a.active {
	color: #ffffff;
}

ul#left_menu li a:hover, ul#left_menu li a.active {
	color: #6b6b6b;
}

ul#lang_menu li a.active {
	text-decoration: none;
	color: #555;
}

ul#main_menu li a:hover, ul#main_menu li a.active{
/*	background-image: url("../img/header_bck_act.png"); */
	color: #ccc;
}


ul#left_menu {
	width: 200px;
}

ul#left_menu li {
	border-color: #446B8A;
    border-style: none none dashed;
    border-width: 1px;
}

ul#left_menu li a {
	display: block;
	padding: 5px;
	color: #446B8A;
	text-decoration: none;
}


ul#right_menu {
	width: 220px;
        padding: 20px 0px 0px 0px;
}

ul#right_menu li {
	border-color: #446B8A;
        border-style: none;
        border-width: 1px;
        padding: 0px 0px 0px 20px;
}

ul#right_menu li:hover {
	border-color: #446B8A;
        border-style: none;
        border-width: 1px;
        background: #EDEDED;
        padding: 0px 0px 0px 20px;
}

ul#right_menu li.active {
	border-color: #446B8A;
        border-style: none;
        border-width: 1px;
        background: #EDEDED;
        padding: 0px 0px 0px 20px;
}

ul#right_menu li a {
	display: block;
	padding: 5px;
	color: #446B8A;
	text-decoration: none;
}



div#content h2 {
	color: #305991;
	font-size: 18px;
	margin: 10px 0 5px;
}

div#left form {
	margin-top: 20px;
	padding: 5px;
	width: 195px; 
}

div#right form {
	margin-top: 20px;
	padding: 5px;
	width: 202px; 
}

div#left form select {
	width: 200px; 
}

input, textarea, button {
	border: solid 1px #6b6b6b;
}

input[type=text], input[type=password], textarea {
	width: 200px; 
}

#page form label {
	display: block;
}

input[type=text], input[type=submit] {
	
}

input[type=submit], button {
	padding: 2px;	
	margin: 4px 0 0 0;
}

div#left div#legend {
	margin: 0;
	font-weight: bold;
	color: #305991;
	display: block;
}

div#left div#legend a {
	text-decoration: none;
}

div#left label, div#right label {
	display: block;
	margin: 8px 0 2px 0;
}

strong {
	font-weight: bold;
}

div#page {
	margin: 35px 25px 0 2px;
	line-height: 20px;
}
	
	
div#page table, div#page table td, div#cart  table td, div#cart  table th{
	border: solid 0px #75b739;
	padding: 3px;
}


div#page table thead td, div#page table thead th, div#cart  table thead th{
	background-color: #75b739;
/*	text-align: center;*/
	font-weight: bold;
/*	border: none;*/
	color: #fff;
}

div#page ul {
	margin: 0 0 0 20px;
}
	

div#page li {
	list-style: disc;
}


hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #305991;
	border-style: none none dashed;
}


div.firmware {
	border-color: #446B8A;
    border-style: none none dashed;
    border-width: 1px;
    margin: 25px 0 0 0;
}

div.firmware h3 a {
	font-weight: bold;
	color: #446B8A;
	text-decoration: none;
	font-size: 14px;
}

div.firmware h3 {
	margin: 0 0 18px 0;
}

div.firmware span.bold {
	font-weight: bold;
	color: #305991;
}

div.firmware .price, div.firmware .price_2 { 
	color: #9a202d;
	font-weight: bold;
}

div.firmware div {
	margin: 0 0 10px 0;
}

.download_link a {
	text-decoration: none;
}
.download_link img {
	vertical-align: middle;
	margin-right: 5px;
}
.download_link a span {
	text-decoration: underline;
	font-weight: normal;
}

.red {
	color: red;
}

.redcomment {
	color: red;
 	font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

div#header_inner, div#wrapper, div#footer_inner {
	width: 1230px;
	margin: 0 auto;
}

div#footer_inner {
	margin: 10px auto 0 auto;
}

a#left_banner {
	display:block;
	margin: 50px 0 0 0;

}


#manager_online {
	margin: 20px 0 40px;
	width: 200px;
}

#manager_online span {
	color: #305991;
	font-weight: bold;
}

div#cart {
	margin: 20px 0 20px 0;
}


div#cart th{
	padding: 3px;
}

div#cart tfoot, div#cart_full tfoot
{
	font-weight: bold;
}
div#cart p {
	margin-top: 5px;
}

div#client_menu a {
	margin: 3px 0;
	display: block;
}

div#right form#login_form{
	margin:0 0 20px 0;
}

#login_form h5 {
	color: #333333;
	font-weight: bold;
}

#login_form .links {
	margin:5px 0 0 0;
	float:right;
}

#client_menu {
	margin: 30px 0 20px 0;
}
a.serial_question img {
	vertical-align: bottom;
}
a.serial_question img.serial {
	display:none;
	position: absolute;
}

a.serial_question:hover img.serial {
	display:inline;
	margin-top:-150px;
	/*border: #305991 1px solid;*/
}

a#firmware_list {
	font-weight: bold;
	color:green;
	margin: 20px 0 0 0px;
}

td.price {
	white-space: nowrap;
}

.actions div.order_links_box {
	display: none;
}

.order_form td {
	white-space: nowrap;
}

.order_form input, .order_form select {
	margin:7px;
}

div#right {
	padding: 35px 0 0 0;
}
/*
div#user_box {
	width: 232px;
	height: 164px;
	background: url("../img/user_bg.jpg") no-repeat;
	margin: 20px  0 40px 0;
}


div#user_box .logout {
	display: block;
	float: right;
}

div#user_box .user_info{
	width: 125px;
	height: 96px;
	float: right;
}

div#user_box .orders {
	float: left;
}

div#user_box .payments {
	float: left;
}


div#user_box .user_info div {
	float: left;
	color: #333333;
	clear: both;
	font-weight: bold;
	margin: -4px 0 0;
}
*/
/*
div#user_box {
	width: 232px;
	height: 164px;
	background: url("../img/user_bg.jpg") no-repeat;
	margin: 20px  0 40px 0;
}
*/
div#user_box {
	width: 232px;
	min-height: 90px;
	height: auto;
	background: url("../img/user_bg_new.jpg") no-repeat top;
	margin: 20px  0 0px 0;
	padding: 0px 0px 5px 0px;
}
div#user_box_bottom {
	width: 232px;
	margin: 0px 0px 40px 0px;
	height: 38px;
}

div#user_box .user_info .discount_type {
	font-style: italic;
	color: #888;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
}

div#user_box .logout {
	display: block;
	float: right;
}

div#user_box .user_info{
	width: 125px;
	min-height: 80px;
	margin: 0px 0px 0px 107px;
}

div#user_box_bottom .orders {
	float: left;
}

div#user_box_bottom .payments {
	float: left;
}

div#user_box .orders {
	float: left;
}

div#user_box .payments {
	float: left;
}


div#user_box .user_info div {
	color: #333333;
	clear: both;
	font-weight: bold;
	margin: -4px 0 0;
	width: 115px;
}

div#user_box .user_info table {
	color: #333333;
	font-weight: bold;	
}

div#user_box .user_info table tr td span{
	color: #666666;
	font-weight: normal;
}

div#user_box .user_info .user_discount
{
	margin-top: 1px;
}

div#user_box .user_info .user_deposit
{
	margin-top: 1px;
}

div#user_box .user_info .agent_commission
{
	margin-top: 1px;
}

div#user_box .user_info .user_name
{
	margin: -3px 0px 2px 0px;
}

div#user_box .user_info .user_name span
{
	font-size: 10px;
}

div#user_box .user_info div span {
	color: #666666;
	display: block;
	font-weight: normal;
}

div#cart  table, div#cart  table td {
	border: none;
}
div#cart  table {
	margin: 10px 0 0 5px;
}

div#cart  table td.title {
	width: 158px;
}

div#cart  table tfoot {
	color: #202020;
}

div#page table#firmware_table th, div#page table td, div#page table th {
	border: none;
	padding: 7px 3px;
}

table#firmware_table .version {
	font-weight: bold;
}

div#page table td.first {
	padding-left: 7px;
}

div#page table td.last {
	padding-right: 7px;
}

div#page table td.serial, div#page table td.id {
	font-weight: bold;
}

div#page table td.date {
	white-space: nowrap;
}

div#page table#firmware_table thead td, div#page table#firmware_table thead th {
/*	background-color: white;
	color: black;
	
	*/
	text-align: left;
	padding: 7px;
}



div#page table#firmware_table td, div#page table#firmware_table td a
{
/*	color:#202020;*/
}


.facebook {
	margin-top: 40px;
	overflow: hidden;
}
.facebook iframe{
	margin:-1px;
}

table .even {
	background-color: #e3ffca;
}
table .cancelled{
        background-color: #eeeeee;
}

table#firmware_table, #cart_full table {
	width: 630px;
}

.pagination {
	display: table;
    margin: 10px auto;
}

.pagination a {
	padding: 3px;
	margin: 1px;
}

/*
#confirm_link {
 	background: none repeat scroll 0 0 silver;
    color: black;
    display: block;
    float: right;
    margin: 15px 15px 0 0;
    padding: 3px 5px;
    text-decoration: none;
    border: 1px solid;
}
*/

#confirm_link {
 	
    display: block;
    float: right;
    margin: 15px 15px 0 0;
 
    text-decoration: none;

}

#support_email {
	margin: 40px 0 0 0;
	width:200px;
}

table#firmware_table .new {
	background-color: #ffdddd;
}

table#firmware_table .blue {
	background-color: #ddecff;
}


form#filterClients {
	margin: 0px 0px 10px 20px;
        float: right;
}

form#filterFrom {
	margin: 0px 20px 10px 0px;
        float: left;
}

form#filterTo {
	margin: 0px 20px 10px 0px;
        float: left;
}

#registration_link {
	float:right;
}

div#right
{
	width: 220px;
}

#video_banner, #problem_banner, #version_banner{
    display: block;
    width: 205px;
}




.table_rows tr
{
	border-bottom: dashed 1px #305996;
}

input[name="cmd"], 
input[name="upload"], 
input[name="business"], 
input[name="item_name_1"], 
input[name="notify_url"],
input[name="return"],
input[name="cancel_return"],
input[name="return_method"],
input[id="emailPaypal"],
input[name="currency_code"],
input[name="notifiy_url_base"],
input[name="LMI_SIM_MODE"],
input[name="LMI_PAYEE_PURSE"],
input[name="LMI_PAYMENT_DESC"],
input[name="LMI_SUCCESS_URL"],
input[name="LMI_RESULT_URL"],
input[name="LMI_SECRET_KEY"],
input[name="LMI_PAYMENT_NO"],
input[name="LMI_FAIL_URL"],
input[name="LMI_FAIL_METHOD"],
input[name="LMI_SUCCESS_METHOD"],
input[id="LMI_PAYMENT_AMOUNT_FWR"],
input[name="custom"],
input[id="emailWebmoney"],
input[id="EUR"],
input[id="USD"],
input[id="RUB"],
input[id="EURw"],
input[id="USDw"],
input[id="RUBw"],
input[name="price_list"]
{
    display: none;
}

a.version_link {
	margin-left:30px;
}

.support_info 
{
	color:black;
}

#min_amount {
	color:red;
	margin-left: 20px;
}

div#content h4 {
    color: #305991;
    font-size: 18px;
    margin: 10px 0 5px;
}

div.firmware h2 a {
    color: #446B8A;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

div#content div.firmware h2 {
	margin: 0 0 18px 0;
}

.vert_b{
	vertical-align: bottom;
}