@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
/*!
  This file was generated via theme.less DO NOT modify directly
*/
/* Mixins */
/* Styles/iselector.css */
.ISSelect {
  float: left;
  border: 1px solid #7F9DB9;
  background: #fff;
  width: 300px;
  overflow: auto;
  height: 200px;
}
.ISSelect ul,
.ISSelect li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ISSelect li {
  cursor: pointer;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #fff;
  cursor: default;
  border-bottom: 1px solid #fff;
}
.ISSelect li.ISSelectGroup {
  padding-left: 0;
}
.ISSelect input {
  margin-right: 5px;
}
.ISSelectGroup li {
  padding-left: 20px;
}
.ISSelect .ISSelectOptionHover {
  background: #efefef;
}
.ISSelectGroup div {
  font-weight: bold;
  font-style: italic;
  padding-left: 4px;
}
.ISSelect li.ISSelectGroup {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.ISSelect .SelectedRow {
  background: #316AC5;
  border-top: 1px solid #316AC5;
  border-bottom: 1px solid #316AC5;
  color: #fff;
}
.RTL .ISSelect {
  float: right;
}
/* Styles/flexslider.css */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #333;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* Styles/slide-show.css */
.flexslider {
  position: relative;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.slide-show {
  margin-bottom: 20px !important;
}
.slide-show h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-shadow: 0 0 0.5em #000000;
}
.slide-show .btn {
  font-size: 16px;
}
.slide-show li.slide {
  position: relative;
}
.slide-show .slide-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 0 0 0.5em #000000;
}
.flex-control-nav {
  bottom: 20px !important;
}
.slide-show .slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 25px;
}
.flex-direction-nav .flex-prev {
  left: 25px;
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html {
  box-sizing: border-box;
}
body {
  background-color: #2b2b2b;
}
.social-links {
  height: 33px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.social-link {
  display: inline-block;
  background-color: #bbbbbb;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin: 0 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: .99;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.65s;
}
.social-link:before {
  content: '';
  background-color: #000;
  width: 180%;
  height: 180%;
  position: absolute;
  top: 80%;
  left: -150%;
  transform: rotate(45deg);
  transition: all 0.65s;
}
.social-link .fa {
  font-size: 15px;
  vertical-align: middle;
  transition: all 0.65s;
  color: #ffffff;
}
.social-link.facebook:before {
  background-color: #3b5998;
}
.social-link.twitter:before {
  background-color: #33ccff;
}
.social-link.googleplus:before {
  background-color: #cd3b28;
}
.social-link.dribbble:before {
  background-color: #f26798;
}
.social-link.skype:before {
  background-color: #00aff0;
}
.social-link.youtube:before {
  background-color: #ff3333;
}
.social-link.pinterest:before {
  background-color: #bd071d;
}
.social-link.rss:before {
  background-color: #fa9a38;
}
.social-link.tumblr:before {
  background-color: #44546b;
}
.social-link.linkedin:before {
  background-color: #007ab9;
}
.social-link.stumbleupon:before {
  background-color: #04c33c;
}
.social-link.instagram:before {
  background-color: #d1af7d;
}
.social-link:hover {
  background: none;
}
.social-link:hover:before {
  top: -40%;
  left: -40%;
}
.social-link:hover .fa {
  color: #fff;
}
.social-link:focus {
  opacity: .65;
  outline: none;
}
/* Bigcommerce social manager overrides to support FontAwesome */
.fa-googleplus:before {
  content: "\f1a0";
}
.fa-pinterest:before {
  content: "\f231";
}
/* Product page social icons */
.product-social {
  clear: both;
  display: block;
  margin: 10px 0;
  width: 100%;
}
div.FacebookLikeButtonContainer,
.PinterestButtonContainer,
.AddThisButtonBox {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
div.FacebookLikeButtonContainer iframe {
  height: 20px;
  width: 85px;
}
.PinterestButtonContainer {
  margin-top: -1px;
  max-width: 200px;
}
.AddThisButtonBox {
  display: inline-block;
  margin: 0 !important;
  padding: 2px 0 0 6px;
  *display: inline;
  *zoom: 1;
}
/** Styles/product.quickview.css?key1&amp;1 **/
/* === QuickView Styles Start === */
/* QuickView start */
.QuickViewBtn a,
.QuickViewBtn a:hover {
  text-decoration: none !important;
}
.QuickViewBtn {
  background: rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  cursor: pointer;
  padding: 10px;
  color: #fff !important;
  right: 0;
  left: 0;
}
/* QuickView end */
/* QuickView modal window start */
#ModalContainer.QuickViewModal {
  border: 0px solid #333;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  max-height: 500px;
}
#ModalContainer.QuickViewModal .modalData {
  height: 100%;
}
#ModalContainer.QuickViewModal .ModalTitle {
  display: none!important;
}
#ModalContainer.QuickViewModal .ModalContent {
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.QuickViewModal .modalClose {
  right: 10px!important;
  top: 12px!important;
}
.QuickViewModal .addToCart .Button {
  margin-right: 5px;
}
#QuickViewProductDetails .s-price .Label,
#QuickViewProductDetails .s-price .Value {
  float: left;
}
html.javascript .productOptionViewRectangle .option label {
  border: 1px solid #d6d6d6;
  /* template colour */
}
/* highlighting of the border for the currently selected rectangle value */
html.javascript .productOptionViewRectangle .selectedValue label {
  background: #6a6a6a!important;
  color: #ffffff!important;
  border: 1px solid #6a6a6a;
}
/* QuickView modal window end */
/* QuickView top nav panel start */
#QuickViewTopNav {
  background-color: #DDDDDD;
  line-height: 20px;
  padding: 5px 10px;
}
#QuickViewFacebookContainer,
#QuickViewShareLabel,
#QuickViewShareLinksContainer {
  height: 20px;
  float: none;
  clear: both;
  text-align: center;
}
.addthis_default_style .addthis_separator,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m,
.addthis_default_style .at300bs {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  margin: 0 2px;
}
#QuickViewTopNav .facebookLikeBtn {
  width: 80px;
  height: 22px;
}
#QuickViewTopNav .facebookRecommendBtn {
  width: 125px;
  height: 22px;
}
#QuickViewTopNavReviews,
#QuickViewTopNavRating {
  margin-left: 7px;
  float: left!important;
}
#QuickViewTopNavRating img {
  width: 13px;
  height: 13px;
  margin-top: 3px;
}
#QuickViewShareLinksContainer {
  padding: 15px;
}
#QuickViewFacebookContainer {
  padding: 0 15px;
}
/* QuickView top nav panel end */
/* QuickView content start */
#QuickViewContent {
  margin: 0 auto;
  position: relative;
}
.ProductThumbImage {
  overflow: hidden;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.qprod {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
#QuickViewImage img {
  max-height: 400px;
  max-width: 100%;
  width: auto!important;
  height: auto!important;
}
.scrollContainer table tbody tr td {
  margin: 0;
}
.scrollContainer td.none .image {
  display: none;
}
/* QuickView content end */
/* QuickView product details start */
#QuickViewProductDetails {
  display: inline-block;
  padding: 0 9px 10px 20px;
  width: 45%;
  position: relative;
}
#QuickViewProductDetails h4 {
  padding: 0;
}
#QuickViewProductDetails div.productAttributeFluidWidth {
  width: auto !important;
}
#QuickViewProductDetails table.productDetails {
  text-align: left;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
  width: 99%;
}
#QuickViewProductDetails .ProductAddToCart ul,
#QuickViewProductDetails .ProductAddToCart ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#QuickViewProductDetails .required,
#QuickViewProductDetails .Required {
  color: red;
  display: block;
  position: absolute;
  top: 0px;
  left: -10px;
}
.leftPanel {
  clear: both;
}
/* QuickView product details start */
/* QuickView buttons start */
#QuickViewProductDetails button {
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  font-size: 11px;
  color: #444;
  display: inline-block;
  padding: 3px 8px;
  background: #F3F3F3;
  border: solid 1px #D9D9D9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  vertical-align: middle;
  cursor: pointer;
}
#QuickViewProductDetails button:hover {
  background: #fff;
  border-color: #C0C0C0;
  color: #333;
}
#QuickViewProductDetails button:active {
  border-color: #4D90FE;
  color: #4D90FE;
  -moz-box-shadow: inset 0 0 10px #D4D4D4;
  -webkit-box-shadow: inset 0 0 10px #D4D4D4;
  box-shadow: inset 0 0 10px #D4D4D4;
}
#QuickViewProductDetails button.blue {
  color: #fff;
  border: 1px solid #3079ED !important;
  background: #4B8DF8;
  background: -webkit-linear-gradient(top, #4c8ffd, #4787ed);
  background: -moz-linear-gradient(top, #4c8ffd, #4787ed);
  background: -ms-linear-gradient(top, #4c8ffd, #4787ed);
  background: -o-linear-gradient(top, #4c8ffd, #4787ed);
  -webkit-transition: border .20s;
  -moz-transition: border .20s;
  -ms-transition: border .20s;
  -o-transition: border .20s;
  transition: border .20s;
}
#QuickViewProductDetails button.blue:hover {
  border: 1px solid #2F5BB7 !important;
  background: #3F83F1;
  background: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background: -o-linear-gradient(top, #4d90fe, #357ae8);
}
#QuickViewProductDetails button.addToCart {
  text-transform: uppercase;
  font-weight: bold;
}
#QuickViewProductDetails .addToCart {
  vertical-align: middle;
}
/* QuickView buttons end */
#ProductDetails div.dateselector {
  display: inline;
}
#uniform-qty_ {
  width: 75px !important;
}
/* === QuickView Styles End === */
/** /Styles/styles.css */
/* Global Resets */
* {
  margin: 0;
  padding: 0;
  outline: none;
}
/* General */
body {
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Roboto Slab", Arial, Sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */
}
.Rating img {
  height: 14px;
  width: 83px;
}
dd {
  margin-bottom: 10px;
}
.progress {
  display: none;
}
.progress-bar {
  background-color: #abc22e;
}
/* Layout */
.inner:after {
  clear: both;
  content: "";
  display: table;
}
.navbar-top-menu > .inner,
#Header > .inner,
.header-navigation > .inner,
.main > .inner,
.footer-main > .inner,
.footer-links > .inner,
.newsletter-subscription > .inner {
  margin: 0 auto;
}
/* Header */
#Header {
  position: relative;
  margin-bottom: 20px;
}
/* Logo */
.header-logo {
  float: left;
}
.header-logo img {
  display: block;
  margin: 0 auto;
}
/* Top Search Form */
#SearchForm {
  position: relative;
  float: right;
  width: 25%;
}
#SearchForm form {
  padding: 0;
  margin: 0;
}
#SearchForm label {
  display: none;
}
#SearchForm input {
  border-right: 0;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 1em;
  margin: 0;
  float: left;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#SearchForm input#search_query {
  border-right-width: 0 !important;
}
#SearchForm .Button {
  cursor: pointer;
  border: 0 !important;
  vertical-align: top;
  margin: 0;
  width: 20%;
  height: 35px;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: url(../images/searchIcon.png) 50% 50% no-repeat #1399be;
  -moz-transition: background-color 150ms ease;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
