/* main.css */

.wrapper {
  width: 100%;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: '';
}
.wrapper:after {
  clear: both;
}
.container-wide {
  position: relative;
  width: 910px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container-wide:before,
.container-wide:after {
  display: table;
  content: '';
}
.container-wide:after {
  clear: both;
}
.container {
  position: relative;
  width: 910px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: '';
}
.container:after {
  clear: both;
}
#content {
  margin-bottom: 18px;
  *zoom: 1;
}
#content:before,
#content:after {
  display: table;
  content: '';
}
#content:after {
  clear: both;
}
.sidebar {
  float: left;
  width: 162px;
  min-height: 1px;
  margin-right: 20px;
}
.sidebar ul {
  margin: 0;
  list-style: none;
}
.sidebar ul a {
  display: block;
  width: 162px;
  padding: 2px 0;
}
.sidebar .filter-group {
  margin: 9px 0;
}
.sidebar .filter-group > h4 {
  margin-bottom: 9px;
}
.sidebar .filter-group > h4 > a {
  display: block;
}
.sidebar .filter-group > h4 .icon-tooltip {
  float: right;
  visibility: hidden;
}
.sidebar .filter-group > h4.has-tooltip .icon-tooltip {
  visibility: visible;
}
.sidebar-right {
  float: right;
  width: 270px;
}
.main {
  float: left;
  position: relative;
  width: 728px;
  min-height: 200px;
  *zoom: 1;
}
.main:before,
.main:after {
  display: table;
  content: '';
}
.main:after {
  clear: both;
}
#content.sidebar-r .main {
  width: 620px;
}
#content.sidebar-lr .main {
  width: 438px;
}
header {
  z-index: 99;
  position: relative;
}
header .logo {
  float: left;
  margin-top: 10px;
}
header .logo img {
  max-width: none;
}
header nav {
  float: left;
  margin: 50px 0 0 10px;
}
header nav > ul {
  float: left;
  margin: 0;
  list-style: none;
}
header nav > ul > li {
  float: left;
  position: relative;
}
header nav > ul > li > a {
  position: relative;
  display: block;
  padding: 2px 10px;
}
header nav .dropdown-menu {
  left: -10px;
}
header nav .dropdown-menu .col {
  float: left;
  padding: 10px;
  width: 155px;
  height: 'auto';
}
header .search {
  position: absolute;
  right: 0;
  top: 50px;
  float: right;
}
header .search label {
  display: none;
}
header .search input {
  width: 172px;
}
header .secondary-nav {
  position: absolute;
  top: 0;
  right: 0;
}
header .secondary-nav a {
  white-space: nowrap;
}
header .account {
  float: left;
  background-color: #f5f5f5;
}
header .account > ul {
  margin: 0;
  list-style: none;
}
header .account > ul > li {
  float: left;
  border-right: 1px solid #fff;
}
header .account > ul > li > a {
  display: block;
  padding: 5px 10px;
}
header .account > ul > li.cart {
  border-right: none;
}
header .header-copy {
  position: absolute;
  top: 18px;
  left: 74px;
  font-weight: bold;
}
header .country {
  float: left;
  position: relative;
  background-color: #f5f5f5;
  margin-left: 10px;
}
header .country .dropdown {
  display: block;
  padding: 5px 10px;
}
header .country img {
  display: inline-block;
  margin: -2px 4px 0 0;
}
header .country .dropdown-menu {
  left: -10px;
}
header .country .dropdown-menu > ul {
  margin: 5px 10px;
}
header .country .dropdown-menu > ul > li {
  border-bottom: 1px solid #f5f5f5;
}
header .country .dropdown-menu > ul > li.last {
  border-bottom: none;
}
header.slim-header {
  z-index: 99;
  position: relative;
}
header.slim-header .logo {
  float: left;
  margin-top: 9px;
}
header.slim-header .logo img {
  max-width: none;
}
header.slim-header .cart-link {
  float: right;
  margin: 9px 10px 0 0;
}
header.slim-header .slim-header-copy {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-weight: bold;
}
.breadcrumb-trail {
  margin-top: 18px;
  margin-bottom: 18px;
  *zoom: 1;
}
.breadcrumb-trail:before,
.breadcrumb-trail:after {
  display: table;
  content: '';
}
.breadcrumb-trail:after {
  clear: both;
}
.breadcrumb-trail > ul {
  margin: 0;
  list-style: none;
}
.breadcrumb-trail > ul > li {
  float: left;
}
.breadcrumb-trail > ul > li.separator {
  padding: 0 10px;
}
.section-header {
  padding: 18px 0 18px 20px;
  margin: 18px auto;
  background: #0f67a1;
  color: #fff;
}
.section-header h1 {
  color: #fff;
}
.category-header {
  margin: 18px auto;
  background: #0f67a1;
  *zoom: 1;
}
.category-header:before,
.category-header:after {
  display: table;
  content: '';
}
.category-header:after {
  clear: both;
}
.category-header .intro {
  float: left;
  width: 239px;
  padding: 40px 20px 9px;
  color: #fff;
}
.category-header .intro h1 {
  color: #fff;
}
.category-header .banner {
  width: 631px;
  float: right;
}
.checkout-header {
  background-color: #0f67a1;
  text-align: center;
  margin: 18px auto;
  padding: 18px 0;
}
.checkout-header ol {
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
}
.checkout-header ol > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}
.checkout-header ol > li > a {
  display: block;
}
.checkout-header ol > li.last {
  margin-right: 0;
}
.checkout-header ol > li {
  margin: 0;
  list-style: none;
  display: inline-block;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
.checkout-header ol > li > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}
.checkout-header ol > li > li > a {
  display: block;
}
.checkout-header ol > li > li.last {
  margin-right: 0;
}
.checkout-header ol > li.active {
  font-weight: bold;
}
.error-page h1 {
  margin-top: 36px;
}
footer {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .summary {
  float: left;
  width: 352px;
  overflow: hidden;
  margin-right: 20px;
}
footer .summary .sub-nav {
  overflow: hidden;
  margin: 18px 0;
}
footer .summary .sub-nav > h4 {
  float: left;
  margin-right: 20px;
}
footer .summary .sub-nav > ul {
  float: left;
  font-weight: bold;
  margin: 0;
  list-style: none;
  *zoom: 1;
}
footer .summary .sub-nav > ul:before,
footer .summary .sub-nav > ul:after {
  display: table;
  content: '';
}
footer .summary .sub-nav > ul:after {
  clear: both;
}
footer .summary .sub-nav > ul > li {
  float: left;
  margin-right: 10px;
  border-right: 1px solid #999;
}
footer .summary .sub-nav > ul > li > a {
  display: block;
  margin-right: 10px;
}
footer .summary .sub-nav > ul > li.last {
  margin-right: 0;
  border-right: none;
}
footer .summary .sub-nav > ul > li.last > a {
  margin-right: 0;
}
footer .links {
  float: left;
  width: 166px;
  overflow: hidden;
  margin-right: 20px;
}
footer .links > ul {
  margin: 0;
  list-style: none;
}
footer .links.last {
  margin-right: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  min-width: 160px;
  z-index: 99;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu ul {
  margin: 0;
  list-style: none;
}
.dropdown-menu ul > li > a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  line-height: 18px;
}
.dropdown-menu ul > li > a.active {
  background: #f5f5f5;
}
.dropdown-menu .menu .submenu {
  display: none;
}
.bttn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 16px;
  border: 0;
  margin: 0;
  background-color: #ddd;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  *border: 0;
  *margin-left: 0.3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bttn:first-child {
  *margin-left: 0;
}
.bttn .hover,
.bttn:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #1a1a1a;
  text-decoration: none;
}
.bttn:active {
  background-color: #ababab;
}
.bttn.disabled,
.bttn[disabled] {
  cursor: default;
  background-color: #ddd;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bttn.disabled:hover,
.bttn[disabled]:hover {
  border-color: #ddd;
}
.bttn-alt {
  background-color: #ddd;
  border-color: #ddd;
  color: #333;
}
.bttn-alt:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #1a1a1a;
}
.bttn-alt:active {
  background-color: #ababab;
}
.bttn-alt.disabled,
.bttn-alt[disabled] {
  background-color: #ddd;
}
.bttn-alt.disabled:hover,
.bttn-alt[disabled]:hover {
  border-color: #c4c4c4;
}
.bttn-primary {
  background-color: #0f67a1;
  border-color: #0f67a1;
  color: #fff;
}
.bttn-primary:hover {
  background-color: #1385d0;
  border-color: #1385d0;
  color: #fff;
}
.bttn-primary:active {
  background-color: #0f67a1;
}
.bttn-primary.disabled,
.bttn-primary[disabled] {
  background-color: #0f67a1;
}
.bttn-primary.disabled:hover,
.bttn-primary[disabled]:hover {
  border-color: #1385d0;
}
.bttn-active {
  background-color: #51a351;
  border-color: #51a351;
  color: #fff;
}
.bttn-active:hover {
  background-color: #6fb86f;
  border-color: #6fb86f;
  color: #fff;
}
.bttn-active:active {
  background-color: #51a351;
}
.bttn-active.disabled,
.bttn-active[disabled] {
  background-color: #51a351;
}
.bttn-active.disabled:hover,
.bttn-active[disabled]:hover {
  border-color: #6fb86f;
}
.bttn-dropdown {
  position: relative;
}
.bttn-dropdown .icon-dropdown {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.bttn-sm {
  font-size: 11px;
  line-height: 16px;
  padding: 3px 8px;
}
.bttn-block {
  display: block;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bttn-icon {
  padding-left: 6px;
  padding-right: 6px;
}
a.close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('/static/images/close.png') no-repeat;
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.alert {
  background-color: #ffc741;
  margin-bottom: 18px;
  padding: 9px 20px;
}
.thumbnails {
  margin: 0;
  list-style: none;
}
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-right: 20px;
}
.thumbnails > li > a {
  display: block;
}
.thumbnails > li > a .title {
  display: block;
}
.loading {
  background-image: url('/static/images/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.loading-alt {
  background-image: url('/static/images/loading-alt.gif');
}
.loading-block {
  display: block;
  min-height: 16px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.loading-overlay {
  z-index: 1;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 10px;
  width: 215px;
  padding: 18px 20px;
  background: #fff;
  z-index: 99;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.tooltip .arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent url('/static/images/tooltip-arrow.png') no-repeat top
    left;
  width: 18px;
  height: 26px;
  margin: -13px 0 0 -15px;
}
.ui-widget-content.ui-tabs,
.ui-tabs {
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
}
.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav,
.ui-tabs .ui-widget-header.ui-tabs-nav,
.ui-widget-content.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
  *zoom: 1;
  margin: 0;
  list-style: none;
  background-color: #f5f5f5;
  background-image: none;
  border-width: 0;
  padding: 0;
}
.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav:before,
.ui-tabs .ui-widget-header.ui-tabs-nav:before,
.ui-widget-content.ui-tabs .ui-tabs-nav:before,
.ui-tabs .ui-tabs-nav:before,
.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav:after,
.ui-tabs .ui-widget-header.ui-tabs-nav:after,
.ui-widget-content.ui-tabs .ui-tabs-nav:after,
.ui-tabs .ui-tabs-nav:after {
  display: table;
  content: '';
}
.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav:after,
.ui-tabs .ui-widget-header.ui-tabs-nav:after,
.ui-widget-content.ui-tabs .ui-tabs-nav:after,
.ui-tabs .ui-tabs-nav:after {
  clear: both;
}
.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li,
.ui-tabs .ui-widget-header.ui-tabs-nav > li,
.ui-widget-content.ui-tabs .ui-tabs-nav > li,
.ui-tabs .ui-tabs-nav > li {
  float: left;
  white-space: nowrap;
  background-image: none;
  background: none;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li > a,
.ui-tabs .ui-widget-header.ui-tabs-nav > li > a,
.ui-widget-content.ui-tabs .ui-tabs-nav > li > a,
.ui-tabs .ui-tabs-nav > li > a {
  display: block;
  padding: 9px 20px;
}
.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li.ui-state-active,
.ui-tabs .ui-widget-header.ui-tabs-nav > li.ui-state-active,
.ui-widget-content.ui-tabs .ui-tabs-nav > li.ui-state-active,
.ui-tabs .ui-tabs-nav > li.ui-state-active {
  background-color: #0f67a1;
}
.ui-widget-content.ui-tabs
  .ui-widget-header.ui-tabs-nav
  > li.ui-state-active
  > a,
.ui-tabs .ui-widget-header.ui-tabs-nav > li.ui-state-active > a,
.ui-widget-content.ui-tabs .ui-tabs-nav > li.ui-state-active > a,
.ui-tabs .ui-tabs-nav > li.ui-state-active > a {
  color: #fff;
}
.ui-widget-content.ui-tabs .ui-tabs-panel,
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 18px 20px;
  *zoom: 1;
}
.ui-widget-content.ui-tabs .ui-tabs-panel:before,
.ui-tabs .ui-tabs-panel:before,
.ui-widget-content.ui-tabs .ui-tabs-panel:after,
.ui-tabs .ui-tabs-panel:after {
  display: table;
  content: '';
}
.ui-widget-content.ui-tabs .ui-tabs-panel:after,
.ui-tabs .ui-tabs-panel:after {
  clear: both;
}
.ui-widget-content.ui-tabs .ui-tabs-hide,
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.pager-nav .pager-numbers {
  float: left;
  margin-right: 8px;
}
.pager-nav .pager-numbers a,
.pager-nav .pager-numbers span {
  display: inline-block;
  line-height: 24px;
  padding: 0 4px;
}
.pager-nav .pager-buttons {
  float: left;
}
.share-box {
  padding: 18px 0;
  *zoom: 1;
}
.share-box:before,
.share-box:after {
  display: table;
  content: '';
}
.share-box:after {
  clear: both;
}
.share-box h2 {
  float: left;
  margin-right: 15px;
}
.share-box .addthis_toolbox {
  margin-top: 4px;
  overflow: hidden;
}
.slides {
  position: relative;
}
.slides .slides_container {
  background: transparent url('/static/images/loading-alt.gif') no-repeat center
    center;
}
.slides .prev,
.slides .next {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 11;
}
.slides .prev {
  left: 20px;
}
.slides .next {
  right: 20px;
}
.slides .pagination {
  margin: 0;
  list-style: none;
  margin: 9px 0;
  text-align: center;
}
.slides .pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.slides .pagination li a {
  display: block;
}
.slides .video-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  background-position: top left;
}
.slides .video-sidebar h2 {
  margin: 65px 65px 0 25px;
  line-height: normal;
}
.slides .video-sidebar p {
  margin: 4px 65px 0 25px;
}
.slides .video-sidebar .bttn {
  margin: 18px 25px 0;
}
.editor-info-bar {
  height: 18px;
  width: 100%;
  position: absolute;
  text-align: center;
  background-color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 2;
}
.simplemodal-overlay {
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.simplemodal-container a.close {
  z-index: 1;
}
.modal {
  *zoom: 1;
  background-color: #fff;
  position: relative;
  min-width: 300px;
}
.modal:before,
.modal:after {
  display: table;
  content: '';
}
.modal:after {
  clear: both;
}
.modal-header {
  padding: 20px 40px 0 20px;
}
.modal-body {
  padding: 20px 40px 20px 20px;
  position: relative;
}
.modal-footer {
  *zoom: 1;
  padding: 0 20px 20px;
  text-align: right;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: '';
}
.modal-footer:after {
  clear: both;
}
.modal-footer .bttn {
  margin-left: 10px;
}
#processing-modal {
  text-align: center;
  width: 500px;
}
#quick-look-modal {
  background-color: #fff;
  width: 724px;
  height: 400px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
#quick-look-modal:before,
#quick-look-modal:after {
  display: table;
  content: '';
}
#quick-look-modal:after {
  clear: both;
}
#quick-look-modal iframe {
  width: 724px;
  height: 1000px;
  border: none;
}
#quick-look-details {
  *zoom: 1;
}
#quick-look-details:before,
#quick-look-details:after {
  display: table;
  content: '';
}
#quick-look-details:after {
  clear: both;
}
#quick-look-details .image {
  float: left;
  width: 332px;
  height: 332px;
  margin-right: 40px;
}
#quick-look-details .details {
  float: left;
  width: 332px;
}
#quick-look-details .details > h1 {
  margin-bottom: 9px;
}
#quick-look-details .details .view-details {
  margin-top: 9px;
}
#compare-modal {
  background-color: #fff;
  width: 724px;
  height: 550px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
