/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* `Global Classes
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tjustify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.nojot {
  list-style: none;
}
.nojot li {
  list-style: none;
  margin-left: 0;
}
.gap {
  margin-bottom: 30px;
  width: 100%;
}
.gaphalf {
  margin-bottom: 15px;
  width: 100%;
}
.gaptiny {
  margin-bottom: 8px;
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.nobottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.noleft {
  margin-left: 0;
}
.upper {
  text-transform: uppercase;
}
/* Mixins
-------------------------------------------------- */
/* 960 grid adjustments */
.pad_1 {
  margin-left: 10px;
}
.pad_2 {
  margin-left: 20px;
}
.pad_3 {
  margin-left: 30px;
}
.pad_4 {
  margin-left: 40px;
}
.neg_1 {
  margin-left: -10px;
}
.neg_2 {
  margin-left: -20px;
}
.neg_3 {
  margin-left: -30px;
}
.neg_4 {
  margin-left: -40px;
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*
#font {
  .shorthand(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .sans-serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: 'Open Sans', sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: "Georgia", Times New Roman, Times, sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .monospace(@weight: normal, @size: 12px, @lineHeight: 20px) {
    font-family: "Monaco", Courier New, monospace;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
}
*/
/* Variables
-------------------------------------------------- */
body.directory #contents {
  background: repeat-x center top #ffffff url("../../images/directory_bg_light.jpg");
}
body.directory #bd h1,
body.directory #bd h2 {
  text-transform: uppercase;
  color: #000000;
}
body.directory #bd h1 {
  font-size: 61px;
  line-height: 65px;
  margin-top: 70px;
  margin-bottom: 0;
}
body.directory #bd h2 {
  font-weight: normal;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 10px;
}
body.directory #bd h3 {
  font-weight: normal;
  font-size: 18px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 35px;
}
body.directory #bd .dir_menu {
  display: none;
  float: right;
  margin-top: 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  background-color: #f0f0f0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dedede), to(#f0f0f0));
  /* Konqueror */
  background-image: -moz-linear-gradient(#dedede, #f0f0f0);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#dedede, #f0f0f0);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #f0f0f0));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#dedede, #f0f0f0);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#dedede, #f0f0f0);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f0f0f0', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#dedede, #f0f0f0);
  /* the standard */
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
body.directory #bd .dir_menu ul {
  list-style: none;
  margin: 0;
  width: 95px;
}
body.directory #bd .dir_menu ul li {
  background: repeat-x center bottom url("../../images/directory_menu_divider.png");
  padding: 3px 0;
}
body.directory #bd .dir_menu ul li a {
  color: #848484;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
body.directory #bd .dir_menu ul li a:hover {
  color: #c9c0c0;
}
body.directory #bd .dir_menu ul li.last {
  background: none;
}
body.directory #bd em.help {
  color: #939393;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
}
body.directory #bd .most_recent {
  background: #f6f6f6;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  padding-right: 0;
  margin-bottom: 50px;
  margin-top: 40px;
}
body.directory #bd .most_recent h2 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 30px;
}
body.directory #bd .most_recent ul {
  list-style: none;
}
body.directory #bd .most_recent ul li {
  float: left;
  margin-right: 21px;
  width: 230px;
}
body.directory #bd .most_recent ul li.last {
  margin-right: 0;
}
body.directory #bd .most_recent ul li a {
  position: relative;
}
body.directory #bd .most_recent ul li a div {
  background: #ffffff no-repeat center center;
  height: 120px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 5px 10px;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body.directory #bd .most_recent ul li a span {
  position: absolute;
  top: -5px;
  left: -5px;
  background: url("../../images/directory_new.png");
  width: 54px;
  height: 60px;
  display: block;
  z-index: 9;
}
body.directory #bd .most_recent ul li a h3 {
  font-family: Open Sans Bold, Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
}
body.directory #bd .most_recent ul li a:hover div {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}
body.directory #bd .most_recent ul li a:hover h3 {
  color: #777777;
}
body.directory #bd #sb {
  color: #ABABAB;
  margin-right: 15px;
}
body.directory #bd #sb a {
  color: #999999;
}
body.directory #bd #sb #reset_button {
  -webkit-box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.25);
}
body.directory #bd #sb #reset_button span {
  background-image: url("../../images/restart_icon.png");
  padding-right: 15px;
}
body.directory #bd #sb .module {
  background: #f6f6f6;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}
body.directory #bd #sb .module h3 {
  background-color: #373737;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4b4b4b), to(#373737));
  /* Konqueror */
  background-image: -moz-linear-gradient(#4b4b4b, #373737);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#4b4b4b, #373737);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #373737));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#4b4b4b, #373737);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#4b4b4b, #373737);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#373737', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#4b4b4b, #373737);
  /* the standard */
  color: #ffffff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 9px;
  margin-bottom: 5px;
}
body.directory #bd #sb .module .horizontal {
  list-style: none;
  margin-left: 8px;
  margin-top: 5px;
  font-size: 11px;
}
body.directory #bd #sb .module .horizontal li {
  float: left;
  margin: 0 4px;
}
body.directory #bd #sb .module .horizontal li.active a {
  color: #000000;
}
body.directory #bd #sb .module .horizontal a {
  color: #ABABAB;
}
body.directory #bd #sb .module .horizontal a:hover {
  color: #000000;
}
body.directory #bd #sb .module .checks {
  list-style: none;
  margin-left: 8px;
  margin-bottom: 10px;
  height: 125px;
  overflow: hidden;
}
body.directory #bd #sb .module .checks.brands {
  height: 180px;
}
body.directory #bd #sb .module .checks.profiles {
  height: 150px;
}
body.directory #bd #sb .module .checks label {
  cursor: pointer;
  padding-left: 20px;
  background: url("../../images/checkbox_unchecked.png") no-repeat left center;
  width: 20px;
}
body.directory #bd #sb .module .checks label:hover {
  color: #000000;
}
body.directory #bd #sb .module .checks label.checked {
  background-image: url("../../images/checkbox_checked.png");
  color: #000000;
}
body.directory #bd #sb .module .checks input[type=checkbox] {
  margin-right: 5px;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
body.directory #bd #sb .module .checks.selected {
  color: #000000;
  height: auto;
  overflow: auto;
}
body.directory #bd #sb .module .toggle {
  font-size: 12px;
  text-transform: uppercase;
  color: #979797;
  font-weight: normal;
  margin-top: 5px;
}
body.directory #bd #sb .module .toggle ul {
  list-style: none;
}
body.directory #bd #sb .module .toggle ul li {
  float: left;
  cursor: pointer;
  margin-left: 5px;
  background: url("../../images/icon_radio.png") no-repeat left center;
  padding-left: 12px;
}
body.directory #bd #sb .module .toggle ul li:hover,
body.directory #bd #sb .module .toggle ul li.active {
  color: #ffffff;
  background-image: url("../../images/icon_radio_checked.png");
}
body.directory #bd #sb .module .toggle ul li.active {
  cursor: default;
}
body.directory #bd #sb .module .profiles_select .menu {
  list-style: none;
  margin-left: 8px;
  margin-top: 5px;
  font-size: 11px;
  float: right;
  margin-right: 10px;
  margin-bottom: 0;
}
body.directory #bd #sb .module .profiles_select .menu li {
  float: left;
  margin: 0 4px;
}
body.directory #bd #sb .module .profiles_select .menu li.active a {
  color: #000000;
}
body.directory #bd #sb .module .profiles_select .menu a {
  color: #ABABAB;
}
body.directory #bd #sb .module .profiles_select .menu a:hover {
  color: #000000;
}
body.directory #bd #sb .module .profiles_select .menu li {
  text-decoration: underline;
}
body.directory #bd #sb .module .profiles_select .checks li {
  margin-bottom: 5px;
  min-height: 31px;
}
body.directory #bd #sb .module .profiles_select .checks li img {
  vertical-align: top;
  margin-right: 5px;
}
body.directory #bd #sb .module .profiles_select .checks li label {
  width: 110px;
  display: inline-block;
  line-height: 14px;
  background: none;
  padding-left: 0;
}
body.directory #bd #sb .module .profiles_select .checks li label input[type=checkbox] {
  margin-right: 0;
}
body.directory #bd #sb .module .profiles_select .checks li span.box {
  vertical-align: top;
  background: url("../../images/checkbox_unchecked.png") no-repeat left center;
  margin-left: 25px;
  width: 14px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  margin-top: 3px;
}
body.directory #bd #sb .module .profiles_select .checks li span.box.on {
  background-image: url("../../images/checkbox_checked.png");
}
body.directory #bd #sb .module .tabs .tabList a span {
  background-image: none;
}
body.directory #bd #sb #filterInput {
  display: none;
}
body.directory #bd #sb #filterInput input {
  width: 98%;
  padding: 5px 2px;
}
body.directory #bd #sb #filterLink {
  background: left center no-repeat url("../../images/link_icon.png");
  padding: 3px 0 3px 25px;
  margin-bottom: 5px;
  display: block;
}
body.directory #bd #sb #filterLink:hover {
  color: #000000;
}
body.directory #bd #listing {
  float: left;
  width: 742px;
}
body.directory #bd .search {
  float: right;
  position: absolute;
  top: 5px;
  right: 0;
  margin-top: -40px;
}
body.directory #bd .search input[type=text] {
  background-color: #ebebeb;
  border: none;
  padding: 4px 8px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  width: 130px;
  color: #898989;
}
body.directory #bd .search input[type=text]:hover,
body.directory #bd .search input[type=text]:focus {
  color: #000000;
}
body.directory #bd .search button {
  border: none;
  height: 25px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #363636;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#686868), to(#363636));
  /* Konqueror */
  background-image: -moz-linear-gradient(#686868, #363636);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#686868, #363636);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #686868), color-stop(100%, #363636));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#686868, #363636);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#686868, #363636);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#363636', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#686868, #363636);
  /* the standard */
  padding: 0;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 0;
  cursor: pointer;
  overflow: hidden;
}
body.directory #bd .search button:hover {
  background-color: #000000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  /* Konqueror */
  background-image: -moz-linear-gradient(#000000, #000000);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#000000, #000000);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#000000, #000000);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#000000, #000000);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#000000, #000000);
  /* the standard */
}
body.directory #bd .search button:hover span {
  background-image: url("../../images/icon_search_directory_over.png");
  display: block;
}
body.directory #bd .search button span {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  background: url("../../images/icon_search_directory.png") no-repeat center 5px;
  position: relative;
  left: 0;
}
body.directory #bd ul.tabList {
  border-bottom: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #494949;
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  right: 0;
  position: relative;
}
body.directory #bd ul.tabList li a {
  font-size: 19px;
  font-weight: bold;
  width: 100px;
  display: block;
  float: left;
  margin-right: 3px;
  padding: 8px 15px;
  color: #979797;
  color: rgba(255, 255, 255, 0.5);
  background: none;
}
body.directory #bd ul.tabList li a small {
  font-weight: normal;
  font-size: 13px;
  margin-left: 3px;
}
body.directory #bd ul.tabList li a span {
  background: none;
  padding: 0;
}
body.directory #bd ul.tabList li.active a {
  cursor: default;
}
body.directory #bd ul.tabList.small li {
  float: right;
}
body.directory #bd ul.tabList.small li a {
  font-size: 12px;
  font-weight: normal;
  width: auto;
  padding: 2px 6px 3px;
  line-height: 12px;
  margin-right: 0;
  z-index: 1;
}
body.directory #bd ul.tabList.small li a:hover,
body.directory #bd ul.tabList.small li.active a {
  color: #ffffff;
  background-color: #000000;
  background-color: #9e9e9e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#bebebe), to(#9e9e9e));
  /* Konqueror */
  background-image: -moz-linear-gradient(#bebebe, #9e9e9e);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#bebebe, #9e9e9e);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bebebe), color-stop(100%, #9e9e9e));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#bebebe, #9e9e9e);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#bebebe, #9e9e9e);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#9e9e9e', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#bebebe, #9e9e9e);
  /* the standard */
  -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
body.directory #bd ul.tabList.small li a:hover span,
body.directory #bd ul.tabList.small li.active a span {
  color: #ffffff;
}
body.directory #bd ul.tabList.small li.first a {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
body.directory #bd ul.tabList.small li.active.first a {
  -webkit-box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.5);
}
body.directory #bd ul.tabList.small li.last a {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
body.directory #bd .tab {
  background: none;
  padding: 0;
}
body.directory #bd .tab table {
  background: #F6F6F6;
  border-collapse: separate;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #212121;
}
body.directory #bd .tab table thead {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #494847;
  border-collapse: collapse;
}
body.directory #bd .tab table thead th {
  background-color: #373737;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4b4b4b), to(#373737));
  /* Konqueror */
  background-image: -moz-linear-gradient(#4b4b4b, #373737);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#4b4b4b, #373737);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #373737));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#4b4b4b, #373737);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#4b4b4b, #373737);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#373737', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#4b4b4b, #373737);
  /* the standard */
  padding: 5px 0;
  cursor: pointer;
  color: #dadada;
}
body.directory #bd .tab table thead th.last {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
body.directory #bd .tab table thead th.last div {
  border: none;
}
body.directory #bd .tab table thead th.first {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
body.directory #bd .tab table thead th div {
  padding: 3px 10px 1px;
  border-right: 1px solid #ffffff;
}
body.directory #bd .tab table thead th span {
  background: url("../../images/arrow_down_gray_big.png") no-repeat right center;
  padding-right: 15px;
}
body.directory #bd .tab table thead th.tablesorter-header {
  text-align: left;
}
body.directory #bd .tab table thead th:hover {
  color: #ffffff;
}
body.directory #bd .tab table thead th.tablesorter-headerSortUp {
  color: #ffffff;
}
body.directory #bd .tab table thead th.tablesorter-headerSortUp span {
  background-image: url("../../images/arrow_up_white_big.png");
}
body.directory #bd .tab table thead th.tablesorter-headerSortDown {
  color: #ffffff;
}
body.directory #bd .tab table thead th.tablesorter-headerSortDown span {
  background-image: url("../../images/arrow_down_white_big.png");
}
body.directory #bd .tab table thead th.header {
  text-align: left;
}
body.directory #bd .tab table tbody tr.row {
  cursor: pointer;
}
body.directory #bd .tab table tbody tr.row.active,
body.directory #bd .tab table tbody tr.row.active a,
body.directory #bd .tab table tbody tr.row:hover a,
body.directory #bd .tab table tbody tr.row:hover a:hover,
body.directory #bd .tab table tbody tr.row:hover {
  color: #BFBFBF;
}
body.directory #bd .tab table tbody tr.row.first td {
  padding-top: 10px;
}
body.directory #bd .tab table tbody tr.row.last td {
  padding-bottom: 10px;
}
body.directory #bd .tab table tbody small {
  display: block;
}
body.directory #bd .tab table tbody .small {
  font-size: 11px;
  white-space: nowrap;
}
body.directory #bd .tab table td,
body.directory #bd .tab table th {
  padding: 4px 10px;
}
body.directory #bd .tab table a {
  color: #212121;
}
body.directory #bd .gray_button {
  color: #616161;
  background-color: #bdbcbc;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#bdbcbc));
  /* Konqueror */
  background-image: -moz-linear-gradient(#ffffff, #bdbcbc);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#ffffff, #bdbcbc);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #bdbcbc));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#ffffff, #bdbcbc);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#ffffff, #bdbcbc);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bdbcbc', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#ffffff, #bdbcbc);
  /* the standard */
  padding: 4px 5px 2px 10px;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 12px;
  -webkit-box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
}
body.directory #bd .gray_button span {
  background-image: url("../../images/arrow_right_black_double2_pad.png");
  padding-right: 18px;
}
body.directory #bd .gray_button.plain {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #2b2b2b;
  padding: 4px 10px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body.directory #bd .page .compatibility table .details,
body.directory #bd .quickView .details {
  background: #ffffff;
  -moz-box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #353535;
  padding: 30px 10px;
}
body.directory #bd .page .compatibility table .details h2,
body.directory #bd .quickView .details h2 {
  color: #353535;
  font-size: 26px;
  line-height: 25px;
  font-weight: bold;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  background: none;
  text-transform: none;
}
body.directory #bd .page .compatibility table .details h3,
body.directory #bd .quickView .details h3 {
  color: #353535;
  margin: 0;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
body.directory #bd .page .compatibility table .details p,
body.directory #bd .quickView .details p {
  margin-bottom: 10px;
}
body.directory #bd .page .compatibility table .details .specifics,
body.directory #bd .quickView .details .specifics {
  margin-left: 210px;
}
body.directory #bd .page .compatibility table .details a.close,
body.directory #bd .quickView .details a.close {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #464646;
  font-size: 22px;
  float: right;
  margin-top: -20px;
}
body.directory #bd .page .compatibility table .details a.close:hover,
body.directory #bd .quickView .details a.close:hover {
  color: #000000;
}
body.directory #bd .page .compatibility table .details a.gray_button,
body.directory #bd .quickView .details a.gray_button {
  margin-bottom: 30px;
}
body.directory #bd .page .compatibility table .details a.gray_button span,
body.directory #bd .quickView .details a.gray_button span {
  background: none;
  padding-right: 0;
}
body.directory #bd .page .compatibility table .details .image,
body.directory #bd .quickView .details .image {
  float: left;
  width: 200px;
  text-align: center;
}
body.directory #bd .page .compatibility table .details .image img,
body.directory #bd .quickView .details .image img {
  display: inline;
}
body.directory #bd .page .compatibility table .details ul.highlights,
body.directory #bd .quickView .details ul.highlights {
  list-style: none;
  float: left;
  margin-bottom: 0;
}
body.directory #bd .page .compatibility table .details ul.highlights li,
body.directory #bd .quickView .details ul.highlights li {
  float: left;
  width: 230px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  color: #464646;
}
body.directory #bd .page .compatibility table .details ul.highlights li.last,
body.directory #bd .quickView .details ul.highlights li.last {
  margin-right: 0;
}
body.directory #bd .page .compatibility table .details ul.highlights li .info,
body.directory #bd .quickView .details ul.highlights li .info {
  margin: 14px 10px;
}
body.directory #bd .page .compatibility table .details ul.highlights li a,
body.directory #bd .quickView .details ul.highlights li a {
  color: #464646;
  text-decoration: none;
}
body.directory #bd .page .compatibility table .details ul.highlights li big,
body.directory #bd .quickView .details ul.highlights li big {
  float: left;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 35px;
  width: 60px;
  text-align: center;
  display: block;
}
body.directory #bd .page .compatibility table .details ul.highlights li big img,
body.directory #bd .quickView .details ul.highlights li big img {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  left: 10px;
  display: block;
}
body.directory #bd .page .compatibility table .details ul.highlights li h3,
body.directory #bd .quickView .details ul.highlights li h3 {
  margin-left: 63px;
  line-height: 18px;
}
body.directory #bd .page .compatibility table .details ul.highlights li h3.left,
body.directory #bd .quickView .details ul.highlights li h3.left {
  margin-left: 0;
}
body.directory #bd .page .compatibility table .details ul.highlights li .capabilities,
body.directory #bd .quickView .details ul.highlights li .capabilities {
  margin: 5px 5px 5px 10px;
}
body.directory #bd .page .compatibility table .details ul.highlights li .capabilities img,
body.directory #bd .quickView .details ul.highlights li .capabilities img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
body.directory #bd.started .top {
  color: #212121;
}
body.directory #bd.started .top h1 {
  font-size: 75px;
}
body.directory #bd.started .top h2 {
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
}
body.directory #bd.started .top ul {
  list-style-image: url("../../images/arrow_white.png");
  margin-left: 15px;
}
body.directory #bd.started .top p {
  font-size: 13px;
}
body.directory #bd.started .top p a,
body.directory #bd.started .top ul a {
  color: #999;
}
body.directory #bd.started .top p a.to_top,
body.directory #bd.started .top ul a.to_top {
  background: right center no-repeat url("../../images/arrow_white_up.png");
  padding-right: 15px;
}
body.directory #bd.started .top p a:hover,
body.directory #bd.started .top ul a:hover {
  color: #000000;
}
body.directory #bd.started .bullet_tabs {
  margin-bottom: 50px;
}
body.directory #bd .masthead h1 {
  font-size: 94px;
  line-height: 95px;
  margin-top: 25px;
  margin-bottom: 0;
}
body.directory #bd .page {
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body.directory #bd .page h2 {
  color: #000000;
}
body.directory #bd .page h2 .product_filter {
  position: relative;
  top: -5px;
  border: none;
  outline: none;
  padding: 4px 5px;
  background-color: #999999;
}
body.directory #bd .page h2 .product_filter:hover,
body.directory #bd .page h2 .product_filter:focus {
  background-color: #ffffff;
}
body.directory #bd .page .contents {
  margin: 20px 0 20px 20px;
}
body.directory #bd .page .specifics {
  width: 415px;
  float: left;
}
body.directory #bd .page .specifics h1 {
  color: #353535;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: none;
}
body.directory #bd .page .specifics .date {
  font-size: 11px;
  font-style: normal;
}
body.directory #bd .page .specifics .image {
  float: left;
  width: 415px;
  text-align: center;
  margin-bottom: 15px;
}
body.directory #bd .page .specifics .image img {
  display: inline;
}
body.directory #bd .page .specifics p {
  margin-bottom: 15px;
}
body.directory #bd .page .specifics ul.tbl {
  list-style: none;
  margin-left: 0;
}
body.directory #bd .page .specifics ul.tbl.head {
  color: #353535;
  margin: 0;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
body.directory #bd .page .specifics ul.tbl.head span {
  font-size: 15px;
}
body.directory #bd .page .specifics ul.tbl.head li {
  border-right: 1px solid #E2E2E2;
  height: 48px;
}
body.directory #bd .page .specifics ul.tbl.head li.middle span {
  padding-top: 10px;
}
body.directory #bd .page .specifics ul.tbl.head li.last {
  border: none;
}
body.directory #bd .page .specifics ul.tbl li {
  float: left;
  width: 30%;
  border: none;
}
body.directory #bd .page .specifics ul.tbl li.first {
  width: 39%;
}
body.directory #bd .page .specifics ul.tbl li.first span {
  margin-left: 10px;
  display: block;
}
body.directory #bd .page .specifics ul.tbl li span {
  margin: 5px 10px;
  display: block;
  font-size: 11px;
}
body.directory #bd .page .specifics ul.tbl .compImgs {
  padding-top: 5px;
}
body.directory #bd .page .specifics ul.tbl img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
body.directory #bd .page .compatibility {
  width: 555px;
  float: right;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-top: 0;
}
body.directory #bd .page .compatibility h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  background: #050505;
  width: auto;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  border: none;
  margin-top: 0;
}
body.directory #bd .page .compatibility table {
  background: #F7F7F7;
  margin-bottom: 0;
}
body.directory #bd .page .compatibility table thead {
  color: #353535;
  margin: 0;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  width: 100%;
  margin-bottom: 5px;
}
body.directory #bd .page .compatibility table thead tr {
  border-bottom: 1px solid #E2E2E2;
}
body.directory #bd .page .compatibility table thead tr th {
  border-right: 1px solid #E2E2E2;
  padding: 6px 10px;
  color: #616161;
}
body.directory #bd .page .compatibility table thead tr th.first,
body.directory #bd .page .compatibility table thead tr th.last {
  border: none;
}
body.directory #bd .page .compatibility table thead tr th.header {
  text-align: left;
}
body.directory #bd .page .compatibility table thead tr th.tablesorter-header {
  text-align: left;
}
body.directory #bd .page .compatibility table thead tr th.tablesorter-headerSortUp {
  color: #000000;
}
body.directory #bd .page .compatibility table thead tr th.tablesorter-headerSortUp span {
  background-image: url("../../images/arrow_up_black_big.png");
}
body.directory #bd .page .compatibility table thead tr th:hover {
  color: #000000;
}
body.directory #bd .page .compatibility table thead tr th.tablesorter-headerSortDown {
  color: #000000;
}
body.directory #bd .page .compatibility table thead tr th.tablesorter-headerSortDown span {
  background-image: url("../../images/arrow_down_black_big.png");
}
body.directory #bd .page .compatibility table thead tr th span {
  background: url("../../images/arrow_down_gray_big.png") no-repeat right center;
  padding-right: 15px;
}
body.directory #bd .page .compatibility table tbody tr {
  border-bottom: 1px solid #E5E5E5;
}
body.directory #bd .page .compatibility table tbody tr.last {
  border-bottom: none;
}
body.directory #bd .page .compatibility table tbody tr td {
  line-height: 14px;
}
body.directory #bd .page .compatibility table tr {
  cursor: pointer;
}
body.directory #bd .page .compatibility table tr.active,
body.directory #bd .page .compatibility table tr:hover {
  color: #000000;
}
body.directory #bd .page .compatibility table tr td,
body.directory #bd .page .compatibility table tr th {
  padding: 3px 10px;
  vertical-align: middle;
}
body.directory #bd .page .compatibility table tr#summary {
  cursor: default;
}
body.directory #bd .page .compatibility table .quickView .details {
  -moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
}
body.directory #bd .page .compatibility table .quickView .details h2 {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}
body.directory #bd .page .compatibility table .quickView .details .image {
  width: 114px;
}
body.directory #bd .page .compatibility table .quickView .details .specifics {
  float: none;
  width: auto;
  margin-right: 10px;
  margin-left: 120px;
}
body.directory #bd .page .compatibility table .quickView .details ul.highlights {
  list-style: none;
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}
body.directory #bd .page .compatibility table .quickView .details ul.highlights li {
  width: 185px;
}
body.directory #ft {
  background: #0e0e0e;
}
body.directory #print_dir {
  position: relative;
  z-index: 2;
  display: none;
}
body.directory #print_dir img {
  vertical-align: middle;
  margin-right: 15px;
  float: left;
}
body.directory #print_dir h2 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 15px;
  margin-bottom: 3px;
}
body.directory #print_dir h3 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 35px;
}
body.directory #print_dir strong {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 26px;
  display: inline-block;
  position: relative;
  top: 7px;
}
@media print {
  body.directory #sb,
  body.directory #bd .search,
  body.directory .top .gray_button,
  body.directory #bd .gray_button,
  body.directory #bd .page h2 .product_filter,
  body.directory div.dir_menu,
  body.directory #print {
    display: none !important;
  }
  body.directory #print_dir {
    display: block;
  }
  body.directory #bd #listing,
  body.directory table.tablesorter {
    width: 100% !important;
  }
}