#SearchForm p {
  display: none;
  font-size: 0.85em;
  margin: 5px 0 0 0;
}
.no-sel {
  height: auto;
  line-height: inherit;
}
p {
  line-height: 1.5;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  font-weight: inherit;
}
a:hover {
  text-decoration: none;
}
strong,
b {
  font-weight: bold;
}
.header-logo h1 {
  font-size: 40px;
}
/* Buttons */
.btn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  border: none;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 1em;
  -webkit-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn.text {
  background: none;
  outline: 0;
}
.footer-main h4 {
  color: #163051;
  font-size: 16px;
  padding: 0 0 1em 0;
  line-height: 20px;
  font-weight: 300;
}
.QuickViewModal .ProductPrice {
  font-size: 26px;
}
.footer-main,
.footer-main a {
  color: #005ebd;
}
.title-heading,
.TitleHeading {
  margin-bottom: 20px;
}
.title-headin.zero,
.TitleHeading.zero {
  margin-bottom: 0;
}
img,
img a {
  border: 0;
}
ul,
ol {
  margin: 0 0 20px 20px;
}
ul ul ul {
  list-style-image: url(../images/bullet_line.png);
}
li {
  margin: 0;
  padding: 0;
}
blockquote {
  margin-left: 28px;
}
select option {
  margin-right: 10px;
}
hr {
  margin: 20px 0;
  padding: 0;
  height: 1px;
  background: none;
  border-width: 1px 0 0 0;
}
/* Page Containers */
#ContainerLower {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
  clear: both;
}
.centerer {
  margin: 0 auto;
  text-align: center;
}
/* Main Content Area */
.sidebar {
  float: left;
  margin-right: 40px;
  width: 240px;
}
.sidebar h3 {
  padding-top: 0;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar li {
  clear: both;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.content {
  float: left;
  min-height: 450px;
  overflow: hidden;
  padding-bottom: 20px;
  width: 100%;
}
.content .Block {
  clear: both;
}
.Block {
  margin: 0;
}
.content-sidebar-left {
  float: right;
  width: calc(100% - 240px - 40px);
}
.content-sidebar-right {
  width: calc(100% - 240px - 40px);
}
.content-sidebar-left + .sidebar {
  float: right;
}
.content-sidebar-right + .sidebar {
  margin: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .content-sidebar-left,
  .content-sidebar-right {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
}
/* Banner styles */
.image-container-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none !important;
}
.category-featured .image-container-centered {
  width: 320px;
  height: 264px;
}
.category-featured .image-container-centered img {
  max-width: 320px;
  max-height: 264px;
}
.category-featured h3 {
  text-transform: uppercase;
}
/* Contains links lists & newsletter */
.footer-columns li ul,
.footer-columns li:hover ul {
  display: none !important;
}
.footer-columns .RecentNews li p {
  margin: 5px 0;
}
/* Newsletter Subscription Form */
.newsletter-subscription h4 {
  padding: 0;
  line-height: 35px;
}
.newsletter-subscription .inner {
  padding: 20px 0;
}
.newsletter-subscription label {
  display: none;
}
.newsletter-subscription input {
  width: 100%;
}
/* News Lists */
#HomeRecentBlogs ul {
  padding-left: 0;
  margin-left: 0;
}
#HomeRecentBlogs li {
  list-style: none;
  padding: 5px 0 5px 10px;
  margin: 0;
}
#LowerRight .FeedLink {
  float: left;
  margin: 6px 4px 0 0;
}
/* Product Listings */
.ProductList {
  margin: 0 0 0 -20px;
  font-size: 0;
  padding: 0;
  overflow: hidden;
}
.ProductList li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 20px 20px;
  list-style: none;
  height: auto !important;
  margin: 0;
  font-size: 14px;
  overflow: hidden;
  width: 25%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ProductList .ProductDetails {
  padding: 10px 10px 0 0;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.ProductList em {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: normal;
}
.ProductList .Rating {
  display: block;
}
.ProductList li .ProductCompareButton {
  margin-bottom: 10px;
}
.ProductList .pname {
  display: block;
  line-height: 21px;
}
.ProductList .ProductPriceRating {
  margin-bottom: 10px;
}
.brand-img,
.ProductList .ProductImage,
#ProductDetails .ProductThumbImage {
  overflow: hidden;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.ProductList .ProductImage a,
.ProductThumbImage a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  line-height: 0;
}
.ProductList .ProductImage img,
#ProductDetails .ProductThumbImage img {
  max-width: 100%;
  line-height: 1.5em;
  /* If the image takes a while to load or doesn't load at all the alt text will display. This spaces this text. */
}
.ProductList .p-name {
  font-weight: 600;
}
.ProductList .ProductRightCol {
  float: right;
}
#SimilarMultiProductsByCustomerViews .ProductList li {
  width: 20%;
}
/* Product Listings - Horizontal */
.ProductList.List {
  margin: 0;
}
.ProductList.List li {
  display: block;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.ProductList.List .ProductImage {
  float: left;
  width: 190px;
}
.ProductList.List .ProductQty {
  margin-left: 10px;
}
.ProductList.List .ProductDetails {
  padding: 20px;
  overflow: hidden;
}
.ProductList.List .QuickViewBtn {
  text-align: center;
  width: 170px;
}
/* Add to cart popup __master overrides */
.fastCartContent {
  min-height: 0;
  width: auto;
}
#fastCartContainer .ProductList .ProductImage {
  height: auto;
  /* Have to keep to override master */
  width: 100%;
  /* Have to keep to override master */
}
.SubBrandListGrid .RowDivider {
  display: none!important;
}
.brand-img {
  float: left;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.brand-img img {
  width: auto;
}
.Left .ProductList li,
.Right .ProductList li {
  margin-bottom: 10px;
}
.Left .ProductList .ProductImage,
.Right .ProductList .ProductImage {
  display: none;
}
/* Top Seller Block Specific */
.Right .TopSellers,
.Left .TopSellers {
  clear: both;
  padding: 0 0 10px 0;
}
.Right .TopSellers ul,
.Left .TopSellers ul {
  margin: 0;
  padding: 0;
}
.Right .TopSellers li,
.Left .TopSellers li {
  clear: both;
  margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber,
.Left .TopSellers li .TopSellerNumber {
  /* Contains the number of the item */
  float: left;
  width: 22px;
  font-size: 1.3em;
  text-align: center;
  padding: 1px 0 2px 0;
}
/* Contains the details of the item */
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails {
  margin: 0;
  margin-left: 28px;
}
.Right .TopSellers li.TopSeller1 img,
.Left .TopSellers li.TopSeller1 img {
  display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
  display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
  display: none;
}
.top-title {
  position: relative;
}
.top-title h2 {
  margin: 0;
}
.Left .afterSideShopByBrand {
  padding: 8px 0 0 0;
  display: block;
}
/* Helpers */
.hide-visually {
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
/* Clear fix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.borderB {
  border-bottom: 1px solid #d6d6d6;
}
.borderR {
  border-right: 1px solid #d6d6d6;
}
/* It is added because the app is generating the class 'ClearLeft'. For example this class is being generated on the BPAY confirmation page */
.ClearLeft {
  clear: left;
}
/* Miscellaneous Definitions */
.Left .FeedLink,
.Right .FeedLink {
  float: left;
  margin: 0 7px 0 0;
}
.Content .FeedLink {
  display: none;
}
.SortBox {
  font-size: 0.95em;
  color: #005ebd;
  padding: 12px 5px 0 0;
}
.CompareButton {
  text-align: right;
  margin-bottom: 20px;
}
.Required {
  color: #ff0000;
}
.ShippingAddressList,
.ShippingAddressList li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ShippingAddressList li {
  width: 30%;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.Right hr {
  margin: 5px 0 0;
}
.ComparisonCheckbox {
  float: left;
}
.SideRecentlyViewed .ProductList li {
  margin-left: 0;
}
.SideRecentlyViewed .ProductDetails {
  margin-left: 20px;
}
/* Product Comparisons */
.ComparisonTable {
  table-layout: fixed;
  width: 100%;
}
.ComparisonTable img {
  max-height: 100%;
  max-width: 100%;
}
.ComparisonTable td {
  font-size: 14px;
  padding: 10px;
  vertical-align: center;
}
.CompareFieldName {
  width: 95px;
  padding: 8px 10px 8px 15px;
}
.CompareFieldTop {
  padding: 5px;
  text-align: center;
}
.CompareFieldTop a {
  font-size: 14px;
}
.CompareLeft {
  padding: 5px 10px 5px 10px;
}
.CompareCenter {
  padding: 5px;
}
.CompareRating {
  text-align: center;
  padding-top: 8px;
  vertical-align: middle;
}
.CompareProductOption {
  margin-left: 20px;
  padding-left: 5px;
}
.Availability {
  color: gray;
}
.LittleNote {
  color: gray;
  font-size: 0.85em;
}
.ViewCartLink {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* General Tables */
table.General,
table.CartContents,
table.General {
  margin: 20px 0;
  width: 100%;
}
table.General thead tr th,
table.CartContents thead tr th {
  padding: 6px 10px;
  text-align: left;
}
table.General tbody td,
table.CartContents tbody td {
  vertical-align: top;
}
table.General tbody tr.First td {
  border-top: 0;
}
/* Cart Contents Table */
.CartContents tbody td {
  border-bottom: 0;
}
.CartContents .ProductName a {
  font-weight: 700;
}
.CartContents thead {
  background: #ededed;
}
.CartContents tbody tr td {
  padding: 20px;
}
.CartContents tfoot .SubTotal td {
  font-weight: bold;
}
.ProductOptionList,
.ProductOptionList li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ProductOptionList li {
  margin-bottom: 3px;
  margin-left: 2px;
}
.MiniCart h3 {
  font-size: 1.3em;
}
.MiniCart .SubTotal {
  text-align: center;
  font-size: 1.1em;
}
.JustAddedProduct {
  width: 128px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.JustAddedProduct strong,
.JustAddedProduct a {
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
  font-size: 1.2em;
  padding-bottom: 10px;
}
.CategoryPagination .pagination,
.CategoryPagination .pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.CategoryPagination {
  float: left;
  text-align: center;
}
.CategoryPagination .pagination li {
  display: inline;
}
/* Quick Search */
.QuickSearch {
  background-color: #fff;
  margin: 0;
  min-width: 400px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.RatingIMG {
  display: none;
}
.QuickSearchTitle td,
.QuickSearchAllResults td {
  font-weight: bold;
  padding: 4px;
  font-size: 12px;
}
.QuickSearchResult td {
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
}
.QuickSearchResultImage {
  margin-left: 4px;
  margin-right: 10px;
  text-align: center;
  background: #fff !important;
}
.QuickSearchResultNoImage {
  padding-top: 10px;
  color: #777;
}
.QuickSearchResultName {
  display: block;
  padding-bottom: 5px;
}
.QuickSearchResult .Price {
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}
.QuickSearchHover {
  background: #D6D6D6;
}
.QuickSearchAllResults {
  text-indent: 0;
  padding: 0;
  line-height: 20px;
}
.QuickSearch .QuickSearchAllResults a,
.QuickSearch .QuickSearchAllResults a:hover {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
  outline: none;
  -moz-outline-style: none;
}
/* Brand Tag Clouds */
.BrandCloud .smallest {
  font-size: 12px;
}
.BrandCloud .small {
  font-size: 15px;
}
.BrandCloud .medium {
  font-size: 18px;
}
.BrandCloud .large {
  font-size: 20px;
}
.BrandCloud .largest {
  font-size: 26px;
}
.BrandCloud a {
  padding-right: 5px;
}
.DownloadExpires {
  padding-top: 3px;
  font-style: italic;
  color: gray;
}
.DownloadExpiresToday {
  color: red;
}
.CheckoutRedeemCoupon h4 {
  margin-top: 0;
}
.CheckoutRedeemCoupon p {
  margin-top: 10px;
  margin-bottom: 0;
}
.BillingDetails {
  float: left;
  width: 48%;
  margin-right: 10px;
  margin-bottom: 15px;
}
.ShippingDetails {
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
.ProductDetailsGrid dt {
  width: 140px;
  margin-bottom: 6px;
  float: left;
  font-weight: bold;
}
.ProductDetailsGrid dd {
  margin-left: 140px;
  margin-bottom: 6px;
}
/* SubCategory/SubBrand */
.SubCategoryList ul,
.SubCategoryList li {
  list-style: none;
  margin-left: 0;
}
.SubCategoryList,
.SubBrandList {
  margin-bottom: 20px;
}
.SubCategoryList li,
.SubBrandList li {
  background: #ededed;
  border-left: 4px solid #abc22e;
  display: inline-block;
  font-size: 14px;
  margin: 0 1% 1%;
  padding: 0;
}
.SubCategoryList li:hover,
.SubBrandList li:hover {
  border-color: #005ebd;
}
.SubCategoryList li a,
.SubBrandList li a {
  color: #005ebd;
  display: block;
  padding: 5px 8px;
}
.SubCategoryList li:hover a,
.SubBrandList li:hover a {
  color: #abc22e;
}
/*# MOBILE SUBCATEGORY #*/
.js-mobile-sub-category-menu {
  display: none;
}
.js-mobile-sub-category-menu .selector {
  display: block;
}
.js-mobile-sub-category-menu .selector span {
  font-size: 12px;
  height: auto;
}
.SearchTips .Examples {
  padding: 8px;
  color: #555;
  margin-left: 30px;
  margin-bottom: 10px;
}
.ShippingProviderList li {
  list-style: none;
  margin: 0 0 10px 0;
}
.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
  margin: 0;
  float: none !important;
}
/** Currency Selector **/
.CurrencyList dl {
  margin: 0;
  padding: 0;
}
.CurrencyList dd {
  margin: 0px;
  background-color: #F9F9F9;
  clear: both;
}
.CurrencyList dd:hover {
  background-color: #fff;
}
.CurrencyList a {
  display: block;
  padding: 5px 10px;
  font-size: 11px;
}
.selected-currency .Flag,
.CurrencyList a .Flag {
  float: left;
  margin-right: 10px;
}
.CurrencyList img {
  vertical-align: middle;
}
.currency-converter {
  cursor: pointer;
  position: relative;
  text-align: left;
  z-index: 60;
}
.currency-converter:hover .CurrencyChooser {
  display: block;
}
.currency-converter p {
  margin: 0;
}
.CurrencyChooser {
  display: none;
  position: absolute;
  float: left;
  right: 0;
  top: 100%;
  padding: 15px;
  background: #ffffff;
  min-width: 150px;
}
.CurrencyChooser h2 {
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 10px 0;
}
.CurrencyChooser a span {
  font-size: 11px;
  line-height: 22px;
}
.selected-currency {
  cursor: pointer;
  padding: 10px 20px 10px 10px !important;
  background: url(../images/icon_arrow_down.png) no-repeat right center;
}
.selected-currency span {
  font-size: 11px;
}
.CurrencyChooser .BlockContent {
  position: relative;
  margin-top: -1px;
}
.CurrencyChooser .BlockContent .CurrencyList {
  display: block;
}
.PrimaryProductDetails .YouSave {
  font-weight: bold;
  margin-top: 3px;
  display: block;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
  float: right;
  padding: 20px !important;
}
.EstimateShipping label {
  display: block;
  margin-bottom: 5px;
}
.EstimatedShippingMethods {
  clear: both;
  padding: 20px 0 0 0 !important;
  text-align: left;
}
.ShippingMethodList {
  padding: 0 !important;
}
.EstimatedShippingMethods table {
  margin: 0 !important;
  width: 100%;
  border-collapse: collapse;
}
.EstimatedShippingMethods .Submit {
  text-align: right;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
  text-align: left;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
  text-align: right;
}
.SharePublicWishList {
  padding: 5px;
}
.LoadingIndicator {
  margin-left: 10px;
}
.LoadingIndicator img {
  vertical-align: middle;
  margin-right: 10px;
}
.HeaderLiveChat img {
  vertical-align: middle;
}
.SubCategoryListGrid {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.SubCategoryListGrid ul,
.SubCategoryListGrid li {
  list-style: none;
  margin: 0;
}
.SubCategoryListGrid .sub-cat-name {
  display: block;
}
.SubCategoryListGrid > ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: bottom;
  text-align: center;
  width: 150px;
}
.SubCategoryListGrid > ul li img {
  max-width: 100%;
}
.SubCategoryListGrid ol {
  clear: both;
}
.SubBrandList ul,
.SubBrandList li {
  list-style: none;
  margin-left: 0;
}
.SubBrandList li {
  margin-bottom: 4px;
  padding-left: 25px;
  background: url('../images/SubBrand.gif') no-repeat 3px 50%;
}
.SubBrandListGrid ul,
.SubBrandListGrid li {
  list-style: none;
  margin-left: 0;
}
.SubBrandListGrid li {
  margin: 0;
  width: 33.333%;
  background: #fff;
  float: left;
  text-align: center;
}
.SubBrandListGrid .brand-img,
.SubBrandListGrid .brand-name {
  float: none;
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.SubBrandListGrid ol {
  clear: both;
}
#CartEditProductFieldsForm dt div.Required {
  width: 8px;
}
#CartEditProductFieldsForm textarea {
  width: 183px;
  height: 50px;
}
.OutOfStockMessage {
  display: none;
}
.CartContents .CartProductFieldsLink {
  font-size: 11px;
  color: #666;
  margin-top: 6px;
  padding-left: 22px;
  background: url('../images/GiftWrappingAvailable.png') no-repeat;
  padding-bottom: 4px;
}
.ProductFields dd {
  margin-bottom: 4px;
}
.ProductFields {
  margin-bottom: 15px;
}
.ProductFields input.Textbox {
  width: 100%;
}
.ProductFields TextArea {
  width: 100%;
}
.CartContents .CartProductFieldsRow {
  border-top: 0;
}
.CartContents .CartProductFieldsRow dl {
  margin-top: 15px;
}
p.QuantityInput,
p.AddCartButton {
  text-align: center;
}
.TagList {
  margin-top: 20px;
}
.CartThumb {
  text-align: center;
  width: 1px;
}
.WrappingOptions {
  font-size: 11px;
  color: #666;
  margin-top: 6px;
  padding-left: 22px;
  background: url('../images/GiftWrappingAvailable.png') no-repeat;
  padding-bottom: 4px;
  line-height: 1.6;
}
.ViewAllLink a {
  padding-top: 10px;
  display: block;
}
/* Tabbed Navigation */
.TabNav,
.TabNav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.TabNav {
  font-size: 12px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.TabNav li {
  margin-bottom: -1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.TabNav li a {
  display: block;
  line-height: 41px;
  padding: 0  16px;
  height: 41px;
  font-weight: 600;
  font-size: 14px;
  background: #f9f9f9;
  margin: 0 4px;
  color: #a1a1a1;
}
.TabNav li.Active a {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.TransitTime {
  font-weight: normal;
  color: gray;
}
.ContentList {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-image: none;
}
.ContentList li {
  list-style-type: none;
  margin: 0 0 20px 0;
  border-top: 0;
}
.OrderItemMessage {
  padding: 7px;
  margin: 10px 0px 10px 0px;
}
/* Custom Fields - Start */
.LittleNotePassword {
  color: gray;
  font-size: 0.85em;
  font-weight: normal;
  padding: 2px 0px 2px;
}
.RequiredClear {
  visibility: hidden;
}
/* Custom Fields - End */
/** Search All Form Result - Start **/
.SearchPaging {
  float: right;
  font-size: 0.95em;
}
.SearchSorting {
  float: right;
  font-size: 0.95em;
  margin: 8px 0px;
}
#SearchResultsCategoryAndBrand {
  margin: 20px 0;
}
.ContentList em,
.QuickSearchResultMeta em {
  font-size: 0.8em;
}
/** Search All Form Result - End **/
/** AJAX loading box - Start **/
#AjaxLoading {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 20px;
  display: none;
  position: fixed;
  text-align: center;
  z-index: 10000000000;
  line-height: 42px;
  left: 0;
  right: 0;
}
#AjaxLoading svg {
  vertical-align: middle;
  margin-right: 8px;
  top: 0px;
  position: relative;
}
/** AJAX loading box - End **/
#tabcontent {
  border-radius: 0;
}
#tabcontent .photo {
  margin-right: 20px;
  float: left;
  width: 200px;
}
#tabcontent .photo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
#tabcontent #url {
  margin-bottom: 20px;
}
ul.tabs li {
  border-radius: 0;
}
/* Product Videos */
.previewImageContainer {
  height: 30px;
  width: 50px;
}
.videoRow img {
  float: left;
  padding-right: 5px;
}
.videoRowTitle {
  font-weight: bold;
}
.videoRowDescription {
  max-height: 50px;
  overflow: hidden;
}
.VideoOverlay {
  background-image: url('../images/VideoOverlay.png');
  background-position: center center;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}
.VideoContentContainer {
  position: relative;
  margin-left: 3px;
  padding-left: 92px;
}
/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/
.VideoPreviewSize {
  width: 92px;
  height: 69px;
}
.videoRowLength {
  padding-left: 4px;
}
.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
  cursor: pointer;
}
#VideoList ul {
  position: relative;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  width: 240px;
  height: 265px;
}
#VideoContainer {
  padding: 5px 0 5px 5px;
  height: 265px;
}
.VideoSingleTitle {
  font-weight: bold;
}
.VideoSingleDescription {
  margin-bottom: 20px;
}
.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
  display: none;
}
.VideoImageContainer {
  position: relative;
  float: left;
}
.ToggleSearchFormLink {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ToggleSearchFormLink a {
  color: #fff;
}
.Panel#ProductTabs {
  padding-top: 0px;
}
/* Accordion for product page
....................................................................... */
#prodAccordion .Block {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #d6d6d6;
}
.prodAccordionContent {
  display: block;
}
.current .prodAccordionContent {
  display: block;
}
/* Footer Menu
....................................................................... */
.inner .Block {
  display: block;
  clear: both;
}
.FeaturedProducts,
.NewProducts,
.TopSellers {
  margin-bottom: 20px;
}
table.General,
table.CartContent,
table.CartContents {
  border-collapse: collapse;
}
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {
  border-bottom: 1px solid #d6d6d6;
}
.CartContents tfoot .SubTotal td {
  padding-bottom: 25px;
  padding: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.BlockContent .CartThumb img {
  max-width: 100px;
  height: auto;
}
#SharingDataWrapper {
  height: auto;
}
#SharingDataChoices {
  float: none;
}
#SharingDataChoices li {
  width: auto;
  height: auto;
}
.EstimateShippingButtons {
  text-align: right;
}
.EstimateShippingButtons input {
  margin-bottom: 20px;
}
#uniform-sel_billing_address {
  width: auto;
  margin-bottom: 10px;
}
.left-content {
  float: left;
  width: 50%;
}
.left-content .ProductList {
  margin: 0 0 10px -10px;
}
.left-content .ProductList li {
  width: 20%;
  padding: 0 0 10px 10px;
}
.left-content .ProductList .ProductImage a {
  height: 100px;
}
.left-content .ProductList .ProductDetails {
  font-size: 12px;
  margin: 0;
  padding: 10px 10px 0 0;
  word-wrap: break-word;
}
.left-content .ProductList .ProductDetails .pname {
  border: solid 0px;
  font-size: 12px;
  line-height: 17px;
}
.left-content .ProductList .ProductPriceRating {
  display: none;
}
.left-content .ProductList em.p-price {
  font-size: 12px;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}