#compare-modal:before,
#compare-modal:after {
  display: table;
  content: '';
}
#compare-modal:after {
  clear: both;
}
#compare-modal iframe {
  width: 724px;
  height: 1000px;
  border: none;
}
#compare-details {
  *zoom: 1;
}
#compare-details:before,
#compare-details:after {
  display: table;
  content: '';
}
#compare-details:after {
  clear: both;
}
#compare-details th,
#compare-details td {
  width: 181px;
}
#video-modal {
  position: relative;
  background: #fff url('/static/images/loading.gif') no-repeat center center;
  padding: 40px;
}
#video-modal a.close {
  top: 15px;
  right: 15px;
}
.product-added-modal {
  position: fixed;
  z-index: 99;
  background: #fff;
  top: 30%;
  right: 20%;
  margin-top: -125px;
  margin-right: -175px;
  *max-width: 325px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.product-added-modal caption {
  padding: 0 20px 10px 0;
}
.product-added-modal td {
  padding-right: 0;
  padding-left: 0;
}
.product-added-modal .thumb {
  width: 75px;
}
.product-added-modal .description {
  width: 150px;
  padding-left: 10px;
}
.product-added-modal .price {
  text-align: right;
}
.product-added-modal .buttons {
  white-space: nowrap;
}
.product-added-modal .buttons a.continue-shopping {
  margin-left: 20px;
}
.jspContainer {
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspCap {
  display: none;
}
.jspTrack {
  background: #f5f5f5;
  position: relative;
}
.jspDrag {
  background: #0f67a1;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.jspHorizontalBar {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspHorizontalBar .jspTrack {
  height: 12px;
}
.jspHorizontalBar .jspDrag {
  top: -4px;
  height: 20px;
  background-image: url('/static/images/scroll-gripper.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.scfForm input,
.scfForm select,
.scfForm textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.scfForm a {
  text-decoration: underline;
}
.scfIntroBorder {
  margin-bottom: 9px;
}
.scfLegendAsDiv,
.scfSectionLegend {
  margin-bottom: 9px;
  font-weight: bold;
}
.scfValidator {
  display: block;
}
.scfValidatorRequired,
.scfRequired {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 0 0 5px;
  vertical-align: top;
}
.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder,
.scfSingleLineTextBorder,
.scfCheckboxBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder,
.scfCreditCardBorder,
.scfConfirmPasswordBorder,
.scfDateSelectorBorder,
.scfTelephoneBorder,
.scfSmsTelephoneBorder,
.scfCaptchaBorder,
.scfShortDate,
.scfShortText {
  padding-bottom: 9px;
  vertical-align: top;
}
.scfEmailTextBox,
.scfMultipleLineTextBox,
.scfSingleLineTextBox,
.scfPasswordTextBox,
.scfNumberTextBox,
.scfDateTextBox,
.scfRadioButtonList,
.scfCheckBoxList,
.scfFileUpload,
.scfConfirmPasswordTextBox,
.scfTelephoneTextBox,
.scfSmsTelephoneTextBox,
.scfCreditCardType,
.scfCreditCardTextBox,
.scfCaptchaTextBox {
  width: 100%;
  *width: 97%;
}
.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDateGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel,
.scfDateSelectorGeneralPanel,
.scfConfirmPasswordGeneralPanel,
.scfCreditCardGeneralPanel,
.scfTelephoneGeneralPanel,
.scfSmsTelephoneGeneralPanel,
.scfListBoxGeneralPanel,
.scfDropListGeneralPanel {
  width: 60%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.scfDropListUsefulInfo,
.scfEmailUsefulInfo,
.scfMultipleLineTextUsefulInfo,
.scfSingleLineTextUsefulInfo,
.scfCheckboxUsefulInfo,
.scfPasswordUsefulInfo,
.scfNumberUsefulInfo,
.scfDateUsefulInfo,
.scfRadioButtonListUsefulInfo,
.scfListBoxUsefulInfo,
.scfCheckBoxListUsefulInfo,
.scfFileUploadUsefulInfo,
.scfDateSelectorUsefulInfo,
.scfCreditCardTextUsefulInfo,
.scfConfirmPasswordUsefulInfo,
.scfTelephoneUsefulInfo,
.scfSmsTelephoneUsefulInfo,
.scfCaptchaUsefulInfo {
  display: block;
}
.scfSubmitButtonBorder {
  clear: both;
  margin: 18px 0;
}
.scfSubmitButtonBorder > input[type='submit'] {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 16px;
  border: 0;
  margin: 0;
  background-color: #ddd;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  *border: 0;
  *margin-left: 0.3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #0f67a1;
  border-color: #0f67a1;
  color: #fff;
}
.scfSubmitButtonBorder > input[type='submit']:first-child {
  *margin-left: 0;
}
.scfSubmitButtonBorder > input[type='submit'] .hover,
.scfSubmitButtonBorder > input[type='submit']:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #1a1a1a;
  text-decoration: none;
}
.scfSubmitButtonBorder > input[type='submit']:active {
  background-color: #ababab;
}
.scfSubmitButtonBorder > input[type='submit'].disabled,
.scfSubmitButtonBorder > input[type='submit'][disabled] {
  cursor: default;
  background-color: #ddd;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.scfSubmitButtonBorder > input[type='submit'].disabled:hover,
.scfSubmitButtonBorder > input[type='submit'][disabled]:hover {
  border-color: #ddd;
}
.scfSubmitButtonBorder > input[type='submit']:hover {
  background-color: #1385d0;
  border-color: #1385d0;
  color: #fff;
}
.scfSubmitButtonBorder > input[type='submit']:active {
  background-color: #0f67a1;
}
.scfSubmitButtonBorder > input[type='submit'].disabled,
.scfSubmitButtonBorder > input[type='submit'][disabled] {
  background-color: #0f67a1;
}
.scfSubmitButtonBorder > input[type='submit'].disabled:hover,
.scfSubmitButtonBorder > input[type='submit'][disabled]:hover {
  border-color: #1385d0;
}
.scfLabel {
  display: block;
}
.scfListBox,
.scfDropList {
  width: 100%;
}
.scfMultipleLineGeneralPanel {
  width: 90%;
}
.scfCheckbox > label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.scfRadioButtonListLabel {
  display: block;
  margin-bottom: 2px;
}
.scfRadioButtonListGeneralPanel table {
  margin-bottom: 0;
}
.scfRadioButtonListGeneralPanel table td {
  padding: 0;
}
.scfRadioButtonListGeneralPanel table label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.scfDateSelectorDay,
.scfDateSelectorMonth,
.scfDateSelectorYear {
  display: inline;
  margin: 0;
  width: 32%;
}
.scfDateSelectorLabel {
  display: block;
  margin-bottom: 2px;
}
.scfDateSelectorShortLabelDay,
.scfDateSelectorShortLabelMonth,
.scfDateSelectorShortLabelYear {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: xx-small;
  line-height: 10px;
  width: 32%;
}
.scfShortDate .scfDateSelectorDay,
.scfShortDate .scfDateSelectorShortLabelDay,
.scfShortDate .scfDateSelectorShortLabelMonth,
.scfShortDate .scfDateSelectorShortLabelYear {
  display: none;
}
.scfShortText .scfSingleLineGeneralPanel {
  width: 40%;
}
.scfCreditCardGeneralPanel {
  width: 40%;
}
.scfCaptcha img {
  max-width: none;
  border: 1px solid #000;
}
.scfCaptchStrongTextPanel {
  width: 182px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.scfCaptchaGeneralPanel table {
  width: 215px;
  margin-bottom: 0;
}
.scfCaptchaGeneralPanel td {
  padding: 0;
}
.scfCaptchaGeneralPanel td > br {
  margin: 4px 0;
}
.scfCaptchaGeneralPanel td > input {
  margin-left: 10px;
}
.scfCaptchaGeneralPanel embed {
  position: absolute;
  z-index: -10;
}
