/* --------- /stylesheets/reset.css --------- */ 
/* &copy Pavel Markovnin */

html {
    color: #666666;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.4em;
    background: #FFF;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 100%;
    line-height: 1.4em;
}

input:link, textarea:link {
    padding: 0.2em;
    border: 1px solid #90586A;
}

img, a.img {
    border: 0;
}

.clear {
    clear: both;
}

.nocss {
    display: none;
}

hr.clear {
    display: none;
}


a:link {
    color: #064a90;
    text-decoration: none;
    border-bottom: 1px solid;
}

a:active {
    color: #0090eb;
    text-decoration: none;
    border-bottom: 1px solid;
}

a:hover {
    color: #83b2ff;
    text-decoration: none;
    border-bottom: 1px solid;
}

a:visited {
    color: #064a90;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.dashed:link, a.dashed:visited, a.dashed:active {
    color: #0055cc;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.dashed:hover {
    color: #cc0000;
    text-decoration: none;
    border-bottom: 1px dashed;
}

h1 {
    font-size: 1.6em;
    margin: 0 0 0.5em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

h3 {
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
}

h4 {
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
}

h5 {
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}

h6 {
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

p {
    margin: 0 0 0.7em 0;
}

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

table td, th {
    padding: 0;
    vertical-align: top;
    text-align: left;
}

ul, ol {
/*    margin: 0 1em 0.7em 3em; */
}

ul li, ol li {
    list-style: default;
}

small, sup, sub {
    font-size: 0.8em;
}

big {
    font-size: 1.2em;
}

a.img {
  border-bottom: 0 ! important;
}

blockquote {
    background: #f3deac;
    border: 1px solid #d2d2d5;
    padding: 10px;
}
/* --------- /stylesheets/scaffold.css --------- */ 
/* 
Document   : scaffold
Created on : 19 бер 2009, 16:04:44
Author     : aratak
Description:
Styling scaffold for aa_curud system
*/

div.messages {
  font-family: Tahoma, sans-serif;
  color: #3e3d3f;
  margin: 5px 50px;
}

div.messages div {
  padding: 10px 10px 16px 50px;
  margin: 5px 0;
  position: relative;
  background: url(/images/messages/bg.png) left top repeat-x;
}

div.messages div b, div.messages div i {
  position: absolute;
  display: block;
  top: 0;
  height: 45px;
  width: 14px;
  *top: -2px;
}

div.messages div b {
  background: url(/images/messages/bg_l.png) left top repeat-x;
  left: -14px;
}

div.messages div i {
  background: url(/images/messages/bg_r.png) left top repeat-x;
  right: -14px;
}

div.messages div img {
  position: absolute;
  left: -10px;
  top: 0;
}


/* scaffolds */

div.scaffold {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  margin: 10px 0;
}

div.scaffold input, div.scaffold textarea {
  padding: 2px;
}

div.scaffold fieldset.edit_item, div.scaffold fieldset.view_item {
  border: 0;
  /* border: 1px solid #999999; */
  padding: 0;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.scaffold fieldset.edit_item h2, div.scaffold fieldset.view_item h2 {
  margin: 0 0 15px 0;
  padding: 5px 10px;
  font-size: 1.2em;
  text-transform: lowercase;
}

div.scaffold fieldset.edit_item dl, div.scaffold fieldset.view_item dl {
  min-height: 1.5em;
}

div.scaffold fieldset.edit_item dl, div.scaffold fieldset.view_item dl {
  padding: 5px 20px;
  margin: 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  margin-top: -1px;
}

div.scaffold fieldset.edit_item dl dt, div.scaffold fieldset.view_item dl dt {
  float: left;
  width: 200px;
}

div.scaffold fieldset.edit_item dl dd, div.scaffold fieldset.view_item dl dd {
  margin-left: 200px;
}

div.scaffold fieldset.view_item dl dd {
  color: #111111;
}

div.scaffold ul.actions {
  float: right;
  margin-top: 5px;

}

.page_image div.scaffold ul.actions {
    float: none;
}

.page_image div.scaffold ul.actions li {
    float: none;
    text-align: left;
}

div.scaffold ul.actions li {
  list-style: none ! important;
  background: transparent url(/images/0.gif) ! important;
  float: left;
  padding: 5px;
}

div.scaffold ul.list li {
  min-height: 3em;
}

div.scaffold ul.actions li a,
div.scaffold ul.actions li input,
div.scaffold table.list .action,
div.scaffold a.action {
  text-decoration: none;
  border: 1px solid #eeeeee;
  padding: 5px 5px 5px 25px;

  background-color: transparent;
  background-position: 5px center;
  background-repeat: no-repeat;

  color: #557755;
  cursor: pointer;

  position: relative;
}

div.scaffold ul.actions li a[disabled="disabled"],
div.scaffold ul.actions li input[disabled="disabled"],
div.scaffold table.list .action[disabled="disabled"],
div.scaffold a.action[disabled="disabled"] {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

div.scaffold ul.actions li input {
  margin-top: -4px;
}

div.scaffold ul.actions li a[disabled="disabled"]:hover,
div.scaffold ul.actions li input[disabled="disabled"]:hover,
div.scaffold table.list .action[disabled="disabled"]:hover {
  left: 0;
  top: 0;
  border-color: #eeeeee;
  cursor: default;
}

div.scaffold ul.actions li a:hover, div.scaffold ul.actions li input:hover, div.scaffold table.list .action:hover {
  position: relative;
  left: -1px;
  top: -1px;
  border-color: #999999;
}

div.scaffold table.list .action {
  float: left;
  height: 10px;
  border-width: 0;
}

div.scaffold input.action {
  padding:0 5px;
}

div.scaffold div.table-list {
  margin: 0 20px;
}

div.scaffold table.list {
  border-collapse: collapse;
  width: 100%;
}

div.scaffold form {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.scaffold table.list td, div.scaffold table.list th {
  border: 1px solid #dddddd;
  padding: 3px;
}

div.scaffold table.list thead th {
  text-align: left;
  background-color: #bbbbee;
}

div.scaffold table.list tfoot th {
  text-align: left;
  background-color: #bbbbee;
  color: #ffffff;
}

div.scaffold table.list thead th.actions {
  width: 150px;

}

div.scaffold table.list tbody tr:hover td {
  background: #efefef;
  color: #000000;
}

div.scaffold table.list {}
div.scaffold table.list {}


div.scaffold span.buttons_boot {
    display: inline-block;
    *display: block;
    zoom: 1;
    width: 17px;
}

div.scaffold .button_mail {
  background-image: url(/images/icons/mail.png);
}

div.scaffold .button_update {
  background-image: url(/images/icons/save.png);
}

div.scaffold .button_show {
  background-image: url(/images/icons/show.png);
}

div.scaffold .button_list {
  background-image: url(/images/icons/list.png);
}

div.scaffold .button_destroy {
  background-image: url(/images/icons/destroy.png);
}

div.scaffold .button_edit {
  background-image: url(/images/icons/edit.png);
}

div.scaffold .button_new {
  background-image: url(/images/icons/new.png);
}


div.scaffold .button_show_by_url {
  background-image: url(/images/icons/none.png);
}

div.scaffold .button_log_in {
  background-image: url(/images/icons/password.png);
}

div.scaffold .button_forgot {
  background-image: url(/images/icons/forgot.png);
}

div.scaffold .button_sign_up {
  background-image: url(/images/icons/sign_up.png);
}

div.scaffold .button_unpublished {
  background-image: url(/images/icons/unpublished.png);
}

div.scaffold .button_published {
  background-image: url(/images/icons/published.png);
}

div.scaffold .button_password {
  background-image: url(/images/icons/password.png);
}

div.scaffold .button_change_password {
  background-image: url(/images/icons/button_change_password.png);
}

div.scaffold .button_watch {
  background-image: url(/images/icons/watch.png);
}

div.scaffold .button_unwatch {
  background-image: url(/images/icons/unwatch.png);
}

div.scaffold .button_send, div.scaffold .button_send_normal {
  background-image: url(/images/icons/send.png);
}
div.scaffold .button_send_urgent {
  background-image: url(/images/icons/send_urgent.png);
}
div.scaffold .button_send_indifferent {
  background-image: url(/images/icons/send_indifferent.png);
}

div.scaffold .button_cancel {
  background-image: url(/images/icons/cancel.png);
}

div.scaffold .button_download {
  background-image: url(/images/icons/download.png);
}

div.scaffold .button_enable {
  background-image: url(/images/icons/enable.png);
}

div.scaffold .button_disable {
  background-image: url(/images/icons/disable.png);
}

div.scaffold .button_unpublished {
  background-image: url(/images/icons/unpublished.png);
}

div.scaffold .button_published {
  background-image: url(/images/icons/published.png);
}

div.scaffold .button_mark_as_read {
  background-image: url(/images/icons/mark_as_read.png);
}

div.scaffold .button_mark_as_success {
  background-image: url(/images/icons/mark_as_success.png);
}

div.scaffold .button_pdf {
  background-image: url(/images/icons/pdf.png);
}

div.scaffold .button_statistic {
  background-image: url(/images/icons/statistic.png);
}


div.scaffold .test {
  background-image: url(/images/icons/test.png);
}


div.scaffold ul li div.actions {
  float: right;
  margin-top: -0.5em;
}

div.scaffold label.required {
  color: #111111;
}

div.scaffold input.required, div.scaffold select.required, div.scaffold textarea.required {
  border: 2px solid #666666;
}

div.scaffold label.required:after {
  color: #990000;
  content: "*"; /*"•"; */
}


div.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
  border: 2px solid #880000 ! important;
}


form.new_product_price, #product_price_new div {
  display: inline;
}/* --------- /stylesheets/ajax.css --------- */ 
/* 
    Document   : ajax.css
    Created on : 19 бер 2009, 16:12:37
    Author     : aratak
    Description:
        CSS for AJAX popup and indicator
*/

#ajax_indicator_hider, #ajax_hider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;

    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

#ajax_indicator {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}


#ajax_popup {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -400px;
    min-width: 800px;
    max-height: 90%;
    overflow-y: scroll;
    z-index: 4;

    background-color: #ffffff;
    border: 5px double #aaaaaa;

    padding: 10px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


#recovering_context_popup {
    position: relative;
}

#recovering_context_popup .scaffold {
}

#close_popup {
    text-decoration: none;
    border-bottom: 0;
    margin: 2px 5px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #ffffff;
}/* --------- /stylesheets/user.css --------- */ 
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#all {
    position: relative;
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    min-width: 968px;
}

