/*!
 * Bootstrap v2.3 
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.subnav {
  border-radius: 6px;
  box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.29);
  background: #f7f0e9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f0e9), color-stop(100%, #e7ded4));
  background: -webkit-linear-gradient(to bottom, #f7f0e9 0%, #e7ded4 100%);
  background: linear-gradient(to bottom, #f7f0e9 0%, #e7ded4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f0e9', endColorstr='#E7DED4', GradientType=0);
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.59) inset;
  border: 1px solid #b5b4b2;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.subnav-primary {
  background: #e8f8d4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8f8d4), color-stop(100%, #c9e4b3));
  background: -webkit-linear-gradient(to bottom, #e8f8d4 0%, #c9e4b3 100%);
  background: linear-gradient(to bottom, #e8f8d4 0%, #c9e4b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8F8D4', endColorstr='#C9E4B3', GradientType=0);
}
.subnav-secondary {
  background-color: #f9f6f1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #cdc6bc));
  background-image: -webkit-linear-gradient(to bottom, #f9f6f1 0, #cdc6bc 100%);
  background-image: linear-gradient(to bottom, #f9f6f1 0, #cdc6bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#cdc6bc', GradientType=0);
}
.subnav-info {
  background-color: #c5e2ef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf8f9), color-stop(50%, #c5e2ef), color-stop(100%, #95c8e1));
  background-image: -webkit-linear-gradient(to bottom, #ebf8f9 0%, #c5e2ef 50%, #95c8e1 100%);
  background-image: linear-gradient(to bottom, #ebf8f9 0%, #c5e2ef 50%, #95c8e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf8f9', endColorstr='#c5e2ef', GradientType=0);
}
.subnav-resource {
  background-color: #ffeb92;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef5c9), color-stop(50%, #fff3bf), color-stop(100%, #ffea8d));
  background-image: -webkit-linear-gradient(to bottom, #fef5c9 0%, #fff3bf 50%, #ffea8d 100%);
  background-image: linear-gradient(to bottom, #fef5c9 0%, #ffed9f 50%, #ffea8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDEF86', endColorstr='#FFF1B5', GradientType=0);
}
.subnav-alert {
  background-color: #f6d0ae;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde1cf), color-stop(50%, #f6d0ae), color-stop(100%, #f2bd8b));
  background-image: -webkit-linear-gradient(to bottom, #fde1cf 0%, #f6d0ae 50%, #f2bd8b 100%);
  background-image: linear-gradient(to bottom, #fde1cf 0%, #f6d0ae 50%, #f2bd8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1cf', endColorstr='#f2bd8b', GradientType=0);
}
.subnav-selections {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 6px;
}
.subnav-selections li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  vertical-align: middle;
  text-shadow: 1px 1px 0 white;
}
.subnav-selections a {
  color: #9e5623;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 15px;
  vertical-align: middle;
}
.subnav-selections a:hover {
  color: #666666;
}
.active a {
  display: block;
  box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.17) inset;
  background: rgba(0, 0, 0, 0.04);
}
.active a:hover {
  color: #666666;
}
.subnav-title {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 12px;
}
.subnav-selections a,
.subnav-title {
  color: #875a3a;
}
.subnav a:hover {
  color: black;
}
.subnav-primary .subnav-selections a,
.subnav-primary .subnav-title {
  color: #138132;
}
.subnav-primary a:hover {
  color: black;
}
.subnav-secondary .subnav-selections a,
.subnav-secondary .subnav-title {
  color: #696262;
}
.subnav-secondary a:hover {
  color: black;
}
.subnav-info .subnav-selections a,
.subnav-info .subnav-title {
  color: #166a92;
}
.subnav-info a:hover {
  color: black;
}
.subnav-resource .subnav-selections a,
.subnav-resource .subnav-title {
  color: #887d03;
}
.subnav-resource a:hover {
  color: black;
}
.subnav-alert .subnav-selections a,
.subnav-alert .subnav-title {
  color: #9b5700;
}
.subnav-alert a:hover {
  color: black;
}
.subnav-divider {
  margin: 0;
  padding: 0;
  height: 35px;
  border-left: 1px solid #666666;
  box-shadow: 1px 0 0 white;
}
/*********************************/

/*				Sitewide Banners   			*/

/*********************************/

.global-banner {
  width: 996px;
  margin: 10px auto 0 auto;
}
#PrintContentContainer {
  display: none;
}
/* JavaScript Styles - Hide nojs styles if JS is enabled, hide js styles if JS isn't enabled */

