html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background-color: #fff;
}

form {
  padding: 0px;
  margin: 0px;
}

img {
  border: 0px;
}

a {
  color: #126F9E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.left {
  float: left;
}

div.right {
  float: right;
}

div.clear {
  clear: both;
}

h1, h2 {
  margin-top: 0px;
}

div.l-toolbar-bottom {
  margin: 20px 0px 10px 24px;
  height: 24px;
}

div.l-toolbar-errors-message.myForm-errors-message-container {
  float: left;
  margin: 1px 0px 0px 6px;
}

div.l-toolbar-errors-message div.myForm-errors-message-text {
  color: #d52;
  border: 1px solid #ea9777;
  background-color: #fff6f6;
  padding: 2px 30px 2px 30px;
}

div#l_content {
  position: relative; /* ie bug */
  margin-bottom: 20px;
  min-height: 220px;
}

div#l_form_bottom {
  border-bottom: 2px solid #bccbd6;
  margin-bottom: 0px;
  height: 1px;
}

.myForm-message-container {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.myForm-message-text {
  font-size: 16px;
}

div#content {
  width: 980px;
  min-height: 650px;
  margin: 0 auto;
  background-image: url(/images/_layouts/frontend/header.jpg);
  background-repeat: no-repeat;
  position: relative;
  padding-top: 1px;
  padding-left: 1px;
}

div#footer {
  width: 980px;
  height: 385px;
  margin: -250px auto 0 auto;
  background-image: url(/images/_layouts/frontend/footer.jpg);
  background-repeat: no-repeat;
}

div#front-left {
  width: 347px;
  position: relative;
  margin-top: 174px;
  margin-left: 36px;
  float: left;
}

div#front-right {
  float: right;
  width: 570px;
  position: relative;
  margin-top: 174px;
  margin-right: 6px;
}

div#my-video {
  width: 347px;
  height: 210px;
  background-image: url(/images/_layouts/frontend/video-box.png);
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-left: 7px;
}

div#my-contacts {
  width: 347px;
  height: 210px;
  margin-top: 16px;
  background-image: url(/images/_layouts/frontend/contacts-box.png);
  background-repeat: no-repeat;
  position: relative;
}

div#my-contacts input,
div#my-contacts textarea {
  border: 0;
  width: 249px;
  position: absolute;
  left: 73px;
  font-size: 11px;
}

#contacts_name {
  top: 49px;
  height: 15px;
}

#contacts_email {
  top: 77px;
  height: 15px;
}

#contacts_text {
  top: 104px;
  height: 52px;
}

#contacts_send {
  display: block;
  position: absolute;
  top: 168px;
  left: 67px;
  width: 72px;
  height: 23px;
}

div#my-skype {
  width: 347px;
  height: 190px;
  margin-top: 24px;
  background-image: url(/images/_layouts/frontend/skype-box.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 5px;
}

div#my-skype a {
  display: block;
  position: relative;
  width: 300px;
  height: 39px;
  margin-top: 15px;
  text-decoration: none;
}

div#my-skype a .my-skype-name {
  position: absolute;
  top: 2px;
  left: 52px;
  font-size: 18px;
}

div#my-skype a:hover .my-skype-name {
  text-decoration: underline;
}

div#my-skype a .my-skype-status {
  position: absolute;
  top: 24px;
  left: 52px;
  font-size: 11px;
  color: #666;
}

table#my-top-menu {
  border-collapse: collapse;
  position: absolute;
  top: 116px;
  left: 230px;
  width: 719px;
  height: 40px;
}

table#my-top-menu div.my-top-menu-td-container {
  height: 28px;
  position: relative;
  text-align: center;
  padding-top: 12px;
}

table#my-top-menu div.my-top-menu-td-container a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

table#my-top-menu td.my-top-menu-selected a {
  text-decoration: underline;
}

table#my-top-menu td.my-top-menu-current a {
  text-decoration: none !important;
}

table#my-top-menu td {
  width: 1%;
  cursor: pointer;
}

table#my-top-menu td.my-top-menu-normal {
  background-image: url(/images/_layouts/frontend/top2-menu-normal-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0px;
}
table#my-top-menu td.my-top-menu-normal div.my-top-menu-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top2-menu-normal-left.png);
}

table#my-top-menu td.my-top-menu-first.my-top-menu-normal {
  background-image: url(/images/_layouts/frontend/top2-menu-normal-first-left.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0px;
}
table#my-top-menu td.my-top-menu-first.my-top-menu-normal div.my-top-menu-left {
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top2-menu-normal-first-right.png);
}

table#my-top-menu td.my-top-menu-last.my-top-menu-normal {
  background-image: url(/images/_layouts/frontend/top2-menu-normal-last-right.png);
}



table#my-top-menu td.my-top-menu-selected {
  background-image: url(/images/_layouts/frontend/top2-menu-selected-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0px;
}
table#my-top-menu td.my-top-menu-selected div.my-top-menu-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top2-menu-selected-left.png);
}