html>body #all {
    height: auto;
}

#header, #footer, #center {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
    height: 102px;
    background: #c59d4d url(/images/header_bg.png) left top repeat-x;
    padding-top: 10px;
    color: #333333;
    position: relative;

    *height: 92px;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    background: #474747 url(/images/footer_bg.png) left top repeat-x;
    font-size: 0.8em;
    color: #fefefe;
}

#center {
    margin-top: 20px;
    margin-bottom: 20px;
}

#header .logo {
    float: left;
}

#header .logo img {
    margin-top: 17px;
    width: 115px;
}

#footer .logo {
    position: relative;
    top: 0.7em;
}

#footer .copyright {
    position: relative;
    top: 0.3em;
    left: 1em;
    color: #999999;
}

#footer .counter {
    position: absolute;
    right: 20px;
    top: 1em;
}

#footer .evalueting_time {
    position: absolute;
    right: 120px;
    top: 1em;
}

#footer, #empty {
    height: 37px;
}

#header, #center {
    padding-left: 40px;
    padding-right: 40px;
}

#footer > div {
    margin-left: 40px;
    margin-right: 40px;
}

/* ************************************* */

#header .loginmenu, #header .adminmenu, #header .usermenu {
    font-family: Verdana, Arial, sans-serif;
}

#header .loginmenu span ul {
    text-transform: lowercase;
}