body.js .nojs {
  display: none;
}
body.nojs .js {
  display: none;
}
.ajax-load {
  background-image: url('//image3.fmgstatic.com/jscript/lightbox/colorbox/images/loading(2).gif');
  background-position: center center;
  background-repeat: no-repeat;
}
#logo_w_number {
  position: absolute;
  height: 100px;
  top: -27px;
  left: 0;
  width: 236px;
  z-index: 25;
}
#fmgslogan {
  display: block;
  float: left;
  margin-left: 245px;
}
.hdr-centercontent {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 277px;
  text-align: center;
}
.hdr-megasearch input {
  padding: 4px 5px;
  margin: 0 0 0 5px;
  border-radius: 4px 0 0 4px;
  width: 393px;
  font-size: 14px;
  border: 1px solid #a3a3a3;
  vertical-align: middle;
}
.hdr-megasearch input:focus {
  box-shadow: 0 0 5px 0 rgba(0, 71, 255, 0.25);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.hdr-megasearch button {
  color: black;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
  background: #ffdf93;
  background: -moz-linear-gradient(top, #ffdf93 0%, #f0ba38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdf93), color-stop(100%, #f0ba38));
  background: -webkit-linear-gradient(top, #ffdf93 0%, #f0ba38 100%);
  background: -o-linear-gradient(top, #ffdf93 0%, #f0ba38 100%);
  background: -ms-linear-gradient(top, #ffdf93 0%, #f0ba38 100%);
  background: linear-gradient(to bottom, #ffdf93 0%, #f0ba38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf93', endColorstr='#f0ba38', GradientType=0);
  margin: 0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #a3a3a3;
  border-left: none;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  height: 26px;
  *max-height: 26px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hdr-megasearch button:hover {
  background: #e9b42f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a012', endColorstr='#d3a012', GradientType=0);
}
.mega-search-icon {
  background-image: url('//image3.fmgstatic.com/grafx/megamenu/megamenu-search-icon.png');
  background-repeat: no-repeat;
  background-position: 4px 2px !important;
  padding-left: 25px !important;
  padding-right: 0 !important;
}
.top-catalog-link,
.top-catalog-link:link,
.top-catalog-link:visited,
.top-catalog-link:hover,
.top-catalog-link:focus,
.top-catalog-link:active {
  box-shadow: none;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.67);
}
.catalog-link-wrap {
  float: right;
  padding: 12px 12px 0 0;
}
.hdr-branding {
  margin: 0/*7px 0 -2px 0 */;
  font-size: 12px;
  color: #696c6d;
  font-weight: 300;
}
.home_sprite {
  width: 225px;
}
.home_sprite img {
  margin: 5px;
  width: 225px;
}
#headerbar {
  background: white;
  height: 28px;
  border-bottom: 1px solid #cecece;
  min-width: 996px;
}
#headerbarchild {
  width: 996px;
  margin: auto;
  position: relative;
}
#header {
  width: 996px;
  margin: auto;
  height: 72px;
  position: relative;
}
.hdr-leftlinks {
  list-style: none;
  padding: 4px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.73);
  color: #333333;
  z-index: 500;
  position: absolute;
  top: 2px;
  left: 110px;
}
.hdr-leftlinks li {
  display: inline;
}
.hdr-divider {
  border-left: 1px solid #cccccc;
  margin: 0 10px;
  box-shadow: 1px 0px 0 white;
  width: 1px;
}
.hdr-catreq a {
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.alert-warning {
  color: #cc1f08;
}
.hdr-catreq a:hover {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #ff9900;
}
.hdr-catreq a:hover:before {
  content: '';
  color: orange;
}
.label {
  border-radius: 20px;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.73);
}
.label-cart {
  position: absolute;
  background: #cc1f08;
  right: -15px;
  padding: 2px;
  font-size: 12px;
  color: white;
  min-width: 15px;
  text-align: center;
}
#login {
  position: absolute;
  right: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding-top: 5px;
}
#login a:link,
#login a:visited {
  color: #444444;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.73);
  font-size: 13px;
  text-decoration: none;
}
#login a:hover,
#login a:active {
  color: #69778e;
  border-bottom: 1px dotted #dddddd;
}
#login > li {
  display: inline;
}
li#loginWelcome {
  border-left: none;
}
#loginWelcome a:link {
  border: none;
  color: #00a2b3;
  font-size: 16px;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  text-decoration: none;
  padding-right: 15px;
}
.hdr-cart {
  position: relative;
  top: -3px;
  right: 0;
}
#livehelp {
  float: right;
  margin: 8px 50px 0 0;
  width: 95px;
  height: auto;
}
.clr {
  clear: both;
}
#logindropdown {
  background: white;
  border-bottom: 1px solid #666666;
  display: none;
  height: 80px;
  left: 0;
  top: 28px;
  position: absolute;
  width: 100%;
  min-width: 996px;
  z-index: 20;
  -webkit-box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.08);
}
#logindropdown .loginddchild {
  margin: auto;
  width: 996px;
}
#logindropdown .formcontainer {
  float: left;
  width: 245px;
}
#logindropdown #frmcontid.formcontainer {
  width: 300px;
}
#h_login a:visited {
  outline: none;
  text-decoration: none;
}
#logindropdown .formcontainer div {
  line-height: 13pt;
  margin: 3px 0 0 70px;
}
#logindropdown .formcontainer div a {
  font-weight: 700;
  margin-right: 10px;
}
#logindropdown .formcontainer input[type=text],
#logindropdown .formcontainer input[type=password] {
  background: transparent url('//image2.fmgstatic.com/grafx/loginform.png') no-repeat 0 0;
  border: none;
  height: 24px;
  outline: none;
  padding-left: 5px;
  padding-right: 10px;
  width: 160px;
}
#logindropdown .formcontainer input[type=image] {
  background: none;
  border: none;
  float: none;
}
#logindropdown .formcontainer div.checkbox {
  margin: 0 0 0 50px;
  width: 125px;
}
#logindropdown .formcontainer div.checkbox input {
  background: none;
  border: none;
}
#logindropdown.cart-merged {
  display: block;
}
#logindropdown.cart-merged #hideloginheader {
  display: none;
}
.login-reminder {
  clear: both;
  float: right;
  margin-right: 58px;
}
.login-container-lvl-2 {
  margin: 0;
}
/* Cart Icons */