table#my-top-menu td.my-top-menu-first.my-top-menu-selected {
  background-image: url(/images/_layouts/frontend/top2-menu-selected-first-left.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0px;
}
table#my-top-menu td.my-top-menu-first.my-top-menu-selected div.my-top-menu-left {
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top2-menu-selected-first-right.png);
}

table#my-top-menu td.my-top-menu-last.my-top-menu-selected {
  background-image: url(/images/_layouts/frontend/top2-menu-selected-last-right.png);
}

/*
div#my-top-menu {
}

div#my-top-menu a {
  display: block;
  text-decoration: none;
  float: right;
}

div#my-top-menu a.my-top-menu-normal div.my-top-menu-left-first {
  width: 10px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-normal-left-first.png);
  float: right;
}

div#my-top-menu a.my-top-menu-normal div.my-top-menu-left {
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-normal-left.png);
  float: right;
}

div#my-top-menu a.my-top-menu-normal div.my-top-menu-body {
  height: 28px;
  background-image: url(/images/_layouts/frontend/top-menu-normal-body.png);
  float: right;
  font-size: 13px;
  color: #fff;
  padding: 12px 20px 0px 20px;
}

div#my-top-menu a.my-top-menu-normal div.my-top-menu-right {
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-normal-right.png);
  float: right;
}

div#my-top-menu a.my-top-menu-normal div.my-top-menu-right-last {
  width: 10px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-normal-right-last.png);
  float: right;
}

div#my-top-menu a.my-top-menu-selected div.my-top-menu-left-first {
  width: 10px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-selected-left-first.png);
  float: right;
}

div#my-top-menu a.my-top-menu-selected div.my-top-menu-left {
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-selected-left.png);
  float: right;
}

div#my-top-menu a.my-top-menu-selected div.my-top-menu-body {
  height: 28px;
  background-image: url(/images/_layouts/frontend/top-menu-selected-body.png);
  float: right;
  font-size: 13px;
  color: #fff;
  padding: 12px 20px 0px 20px;
}

div#my-top-menu a.my-top-menu-selected div.my-top-menu-right {
  width: 1px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-selected-right.png);
  float: right;
}

div#my-top-menu a.my-top-menu-selected div.my-top-menu-right-last {
  width: 10px;
  height: 40px;
  background-image: url(/images/_layouts/frontend/top-menu-selected-right-last.png);
  float: right;
}
*/

div#my-left-menu-empty {
  position: rerlative;
  margin-top: 174px;
  margin-left: 44px;
  width: 168px;
  height: 300px;
  float: left;
}

div#my-left-menu {
  position: rerlative;
  margin-top: 174px;
  margin-left: 34px;
  width: 168px;
  float: left;
}

div#my-left-menu .my-left-menu-header {
  width: 148px;
  height: 30px;
  background-image: url(/images/_layouts/frontend/left-menu-header.png);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 14px 0px 0px 20px;
}

div#my-left-menu .my-left-menu-footer {
  width: 168px;
  height: 61px;
  background-image: url(/images/_layouts/frontend/left-menu-footer.png);
}

div#my-left-menu ul {
  margin: 0px;
  padding: 0px;
}

div#my-left-menu ul li {
  display: block;
  list-style-type: none;
  background-image: url(/images/_layouts/frontend/left-menu-level-1.png);
  margin: 0px;
  height: 23px;
  padding-top: 5px;
}

div#my-left-menu ul li.my-left-menu-level-1.my-left-menu-1 {
  background-image: url(/images/_layouts/frontend/left-menu-level-1-1.png);
  padding-left: 20px;
  font-size: 13px;
}

div#my-left-menu ul li.my-left-menu-level-1.my-left-menu-2 {
  background-image: url(/images/_layouts/frontend/left-menu-level-1-2.png);
  padding-left: 20px;
  font-size: 13px;
}

div#my-left-menu ul li.my-left-menu-level-1.my-left-menu-3 {
  background-image: url(/images/_layouts/frontend/left-menu-level-1-3.png);
  padding-left: 20px;
  font-size: 13px;
}

div#my-left-menu ul li.my-left-menu-level-1.my-left-menu-4 {
  background-image: url(/images/_layouts/frontend/left-menu-level-1-4.png);
  padding-left: 20px;
  font-size: 13px;
}

div#my-left-menu ul li.my-left-menu-level-1.my-left-menu-5 {
  background-image: url(/images/_layouts/frontend/left-menu-level-1-5.png);
  padding-left: 20px;
  font-size: 13px;
}


div#my-left-menu ul li.my-left-menu-level-2 {
  background-image: url(/images/_layouts/frontend/left-menu-level-2.png) !important;
  padding-left: 30px !important;
  padding-top: 7px !important;
  height: 21px !important;
}
div#my-left-menu ul li.my-left-menu-level-2 a {
  font-size: 11px !important;
}

