* {
  padding: 0;
  margin: 0;
}
body,
a,
td,
p,
th,
h1,
h2,
h3,
input,
select {
  font-family: arial;
  font-size: 13px;
  color: #000;
}
a {
  text-decoration: none;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
.mid {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
.option {
  color: #148ECF;
}
.hint {
  font-style: italic;
}
.red {
  color: #C00200 !important;
}
.document-state-select-replaced {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 22px;
  background: url('../img/document/states-icons.png') no-repeat;
  cursor: pointer;
  text-align: left;
}
.document-state-select-replaced ul {
  position: absolute;
  display: none;
  z-index: 99999;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
  left: -8px;
}
.document-state-select-replaced li {
  list-style-type: none;
  background: url('../img/document/states.png') no-repeat;
  margin-bottom: 3px;
}
.document-state-select-replaced span,
.document-state-select-replaced li {
  display: inline-block;
  width: 89px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-indent: 23px;
  font-size: 11px;
  text-align: left;
}
.document-state-select-replaced > span {
  display: none;
}
.document-state-select-replaced.state-2,
.document-state-select-replaced li.state-2 {
  background-position: 0 -22px;
}
.document-state-select-replaced.state-3,
.document-state-select-replaced li.state-3 {
  background-position: 0 -44px;
}
.document-state-select-replaced.state-4,
.document-state-select-replaced li.state-4 {
  background-position: 0 -66px;
}
.document-state-select-replaced.state-5,
.document-state-select-replaced li.state-5 {
  background-position: 0 -88px;
}
.document-state-select-replaced.state-6,
.document-state-select-replaced li.state-6 {
  background-position: 0 -110px;
}
.lightbutton {
  width: 164px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  background: url('../img/button/lightbutton.png') repeat-x;
  border: none;
  border-radius: 0;
}
.lightbutton:hover {
  background: url('../img/button/lightbutton-hover.png') repeat-x;
}
input[type=text] {
  height: 24px;
  line-height: 24px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 4px;
}
input[type=text].input-number,
.form input[type=text].input-number {
  width: 30px;
  text-align: center;
}
.form select.input-number {
  width: 60px;
  text-align: center;
}
.l-side {
  float: left;
  width: 50%;
}
.l-side > div {
  padding-right: 489px;
}
.r-side {
  float: right;
  width: 50%;
}
.r-side > div {
  padding-left: 489px;
}
.l-side > div > div,
#splash .r-side > div > div {
  height: 372px;
}
.l-side > div > div {
  background: transparent url('../img/splash/l-side-3.png') no-repeat bottom right;
}
.r-side > div > div {
  background: transparent url('../img/splash/r-side-3.png') no-repeat bottom left;
}
.stick {
  width: 217px;
  height: 80px;
  display: inline-block;
  background: url('../img/splash/stick.png') no-repeat left center;
  color: #fff;
  margin-top: 5px;
}
.stick > div {
  padding-left: 19px;
  padding-top: 16px;
}
.stick strong a {
  font-size: 20px;
  text-transform: uppercase;
  color: transparent;
}
.stick p a {
  font-size: 12px;
  text-transform: uppercase;
  color: transparent;
}
.stick > div > div {
  float: right;
  width: 40px;
  margin-top: -48px;
  margin-right: 24px;
  font-size: 50px;
  color: transparent;
}
.stick > div > div > span {
  font-size: 26px;
}
.tiles {
  padding-top: 17px;
  padding-bottom: 30px;
  font-size: 45px;
}
.tiles li {
  display: inline-block;
  list-style-type: none;
}
.tiles li > div {
  height: 133px;
  width: 480px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px #fff;
}
.tile-icon {
  height: 133px;
  line-height: 133px;
  padding-left: 15px;
  width: 100px;
  float: left;
  background: transparent url('../img/tiles/sep.png') no-repeat right center;
}
.tile-icon img {
  vertical-align: middle;
}
.homepage .tile-icon > div {
  display: inline-block;
  width: 104px;
  height: 104px;
  vertical-align: middle;
  background: url('../img/index-icons.png') no-repeat left top;
}
.homepage .tile-icon .icon-0 {
  background-position: 0 -8px;
}
.homepage .tile-icon .icon-1 {
  background-position: -96px -8px;
}
.homepage .tile-icon .icon-2 {
  background-position: -8px -106px;
}
.homepage .tile-icon .icon-3 {
  background-position: -96px -106px;
}
.homepage .tile-icon .icon-4 {
  background-position: -2px -212px;
}
.homepage .tile-icon .icon-5 {
  background-position: -96px -212px;
}
.homepage .tile-icon .icon-6 {
  background-position: -3px -316px;
}
.homepage .tile-icon .icon-7 {
  background-position: -96px -316px;
}
.soon > div {
  background: url('../img/index-soon.png') no-repeat right top;
}
.tile-content {
  width: 340px;
  float: left;
  padding-top: 17px;
  padding-left: 10px;
}
.tile-content strong {
  font-size: 14px;
  display: block;
  padding-bottom: 6px;
}
.tile-content p {
  line-height: 18px;
  font-size: 14px;
  padding-right: 8px;
}
.news {
  padding-top: 17px;
  font-size: 45px;
}
.news li {
  list-style-type: none;
  padding-bottom: 18px;
}
.homepage .news li {
  display: inline-block;
}
.news-content {
  padding-top: 22px;
  border-top: 1px solid #DEDEDE;
}
li:first-child .news-content {
  border-top-width: 0;
  padding-top: 0;
}
.homepage li:first-child .news-content {
  padding-top: 22px;
}
.news-content strong {
  font-size: 22px;
  display: block;
  padding-bottom: 12px;
  padding-top: 3px;
}
.homepage .news-content {
  width: 775px;
  height: 120px;
  float: left;
  padding: 22px;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 4px;
  border-top-width: 0;
}
.homepage .news-content strong {
  font-size: 14px;
  padding-bottom: 6px;
  padding-top: 0;
}
.homepage .news-content > p,
.homepage .news-content > strong {
  width: 77%;
}
.homepage .news-content .news-date div {
  padding-top: 6px;
}
.news-content .news-date {
  width: 76px;
  height: 81px;
  background: transparent url('../img/news/date2.png') no-repeat left center;
  float: left;
  text-align: left;
  color: #0eafd1;
  padding-top: 6px;
  margin-right: 22px;
}
.news-content .news-date div {
  color: #0eafd1;
  font-size: 23px;
  text-align: center;
}
.news-content .news-date strong {
  font-size: 52px;
  line-height: 17px;
  display: block;
  padding-top: 29px;
  text-align: center;
}
.news-content p,
.news-content a {
  font-size: 14px;
}
.news-content > p,
.news-content > strong {
  width: 89%;
  float: right;
}
.homepage .news-content {
  width: 438px;
}
a.more {
  color: #0eafd1;
}
/** document-preview **/
.document-preview-box {
  width: 785px;
  margin: 0 auto;
}
.document-preview {
  border: 1px solid #d2d2d2;
  box-shadow: 2px 2px #797879;
  margin: 10px auto;
}
.document-preview iframe {
  width: 100%;
  height: 780px;
  border: 0;
  padding: 0;
  margin: 0;
}
/** group-man **/
.group-man ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
}
.group-man li {
  padding-left: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}