#header .loginmenu {
    float: right;
}

#header .adminmenu a:before, #header .usermenu a:before {
    color: #333333;
    border-bottom: 0;
}

#header .loginmenu a {
    border-bottom: 0;
    color: #fefefe;
}

#header .adminmenu a, #header .usermenu a {
    border-bottom: 0;
    color: #666666;
}

#header .loginmenu a:hover {
    border-bottom: 1px solid #fefefe;
}

#footer a.login {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

#header .adminmenu a.active, #header .usermenu a.active {
    font-weight: bold;
    color: #000000;
}

#header .adminmenu a:hover, #header .usermenu a:hover {
    border-bottom: 0;
    color: #333333;
}

#header .adminmenu #manage_links, #header .usermenu #profile_menu {
    position: absolute;
    z-index: 3;
    background: #dddddd;
}

#manage_links_hider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;

    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 0.1);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;

}

#header .adminmenu #manage_links, #header .usermenu #profile_menu {
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 0 1px 1px 0;
    background: url(/images/1.png);
    min-width: 200px;
}

#header .adminmenu #manage_links > li, #header .usermenu #profile_menu > li {
    list-style: none;
    background: #ffffff;
    padding: 2px 4px;
    margin: 1px;
}

#header .adminmenu #manage_links li a, #header .usermenu #profile_menu li a {
    display: block;
    width: 100%;
}

#header .adminmenu #manage_links li a:hover, #header .usermenu #profile_menu li a:hover {
    color: #000000;
    text-shadow: 1px 1px 1px #666666;
}

#header .adminmenu #manage_links li:hover, #header .usermenu #profile_menu li:hover {
    background: #eeeeee;
}

#header .adminmenu #manage_links li ul li:first-child, #header .usermenu #profile_menu li ul li:first-child {
    padding-left: 0;
}

#header .adminmenu #manage_links li ul li, #header .usermenu #profile_menu li ul li {
    color: #aaaaaa;
    list-style: none;
    padding-left: 5px;
}

#header .adminmenu #manage_links li ul li:hover, #header .usermenu #profile_menu li ul li:hover {
/* background: #eeeeee; */
}

span.nickname {
    font-weight: bold;
}

table.menu {
    width: 100%;
    font-family: "Arial Narrow", sans-serif;
    font-weight: bold;
    background: #3c3c3e url(/images/menu/mainlevel_bg.gif) left top repeat-x;
}

table.menu tr.mainlevel {

}

table.menu td {
    width: 17%;
}