div#my-left-menu ul li.my-left-menu-level-3 {
  background-image: url(/images/_layouts/frontend/left-menu-level-3.png) !important;
  padding-left: 40px !important;
  height: 21px !important;
  padding-top: 7px !important;
}
div#my-left-menu ul li.my-left-menu-level-3 a {
  font-size: 11px !important;
}

div#my-left-menu ul li a {
  color: #fff;
}

div#my-left-menu ul.my-left-menu-level-3 li a {
  color: #A4C27E;
}


.my-left-menu-current a {
  text-decoration: underline;
}

div#content-body {
  position: relative;
  margin-top: 174px;
  margin-left: 20px;
  width: 544px;
  float: left;
}

.body-header {
  background-image: url(/images/_layouts/frontend/body-header.png);
  height: 5px;
  width: 544px;
}

.body {
  background-image: url(/images/_layouts/frontend/body.png);
  width: 484px;
  padding: 20px 30px;
}

.body-footer {
  background-image: url(/images/_layouts/frontend/body-footer.png);
  height: 6px;
  width: 544px;
}

.body-header-x {
  background-image: url(/images/_layouts/frontend/body-header.png);
  height: 5px;
  width: 544px;
}

.body-x {
  background-image: url(/images/_layouts/frontend/body.png);
  width: 542px;
/*  padding: 20px 15px 20px 25px; */
  padding: 0px 1px;
}

.body-footer-x {
  background-image: url(/images/_layouts/frontend/body-footer.png);
  height: 6px;
  width: 544px;
}

.body2-header {
  background-image: url(/images/_layouts/frontend/body2-header.png);
  height: 6px;
  width: 543px;
}

.body2 {
  background-image: url(/images/_layouts/frontend/body2-body.png);
  width: 523px;
  padding: 10px 0px 10px 20px;
}

.body2-footer {
  background-image: url(/images/_layouts/frontend/body2-footer.png);
  height: 6px;
  width: 543px;
}

#banners {
  margin-top: 175px;
  margin-right: 23px;
  width: 166px;
  float: right;
}

a#my-home-link {
  display: block;
  width: 174px;
  height: 135px;
  position: absolute;
  top: 25px;
  left: 40px;
}

.my-objects-box {
  margin-bottom: 17px;
}

table.my-objects-table {
  border-collapse: collapse;
  width: 97px;
  height: 97px;
  margin: 0px;
  padding: 0px;
}

table.my-objects-table td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  padding: 1px;
}

div.my-objects-title {
  font-family: Arial;
  font-size: 18px;
  color: #666;
  margin-top: 0px;
  margin-bottom: 20px;
}

a.my-objects-box-link {
  display: block;
  width: 97px;
  height: 97px;
  float: left;
  margin-right: 8px;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #D2D2D2;
}


a.my-objects-button-left {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background-image: url(/images/_layouts/frontend/button-left.png);
  margin-top: 33px;
  margin-right: 10px;
}

a.my-objects-button-right {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background-image: url(/images/_layouts/frontend/button-right.png);
  margin-top: 33px;
  margin-left: 0px;
}

#my-languages {
  position: absolute;
  top: 86px;
  right: 43px;
  width: 400px;
  text-align: right;
}

#my-languages img {
  position: relative;
  top: 1px;
  left: -2px;
}

#my-languages a {
  margin-left: 20px;
  font-size: 12px;
}

img.vip-photo-mini {
  width: 95px;
  height: 95px;
  float: left;
  border: 1px solid #D2D2D2;
  margin: 3px 3px 3px 6px;
  cursor: pointer;
}

img.vip-photo-mini-over {
  border: 4px solid #D2D2D2;
  margin: 0px 0px 0px 3px;
}


.vip-product-thumbs {
  position: absolute;
  top: 324px;
  left: 9px;
}

.vip-product-thumbs a {
  float: left;
  display: block;
  height: 104px;
  width: 104px;
  overflow: hidden;
  margin-left: 1px;
  position: relative;
}

.vip-product-thumbs a img {
  border: 1px solid #D2D2D2;
  position: relative;
  top: 3px;
  left: 3px;
}

.vip-product-thumbs a.selected img {
  border: 4px solid #D2D2D2;
  position: relative;
  top: 0px;
  left: 0px;
}

div.vip-product {
  position: absolute;
  top: 6px;
  left: 13px;
  width: 516px;
  height: 310px;
  color: #000;
  text-decoration: none;
}

div.vip-product a {
  display: block;
  width: 100%;
  height: 100%;
}

div.vip-product a img {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
}

div.vip-text {
  position: absolute;
  top: 0px;
  right: 13px;
  width: 232px;
  height: 310px;
  overflow: hidden;
}

div.vip-product-title {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  color: #000;
}

div.vip-product-description {
  line-height: 140%;
  margin-top: 5px;
  color: #666666;
}