.group-man ul:first-child li {
  padding-left: 0;
}
.group-man li > div.item {
  cursor: pointer;
  background: url('../img/group/item-background.png') repeat-x;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  line-height: 40px;
  padding: 0 10px;
}
.group-man li > div.items-list {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  margin-top: -4px;
  padding: 10px;
}
.group-man li > div.items-list .edit-link {
  width: 30px;
  display: inline-block;
  float: right;
  padding-right: 10px;
  color: #d60000;
}
.group-man li > div > input,
.group-man li > div > div,
.group-man li > div > a {
  vertical-align: middle;
}
.group-man li > a {
  padding-left: 5px;
}
.group-man li div.count {
  width: 30px;
  height: 40px;
  display: inline-block;
  float: right;
  padding-left: 20px;
  background: url('../img/group/client-icon.png') no-repeat left center;
}
.group-man .actions {
  padding-left: 10px;
}
.group-man .actions > div {
  padding: 10px 0;
}
.group-man .actions-bottom {
  padding-left: 10px;
}
/** props **/
.props {
  border-collapse: collapse;
}
.client-view .props-collection > li {
  width: 40%;
}
.client-view .props-collection > li:first-child {
  width: 13%;
}
.props th {
  background: #fafafa;
  font-weight: normal;
  text-align: left;
  border: 1px solid #ececec;
  padding: 10px;
  border-left: none;
}
.props td {
  background: #fefefe;
  font-weight: bold;
  text-align: left;
  border: 1px solid #ececec;
  padding: 10px;
  border-right: none;
}
.props tr:first-child td,
.props tr:first-child th {
  border-top: none;
}
.props tr:last-child td,
.props tr:last-child th {
  border-bottom: none;
}
.props-collection li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.props-collection li:first-child {
  padding-left: 0;
}
.section {
  padding: 10px 0;
}
.section-actions {
  text-align: right;
}
.section-box {
  border: 1px solid #d8e5eb;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.section-group h3 {
  margin-top: -5px;
}
.section-group h3:first-child {
  margin-top: 0;
}
.section-box .list-container {
  padding: 0 10px;
}
/** client **/
.avatar {
  border: 1px solid #d0d6de;
  border-radius: 5px;
}
/** subbox **/
.sub-box > .tl {
  padding-left: 6px;
  background: transparent url('../img/sub-box/left.png') no-repeat left top;
}
.sub-box > .tl > .tr {
  padding-right: 6px;
  background: transparent url('../img/sub-box/right.png') no-repeat right top;
}
.sub-box > .tl > .tr > .tc {
  height: 38px;
  background: transparent url('../img/sub-box/center.png') repeat-x right top;
}
.sub-box > .tl > .tr > .tc > .tct {
  line-height: 38px;
  color: #fff;
  font-size: 17px;
  padding-left: 10px;
  text-align: left;
  text-indent: 0;
}
.sub-box > .ml {
  background: #fcfcfc;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.sub-box > .ml > .mr {
  padding: 10px;
  line-height: 18px;
}
.sub-box > .ml > .mr .actions {
  text-align: center;
  padding-top: 10px;
}
.sub-box .actions .button {
  width: 172px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background: url('../img/button/alternative-big.png') repeat-x;
  border: none;
  color: #fffefe;
  font-size: 14px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
}
.sub-box .actions .button:hover {
  background-position: 0 -44px;
}
/** ajax-bar **/
.ajax-bar-rel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.ajax-bar {
  width: 978px;
  margin: 0 auto;
  border: 1px solid #575757;
  border-top: none;
  background: lemonchiffon;
  text-align: left;
  padding: 4px;
  font-weight: bold;
  color: red;
}
.ajax-bar span {
  padding-left: 10px;
  color: #000;
}
.ajax-bar-rel.success .ajax-bar {
  color: #007020;
  text-align: center;
}
/** faq **/
.faq .section-box p {
  padding: 0 10px;
}
.faq h3 {
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  color: #000000;
  font-size: 15px;
  padding: 0 0;
  font-weight: bold;
}
.faq-section {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}
.faq-header {
  background: url('../img/faq/wheel.png') no-repeat left top;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.faq-header strong {
  font-weight: normal;
  color: #585858;
  display: inline-block;
  width: 70%;
  padding: 10px;
  padding-left: 65px;
  vertical-align: middle;
}
.faq-header strong a {
  color: #de0000;
}
.faq-header .button {
  width: 172px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background: url('../img/button/alternative-big.png') repeat-x;
  border: none;
  color: #fffefe;
  font-size: 14px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
  vertical-align: middle;
}
.faq-header .button:hover {
  background-position: 0 -44px;
}
.faq .box > .ml {
  background-image: url('../img/faq/box.png');
  background-repeat: repeat-x;
  background-position: left top;
}
/** help **/
.help-page-menu {
  width: 185px;
  float: left;
  padding-right: 10px;
}
.help-page-content {
  width: 712px;
  float: left;
}
.help-page .section-box p {
  padding: 0 10px;
}
.help-page h3 {
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
  color: #000000;
  font-size: 17px;
  padding: 0 0;
  font-weight: bold;
}
.help-page-header {
  background: url('../img/faq/wheel.png') no-repeat left top;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.help-page-header strong {
  font-weight: normal;
  color: #585858;
  display: inline-block;
  width: 70%;
  padding: 10px;
  padding-left: 65px;
  vertical-align: middle;
}
.help-page-header strong a {
  color: #de0000;
}
.help-page-header .button {
  width: 172px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background: url('../img/button/alternative-big.png') repeat-x;
  border: none;
  color: #fffefe;
  font-size: 14px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
  vertical-align: middle;
}
.help-page-header .button:hover {
  background-position: 0 -44px;
}
.help-page .box > .ml {
  background-image: url('../img/faq/box.png');
  background-repeat: repeat-x;
  background-position: left top;
}
/** sidebox **/
.sidebox {
  background: #fbfbfb;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
.sidebox-title {
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}
.sidebox-in {
  padding: 10px;
}
.sidebox-in li {
  list-style-type: none;
  padding: 1px 5px;
  padding-left: 25px;
  background: url('../img/callendar/punctor.png') no-repeat 10px 7px;
}
.sidebox-in li a {
  color: #148ECF;
}
/** report **/
.report-menu {
  width: 185px;
  float: left;
  padding-right: 10px;
}
.report-content {
  width: 712px;
  float: left;
}
#report-placeholder {
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: 0 3px #eaeaea;
  background: #fff;
}
#report-loading {
  padding: 20px;
}
.report select {
  width: auto;
}
.report .no-data {
  padding: 10px 32px;
  padding-bottom: 50px;
}
.async-container {
  position: absolute;
  width: 100%;
  top: 200px;
  z-index: 99999;
}
.async-page-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.async-iframe-placeholder {
  width: 900px;
  margin: 0 auto;
  background: #FDFDFD;
  border: 2px solid #c3cad0;
  border-radius: 5px 5px 0 0;
  padding: 20px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.async-iframe-close a {
  position: absolute;
  right: 5px;
  top: 13px;
  width: 21px;
  height: 20px;
  background: url('../img/icon/close.png') no-repeat left top;
  cursor: pointer;
}
.async-container iframe {
  width: 100%;
  height: 450px;
  display: block;
}
.button-cancel.async-close-window {
  display: none;
}
.textbody {
  padding-right: 150px;
  line-height: 19px;
}
.textbody ul,
.textbody ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.textbody ul li,
.textbody ol li {
  margin: 0 0 0 30px;
}
.textbody a {
  color: #148ECF;
}
.textbody h3 {
  font: 13px;
  color: #888;
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: none;
  line-height: 18px;
  height: auto;
}
*::-webkit-input-placeholder {
  color: #c8c8c8;
}
#cookies {
  padding-bottom: 20px;
  padding-top: 15px;
  font-size: 80%;
  color: #9b9b9b;
  text-align: left;
}
h2 {
  padding-bottom: 6px;
  color: #5f5f5f;
  font-size: 18px;
  text-shadow: 0 1px #fdfdfd;
  margin-left: 12px;
  padding-top: 5px;
}
.homepage h2 {
  background: transparent url('../img/h2.png') repeat-x bottom left;
  margin-left: 0;
}
h2 > span {
  color: #0eafd1;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  text-shadow: none;
  padding-top: 4px;
  display: inline-block;
}
h2 > span > a {
  color: #0eafd1;
  font-size: 12px;
}
h3 {
  height: 40px;
  line-height: 40px;
  background: url('../img/h3.png') repeat-x;
  border: 1px solid #c0d9e6;
  border-radius: 4px 4px 1px 1px;
  color: #3b5a72;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
}
.button-base {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
.button-base:hover {
  text-decoration: none;
}
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}
.button:hover {
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
}
.button:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.form input[type=submit] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button-small {
  height: 23px;
  line-height: 22px;
  font-size: 12px;
}
input[type=submit] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #0c7f99;
  background-image: linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -o-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -moz-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -webkit-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -ms-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  -pie-background: linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c7f99), color-stop(0.41, #0c7b95));
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  border: 1px solid #066886;
  height: 25px;
  line-height: 23px;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}