table.menu tr.mainlevel td.home, table.menu tr.mainlevel td.links {
    width: 16%;
}

table.menu tr.mainlevel td a {
    display: block;
    border-bottom: 0;
    font-size: 1em;
    line-height: 2.85em;
    color: #cccccc;
    text-transform: uppercase;
    padding-left: 46px;
    background-repeat: no-repeat;
    background-position: left top;
    white-space: nowrap;
}

table.menu tr.mainlevel td a:hover, table.menu tr.mainlevel td:hover {
    background-position: left -38px;
    color: #d2ac59;
}

table.menu tr.mainlevel td.active a, table.menu tr.mainlevel td.active {
    background-position: left -76px;
    color: #ffffff;
}

table.menu tr.sublevel td {
    background: #fefefe url(/images/menu/sublevel_bg.gif) left top repeat-x;
    height: 9px;
}

/* #TODO: should be dynamicly */
table.menu tr.mainlevel td {
    background-image: url(/images/menu/item_bg.png);
}

table.menu td.home a {
    background-image: url(/images/menu/home.png);
}

table.menu td.about a {
    background-image: url(/images/menu/about.png);
}

table.menu td.services a {
    background-image: url(/images/menu/services.png);
}

table.menu td.shopping-online a {
    background-image: url(/images/menu/shopping.png);
}

table.menu td.software a {
    background-image: url(/images/menu/software.png);
}

table.menu td.links a {
    background-image: url(/images/menu/links.png);
}

table.menu td.support a {
    background-image: url(/images/menu/support.png);
}

/* ****************************** */

#center h1 {
    font-family: "Arial Narrow", sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;

    margin: 0 -40px 10px -40px;
    padding: 0 45px;

    background: url(/images/h1_bg.gif) left 0.3em no-repeat;
}

#center h2 {
    font-family: "Arial Narrow", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #666666;

    margin: 20px -40px 10px -40px;
    padding: 0 45px;

    background: url(/images/h2_bg.gif) left 0.3em no-repeat;
}

#center h3 {
    font-family: "Arial Narrow", sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    color: #999999;

    margin: 0 -40px;
    padding: 0 45px;

    background: url(/images/h3_bg.gif) left 0.3em no-repeat;
}

#center h4 {
    font-family: "Arial Narrow", sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    color: #5e4818;

    margin: 0 -40px;
    padding: 0 45px;

    background: url(/images/h4_bg.gif) left 0.1em no-repeat;
}

#center h5 {
    font-family: "Arial Narrow", sans-serif;
    font-size: 1.2 m;
    font-weight: normal;
    text-transform: uppercase;
    color: #5e4818;

    margin: 0 -40px;
    padding: 0 45px;

    background: url(/images/h5_bg.gif) left 0.1em no-repeat;
}

#center p {
    text-align: justify;
}

#center ul li {
    list-style-position: inside;
    list-style-image: url(/images/ul.png);
    *list-style-image: none;
    color: #987527;

    font-family: "Arial Narrow", sans-serif;
    text-transform: uppercase;
    *list-style-position: inside;
}

#center small.description {
    font-family: "Arial", sans-serif;
    display: block;
    color: #a8a8a8;
    font-size: 12px;
    margin-left: 1.2em;
    text-transform: none;
}

#center .markets_links small.description, #center .software small.description, #center .support small.description {
    color: #333333;
}

#center small.description.for_input {
    margin-left: 0;
}

table.content {
    width: 100%;
}

#center table.content td.sider {
    width: 370px;
    position: relative;
}

/*
span.thumb_image {
background-image: url(/images/img_thumb_bg.png);
}

span.page_image {
background-image: url(/images/img_medium_bg.png);
}
*/

div.hint {
    position: fixed;
    margin-left: 20px;
    top: 208px;
    z-index: 3;

    width: 392px;
    height: 300px;
    background-image: url(/images/hint_bg.png);
    background-position: center top;
    background-repeat: no-repeat; /* background-color: #dab65a; */
    color: #333333;
}

.product_description {
    z-index: 3;
    width: 392px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #eeeeee;
}

.product a.details {
    cursor: help;

}

div.hint .hintcontent, .product_description .inside_product_description {
    background-image: url(/images/hint_bg.png);
    background-position: center top;
    background-repeat: repeat;
    margin: 5px;
    padding: 15px;
}

div.hint .hintcontent img {
    margin-left: -16px;
    margin-top: -14px;
}

#center table.content td.sider span.page_image, span.thumb_image {
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

span.thumb_image {
    padding: 15px 15px 11px 11px;
}

#center table.content td.sider span.page_image, #center table.content td.sider ul.menu, #center table.content td.sider span.recent_block {
    padding: 14px 23px 26px 25px;
    position: relative;
    right: -20px;

    *padding-left: 15px;
}

#center table.content td.sider span.page_image {
    width: 343px;
    min-height: 240px;
}