#cart {
  width: 160px;
  float: right;
  margin-right: 20px;
  text-align: center;
}
#cart form {
  border: 0;
  padding: 0;
  margin-bottom: auto;
}
#cart img.fl {
  margin-top: 5px;
}
#cart #MyCart {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: white;
  float: left;
}
#cartcount {
  color: black;
}
/* CART MERGE ALERT */

#CartMergedWarning {
  display: none;
  float: right;
  clear: both;
  width: 486px;
  border: 1px solid #ffbc57;
  background-color: #feffdf;
  padding: 6px 0 8px 0;
  margin: 0 8px 0 0;
}
#CartMergedWarning p {
  margin: 2px 0 0 0;
  text-align: center;
  font-weight: bold;
}
#CartMergedWarning h3 {
  margin: 0 0 0 138px;
  font-weight: bold;
  font-size: 13px;
  color: red;
}
#CartMergedWarning .close-button {
  float: right;
  clear: none;
  margin: -2px 4px 0 0;
}
#logindropdown.cart-merged #CartMergedWarning {
  display: block;
}
#CartMergedWarning {
  clear: both;
  display: none;
  float: right;
  width: 500px;
  padding: 8px 35px 8px 14px;
}
#logindropdown.cart-merged #CartMergedWarning {
  display: block;
}
.dd-formwrap {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 5px 0;
}
#hideloginheader {
  background: transparent url('//image1.fmgstatic.com/grafx/close_ico(3).png') 0 0 no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-top: 60px;
  text-indent: -9999em;
  width: 16px;
}
#hideloginheader:hover {
  background: transparent url('//image1.fmgstatic.com/grafx/close_ico(3).png') 0 -14px no-repeat;
}
.loginheaderfade {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.dd-login-assist {
  float: right;
  margin-right: 20px;
  clear: both;
  position: relative;
}
.login-helpers {
  font-size: 12px;
  margin: 0;
  clear: both;
  overflow: hidden;
  display: block;
  margin-top: 6px;
  float: right;
}
.login-help-links {
  margin-top: 5px;
}
.login-help-links a {
  margin-right: 8px;
  text-decoration: none;
  font-size: 12px;
}
.login-help-links a:hover {
  border-bottom: 1px dotted #dddddd;
}
#logindropdown .remembermelab {
  font-size: 12px;
  font-weight: normal;
}
.dd-login-form {
  float: right;
  display: inline;
  zoom: 1;
  *display: inline;
}
.dd-email-container input[type="text"],
.dd-password-container input[type="password"] {
  border: solid 1px #cccccc;
  border-radius: 4px;
  height: 20px;
  width: 150px;
  padding-left: 5px;
  margin-right: 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.dd-email-container label,
.dd-password-container label {
  vertical-align: middle;
  margin-right: 5px;
  font-weight: bold;
}
.dd-email-container input:focus,
.dd-password-container input:focus {
  box-shadow: 0 0 5px 0 rgba(0, 71, 255, 0.25);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.dd-password-container {
  margin-left: 10px;
}
.dderrornote {
  display: none;
  padding: 2px 15px;
  text-align: center;
  background: #fdffc5;
  border: 1px solid #ffbc57;
  box-shadow: 2px 2px 0 0 #ffbc57;
  float: left;
  margin-right: 50px;
}
.dderrornote span {
  display: block;
  text-align: center;
  margin-top: 1px;
}
.dderrornote h6 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 3px 0 2px 0;
  color: #da0000;
}
.dd-login-formwrap {
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
  clear: both;
  float: right;
}
#btmlinks {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  padding: 2px 0;
  text-align: center;
}
#btmlinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#btmlinks ul li {
  padding: 0 6px 0 6px;
  border-left: solid black 1px;
  display: inline;
}
#btmlinks .first {
  border-left: none;
}
#FooterBreak {
  padding-top: 30px;
}
#FooterBreak hr {
  background: #d5d5d5;
}
#footer_full {
  background: #e9e9e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9e9e9 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9e9e9 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9e9e9 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9e9e9 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e9e9e9 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  width: 100%;
  min-width: 996px;
  /* background color fix for smaller devices */
  margin-top: 40px;
  clear: both;
}
#footer_content1,
#btmlinks,
#footer_creds_wide,
#ftr_copy {
  width: 996px;
  margin: auto;
}
#ftr_searchcont {
  width: 250px;
  display: inline-block;
  float: left;
  margin: 0 0 0 18px;
}
#ftr_home {
  width: 250px;
}
#ftr_home a {
  display: block;
  margin-left: 15px;
}
.ftr_searchbox {
  width: 260px;
  margin: 5px 0 0 10px;
  display: block;
}
.searchbox_input {
  background: transparent url('//image2.fmgstatic.com/grafx/search-input.png') no-repeat scroll left top !important;
  border: 0 none;
  float: left;
  height: 32px;
  padding-left: 5px;
  width: 150px;
}
#searchsubmit {
  background: transparent url('//image2.fmgstatic.com/grafx/search-button.png') no-repeat scroll left top;
  border: 0 none;
  cursor: pointer;
  height: 24px;
  overflow: hidden;
  width: 80px;
  margin: 5px 0 0 5px;
}
#gallerysearchform input,
#gallerysearchform textarea {
  background: transparent none repeat scroll 0 0;
  border: none;
  width: 143px;
  height: 16px;
  margin: 7px 0 0 0;
}
.rtblock-connectbtns {
  display: block;
  overflow: hidden;
  clear: both;
}
#ftr_custserv {
  width: 996px;
  margin: auto;
  overflow: hidden;
  padding: 10px 0;
}
#ftr_custserv #custserv_hdr {
  width: 200px;
  margin: auto;
}
.footer_bull {
  font-size: 12px;
  font-style: normal;
  text-align: left;
  color: black;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.footer_bull ul {
  list-style: none;
  list-style-image: url('//image4.fmgstatic.com/grafx/bullet2.gif');
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 28px;
  padding-left: 12px;
  border: none;
}
.footer_bull li {
  padding-bottom: 3px;
}
.footer_custServ_rList {
  margin-left: 100px;
}
.footer_custServ_lList {
  margin-left: 75px;
}
#footer_creds {
  margin: auto;
}
.memcert {
  width: 440px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
}
.memcert span {
  background-color: #ebe8e0;
  width: 440px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.ftr-midcont {
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
}
.memcert2 {
  margin-left: 100px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#ft_soclarge {
  width: 274px;
  float: left;
  margin: 10px 0 0 10px;
}
#ft_soclarge li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#ft_soclarge ul {
  margin: 0;
  padding: 0;
}
.foot_shareCatalog {
  margin-left: 78px;
}
#footer_b2t {
  text-align: right;
  margin-top: 5px;
}
.footer_b2t_Pad {
  padding-bottom: 3px;
}
#ftr_copy {
  margin: auto;
  padding: 0;
}
#ftr_disclaimer {
  font-size: 16px;
  padding: 0;
  width: 750px;
}
#ftr_copy p {
  margin: 10px auto;
  text-align: center;
}
#ftr_emailsignup {
  background: transparent url('//image3.fmgstatic.com/grafx/footernav/2010/ftr_emsignup(2).png') 0px 0px;
  display: block;
  height: 77px;
  width: 250px;
  padding: 42px 0px 0px 18px;
  margin-left: 70px;
  margin-top: -16px;
}
#ftr_emailsignup.valerror {
  background: transparent url('//image3.fmgstatic.com/grafx/footernav/2010/ftr_emsignup_val.png') 0px 0px;
}
#ftr_emailsignup input[type='text'] {
  margin-top: -4px;
  background: url('//image1.fmgstatic.com/grafx/footernav/2010/ftr_emform.png') no-repeat 0 0 transparent;
  border: none;
  width: 148px;
  height: 24px;
  padding: 0 5px 0 5px;
  float: left;
  outline: none;
  color: #666666;
}
#ftr_emailsignup input[type='submit'] {
  background: transparent url('//image3.fmgstatic.com/grafx/footernav/2010/ftr_emsignupsubmit.png') 0px 0px;
  border: none;
  width: 80px;
  height: 24px;
  float: right;
  cursor: pointer;
  margin-top: -4px;
}
#ftr_payPal_verified {
  margin-left: 0;
  width: 70px;
  height: 81px;
  float: left;
}
#verisign_logo {
  margin-left: 15px;
  width: 115px;
  height: 81px;
}
.midsection-wrapper {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: solid 1px white;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
}
.ftr-rtblock {
  float: right;
  margin-right: 15px;
  text-align: center;
}
.ftr-rtblock h3 {
  /* IMPORTANCE ADDED TO FIGHT RESOURCE CSS */
  font-size: 12px !important;
  margin-bottom: 10px !important;
  height: 100% !important;
}
.ftr-social-btns {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}
.ftr-social-btns img {
  width: 35px;
  height: auto;
}
/* Styles for all Footers  */

