#remotix_product_header {
  background-image: url('/static/i/products/remotix/header_background.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}
#remotix_macnew_product_header {
  background-image: url('/static/i/products/remotix/header_background_new_mac.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}
#remotix_winnew_product_header {
  background-image: url('/static/i/products/remotix/windows/3.0/header.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}
#remotix_kiosk_product_header {
  background-image: url('/static/i/products/remotix/kiosk/bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 70px;
}
#remotix_ios_product_header {
  background-image: url('/static/i/products/remotix/ios/5.0/header.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}
#remotix_android_product_header {
  background-image: url('/static/i/products/remotix/android/5.0/header.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}
#flexiglass_product_header {
  background-image: url('/static/i/products/flexiglass/header_background.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}

#other_product_header {
  background-image: url('/static/i/products/shortcuts/header_background.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}

.product_banner_text {
  position: absolute;
  color: white;
  top: 60px;
  left: 261px;
}

.product_banner_text h2 {
  color: white;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

.block_vnc .product_banner_text, .block_rdp .product_banner_text {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 232px;
  line-height: 20px;
}

.block_vnc .product_banner_text h2, .block_rdp .product_banner_text h2 {
  color: white;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
  font-size: 36px;
  line-height: 42px;
}

.product_logo {
  margin-left: 30px;
  margin-top: 70px;
}

.block_rdp .product_logo, .block_vnc .product_logo {
  margin-left: 0px;
  margin-top: 30px;
}

.product_short_description {
  margin-bottom: 100px;
}

.product_description {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.product_description_kiosk {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.product_description:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
.product_description_kiosk:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
.product_description_item {
  width: 440px;
  height: 280px;
  float: left;
  margin-right: 20px;
}
.product_description_item:last-of-type {
  float: right;
  margin-right: 0px;
}
.product_download_button {
  margin-left: 10px;
}

.products_sidebar {
  float:right;
  width:296px;
  padding-top: 20px;
}

.product_main {
  float:left;
  width:660px;
}

.testimonials_top {
  background-image: url('/static/i/products/testimonials_top_bg.png');
  background-repeat: no-repeat;
  margin-bottom: -20px;
}

.testimonials_content {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  background-image: url('/static/i/products/testimonials_middle_bg.png');
  background-repeat: repeat-y;
  padding-bottom: 4px;
}

.testimonials_bottom {
  background-image: url('/static/i/products/testimonials_bottom_bg.png');
  background-repeat: no-repeat;
  height: 36px;
}

.testimonials_buttons {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 3px;
}

.product_requirements {
  margin-top: 30px;
  padding-bottom: 20px;
}

.requirements_top {
  background-image: url('/static/i/products/testimonials_top_bg.png');
  background-repeat: no-repeat;
  margin-bottom: -20px;
}

.requirements_content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 5px;
  background-image: url('/static/i/products/testimonials_middle_bg.png');
  background-repeat: repeat-y;
}

.requirements_bottom {
  background-image: url('/static/i/products/requirements_bottom_bg.png');
  background-repeat: no-repeat;
}

.feature {
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.feature h4 {
  margin-top: 0px;
}

.feature img {
  padding-top: 10px;
}

.feature-holder:last-child {
  margin-bottom: 30px;
}

#product_gallery {
  float:left;
  width:660px;
}

.product_screenshot_item {
  width: 200px;
  height: 150px;
  float: left;
  margin-right: 20px;
}

#price_label {
  position: absolute;
  background-image: url('/static/i/products/price_label.png');
  height: 63px;
  width: 95px;
  margin-left: 260px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
  font-size: 16pt;
  padding-top: 15px;
}

#price_label_ios {
  position: absolute;
  background-image: url('/static/i/products/price_label_new.png');
  background-position: center top;
  height: 55px;
  width: 86px;
  margin-left: 260px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
  font-size: 20px;
  padding-top: 15px;
}
#price_label_ios .oldprice {
  display: block;
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 14px;
  text-shadow: none;
}

.slides_container {
  width:256px;
  /*height:170px;*/
  overflow: hidden;
  cursor: pointer;
}

.slides_container ul, .slides_container li{
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
  display:block;
}
.slides_container li {
    width:256px;
    overflow:hidden;
}

#download_buttons {
  position: absolute;
  height: 60px;
  left: 251px;
  top: 192px;
  text-align: left;
  padding-top: 10px;
}

.block_vnc #download_buttons, .block_rdp #download_buttons {
  position: absolute;
  height: 60px;
  left: 200px;
  top: 192px;
  text-align: left;
  padding-top: 10px;
}
.relative {
  position: relative;
}
.second-button {
  margin-left: 7px;
}
.product_description_item h3 {
  margin-top: 0px;
  padding-top: 0px;
}
.product_description_item h3.kiosk-features {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px
}
.product_description_item h3.kiosk-main  {
  margin-top: 15px;
  margin-bottom: 15px;

}
  button.downlodad {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 30px 10px 30px;
  background: #34ade5; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YWRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNhZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #34ade5 0%, #003ae6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34ade5), color-stop(100%,#003ae6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #34ade5 0%,#003ae6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #34ade5 0%,#003ae6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #34ade5 0%,#003ae6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #34ade5 0%,#003ae6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34ade5', endColorstr='#003ae6',GradientType=0 ); /* IE6-8 */
  border-radius: 3px;
  border: 1px solid #367BB1;
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
    vertical-align: top;
    margin: 0;
    height: 64px;
}
button.purchase {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 30px;
  background: #3bdb88; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiZGI4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTkyMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #3bdb88 0%, #0e9233 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3bdb88), color-stop(100%,#0e9233)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3bdb88 0%,#0e9233 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3bdb88 0%,#0e9233 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3bdb88 0%,#0e9233 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #3bdb88 0%,#0e9233 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bdb88', endColorstr='#0e9233',GradientType=0 ); /* IE6-8 */
  border-radius: 3px;
  border: 1px solid #499B49;
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
  margin: 0;
  height: 64px;
  line-height: 38px;
  vertical-align: top;
}
button.downlodad span,button.purchase span {
  font-size: 22px;
}
.product_screenshot_item a img {
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
  background: #FFF;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block_vnc {
  width: 432px;
  float: left;
  position: relative;
}
.block_rdp {
  width: 432px;
  float: right;
  position: relative;
}
.bigshot img {
  width: 386px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 18px;
  margin-left: 18px;
}
.mainshot img {
  width: 380px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-left: 18px;
  float: right;
}
.smallshot img {
  width: 170px;
  padding: 5px;
  float: left;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 18px;
  margin-left: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.product_description_item a img, .product_description_item iframe {
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
  background: #FFF;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#page_content {
  overflow: hidden;
}
#help-links {
  position: absolute;
  text-align: right;
  right: 0;
  top: 156px;
}
#help-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  margin-left: 24px;
  font-family: 'helveticaneuecyrlight', Helvetica, Arial, sans-serif;
}
#help-links a img {
  text-decoration: none;
  vertical-align: text-bottom;
  margin-right: 9px;     
}