#center table.content td.sider ul.menu {
    width: 345px;
}

#center table.content td.sider ul.menu li {
    list-style: none;
    text-align: justify;
    font-family: "Arial", sans-serif;
}

#center table.content td.sider ul.menu li a {
    color: #272628;
    border-bottom: 0;
    text-transform: none;
}

#center table.content td.sider ul.menu li a:hover, #center table.content td.sider ul.menu li span:hover {
    border-bottom: 1px solid;
    cursor: pointer;
}

#center table.content td.sider ul.menu li:hover a, #center table.content td.sider ul.menu li:hover span {
    color: #373638;
}

#center table.content td.sider ul.menu li:hover small.description {
    color: #585858;
}

#center table.content td.sider ul.menu li.active a {
    color: #ac893d;
}

.scaffold hr {
    color: #AAAAAA;
    background-color: #AAAAAA;
    height: 1px;
    border-width: 0px;
}

.scaffold #menu li {
    padding-left: 20px;
}

.scaffold #menu li ul {
    margin-top: 10px;
}

.scaffold #menu span.buttons {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
}

.scaffold #menu li {
    border: 1px solid #eeeeee;
    cursor: url(/images/grab.cur), -moz-grab ! important;
}

.scaffold #menu li:hover {
    background: #eeeeee;
    border: 1px solid #ffffff;
}

ul.submenu {
    background: url(/images/menu/submenu.png) right top repeat-x;
    height: 35px;
    float: left;
}

ul.submenu li {
    float: left;
    list-style: none;
    position: relative;
    top: 5px;
    padding: 0 20px;
    height: 24px;
}

ul.submenu li:hover, ul.submenu li.active {
    background: url(/images/menu/submenu_hover.gif) center bottom no-repeat;
}

ul.submenu li:first-child {
    margin-left: 30px;
}

ul.submenu li:last-child {
    margin-right: 50px;
}

ul.submenu li a {
    color: #c8a14e;
    border-bottom: 0;
}

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

table.links, table.software, table.product_resource_type, table.customer, table.news, table.support {
    width: 100%;
}

table.links td, table.software td, table.customer td, table.news td, table.support td {
    width: 50%;
}

select#customer_customer_type {
    width: 150px;
}

#customer_zip {
    width: 100px;
}

#customer_city {
    width: 200px;
}

table.news td .thumb_image, ul.recent_news li .thumb_image {
    float: left;
}

ul.recent_news {
    width: 300px;
}

ul.recent_news li {
    list-style: none ! important;
}

table.links td div.text, table.software td div.text {
    margin: 15px 15px 11px -5px;
}

table.links td.first, table.software td.first {
    border-right: 1px dotted #b8b8b8;
}

table.links td div.text small.description, table.software td div.text small.description {
    text-align: justify;
}

table.links td span.thumb_image, table.software td span.thumb_image {
    float: left;
}

img.software_image {
    float: right;
}

.step {
    border: 0 ! important;
    background-image: url(/images/icons/next.png);
    background-position: 5px center;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #AD8841;
    cursor: pointer;
}

.step.order {
    background-image: url(/images/icons/order.png);
    padding: 10px 5px 10px 35px;
    color: #f59a19;
    border: 2px solid #f59a19 ! important;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.step:visited {
    color: #AD8841;
}

.step.step_1, .step.step_2, .step.step_finish {
    float: right;
    padding: 10px 5px 10px 35px;
    color: #da4100;
    border: 2px solid #da4100 ! important;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: lowercase;
}

a.download:active, .step:active {
    color: #604b24;
    position: relative;
    left: 1px;
    top: 1px;
}

