.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
html {
  overflow-y: scroll;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: black;
  line-height: normal;
  background: #f2f2f2;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 160%;
}
h1,
h2,
h3 {
  font-family: "futura-pt-condensed-n7", "futura-pt-condensed", Arial, Helvetica, sans-serif;
}
h4,
h5 {
  font-family: Arial, Helvetica, Sans-Serif;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
  margin: 20px 0;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
.control-label label {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
/*** LAYOUT ***/

#aspnetForm {
  margin: 0;
}
.container-fluid {
  max-width: 940px;
  width: auto !important;
  width: 940px;
  margin: 0 auto;
}
.body-left {
  min-width: 166px;
  min-height: 0 !important;
}
.body-left .body-left-inner {
  border-right: 1px solid #d9d9d9;
}
.body-center .body-center-inner {
  background: url(~/images/bgGradientOrangeInv.png) repeat-x 0 0;
}
.body-center.span12 .body-center-inner {
  padding: 0 20px;
}
.body-center.span9 .body-center-inner {
  padding: 0 20px 0 20px;
  margin-left: -20px;
}
.body-title-top {
  margin-bottom: 10px;
}
.body-title-top h1,
.body-title-center h1 {
  clear: both;
  padding: 20px 0;
  margin: 0;
}
.page-content {
  background: #f2f2f2;
}
.with-shadow {
  background: white;
  -webkit-box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
}
.with-white-background {
  background: white;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .body-center.span9 .body-center-inner {
    padding: 10px;
  }
  .body-left .body-left-inner {
    border-right: 0;
  }
  .with-shadow {
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .body-center .body-center-inner {
    background: none;
  }
  .body-center.span9 .body-center-inner {
    padding: 0 10px 0 10px;
    margin-left: 0;
  }
}
/*** SK4 RELATED ***/

.Sk4QuickEditBlock {
  position: absolute;
  top: 50px;
  right: 10px;
  background-color: #efefef;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  z-index: 1000;
  max-width: 200px;
}
.Sk4QuickEditBlock table {
  width: 100%;
}
.Sk4QuickEditBlock a,
.Sk4QuickEditBlock a:hover {
  color: #1d64cc;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial;
  display: block;
}
.Sk4QuickEditBlock a:hover {
  text-decoration: underline;
}
.Sk4QuickEditBlock .Sk4QuickEditTitle {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #1d64cc;
}
.Sk4QuickEditBlock .Sk4QuickEditLink a,
.Sk4QuickEditBlock .Sk4QuickEditLink a:hover {
  font-size: 13px;
  line-height: 15px;
}
.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=50);
  opacity: 0.50;
}
.updateProgress {
  border: 3px solid #f68823;
  background-color: white;
  position: absolute;
  width: 230px;
  height: 42px;
  border-radius: 5px;
  text-align: center;
}
.updateProgress div {
  padding: 5px;
}
.updateProgress img {
  margin-right: 10px;
}
#avcn_notification #avcn_title {
  font-family: "futura-pt-condensed-n7", "futura-pt-condensed", Arial, Helvetica, sans-serif;
  color: #4e5052;
  font-size: 22px;
  margin-top: -4px;
}
#avcn_notification #avcn_moreButton,
#avcn_notification #avcn_closeButton {
  color: #4e5052;
}
#avcn_notification #avcn_desc {
  color: #4e5052;
}
#avcn_notification #avcn_wrapperInner {
  width: 100%;
  max-width: 400px;
  border-top: 3px solid #134b75;
}
#avcn_notification.avcn_expandedNotification #avcn_wrapperInner {
  border-top: none;
}
#avcn_notification #avcn_wrapperInner,
#avcn_notification #avcn_corner {
  background: #e8f3fc;
  background: rgba(232, 243, 252, 0.8);
  color: #4e5052;
}
div.avcn_expandedNotification#avcn_notification {
  background: #e8f3fc;
  background: rgba(232, 243, 252, 0.8);
  color: #4e5052;
}
#avcn_notification.avcn_expandedNotification #avcn_wrapperInner,
#avcn_notification.avcn_expandedNotification #avcn_wrapperOuter {
  width: 100%;
  max-width: 100%;
}
#avcn_notification #avcn_actions {
  margin: 0 -10px 0 0;
}
#avcn_notification #avcn_agreeButton {
  border: none;
  background: #f68529;
  text-shadow: 0px -1px 0px #af6c20;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  font-family: "futura-pt-condensed-n7", "futura-pt-condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-bottom: 2px solid #bf4a04;
  border-radius: 5px;
  text-transform: uppercase;
}
#avcn_notification #avcn_agreeButton:hover {
  text-decoration: none;
}
#avcn_notification #avcn_moreButton,
#avcn_notification #avcn_closeButton {
  margin: 0;
  padding: 10px;
}
#avcn_notification #avcn_about {
  border-top: none;
}
#avcn_notification #avcn_about .avcn_about_title {
  font-size: 30px;
  font-family: "futura-pt-condensed-n7", "futura-pt-condensed", Arial, Helvetica, sans-serif;
}
#avcn_notification #avcn_about .avcn_about_subtitle {
  font-size: 24px;
  font-family: "futura-pt-condensed-n7", "futura-pt-condensed", Arial, Helvetica, sans-serif;
}
#avcn_notification #avcn_about p {
  max-width: 800px;
  font-size: 14px;
}
#avcn_notification #avcn_about a {
  color: inherit;
}
#avcn_notification #avcn_about a:hover {
  text-decoration: none !important;
  color: black;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