#recaptcha_area {
  max-width: 100%;
  margin-right: auto;
}
.pagination .icon {
  display: none;
}
.SortBox div.selector,
.SearchSortingSelectContainer div.selector {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.SortBox div.selector span,
.SearchSortingSelectContainer div.selector span {
  height: 35px;
  line-height: 35px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
ul.AccountOrdersList {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.AccountOrderStatusList li {
  position: relative;
  list-style-image: none;
}
#LayoutColumn1 .h3tt {
  display: none;
}
#LayoutColumn2 .multiStep {
  display: none;
}
.banner_category_page_top {
  position: relative;
}
.banner_category_page_top h2 {
  font-weight: normal !important;
  line-height: 1.25 !important;
  position: relative;
  clear: both;
  color: #312E29 !important;
  display: block;
  font-size: 34px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  bottom: 75px;
  left: 50px;
  position: absolute;
}
.CartContents tfoot .gtotal.SubTotal td {
  font-size: 17px;
  text-transform: uppercase;
}
.HowToPay {
  margin: 0 0 15px 0;
  background: none repeat scroll 0 0 #fff;
  padding: 20px;
  border-radius: 0;
}
.HowToPay p {
  margin: 0;
  padding: 0;
}
.OrderItem1 .selector,
.OrderItem2 .selector {
  width: 75px;
}
/* recapcha */
.recaptchatable .recaptcha_image_cell center {
  height: auto !important;
}
.recaptchatable .recaptcha_image_cell center img {
  height: auto !important;
  max-width: 238px !important;
}
.recaptchatable #recaptcha_response_field {
  width: 220px !important;
}
.recaptchatable #recaptcha_image {
  height: auto !important;
  width: auto !important;
}
.recaptchatable .recaptcha_image_cell {
  width: 240px !important;
}
.recaptchatable #recaptcha_response_field {
  width: 220px !important;
}
#recaptcha_reload_btn {
  display: block;
  background: url(../images/recapRefresh.png) 0 0 no-repeat !important;
}
#recaptcha_reload_btn img {
  visibility: hidden;
}
#recaptcha_switch_audio_btn {
  display: block;
  background: url(../images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
  visibility: hidden;
}
#recaptcha_whatsthis_btn {
  display: block;
  background: url(../images/recapHelp.png) 0 0 no-repeat !important;
}
#recaptcha_whatsthis_btn img {
  visibility: hidden;
  isibility: hidden;
}
.zoomWindow {
  left: 0 !important;
  top: -1px !important;
}
.zoomWrapper {
  position: relative;
  z-index: 110;
}
/* fancybox */
#fancy_bg {
  display: none !important;
}
div#fancy_outer {
  position: fixed !important;
  /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
  top: 20px !important;
  bottom: 20px !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto !important;
  max-width: 920px !important;
  width: 95% !important;
  padding: 0 !important;
  z-index: 110 !important;
}
#fancy_close {
  background: url("../images/icon-close.png") no-repeat scroll 0 0 transparent !important;
  height: 20px !important;
  top: 10px !important;
  right: 10px !important;
  text-indent: 999px;
  width: 20px !important;
}
div#fancy_overlay,
#ModalOverlay {
  background: #000 !important;
  opacity: 0.7 !important;
  z-index: 100 !important;
}
#ModalContentContainer {
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #fff;
}
#ModalContent,
.ModalContent {
  padding: 20px !important;
  border: none!important;
  font-size: inherit;
}
#ModalContent:after,
.ModalContent:after {
  content: "";
  display: table;
  clear: both;
}
#ModalButtonRow,
.ModalButtonRow {
  background: none !important;
  border: none !important;
  padding: 15px !important;
  height: auto !important;
}
#ModalContainer .modalClose {
  top: 10px !important;
  right: 11px !important;
  padding-right: 0 !important;
}
.ModalButtonRow input {
  font-weight: normal !important;
}
.AddBillingAddress dt,
.AddShippingAddress dt {
  clear: none;
}
.AddBillingAddress dd,
.AddShippingAddress dd {
  margin: 0 0 0 180px;
  min-height: 40px;
  padding: 0 0 20px 15px;
  width: 210px;
}
.Content .Button,
.form .Button {
  display: inline-block;
}
.QuickSearch tbody tr {
  display: block;
  padding: 10px;
}
.QuickSearch tbody tr td {
  border: none;
  vertical-align: text-top;
}
.QuickSearch tbody tr.QuickSearchResult:hover {
  background-color: #ededed;
}
.QuickSearchResult .QuickSearchResultImage {
  width: 70px;
  height: 65px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
/* inner */
.inner #CategoryPagingTop,
.inner #CategoryPagingBottom {
  clear: none;
  text-align: center;
  width: auto;
}
.inner #CategoryPagingTop {
  float: right;
  margin-top: 3px;
}
.pagination {
  border-radius: 0;
  margin: 0;
}
.pagination .nav-next,
.pagination .nav-previous {
  padding: 2px 0;
}
.pagination > li {
  float: left;
  padding: 0 5px;
}
.pagination > li:first-of-type {
  margin-left: 0;
  margin-top: 1px;
  padding-right: 10px;
}
.pagination > li > a,
.js-paging-list > .active {
  background: none;
  border: none;
  color: #005ebd;
  line-height: 1.42857143;
  padding: 2px 8px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > li > a:hover,
.js-paging-list > .active {
  background: #1399be;
  color: #fff;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background: none;
  border: none;
  color: #abc22e;
}
.pagination > li > .nav-next:hover,
.pagination > li > .nav-prev:hover {
  background: none;
  color: #fff;
}
.inner #CategoryHeading {
  clear: both;
  width: 100%;
}
.SortBox,
.SearchSorting {
  float: left;
  margin: 0;
  padding: 0;
}
.SortBox label,
.SearchSorting label {
  float: left;
  font-weight: 400;
  padding: 10px 10px 0 0;
}
.SortBox div.selector,
.SearchSorting div.selector {
  float: right;
  line-height: 35px;
  min-height: 35px !important;
  padding: 0;
}
div.selector select {
  font-size: 12px;
}
#uniform-revrating {
  width: 200px !important;
}
.SortBox div.selector span,
.SearchSorting div.selector span {
  height: 35px;
  line-height: 35px;
  margin-right: 23px;
  padding-right: 10px;
}
.FormContainer .box {
  display: block;
  clear: both;
  width: 100%;
  float: left;
  padding: 20px 0 40px 0;
}
#ProductReviews .btn {
  margin-bottom: 20px;
}
#ProductReviews p.Submit {
  margin-bottom: 0;
}
#message_content {
  height: 240px;
}
.UtilityLinks {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0 5px 0;
}
ul.ShippingAddressList h4 {
  display: block;
  clear: both;
  padding-bottom: 8px;
}
table thead tr th,
table.General thead tr th,
table.CartContents thead tr th,
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {
  padding: 20px 10px;
}
table tbody tr td,
table.General tbody tr td,
table,
table.General,
table.CartContents {
  margin: 20px 0;
}
.AccountMessageList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.AccountMessageList li {
  padding: 0 0 20px 0;
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList .by {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
}
.AccountMessageList .by img {
  position: absolute;
  left: 0;
  top: 2px;
}
.AccountMessageList blockquote {
  margin-left: 0;
  padding-top: 5px;
}
.AccountOrderStatusList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Meta {
  font-size: 12px;
}
.OrderItemList {
  margin: 10px 60px;
}
.AccountOrderStatusList li,
.AccountOrdersList li {
  position: relative;
}
.li-list {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.AccountOrderStatusList .box1 {
  padding: 0 10px 0 20px;
}
.btns {
  position: absolute;
  right: 0;
  top: 10px;
  float: left;
  z-index: 2;
  color: #5e5c5c;
  font-size: 13px;
  line-height: 28px;
  font-weight: normal;
}
.btns form {
  display: inline;
  float: right;
}
.btns span.FloatRight {
  padding: 0 5px;
}
.btns .btn-clear {
  float: left;
  clear: none;
}
.bg-gray {
  float: left;
  padding: 20px;
  width: 90%;
  background: #ededed;
  display: block;
  margin-bottom: 20px;
}
.ShippingMethodList table {
  clear: both;
  padding-top: 20px;
  width: 100%;
}
.ShippingMethodList table td {
  padding: 15px 10px 10px 10px!important;
}
/* override invalid width set by uniform jq-plugin on firefox */
.CartItemQuantity .selector,
.DetailRow.qty .selector {
  width: 75px !important;
}
.CartItemQuantity div.selector span,
.DetailRow.qty .selector span {
  margin: 0px 0 0 0;
  line-height: 20px;
  height: 20px;
}
.CartRemoveLink {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url(../images/icon_sprite.png) no-repeat -46px -46px;
}
.SubTotal td {
  padding: 20px 0 0 0;
}
.ProceedToCheckout,
.KeepShopping {
  text-align: right;
}
.ProceedToCheckout .PayPalExpressCheckout p {
  margin-bottom: 20px;
}
.ProceedToCheckout .FloatRight,
.ProceedToCheckout .FloatLeft {
  float: none !important;
}
.ProceedToCheckout.btm {
  padding: 0 20px 30px 20px;
}
.ProceedToCheckout.btm .CheckoutButton {
  padding-bottom: 20px;
}
.boxin {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #6a6a6a;
}
.boxin .mtop {
  margin-top: 20px;
}
.GiftCertificateThemeList {
  line-height: 28px !important;
}
.GiftCertificateThemeList label {
  float: left;
  clear: both;
}
#SimilarProductsByCustomerViews .btn {
  display: none;
}
#fastCartContainer .ProductList {
  margin: 0 10px 0 -20px;
}
#fastCartContainer .ProductList li,
#landing #fastCartContainer .ProductList li {
  height: auto !important;
  margin: 0;
  padding: 0 0 0 20px;
  width: 25%;
}
#fastCartContainer .ProductList li .ProductPriceRating {
  margin-top: 0;
}
.fastCartThumb,
.fastCartItemBox,
.fastCartSummaryBox {
  width: 33.333333%;
  max-width: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fastCartThumb {
  text-align: center;
}
.fastCartItemBox {
  margin-left: 0;
  padding: 0 20px;
}
.fastCartSummaryBox {
  padding: 20px;
  text-align: center;
}
.fastCartSummaryBox .ProceedToCheckout {
  margin: 0 0 20px 0;
}
.fastCartSummaryBox .ProceedToCheckout a {
  display: block;
}
.fastCartSummaryBox .subtotal {
  /* These are overrides for __Master */
  clear: none;
  font-size: inherit;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.fastCartSummaryBox .subtotal .ProductPrice {
  font-size: 40px;
  word-wrap: break-word;
}
.fastCartSummaryBox .actionLink {
  margin: 0 0 20px 0;
}
.fastCartSummaryBox .actionLink {
  line-height: 1.5em;
}
.fastCartSummaryBox .actionLink .btn {
  display: block;
}
.fastCartSummaryBox .PayPalExpressCheckout {
  width: 100%;
}
.modalClose {
  float: left;
  width: 20px !important;
  height: 20px !important;
  text-indent: 999px;
  overflow: hidden;
  right: -10px !important;
  background: url(../images/icon-close.png) no-repeat 0 0 !important;
}
#ModalTitle,
.ModalTitle {
  display: none!important;
}
#ModalContainer {
  position: fixed !important;
  /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
  height: auto !important;
  left: 0 !important;
  margin: 0 auto !important;
  max-height: 95% !important;
  max-width: 920px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 !important;
  right: 0 !important;
  top: 20px !important;
  width: 100% !important;
  z-index: 110 !important;
}
/* Footer */
.footer {
  text-align: left;
  overflow: hidden;
}
.footer-main li {
  float: left;
  font-size: 13px;
  list-style: none;
  width: 100%;
}
.footer-main .inner {
  padding: 40px 0;
}
.subscribe_form ul {
  text-align: right;
}
.subscribe_form li {
  display: inline-block;
  vertical-align: top;
}
.footer-links ul {
  float: left;
  width: 100%;
  margin: 30px 0 0 0!important;
  padding: 15px 0!important;
  border-top: 1px solid #6a6a6a;
}
.footer-links p {
  display: block;
  clear: both;
  padding: 20px 0;
  margin: 0;
  font-size: 11px;
}
.footer .powered-by {
  float: right;
}
.footer .powered-by a {
  background: url('../images/bc_logo_sprite.png') no-repeat;
  background-position: 0 0;
  height: 22px;
  width: 95px;
  text-indent: -9999px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  filter: alpha(opacity=30);
  /* Internet Explorer */
  opacity: 0.3;
  /* Chrome, Firefox, Opera, Safari */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  /* IE8 */
  -khtml-opacity: 0.30;
  -moz-opacity: 0.30;
  /* Old Firefox */
  margin-left: 7px;
}
.footer .powered-by a:hover {
  background-position: 0 -25px;
  filter: alpha(opacity=100);
  /* Internet Explorer */
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE8 */
  -khtml-opacity: 1;
  -moz-opacity: 1;
  /* Old Firefox */
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
}
.video-wrapper embed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#VideoContainer {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  border: solid red 0px;
  height: auto;
}
#VideoSideContainer {
  display: none;
}
#FeaturedVideo {
  float: none;
  clear: both;
  border: solid red 0px;
}
#VideoList {
  float: none;
  clear: both;
  padding: 0;
}
#VideoList ul {
  height: auto;
  width: auto;
}
#VideoList li {
  padding: 10px;
  height: 69px;
  margin: 0;
  border: solid #fff 0px;
}
.currentVideo {
  background-color: #fff;
  border: 0px;
}
.fullwidth {
  padding: 0 !important;
}
#ProductBreadcrumb ul.last {
  display: block;
}
.Message,
.InfoMessage,
.SuccessMessage,
.ErrorMessage,
.alert {
  float: left;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid transparent;
}
.InfoMessage,
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.SuccessMessage,
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.ErrorMessage,
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert {
  float: left;
  width: 100%;
}
.ccode label {
  float: left;
  width: 200px;
  padding: 0 20px;
  text-align: center;
}
/* zoom overrides */
#provider_list {
  line-height: 200%;
}
#ChooseShippingAddress,
#ChooseBillingAddress {
  position: relative;
}
#ChooseBillingAddress label,
#ChooseShippingAddress label {
  display: block;
}
.SelectBillingAddress,
.SelectShippingAddress {
  margin-bottom: 20px;
}
#multiAddressForm div.selector {
  width: 450px;
}
.CartItemIndividualPrice {
  text-align: right;
}
#cookieNotification {
  max-height: 88px;
}
#cookieNotification .cookie-inner {
  max-width: 940px;
  width: 100%;
}
#cookieNotification p {
  float: none;
}
#cookieNotification button {
  float: right;
  margin: 17px 0 0 0;
}
@media screen and (max-width: 768px) {
  #cookieNotification p {
    font-weight: normal;
    line-height: 14px;
    font-size: 90%;
  }
  #cookieNotification .icon-info {
    display: none;
  }
  #cookieNotification button {
    margin-top: 0;
  }
}
.productAttributes {
  margin: 15px 0;
  font-size: 11px;
}
.productAttributes label,
.productAttributes span {
  white-space: nowrap;
}
select.JSHidden {
  opacity: 0 !important;
  filter: alpha(opacity = 0) !important;
}
#fastCartContainer {
  margin: 20px auto 0 auto;
}
.zoomWindow {
  width: 100%;
}
#uniform-eway_ccexpm,
#uniform-eway_ccexpy {
  width: 75px !important;
}
.CartCode {
  margin-bottom: 20px;
}
.CartCode > .CouponCode,
.CartCode > .GiftCertificate {
  float: left;
  width: 50%;
}
.CartCode .GiftCertificate input.btn,
.CartCode .CouponCode input.btn {
  min-width: 35px;
  padding: 0;
  text-align: center;
}
.blockquote {
  margin: 0;
}
#uniform-EventDateMonth,
#uniform-EventDateDay,
#uniform-EventDateYear {
  width: auto !important;
}
/* Over writes of defaults */
.sf-menu a.sf-with-ul {
  min-width: 0 !important;
  padding-right: 0 !important;
}
.product-nav {
  margin-bottom: 20px;
}
.product-nav #CategoryPagingTop,
.product-nav #CategoryPagingBottom,
.product-nav .CategoryPagination {
  margin: 0;
  line-height: 35px;
}
.fastCartTop {
  padding: 0 10px 0 0;
}
.fastCartBottom {
  padding: 0;
}
.FormFieldLabel {
  margin-right: 5px;
}
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
  margin: 0 5px 0 0;
  padding: 0;
}
#ModalContent .btn,
.ModalContent .btn,
#ModalContent .btn:hover,
.ModalContent .btn:hover {
  color: #fff !important;
}
/*.CategoryContent {
    padding: 0 0 0 20px;
}*/
.SubBrandListGrid ul {
  padding: 0;
  margin: 0;
}
.SubBrandListGrid ul li {
  padding: 0;
}
#fastCartWrapper {
  padding: 0;
}
#WishLists {
  position: relative;
}
#sel_billing_address {
  margin-bottom: 20px;
}
.SitemapPages,
.SitemapCategories,
.SitemapBrands {
  float: left;
  margin-left: 1%;
  width: 32%;
}
/* Utilities
-------------------------------------------------------------- */
/* Spacing */
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/
.ptn,
.pvn,
.pan {
  padding-top: 0;
}
.pts,
.pvs,
.pas {
  padding-top: 10px;
}
.ptm,
.pvm,
.pam {
  padding-top: 20px;
}
.ptl,
.pvl,
.pal {
  padding-top: 40px;
}
.prn,
.phn,
.pan {
  padding-right: 0;
}
.prs,
.phs,
.pas {
  padding-right: 10px;
}
.prm,
.phm,
.pam {
  padding-right: 20px;
}
.prl,
.phl,
.pal {
  padding-right: 40px;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 10px;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 20px;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 40px;
}
.pln,
.phn,
.pan {
  padding-left: 0;
}
.pls,
.phs,
.pas {
  padding-left: 10px;
}
.plm,
.phm,
.pam {
  padding-left: 20px;
}
.pll,
.phl,
.pal {
  padding-left: 40px;
}
.mtn,
.mvn,
.man {
  margin-top: 0;
}
.mts,
.mvs,
.mas {
  margin-top: 10px;
}
.mtm,
.mvm,
.mam {
  margin-top: 20px;
}
.mtl,
.mvl,
.mal {
  margin-top: 40px;
}
.mrn,
.mhn,
.man {
  margin-right: 0;
}
.mrs,
.mhs,
.mas {
  margin-right: 10px;
}
.mrm,
.mhm,
.mam {
  margin-right: 20px;
}
.mrl,
.mhl,
.mal {
  margin-right: 40px;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 10px;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 20px;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 40px;
}
.mln,
.mhn,
.man {
  margin-left: 0;
}
.mls,
.mhs,
.mas {
  margin-left: 10px;
}
.mlm,
.mhm,
.mam {
  margin-left: 20px;
}
.mll,
.mhl,
.mal {
  margin-left: 40px;
}
.mra,
.mha {
  margin-right: auto;
}
.mla,
.mha {
  margin-left: auto;
}
/* Original helpers */
.MB10 {
  margin-bottom: 10px;
}
.MT0 {
  margin-top: 0;
}
.LH140 {
  line-height: 140%;
}
.PLRB5 {
  padding: 0 5px 5px 5px;
}
.PLR10 {
  padding: 0 10px 0 10px;
}
.PL20 {
  padding: 0 0 0 20px;
}
.PL40 {
  padding: 0 0 0 40px;
}
.ML20 {
  margin: 0 0 0 20px;
}
.MT10 {
  margin-top: 10px;
}
.PL10 {
  padding-left: 10px;
}
.PB2 {
  padding-bottom: 2px;
}
.PTB20 {
  padding: 20px 0;
}
.NoMarginBottom {
  margin-bottom: 0;
}
.HideElement {
  display: none;
}
.FloatRight {
  float: right;
}
.FloatLeft {
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear {
  clear: both;
  overflow: hidden;
}
.txtC {
  text-align: center;
}
.txtL {
  text-align: left;
}
.txtR {
  text-align: right;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* =Plugins
-------------------------------------------------------------- */
/* ----- UniForm ----- */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.button,
div.button span {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0;
}
/* INPUT &amp; TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
  color: #444440;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  padding: 3px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #d6d6d6;
  border-right: solid 1px #d6d6d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
}
/* SPRITES */
/* Select */
div.selector,
div.selector span {
  line-height: 25px;
  height: 25px;
}
div.selector select {
  /* change these to adjust positioning of select element */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* Checkbox */
div.checker {
  height: 15px;
  width: 15px;
}
div.checker input {
  height: 15px;
  width: 15px;
}
div.checker span {
  background-position: 0px -55px;
  height: 15px;
  width: 15px;
}
div.checker span.checked,
div.checker:active span.checked,
div.checker.active span.checked,
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -22px -55px;
}
/* Radio */
div.radio {
  width: 18px;
  height: 18px;
  background: none;
}
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  height: 16px;
  width: 16px;
  background-position: 0px -82px;
}
div.radio span.checked,
div.radio:active span.checked,
div.radio.active span.checked,
div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -22px -82px;
}
/* Uploader */
div.uploader {
  background-color: #fff;
  height: 35px;
  position: relative;
  overflow: hidden;
  width: 300px;
}
div.uploader span.action {
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  float: right;
  padding: 0 10px;
  overflow: hidden;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  height: 37px;
  line-height: 37px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  padding-left: 10px;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  position: absolute;
  font-size: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 100px;
  border: none;
  cursor: default;
}
/* Uploader */
div.uploader span.filename {
  color: #777;
  font-size: 11px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}