a.download {
    border-bottom: 0;
    background-image: url(/images/icons/download.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #ad8841;
}

table.markets_links, table.faq, table.support {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

table.markets_links td, table.faq td, table.support td, ul.faqs li {
    margin: 10px;
    width: 50%;
    background-color: #f5f5f5;
    padding: 5px 5px 0 40px;
    background-repeat: no-repeat;
    background-position: 5px 12px;
}

table.faq td, table.support td, ul.faqs li {
    padding: 15px 15px 15px 15px;
}

#center ul.faqs li {
    list-style: none;
    background-image: none;
    text-transform: none;
}

table td.emptycell {
    background-color: #ffffff;
}

table.markets_links td h6 {
    font-size: 1em;
    font-weight: normal;
    font-family: "Arail Narrow", sans-serif;
    text-transform: uppercase;
    color: #990000;
}

table.markets_links td h6 a {
    color: #b7903f;
    border-bottom: 0;
}

table.markets_links td h6 a:hover {
    border-bottom: 1px solid;
}

table.markets_links td ul.actions li, ul.actions.steps li {
    list-style: none ! important;
}

ul.actions.steps li {
    float: right;
}

ul.actions li.action input {
    vertical-align: middle;
}

ul.actions li.action {
    float: right;
    color: #666666 ! important;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

a.action.cancel, a.action.back, a.action.accept, a.action.pdf {
    border: 0 ! important;
    color: #987527;
    padding: 5px 5px 5px 25px;
    position: relative;
    top: -5px;
}

a.action.cancel {
    float: left;
    background: url(/images/icons/cancel.png) left center no-repeat;
}

a.action.back {
    float: left;
    background: url(/images/icons/previous.png) left center no-repeat;
}

a.action.accept {
    float: right;
    background: url(/images/icons/accept.png) 5px center no-repeat;

    padding: 10px 5px 10px 35px;
    color: #6eb458;
    border: 2px solid #6eb458 ! important;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: lowercase;
}

a.action.pdf {
    float: right;
    background: url(/images/icons/pdf.png) left center no-repeat;
}

a.action.cancel:hover, a.action.back:hover, a.action.accept:hover {
    color: #333333;
}

table.markets_links td a.action.details {
    float: left;
    padding: 3px 3px 3px 25px;
    border-bottom: 0;
    background-image: url(/images/icons/notice.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    text-transform: lowercase;
    font-family: Arial, Verdana, sans-serif;
}

table.markets_links td a.action.cart {
    float: right;
    padding: 5px 5px 5px 30px;
    margin-bottom: 5px;
    border-bottom: 0;
    background-image: url(/images/icons/cart.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    text-transform: lowercase;
    font-family: Arial, Verdana, sans-serif;
}

table.markets_links td.italy, table.markets_links td.global {
    background-image: url(/images/icons/global.png);
}

table.markets_links td.italy, table.markets_links td.italia, table.markets_links td.modulo.basis.product {
    background-image: url(/images/icons/italy.png);
}

table.markets_links td.intraday {
    background-image: url(/images/icons/intraday.png);
}

table.markets_links td.usa, table.markets_links td.america, table.markets_links td.modulo.america.product {
    background-image: url(/images/icons/usa.png);
}

table.markets_links td.europa, table.markets_links td.europe {
    background-image: url(/images/icons/europa.png);
}                                                      

table.markets_links td.metastock, table.markets_links td.metastock {
    background-image: url(/images/icons/metastock.png);
}                                                      

table.markets_links td.asia {
    background-image: url(/images/icons/asia.png);
}

.scaffold form.new_demo_subscriber input {
    margin-right: 5px;
}

table tr.unread td {
    background-color: #eeeeee;
    font-weight: bold;
}

table.market_block {
    width: 100%;
    font-size: 0.8em;
    margin: 0 0 20px 0;
}

table.market_block caption {
    background-color: #e8e8e8;
    background-position: 99% center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
    text-align: left;
    padding: 3px 10px;
    color: #303030;
    font-weight: bold;
}

table.market_block caption:hover {
    background-color: #e4e4e4;
}

table.market_block tbody {
    border: #999999;
    border: 1px solid #e8e8e8;
}

table.market_block tbody td {
    padding: 3px 10px;
    color: #656565;
}

table.market_block tbody tr.even td {
    background: #f9f9f9;
}

table.market_block tbody tr:hover td {
    background: #f5f5f5;
}

table.download_links {
    width: 100%;
}

table.download_links td {
    width: 50%;
}

table.faq td {
    width: 30%;
}

table.faq td h6, .software td span.url a, table.support td h6, ul.faqs li h6 {
    color: #990000;
    font: 1em Arial, sans-serif;
    border-bottom: 0;
    font-weight: bold;
}

#center ul.products li, #center ul.software li {
    list-style: none;
    width: 45%;
    padding: 10px;
    margin: 5px 3px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    height: 120px;
    vertical-align: top;
    cursor: pointer;
    font-family: "Arial", sans-serif;
}

#center ul.sources li, #center ul.demo_softwares li {
    list-style: none;
    padding: 10px;
    margin: 5px 3px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    vertical-align: top;
    cursor: pointer;
    font-family: "Arial", sans-serif;
}

#center ul.sources li .actions, #center ul.demo_softwares li .actions {
    float: right;
    display: none;
}

#center ul.sources li:hover .actions, #center ul.demo_softwares li:hover .actions {
    display: block;
}

#center ul.software li {
    width: 100%;
}

ul.products.draggable li, ul.faqs.draggable li, ul.software.draggable li, #center ul.demo_softwares li, #center ul.sources li, ul.market_blocks.draggable li {
    cursor: url(/images/grab.cur), -moz-grab ! important;
}

ul.products li:hover small.description, ul.products li.checked small.description {
    color: #0f0f0f ! important;
}

ul.products li.checked {
    border: 1px solid #666666;
}

ul.products li h6 {
    display: inline;
}

ul.products li:hover h6, ul.products li.checked h6 {
    color: #544116 ! important;
}

ul.products li div.cost {
    color: #464646;
    text-transform: none;
}