input[type=submit]:hover {
  text-decoration: none;
}
input[type=submit]:hover {
  text-decoration: none;
}
input[type=submit]:hover {
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
}
#menu li.search input[type=submit] {
  background-color: #fafcfc;
  background-image: linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -o-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -moz-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -webkit-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -ms-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  -pie-background: linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafcfc), color-stop(0.41, #fafcfc));
  height: 27px;
  line-height: 27px;
  color: #0a4763;
  border-color: #fafcfc;
}
#menu li.search input[type=submit]:hover {
  background-color: #e2eaec;
  background-image: linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -o-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -moz-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -webkit-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -ms-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  -pie-background: linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2eaec), color-stop(0.41, #e2eaec));
}
form a.button {
  background-color: #686868;
  background-image: linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -o-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -moz-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -webkit-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -ms-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  -pie-background: linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #686868), color-stop(0.41, #6f6f6f));
  border: 1px solid #555555;
}
form a.button:hover {
  background-color: #6f6f6f;
  background-image: linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -o-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -moz-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -webkit-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -ms-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  -pie-background: linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6f6f6f), color-stop(0.41, #686868));
}
table td a.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  height: 23px;
  line-height: 22px;
  font-size: 12px;
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button.small {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  height: 23px;
  line-height: 22px;
  font-size: 12px;
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button-cancel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #f2f2f2;
  background-image: linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -o-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -ms-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  -pie-background: linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(0.41, #fdfdfd));
  border: 1px solid #d3d3d3;
  color: #000;
  font-weight: normal;
}
.button-cancel:hover {
  text-decoration: none;
}
.button-cancel:hover {
  text-decoration: none;
}
.button-cancel:hover {
  background-color: #e1e1e1;
  background-image: linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -o-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -moz-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -webkit-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -ms-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  -pie-background: linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1e1e1), color-stop(0.41, #e5e5e5));
}
#splash .button {
  height: 43px;
  line-height: 42px;
  text-transform: none;
  font-size: 16px;
}
#head .button {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  background: url('../img/button/background.png') repeat-x;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  color: #5a5a5a;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
  text-shadow: none;
}
#head .button:hover {
  background: url('../img/button/background-hover.png') repeat-x;
}
#head .button img {
  vertical-align: top;
  display: inline-block;
  padding-top: 8px;
}
#head .button.small {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: url('../img/button/background.png') repeat-x;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding: 0 5px;
  color: #000;
  font-size: 13px;
  text-shadow: 0 1px #fafafa;
  text-align: center;
  cursor: pointer;
}
#head .button.small:hover {
  background: url('../img/button/background-hover.png') repeat-x;
}
.buttons-list {
  display: inline-block;
  position: relative;
}
.buttons-list ul {
  position: absolute;
  display: none;
}
.buttons-list li {
  list-style-type: none;
}
.buttons-list .button {
  width: 180px;
}
#head {
  height: 131px;
  background: #f5f5f5 url('../img/menu/background.png') repeat-x bottom left;
}
#head.with-submenu {
  height: 171px;
  background: #f5f5f5 url('../img/menu/background-with-submenu.png') repeat-x bottom left;
}
body.simple div#head {
  background: transparent;
}
#top {
  height: 85px;
  background: transparent url('../img/head/top-background.png') repeat-x bottom left;
}
#logo {
  width: 275px;
  height: 85px;
  float: left;
  background: transparent url('../img/logo.png') no-repeat left center;
}
#head > div,
#middle-in2 > div {
  width: 978px;
  margin: 0 auto;
}
#middle {
  background: #f0f0f0 repeat-x top left;
}
body.simple div#bottom,
body.simple div#middle,
body.simple div#middle-in {
  background: transparent;
  border-top: none;
}
#middle-in {
  background: #f0f0f0 repeat-x top left;
  padding-top: 28px;
}
#middle-in2 {
  padding-bottom: 40px;
}
#top-right {
  float: right;
  width: 430px;
  text-align: right;
}
#top-links {
  padding-top: 3px;
  padding-bottom: 5px;
}
#top-links ul {
  float: right;
}
#top-links ul li {
  list-style-type: none;
  float: left;
  line-height: 23px;
  background: transparent url('../img/head/sep.png') no-repeat left center;
  padding-left: 6px;
}
#top-links ul li:first-child {
  background: none;
  padding-right: 6px;
}
#top-links ul li img {
  vertical-align: middle;
  display: inline-block;
}
#top-links ul li,
#top-links ul li a {
  color: #818181;
}
#loginbox .button,
#userbox .button {
  width: 124px;
}
#userbox {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
#userbox.sauth {
  border-color: #FFCD74;
}
#userbox.sauth > div {
  background: #FFF9ED;
}
#userbox.sauth > div > span {
  line-height: 19px;
  text-align: left;
}
#userbox.sauth > div > span > strong {
  color: red;
}
#userbox > div {
  background: #f1f1f1;
  border-top: 1px solid #fdfdfd;
  border-radius: 3px;
  padding: 4px 3px;
  padding-top: 3px;
}
#userbox > div > span {
  float: left;
  line-height: 39px;
  padding-left: 5px;
}
#userbox > div > span > strong {
  color: #797879;
}
#bottom {
  background: transparent url('../img/footer/background.png') repeat-x left top;
}
#bottom > div {
  width: 952px;
  margin: 0 auto;
}
#footer-links {
  width: 615px;
  float: left;
  height: 147px;
  padding-top: 20px;
}
#footer-links > div {
  width: 170px;
  height: 147px;
  background: transparent url('../img/footer/sep.png') no-repeat left center;
  float: left;
  padding-left: 50px;
}
#footer-links > div:first-child {
  background: none;
  padding-left: 0;
}
#footer-links > div > strong {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 6px;
  display: block;
}
#footer-links li {
  list-style-type: none;
  background: url('../img/punctor.png') no-repeat left center;
  padding-left: 10px;
  line-height: 25px;
}
#footer-links li a {
  font-size: 13px;
  padding-left: 4px;
}
#newsletter,
#statistics {
  width: 332px;
  height: 147px;
  background: transparent url('../img/newsletter.png') no-repeat left center;
  float: right;
}
#newsletter > div,
#statistics > div {
  padding-left: 30px;
  padding-right: 12px;
}
#newsletter p,
#statistics p {
  line-height: 18px;
  font-size: 13px;
  padding-bottom: 7px;
}
#newsletter strong,
#statistics strong {
  display: block;
  padding-top: 25px;
  padding-bottom: 6px;
}
#newsletter strong,
#statistics strong,
#newsletter strong a,
#statistics strong a {
  font-size: 15px;
}
#newsletter strong a,
#statistics strong a {
  color: #D4F1FF;
  text-decoration: underline;
}
#newsletter input[type=text],
#statistics input[type=text] {
  width: 180px;
}
#newsletter input[type=text]::-webkit-input-placeholder,
#statistics input[type=text]::-webkit-input-placeholder {
  line-height: 24px;
}
#newsletter input[type=submit],
#statistics input[type=submit] {
  padding: 0 25px;
}
#newsletter#statistics > div,
#statistics#statistics > div {
  background: transparent url('../img/statistics.png') no-repeat 28px 28px;
}
#newsletter#statistics p,
#statistics#statistics p,
#newsletter#statistics strong,
#statistics#statistics strong {
  padding-left: 110px;
}
#newsletter#statistics p > span,
#statistics#statistics p > span {
  font-weight: bold;
}
#footer > div {
  float: right;
  width: 40%;
  text-align: right;
  line-height: 40px;
}
#footer {
  background: transparent url('../img/footer/footer-line.png') repeat-x left top;
  height: 40px;
}
#footer > div > a,
#footer > div > a > img,
#footer > div > span {
  vertical-align: middle;
  display: inline-block;
}
#footer > div:first-child {
  float: left;
  text-align: left;
}
#splash {
  background: transparent url('../img/splash/background-1.png') repeat-x bottom left;
}
#splash #splash-out {
  width: 100%;
  margin-top: -372px;
  position: absolute;
  height: 372px;
}
#splash #splash-in {
  width: 978px;
  margin: 0 auto;
  height: 372px;
  background: transparent url('../img/splash/center-2.png') no-repeat left top;
}
#splash.splash-selected-1 .l-side > div > div {
  background-image: url('../img/splash/l-side-1.png');
}
#splash.splash-selected-1 .r-side > div > div {
  background-image: url('../img/splash/r-side-1.png');
}
#splash.splash-selected-1 #splash-in {
  background-image: url('../img/splash/center-1.png');
}
#splash.splash-selected-2 .l-side > div > div {
  background-image: url('../img/splash/l-side-2.png');
}
#splash.splash-selected-2 .r-side > div > div {
  background-image: url('../img/splash/r-side-2.png');
}
#splash.splash-selected-2 #splash-in {
  background-image: url('../img/splash/center-2.png');
}
#splash.splash-selected-3 .l-side > div > div {
  background-image: url('../img/splash/l-side-3.png');
}
#splash.splash-selected-3 .r-side > div > div {
  background-image: url('../img/splash/r-side-3.png');
}
#splash.splash-selected-3 #splash-in {
  background-image: url('../img/splash/center-3.png');
}
#splash #splash-element > ul > li {
  display: none;
}
#splash #splash-element > ul > li.splash-1 {
  display: block;
}
#splash #splash-element > ul > li.splash-1 h1 {
  display: none;
}
#splash #splash-element > ul > li.splash-1 .slogan {
  width: 641px;
  height: 100px;
  background: url('../img/splash/slogan-1.png') bottom no-repeat;
  padding-top: 100px;
  margin-bottom: 10px;
}
#splash h1 {
  font-size: 32px;
  color: #1c1c1c;
  padding-top: 15px;
  padding-bottom: 3px;
  font-weight: normal;
  background: url('../img/h1.png') no-repeat right bottom;
  display: inline-block;
}
#splash .features {
  display: none;
}
#splash .features li {
  list-style-type: none;
  background: url('../img/splash/punctor.png') no-repeat left top;
  padding-left: 31px;
  line-height: 24px;
  font-size: 15px;
}
#splash-element li > p {
  width: 480px;
  font-size: 15px;
  line-height: 25px;
  padding: 10px 0;
}
#splash-element {
  height: 309px;
}
#splash-line {
  line-height: 61px;
  text-align: center;
}
#splash-line .button {
  width: 147px;
  height: 46px;
  background: url('../img/button/registration.png') no-repeat left top;
  vertical-align: middle;
}
#splash-line .button:hover {
  background-position: 0 -46px;
}
#splash-element > ul > li {
  list-style-type: none;
}
.splash-switch {
  width: 72px;
  height: 28px;
  background: url('../img/splash/switch-background.png') no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 17px;
  margin-right: 30px;
  padding: 0;
  line-height: 25px;
}
.splash-switch a {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.splash-switch a.active {
  background: url('../img/splash/switch-active.png') no-repeat left top;
}
.form .sections > li {
  list-style-type: none;
}
.form .sections .section-title {
  padding-left: 5px;
  background: transparent url('../img/form/section/left.png') no-repeat left top;
}
.form .sections .section-title > div {
  padding-right: 5px;
  background: transparent url('../img/form/section/right.png') no-repeat right top;
}
.form .sections .section-title > div > a {
  height: 43px;
  line-height: 43px;
  color: #3b5a72;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-indent: 10px;
  background: transparent url('../img/form/section/center.png') repeat-x right top;
}
.form-external .sections > li:first-child .section-title {
  background: transparent url('../img/form/section/first-left.png') no-repeat left top;
}
.form-external .sections > li:first-child .section-title > div {
  background: transparent url('../img/form/section/first-right.png') no-repeat right top;
}
.form-external .sections > li:first-child .section-title > div > a {
  background: transparent url('../img/form/section/first-center.png') repeat-x right top;
}
.form .sections .section-content {
  border-left: 1px solid #c3cad0;
  border-right: 1px solid #c3cad0;
  background: white;
  padding: 10px;
}
.form .sections > .tl {
  padding-left: 6px;
  background: transparent url('../img/content/nw.png') no-repeat left top;
}
.form .sections > .tl > .tr {
  padding-right: 5px;
  background: transparent url('../img/content/ne.png') no-repeat right top;
}
.form .sections > .tl > .tr > .tc {
  height: 4px;
  background: transparent url('../img/content/n.png') repeat-x right top;
}
.form .sections > .bl {
  padding-left: 11px;
  background: transparent url('../img/content/sw.png') no-repeat left bottom;
}
.form .sections > .bl > .br {
  padding-right: 10px;
  background: transparent url('../img/content/se.png') no-repeat right bottom;
}
.form .sections > .bl > .br > .bc {
  height: 10px;
  background: transparent url('../img/content/s.png') repeat-x right bottom;
}
.form .section-help {
  position: relative;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 10px;
}
.form .section-help > span {
  display: block;
  background: #f2f7fa;
  border: 1px solid #93bbc8;
  border-radius: 5px;
  min-height: 13px;
  padding: 18px 49px;
  font-size: 14px;
  color: #2a4156;
}
.form .section-help > .icon {
  width: 59px;
  height: 59px;
  background: transparent url('../img/form/info.png') no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}
.form .column-title {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 0;
  margin-bottom: 20px;
}
.form .column-title a {
  font-size: 15px;
  font-weight: bold;
  color: #575757;
}
.form .columns > li {
  list-style-type: none;
  float: left;
  width: 50%;
}
.form .fields > li {
  list-style-type: none;
  padding: 3px 0;
}
.form .fields > li > .label {
  float: left;
  width: 100px;
  height: 27px;
  display: table;
}
.form .fields > li > .label > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 13px;
  padding-right: 4px;
}
.form .fields > li > .input {
  float: left;
  width: 330px;
}
.form .fields > li.fullsize > .input {
  width: auto;
  float: none;
}
.form .fields > li > .help {
  padding: 0;
  border: none;
  background: transparent;
  padding-left: 100px;
  padding-top: 2px;
  width: 330px;
}
.form .fields > li > .help a {
  color: #148ECF;
}
.form .fields > li > .form-error-pch > .form-error {
  padding-left: 100px;
  width: 330px;
  color: #C00200;
}
.form .fields > li .form-error-in-field {
  color: #C00200;
  padding: 3px 0;
}
.form .fields > li > .form-error-pch > .form-error a {
  color: #148ecf;
}
.form .error input[type=file],
.form .error input[type=text],
.form .error input[type=password],
.form .error textarea,
.form .error select {
  border-color: #C00200;
  background: #FFE0E0;
}
.form .alert input[type=file],
.form .alert input[type=text],
.form .alert textarea,
.form .alert select {
  background: cornsilk;
  border-color: #e8e8e8;
}
.form input[type=text],
.form input[type=file],
.form input[type=password] {
  height: 24px;
  width: 292px;
  padding: 0 4px;
  line-height: 24px;
  background: #FAFCFC;
  border-top: 2px solid #E4EAEA;
  border-left: 1px solid #E4EAEA;
  border-bottom: 1px solid #E4EAEA;
  border-right: 2px solid #E4EAEA;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  font-family: arial;
  font-size: 12px;
}
.form input[type=text].small {
  width: 152px;
}
.form textarea.valueslist {
  width: 80px;
  height: 80px;
}
.list select,
.report select,
.callendar select,
.search select,
.form select {
  height: 27px;
  width: 303px;
  line-height: 22px;
  background: #FAFCFC;
  border-top: 2px solid #E4EAEA;
  border-left: 1px solid #E4EAEA;
  border-bottom: 1px solid #E4EAEA;
  border-right: 2px solid #E4EAEA;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  font-family: arial;
  font-size: 12px;
}
.list.stdlist select {
  line-height: 23px;
  height: 23px;
  width: auto;
}
.sidebox select {
  width: 142px;
}
.inactive {
  color: #879098 !important;
}
.form textarea {
  height: 150px;
  width: 292px;
  padding: 0 4px;
  line-height: 17px;
  background: #FAFCFC;
  border-top: 2px solid #E4EAEA;
  border-left: 1px solid #E4EAEA;
  border-bottom: 1px solid #E4EAEA;
  border-right: 2px solid #E4EAEA;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  font-family: arial;
  font-size: 12px;
}
.show-extra {
  height: 22px;
  line-height: 22px;
  background: transparent url('../img/form/button-mini-back.png') repeat-x;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.show-extra:hover {
  background: transparent url('../img/form/button-mini-back-hover.png') repeat-x;
}
.form .input-bool {
  line-height: 25px;
}
.form .input-bool span,
.form .input-bool input {
  vertical-align: middle;
}
.form .fields > li.disabled input[type=text],
.form .fields > li.disabled select {
  color: #666;
  background-color: #eee;
}
.form .fields > li.disabled > .label p {
  /*color: #999;*/

}
.form .row-hr {
  border-top: 1px solid #e2e2e2;
}
.form .input-submit-fullsize {
  text-align: center;
}
.form .row-hidden {
  display: none;
}
.form .input-token > div {
  padding-bottom: 3px;
}
/** form-login **/
.form-login {
  width: 475px;
  margin: 0 auto;
}
.form-login .sections .section-content {
  padding: 0 70px;
}
.form-login .column-title {
  border-bottom: 0;
  background: url('../img/login/header.png') no-repeat left center;
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
}
.form-login .column-title span {
  font-size: 32px;
  font-weight: normal;
}
.form-login a.button,
.form-login input[type=submit] {
  width: 155px;
  height: 38px;
  line-height: 38px;
}
.form-login .columns > li > div {
  padding: 20px 0;
}
.form-login .columns > li {
  width: auto;
  float: none;
}
.form-login .fields > li > .label {
  width: auto;
}
.form-login input[type="text"],
.form-login input[type="password"] {
  width: 303px;
  height: 37px;
}
.form-login .fields > li > .form-error-pch > .form-error,
.form-login .fields > li > .help {
  padding-left: 0;
}
.form.form-login {
  width: 475px;
  margin: 0 auto;
}
.form.form-login .sections .section-content {
  padding: 0 70px;
}
.form.form-login .column-title {
  border-bottom: 0;
  background: url('../img/login/header.png') no-repeat left center;
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
}
.form.form-login .column-title span {
  font-size: 32px;
  font-weight: normal;
}
.form.form-login a.button,
.form.form-login input[type=submit] {
  width: 155px;
  height: 38px;
  line-height: 38px;
}
.form.form-login .columns > li > div {
  padding: 20px 0;
}
.form.form-login .columns > li {
  width: auto;
  float: none;
}
.form.form-login .fields > li > .label {
  width: auto;
}
.form.form-login input[type="text"],
.form.form-login input[type="password"] {
  width: 303px;
  height: 37px;
}
.form.form-login .fields > li > .form-error-pch > .form-error,
.form.form-login .fields > li > .help {
  padding-left: 0;
}
.form.form-password-reset {
  width: 475px;
  margin: 0 auto;
}
.form.form-password-reset .sections .section-content {
  padding: 0 70px;
}
.form.form-password-reset .column-title {
  border-bottom: 0;
  background: url('../img/login/header.png') no-repeat left center;
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
}
.form.form-password-reset .column-title span {
  font-size: 32px;
  font-weight: normal;
}
.form.form-password-reset a.button,
.form.form-password-reset input[type=submit] {
  width: 155px;
  height: 38px;
  line-height: 38px;
}
.form.form-password-reset .columns > li > div {
  padding: 20px 0;
}
.form.form-password-reset .columns > li {
  width: auto;
  float: none;
}
.form.form-password-reset .fields > li > .label {
  width: auto;
}
.form.form-password-reset input[type="text"],
.form.form-password-reset input[type="password"] {
  width: 303px;
  height: 37px;
}
.form.form-password-reset .fields > li > .form-error-pch > .form-error,
.form.form-password-reset .fields > li > .help {
  padding-left: 0;
}
.form.form-password-reset .column-title {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.form-login .registration-info {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
/** form-search **/
.form-search .columns > li > div {
  padding: 20px;
}
.form-search .registration-info {
  width: 70%;
  margin: 0 auto;
}
.form-search input[type="text"] {
  width: 195px;
}
.form-search .input-submit-fullsize {
  text-align: center;
}
/** form-preferences **/
.form-preferences .columns > li > div {
  padding: 20px;
}
.form-preferences .registration-info {
  width: 70%;
  margin: 0 auto;
}
.form-preferences input[type="text"],
.form-preferences input[type="file"],
.form-preferences textarea {
  width: 195px;
}
.form-preferences .input-submit-fullsize {
  text-align: center;
}
.form-preferences .fields > li > .label {
  width: 160px;
}
.form-preferences .fields > li > .input {
  width: 260px;
}
.form-preferences .fields > li > .help {
  width: 294px;
  padding-left: 160px;
}
.form-preferences .fields > li > .form-error-pch > .form-error {
  width: 294px;
  padding-left: 160px;
}
.form .alerts {
  padding: 12px;
  background: cornsilk;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.form .alerts ul {
  float: left;
  width: 60%;
}
.form .alerts li {
  font-size: 14px;
  list-style-type: none;
  padding-left: 25px;
  background: url('../img/callendar/punctor.png') no-repeat 10px 5px;
}
.form .alerts input[type=submit] {
  width: 211px;
  height: 38px;
  line-height: 31px;
  display: inline-block;
  background: url('../img/button/alternative-red-big.png') repeat-x;
  border: none;
  color: #fffefe;
  font-size: 14px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  float: right;
}
.form .alerts input[type=submit]:hover {
  background-position: 0 -40px;
}
/** form-notifications **/
.form-notifications.form .notifications-variant {
  text-align: left;
  padding: 0 15px;
}
.form-notifications.form .notifications-variant input,
.form-notifications.form .notifications-variant label {
  vertical-align: middle;
}
.list.notifications {
  width: auto;
}
.list td.cell-notification-name {
  width: 150px;
  padding: 4px;
}
.cell-notification {
  text-align: center;
}
/** form-payment **/
.form-payment.form .fields > li > .label {
  width: 356px;
  padding-left: 100px;
  text-align: right;
  padding-right: 5px;
}
.form-payment.form .fields > li > .label p {
  font-size: 16px;
}
.form-payment.form .fields > li > .input {
  width: 330px;
}
.form-payment.form .fields > li > .help {
  padding-left: 260px;
}
.form-payment.form .fields > li > .form-error-pch > .form-error {
  padding-left: 260px;
}
form .input-plain {
  line-height: 28px;
}
form .input-plain span {
  background: #949494;
  padding: 2px 4px;
  border-radius: 2px;
  color: #fff;
}
.form-payment.form .fields > li > .input.input-submit-fullsize {
  text-align: center;
  width: 100%;
}
/** form-registration **/
.form-registration .registration-slogan {
  width: 92%;
  margin: 0 auto;
  padding: 12px 0;
  background: #0eb0d0;
  border: 1px solid #0eb0d0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: "trebuchet ms";
}
.form-registration .down-triangle {
  width: 0;
  height: 0;
  border-top: 8px solid #0eb0d0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin: 0 auto;
}
.form-registration.form .sections .section-title > div > a {
  padding-top: 34px;
  vertical-align: bottom;
}
.form-registration.form .sections .section-title > div > a > span {
  display: block;
  height: 42px;
  line-height: 42px;
  vertical-align: bottom;
  color: #fefefe;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  text-indent: 0;
  background: none;
}
.form-registration.form-external .sections > li:first-child .section-title {
  padding-left: 45px;
  background: transparent no-repeat left top;
}
.form-registration.form-external .sections > li:first-child .section-title > div {
  padding-right: 45px;
  background: transparent no-repeat right top;
}
.form-registration .sections > li:first-child .section-title > div > a {
  background: transparent repeat-x right top;
}
.form-registration .fields > li > .label {
  width: 160px;
  padding-left: 100px;
  font-weight: bold;
}
.form-registration .fields > li > .input {
  width: 330px;
}
.form-registration .fields > li > .help {
  padding-left: 260px;
}
.form-registration input[type="text"] {
  width: 195px;
}
.form-registration input[type="password"] {
  width: 135px;
}
.form-registration .input-submit-fullsize {
  text-align: center;
}
.form-registration.form .fields > li.row-options {
  width: 92%;
  margin: 0 auto;
  padding: 12px 0 ;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.form-registration.form .fields > li.row-options > .form-error-pch > .form-error {
  padding-left: 223px;
}
.form-registration.form .fields > li.row-options > .label {
  width: 123px;
}
.form-registration.form .fields > li.row-options a {
  color: #148ECF;
}
.form-registration.form .fields > li > .form-error-pch > .form-error {
  padding-left: 260px;
}
.form-registration.form .fields > li {
  padding: 15px 0;
}
/** date **/
.date-input {
  display: inline-block;
}
.date-input select {
  width: auto;
}
/** price **/
.input-price input[type=text] {
  width: 70px;
}
/** currency **/
.input-currency select {
  width: 70px;
}
.input-currency select.currency-exchange-select {
  width: 115px;
}
/** taxlabel **/
.input-taxlabel select {
  width: 70px;
}
/** tax **/
.input-tax select {
  width: 75px;
}
/** measure **/
.input-measure select {
  width: 75px;
}
.input-measure input[type=text] {
  width: 65px;
}
/** autoprice **/
.input-autoprice input[type=text] {
  width: 65px;
}
.input-autoprice select {
  width: 75px;
}
#password-strength {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
#password-strength > label {
  vertical-align: middle;
  display: none;
}
#password-strength > .progress {
  display: inline-block;
  width: 57px;
  height: 13px;
  border: 1px solid #cdcdcd;
  font-size: 0;
  vertical-align: middle;
}
#password-strength > .progress > span {
  display: inline-block;
  height: 13px;
  font-size: 0;
  vertical-align: middle;
}
div.valueslist {
  width: 130px;
  padding: 0;
  line-height: 17px;
  background: #FAFCFC;
  border-top: 2px solid #E4EAEA;
  border-left: 1px solid #E4EAEA;
  border-bottom: 1px solid #E4EAEA;
  border-right: 2px solid #E4EAEA;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  font-family: arial;
  font-size: 12px;
}
ul.valueslist-list {
  height: 120px;
  overflow: auto;
  padding: 0;
}
li.valueslist-element {
  list-style-type: none;
  padding: 0 4px;
}
li.valueslist-element:hover {
  background: #F0F2F2;
}
li.valueslist-element:nth-child(even) {
  background: #fff;
}
li.valueslist-element:nth-child(even):hover {
  background: #F0F2F2;
}
span.valueslist-remove {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: transparent url('../img/icon/minus.png') no-repeat center center;
  border: 0;
  cursor: pointer;
  float: right;
}
input.valueslist-input[type=text] {
  width: 100px;
  display: inline-block;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  outline-width: 0;
  vertical-align: middle;
}
span.valueslist-button {
  width: 22px;
  height: 26px;
  display: inline-block;
  background: #ffffff url('../img/icon/plus.png') no-repeat center center;
  border: 0;
  border-top: 2px solid #E4EAEA;
  vertical-align: middle;
  cursor: pointer;
}
.button.async-close-button {
  position: absolute;
  z-index: 13;
  right: 11px;
  top: 11px;
  color: #fff;
}
/** menu **/
#menu {
  height: 46px;
}
#menu ul {
  height: 46px;
  /*float: right;*/

}
#head.with-submenu #menu ul {
  float: none;
}
#menu li:first-child,
#submenu li:first-child {
  background: none;
}
#menu li:first-child a,
#submenu li:first-child {
  padding-left: 0;
}
#menu li {
  height: 46px;
  line-height: 46px;
  list-style-type: none;
  float: left;
  background: transparent url('../img/menu/sep.png') no-repeat left top;
  position: relative;
}
#menu li.search {
  padding-left: 15px;
  float: right;
}
#menu li.search a span {
  font-weight: normal;
}
#menu li.search select {
  width: 180px;
  vertical-align: top;
  font-size: 14px;
  height: 25px;
  line-height: 20px;
  display: inline-block;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#menu li.search .selectBox-dropdown .selectBox-label {
  font-size: 14px;
}
#menu li.search form {
  display: inline-block;
}
#menu li.search div {
  height: 18px;
  line-height: 25px;
  padding-top: 10px;
}
#menu li.search input {
  vertical-align: top;
  height: 25px;
  line-height: 25px;
}
#menu li.search a:hover {
  text-decoration: none;
}
#menu li a {
  color: #fff;
  font-size: 14px;
  padding: 0 11px;
}
#menu li a:hover {
  text-decoration: underline;
}
#menu li.active a {
  color: #ddd;
  text-decoration: underline;
}
#menu .active-arrow {
  display: none;
}
/** submenu **/
#submenu {
  height: 40px;
}
#submenu ul {
  height: 40px;
  display: none;
}
#submenu ul:first-child {
  display: block;
}
#submenu li {
  line-height: 40px;
  list-style-type: none;
  float: left;
  padding: 0 11px;
}
#submenu li.search {
  padding-left: 15px;
}
#submenu li > a,
#submenu li > p {
  background: transparent url('../img/menu/sub/punctor.png') no-repeat left center;
  padding-left: 10px;
}
#submenu li a,
#submenu li > p {
  font-size: 13px;
}
#submenu li a:hover[href] {
  text-decoration: underline;
}
#submenu li.active a span,
#submenu a.active {
  text-decoration: underline;
}
/** combo **/
input[type=text].combo-input {
  position: absolute;
  border-right: none;
  border-radius: 3px 0 0 3px;
  display: inline-block;
}
.combo-ex-container {
  vertical-align: middle;
}
.combo-ex-select {
  height: 24px;
  width: 303px;
  line-height: 27px;
  background: #fafcfc url('../img/form/combo-ex.png') right -7px no-repeat;
  border-top: 2px solid #E4EAEA;
  border-left: 1px solid #E4EAEA;
  border-bottom: 1px solid #E4EAEA;
  border-right: none;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
}
.combo-ex-select:hover {
  background-position: right -41px;
}
.combo-ex-list {
  width: 275px;
  line-height: 27px;
  background: #F2F1F0;
  border: 1px solid #DDDBD9;
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  position: absolute;
  z-index: 2000;
  text-align: left;
}
.combo-ex-option {
  cursor: pointer;
  line-height: 17px;
  padding: 4px;
  overflow: hidden;
}
.combo-ex-option:hover,
.combo-ex-option.hover {
  background: #E4EAEA;
}
.combo-ex-paginate .prev {
  float: left;
  display: block;
  width: 20%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.combo-ex-paginate .next {
  float: right;
  display: block;
  width: 20%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.combo-ex-noitems {
  font-style: italic;
}
/** plan-order **/
.plan-order .th,
.plan-order .span,
.plan-order .plan-left,
.plan-order .plan-center,
.plan-order .plan-right {
  float: left;
}
.plan-order {
  margin: 0 auto;
}
.plan-order .plan-header {
  height: 129px;
  padding-left: 288px;
}
.plan-header .span {
  width: 200px;
}
.plan-header div.plan-center,
.plan-header .plan-left,
.plan-header .plan-right {
  background: #343434;
  width: 322px;
  border-left: 2px solid #ffffff;
}
.plan-header > div > span {
  display: block;
  color: #c4c4c4;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #515151;
  padding: 5px 0;
}
.plan-header > div > div {
  padding-top: 5px;
}
.plan-header .unavailable {
  line-height: auto;
}
.plan-header .pricenprops {
  margin: 0 auto;
  text-align: center;
}
.plan-header .props {
  line-height: 20px;
}
.plan-header .price,
.plan-header .props {
  display: inline-block;
}
.plan-header .price-year {
  color: #aaa;
  padding: 5px 0;
  padding-top: 0;
}
.plan-header .symbol {
  color: #fff;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}
.plan-header .period {
  color: #fff;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}
.plan-header strong {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 90px;
  font-weight: normal;
}
.plan-adv .row > div > div,
.plan-adv .row > div > div > div {
  height: 57px;
  line-height: 57px;
  text-align: center;
  vertical-align: middle;
}
.plan-adv .row > div > div > span,
.plan-adv .row > div > div > div > span {
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}
.plan-adv .th,
.plan-adv .plan-center,
.plan-adv .plan-left,
.plan-adv .plan-right {
  border-bottom: 1px solid #ebebeb;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: #fafafa;
}
.plan-adv .row.demo .th {
  border-color: transparent;
  border-top-color: transparent;
  border-right: 2px solid transparent;
  background: transparent;
  height: 30px;
}
.plan-adv .demo .plan-center,
.plan-adv .demo .plan-left,
.plan-adv .demo .plan-right {
  height: 30px;
  background: #35b0c6;
  color: #fff;
}
.plan-adv .demo .th > div,
.plan-adv .demo .plan-center > div,
.plan-adv .demo .plan-left > div,
.plan-adv .demo .plan-right > div {
  height: 30px;
  line-height: 30px;
}
.plan-adv .plan-center div,
.plan-adv .plan-left div,
.plan-adv .plan-right div {
  font-size: 14px;
}
.plan-adv .row > div div.th {
  width: 286px;
}
.plan-adv .row:first-child .th {
  border-radius: 3px 0 0 0;
}
.plan-adv .row:first-child > div > div {
  border-top: 0;
}
.plan-adv .last .th {
  border-radius: 0 0 0 3px;
}
.plan-adv .summary .th {
  border-right: 2px solid transparent;
  background: transparent;
}
.plan-adv .row.summary > div > div {
  border-bottom: none;
}
.plan-adv .plan-center {
  width: 322px;
  border-left: none;
}
.plan-adv .plan-left {
  width: 235px;
  border-left: none;
  background: #f7f7f7;
}
.plan-adv .plan-right {
  width: 322px;
  border-right: 0;
  border-left: none;
  background: #f7f7f7;
}
.plan-order .plan-footer {
  clear: both;
  width: 923px;
  height: 30px;
}
/** panel **/
.panel {
  padding-left: 5px;
  padding-top: 17px;
  padding-bottom: 30px;
}
.panel li {
  display: inline-block;
  list-style-type: none;
  padding-left: 7px;
  padding-bottom: 6px;
}
.panel li > div {
  height: 70px;
  width: 217px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px #fff;
  overflow: hidden;
  cursor: pointer;
}
.panel li > div:hover {
  background-color: #F5F5F5;
}
.panel .tile-icon {
  height: 65px;
  line-height: 133px;
  padding-left: 5px;
  padding-top: 10px;
  width: 60px;
  float: left;
  overflow: hidden;
}
.panel .tile-icon > div {
  width: 55px;
  height: 55px;
  background: transparent url('../img/panel/icons.png') no-repeat 0 0;
}
.panel .soon .tile-icon > div {
  background-image: url('../img/panel/icons-disabled.png');
}
.panel .tile-icon img {
  vertical-align: middle;
}
.panel .tile-content {
  width: 105px;
  height: 70px;
  float: left;
  overflow: hidden;
  padding: 0;
  padding-left: 10px;
  padding-top: 5px;
}
.panel .tile-content div {
  height: 65px;
  display: table;
}
.panel .tile-content strong {
  display: table-cell;
  padding-bottom: 6px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px;
}
.panel .tile-content strong a {
  font-size: 15px;
  color: #484848;
}
.panel .tile-content p {
  line-height: 18px;
  font-size: 14px;
  padding-right: 8px;
}
.button-base {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
.button-base:hover {
  text-decoration: none;
}
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}
.button:hover {
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
}
.button:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.form input[type=submit] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  text-decoration: none;
}
.form input[type=submit]:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button-small {
  height: 23px;
  line-height: 22px;
  font-size: 12px;
}
input[type=submit] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #0c7f99;
  background-image: linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -o-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -moz-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -webkit-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -ms-linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  -pie-background: linear-gradient(bottom, #0c7f99 0%, #0c7b95 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c7f99), color-stop(0.41, #0c7b95));
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  border: 1px solid #066886;
  height: 25px;
  line-height: 23px;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}
input[type=submit]:hover {
  text-decoration: none;
}
input[type=submit]:hover {
  text-decoration: none;
}
input[type=submit]:hover {
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
}
#menu li.search input[type=submit] {
  background-color: #fafcfc;
  background-image: linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -o-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -moz-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -webkit-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -ms-linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  -pie-background: linear-gradient(bottom, #fafcfc 0%, #fafcfc 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafcfc), color-stop(0.41, #fafcfc));
  height: 27px;
  line-height: 27px;
  color: #0a4763;
  border-color: #fafcfc;
}
#menu li.search input[type=submit]:hover {
  background-color: #e2eaec;
  background-image: linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -o-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -moz-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -webkit-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -ms-linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  -pie-background: linear-gradient(bottom, #e2eaec 0%, #e2eaec 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2eaec), color-stop(0.41, #e2eaec));
}
form a.button {
  background-color: #686868;
  background-image: linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -o-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -moz-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -webkit-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -ms-linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  -pie-background: linear-gradient(bottom, #686868 0%, #6f6f6f 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #686868), color-stop(0.41, #6f6f6f));
  border: 1px solid #555555;
}
form a.button:hover {
  background-color: #6f6f6f;
  background-image: linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -o-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -moz-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -webkit-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -ms-linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  -pie-background: linear-gradient(bottom, #6f6f6f 0%, #686868 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6f6f6f), color-stop(0.41, #686868));
}
table td a.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  height: 23px;
  line-height: 22px;
  font-size: 12px;
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  text-decoration: none;
}
table td a.button:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button.small {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  height: 23px;
  line-height: 22px;
  font-size: 12px;
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  text-decoration: none;
}
.button.small:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.button-cancel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #f2f2f2;
  background-image: linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -o-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -ms-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  -pie-background: linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(0.41, #fdfdfd));
  border: 1px solid #d3d3d3;
  color: #000;
  font-weight: normal;
}
.button-cancel:hover {
  text-decoration: none;
}
.button-cancel:hover {
  text-decoration: none;
}
.button-cancel:hover {
  background-color: #e1e1e1;
  background-image: linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -o-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -moz-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -webkit-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -ms-linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  -pie-background: linear-gradient(bottom, #e1e1e1 0%, #e5e5e5 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1e1e1), color-stop(0.41, #e5e5e5));
}
#splash .button {
  height: 43px;
  line-height: 42px;
  text-transform: none;
  font-size: 16px;
}
#head .button {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  background: url('../img/button/background.png') repeat-x;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  color: #5a5a5a;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
  text-shadow: none;
}
#head .button:hover {
  background: url('../img/button/background-hover.png') repeat-x;
}
#head .button img {
  vertical-align: top;
  display: inline-block;
  padding-top: 8px;
}
#head .button.small {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: url('../img/button/background.png') repeat-x;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding: 0 5px;
  color: #000;
  font-size: 13px;
  text-shadow: 0 1px #fafafa;
  text-align: center;
  cursor: pointer;
}
#head .button.small:hover {
  background: url('../img/button/background-hover.png') repeat-x;
}
.buttons-list {
  display: inline-block;
  position: relative;
}
.buttons-list ul {
  position: absolute;
  display: none;
}
.buttons-list li {
  list-style-type: none;
}
.buttons-list .button {
  width: 180px;
}
/** list **/
.list {
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-collapse: collapse;
}
.list td,
.list th {
  border: 1px solid #E4E5E6;
}
.list th {
  height: 34px;
  background: #e3e3e3 url('../img/list/th.png') repeat-x;
  font-weight: normal;
  text-align: center;
}
.list th a {
  vertical-align: middle;
}
.list th a:hover {
  text-decoration: underline;
}
.list th .active-order {
  padding-left: 4px;
}
.list th .active-order img {
  vertical-align: middle;
}
.list td {
  height: 27px;
  color: #252525;
  padding: 0 4px;
  font-size: 12px;
}
.list td a {
  font-size: 12px;
}
.list .odd td {
  background: #F7F9FA;
}
.cell-lp {
  width: 30px;
  text-align: right;
}
.cell-checkbox {
  width: 30px;
  text-align: center;
}
.list td.cell-actions {
  text-align: center;
  padding: 2px;
}
.cell-state,
.cell-date,
.cell-prop,
.cell-price {
  text-align: center;
}
.cell-ident_no {
  text-align: center;
}
.list .odd td.cell-success,
.cell-success {
  background: #b2ff98;
}
.list .odd td.cell-error,
.cell-error {
  background: #FFE0E0;
}
.list td a {
  color: #148ECF;
}
.list td a:hover {
  text-decoration: underline;
}
.list ul.action-buttons li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 2px;
}
.list ul.action-buttons li > div {
  line-height: 21px;
  height: 21px;
  background: transparent url('../img/list/button-right.png') right top no-repeat;
  padding-right: 3px;
  vertical-align: middle;
}
.list ul.action-buttons li.white > div {
  background: transparent url('../img/list/button-white-right.png') right top no-repeat;
}
.list ul.action-buttons li.white a.action-button > span {
  background: transparent url('../img/list/button-white.png') repeat-x;
  color: #000;
}
.list ul.action-buttons a.action-button > span {
  background: transparent url('../img/list/button.png') repeat-x;
  display: inline-block;
  width: 0;
  line-height: 21px;
  height: 21px;
  text-align: center;
  font-size: 0;
  vertical-align: top;
}
.list ul.action-buttons a.action-button {
  width: auto;
  padding-left: 19px;
  color: #fff;
  font-size: 11px;
  text-align: left;
  line-height: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
}
.list ul.action-buttons li:hover > div {
  background-position: right -21px;
}
.list ul.action-buttons li:hover a.action-button,
.list ul.action-buttons li:hover a.action-button > span {
  background-position: 0 -21px;
  font-size: 11px;
}
.list .cell-actions a.action-button.edit-button,
.list a.edit-button {
  background: transparent url('../img/list/button-edit.png') no-repeat;
}
.list .cell-actions a.action-button.copy-button,
.list a.copy-button {
  background: transparent url('../img/list/button-copy.png') no-repeat;
}
.list .cell-actions a.action-button.download-button,
.list a.download-button {
  background: transparent url('../img/list/button-download.png') no-repeat;
}
.list .cell-actions a.action-button.duplicate-button,
.list a.duplicate-button {
  background: transparent url('../img/list/button-duplicate.png') no-repeat;
}
.list .cell-actions a.action-button.edit-button:hover,
.list a.edit-button:hover {
  background-position: 0 -21px;
}
.list .cell-actions a.action-button.remove-button,
.list a.remove-button {
  background: transparent url('../img/list/button-remove.png') no-repeat left top;
}
.list.subitemslist a.action-button.remove-button,
.list.productlist a.action-button.remove-button {
  width: 34px;
  height: 21px;
  line-height: 21px;
  background: transparent url('../img/list/button-remove.png') no-repeat left top;
  display: inline-block;
  padding-left: 21px;
  font-size: 11px;
  text-align: left;
  cursor: pointer;
}
.list .cell-actions a.action-button.remove-button:hover,
.list a.remove-button:hover {
  background-position: 0 -21px;
}
.list .cell-actions a.action-button {
  width: 54px;
  height: 21px;
  line-height: 21px;
  background: transparent url('../img/list/button-action.png') left top no-repeat;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.list .cell-actions a.action-button:hover {
  background-position: 0 -21px;
}
/** links **/
links a {
  font-size: 12px;
  display: inline-block;
}
.links {
  padding-top: 3px;
  padding-bottom: 10px;
}
.links li:hover {
  background-position: 0 -26px;
}
.links li {
  line-height: 27px;
  list-style-type: none;
  margin-left: 2px;
  padding: 0 5px;
  margin-bottom: 2px;
  font-size: 12px;
  display: inline-block;
  float: right;
}
.links a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*behavior: url(/view200/csspie/PIE.htc);*/

  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  background-color: #11a4c1;
  background-image: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -o-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -moz-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -ms-linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  -pie-background: linear-gradient(bottom, #11a4c1 0%, #0eb0d0 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #11a4c1), color-stop(0.41, #0eb0d0));
  border: 1px solid #138ab4;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  height: 23px;
  line-height: 22px;
  font-size: 12px;
}
.links a:hover {
  text-decoration: none;
}
.links a:hover {
  text-decoration: none;
}
.links a:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.links a:hover {
  text-decoration: none;
}
.links a:hover {
  text-decoration: none;
}
.links a:hover {
  background-color: #2c90b5;
  background-image: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -o-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -moz-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -ms-linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  -pie-background: linear-gradient(bottom, #2c90b5 0%, #2d93b8 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c90b5), color-stop(0.41, #2d93b8));
}
.links a img {
  display: none;
}
.links li.more a {
  font-size: 12px;
  color: #5e5e5e;
}
.links li.more {
  background: url('../img/list/button-more.png') repeat-x;
  border-radius: 6px;
  border: 2px solid #e1e1e1;
  line-height: 27px;
  list-style-type: none;
  margin-left: 2px;
  padding: 0 5px;
  margin-bottom: 2px;
  font-size: 12px;
  display: inline-block;
  float: right;
}
.links li.more:hover {
  background: url('../img/list/button-more-hover.png') repeat-x;
}
/** paginate **/
.list-paginate {
  padding: 10px 0;
  text-align: right;
}

.list-paginate ul > li {
	display: inline-block;
	list-style-type: none;
}

.list-paginate a {
  border: 1px solid #E2E2E2;
  border-width: 0 1px 0 1px;
  background: #F2F1F0;
  line-height: 22px;
  display: inline-block;
  padding: 0 4px;
  font-size: 13px;
}
.list-paginate a:hover {
  background: #E8E7E6;
}
.list-paginate a.active {
  color: #C00200;
  border-width: 0 2px 0 2px;
}
.list-paginate a.inactive {
  color: #DDDBD9;
  display: none;
}
/** filters **/
.list-filters {
  border-top: 1px solid #E2E2E2;
  background: #FAFAFA;
  padding: 10px;
}
.form.list-filters input[type=submit] {
  height: 36px;
  line-height: 32px;
  border-top: 2px solid #ededed;
  border-right: 2px solid #ededed;
  border-bottom: 2px solid #cecece;
  border-left: 1px solid #ededed;
  border-radius: 6px;
  color: #5e5e5e;
  font-size: 13px;
  background: transparent url('../img/filter/button.png') repeat-x;
  text-shadow: none;
}
.form.list-filters input[type=submit]:hover {
  background: transparent url('../img/filter/button-hover.png') repeat-x;
}
.list-filters > div > div {
  float: left;
}
.list-perpage {
  width: 15%;
}
.list-filters-inputs {
  width: 65%;
}
.list-filters-submit {
  width: 20%;
  text-align: right;
}
.form .list-perpage input {
  width: 30px;
}
.list-filter {
  padding: 3px 0;
  float: left;
  width: 46%;
}
.list-filter:first-child {
  padding-top: 0;
}
.list-filter span {
  display: inline-block;
  padding: 3px 0;
}
.list-filter span.filter-name {
  width: 100px;
}
.form .list-filter input[type=text],
.form .list-filter input[type=file],
.form .list-filter input[type=password] {
  width: 148px;
}
.list-filters .extra-man {
  padding-left: 104px;
  padding-top: 2px;
}
.form.list-filters select {
  width: auto;
}
/** subitemslist **/
.list.subitemslist input[type=text] {
  width: 55px;
  text-align: center;
}
.list.subitemslist input[type=text].item-input-measure {
  width: 25px;
}
.list.subitemslist .cell-measure-label select {
  width: 60px;
}
.list.subitemslist .cell-measure-label input {
  text-align: center;
}
.list.subitemslist .cell-tax select {
  width: 60px;
}
.list.subitemslist .cell-tax input {
  text-align: center;
}
input[type=text].changed {
  background-color: khaki;
}
input[type=text].error {
  background-color: #FFE0E0;
}
.list.subitemslist .combo-ex-select {
  width: 290px;
}
.list.subitemslist .combo-ex-list {
  width: 262px;
}
.list.subitemslist input[type=text].combo-input,
.list.subitemslist input[type=text].item-input-name,
.list.subitemslist select.item-input-name {
  width: 240px;
  text-align: left;
}
.list.subitemslist th {
  text-align: center;
}
.list.subitemslist tbody td {
  height: 34px;
  text-align: center;
}
.list.subitemslist tbody td.cell-name,
.list.subitemslist tbody td.cell-number {
  text-align: left;
}
.list.subitemslist tbody tr.item-error td {
  background-color: #FFE0E0;
}
.list.subitemslist tbody td.error,
.list.subitemslist tbody td.item-error {
  background-color: #FFE0E0;
}
.list.subitemslist tbody td.error input[type=file],
.list.subitemslist tbody td.error input[type=text],
.list.subitemslist tbody td.error input[type=password],
.list.subitemslist tbody td.error textarea,
.list.subitemslist tbody td.error select {
  border-color: #E4EAEA;
  background-color: #FAFCFC;
}
.list.subitemslist tfoot td {
  height: 34px;
}
.products-summary {
  float: right;
  text-align: right;
  padding: 10px;
}
.list.subitemslist .item-correction-diff td {
  background: #E4E5E6;
  padding: 0;
  height: 29px;
}
.box > .tl {
  padding-left: 6px;
  background: transparent url('../img/content/nw.png') no-repeat left top;
  display: none;
}
.box > .tl > .tr {
  padding-right: 5px;
  background: transparent url('../img/content/ne.png') no-repeat right top;
}
.box > .tl > .tr > .tc {
  height: 4px;
  background: transparent url('../img/content/n.png') repeat-x right top;
}
.box > .ml {
  border-left: 1px solid #c3cad0;
  border-right: 1px solid #c3cad0;
  border-top: 1px solid #c3cad0;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.box > .ml > .mr {
  padding: 20px;
}
.box > .bl {
  padding-left: 11px;
  background: transparent url('../img/content/sw.png') no-repeat left bottom;
}
.box > .bl > .br {
  padding-right: 10px;
  background: transparent url('../img/content/se.png') no-repeat right bottom;
}
.box > .bl > .br > .bc {
  height: 10px;
  background: transparent url('../img/content/s.png') repeat-x right bottom;
}
/** msg **/
.help {
  padding: 15px;
  font-size: 13px;
  border: 1px solid #9ac3e4;
  border-radius: 5px;
  background-color: #f0f8ff;
  color: #879098;
}
.msg {
  position: relative;
  padding-left: 24px;
  padding-top: 3px;
  padding-bottom: 6px;
}
.msg > span {
  display: block;
  background: #f2f7fa;
  border: 1px solid #93bbc8;
  border-radius: 5px;
  min-height: 13px;
  padding: 18px 49px;
  font-size: 14px;
  color: #2a4156;
  position: relative;
  z-index: 11;
}
.msg > .msg-icon {
  width: 59px;
  height: 59px;
  background: transparent url('../img/form/info.png') no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
.msg-error > span {
  background: #FFF1EF;
  border-color: #D44E4E;
}
.msg-error > .msg-icon {
  background-image: url('../img/msg/error.png');
}
.msg-success > span {
  background: #F0FAE4;
  border-color: #A7C286;
}
.msg-success > .msg-icon {
  background-image: url('../img/msg/success.png');
}
.msg-help > span {
  background: #EEFAFC;
  border-color: #27B0C6;
}
.msg-help > .msg-icon {
  background-image: url('../img/msg/help.png');
}
.msg a {
  color: #148ECF;
  font-size: 14px;
  font-family: arial;
}
.msg a.button {
  color: #fff;
}
/** steps **/
.steps ul {
  height: 38px;
  background: #f6f6f6;
  border-radius: 0 2px 2px 0;
}
.steps .number {
  height: 38px;
  line-height: 38px;
  padding: 0 29px;
}
.steps li {
  list-style-type: none;
  float: left;
  background: #f6f6f6;
}
.steps li span {
  font-size: 15px;
  color: #9a9a9a;
}
.steps li .right {
  background: url('../img/order/step-right.png') no-repeat right top;
  padding-right: 9px;
}
.steps li.last .right,
.steps li.previous .right {
  background: none;
  padding-right: 0;
}
.steps li.active {
  background: #fff;
}
.steps li.active span {
  color: #000;
}
.steps li.active .left {
  background: url('../img/order/step-active-left.png') no-repeat left top;
  padding-left: 9px;
}
.steps li.active:first-child .left {
  background: none;
  padding-left: 0;
}
.steps li.active .right {
  background: url('../img/order/step-active-right.png') no-repeat right top;
  padding-right: 9px;
}
.steps li.active.last .right {
  background: none;
  padding-right: 0;
}
.payment-method .method {
  padding-left: 5px;
  padding-top: 17px;
  padding-bottom: 30px;
  text-align: center;
}
.payment-method .method li {
  display: inline-block;
  list-style-type: none;
  padding-left: 7px;
  padding-bottom: 6px;
}
.payment-method .method li > div {
  height: 70px;
  width: 231px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: #f8f8f8;
  box-shadow: 0 1px #fff;
  overflow: hidden;
  cursor: pointer;
}
.payment-method .method li.active > div {
  background: #fff;
}
.payment-method .method .tile-icon {
  height: 75px;
  line-height: 70px;
  padding-left: 5px;
  width: 64px;
  padding-right: 6px;
  float: left;
  overflow: hidden;
}
.payment-method .method .tile-icon > div {
  width: 70px;
  height: 55px;
}
.payment-method .method .tile-icon img {
  vertical-align: middle;
}
.payment-method .method .tile-content {
  width: 105px;
  height: 70px;
  float: left;
  overflow: hidden;
  padding: 0;
  padding-left: 10px;
  padding-top: 5px;
  background: transparent url('../img/panel/sep.png') no-repeat left center;
}
.payment-method .method .tile-content div {
  height: 65px;
  display: table;
}
.payment-method .method .tile-content strong {
  display: table-cell;
  padding-bottom: 6px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px;
}
.payment-method .method .tile-content strong a {
  font-size: 15px;
  color: #484848;
}
.payment-method .method .tile-content p {
  line-height: 18px;
  font-size: 14px;
  padding-right: 8px;
}
.payment-method .method-body li {
  list-style-type: none;
}
.payment-method .method-sub {
  padding-left: 7px;
  text-align: center;
}
.payment-method .method-sub li {
  display: inline-block;
  padding: 5px;
}
.payment-method .method-sub li > div:first-child {
  width: 110px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  list-style-type: none;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: #fff;
  padding: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.payment-method .method-sub li > div:first-child img {
  vertical-align: middle;
}
.payment-method .method-sub li > div {
  padding-top: 5px;
}
.payment-method .method-sub li > div label,
.payment-method .method-sub li > div input {
  vertical-align: middle;
}
.payment-description {
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
/** callendar **/
.callendar-menu {
  width: 185px;
  float: left;
  padding-right: 10px;
}
.callendar-content {
  width: 712px;
  float: left;
}
.callendar-full {
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: 0 3px #eaeaea;
  background: #fff;
}
.callendar-nav {
  background: #f3f3f3;
  padding: 10px 5px;
}
.callendar-nav .previous {
  float: left;
  width: 35%;
}
.callendar-nav .current {
  float: left;
  width: 30%;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  font-size: 14px;
}
.callendar-nav .button {
  height: 25px;
  line-height: 25px;
  padding: 0 4px;
  font-size: 12px;
}
.callendar-nav .button > span {
  display: inline-block;
  background: url('../img/callendar/arrow-prev.png') no-repeat left center;
  text-indent: 10px;
  line-height: 22px;
  vertical-align: top;
}
.callendar-nav .next .button > span {
  background: url('../img/callendar/arrow-next.png') no-repeat right center;
  text-indent: 0;
  padding-right: 10px;
  line-height: 22px;
  vertical-align: top;
}
.callendar-nav .next {
  float: right;
  width: 35%;
  text-align: right;
}
.callendar-full table tbody td.day {
  border: 1px solid #dee6ed;
}
.callendar-full table tbody td.day label {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
  background: #9FC6E7;
  border: 1px solid #1587BD;
  text-align: left;
  font-size: 80%;
  padding-left: 2px;
  cursor: pointer;
}
.callendar-full table tbody td.day label:hover {
  background: #A7D0F2;
}
.callendar-full table tbody td.day.past label {
  background: #E4EFF8;
  border: 1px solid #9FC6E7;
}
.callendar-full table tbody td.day.past label:hover {
  background: #EAF6FF;
}
.callendar-full table tbody td.day > div {
  position: relative;
}
.callendar-full table tbody td.day > div > div.day-body {
  width: 92px;
  height: 57px;
  padding: 5px 0;
  vertical-align: bottom;
  text-align: left;
  border: 1px solid transparent;
  cursor: pointer;
}
.callendar-full table tbody td.day .daynum {
  position: absolute;
  bottom: 1px;
  right: 4px;
}
.callendar-full table tbody td.day.current-month > div > div.day-body {
  background-color: #fafafb;
}
.callendar-full table tbody td.day.state-done {
  color: #4bb200;
}
.callendar-full table tbody td.day.state-done > div > div.day-body {
  background: #e9eff9 url('../img/callendar/done.png') no-repeat center center;
  border: 1px solid #4bb200;
}
.callendar-full table tbody td.day.state-todo {
  color: #4bb200;
}
.callendar-full table tbody td.day.state-todo > div > div.day-body {
  border: 1px solid #4bb200;
}
.callendar-full table tbody td.day.state-info {
  color: #76aee1;
}
.callendar-full table tbody td.day.state-info > div > div.day-body {
  background: #e9eff9 url('../img/callendar/info.png') no-repeat center center;
  border: 1px solid #76aee1;
}
.callendar-full table tbody td.day.state-current > div > div.day-body {
  background-color: #EFEFF0;
}
.callendar-full table tbody th > div > div {
  height: 69px;
}
.callendar-table {
  background: url('../img/callendar/table.png') repeat-x left top;
  padding-bottom: 5px;
}
.callendar-table .ruler {
  width: 90%;
  margin: 0 auto;
  height: 32px;
  background: url('../img/callendar/ruler.png') repeat-x left top;
}
.callendar-table table {
  border-collapse: collapse;
  margin: 0 auto;
}
.callendar-table .more-labels {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: gold;
  line-height: 11px;
  margin: 1px;
  font-size: 11px;
  padding: 0 1px;
}
.callendar-table .more-labels:hover {
  background-color: #F4AF00;
}
.callendar-table thead th > div {
  border-left: 1px solid #8ecadd;
}
.callendar-table thead th.day-of-week-label-0 > div {
  border-left: none;
  background: url('../img/callendar/days-left.png') no-repeat left top;
  padding-left: 5px;
}
.callendar-table thead th.day-of-week-label-6 > div {
  background: url('../img/callendar/days-right.png') no-repeat right top;
  padding-right: 5px;
}
.callendar-table thead th > div > div {
  height: 31px;
  line-height: 31px;
  color: #fff;
  background: url('../img/callendar/days-center.png') repeat-x left top;
}
.callendar-table tbody th > div {
  width: 27px;
  text-align: center;
  background: url('../img/callendar/week-back.png') repeat-y left top;
}
.callendar-table tbody th > div > div {
  line-height: 69px;
}
.callendar-table tbody th.week-label-0 > div > div {
  background: url('../img/callendar/week-top.png') no-repeat left top;
}
.callendar-table tbody th.week-label-5 > div > div {
  background: url('../img/callendar/week-bottom.png') no-repeat left bottom;
}
.callendar-actions {
  padding: 5px 0;
}
.callendar-actions .left {
  float: left;
  width: 55%;
}
.callendar-actions .right {
  float: right;
  width: 40%;
  text-align: right;
}
.callendar-events li {
  list-style-type: none;
  padding: 1px 5px;
  padding-left: 25px;
  background: url('../img/callendar/punctor.png') no-repeat 10px 7px;
}
.callendar-events li strong {
  padding-right: 5px;
}
.callendar-events li a {
  padding: 0 2px;
  display: inline-block;
  background: #E7F4FA;
  border: 1px solid #DBE8EE;
  margin-right: 2px;
}
.callendar-events li a:hover {
  background: #DDE9EF;
}
.callendar-events li p {
  font-style: italic;
}
.callendar-events li.current {
  background-color: #e9eff9;
}
.callendar-events .no-events {
  padding: 10px;
}
.form-contact .column-title {
  border-bottom: 0;
  background: url('../img/contact/help.png') no-repeat left center;
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}
.form-contact .column-title span {
  font-size: 23px;
  font-weight: bold;
  color: #000;
}
.form-contact h4 {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
}
.form-contact .faq-content {
  padding-bottom: 25px;
}
.form-contact .faq-content:first-child {
  padding-top: 14px;
}
.form-contact .columns li:last-child .column-title {
  background: url('../img/contact/address.png') no-repeat left center;
}
.form-contact a.button,
.form-contact input[type=submit] {
  width: 155px;
  height: 38px;
  line-height: 38px;
}
.form-contact .columns > li {
  width: 30%;
  float: right;
}
.form-contact .columns > li:first-child {
  width: 60%;
  min-height: 450px;
  padding-left: 20px;
  float: left;
}
.form-contact #form_row_name,
.form-contact #form_row_email {
  float: left;
  width: 45%;
}
.form-contact #input_name,
.form-contact #input_email {
  width: 190px;
}
.form-contact #form_row_body {
  clear: both;
}
.form-contact #input_body {
  width: 448px;
}
.form-contact #recaptcha_response_field {
  height: 23px;
}
.form-contact .fields > li,
.form-contact .fields > li .label,
.form-contact .fields > li .field {
  width: auto;
  float: none;
}
.form-contact .fields > li.row-subbox {
  padding-left: 60px;
  padding-bottom: 50px;
  line-height: 20px;
}
.form-contact .fields > li > .label {
  width: auto;
}
.form-contact input[type="text"],
.form-contact input[type="password"] {
  width: 303px;
  height: 37px;
}
.form-contact .fields > li > .form-error-pch > .form-error {
  padding-left: 0;
}
.form-contact .button {
  background-color: #f7f7f7;
  background-image: linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 41%);
  background-image: -o-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 41%);
  background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 41%);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 41%);
  background-image: -ms-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 41%);
  -pie-background: linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(0.41, #f7f7f7));
  border-color: #cecece;
  color: #000;
  text-shadow: none;
}
.form-contact .button:hover {
  background-color: #eeeeee;
  background-image: linear-gradient(bottom, #eeeeee 0%, #eeeeee 41%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #eeeeee 41%);
  background-image: -moz-linear-gradient(bottom, #eeeeee 0%, #eeeeee 41%);
  background-image: -webkit-linear-gradient(bottom, #eeeeee 0%, #eeeeee 41%);
  background-image: -ms-linear-gradient(bottom, #eeeeee 0%, #eeeeee 41%);
  -pie-background: linear-gradient(bottom, #eeeeee 0%, #eeeeee 41%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.41, #eeeeee));
}
/*
@tablet: ~"only screen and (min-width: 720px) and (max-width: 959px)";
	
@media @tablet {
	
	#head > div, #middle-in2 > div, .ajax-bar, #splash-in, #bottom > div {
		width: auto;
		margin: 0 auto;
	}
	
	#logo, #top-links, #newsletter, #top,
	#menu li.search, #footer-links
	{
		display: none;
	}
	
	#head.with-submenu {
		background-position: left -3px;
		height: auto;
	}
	
	.box > .ml {
		border: none;
	}
	
	.box > .ml > .mr {
		padding: 0;
	}
	
	.box > .bl {
		display: none;
	}
	
	#bottom {
		background: none;
	}
	
	#footer > div {
		width: auto;
	}
	
	#menu > ul, #submenu > ul {
		padding: 0 5px;
	}
	
}
*//* Dropdown control */
.selectBox-dropdown {
  position: relative;
  height: 24px;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fafcfc;
  border-top: 2px solid #e4eaea;
  border-left: 1px solid #e4eaea;
  border-bottom: 1px solid #e4eaea;
  border-right: 2px solid #e4eaea;
  border-radius: 3px;
  display: inline-block;
  cursor: default;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  display: block;
  padding: 0 4px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #000;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 24px;
  padding: 0;
  margin: 0;
  background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB;
  /* should be the same border width as .selectBox-dropdown */

  background: #FFF;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