div.uploader.disabled span.action {
  background-position: right -381px;
}
div.button {
  background-position: 0px -523px;
}
div.button span {
  background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}
div.button.active,
div.button:active {
  background-position: 0px -583px;
}
div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}
div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}
div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
  height: 30px;
}
div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}
/* Select */
div.selector {
  border: 1px solid #ccc !important;
  background: #ffffff url(../images/icon_arrow_down.png) no-repeat right center !important;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  max-width: 99%;
  min-height: 28px !important;
  padding: 3px 0 !important;
}
div.selector select {
  border: solid 1px #fff;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
}
div.selector span {
  background: none;
  cursor: pointer;
  line-height: 20px;
  padding: 5px 25px 5px 10px !important;
}
div.selector.disabled span {
  color: #bbb;
}
/* Checker */
div.checker {
  margin-right: 5px;
}
/* Radio */
div.radio {
  margin-right: 3px;
}
/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
/* Button */
div.button a,
div.button button,
div.button input {
  position: absolute;
}
div.button {
  cursor: pointer;
  position: relative;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
/* Select */
div.selector {
  float: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: content-box;
}
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* use '=' here, not ':' */
  -moz-opacity: 0;
  border: none;
  background: none;
  cursor: pointer;
  height: 100%;
}
/* Checker */
div.checker {
  position: relative;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  display: inline-block;
  background: none;
}
/* Radio */
div.radio {
  position: relative;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}