/*** HEADER ***/

header {
  padding: 20px 0;
  background: white;
  *zoom: 1;
  border-top: 3px solid #15b1be;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
.main-logo img {
  max-height: 120px;
  vertical-align: top;
}
.header-tools {
  display: block;
  margin-left: 0;
  *zoom: 1;
  margin-top: 20px;
}
.header-tools:before,
.header-tools:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-tools:after {
  clear: both;
}
.header-tools:before,
.header-tools:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-tools:after {
  clear: both;
}
.header-tools:before,
.header-tools:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-tools:after {
  clear: both;
}
.header-tools:before,
.header-tools:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-tools:after {
  clear: both;
}
.header-tools:before,
.header-tools:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-tools:after {
  clear: both;
}
.header-tools a {
  color: black;
  text-decoration: none;
  opacity: 0.5;
}
.header-tools a.lnk-custom-page {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 30px;
}
.header-tools a:hover {
  opacity: 0.8;
}
.header-tools-mobile {
  display: none;
}
@media (max-width: 767px) {
  header {
    padding: 20px 10px;
  }
  .header-tools {
    display: none;
  }
  .header-tools-mobile {
    display: block;
    text-align: right;
  }
  .header-tools-mobile a.lnk-global-network {
    display: inline-block;
    margin-top: 18px;
    vertical-align: top;
    line-height: 16px;
    color: black;
    text-decoration: none;
    opacity: 0.5;
  }
  .main-logo {
    float: left !important;
  }
  .main-logo img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs-container {
  min-height: 0 !important;
}
/* Fix for when the bredcrumbs container div is empty */

#Breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px;
  *zoom: 1;
  border-bottom: 1px solid #d9d9d9;
}
#Breadcrumbs ul:before,
#Breadcrumbs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#Breadcrumbs ul:after {
  clear: both;
}
#Breadcrumbs ul:before,
#Breadcrumbs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#Breadcrumbs ul:after {
  clear: both;
}
#Breadcrumbs ul:before,
#Breadcrumbs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#Breadcrumbs ul:after {
  clear: both;
}
#Breadcrumbs ul:before,
#Breadcrumbs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#Breadcrumbs ul:after {
  clear: both;
}
#Breadcrumbs ul:before,
#Breadcrumbs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#Breadcrumbs ul:after {
  clear: both;
}
#Breadcrumbs li {
  float: left;
  background-image: url(~/images/icoBreadcrumbsBullet.png);
  background-position: right center;
  background-repeat: no-repeat;
  word-wrap: break-word;
}
#Breadcrumbs li a,
#Breadcrumbs li a:hover {
  display: block;
  padding: 0 15px 0 3px;
  color: #999999;
  text-decoration: none;
  font-size: 11px;
  color: #144b75;
}
#Breadcrumbs li a:hover {
  text-decoration: underline;
}
#Breadcrumbs li.last,
#Breadcrumbs li.last a {
  background: none;
  padding-right: 0;
  font-weight: bold;
}
#Breadcrumbs li.first,
#Breadcrumbs li.first a {
  padding-left: 0;
}
@media (max-width: 767px) {
  #Breadcrumbs ul {
    padding: 10px;
    background-color: white;
    border-top: 1px solid #d9d9d9;
  }
  #Breadcrumbs li {
    line-height: 22px;
    background-repeat: no-repeat;
    display: none;
  }
  #Breadcrumbs li.lastTwo {
    display: block;
  }
  #Breadcrumbs li:first-child {
    padding-left: 0;
  }
  #Breadcrumbs li a,
  #Breadcrumbs li a:hover {
    font-size: 14px;
    color: #144b75;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  padding: 8px 25px;
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background: #f78c17;
  filter: none;
  color: white;
  border-radius: 3px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.btn:hover {
  background: #ff9e33;
  color: white;
}
.btn-default {
  background: #5894bc !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5894bc 0%, #3b627f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5894bc), color-stop(100%, #3b627f)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5894bc 0%, #3b627f 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5894bc 0%, #3b627f 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5894bc 0%, #3b627f 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #5894bc 0%, #3b627f 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5894bc', endColorstr='#3b627f', GradientType=0) !important;
  /* IE6-9 */

}
.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #32546e;
  background-image: -moz-linear-gradient(top, #3a607c, #254258);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a607c), to(#254258));
  background-image: -webkit-linear-gradient(top, #3a607c, #254258);
  background-image: -o-linear-gradient(top, #3a607c, #254258);
  background-image: linear-gradient(to bottom, #3a607c, #254258);
  background-repeat: repeat-x;
  border-color: #254258 #254258 #0e1a22;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #254258;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #254258;
  *background-color: #1d3546;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #162734 \9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #254258;
  *background-color: #1d3546;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #162734 \9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #254258;
  *background-color: #1d3546;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #162734 \9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #254258;
  *background-color: #1d3546;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #162734 \9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #254258;
  *background-color: #1d3546;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #162734 \9;
}
.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-cart {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed6813;
  background-image: -moz-linear-gradient(top, #ff7720, #d35200);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7720), to(#d35200));
  background-image: -webkit-linear-gradient(top, #ff7720, #d35200);
  background-image: -o-linear-gradient(top, #ff7720, #d35200);
  background-image: linear-gradient(to bottom, #ff7720, #d35200);
  background-repeat: repeat-x;
  border-color: #d35200 #d35200 #863400;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d35200;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-cart:hover,
.btn-cart:active,
.btn-cart.active,
.btn-cart.disabled,
.btn-cart[disabled] {
  color: white;
  background-color: #d35200;
  *background-color: #b94800;
}
.btn-cart:active,
.btn-cart.active {
  background-color: #a03e00 \9;
}
.btn-cart:hover,
.btn-cart:active,
.btn-cart.active,
.btn-cart.disabled,
.btn-cart[disabled] {
  color: white;
  background-color: #d35200;
  *background-color: #b94800;
}
.btn-cart:active,
.btn-cart.active {
  background-color: #a03e00 \9;
}
.btn-cart:hover,
.btn-cart:active,
.btn-cart.active,
.btn-cart.disabled,
.btn-cart[disabled] {
  color: white;
  background-color: #d35200;
  *background-color: #b94800;
}
.btn-cart:active,
.btn-cart.active {
  background-color: #a03e00 \9;
}
.btn-cart:hover,
.btn-cart:active,
.btn-cart.active,
.btn-cart.disabled,
.btn-cart[disabled] {
  color: white;
  background-color: #d35200;
  *background-color: #b94800;
}
.btn-cart:active,
.btn-cart.active {
  background-color: #a03e00 \9;
}
.btn-cart:hover,
.btn-cart:active,
.btn-cart.active,
.btn-cart.disabled,
.btn-cart[disabled] {
  color: white;
  background-color: #d35200;
  *background-color: #b94800;
}
.btn-cart:active,
.btn-cart.active {
  background-color: #a03e00 \9;
}
.pagination {
  text-align: center;
}
.pagination ul {
  box-shadow: none;
}
.pagination a {
  border: none;
}
.pagination li.next {
  margin-right: 10px;
}