ul.products li div.cost strong {
    color: #000000;
}

td.product:hover {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}

td.product {
    height: 80px;
    border: 1px solid #F5F5F5;
}

td.product.selected {
    border: 1px solid #959595;
    background-color: #f0f0f0;
}

div.shopping_product:hover {
    background: #f0f0f0;
}

table.shopping td {
    width: 50%;
    padding: 0 40px 0 20px;
}

div.steps {
    text-align: center;
}

div.steps span {
    padding: 0 10px;
}

div.steps span.previous {
    color: #a8a8a8;
}

div.steps span.current {
    color: #333333;
    font-weight: bold;
    position: relative;
}

div.steps span.next {
    color: #666666;
    cursor: progress
}

div.price {
    font-size: 1.2em;
    margin: 0.5em 0;
    color: #b99241;
}

strong.price {
    font-size: 1.2em;
    color: #3d3e40;
}

div.price.disabled .price, div.price.disabled, div.price.disabled a {
    font-size: 1em;
    color: #999999;
}

div.price.disabled blockquote {
    color: #333333;
}

div.price.disabled blockquote:hover strong {
    color: #000000;
}

#center div.price.disabled blockquote ul li {
    text-transform: none;
    color: #333333;
    list-style: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 5px;
}

#center div.price.disabled blockquote ul li label, #center div.price.disabled blockquote ul li input {
    cursor: pointer;
}

div.price .price {
    font-weight: bold;
    color: #333333;
}

div.agreement {
    margin: 10px;
    padding: 0 10px;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #bbbbbb;
}

div.payment_system_choose label div, div.payment_system_choose label p {
    display: inline;
    cursor: pointer;
}

div.payment_system_choose {
    text-align: right;
    padding: 5px 25px 5px 5px;
    color: #987527;
    background: url(/images/icons/next.png) right center no-repeat;
}

div.payment_system_choose input {
    border: 0;
}

*|html div.payment_system_choose input {
    visibility: hidden;
}

html:not([lang*=""]) div.payment_system_choose input {
    visibility: hidden;
}

div.payment_system_choose:active {
    color: #333333;
}

ul.lang {
    list-style: none;
    position: absolute;
    bottom: -4px;
    right: 40px;
}

ul.lang li {
    float: right;
    position: relative;
}

ul.lang li span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 15px;
    color: #ffffff;
    font-size: 0.7em;
}

ul.lang li.upcoming img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

div.scaffold fieldset.view_item dl dd.purchases {
    color: #444444;
}

dd.purchases span.name {
    font-style: italic;
}

dd.purchases span.cost {
    font-weight: bold;
}

a.button_popup {
    background-image: url(/images/icons/popup.png);
    background-repeat: no-repeat;
    background-position: left center;

    padding: 5px 5px 5px 25px;
    border-bottom: 0;
    float: right;
    margin-top: -3em;
    color: #666666;
}

span.recent_block {
    display: block;
}

#since {
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 90px;
    height: 128px;
    background-image: url(/images/since_bg.png);
    background-repeat: no-repeat;
    color: #ffffff;

    position: absolute;
    right: 340px;
    top: 180px;
    z-index: 4;
}

#since div.h1 {
    margin: 0;
    padding: 16px 0 0 0;
    font-size: 40px;
    line-height: 36px;
}

#since div.p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}

.second_recent_block {
    text-align: right;
}

.green_number span.text, .green_phone span.text {
    position: relative;
    top: -8px;
    left: -8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}

.green_number .green_number_img {
    position: relative;
    right: -10px;
}

.green_phone strong, .green_email a {
    font-weight: bold;
    font-family: "Arial Narrow", sans-serif;
    font-size: 2em;
    color: #333333;
}

.green_phone strong.clients {
    color: #990000;
}

span.red {
    color: #990000;
}

#center table.products_sort ul.products li, table.software_sort ul.software li {
    width: 85%;
}

span.product_price {
    color: #aaaaaa;
}

span.product_price.strongler {
    color: #000000;
    font-weight: bold;
}

.labels label {
    display: block;
}

#maymanage, #profilemenu_label {
    cursor: pointer;
    color: #ffffff;
}

.pay {
    margin: 0 auto;
    display: block;
    margin-top: 2em;

    width: 177px;
    height: 132px;

    background-image: url(/images/pay_button.png);
    background-position: center top;
    background-repeat: no-repeat;

    color: #ffffff;

    padding: 0 ! important;
    border: 0;
}

.pay_en {
    background-image: url(/images/pay_button_en.png);
}

.pay_it {
    background-image: url(/images/pay_button_it.png);
}

.pay:hover {
    color: #9f9f9f;
    background-position: center bottom;
}

.user_inputs input, .user_inputs select, .user_inputs textarea {
    text-transform: uppercase;
}

table.market_block caption {
    position: relative;
}