/* Custom.css
-------------------------------------------------------------- */
.brand-name {
  padding: 5px 0 5px 4%;
  text-align: left;
  min-height: 30px;
}
.right {
  float: right;
}
.txt24 {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.txt24 em {
  font-style: normal !important;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
  left: 50px;
  bottom: 33%;
}
.c-wrap {
  width: 980px;
  margin: 0 auto;
  display: block;
  clear: both;
}
.txt-center {
  text-align: center!important;
}
.txt-left {
  text-align: left!important;
}
.txt-right {
  text-align: right!important;
}
small {
  font-size: 12px!important;
}
.multiStep,
.multiStep li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.multiStep {
  text-align: center;
  position: relative;
  min-height: 1px;
  zoom: 1;
}
.multiStep li {
  margin: 0 20px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.multiStep li.ActivePage h4 {
  padding-bottom: 0;
  margin-bottom: 1em;
}
.multiStep li .icon {
  background: url("../images/nav_active.png") no-repeat;
  display: block;
  float: left;
  height: 8px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  bottom: -5px;
  width: 13px;
}
.li-list {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}
.li-list h4 {
  position: relative;
  z-index: 1;
}
.li-list form {
  position: relative;
  z-index: 10;
}
/* icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../images/icon_sprite.png") no-repeat 0 -27px;
  vertical-align: middle;
}
.icon-add {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  transition: background-color 150ms ease 0s;
  -moz-transition: background-color 150ms ease;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
.icon-add:hover {
  -moz-transition: background-color 150ms ease;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a {
  float: left;
  width: 18px;
  height: 21px;
  margin-right: 10px;
  background: url(../images/icons_off.png) no-repeat -170px -152px;
}
.icon-delete:hover,
.icon-edit:hover,
.icon-share:hover,
#WishLists .txt-hide a:hover,
#WishLists .txt-hide .icon-delete:hover,
#WishLists .txt-hide .icon-edit:hover {
  background: url(../images/icons_on.png) no-repeat -170px -152px;
  background-color: transparent !important;
}
.icon-edit,
.icon-edit:hover,
#WishLists .txt-hide .icon-edit,
#WishLists .txt-hide .icon-edit:hover {
  background-position: -140px -152px;
}
.icon-delete,
.icon-delete:hover,
#WishLists .txt-hide .icon-delete,
#WishLists .txt-hide .icon-delete:hover {
  background-position: -108px -152px;
}
/* btn styles */
.Button a {
  color: #ffffff!important;
}
.full-width {
  display: block;
  clear: both;
  padding: 0;
}
.full-width .zeroLeft {
  padding-left: 0 !important;
}
.cpage .Content.Wide {
  padding: 30px 0 0 45px;
  border-left: 1px solid #e8e8e8;
}
a.nav-next:hover,
a.nav-prev:hover {
  color: #333;
}
.mtop {
  margin-top: 27px;
}
.pbtm {
  padding-bottom: 30px;
}
.no-ptop {
  padding-top: 0!important;
}
.list {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
.list-icon,
.list-news {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-icon li {
  line-height: 23px;
  padding: 0 0 10px 0;
}
.list-icon .icon {
  width: 23px;
  height: 23px;
  margin: 0 15px 0 0;
  background-position: -41px 0;
}
.list-news li p {
  margin-bottom: 10px;
}
.addto {
  display: block;
  clear: both;
  overflow: hidden;
}
.addto .BulkDiscount {
  display: inline-block;
}
.addto #SideProductAddToWishList {
  display: inline-block;
}
.txt-hide {
  text-indent: -999px;
  overflow: hidden;
  color: #ffffff;
}
.left-content .ProductList .p-name {
  float: left;
  font-size: 12px;
  margin: 5px 0 25px 0;
  padding: 5px 0 3px 5%;
  border-left: 2px solid #d6d6d6;
}
a.CustomizeItemLink {
  font-size: 11px;
}
#CartHeader {
  position: relative;
}
#CartHeader .btn {
  top: 50%;
  right: 0;
  margin-top: -20px !important;
  position: absolute;
}
.recaptcha_widget_div {
  margin-bottom: 20px;
}
.recaptchatable {
  background-color: #fff;
}
.fileInput {
  margin-bottom: 10px;
}
#TabContentAddressMultiple {
  padding-top: 20px;
}
#cart-amount {
  display: none;
}
#SideAccountNavigation .CurrencyChooser {
  background: none;
  border: none;
  display: block;
  float: none;
  left: auto;
  margin-top: 15px !important;
  padding: 0;
  position: relative;
  padding-bottom: 30px;
  right: auto;
  top: auto;
}
#SideAccountNavigation #change-currency,
#SideAccountNavigation h2 {
  display: none;
}
#SideAccountNavigation .selected-currency {
  background-color: #474747;
  border: 1px solid #5c5c5c;
}
#SideAccountNavigation .selected-currency .Text {
  padding: 0 0 0 5px;
}
#SideAccountNavigation .CurrencyList {
  display: none;
}
#SideAccountNavigation .CurrencyList.open {
  display: block;
}
#SideAccountNavigation .CurrencyList dd {
  border: none;
}
#SideAccountNavigation .CurrencyList a {
  background: #474747;
  border-bottom: 1px solid #383838;
  display: block;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: all 60ms ease;
  -webkit-transition: all 60ms ease;
  -o-transition: all 60ms ease;
  transition: all 60ms ease;
}
#SideAccountNavigation .CurrencyList a:hover {
  background-color: none;
}
#SideAccountNavigation .CurrencyList .Flag {
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  zoom: 1;
}
#SideAccountNavigation .CurrencyList .Text {
  color: #ccc !important;
  display: inline-block;
  overflow: hidden;
  padding: 0 0 0 5px !important;
  vertical-align: middle;
  white-space: nowrap;
}
/* Color: White */
.slide-show ul li {
  padding: 0;
  margin: 0;
}
a.btn_link {
  /* All boxed links within banners */
  color: #fff !important;
  background: #333;
  padding: 2px 10px 2px 10px !important;
}
.Right .Block h2 {
  border-bottom: 1px solid #d6d6d6;
}
.Right li {
  border-bottom: 1px solid #d6d6d6;
}
.Content .ProductList .ProductImage {
  background: gray;
}
.ProductList .Rating {
  color: #9a9a9a;
}
.Right .TopSellers li .TopSellerNumber {
  /* Contains the number of the item */
  display: none;
}
.CompareItem {
  width: 200px;
  border-left: 1px solid #d6d6d6;
}
.CompareFieldName {
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
}
.CompareFieldTop {
  border-bottom: 1px solid #d6d6d6;
  font-size: 14px;
  padding: 20px 10px;
}
.CompareFieldTop a:hover {
  color: #333;
}
.CartContents tfoot .SubTotal td div {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.JustAddedProduct {
  border: 1px solid #d6d6d6;
  background: #fff;
}
/*custom */
.CartContents tfoot .CheckoutRedeemCoupon {
  background: none repeat scroll 0 0 #fff;
  border: 0 solid #d6d6d6;
  height: 100%;
  line-height: 4.2em;
  margin: 0;
  padding: 0 10px;
  text-align: right;
}
.CartContents tfoot .CheckoutRedeemCoupon td {
  padding-right: 0;
  font-weight: bold;
}
.ComparisonTable tr:hover td,
.ComparisonTable tr.Over td {
  background: #fff;
}
.QuickSearchResult .Price {
  color: #333;
}
.SearchTips .Examples {
  background: #fff;
}
.Right hr {
  background: transparent;
  border: 0;
}
.MiniCart .SubTotal {
  color: #333;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: left;
}
/* Product Videos */
.videoRow:hover {
  background-color: #ededed;
}
.CartContents .ItemShipping th {
  border-bottom-color: #d6d6d6;
  border-top-color: #d6d6d6;
  background: #fff;
  color: #2f2f2f;
}
/* start fast cart styles */
.fastCartSummaryBox {
  background-color: #eaeaea;
}
/* end fast cart styles */
.ProductTinyImageList li {
  border-color: #eee !important;
}
.TinyOuterDiv {
  border-color: #eee !important;
}
/**
 *   Bigcommerce Blueprint with Less
 *
 *   For compatability with the Bigcommerce Style Editor:
 *    + Import your Google fonts first
 *
 *    + Declare your fonts for use in the editor by using '@font-declaration' (JSON format)
 *      eg @font-declaration: '{ "Roboto Slab":["Roboto Slab","Arial","sans-serif"], "Freckle Face":["Freckle Face","cursive"] }'
 *
 *    + Declare your color palette for use in the editor by using '@color-declaration'
 *      eg @color-declaration: '["#333", "#1399BE", "#EDEDED", "#FFF"]';
 *
 *    + Prefix fonts with '@font-' for the style editor to make it editable by the end user
 *
 *    + Prefix colors with '@color-' for the style editor to make it editable by the end user
 *
 *    + Prefix settings with '@setting-' for the style editor to make it adjustable by the end user
 */
/**
 *   Import Google Fonts
 */
/**
 *   Declarations
 */
/**
 *   Colors
 *   Prefix with '@color-'
 */
/**
 *   Fonts
 *   Prefix with '@font-'
 */
/**
 *   Settings
 *   Prefix with '@setting-'
 */
/**
 *   CSS Assignments
 */
/**
 *   Bigcommerce Blueprint with Less
 *   For the Less variables and functions that you don't want available in the Style Editor, declare them in this file.
 */
/* Moved these settings out of the style editor because compiling was not working when changes were made in the style editor */
/* It appeared to be defaulting back to the core theme init.less file */
/**
 *   Bigcommerce Blueprint
 *   Style Initialisation
 */
img[src*="@2x"],
img[src*="2x"] {
  display: none;
}
.SortBox,
.AddToWishlistLink .wishlist-button {
  color: #005ebd;
}
.bg-color {
  background-color: #abc22e;
}
.header {
  background: #ffffff;
}
.page-wrap {
  background: #ffffff;
}
.footer-main {
  background: #ffffff;
}
.footer-links {
  background: #163051;
  color: #ffffff;
}
.footer-links a {
  color: #5f93d4;
}
.footer-links a:hover {
  color: #316bb5;
}
.newsletter-subscription {
  background-color: #ffffff;
}
.form-group {
  clear: both;
}
body,
input,
select,
textarea,
input.Textbox,
input[type="text"],
#SearchForm input,
.HorizontalFormContainer dd .selector span,
.fastCartTop div,
.list-icon li {
  color: #005ebd;
}
#ModalContent,
.ModalContent,
.CurrencyChooser a span {
  color: #005ebd !important;
}
a,
.header-logo a,
.Left li li a,
.Left .slist li a,
.Left .afterSideShopByBrand a,
.Left .slist li li a,
.TabNav li.Active a,
.ModalContent h4 a:hover,
.footer a:hover {
  color: #005ebd;
}
#ModalContent a,
.ModalContent a,
.recaptchatable a {
  color: #005ebd !important;
}
.Left li a.active:hover {
  border-color: #005ebd;
}
.icon-add:hover {
  background-color: #005ebd !important;
}
.multiStep li a {
  color: #3e9eff;
}
.Left li a.active,
a:hover,
a.alt,
p a,
a.NextLink,
.BulkDiscountLink a,
.currency-converter p span,
.Left .slist li a:hover,
.Left .afterSideShopByBrand a:hover {
  color: #abc22e;
}
.recaptchatable a:hover,
#ModalContent a:hover,
.ModalContent a:hover {
  color: #abc22e !important;
}
a.alt:hover {
  background-color: #abc22e;
  color: #ffffff;
}
.multiStep li.ActivePage h4 {
  border-bottom: 4px solid #abc22e;
}
.icon-add {
  background: #abc22e url("../images/add.png") no-repeat scroll 50% 50%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #005ebd;
  font-family: "Roboto Slab", Arial, Sans-serif;
}
h1,
.h1 {
  color: #abc22e;
  font-family: "Roboto Slab", Arial, Sans-serif;
}
.productOptionViewProductPickListWithImage td {
  border-bottom: 1px dotted #ffffff;
}
.productOptionViewRectangle .option.selectedValue label {
  border: 1px solid #cccccc !important;
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
  border: 1px solid #ffffff !important;
  border-color: #595959 !important;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours,
.productOptionViewRectangle .option label,
.recaptchatable #recaptcha_response_field,
.zoomWrapper,
textarea,
#ProductDetails .ProductTinyImageList ul li.selected {
  border: 1px solid #ccc !important;
}
.CurrencyList dd,
#SearchForm .Button,
#SearchForm input.Textbox,
select,
hr,
input.Textbox,
input[type="text"],
input[type="password"],
.QuickSearch,
.SharePublicWishList,
.TabNav li a,
.HowToPay,
.QuickSearchResult .QuickSearchResultImage,
.CurrencyChooser,
.selected-currency,
div.uploader,
.recaptchatable {
  border: 1px solid #ffffff;
  height: 35px;
  line-height: 35px;
}
input.Textbox,
input[type="text"],
input[type="password"] {
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
  display: block;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input.Textbox:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea {
  padding: 10px;
  max-width: 100%;
}
div.uploader span.action {
  border-left: 1px solid #ffffff;
}
.title-heading,
.TitleHeading,
.TabNav {
  border: none;
}
.ProductList.List .ProductDetails {
  border-top: 1px solid #ffffff;
}
.btn {
  background-color: #abc22e;
  color: #ffffff;
}
.btn:hover {
  background-color: #879924;
  color: #ffffff;
}
.btn.alt {
  background-color: #005ebd;
  color: #ffffff;
}
a.btn.alt {
  color: #ffffff;
}
.btn.alt:hover {
  background-color: #00458a;
}
.btn.text {
  color: #cfdf77;
}
.navbar-top-menu > .inner,
#Header > .inner,
.header-navigation > .inner,
.main > .inner,
.footer-main > .inner,
.footer-links > .inner,
.newsletter-subscription > .inner {
  max-width: 1160px;
  width: 96%;
}
svg path,
svg rect {
  fill: #abc22e;
}
.search-with-facets-search {
  float: left;
  margin-bottom: 10px;
  margin-top: 34px;
  padding-right: 32px;
  position: relative;
  width: 100%;
}
.search-with-facets-search .search-input {
  padding: 7px 10px 6px;
  width: 100%;
}
.search-with-facets-search .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.search-with-facets-search .btn i {
  left: 0;
}
/* --- Responsive --- */
/* 768px */
@media screen and (max-width: 768px) {
  .TabNav li.Active a {
    border-bottom: 1px solid #ffffff;
  }
}
/* 600px */
@media screen and (max-width: 600px) {
  .BillingDetails,
  .ShippingDetails {
    border-top: 1px solid #ffffff;
  }
}
/* 480px */
@media screen and (max-width: 480px) {
  #cart-amount .Cart .total {
    background: #005ebd;
    color: #ffffff;
  }
  #cart-amount .Cart .bag-handle {
    border: 2px solid #005ebd;
  }
}
/** /javascript/jquery/themes/cupertino/ui.all.css?key=1&amp;1 **/
/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
  color: #362b36;
}
.ui-widget-content a {
  color: #362b36;
}
.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2779aa;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #0070a3;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #2694e8;
  background: #3baae3 url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f9dd34;
  background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a url(images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -khtml-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url(images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
  opacity: .80;
  filter: alpha(opacity=80);
}
.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
  opacity: .30;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*
 * jQuery UI Resizable 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Slider 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/** /javascript/jquery/plugins/imodal/imodal.css?key=1&amp;1 **/
#ModalOverlay {
  background-color: #000;
}
#ModalContainer {
  left: 50%;
  top: 15%;
}
.modalClose {
  z-index: 100000;
  cursor: pointer;
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: 10px;
  background: url('close.gif') no-repeat;
}
#ModalLoadingOverlay {
  background: #000;
  cursor: pointer;
}
#ModalLoadingIndicator {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background: url(loading.gif) no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30001;
}
#ModalContentContainer {
  -webkit-box-shadow: 0 0 30px 4px #777;
  -moz-box-shadow: 0 0 30px 4px #777;
  box-shadow: 0 0 30px 4px #777;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-background-clip: padding-box;
}
#ModalTitle,
.ModalTitle {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  background: #f2f4f7;
  color: #313131;
  font-size: 110%;
  font-weight: bold;
  padding: 10px 14px;
  border: 1px solid #606263;
  border-bottom-color: #b8b8b8;
  -webkit-background-clip: padding-box;
  text-align: left;
}
#ModalContent,
.ModalContent {
  border: 1px solid #606263;
  border-top-width: 0;
  background: #fff;
  margin: 0;
  text-align: left;
  color: #444;
  padding: 10px;
}
#ModalContent a,
.ModalContent a {
  color: #444;
}
.ModalContentWithButtons .ModalContent,
.ModalContentWithButtons #ModalContent {
  margin-bottom: 0;
  border-bottom-width: 0;
}
#ModalButtonRow,
.ModalButtonRow {
  border: 1px solid #606263;
  border-top-color: #919394;
  background: #e7ebf0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-background-clip: padding-box;
  text-align: right;
  padding: 4px 8px;
  height: 30px;
  line-height: 30px;
}
#ModalButtonRow input,
.ModalButtonRow input {
  text-align: center;
}
#ModalButtonRow input.Submit,
.ModalButtonRow input.Submit,
#ModalButtonRow input.SubmitButton,
.ModalButtonRow input.SubmitButton {
  font-weight: bold;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #ffffff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #ffffff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
.external-pane {
  background: #333333;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  top: 52px;
  width: 265px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1001;
}
.external-pane a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Left Pane */
.left-pane {
  left: -265px;
  direction: rtl;
  padding: 15px 15px 15px 15px;
}
/* Sexy Search */
.sexy-search-wrap {
  right: -265px;
  border-left: 2px solid #222;
}
.sexy-search-wrap .closing-statement {
  float: left;
  width: 100%;
  text-align: center;
  color: #949494;
  font-style: italic;
  margin-top: 5px;
}
.rightopen .sexy-search-wrap {
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sexy-search-wrap h3 {
  border-bottom: 3px solid #2C2C2C;
  padding: 5px 15px;
  font-size: 18px;
  margin: 5px 0;
  color: white;
  font-weight: 300;
  letter-spacing: 0px;
}
.sexy-search-wrap .open-close {
  color: #bbb;
  display: none;
  left: 8px;
  position: absolute;
  top: 20px;
}
.sexy-search-wrap .open-close:hover {
  color: #fff;
  cursor: pointer;
}
.sexy-search-wrap.open .open-close {
  background: #333333;
  right: -44px;
}
.sexy-search-wrap.open .open-close .icon {
  background-position: center -64px;
}
.sexy-search-wrap.open .open-close:hover .icon {
  background-position: center -95px;
}
.sexy-search-wrap input {
  padding: 12px 11px;
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-top: 3px solid #0C0C0C;
  margin-top: -4px;
  background: #202020;
  border-bottom: 2px solid #3b3b3b;
  color: #eee;
}
.sexy-search-wrap input:focus,
.sexy-search-wrap input[type="text"]:focus {
  border-bottom-color: #3b3b3b;
  border-top-color: #0c0c0c;
}
.sexy-search-wrap h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ccc;
  background: #2a2a2a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 5px 0;
  border-bottom: 5px solid #444;
  display: none;
}
.sexy-search-wrap .search-results {
  color: #fff;
  margin: 0;
  padding: 0;
  float: left;
  margin-bottom: 15px;
  width: 100%;
  max-height: 50%;
  overflow: hidden;
  position: relative;
}
.sexy-search-wrap .search-results li {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-bottom: 3px solid #333333;
  background: #2C2C2C;
  margin-bottom: 0;
}
.sexy-search-wrap .search-results li:hover {
  background: #2A2A2A;
}
.sexy-search-wrap .search-results .result-link > img {
  float: left;
  height: auto;
  width: 50px;
  max-height: 100px;
  margin-right: 10px;
  border: 5px solid white;
}
.sexy-search-wrap .search-results img.RatingIMG {
  float: right;
  height: auto;
  max-width: 83px;
  margin-right: 52px;
  border: none;
  width: auto;
  display: inline-block;
  margin-top: 8px;
}
.sexy-search-wrap .search-results .name {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  min-width: 30%;
  display: inline-block;
  margin-left: -70px;
  width: 100%;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sexy-search-wrap .search-results .name:hover {
  color: #f0f0f0;
}
.sexy-search-wrap .search-results .product-price {
  float: left;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
.sexy-search-wrap .search-results .product-price strike {
  color: #797979;
}
.sexy-search-wrap .search-results .result-link {
  float: left;
  width: 100%;
  height: 100%;
}
.sexy-search-wrap .ps-scrollbar-x-rail {
  display: none;
}
/* Bootstrap Modifications */
/* Breadcrumb */
.Breadcrumb {
  margin: 0;
}
ul.breadcrumb {
  background: none;
  border-radius: 0;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.breadcrumb li {
  float: left;
}
ul.breadcrumb > li + li:before {
  float: left;
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  margin-top: 3px;
}
ul.breadcrumb li a {
  float: left;
}
/* Quick Cart */
#quickCart {
  border-top-width: 2px;
  border-top-style: solid;
  bottom: 0;
  display: none;
  font-size: 18px;
  left: 0;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 75;
}
#quickCart.dark {
  background: url('../images/bg-quick-dark.png') repeat;
  border-color: #000;
  color: #fff;
}
#quickCart.light {
  background: url('../images/bg-quick-light.png') repeat;
  border-color: #fff;
  color: #000;
}
#quickCart p {
  margin: 0 0 10px;
}
#quickCart a {
  margin: 0 5px;
}
/* OFF CANVAS */
.fixed-navigation {
  background: #005ebd;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 16;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.fixed-navigation .header-logo {
  margin: 9px 0 0 12px;
}
.fixed-navigation .header-logo img {
  height: 35px;
  width: auto;
}
.top-menu-responsive-link {
  background: none;
  border: none;
  border-left: 1px solid #3e9eff;
  float: right;
  font-size: 22px;
  opacity: 1;
  padding: 13px 15px 8px;
}
.top-menu-responsive-link,
.top-menu-responsive-link:focus,
.top-menu-responsive-link:hover {
  color: #fff;
}
.off-canvas-icon {
  border-left: 0;
  border-right: 1px solid #3e9eff;
  float: left;
}
.top-menu-responsive-link:hover {
  background: #0b84ff;
}
.off-canvas-container {
  position: relative;
  z-index: 15;
}
.off-canvas-menu {
  background: #0077f0;
  border-right: 2px solid #005ebd;
  height: 100%;
  left: -100%;
  overflow: auto;
  padding-bottom: 52px;
  position: fixed;
  top: 52px;
  width: 265px;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}