#copyrinfo {
  font-size: 12px;
  padding: 0;
  width: 750px;
  margin: 10px auto;
  text-align: center;
}
#ftr_disclaimer2 {
  font-size: 15px;
  padding: 0;
  width: 780px;
}
.trustwave-margin {
  margin-left: 10px;
}
.memcert-ss {
  display: inline-block;
  margin: 5px 0 0 10px;
  width: 595px;
}
.memcert-ss span {
  background-color: #f1f1f1;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  width: 595px;
}
#ftr_Stella_Service {
  float: left;
  height: 81px;
  margin: 7px 0 0 10px;
  width: 140px;
}
#ftr_bizrate_Certified {
  float: left;
  margin: 19px 0 0 12px;
}
#chaMembership {
  float: left;
  margin: 6px 0 0 10px;
}
#agtaMembership {
  float: left;
  margin: 6px 0 0 30px;
}
#dmaMembership {
  float: left;
  margin: 6px 0 0 28px;
}
#footer_creds2 {
  width: 996px;
  margin: auto;
}
.membercert {
  width: 345px;
  display: inline-block;
  float: left;
  margin: 5px;
}
.membercert span {
  width: 334px;
  background-color: #f1f1f1;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
#footer_creds_wide {
  margin: auto;
  width: 996px;
}
/*  MOBILE VIEW SWITCHER */