table.market_block caption a.new_market_item, table.market_block caption a.showhide_market_item {
    display: none;
}

table.market_block:hover caption a.new_market_item, table.market_block:hover caption a.showhide_market_item {
    display: block;
}

table.market_block a.new_market_item {
    float: right; /* margin-top: -1.2em; */
    margin-right: 2em;
    border-bottom: 0;
}

table.market_block a.showhide_market_item {
    float: right; /* margin-top: -1.2em; */
    margin-right: 1em;
    border-bottom: 0;
}

#center ul.images li {
    list-style: none;
    float: left;
    padding: 10px;
    text-align: center;
}

.content p img {
    padding: 0.3em 0.5em;
}

.header_shadow {
    background: #FEFEFE url(/images/menu/sublevel_bg.gif) repeat-x scroll left top;
    height: 9px;
}

#center div.block {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 3em;
    font-size: 1.2em;
}

#center div.block h1, #center div.block h2 {
    background: none;
}

#center div.block small.description {
    color: #666666;
}

#center div.block h2.description {
    color: #888888;
    text-align: left;
    font-size: 1em;
    border-top: 3px solid #464646;
    margin-top: 2em;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
}

#center div.block ul li {
    text-transform: none;
    margin-bottom: 1em;
}

#header .ad {
    margin-top: -5px;
    position: absolute;
    right: 104px;
}

.sider .ad {
    float: right;
    margin-right: 15px;
}

table.list td.order_status.success,
div.scaffold fieldset.view_item dl dd.order_status.success,
span.order_status.success, .my_orders .order_status.success {
    color: #51a840;
}

table.list td.order_status.payment,
div.scaffold fieldset.view_item dl dd.order_status.payment,
span.order_status.payment, .my_orders .order_status.payment {
    color: #a86b29;
}

table.list td.order_status.personal,
div.scaffold fieldset.view_item dl dd.order_status.personal,
span.order_status.personal, .my_orders .order_status.personal {
    color: #5140a8;
}

table.list td.order_status.accept,
div.scaffold fieldset.view_item dl dd.order_status.accept,
span.order_status.accept, .my_orders .order_status.accept {
    color: #a84081;
}

div.support {
    float: right;
}

ul.market_blocks li {
    background: #E8E8E8;
    color: #303030;
    font-weight: bold;
    padding: 3px 10px;
    margin: 3px 0;
}

div.coupon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    background: #c8b66e; /* border: 5px dashed #a1722e; */
    width: 600px;
    height: 301px;
    padding: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.5em;
    position: relative;

    background-image: url(/images/discount/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.sider div.coupon {
    width: 345px;
    height: 241px;
    position: relative;
    left: 0;
    top: 0;

    background-image: url(/images/discount/sider.jpg)
}

div.coupon:after {
    content: '';
    display: block;
    clear: both;
}

div.coupon img.logo {
    position: absolute;
}

div.coupon .price {
    color: #000000;
    font-weight: bold;
    font-size: 5em;
    text-shadow: 0 0 3px #000000;
    position: relative;
    z-index: 2;
}

.sider div.coupon .price {
    font-size: 3em;
}

div.coupon .price_parent {
    margin-top: 2.2em;
    position: relative;
    left: -55px;
    top: 20px;
    overflow: visible;
}

.sider div.coupon .price_parent {
    margin-top: 0;
}

div.coupon .price {
    position: relative;
    z-index: 1;
    right: -50%;
}            

.page_image div.coupon .price {
  right: -20%;
}

div.coupon .code {
    border: 1px solid #ffffff;
    position: absolute;
    right: 1em;
    top: 5em;
    padding: 1em;
    font-size: 1.5em;
    color: #000000;
    text-shadow: 1px 1px 1px #000000;
}

div.coupon .desctiption {
    position: absolute;
    left: 2em;
    bottom: 1em;
    width: 50%;
    height: 9em;
}

.sider div.coupon .desctiption {
    height: 5em;
    bottom: 1em;
    left: 1em;
    font-size: 0.8em;
}

div.coupon .link {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

.sider div.coupon .link {
    text-shadow: 1px 1px 1px #ceb273;
    font-size: 2em;
    right: 1em;
    top: 4em;
}

#partner_statistic {
    width: 600px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;

}

ul.my_orders li {
    margin-bottom: 1em;
    background: #f0f0f0;
}

.clickable {
    opacity: 0.7;
}

.clickable:hover {
    opacity: 1;
}

.clickable:hover span {
    text-decoration: underline;
    color: #000000;
}

.tab.forgot h1 {
    cursor: pointer;
    text-decoration: underline;
    background-image: none ! important;
}


#reserved_area {
    background: #e3ca86;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
}

#reserved_area #basic_font_style_12px {
    color: black;
    font-family:"arial";
    font-size: 12px;
}

#reserved_area td {
    padding: 5px;
}

.reserved_area_caption {
    color: #987527;
}