.show-menu .off-canvas-menu {
  left: 0;
}
.off-canvas-menu h3 {
  background: #006bd7;
  border-bottom: 1px solid #005ebd;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 7px 0 7px 5%;
}
.off-canvas-menu .nav {
  color: #fff;
  list-style: none;
  margin: 0;
}
.off-canvas-menu .nav li {
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #005ebd;
}
.off-canvas-menu .nav li.active {
  background: #3e9eff;
}
.off-canvas-menu .nav li:hover {
  background: #2491ff;
}
.off-canvas-menu .nav ul {
  display: none;
  margin: 0;
}
.off-canvas-menu .nav .opened > ul {
  display: block;
}
.off-canvas-menu .nav a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 5%;
  padding: 7px 25px 7px 0;
  position: relative;
}
.off-canvas-menu .nav > li > a:focus,
.off-canvas-menu .nav > li > a:hover {
  background: none;
}
.off-canvas-menu .nav li li {
  border: none;
  border-top: 1px solid #005ebd;
}
.off-canvas-menu .nav li li:hover {
  background: #57abff;
}
.off-canvas-menu .nav li li a {
  font-size: 14px;
  line-height: 20px;
  margin-left: 8%;
  padding: 5px 0;
}
.off-canvas-menu .the-btn {
  color: #fff;
  font-size: 15px;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 8px;
  width: 9px;
}
.off-canvas-menu .nav-account > li,
.user-logged-in .off-canvas-menu .nav-account .login {
  display: none;
}
.user-logged-in .off-canvas-menu .nav-account > li,
.off-canvas-menu .nav-account .login {
  display: block;
}
.off-canvas-contact-info .social-links {
  height: auto;
  margin: 0 5%;
  padding: 10px 0;
}
.off-canvas-contact-info ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.off-canvas-contact-info li {
  display: inline-block;
  margin: 10px 1% 0;
  width: 30%;
}
.off-canvas-contact-info li a {
  color: #fff;
  font-size: 30px;
}
.off-canvas-contact-info li a:hover {
  color: #D2EA4E;
}
@media only screen and (max-width: 767px) {
  .fixed-navigation {
    display: block;
  }
  .header {
    display: none;
  }
  .main {
    padding-top: 52px;
  }
}
.navbar-top-menu {
  border-radius: 0;
}
.navbar-top-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-top-menu .navbar-collapse.in {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-top-menu .navbar-nav {
  float: right;
}
.top-menu-link-search span {
  top: 2px;
  position: relative;
}
.navbar-toggle {
  float: left;
}
.navbar-inverse {
  background: #444;
  border-color: #444;
}
.navbar-top-menu .social-links {
  float: left;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .navbar-top-menu {
    display: none;
  }
  .main {
    padding-top: 67px;
  }
}
.header .categories-list,
.header .pages-list {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.header-navigation {
  position: relative;
  z-index: 5;
}
.header-navigation .nav {
  margin: 0;
}
.header-navigation .nav > li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.header-navigation .nav-flex {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header-navigation .nav-flex > li {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.safari .header-navigation .nav-flex > li {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  align-self: auto;
  display: block;
}
.header-navigation li > ul {
  background: #fff;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.header-navigation li:hover > ul {
  display: block;
}
@media (max-width: 767px) {
  .header-navigation {
    display: none;
  }
}
.ProductAddToCart dt {
  float: left;
  font-weight: bold;
  width: 140px;
  margin-bottom: 4px;
}
.ProductAddToCart dd {
  margin-left: 140px;
  margin-bottom: 4px;
}
.ProductAddToCart.cannot-purchase .add-to-cart {
  display: none;
}
.ProductAddToCart dt div.Required {
  width: 8px;
}
.ProductAddToCart textarea {
  width: 183px;
  height: 50px;
}
.ProductAddToCart dt.QuantityInput {
  margin-top: 4px;
}
.ProductAddToCart dd.AddCartButton span {
  margin-top: 4px;
  padding-right: 5px;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
  display: inline-block;
  float: left;
}
.ProductAddToCart .BulkDiscount {
  clear: both;
}
/* Product Details Price */
.ProductOptionList ul,
.ProductOptionList li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ProductOptionList li {
  margin-bottom: 3px;
}
.ProductOptionList input {
  vertical-align: middle;
}
/** Product image gallery **/
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
  float: left;
  background: none;
  border: none;
  margin-top: 16px;
  cursor: pointer;
  display: none;
}
.ProductTinyImageList ul li div {
  text-align: center;
}
#ProductDetails .ProductTinyImageList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.ProductTinyImageList ul li img {
  width: auto;
}
.carousel {
  position: relative;
  visibility: hidden;
  left: -5000px;
  width: 180px;
}
/***** Product Attribute List *****/
/* set up the row for css table-like alignment */
.quick-view-product-details-container .required,
.quick-view-product-details-container .Required,
.ProductMain .Required,
.required {
  color: #be0303 !important;
  display: block;
  left: -12px;
  position: absolute;
  top: 0;
  font-weight: bold;
}
.ProductMain table.ExpectedReleaseDate {
  margin-top: 0;
}
/* position the label in the left-padding area of the row */
.productAttributeList .productAttributeLabel {
  margin: 0 !important;
  float: none !important;
  width: auto !important;
  padding-top: 0 !important;
}
.productAttributeList .productAttributeLabel label {
  display: block;
  margin-bottom: 10px !important;
  position: relative;
}
/* Below is required to overwrite __Master defaults */
.productAttributeList .productAttributeRow,
.productAttributeRow {
  padding-left: 0 !important;
  margin: 0 0 10px 0 !important;
  clear: both;
}
.productAttributeList li {
  margin-bottom: 10px;
}
.productAttributeList ul.list-horizontal {
  margin: 0;
}
.productOptionViewProductPickListWithImage {
  border-color: #ddd !important;
  margin-bottom: 20px;
}
.productOptionViewProductPickListWithImage .scrollContainer {
  max-height: 250px !important;
}
.productOptionViewProductPickListWithImage td {
  padding: 10px 5px !important;
  vertical-align: middle !important;
}
.productOptionViewRectangle .option label {
  background-color: #fff;
  padding: 5px 10px !important;
  min-width: 30px;
  text-align: center;
}
.productOptionViewRectangle .option.selectedValue label {
  background-color: #6a6a6a;
  color: #fff;
}
#ProductDetails .ProductTinyImageList ul li {
  border: 0 none !important;
  background-color: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style-image: none;
}
#ProductDetails .ProductTinyImageList ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 !important;
}
#ProductDetails .ProductTinyImageList {
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.ImageCarouselBox {
  padding-left: 0!important;
  margin-bottom: 10px;
  position: relative;
}
#ProductDetails .ImageCarouselBox {
  margin: 10px auto 0;
}
#ProductDetails .ImageCarouselBox br {
  display: none;
  /* TODO once the JS that inserts the BR is removed, remove this style */
}
.productOptionPickListSwatch ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
  /* Vertically center the control arrow icons */
  position: absolute;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  width: 20px;
}
#ProductDetails #ImageScrollPrev {
  left: 0;
}
#ProductDetails #ImageScrollNext {
  right: 0;
}
.ProductDetailsGrid .DetailRow,
.ProductDetailsGrid .s-price {
  margin-bottom: 20px;
}
.ProductDetailsGrid .DetailRow .BrandName {
  padding: 0;
}
.ProductDetailsGrid .DetailRow.nop {
  padding: 0;
}
.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 20px;
  text-align: left !important;
  position: relative;
}
.ProductDetailsGrid .s-price .YouSave {
  font-weight: 300;
  margin: 0 0 10px 0;
}
.ProductDetailsGrid .DetailRow.RetailPrice {
  width: auto;
  overflow: hidden;
}
.DetailRow.RetailPrice .Label {
  margin: 0 10px 0 0;
}
#prodAccordion {
  padding-bottom: 30px;
  border-top: 1px solid #d6d6d6;
}
#prodAccordion .current .subtitle {
  background: url(images/bul_accordion_on.png) no-repeat right center !important;
}
#prodAccordion .subtitle {
  margin: 15px 0 !important;
  border: solid 0px !important;
  font-size: 16px !important;
  padding: 0 30px 0 0 !important;
  float: none;
  background: url(images/bul_accordion_offRight.png) no-repeat right center !important;
  cursor: pointer;
}
.prodAccordionContent {
  border-top: 0px solid #EAEAEA;
}
.ProductThumbImage .zoomWindow {
  margin-left: -1px;
}
html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
  left: -10000px !important;
  opacity: 0 !important;
}
.productAttributeConfigurablePickListSet ul {
  margin: 0;
}
html.javascript .productOptionViewRectangle label {
  margin: 0 !important;
}
/* Out of stock styling */
/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
  text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
  text-decoration: none;
}
/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name,
.productOptionViewProductPickList .outStock span.name,
.productOptionViewProductPickListWithImage .outStock span.name,
.productOptionViewRectangle .option label.outStock {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  *zoom: 1;
}
/* Made the container of the strike through image relative */
.productOptionPickListSwatch .outStock .swatchColour,
.productOptionPickListSwatch .outStock .thumbnail,
.productOptionViewRectangle .outStock name {
  position: relative;
}
/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after,
.productOptionViewRectangle .outStock .name:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("images/out-of-stock-bg.png") center no-repeat;
  z-index: 90;
  content: "";
}
.product div#fancy_outer {
  height: auto!important;
}
#ProductDetails h1 {
  padding: 0;
  margin: 0 0 20px 0;
  word-wrap: break-word;
}
.ProductThumb {
  width: auto !important;
  height: auto !important;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.ProductThumb .ProductThumbImage .zoomPad {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ProductMain {
  overflow: hidden;
  padding: 0 0 20px 20px;
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ProductThumb p a {
  font-weight: bold;
}
.ProductDetails .ProductThumb p {
  margin-top: 10px;
  font-size: 0.9em;
}
.ProductReviewList {
  clear: both;
}
.ProductReviewList li {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
  border: 0;
}
.SoldOut {
  color: #999;
}
.AddToWishlistLink {
  position: relative;
  margin: 0;
}
.AddToWishlistLink .wishlist-button {
  position: absolute;
  top: -70px;
  left: 165px;
  font-weight: bold;
  cursor: pointer;
  color: #005ebd;
  background: #fff;
  border: 0;
}
/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
}
.productOptionPickListSwatch ul {
  margin-bottom: 20px;
}
.productOptionPickListSwatch li .validation {
  top: 5px;
  left: 5px;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
  display: inline-block !important;
  margin: 0 !important;
  padding: 2px !important;
}
.productAttributeValue {
  clear: both;
}
.productAttributeValue .ui-datepicker-trigger {
  display: none;
}
.nav-tabs,
.nav-stacked {
  margin-left: 0;
}
.nav-stacked .active a,
.nav-stacked > li > a:focus {
  background: #abc22e;
  color: #fff;
}
.tab-content {
  padding: 15px;
}
.featured-video {
  min-height: 420px;
}
.featured-video embed {
  min-height: 415px;
}
.media-video:hover {
  cursor: pointer;
}
.media-video:hover .video-preview:after {
  background: rgba(0, 0, 0, 0.9);
}
.video-preview {
  position: relative;
  float: left;
  width: 100%;
}
.video-preview:after {
  position: absolute;
  content: "\e072";
  font-family: 'Glyphicons Halflings';
  width: 50px;
  height: 34px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: middle;
  color: white;
  padding-top: 6px;
  border-radius: 3px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -17px;
}
@media screen and (max-width: 480px) {
  .featured-video {
    min-height: 255px;
  }
  .featured-video embed {
    min-height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .media-video .media-left img {
    max-width: 80px;
  }
}
/* Product Reviews Styling */
#ProductReviews .SuccessMessage {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ProductReviewList {
  counter-reset: review-counter;
  float: left;
  margin: 0;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
.ProductReviewList h4 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.ProductReviewList h4 img {
  height: 14px;
  margin-top: -3px;
  width: 83px;
}
.ProductReviewList .Meta {
  margin-bottom: 0;
  font-style: italic;
  color: #aaa;
}
#ProductReviews textarea {
  line-height: 1.5;
}
.ProductReviewList li p {
  margin-bottom: 5px;
}
.ProductReviewList li p.review-body {
  border-left: 3px solid #E5E5E5;
  float: left;
  width: 100%;
  padding-left: 10px;
  margin-top: 8px;
  padding: 0px 15px 4px;
}
.ProductReviewList li {
  margin-bottom: 10px;
  display: inline-block;
}
.ProductReviewList li:before {
  content: counter(review-counter);
  counter-increment: review-counter;
  background: #E5E5E5;
  color: #A9A9A9;
  padding: 3px 6px;
  text-align: center;
  position: absolute;
  left: 0px;
  border-radius: 2px;
  font-weight: 600;
}
.ProductReviewList li:last-child {
  margin-bottom: 0;
}
/* Cart Header */
.cart-header {
  float: left;
  width: 100%;
}
.cart-header h1 {
  margin-bottom: 0;
}
.cart-header .btn {
  margin-bottom: 0;
}
.cart-header .alternative-checkout {
  display: none;
}
/* Cart Contents */
.cart-contents {
  float: left;
  width: 100%;
}
/* Cart Contents Header */
.cart-contents-header {
  background: #ededed;
  border-bottom: 2px solid #d4d4d4;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.cart-contents-header-heading {
  font-weight: 600;
  padding: 10px;
  text-align: center;
}
.cart-contents-header-heading-cart-items {
  text-align: left;
}
/* Cart Contents Items */
.cart-items {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.cart-item-image {
  width: 120px;
  height: 120px;
}
.cart-item-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.cart-item-quantity,
.cart-item-removal,
.cart-item-individual-price,
.cart-item-total-price {
  text-align: center;
}
.cart-item-name {
  font-weight: 600;
}
.cart-item-total-price {
  font-weight: 600;
}
.cart-item-remove-link {
  font-size: 12px;
  opacity: .5;
}
/* Cart Contents Footer */
.cart-contents-footer {
  float: right;
  text-align: right;
  width: 100%;
}
.cart-contents-footer .total {
  background: #ededed;
  border-bottom: 1px solid #d4d4d4;
  float: left;
  padding: 10px 20px;
  width: 100%;
}
.cart-contents-footer .total-label {
  display: inline-block;
  font-weight: 600;
}
.cart-contents-footer .total-value {
  color: #abc22e;
  display: inline-block;
  min-width: 110px;
  text-align: left;
  padding-left: 20px;
}
.total-grand-total .total-value {
  font-weight: 600;
}
/* Cart Buttons / Checkout */
.proceed-to-checkout {
  float: right;
  margin: 10px 0;
  text-align: right;
  width: 100%;
}
.alternative-checkout {
  float: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.alternative-checkout span {
  padding-right: 10px;
  padding-top: 7px;
  display: inline-block;
}
.alternative-checkout .btn {
  float: right;
}
.keep-shopping {
  float: right;
  text-align: right;
  width: 100%;
}
/* Cart Coupon / Gift Cert */
.cart-code {
  float: left;
  margin-bottom: 15px;
  padding-right: 35px;
  position: relative;
  width: 100%;
}
.cart-code .form-inline {
  display: block;
  margin-bottom: 0;
}
.cart-code .form-inline .form-control {
  width: 100%;
}
.cart-code .form-group {
  margin-bottom: 0;
  display: block;
}
.cart-code-title {
  margin-top: 0;
}
.cart-code-submit {
  bottom: 0;
  height: 35px;
  position: absolute;
  right: 0;
  width: 39px;
}
@media screen and (max-width: 767px) {
  .cart-item {
    border-top: 3px solid #ddd;
    padding-top: 10px;
  }
  .cart-item:first-of-type {
    border-top: none;
  }
  .cart-item-quantity {
    float: right;
    clear: both;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart-item-quantity input,
  .cart-item-quantity select {
    width: auto;
    float: right;
    margin-top: -15px;
  }
  .cart-item-quantity:before {
    float: left;
    content: "Quantity:";
    font-weight: 600;
    text-align: left;
  }
  .cart-item-individual-price {
    float: right;
    clear: both;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
  }
  .cart-item-individual-price:before {
    content: "Item Price:";
    float: left;
    font-weight: 600;
    text-align: left;
  }
  .cart-item-total-price {
    float: right;
    clear: both;
    width: 100%;
    text-align: right;
    padding: 10px 15px;
  }
  .cart-item-total-price:before {
    content: "Total Price:";
    float: left;
    font-weight: 600;
    text-align: left;
  }
}
.account .panel-body {
  text-align: center;
  font-size: 18px;
}
.account .panel-footer {
  font-size: 14px;
  text-align: center;
}
.account .panel-footer i {
  font-size: 12px;
}
.account .glyphicon-large {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 38px;
  padding: 10px 0;
}
@media screen and (max-width: 440px) {
  .account-item-explainer {
    width: 100%;
  }
}
/* Checkout */
.progress {
  clear: both;
}
.change-link {
  display: none;
  position: absolute;
  right: 10px;
  top: 12px;
}
.express-checkout-block-completed .change-link {
  display: inline;
  top: auto;
  right: 20px;
}
.checkout-create-account,
.checkout-account-login {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
.checkout-account-login {
  margin: 0;
}
.express-checkout-block {
  clear: both;
  float: left;
  width: 100%;
}
.express-checkout-title {
  cursor: auto;
  float: left;
  font-weight: 700;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.express-checkout-block-completed.express-checkout-block-collapsed .express-checkout-title {
  color: #aaa;
}
.express-checkout-completed-content {
  display: none;
  height: 61px;
  left: 350px;
  position: absolute;
}
.express-checkout-block-completed .express-checkout-completed-content {
  border-left: 1px solid #ffffff;
  color: #bebebe;
  display: inline;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  padding: 22px;
  text-transform: none;
  top: 0;
  white-space: nowrap;
}
.express-checkout-content {
  clear: both;
}
.express-checkout-block-collapsed .express-checkout-content {
  display: none;
}
#CheckoutStepConfirmation .SubTotal td strong,
#CheckoutStepConfirmation .SubTotal td em {
  display: block;
  padding-top: 0;
}
#CheckoutStepConfirmation .SubTotal .Block {
  margin-bottom: 0;
}
#CheckoutStepConfirmation .SubTotal.st td {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.AddBillingAddress dt,
.AddShippingAddress dt {
  clear: left;
  float: left;
  margin: 7px 0 0;
  width: 150px;
}
.AddBillingAddress dd,
.AddShippingAddress dd {
  margin: 0 0 0 10px;
  float: left;
}
.HorizontalFormContainer p.Submit {
  clear: both;
  float: left;
  margin: 10px;
}
.checkout-step-payment-details dt:last-of-type,
.checkout-step-payment-details dd:last-of-type {
  display: inline-block;
}
.checkout-step-payment-details .ProductPrice {
  color: #005ebd;
}
.checkout-step-payment-details p.Submit {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .express-checkout-block-completed .express-checkout-completed-content {
    display: none;
  }
  .cart-contents-header .row > div {
    display: none;
  }
  .cart-contents-header .row > div:first-of-type {
    display: block;
  }
  .cart-contents-footer .total-value {
    min-width: initial;
  }
}
@media only screen and (max-width: 520px) {
  .express-checkout-title {
    font-size: 12px;
    font-weight: 400;
    padding: 15px 15px 10px;
  }
  .AddBillingAddress dd,
  .AddShippingAddress dd {
    clear: both;
    padding: 5px 0;
  }
  .cart-item-image {
    display: none;
  }
}
/*# sourceMappingURL=less/theme.css.map */