.device-view-select {
  display: block;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.device-view-select a,
.device-view-select span {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 0 white;
}
.device-view-select .disabled-view {
  color: #999999;
}
/* search bar */

#mega-search-container {
  margin: 0 auto;
  width: 996px;
  max-height: 35px;
}
.hdr-megasearch {
  padding: 5px 0 0 8px;
  width: 575px;
  float: left;
}
.placeholder {
  color: #999999;
}
input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
/* Firefox 18- */

input::-moz-placeholder {
  color: #999999;
}
/* Firefox 19+ */

input:-ms-input-placeholder {
  color: #999999;
}
input::input-placeholder {
  color: #999999;
}
/************************************************************************************/

/*								Other Header Things									*/

/************************************************************************************/

#navheadercontainer,
#alertbar,
#FooterBreak {
  margin: auto;
}
.topnavmegamenuwrap {
  width: 996px;
  margin: 0 auto;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 2%, #e7e7e7 22%, #e0e0e0 54%, #d7d7d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #f8f8f8), color-stop(22%, #e7e7e7), color-stop(54%, #e0e0e0), color-stop(100%, #d7d7d7));
  background: -webkit-linear-gradient(top, #f8f8f8 2%, #e7e7e7 22%, #e0e0e0 54%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #f8f8f8 2%, #e7e7e7 22%, #e0e0e0 54%, #d7d7d7 100%);
  background: -ms-linear-gradient(top, #f8f8f8 2%, #e7e7e7 22%, #e0e0e0 54%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #f8f8f8 2%, #e7e7e7 22%, #e0e0e0 54%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d7d7d7', GradientType=0);
}
.mega-menu-wrap {
  width: 980px;
  margin: 0 auto;
  height: 52px;
  padding: 0 8px;
}
#mega-menu {
  background: url('//image4.fmgstatic.com/grafx/megamenu/megamenu-nav-sprite-bliss(2).png') no-repeat;
  background-position: 0px 5px;
  width: 980px;
  height: 51px;
}
.navcol-a {
  width: 143px;
  height: 51px;
}
.navcol-b {
  width: 161px;
  height: 51px;
}
.navcol-c {
  width: 229px;
  height: 51px;
}
.navcol:hover,
.navcol-a:hover,
.navcol-b:hover,
.navcol-c:hover {
  background: url('//image4.fmgstatic.com/grafx/megamenu/megamenu-nav-sprite-bliss(2).png') no-repeat;
}
.navcol-1:hover {
  background-position: 0px -41px;
}
.navcol-2:hover {
  background-position: -143px -41px;
}
.navcol-3:hover {
  background-position: -286px -41px;
}
.navcol-4:hover {
  background-position: -447px -41px;
}
.navcol-5:hover {
  background-position: -676px -41px;
}
.navcol-6:hover {
  background-position: -837px -41px;
}
/* Dropdowns */

.topnav-dropdown {
  position: relative;
  z-index: 200;
  float: left;
  -webkit-tap-highlight-color: transparent;
}
.subnavlist-wrap {
  position: absolute;
  top: 46px;
  left: 0;
  display: none;
  list-style-type: none;
  padding: 8px;
  z-index: 200;
  margin: 0;
  color: black;
  background: #d7d7d7;
  box-shadow: 0 13px 10px -10px rgba(0, 0, 0, 0.3);
}
.navcol-1 .subnavlist-wrap {
  left: -8px;
  width: 980px;
}
.navcol-1 .subnavlist,
.navcol-3 .subnavlist,
.navcol-6 .subnavlist {
  padding-top: 0;
}
.navcol-3 .subnavlist-wrap {
  width: 488px;
}
.navcol-4 .subnavlist-wrap {
  left: -275px;
  width: 488px;
}
.navcol-5 .subnavlist-wrap {
  left: -106px;
}
.navcol-6 .subnavlist-wrap {
  left: -113px;
  width: 248px;
}
.hover .subnavlist-wrap {
  display: block;
}
.no-js .topnav-dropdown:hover .subnavlist-wrap {
  display: block;
}
.touch .close-topnav-dropdown {
  position: absolute;
  bottom: 3px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: url('//image1.fmgstatic.com/grafx/buttons/closebutton.png') 5px 5px no-repeat;
}
.subnavlist {
  background: white;
  border-radius: 6px;
  padding: 10px;
}
.subnavlist ul {
  list-style: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 230px;
}
.subnavlist li a {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}
.subnavlist .sectionDivider,
.subnavlist .sectionDivider a {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  margin: 10px 20px 5px 0;
}
.subnavlist .sectionDivider a {
  border-bottom: none;
}
.inner-swar-list {
  text-indent: 15px;
  padding: 0;
  list-style: none;
}
.ipad-landing-link {
  text-align: center;
  line-height: 40px;
  display: none;
}
.section-arrow {
  float: right;
  width: 7px;
}
.socialmedia-well {
  background: #eeeeee;
  border: solid 1px #dddddd;
  margin-top: 10px;
  border-radius: 6px;
  text-align: center;
}
.socialmedia-well a {
  padding: 4px 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.socialmedia-well img {
  width: 25px;
}
.socialmedia-well h4 {
  margin: 0;
  padding: 2px 0;
  text-shadow: 1px 1px 1px white;
}
.row {
  margin-left: -18px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 18px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 606px;
}
.span12 {
  width: 606px;
}
.span11 {
  width: 554px;
}
.span10 {
  width: 502px;
}
.span9 {
  width: 450px;
}
.span8 {
  width: 398px;
}
.span7 {
  width: 346px;
}
.span6 {
  width: 294px;
}
.span5 {
  width: 242px;
}
.span4 {
  width: 190px;
}
.span3 {
  width: 138px;
}
.span2 {
  width: 86px;
}
.span1 {
  width: 34px;
}
.offset12 {
  margin-left: 642px;
}
.offset11 {
  margin-left: 590px;
}
.offset10 {
  margin-left: 538px;
}
.offset9 {
  margin-left: 486px;
}
.offset8 {
  margin-left: 434px;
}
.offset7 {
  margin-left: 382px;
}
.offset6 {
  margin-left: 330px;
}
.offset5 {
  margin-left: 278px;
}
.offset4 {
  margin-left: 226px;
}
.offset3 {
  margin-left: 174px;
}
.offset2 {
  margin-left: 122px;
}
.offset1 {
  margin-left: 70px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.97029703%;
  *margin-left: 2.887788779%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.97029703%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.917491749%;
}
.row-fluid .span11 {
  width: 91.419141914%;
  *width: 91.336633663%;
}
.row-fluid .span10 {
  width: 82.838283828%;
  *width: 82.755775578%;
}
.row-fluid .span9 {
  width: 74.257425743%;
  *width: 74.174917492%;
}
.row-fluid .span8 {
  width: 65.676567657%;
  *width: 65.594059406%;
}
.row-fluid .span7 {
  width: 57.095709571%;
  *width: 57.01320132%;
}
.row-fluid .span6 {
  width: 48.514851485%;
  *width: 48.432343234%;
}
.row-fluid .span5 {
  width: 39.933993399%;
  *width: 39.851485149%;
}
.row-fluid .span4 {
  width: 31.353135314%;
  *width: 31.270627063%;
}
.row-fluid .span3 {
  width: 22.772277228%;
  *width: 22.689768977%;
}
.row-fluid .span2 {
  width: 14.191419142%;
  *width: 14.108910891%;
}
.row-fluid .span1 {
  width: 5.610561056%;
  *width: 5.528052805%;
}
.row-fluid .offset12 {
  margin-left: 105.940594059%;
  *margin-left: 105.775577558%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.97029703%;
  *margin-left: 102.805280528%;
}
.row-fluid .offset11 {
  margin-left: 97.359735974%;
  *margin-left: 97.194719472%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.389438944%;
  *margin-left: 94.224422442%;
}
.row-fluid .offset10 {
  margin-left: 88.778877888%;
  *margin-left: 88.613861386%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.808580858%;
  *margin-left: 85.643564356%;
}
.row-fluid .offset9 {
  margin-left: 80.198019802%;
  *margin-left: 80.0330033%;
}
.row-fluid .offset9:first-child {
  margin-left: 77.227722772%;
  *margin-left: 77.062706271%;
}
.row-fluid .offset8 {
  margin-left: 71.617161716%;
  *margin-left: 71.452145215%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.646864686%;
  *margin-left: 68.481848185%;
}
.row-fluid .offset7 {
  margin-left: 63.03630363%;
  *margin-left: 62.871287129%;
}
.row-fluid .offset7:first-child {
  margin-left: 60.066006601%;
  *margin-left: 59.900990099%;
}
.row-fluid .offset6 {
  margin-left: 54.455445545%;
  *margin-left: 54.290429043%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.485148515%;
  *margin-left: 51.320132013%;
}
.row-fluid .offset5 {
  margin-left: 45.874587459%;
  *margin-left: 45.709570957%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.904290429%;
  *margin-left: 42.739273927%;
}
.row-fluid .offset4 {
  margin-left: 37.293729373%;
  *margin-left: 37.128712871%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.323432343%;
  *margin-left: 34.158415842%;
}
.row-fluid .offset3 {
  margin-left: 28.712871287%;
  *margin-left: 28.547854785%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.742574257%;
  *margin-left: 25.577557756%;
}
.row-fluid .offset2 {
  margin-left: 20.132013201%;
  *margin-left: 19.9669967%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.161716172%;
  *margin-left: 16.99669967%;
}
.row-fluid .offset1 {
  margin-left: 11.551155116%;
  *margin-left: 11.386138614%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.580858086%;
  *margin-left: 8.415841584%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.row.row-space {
  margin-bottom: 18px;
}
.row-fluid.row-space {
  margin-bottom: 2.97029703%;
}
#guidednav,
.left-column {
  margin-right: 10px;
}
.pghdr-block {
  float: right;
  display: block;
  overflow: hidden;
}
.container,
.left-column,
.right-column {
  float: left;
  min-height: 1px;
}
.left-column {
  width: 185px;
}
.right-column {
  width: 185px;
  margin-left: 10px;
}
#midwrap {
  width: 996px;
}
/*
-----------------------------------
Buttons             
-----------------------------------
*/

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
}
.btn-small {
  font-size: 11px !important;
  /* FIGHTS STYLE IN STYLE.CSS */
  padding: 2px 6px;
  border-radius: 6px;
}
.btn-large {
  font-size: 14px !important;
  /* FIGHTS STYLE IN STYLE.CSS */
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-primary {
  border: 1px solid #2f6c37;
  border-radius: 6px;
  background-color: #d0e3d0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e3d0), color-stop(50%, #9fdea8), color-stop(100%, #82c98b));
  background-image: -webkit-linear-gradient(to bottom, #d0e3d0 0%, #9fdea8 50%, #82c98b 100%);
  /* W3C */
  background-image: linear-gradient(to bottom, #d0e3d0 0%, #9fdea8 50%, #82c98b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e3d0', endColorstr='#82C98B', GradientType=0);
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #96d59f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96d59f), color-stop(50%, #9fdea8), color-stop(100%, #9cd5a4));
  background-image: -webkit-linear-gradient(to bottom, #96d59f 0%, #9cd5a4 100%);
  /* W3C */
  background-image: linear-gradient(to bottom, #96d59f 0%, #9cd5a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96D59F', endColorstr='#96D59F', GradientType=0);
}
.btn-secondary {
  border: 1px solid #998b7b;
  background-color: #f9f6f1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #cdc6bc));
  background: -webkit-linear-gradient(to bottom, #f9f6f1 0, #cdc6bc 100%);
  background-image: linear-gradient(to bottom, #f9f6f1 0, #cdc6bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#cdc6bc', GradientType=0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #e0dacf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2dcd2), color-stop(100%, #f1ebe1));
  background-image: -webkit-linear-gradient(to bottom, #e2dcd2 0, #f1ebe1 100%);
  background-image: linear-gradient(to bottom, #e2dcd2 0, #f1ebe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2DCD2', endColorstr='#F1EBE1', GradientType=0);
}
.btn-info {
  border: 1px solid #57bac8;
  background-color: #c5e2ef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf8f9), color-stop(50%, #c5e2ef), color-stop(100%, #95c8e1));
  background-image: -webkit-linear-gradient(to bottom, #ebf8f9 0%, #c5e2ef 50%, #95c8e1 100%);
  /* W3C */
  background-image: linear-gradient(to bottom, #ebf8f9 0%, #c5e2ef 50%, #95c8e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf8f9', endColorstr='#c5e2ef', GradientType=0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #c5e2ef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0ddeb), color-stop(50%, #c5e2ef), color-stop(100%, #cde2ec));
  background-image: -webkit-linear-gradient(to bottom, #c0ddeb 0%, #c5e2ef 50%, #cde2ec 100%);
  background-image: linear-gradient(to bottom, #c0ddeb 0%, #c5e2ef 50%, #cde2ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0DDEB', endColorstr='#CDE2EC', GradientType=0);
}
.btn-resource {
  border: 1px solid #ffdf50;
  background-color: #fff3bf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef5c9), color-stop(50%, #fff3bf), color-stop(100%, #ffea8d));
  background-image: -webkit-linear-gradient(to bottom, #fef5c9 0%, #fff3bf 50%, #ffea8d 100%);
  /* W3C */
  background-image: linear-gradient(to bottom, #fef5c9 0%, #ffed9f 50%, #ffea8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef5c9', endColorstr='#ffea8d', GradientType=0);
}
.btn-resource:hover,
.btn-resource:focus,
.btn-resource:active {
  background-color: #ffeb92;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffeb90), color-stop(50%, #ffed9f), color-stop(100%, #fcf4d1));
  background-image: -webkit-linear-gradient(to bottom, #ffeb90 0%, #ffed9f 50%, #fcf4d1 100%);
  /* W3C */
  background-image: linear-gradient(to bottom, #ffeb90 0%, #ffed9f 50%, #fcf4d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB90', endColorstr='#FCF4D1', GradientType=0);
}
.btn-alert {
  border: 1px solid #eda560;
  background-color: #f6d0ae;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde1cf), color-stop(50%, #f6d0ae), color-stop(100%, #f2bd8b));
  background-image: -webkit-linear-gradient(to bottom, #fde1cf 0%, #f6d0ae 50%, #f2bd8b 100%);
  /* W3C */
  background-image: linear-gradient(to bottom, #fde1cf 0%, #f6d0ae 50%, #f2bd8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1cf', endColorstr='#f2bd8b', GradientType=0);
}
.btn-alert:hover,
.btn-alert:focus,
.btn-alert:active {
  background-color: #f5cba3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1c09f), color-stop(50%, #f6d0ae), color-stop(100%, #f1c8a7));
  background-image: -webkit-linear-gradient(to bottom, #f1c09f 0%, #f6d0ae 50%, #f1c8a7 100%);
  /* W3C */
  background-image: linear-gradient(to bottom, #f1c09f 0%, #f6d0ae 50%, #f1c8a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1C09F', endColorstr='#F1C8A7', GradientType=0);
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:focus,
.btn:active {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
