<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Design Search Base CSS file
 * CSS code that needs to affect -all- design search sites should be loaded in this file
 * This file should ONLY contain a list of css files included from the css/ folder
 */
#ds-page {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#ds-page h1 {
  font-size: 1.8em;
  font-weight: bold;
}
#ds-page h2 {
  font-size: 1.3em;
  font-weight: bold;
}
#ds-page h3 {
  font-size: 1.2em;
  font-weight: bold;
}
#ds-page .ui-accordion h3 {
  font-size: 1em;
}
#ds-page h4,
#ds-page h5,
#ds-page h6 {
  font-size: 1.0em;
  font-weight: normal;
}
#ds-page p,
#ds-page ul,
#ds-page ol,
#ds-page dl,
#ds-page pre,
#ds-page table,
#ds-page fieldset {
  margin: 1em 0;
}

#ds-page ul,
#ds-page ol {
  margin-left: 0;
  padding-left: 2em; /* LTR */
}
#ds-page li {
}
#ds-page form {
  margin: 0;
  padding: 0;
}
#ds-page img {
  border: 0;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
#ds-buttons.search-expanse {
  display: none;
}
.ds-input,
.ds-input label,
.ds-input input {
  float: left;
  text-align: left;
}
.ds-input {
  float: left;
  width: 100%;
  margin: 2px 0;
}
.ds-input label {
  width: 120px;
  font-weight: bold;
}
.ds-input label.categories {
  font-weight: normal;
}
div.input,
div.select,
div.textarea {
  line-height: 25px;
}

div.textarea textarea {
  clear: both;
  display: block;
}

div.slider {
  margin-bottom: 1.5em;
}

div.slider .ui-slider-horizontal {
  float: left;
  width: 300px;
  top: 3px;
}

div.slider span {
  
  font-weight: bold;
  border: 0;
  background: transparent;
  padding: 0;
}

#ds-gallery-filter-sort {
  padding-top: 20px;
}


div.checkbox {
  margin-top: 6px;
  line-height: 30px;
}

div.submit {
  margin-top: 6px;
}

div.hp {
  width: 1px;
  height: 1px;
  overflow:hidden;
  text-indent: -9999px;
}


div.checkbox span {
  float: left;
  margin-top: -5px;
}

div.input input,
div.select select,
div.textarea textarea {
  border: 1px solid #999999;
  -moz-border-radius: 4px;
  margin: 0;
  padding: 4px;
}

.ds-input #ds-search-field {
  width: 156px;
  margin-right: 10px;
}


#ds-gallery-search-field {
  margin: 20px 0 0 0;

}


#ds-page #ds-search-button {
  float: left;
  color: #CC0000;
  font-weight: bold;
  line-height: 1.3em;
  margin-right: 5px;
  font-size: 12px !important;
}

.ds-view-worksheet h2 {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 25px 0;
}
.ds-view-worksheet .ds-input label {
  width: 270px;
  font-weight: normal;
  padding-right: 10px;
  padding-bottom: 10px;
  line-height: 1.3em;
}


.ds-input input.error {
 border: 1px solid #f00;
}


.ds-input label.error {
 color: #f00;
 font-weight: bold;
 padding-left: 10px;
 width: 345px;
}

#ds-main-control {
  clear: both;
}

#ds-search {
  margin-bottom: 15px;
}

#ds-search.ui-accordion .ui-accordion-content  {
  padding-bottom: 4px;
}


#ds-page {
  display: none;
}

#ds-search-tip {
  margin-left: 120px;
  font-size: 8px;
  clear:both;
  line-height: 12px;
}

#ds-main-filter-sort {
  width: 100%;
  float: left;
  display: inline;
  padding: 2em 0 1em 0;
}
#ds-main-filter-sort select {
  width: 250px;
}
#ds-product-galleries {
  width: 100%;
  float: left;
}
#ds-product-galleries.ui-widget-content, #ds-main-filter-sort.ui-widget-content {
  border-right: none;
  border-left: none;
  border-bottom: none;
}

#ds-captchaImage {
  float: left;
  width: 100%;
}
#ds-captchaImage img {
  float: left;
}

#ds-captcha-input {
  width: 215px;
}

.captcha {
  margin-bottom: 2em;
}

#ds-quick-search {
  font-weight: bold;
  width: 120px;
  background: url("/ds-images/search-black.png") no-repeat left center;
  padding: 5px 5px 5px 26px;
  background-size: contain;
}

#ds-advanced-search {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 9px;
  padding-right: 7px;
  margin-top: 2px;
}

.ds-mg-or {
  padding-left: 100px;
}

#ds-quick-search-results {
  display: none;
  text-align: left;
  position: absolute;
  min-width: 144px;
  right: 0;
  z-index: 1;
  padding: 5px;
  overflow: hidden;
}

#ds-quick-search-results a {
  display: block;
  font-size: 12px;
  padding: 4px 9px;
  white-space: nowrap;
  border: none;
}

#ds-buy-title {
  font-size: 12px;
}

#ds-inc-rentals {
  display: table-cell;
  vertical-align: baseline;
}
#ds-inc-rentals label {
  font-weight: normal;
  vertical-align: baseline;
  width: auto !important;
}
#ds-inc-rentals-chkbox {
  margin: 0 5px 0 0;
  padding: 0;
  float:none;
  vertical-align: baseline;

}
#ds-nav {
  margin-bottom: 10px;
  font-size: 11px !important;
}
#ds-nav ul {
}
#ds-nav li {
}

#ds-buttons {
  float: left;
  width: 100%;
  display: inline;
  margin: 0 0 20px 0;
  position: relative;
}

#ds-control-buttons {
  float: right;
  text-align: right;
}

#ds-control-buttons a.ds-right {
  float: right;
}

#ds-drayage-button {
  margin-left: 3px;
}

.ds-pager {
  float: left;
  width: 100%;
  padding: 15px 0;
  font-size: 1.3em;
}
.ds-pager-rpp {
  float: left;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.ds-pager-controls {
  float: left;
  width: 100%;
}
.ds-pager-back {
  font-weight: bold;
  font-size: 1.1em;
  float: left;
  width: 20%;
  text-align: left;
}
.ds-pager-pages {
  float: left;
  width: 60%;
  text-align: center;
}
.ds-pager-next {
  font-size: 1.1em;
  font-weight: bold;
  float: right;
  width: 20%;
  text-align: right;
}

#ds-results {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.ds-view-swatches #ds-results {
  margin-bottom: 20px;
}

.ds-swatch-note {
  float: left;
  width: 100%;
}

.ds-results-header h2 {
  margin:2px 3px 2px 2px;
  padding:5px;
}

table.ds-results-table {
  width: 99%;
}
table.ds-results-table td {
  width: 33%;
  text-align: center;
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 10px;
}
#ds-results table.ds-results-table td img {
  border: 1px solid #ddd;
}
h3.ds-results-title {
  margin: 0;
}
#ds-results table.ds-results-table ul.ds-menu li {
  padding: 0 5px;
}

#ds-accessibility {
  display: none;
}

#ds-page .ui-tabs-nav {
  margin:0 !important;
  padding: 0.2em 0.2em 0;
}
#ds-page .ui-tabs-nav li {
  margin:0 0.2em -1px 0;
}

#ds-page .ds-flash-message {
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em;
  margin-bottom: 7px;
}

#ds-footer-links {
  float: left;
  display:inline;
  width: 100%;
 margin: 20px 0 15px 0;
}

#ds-hover-image {
  display: none;
  position: absolute;
  background: #fff;
  padding: 8px;
  border: 1px solid #000;
  -moz-border-radius:10px;
  -moz-box-shadow: 1px 1px 10px #000;
}

#ds-quick-links {
  float: left;
}
#ds-quick-links a {
  float: left;
}

#ds-page .ds-view-main h1 {
  margin-bottom: 15px !important;
}

#ds-copyright {
  text-align: left;
  margin: 10px 0 15px 0;
}

#ds-product-galleries-buttons {
 width: 100%;
 float: left;
}

.ds-right {
  float: right;
}
.ds-left {
  float: left;
}

#ds-product-galleries table {
 width: 100%;
 float: left;
}

#ds-scrollTop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  box-shadow: 0 -1px 4px #444;
  border-bottom: none;
  text-align: center;
  width: 100px;
  z-index: 910;
}
#ds-scrollTop a {
  display: block;
  padding: 10px 20px;
  font-size: 1.5em;
  font-weight: bold;
}

#ds-disclaimer{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 20px;
}

.ui-corner-tl { border-top-left-radius: 4px; }
.ui-corner-tr { border-top-right-radius: 4px; }
.ui-corner-bl { border-bottom-left-radius: 4px; }
.ui-corner-br { border-bottom-right-radius: 4px; }
.ui-corner-top { border-top-left-radius: 4px; border-top-right-radius: 4px;  }
.ui-corner-bottom { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { border-radius: 4px; }
#ds-mg-send-contact {
  font-size: 1.1em;
}


.ds-special {
}

#ds-results table.ds-results-table td img.ds-special {
  vertical-align: bottom;
  border: none;
  margin-left: 5px;
  height: 17px;
  width: 23px;
}

#ds-results table.ds-results-table td span.ds-lightning {
  vertical-align: bottom;
  margin-left: 5px;
  display: inline;
  position: absolute;
  width: 12px;
  height: 32px;
  background: url('/ds-images/eds-lightning-sprite.png') top right no-repeat;
  background-position: 0 -70px;
}

.ds-watermark {
  position: absolute;
  top: -4px;
  right: -10px;
  background: url('/ds-images/ds-watermark.png') top right no-repeat;
  width: 48px;
  height: 48px;
  z-index: 100;
}
.ds-watermark-lightning {
  position: absolute;
  top: -22px;
  right: -14px;
  background: url('/ds-images/eds-lightning-sprite.png') top right no-repeat;
  width: 48px;
  height: 70px;
  z-index: 100;
}
.ds-watermark-small {
  margin: 0 0 -32px 0;
  background: url('/ds-images/ds-watermark-small.png') top bottom no-repeat;
  width: 162px;
  height: 32px;
  z-index: 100;
}

#ds-page .ds-bold {
  font-weight: bold;
}

#ds-page .ds-strike {
  text-decoration: line-through;
}
#ds-page .ds-special {
  color: #c00;
}

ul.ds-menu {
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  list-style-type: none;
  text-align: center;
}
ul.ds-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

ul.ds-no-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
#ds-page ul.ds-no-list li {
  margin: 0;
  padding: 5px;
  list-style-type: none;
}

#ds-mg-home ul.ds-no-list li {
  margin: 2px 0;
}

#ds-mg-email td {
    vertical-align: top;
}

#ds-page .ds-no-results {
 color: #f00;
 text-align: center;
 font-weight: bold;
 font-size: larger;
}


.ds-mg-detail-accord ul {
  list-style-type: disc;
}

div.ui-tabs {
  font-size: 11px;
}

#ds-mg-clear-dialog, .ui-widget button {
  font-size: 11px;
}

#ds-mg-header {
  margin-bottom: 20px;
}
#ds-mg-header-image {
  float: left;
}
#ds-mg-header-text {
  float: left;
  padding: 10px 0 0 20px;
  width: 300px;
}
#ds-mg-buttons {
  padding-top: 5px;
}
#ds-mg-total {
  float: left;
  padding: 5px 5px 0 5px;
  font-size: 12px;
  line-height: 23px;
}
#ds-mg-total span {
  font-weight: bold;
}
#ds-mg-actions {
  float: right;
  padding: 5px 5px 0 5px;
  text-align: right;
}
.ds-view-mygal_main .ds-accordian {
  margin: 2px 3px 2px 2px;
  font-size: 1em;
}
#ds-mg-items {
  width: 100%;
  float: left;
}
#ds-mg-home {
  padding: 0;
  margin: 3px 2px 7px 2px;
}
.ds-mg-item {
  margin: 10px 5px 0 5px;
}
table.ds-mg-details {
  padding: 0;
  width: 100%;
}
#ds-page dl {
  margin:3px 0 2px 10px;
}
#ds-page dl dt {
  font-weight:bold;
  margin:4px 0 0;
  width:100px;
}
#ds-page dl dd {
  margin-left:100px;
  margin-top:-18px;
  overflow:auto;
  padding:2px 4px;
  width:200px;
}


.ui-tabs .ui-tabs-nav li a {
  padding: 0.5em 1em 0.6em 1em;
}

.ds-detail-nav {
  position: relative;
}
.ds-detail-nav-inner {
  margin: 0 0 5px 0;
}
.ds-detail-nav-left {
  float: left;
}
.ds-detail-nav-right {
  position: absolute;
  right: 0;
  top: -5px;
}

#ds-order-link {
  font-weight:  bold;
}

#ds-details-images {
  float: left;
  width: 100%;
  margin: 1em 0;
  text-align: center;
}
#ds-design-details {
  padding: 5px;
}
#ds-design-details h2, #ds-description-tab h2 {
  background-position: 1.5em 0;
  margin: 1em 0;
}
#ds-page #ds-description-tab h2 {
  font-size: 24px;
}
#ds-details-image {
  float: left;
  width: 100%;
}
#ds-detail-main-image {
  text-decoration: none;
  float: left;
  margin: 0 20px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  height: 240px;
  border: 1px solid #F9F9F9;
  box-sizing: content-box;
}

#ds-detail-main-image img {

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);


  -webkit-transition: all 1s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;

  width: 100%;
  max-width: 500px;
  height: auto;

}
#ds-detail-main-image a {
  display:flex;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

#ds-detail-main-image a.ds-active {
z-index: 3;
}

#ds-detail-main-image:hover {
  border: 1px solid #AAA;
}

#ds-detail-main-image a:hover img, a#ds-detail-main-image a img.ds-scaleSat {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.ds-image-overflow {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  position: absolute;
}

#ds-detail-main-image a img {

}


#ds-description-tab, #ds-design-documentation, #ds-accessories {
  font-size: 1.2em;
}
#ds-description-tab h2, #ds-description-tab h3, #ds-description-tab h4, #ds-description-tab h5, #ds-description-tab h6 {
  clear: both;
}

#ds-desc-tab-footer {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 1.5em;
}

#ds-description-tab .ds-detail-button {
  width: 39%;
  float: right;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-align: left;
}

#ds-details-desc {
  float: left;
  display: inline;
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 0;
  width: 60%;
  font-size: 1.1em;
}
#ds-details-desc ul {
  margin-top: 0;
  list-style-type: disc;
}

#ds-details-desc li {
  line-height: 1.6em;
}

#ds-details-text {
  margin-top: 1.5em;
  padding: 0 0 1.5em 0;
  float: right;
  width: 39%;
}
#ds-details-text-inner {
  padding: 0 1.5em 0 2em;
}
#ds-weight-note, #ds-leadtime-note, #ds-guidelines-note, #ds-electrical-note, #ds-mygal-empty-note .note {
  font-size: 11px;
}
#ds-mygal-empty-note {
  font-size: 14px;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 12px;
}

#ds-page a.ds-addimgs, #ds-acc-images a {
  padding: 3px;
  display: inline-block;
}

#ds-acc-images a {
  float: right;
}

#ds-page a.ds-addimgs img, #ds-acc-images a img {
  border: 1px solid #F9F9F9;
}

#ds-page a.ds-addimgs:hover img, #ds-acc-images a:hover img, #ds-acc-images a.ds-active img  {
  border: 1px solid #AAA;
}
.ds-perma-link {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: smaller;
  text-align: center;
}

#ds-details-video {
text-align: center;
}

#ds-leadtime-desc, #ds-details-size, #ds-details-cat, #ds-details-swatches, #ds-gallery-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 7px 0;
}

#ds-details-pricing {
  clear: both;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 1em 2em 3em 2em;
}

#ds-page h3.ds-price-header {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
}


#ds-page h3.ds-price-header.ui-state-default {
  background-image: none;
}

.ds-details-pricing-col {
  width: 50%;
  float: left;
}
.ds-details-pricing-col .ds-detail-button {
  margin: 0;
}

.ds-details-pricing-col-inner {
  display: table;
  margin: 0 auto;
  padding: 3px 12px 8px 12px;
}

#ds-details-pricing .ds-details-pricing-col-inner.ui-state-default {
  border: none;
  background-image: none;
}

#ds-page #ds-details-pricing a {
  border-bottom: none;
}



#ds-details-pricing .ds-strike {
  font-size: 1.1em;
}

.ds-price-large, .ds-price-large.ds-special {
  font-weight: bold;
  font-size: 1.8em;
  filter: saturate(0.8);
}

.ds-price, .ds-special {
  font-size: 1.1em;
}


#ds-details-pricing-col-1 .ds-price-large, #ds-details-pricing-col-1 .ds-price-large.ds-special {
  font-weight: bold;
  filter: saturate(1.2);
}




.ds-doc {
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 1.5em;
}
.ds-doc-content {
  padding: 1em;
}

.ds-doc-image {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

#ds-acc-content {
  float: left;
  width: 60%;
}
#ds-acc-images {
  float: right;
  width: 39.9%;
}

#ds-detail-sub {
  padding: 0 1em;
  clear: both;
}

#ds-documentation {

}

#ds-page #ds-docs-header {
  font-size: 1.4em;
}
#ds-docs {
  font-size: 1.2em;
}


#ds-page #ds-accessories #ds-acc-images a,#ds-page #ds-accessories #ds-acc-images a:hover, #ds-details-images a, #ds-details-images a:hover {
  border-bottom: none;
}

.ds-desc-img-odd {
  float: right;
  padding: 0 0 10px 15px;
}

.ds-desc-img-even {
  float: left;
  padding: 0 15px 10px 0;
}

#ds-detail-buy {
  margin-bottom: 2em;
}


.ds-price-table {
  float: none;
}

.ds-price-table-button.fg-button {
  margin: 15px 0 7px 0;
}
#ds-page #ds-details-pricing .ds-price-table-button.fg-button {
  border-width: 1px;
}
.ds-price-table-note table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.ds-price-table-note th {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding: 4px 2px;
  word-wrap: break-word;
}
.ds-price-table-note td {
  font-size: 12px;
  border-top: 1px solid #000;
  padding: 4px 2px;
}
.ds-price-table-bottom {
  font-size: 12px;
  padding: 0px 2px 4px 2px;
}

.ds-price-table-bottom p {
  font-size: 12px;
}

#ds-litclicks {
  margin-bottom: 30px;
}

#ds-litclicks a {
  display: block;
  width:75%;
  margin: 0 auto;
}

#ds-litclicks img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ds-litclick {
  margin-bottom: 10px;
}




@-webkit-keyframes dsFadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes dsFadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes dsFadeIn { from { opacity:0; } to { opacity:1; } }

.ds-fadeIn {
  opacity:0;    -webkit-animation:dsFadeIn ease-in 1;    -moz-animation:dsFadeIn ease-in 1;
  animation:dsFadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;    -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
  position: relative;
}




/* DS Front Thumbnails */
#ds-front-thumbs-container {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#ds-front-thumbs-container .ds-thumb {
  vertical-align: top;
  display: inline-block;
  margin:10px 5px;
  width:128px;
  height: 166px;
    zoom: 1; 
	*display:inline;
} 

#ds-front-thumbs-container .ui-accordion .ui-accordion-content {
  padding: 1em 0;
}
.ds-thumb {
  -moz-box-shadow: 1px 1px 5px #666;
  -webkit-box-shadow: 1px 1px 5px #666;
  box-shadow: 1px 1px 5px #666;
}
.ds-front-thumbs {
  margin-bottom: 10px;
}

.ds-thumb h2 {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif !important;
  padding: 2px 5px !important;
  margin: 2px;
  font-size: 12px !important;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  height: 32px;
  overflow: hidden;
  text-align: center;
  width: 114px;
  display: inline-block;
  line-height: 15px;
}
.ds-thumb  h2 a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-size: 12px !important;
}
.ds-thumb img {
  display: block;
  height: 96px;
  width: 128px;
}

.ds-thumb .ds-thumb-image {
  float: left;
  border-right: none;
  border-left: none;
  border-top: none;
}


.ds-thumb .ds-thumb-footer {
  height: 25px; /* old height 55px */
  overflow: hidden;
  padding: 0 1px !important;
  text-align: center;
}
.ds-thumb .ds-thumb-footer a {
  text-decoration: none;
}

#ds-page .ds-thumb .ds-thumb-footer table {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 25px;
  overflow:hidden;
}


#ds-page .ds-thumb .ds-thumb-footer td {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif !important;
  vertical-align: middle;
  text-align: center;
  font-size: 11px !important;
}
#ds-page .ds-thumb .ds-thumb-footer td a {
  font-size: 11px !important;
}

.ds-thumbs {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  vertical-align: top;
}

.ds-thumb-header {
  border-width: 4px 0 0 0;
}
  #p5d-tabs,
#p5d-header,
.p5d-results,
.p5d-page-nav,
.p5d-results-header,
.p5d-images,
.p5d-desc {
  margin-bottom: 10px;
}

#p5d-random-text {
  float: left;
  width: 70%;
}
#p5d-random-button {
  float: right;
  width: 30%;
}
#p5d-random a.fg-button {
  float: right;
  margin-bottom: 10px;
}

#p5d-logo {
  float: right;
  margin-left: 15px;
}

#p5d-header {
  padding-top: 10px
}

#search-all-weeks-submit {
  float: left;
  margin: 2px 0;
  width: 370px;
  text-align: right;
}

.p5d-prev-link,
.p5d-results-header-left {
  float: left;
}

.p5d-next-link,
.p5d-results-header-right {
  float: right;
}

.p5d-results {
}

.p5d-results-header {
  margin: 2px 3px 2px 2px;
  padding: 5px;
}

.p5d-desc,
.p5d-results-header {
  font-size: 14px;
}
.p5d-desc { 
  padding: 0 8px;
}

.p5d-results {
  text-align: center;
  margin-bottom: 45px;
}
.p5d-images a img {
  padding: 10px;
}
.p5d-mygal {margin: 20px 10px 10px 10px;}

.p5d-mygal a.fg-button {
  float: right;
}
.p5d-mygal-inner {
  padding: 10px;
  border-style: dotted;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.p5d-mygal-desc {
  padding: 10px;
}#ds-articles-header {
  margin-bottom: 10px;
}

#ds-articles-header-right {
  display: inline;
  float: right;
  width: 209px;
  margin-left: 15px;
}

.ds-articles-nav {
  margin: 5px 0;
  padding: 5px;
}

.ds-articles-nav-left {
  float: left;
}

.ds-articles-nav-right {
  float: right;
}

#ds-articles-contents {
  width: 100%;
}


#ds-page #ds-articles-contents h2 {
  margin: 2px 3px 2px 2px;
  padding:5px;
  font-size: 22px;
}

#ds-articles-contents-inner {
  padding: 15px;
}

.articles-actions {margin: 20px 10px 10px 10px;}

#ds-page .articles-actions a.fg-button {
  float: right;
  color: #fff;
}
.articles-actions-inner {
  padding: 10px;
  border-style: dotted;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

#ds-articles-header {
  position: relative;
}

#ds-articles-header-desc {
  padding-top: 40px;
}

#ds-articles-header-title {
  position: absolute; 
  left: 200px;
}

#ds-articles-header-image {
  float: left;
  width: 249px;
  margin: 0 2em 2em 0;
}

.dsac {
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.dsac-tips {
  width: 70%;
}

.dsac-img {
  width: 30%;
}

.dsac-tips ol {
}

.dsac-tips li {
  padding: 2px 0;
}



.dsac-img, .dsac-tips {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

.dsac-img img {
  display: block;
  margin: 10px auto;
  padding: 4px;
  box-shadow: 1px 1px 4px 1px #666;
  -moz-box-shadow: 1px 1px 4px 1px #666;
  -webkit-box-shadow: 1px 1px 4px 1px #666;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#ds-faq-header {
  margin-bottom: 10px;
  font-size: 1.1em;
}

#ds-faq-header-right {
  display: inline;
  float: right;
  width: 209px;
  margin-left: 15px;
}

.ds-faq-nav {
  margin: 5px 0;
  padding: 5px;
}

.ds-faq-nav-left {
  float: left;
}

.ds-faq-nav-right {
  float: right;
}

#ds-faq-contents h2 {
  margin: 20px 3px 2px 2px;
  padding:5px;
  font-size: 1.0em;
}

#ds-faq-contents  {
  padding: 20px 10px;
  font-size: 1.1em;
}

#ds-faq-contents ol {
  margin-bottom: 30px;
}

#ds-faq-contents-inner {
  padding: 5px 15px;
  font-size: 1.1em;
}

.ds-faq-top-link {
  display: block;
  margin: 0 0 10px 15px;
  font-weight: bold;
}

.ds-faq-content {
  display: none;
}

#ds-faq-more {
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.1em;
  text-align: right;
}img.ds-lazy-img {
  max-width: 100%;
}

#ds-gallery-form-hidden {
  display: none;
}

#ds-gal-header {
  position: relative;
}

.ds-gal-header-desc {
  padding-bottom: 15px;
}

.ds-gal-header-image {
  float: left;
  margin: 0 15px 10px 0;
  display: inline;
  width: 280px;
  max-width: 100%;
}

.ds-gal-header-title {
  background-size: contain !important;
  display: inline-block;
  margin: 0 15px 10px 0;
}



#ds-gal-header-1 {
  background: url('/ds-images/gallery-headers/eurolt-logo.png') no-repeat;
  -pie-background: url('/ds-images/gallery-headers/eurolt-logo.png') no-repeat 0 0 / contain;
  width: 212px;
  height: 39px;
  text-indent: -9999px;
}

#ds-gal-header-3 {
  background: url('/ds-images/gallery-headers/quadros-logo.png') no-repeat;
  -pie-background: url('/ds-images/gallery-headers/quadros-logo.png') no-repeat 0 0 / contain;
  width: 166px;
  height: 53px;
  text-indent: -9999px;
}

#ds-gal-header-4 {
  background: url('/ds-images/gallery-headers/designmonday-logo.png') no-repeat;
  -pie-background: url('/ds-images/gallery-headers/designmonday-logo.png') no-repeat 0 0 / contain;
  width: 200px;
  height: 46px;
  text-indent: -9999px;
}



#ds-gal-header-75 {
  background: url('/ds-images/gallery-headers/logo-75.png') no-repeat;
  -pie-background: url('/ds-images/gallery-headers/logo-75.png') no-repeat 0 0 / contain;
  width: 214px;
  height: 52px;
  text-indent: -9999px;
}



#ds-gal-header-32 { 
  background: url('/ds-images/gallery-headers/quadrofgs-logo.png') no-repeat;
  -pie-background: url('/ds-images/gallery-headers/quadrofgs-logo.png') no-repeat 0 0 / contain;
  width: 250px;
  height: 45px;
  text-indent: -9999px;
  left: 245px;
}

#ds-gal-header-36 {
  left: 220px;
}


#ds-gal-header-45, #ds-gal-header-46 {
  background: url('/ds-images/gallery-headers/esmart-logo.png') no-repeat;
  -pie-background: url('/ds-images/gallery-headers/esmart-logo.png') no-repeat 0 0 / contain;
  width: 187px;
  height: 38px;
  text-indent: -9999px;
}


.ds-view-specials #ds-gal-header {
  position: relative;
  clear: both;
}
.ds-view-specials #ds-gal-header .ds-watermark {
  right: 0px;
}


@media (max-width: 542px) {
  .ds-gal-header-title {
    margin: 0 auto 10px auto;
    display: block;

  }
  .ds-gal-header-image {
    margin: 0 auto 10px auto;
    display: block;
    float: none;
  }
}

#ds-modal {
  font-size: 12px;
  font-family:Arial,Helvetica,sans-serif;
  width: 860px;
  padding: 10px;
  color: #000;
  background: #fff;
}

#ds-modal b {
 color: #000;
}

#ds-modal a {
 color: #888;
 text-decoration: underline;
}

#ds-modal a:hover {
 color: #000;
}


#ds-modal h1 {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 26px;
  margin: 15px 0;
  padding: 0;
  display: block;
  color: #000;
  font-weight: bold;
  font-style: normal;
  border: none;
 letter-spacing: 0;
}

#ds-modal-nav  {
  text-align: center;
}

#ds-modal-nav ul {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 0 auto;
  padding: 0;
  display: inline;
}

#ds-modal-nav li {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 17px;
  float: left;
  list-style-type: none !important;
  list-style-image: none !important;
  display: inline;
  padding: 0 3px 3px 0;
  margin: 0;
  color: #000;
 letter-spacing: 0;
}


#ds-modal-nav li a, #ds-modal-slideshow {
  text-decoration: none;
  padding: 3px;
  background: #eee;
  font-size: 12px;
  border-radius: 16px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  display: inline-block;
}

#ds-modal-nav li a img {
  float: left;
}

#ds-modal #ds-modal-nav-prev {
  margin-right: 3px;
}

#ds-modal #ds-modal-nav-prev, #ds-modal #ds-modal-nav-next {
  float: left;
  display: inline;
  text-decoration: none;
  padding: 3px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  line-height: 40px;
  height: 40px;

}


#ds-modal-nav li a.active, #ds-modal-nav li a:hover,  #ds-modal-slideshow:hover, #ds-modal a:hover#ds-modal-nav-prev, #ds-modal a:hover#ds-modal-nav-next {
  background: #888;
  color: #fff;
  width: auto;
  height: auto;
}

#ds-modal-nav li a.active {
  background: #c00;
}


#ds-modal-content, #ds-modal-image, #ds-modal-desc {
  float: left;
  background: #fff;
  color: #000;
}

#ds-modal-image {
  max-width: 480px;
  max-height: 360px;
  width: expression(this.width &gt; 480 ? "480px" : true);
  height: expression(this.height &gt; 360 ? "360px" : true);
}

#ds-modal-desc {
 width: 370px;
}

#ds-modal-desc-inner {
 padding-left: 15px;
}


#ds-modal-desc ul {
 margin: 0;
 padding: 0 0 0 20px;
}

#ds-modal-desc li {
 margin: 0;
 padding: 0;
 color: #000;
 letter-spacing: 0;
}

#ds-modal-nav a img {
 border: none;
}

#ds-modal-slideshow {
 padding: 0 12px;
 font-weight: bold;
}


.ds-alert {
  padding: 0;
  border: none;
  background: transparent;
}
.ds-alert p {
  margin: 0;
}

.ds-alert .ui-widget-content {
  background: none;
  border: none;
}

.ds-alert .ui-dialog-titlebar {
  font-size: 12px;
  width: 13px;
  position: absolute;
  top: 2px;
  right: 2px;
}

#ds-modal-permalink {
  margin-top: 20px;
  float: right;
}

.ds-modal-price {
  margin-bottom: 20px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
}

.ui-dialog.ds-alert .ui-dialog-content a {
  display: block;
}
.ui-dialog.ds-alert .ui-dialog-content a img {
  border: 0;
}


.ui-dialog {
  clear: both;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------&gt;&gt;&gt; global settings needed for thickbox &lt;&lt;&lt;-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------&gt;&gt;&gt; thickbox specific link and font settings &lt;&lt;&lt;------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
  margin-top: 8px;
}
#TB_nav {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
  margin-top: 5px;
  float: left;
}

#TB_p, #TB_n {
  float: left;
  width: 40px;
  height: 12px;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------&gt;&gt;&gt; thickbox settings &lt;&lt;&lt;-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:90000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {background: url(/ds-images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 90002;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement &amp;&amp; document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_left {
  float:left;
  width: 60%;
}
#TB_right {
  float:right;
  width: 40%;
  min-width: 130px;
}

#TB_caption{
  padding:7px 30px 10px 15px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 15px 10px 0;
  float:right;
  text-align: right;
}

#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#TB_title{
  background-color:#e8e8e8;
  height:27px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
  padding:15px;
}

#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}

#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:90003;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement &amp;&amp; document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
  z-index:89999;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#TB_closeWindowButton {
  text-transform: capitalize;
}

#TB_FullSize {
  display: block;
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.fg-button {
cursor:pointer;
margin:0 3px 0 0;
outline:0 none;
padding: 4px 7px;
position:relative;
text-align:center;
text-decoration:none !important;
border-bottom-style: solid !important;
}
.fg-button-small {
padding:0.2em 0.2em;
}

.fg-button .ui-icon {
left:50%;
margin-left:-8px;
margin-top:-8px;
position:absolute;
top:50%;
}
a.fg-button {
float:left;
}
button.fg-button {
overflow:visible;
width:auto;
}
.fg-button-icon-left {
padding-left:2.1em;
}
.fg-button-icon-right {
padding-right:2.1em;
}
.fg-button-icon-left .ui-icon {
left:0.2em;
margin-left:0;
right:auto;
}
.fg-button-icon-right .ui-icon {
left:auto;
margin-left:0;
right:0.2em;
}
.fg-button-icon-solo {
display:block;
text-indent:-9999px;
width:8px;
}
.fg-buttonset {
float:left;
}
.fg-buttonset .fg-button {
float:left;
}
.fg-buttonset-single .fg-button, .fg-buttonset-multi .fg-button {
margin-right:-1px;
}
.fg-toolbar {
margin:0;
padding:0.5em;
}
.fg-toolbar .fg-buttonset {
margin-right:1.5em;
padding-left:1px;
}
.fg-toolbar .fg-button {
font-size:1em;
}

.strike {
text-decoration:line-through;
}

.fg-last {
 margin-right: 0;
}

#ds-nav a.ui-state-default, #ds-reset-button.ui-state-default, #ds-mg-clear-button.ui-state-default, #ds-photos-button.ui-state-default, #ds-search-options-button.ui-state-default, #ds-refresh-captcha.ui-state-default {
  color: #fff;
  font-size: 11px;
}
#ds-nav a.ui-state-active, #ds-reset-button.ui-state-active, #ds-mg-clear-button.ui-state-active, #ds-photos-button.ui-state-active, #ds-search-options-button.ui-state-active, #ds-refresh-captcha.ui-state-active {
  color: #000;
}

#ds-details-print {
  padding: 4px 12px 4px 21px;
}
#ds-details-buy {
  padding: 4px 12px 4px 27px;
}
#ds-details-buy .ui-icon {
  left: 7px;
}




#ds-quick-links .ui-state-default {
  color: #fff;
}
#ds-quick-links .ui-state-active {
  color: #000;
}

#ds-search-options-button {
  font-weight: bold;
}

#ds-leadtime-button {
  float: none;
}
#ds-refresh-captcha {
  margin-top: 30px;
  margin-left: 1em;
}


#ds-detail-buttons {
  margin-top: 2em;
}

#ds-page #ds-details-text .ds-detail-button a {
  font-size: 1.2em;
  color: #fff;
  padding: 4px;
  float: none;
}

#ds-page #ds-details-text #ds-detail-buttons .ds-detail-button a {
  padding: 4px 11px 4px 22px;
}

.ds-detail-button {
  width: 100%;
  text-align: center;
  margin: 3em 0;
}

.ds-detail-button-desc {
  margin-bottom: 0.5em;
}


.ds-detail-mygal-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}


.ds-detail-mygal-button a {
  float: none;
}

#ds-page #ds-detail-buttons .ds-detail-mygal-button a {
  float: none;
  display: block;
  color: #fff;
  margin: 0 auto 3em auto;
  padding: 4px 11px 4px 22px;
}

.ui-state-default .ui-icon.icon-lightning {
background-image: url(/ds-images/eds-lightning-sprite.png);
background-position: 0 -102px;
width: 17px;
height: 43px;
top: 0px;
}

.ui-state-hover .ui-icon.icon-lightning {
background-position: -16px -102px;
}

#ds-lightning-button {
  margin-left: 10px;
  font-weight: bold;
}

#ds-page .ui-tabs .ui-tabs-nav li#ds-tab-print {
  float: right;
  margin: 0;
  width: 27px;
  height: 30px;
  overflow: hidden;
  box-shadow: none;
}
#ds-page .ui-tabs .ui-tabs-nav li.ds-right-tab {
  float: right;
  box-shadow: none;
  margin: 0;
}

#ds-detail-main-image .ds-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 4;
}

#eds-content #ds-page .thumb a.animate, #eds-content #ds-page .thumb a.animate img { 
  z-index: 4;
}

#eds-content #ds-page .thumb a.animate .ds-icon {
  z-index: 5;
}

.ds-icon-rental {
    position: absolute;
    color: #fff;
    padding: 0px 5px 0px 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    z-index: 5;
    background: rgba(0,0,0,0.4);
    top: -32px;
    transition: top 0.7s;
    transition-delay: 0.6s;
}
.ds-icon-rental.ds-visible {
  top: 0px;
}

.ds-check {
  opacity: 0;
  transition: opacity 0.7s;
  transition-delay: 1.3s; 
}

.ds-visible .ds-check {
  opacity: 1;
}

#ds-results .thumb a, .ds-results-image {
  overflow: hidden;
  position: relative;
}


.thumbcopy, #eds-content .thumbcopy {
  position: relative;
  z-index: 5;
}

.ds-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

#ds-detail-main-image .ds-icon-11 {
  background-image: url('/ds-images/kit-icons/promo.png');
  -pie-background: url('/ds-images/kit-icons/promo.png') no-repeat 0 0 / contain;
  width: 75px;
  height: 83px;
  right: 0px;
  bottom: 0px;
}

#ds-detail-main-image .ds-icon-10 {
  background-image: url('/ds-images/kit-icons/toolfree.png');
  -pie-background: url('/ds-images/kit-icons/toolfree.png') no-repeat 0 0 / contain;
  width: 75px;
  height: 75px;
  right: 0px;
  bottom: 0px;
}

#ds-detail-main-image .ds-icon-9 {
  background-image: url('/ds-images/kit-icons/new.png');
  -pie-background: url('/ds-images/kit-icons/new.png') no-repeat 0 0 / contain;
  width: 36px;
  height: 36px;
}

#ds-detail-main-image .ds-icon-8 {
  background-image: url('/ds-images/kit-icons/reconfigurable.png');
  -pie-background: url('/ds-images/kit-icons/reconfigurable.png') no-repeat 0 0 / contain;
  width: 36px;
  height: 36px;
}

#ds-detail-main-image .ds-icon-6 {
  background-image: url('/ds-images/kit-icons/eco.png');
  -pie-background: url('/ds-images/kit-icons/eco.png') no-repeat 0 0 / contain;
  width: 38px;
  height: 40px;
}

#ds-detail-main-image .ds-icon-4 {
  background-image: url('/ds-images/kit-icons/apple-ms.png');
  -pie-background: url('/ds-images/kit-icons/apple-ms.png') no-repeat 0 0 / contain;
  width: 79px;
  height: 40px;
}

#ds-detail-main-image .ds-icon-3 {
  background-image: url('/ds-images/kit-icons/backlit-br.png');
  -pie-background: url('/ds-images/kit-icons/backlit-br.png') no-repeat 0 0 / contain;
  width: 72px;
  height: 40px;
  right: 0px;
  bottom: 0px;
}

#ds-detail-main-image .ds-icon-2 {
  background-image: url('/ds-images/kit-icons/ms.png');
  -pie-background: url('/ds-images/kit-icons/ms.png') no-repeat 0 0 / contain;
  width: 40px;
  height: 40px;
}

#ds-detail-main-image .ds-icon-1 {
  background-image: url('/ds-images/kit-icons/apple.png');
  -pie-background: url('/ds-images/kit-icons/apple.png') no-repeat 0 0 / contain;
  width: 34px;
  height: 40px;
}


.ds-results-image {
  position: relative;
  display: block;
}

#ds-results .ds-icon {
  position: absolute;
  right: 8px;
  top: 8px;
}

#ds-results .ds-icon-12 {
  background-image: url('/ds-images/kit-icons/quick_ship.png');
  -pie-background: url('/ds-images/kit-icons/quick_ship.png') no-repeat 0 0 / contain;
  width: 39px;
  height: 27px;
}

#ds-results .ds-icon-11 {
  background-image: url('/ds-images/kit-icons/promo.png');
  -pie-background: url('/ds-images/kit-icons/promo.png') no-repeat 0 0 / contain;
  width: 40px;
  height: 44px;
  right: 0px;
  top: 0px;
}

#ds-results .ds-icon-10 {
  background-image: url('/ds-images/kit-icons/toolfree.png');
  -pie-background: url('/ds-images/kit-icons/toolfree.png') no-repeat 0 0 / contain;
  width: 35px;
  height: 35px;
  right: 4px;
  top: 4px;
}

#ds-results .ds-icon-9 {
  background-image: url('/ds-images/kit-icons/new.png');
  -pie-background: url('/ds-images/kit-icons/new.png') no-repeat 0 0 / contain;
  width: 24px;
  height: 24px;
  right: 6px;
  top: 6px;
}

#ds-results .ds-icon-8 {
  background-image: url('/ds-images/kit-icons/reconfigurable.png');
  -pie-background: url('/ds-images/kit-icons/reconfigurable.png') no-repeat 0 0 / contain;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 6px;
}

#ds-results .ds-icon-6 {
  background-image: url('/ds-images/kit-icons/eco.png');
  -pie-background: url('/ds-images/kit-icons/eco.png') no-repeat 0 0 / contain;
  width: 15px;
  height: 16px;
  right: 4px;
  top: 4px;
}

#ds-results .ds-icon-4 {
  background-image: url('/ds-images/kit-icons/apple-ms.png');
  -pie-background: url('/ds-images/kit-icons/apple-ms.png') no-repeat 0 0 / contain;
  width: 31px;
  height: 16px;
}

#ds-results .ds-icon-3 {
  background-image: url('/ds-images/kit-icons/backlit.png');
  -pie-background: url('/ds-images/kit-icons/backlit.png') no-repeat 0 0 / contain;
  width: 43px;
  height: 24px;
  right: 0px;
  top: 0px;
}

#ds-results .ds-icon-2 {
  background-image: url('/ds-images/kit-icons/ms.png');
  -pie-background: url('/ds-images/kit-icons/ms.png') no-repeat 0 0 / contain;
  width: 16px;
  height: 16px;
}

#ds-results .ds-icon-1 {
  background-image: url('/ds-images/kit-icons/apple.png');
  -pie-background: url('/ds-images/kit-icons/apple.png') no-repeat 0 0 / contain;
  width: 14px;
  height: 16px;
}/* Selectmenu

----------------------------------*/

.ui-selectmenu { display: block; position:relative; text-decoration: none; overflow:hidden;}

.ui-selectmenu-icon { position:absolute; right: 4px; margin-top:-8px; top: 50%; }

.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; text-align: left;}

.ui-selectmenu-open { visibility: visible; }

.ui-selectmenu-menu-popup { margin-top: -1px; }

.ui-selectmenu-menu-dropdown { }

.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; font-size: 11px; }

.ui-selectmenu-menu li a {line-height: 1em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,

.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }

.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }

.ui-selectmenu-open li.ui-selectmenu-item-selected { }

.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }

.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }

.ui-selectmenu-menu li .ui-selectmenu-item-content {  }

.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }

/*for optgroups*/

.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }

.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }


#ds-nav-drop-menu-button {
  float: right;
  margin-right: 0;
}


#ds-page .ui-selectmenu-dropdown.ui-state-active {
  z-index: 2;
  border-bottom: 0;
}

#ds-page .ui-selectmenu-open {
  z-index: 1;
}
#ds-captcha {
  clear: left;
  margin: 10px 0;
  float: left;
  display: inline;
  width: 100%;
}

.captchaImages {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.captchaText {
  font-size: 16px;
  font-weight: bold;
}

#ds-page img.captchaImage {
  border: 2px dotted #efefef;
  margin: 0 1px;
}
#ds-page img.simpleCaptchaSelected {
  border: 2px solid #c00;
}

#ds-page .ds-input.captcha label {
  width: 100%;
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

#ds-page #ds-worksheet .ds-input.captcha label {
  font-size: 1.3em;
}
@charset "UTF-8";

@font-face {
  font-family: 'mb_audio_fontRegular';
  src: url('/ds-images/ds-audio/jplayer/mbAudioFont/mb_audio_font.eot');
  src: local('☺'), url('/ds-images/ds-audio/jplayer/mbAudioFont/mb_audio_font.woff') format('woff'), url('/ds-images/ds-audio/jplayer/mbAudioFont/mb_audio_font.ttf') format('truetype'), url('/ds-images/ds-audio/jplayer/mbAudioFont/mb_audio_font-webfont_svg#webfontywr4YLri') format('svg');
  font-weight: normal;
  font-style: normal;
}


.mbMiniPlayer span{
  font:16px/20px "mb_audio_fontRegular","Webdings",sans-serif;
}

a.audio{
  display:none;
}

.mbMiniPlayer{ width: 100%; float: left;}

.mbMiniPlayer table{
  -moz-border-radius:5px;
  -webkit-border-radius:8px;
  border-radius:5px;
  margin:5px;
}

.mbMiniPlayer.shadow table{
  border:1px solid white;
  -moz-box-shadow:#ccc 0px 0px 5px;
  -webkit-box-shadow:#ccc 0px 0px 5px;
  box-shadow:#ccc 0px 0px 5px;
}
.ds-audio * {
  vertical-align: middle;
}
.mbMiniPlayer.black td{
  margin:0;
  padding:0;
}

.jp-progress{
  position:relative;
  background-color: #fff;
  height:8px;
  margin:2px;
  margin-top:0;
  top:-2px;
  -moz-box-sizing:border-box;
  cursor:pointer;
}

.jp-load-bar{
  background-color: #e9e6e6;
/*background-image:-moz-linear-gradient(40% 10% 270deg,#ccc, #ffffff, #ddd 100%);*/
  height:6px;
  -moz-box-sizing:border-box;
}
.jp-play-bar{
  background-color:black;
  background-image:-moz-linear-gradient(85% 66% 90deg,#191919, #525252, #C7C7C7 100%);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#7D7D7D), to(#262626), color-stop(.6,#333333));
  height:6px;
  -moz-box-sizing:border-box;
}

.mbMiniPlayer td.controlsBar{
  background-color:#ccc;
  background-image:-moz-linear-gradient(19% 100% 90deg,#FFFFFF, #FFFFFF, #EBEBEB 100%);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEDEDE), to(#FFFFFF), color-stop(.6,#FFFFFF));
  margin:0;
  padding:0;
  cursor:default !important;
  box-shadow:inset 1px 1px 2px #999;
  -moz-box-shadow:inset 1px 1px 3px #999;
  -webkit-box-shadow:inset 1px 1px 2px #999;
}

.mbMiniPlayer .controls{
  margin:1px;
  display:none;
  width:1px;
  *border:1px solid gray;
  height:100%;
  -moz-box-sizing:border-box;
  overflow:hidden;
  white-space:nowrap;
}

.mbMiniPlayer span{
  display:inline-block;
  padding:3px;
  width:20px;
  height:20px;
  color:white;
  text-align:center;
  text-shadow: 1px -1px 1px #000;
  background-image:-moz-linear-gradient(100% 100% 110deg,rgba(100, 100, 100,0.5), transparent);
  background-image:-webkit-gradient(linear, 0% 5%, 85% 100%, from(transparent), to(rgba(100, 100, 100,0.5)));
  word-wrap: normal;
}

.mbMiniPlayer span.listen {
  padding:3px;
  width: auto;
  font-family: Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size: 12px;
}

.mbMiniPlayer span.title{
  position:relative;
  color:#333;
  font:10px/12px "DroidSansMonoRegular", sans-serif;
  text-shadow: none!important;
  letter-spacing:1px;
  width:100%;
  height:8px;
  top:-4px;
  background:transparent !important;
  text-align:left;
  cursor:default !important;
}

.mbMiniPlayer span.rew{
  width:1px;
  cursor:pointer;
}

.mbMiniPlayer span.volumeLevel{
}
.mbMiniPlayer span.volumeLevel a{
  position:relative;
  display:inline-block;
  margin:0;
  margin-right:2px;
  width:2px;
  padding:0;
  background-color:white;
  height:0;
  vertical-align:bottom;
  opacity:.1;
  cursor:pointer;
}

.mbMiniPlayer span.volumeLevel a.sel{
  -moz-box-shadow:#000 0px 0px 1px;
  -webkit-box-shadow:#000 0px 0px 1px;
  box-shadow:#000 0px 0px 1px;
}

.mbMiniPlayer span.time{
  width:1px;
  font:11px/20px sans-serif;
  overflow:hidden;
  white-space:nowrap;
  cursor:default !important;
  /*
    background-image:none;
    background-color:#d9d9d9 !important;
  */
  text-shadow: 0 0 2px #999!important;
}

.mbMiniPlayer span.play{
  -moz-border-radius:0 5px 5px 0;
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-radius:0 5px 5px 0;
  cursor:pointer;
}
.mbMiniPlayer span.volume{
  -moz-border-radius:5px 0 0 5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  border-radius:5px 0 0 5px;
  cursor:pointer;
}


/*BLACK ----------------------------------------*/
.mbMiniPlayer.black span{
  background-color:#666;
  text-shadow: 1px -1px 1px #000;
}

.mbMiniPlayer.black span.play{
  border-left:1px solid #333;
}

.mbMiniPlayer.black span.volume{
  border-right:1px solid #999;
}

.mbMiniPlayer.black span.volume.mute{
  color: #999999;
}

/*GRAY ----------------------------------------*/
.mbMiniPlayer.gray span{
  background-color:#ccc;
  text-shadow: 1px -1px 1px #666;
}

.mbMiniPlayer.gray span.play{
  border-left:1px solid #666;
}

.mbMiniPlayer.gray span.volume{
  border-right:1px solid #bdbcbc;
}

.mbMiniPlayer.gray span.volume.mute{
  color: #cccccc;
}

/*BLUE ----------------------------------------*/
.mbMiniPlayer.blue span{
  background-color: #0099ff;
  text-shadow: 1px -1px 1px #003366;
}

.mbMiniPlayer.blue span.play{
  border-left:1px solid #034383;
}

.mbMiniPlayer.blue span.volume{
  border-right:1px solid #18a2fe;
}
.mbMiniPlayer.blue span.volume.mute{
  color: #98bff9;
}

/*ORANGE ----------------------------------------*/
.mbMiniPlayer.orange span{
  background-color: #ff9900;
  text-shadow: 1px -1px 1px #996600;
}

.mbMiniPlayer.orange span.play{
  border-left:1px solid #8c5002;
}

.mbMiniPlayer.orange span.volume{
  border-right:1px solid #fea827;
}

.mbMiniPlayer.orange span.volume.mute{
  color: #eec957;
}

/*RED ----------------------------------------*/
.mbMiniPlayer.red span{
  background-color: #cc0033;
  text-shadow: 1px -1px 1px #660000;
}

.mbMiniPlayer.red span.play{
  border-left:1px solid #660000;
}

.mbMiniPlayer.red span.volume{
  border-right:1px solid #dd033a;
}

.mbMiniPlayer.red span.volume.mute{
  color: #df3862;
}


/*GREEN ----------------------------------------*/
.mbMiniPlayer.green span{
  background-color: #339900;
  text-shadow: 1px -1px 1px #003333;
}

.mbMiniPlayer.green span.play{
  border-left:1px solid #336600;
}

.mbMiniPlayer.green span.volume{
  border-right:1px solid #38a700;
}

.mbMiniPlayer.green span.volume.mute{
  color: #2aba5a;
}


.ds-audio {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

#ds-description-tab .ds-audio {
  position: absolute;
  bottom: 0;
  float: left;
  width: 50%;
  text-align: center;
}

#ds-page .mbMiniPlayer table {
  margin: 3px auto;
}.ui-slider {
  position: relative;
  text-align: left;
  margin-top: 4px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;

}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .3em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.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: -.3em;
  margin-left: 0;
  margin-bottom: -.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;
}
#ds-sidebar ul, #ds-sidebar #ds-sb-section-1 ul.ds-sb-more-ul {
  list-style-type:none;
  list-style-image: none;
  padding: 0 0 1em 0;
  margin: 0;
}
#ds-sidebar #ds-sb-section-1 ul.ds-photos-more-ul {
  list-style-type:none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

#ds-sidebar  li {
  list-style-type:none;
  list-style-image: none;
}
#ds-sidebar #ds-sb-section-1 ul.icons {
    padding: 0 0 0 40px;
}
#ds-sidebar ul.icons li {
    padding: 6px 0;
}

#ds-sidebar li {
    position: relative;
}

#ds-sidebar .icon {
  position: absolute;
  left: -31px;
  top: 4px;
  width: 24px;
  height: 24px;
  behavior: url(/ds-images/pie/PIE.htc);
  background-size: contain;
}

#ds-sidebar #ds-sb-top12 .icon {
  background: url(/ds-images/icons/default/top20-pill.png) center top;
  background-size: contain;
  -pie-background: url(/ds-images/icons/default/top20-pill.png) no-repeat 50% 0 / contain;
}

#ds-sidebar #ds-sb-faq .icon {
  background: url(/ds-images/icons/default/faq-pill.png) center top;
  background-size: contain;
  -pie-background: url(/ds-images/icons/default/faq-pill.png) no-repeat 50% 0 / contain;
}
#ds-sidebar #ds-sb-search .icon {
  background: url(/ds-images/icons/default/search-pill.png) center top;
  background-size: contain;
  -pie-background: url(/ds-images/icons/default/search-pill.png) no-repeat 50% 0 / contain;
}



#ds-sidebar #ds-sb-mygal .icon {
  background: url(/ds-images/icons/default/mygal-pill.png) center top;
  background-size: contain;
  -pie-background: url(/ds-images/icons/default/mygal-pill.png) no-repeat 50% 0 / contain;
}

#ds-sb-p5d .icon {
  background: url(/ds-images/icons/default/p5d-pill.png) center top;
  background-size: contain;
  -pie-background: url(/ds-images/icons/default/p5d-pill.png) no-repeat 50% 0 / contain;
}

#ds-sb-tips .icon {
  background: url(/ds-images/icons/default/tips-pill.png) center top;
  background-size: contain;
  -pie-background: url(/ds-images/icons/default/tips-pill.png) no-repeat 50% 0 / contain;
}

#ds-sidebar #ds-sb-lightning .icon {
  background: url(/ds-images/icons/default/eds-lightning-sprite.png) center top;
  position: absolute;
  left: -24px;
  top: 0px;
  height: 35px;
  width: 17px;
  text-indent: -999px;
  background-position: 0 -67px;
}
#ds-sb-lightning a {
  text-decoration: none;
  text-shadow: -1px -1px 20px #F5D492, 1px 1px 20px #F5D492, 1px -1px 20px #F5D492, -1px 1px 20px #F5D492;
}
#ds-sidebar #ds-sb-lightning a:hover {
  text-shadow: -1px -1px 20px #03F, 1px 1px 20px #06F, 1px -1px 20px #03F, -1px 1px 20px #06F
}


#ds-sb-specials .icon {
  background: url(/ds-images/icons/default/ds-special-small.png) center top;
  position: absolute;
  left: -28px;
  top: 7px;
  height: 17px;
  width: 23px;
  text-indent: -999px;
}

.ds-sb-more {
    text-align: right;
    padding-right: 20px;
}

#ds-sidebar #ds-sb-section-1 ul ul.ds-sb-hidden {
    text-align: left;
    margin: 0;
    padding: 0;
}

#ds-sidebar ul ul.ds-sb-hidden li {
    margin: 0;
    padding: 0;
}

#ds-sidebar a {
    display: block;
}

.ds-sb-hidden {
  display: none;
}

#ds-home {
  float: right;
}


.ds-app-name-header {
  background: url('/ds-images/eds-logo.png') no-repeat;
  text-indent: -9999px;
  width: 100%;
  height: 34px;
  margin-top: 0;
}



#ds-page a, #ds-page a:hover, #ds-page a:link, #ds-page a:active, #ds-page a:hover, #ds-page a:visited {
  text-decoration: none;
}

#ds-results .ds-results-title a,
#ds-results .ds-menu a,
#ds-detail-sub a,
#ds-details-accordian .ui-accordion-content a,
#ds-articles-contents a,
#ds-page .ds-perma-link a,
#ds-page .p5d-desc a,
#ds-page .ds-pager a,
#ds-details-desc a:not(.fg-button),
#ds-faq-contents a,
#ds-page .ds-detail-nav-left a,
#ds-page #ds-accessories a,
#ds-page #ds-design-documentation a,
#ds-page #ds-gallery-header a,
#ds-page #ds-footer-links a,
#ds-details-price a,
#ds-advanced-search a,
#ds-mg-home .ds-mg-details a.ds-link {
 color: #26A9E0;
}

#ds-results .ds-results-title a,
#ds-results .ds-menu a,
#ds-front-thumbs .ds-thumb-header a,
#ds-front-thumbs .ds-thumb-footer a,
#ds-detail-sub a,
#ds-details-accordian .ui-accordion-content a,
#ds-page .ds-pager a,
#p5d-header a,
#ds-page .p5d-page-nav a,
#ds-page .p5d-results-header a,
#ds-articles-contents a,
#ds-articles-header a,
#ds-faq-contents a,
#ds-page .ds-articles-breadcrumb a,
#ds-page .ds-perma-link a,
#ds-gallery-header a,
#ds-footer-links a,
#ds-page .p5d-desc a,
#ds-details-desc a,
#ds-page .ds-detail-nav-left a,
#ds-page #ds-accessories a,
#ds-page #ds-design-documentation a,
#ds-page #ds-gallery-header a,
#ds-page #ds-footer-links a,
#ds-details-price a,
#ds-advanced-search a,
#ds-mg-home .ds-mg-details a.ds-link {
 border-bottom: 1px dotted #CCC;
}

#ds-results .ds-results-title a:hover,
#ds-results .ds-menu a:hover,
#ds-front-thumbs .ds-thumb-header a:hover,
#ds-front-thumbs .ds-thumb-footer a:hover,
#ds-detail-sub a:hover,
#ds-details-accordian .ui-accordion-content a:hover,
#ds-page .ds-pager a:hover,
#p5d-header a:hover,
#ds-page .p5d-page-nav a:hover,
#ds-page .p5d-results-header a:hover,
#ds-articles-contents a:hover,
#ds-articles-header a:hover,
#ds-faq-contents a:hover,
#ds-page .ds-articles-breadcrumb a:hover,
#ds-page .ds-perma-link a:hover,
#ds-gallery-header a:hover,
#ds-footer-links a:hover,
#ds-page .p5d-desc a:hover,
#ds-details-desc a:hover:not(.fg-button),
#ds-page .ds-detail-nav-left a:hover,
#ds-page #ds-accessories a:hover,
#ds-page #ds-design-documentation a:hover,
#ds-page #ds-gallery-header a:hover,
#ds-page #ds-footer-links a:hover,
#ds-details-price a:hover,
#ds-advanced-search a:hover,
#ds-mg-home .ds-mg-details a.ds-link:hover {
  color: #26A9E0;
  border-bottom: 1px solid #26A9E0;
}


#ds-page a#ds-top12-button.ui-state-default, #ds-page a#ds-lightning-button.ui-state-default, #ds-page a#ds-details-buy.ui-state-default {
   background: #26A9E0;
}







  #ds-detail-main-image a:hover img, a#ds-detail-main-image a img.ds-scaleSat {

    -webkit-transform: scale(1.15);
    transform: scale(1.15);

  }

#ds-detail-main-image:hover, #ds-page a.ds-addimgs:hover img {
  border: 1px solid #26A9E0;
}



#ds-page #ds-details-pricing-col-1 h3 {
}

#ds-page #ds-details-pricing-col-2 h3 {
  border-bottom: 1px solid #CCC;
}

.thumb a.animate, a.ds-results-image {
  border: 2px solid transparent;
}

.thumb a.animate.ds-visible-rental, a.ds-results-image.ds-visible-rental, .thumb a.rotate.ds-visible-rental {
animation: borders-gone-wild 2s ease-in-out 0s 3;
}

@keyframes borders-gone-wild {
  0% {border: 2px solid transparent;}
  50% {border: 2px solid #26A9E0; filter:grayscale(0);}
  100% {border: 2px solid transparent;}
}/*-----------------------------------------------------------------------------

	-	Megafolio PRO  -

Screen Stylesheet

version:   	1.0
date:      	10/10/12
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/****************************
	-	FANCY BOX TRICKS -
*****************************/
.fancybox-lock .fancybox-overlay {
    overflow-x: auto;
    overflow-y: hidden !important;
}

/************************************************
	-	BASIC CAPTIONS AND COVERS PER mega-entry	-
************************************************/

.mega-covercaption					{	padding:21px 20px;
										box-sizing:border-box;
										-moz-box-sizing:border-box;
										-webkit-box-sizing:border-box;
										width:100%;
										position:absolute;
										left:0px;
										min-height:0px;
										max-width:100%;
										max-height:100%;
										overflow:hidden;
									}

.mega-white							{	background:#fff;	}
.mega-white.mega-transparent		{	background:rgba(255,255,255,0.80)	}

.mega-black							{	background:#000;	}
.mega-black.mega-transparent		{	background:rgba(0,0,0,0.80)	}

.mega-turquoise 					{   background:#43a1a9; }
.mega-orange 						{   background:#de921a; }
.mega-green 						{   background:#9ab534; }
.mega-red 							{   background:#d74f35; }
.mega-violet 						{   background:#791869; }
.mega-blue 							{   background:#034e92; }


/*** THE DIRECTIONS OF CAPTIONS **/
.mega-square .mega-square-top						{	top:0px; left:0px; bottom:auto;}
.mega-square .mega-square-bottom					{	bottom:0px;	left:0px;top:auto;}
.mega-square .mega-square-left						{	top:0px; left:0px; max-width:50%; height:100%	}
.mega-square .mega-square-right					 	{	top:0px; right:0px; left:auto; width:50%; height:100%	}

.mega-portrait .mega-portrait-top					{	top:0px; left:0px; bottom:auto;}
.mega-portrait .mega-portrait-bottom				{	bottom:0px;	left:0px;top:auto;}
.mega-portrait .mega-portrait-left					{	top:0px; left:0px; width:50%; height:100%	}
.mega-portrait .mega-portrait-right					{	top:0px; right:0px; left:auto; width:50%; height:100%	}

.mega-landscape .mega-landscape-top					{	top:0px; left:0px; bottom:auto;}
.mega-landscape .mega-landscape-bottom				{	bottom:0px;	left:0px;top:auto;}
.mega-landscape .mega-landscape-left				{	top:0px; left:0px; width:50%; height:100%	}
.mega-landscape .mega-landscape-right				{	top:0px; right:0px; left:auto; width:50%; height:100%	}






.mega-title							{	 text-align: left; font-family: 'Open Sans', sans-serif;  font-size:24px; line-height: 24px; color:#fff; font-weight:400; }
.mega-date							{	 text-align: left; font-family: 'Open Sans', sans-serif;  font-size:15px; color:#666; font-weight:300; margin-top: 0px;}
.mega-covercaption p				{	 text-align: left; font-family: 'Open Sans', sans-serif;  font-size:13px; color:#555; font-weight:400; margin-top:12px; }
.mega-covercaption a 				{	 color: #fff; text-decoration: none; border-bottom: 1px dotted #fff; }
.mega-covercaption a:hover			{	 text-decoration: none; border-bottom: 0; }

.mega-withsocialbar.mega-covercaption { margin-bottom: 16px; }

.mega-smallcaptions .mega-title		{
									font-size:18px; font-weight:700; text-transform: uppercase;
									}
.mega-smallcaptions .mega-date		{
									font-size:12px; font-weight:400; text-transform: uppercase; color:#888;
									}


.mega-white .mega-title				{	color:#000;}
.mega-white .mega-date				{	color:#666;}
.mega-white p						{	color:#555;}
.mega-white.mega-covercaption a 		{	 color: #555; text-decoration: none; border-bottom: 1px dotted #555; }
.mega-white.mega-covercaption a:hover			{	 text-decoration: none; border-bottom: 0; }

.mega-black .mega-title				{	color:#fff;}
.mega-black .mega-date				{	color:#fff;}
.mega-black p						{	color:#fff;}

.mega-turquoise .mega-title,
.mega-turquoise .mega-date,
.mega-turquoise p {	color:#fff;}

.mega-orange .mega-title,
.mega-orange .mega-date,
.mega-orange p {	color:#fff;}

.mega-green .mega-title,
.mega-green .mega-date,
.mega-green p {	color:#fff;}

.mega-red .mega-title,
.mega-red .mega-date,
.mega-red p {	color:#fff;}

.mega-violet .mega-title,
.mega-violet .mega-date,
.mega-violet p {	color:#fff;}

.mega-blue .mega-title,
.mega-blue .mega-date,
.mega-blue p {	color:#fff;}


.fatcaption-top
										{ position: absolute; top: 0; width: 100%; text-align:center; padding: 15px 0px; font-size:14px; line-height:20px; font-weight: 700; color:#fff; margin-top:0px; background:rgb(0,0,0); background: rgba(0,0,0,0.8);
										}
	.fatcaption-bottom
										{ position: absolute; bottom: 0; width: 100%; text-align:center; padding: 15px 0px; font-size:14px; line-height:20px; font-weight: 700; color:#fff; margin-top:0px; background:rgb(0,0,0); background: rgba(0,0,0,0.8);
										}
	.gallerycaption-bottom
										{ position: absolute; bottom: 0; width: 100%; text-align:center; padding: 15px 0px; font-size:17px; line-height:20px; font-weight: 700; color:#fff; margin-top:0px; background:rgb(0,0,0);  background: rgba(0,0,0,0.8);
										}
	.gallerysubline                  			{ width: 100%; text-align:center; font-size:13px; line-height:20px; font-weight: 400; color:#ccc; margin-top:2px;
										}


/** SET THE CAPTION SETTIGS UNDER LOWSIZE ENTRIES  **/

.mega-lowsize .mega-covercaption p		{	display:none;}

.mega-lowsize .mega-title			{	font-size:18px;}

.mega-lowsize .mega-date			{	font-size:13px;}


/********************************
	-	CAPTION NORMAL LINKS
*********************************/
.mega-coverbuttons		{	  max-width:68px;max-height:34px;position:absolute;
							  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
							  filter: alpha(opacity=0);
							  -moz-opacity: 0.0;
							  -khtml-opacity: 0.0;
							  opacity: 0.0;
							  -webkit-transition: all 0.2s ease-out;
							  -moz-transition: all 0.2s ease-out;
							  -o-transition: all 0.2s ease-out;
							  -ms-transition: all 0.2s ease-out;
							  left:0px !important;top:0px !important;bottom:auto !important
						}
.mega-entry-innerwrap:hover .mega-coverbuttons	{	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
													  filter: alpha(opacity=100);
													  -moz-opacity: 1;
													  -khtml-opacity: 1;
													  opacity: 1;
												}


.mega-link				{	background-image:url(/ds-images/mf-galleries/megafolio/assets/link_clean.png); background-repeat: no-repeat; background-position: center center; width:34px;height:34px;float:left;
							  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
							  filter: alpha(opacity=50);
							  -moz-opacity: 0.5;
							  -khtml-opacity: 0.5;
							  opacity: 0.5;
							  cursor: pointer;

}
.mega-view				{	background-image:url(/ds-images/mf-galleries/megafolio/assets/zoom_clean.png); background-repeat: no-repeat; background-position: center center; width:34px;height:34px;float:left;
						  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
						  filter: alpha(opacity=50);
						  -moz-opacity: 0.5;
						  -khtml-opacity: 0.5;
						  opacity: 0.5;
							  cursor: pointer;
}

.mega-link:hover,
.mega-view:hover		{	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
							  filter: alpha(opacity=100);
							  -moz-opacity: 1;
							  -khtml-opacity: 1;
							  opacity: 1;
						}

/*********************************************
	-	SOCIAL BAR AT THE BOTTOM PER mega-entry	-
***********************************************/

.mega-square .mega-square-bottom.mega-withsocialbar,
.mega-portrait .mega-portrait-bottom.mega-withsocialbar,
.mega-landscape .mega-landscape-bottom.mega-withsocialbar					{	padding-bottom:25px;}

.mega-socialbar						{	position:absolute;

										height:16px;
										z-index:10;
										bottom:0px;
										margin-left:0px;
										margin-right:0px;
										left:0px;
										right:0px;
										box-sizing:content-box;
										-moz-box-sizing:content-box;
										-webkit-box-sizing:content-box;
										background:url(/ds-images/mf-galleries/megafolio/assets/socialbar-bg.png) repeat-x;
										border-top:0; border-bottom:0;
										border-radius:0;
										-moz-border-radius:0;
										-webkit-border-radius:0;
										padding:2px 10px;
										overflow:hidden;
									}


.mega-socialbar span				{	 text-align:left; font-family: 'Open Sans', sans-serif;  font-size:11px; color:#777; font-weight:400;line-height:16px; text-shadow:0px 1px 0px #fff;}

.mega-soc							{	cursor:pointer; background-position:left 2px !important; min-width:16px;height:18px; margin-top:-2px;}
.mega-soc:hover						{	background-position:left -14px !important; }

.mega-soc span						{	margin-left:20px;margin-right:20px;}
.mega-facebook						{	background:url(../icons/facebook.png) no-repeat;}
.mega-comments						{	background:url(../icons/comments.png) no-repeat;}
.mega-twitter						{	background:url(../icons/twitter.png) no-repeat;}
.mega-more							{	background:url(../icons/more.png) no-repeat;}
.mega-like							{	background:url(../icons/like.png) no-repeat;}

.mega-leftfloat						{	float:left;margin-right:5px;}
.mega-rightfloat					{	float:right;}

.ie8 .mega-socialbar .mega-rightfloat,
.ie9 .mega-socialbar .mega-rightfloat	{	margin-right:25px;}





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

	-	BASIC SETTINGS FOR GALLERY GRIDS	-

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


	.mega-entry .mega-entry-innerwrap			{	border:3px solid #fff; 
											-moz-box-shadow: 0px 0px 8px #666;
											-webkit-box-shadow: 0px 0px 8px #666;
											box-shadow: 0px 0px 8px #666; }
	.noborder .mega-entry .mega-entry-innerwrap	{	border:0px solid #fff;}
	.noborder .mega-entry .mega-entry-innerwrap	{	border:0px solid #fff;}

	.light-bg-entries .mega-entry .mega-entry-innerwrap	{	background-color:#ccc !important;}
	.dark-bg-entries .mega-entry .mega-entry-innerwrap	{	background-color:rgb(0,0,0) !important; background-color:rgba(0,0,0,0.3) !important;}


	.mega-entry								{

											-moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box;
											position:absolute;
											-webkit-transition: all 0.6s ease-out;
											-moz-transition: all 0.6s ease-out;
											-o-transition: all 0.6s ease-out;
											-ms-transition: all 0.6s ease-out;

											-webkit-transform: translateZ(10);
											-webkit-backface-visibility: hidden;
											-webkit-perspective: 1000;
											z-index:2;
											}





	.mega-entry .mega-entry-innerwrap				{	width:100%;height:100%;position:relative;overflow:visible;z-index:2;
											-moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box;
											border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;

											-webkit-transition: all 0.2s ease-out;
											-moz-transition: all 0.2s ease-out;
											-o-transition: all 0.2s ease-out;
											-ms-transition: all 0.2s ease-out;
											 -webkit-transform: translateZ(10);
											-webkit-backface-visibility: hidden;
											-webkit-perspective: 1000;

										}

	.ie8 .mega-entry,
	.ie8 .mega-entry .mega-entry-innerwrap,
	.ie9 .mega-entry,
	.ie9 .mega-entry .mega-entry-innerwrap	{	overflow:hidden;}

	.mega-entry-innerwrap.pagetop			{	-webkit-transform-origin: 50% 0% 0;
											-moz-transform-origin: 50% 0% 0;
											transform-origin: 50% 0% 0;
										}

	.mega-entry-innerwrap.pagebottom			{	-webkit-transform-origin: 50% 100% 0;
											-moz-transform-origin: 50% 100% 0;
											transform-origin: 50% 100% 0;
										}

	.mega-entry-innerwrap.pagemiddle			{	-webkit-transform-origin: 50% 50% 0;
											-moz-transform-origin: 50% 50% 0;
											transform-origin: 50% 50% 0;
										}

	.megafolio-container.norounded .mega-entry .mega-entry-innerwrap {
										border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;
										}
	.megafolio-container-splash.norounded .mega-entry .mega-entry-innerwrap {
										border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;
										}




	.mega-lightbox, .oldmegalightbox	{	position:absolute;  overflow:hidden;box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.6);border:1px solid #333;
											z-index:1000; padding:100px;  background: url(/ds-images/mf-galleries/megafolio/assets/grain.png) repeat; background-color:rgba(20,20,20,0.9); margin-left:-100px; margin-top:-100px;}

	.mega-lightbox .mediaholder,
	.oldmegalightbox .mediaholder		{	border:2px solid #fff; position: relative; width:100%; height:100%;box-shadow: 0px 0px 3px 1px rgba(40,40,40,0.6);}



	/** IE HACKS **/

	.ieimg	{	position:absolute; width:100%; top:0px; left:0px;z-index:0;}

	.mega-mega-entry-added					{	visibility: hidden; }
	.mega-mega-entry-added .mega-socialbar,
	.mega-mega-entry-added .mega-covercaption	{	visibility: hidden}



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

     -    MEGA PORTFOLIO HOVER EFFECTS     -

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

	/****************************
		-	BASIC SETTINGS -
    *****************************/
	.mega-hover							{	width:100%;height:100%;position:absolute; background: url(/ds-images/mf-galleries/megafolio/assets/grain.png) repeat; background-color:rgba(0,0,0,0.8);
											border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
											-webkit-transition: all 0.2s ease-out;
											-moz-transition: all 0.2s ease-out;
											-o-transition: all 0.2s ease-out;
											-ms-transition: all 0.2s ease-out;
											-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
											 filter: alpha(opacity=0);
											-moz-opacity: 0;
											-khtml-opacity: 0;
											opacity: 0;
										}

	.norounded .mega-hover				{	border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}


	.mega-divider						{
												position:absolute;top:50%; width:80%; left:10%; border-bottom:1px dashed #7b7c7e;border-top:1px dashed #111;
											}


	.mega-hovertitle,
	.mega-hoverlink,
	.mega-hoverview
										{	-webkit-transition: all 0.2s ease-out;
											-moz-transition: all 0.2s ease-out;
											-o-transition: all 0.2s ease-out;
											-ms-transition: all 0.2s ease-out;
											transition-delay: 0.2s;
											-moz-transition-delay: 0.2s; /* Firefox 4 */
											-webkit-transition-delay: 0.2s; /* Safari and Chrome */
											-o-transition-delay: 0.2s; /* Opera */

										}

	.mega-hovertitle					{	position:absolute;
											color:#fff;
											font-family: 'Open Sans', sans-serif;

											font-size:14px;
											font-weight:700;
											text-align:center;
											width:80%;
											padding:0px 0px 15px;
											left:10%;
											bottom:40%;
											-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
											 filter: alpha(opacity=0);
											-moz-opacity: 0;
											-khtml-opacity: 0;
											opacity: 0;
										}
	.mega-hovertitle .mega-hoversubtitle			{	color:#aaa; font-size:12px; line-height:13px; font-weight: 400; margin-top: 5px;}


	.mega-hoverlink						{	right:50%; margin-right:33px; background:url(/ds-images/mf-galleries/megafolio/assets/link.png) no-repeat center;
											-webkit-transform: translateZ(10);
											-webkit-backface-visibility: hidden;
											-webkit-perspective: 1000;

										}

	.mega-hoverview						{	left:50%; margin-left:33px; background:url(/ds-images/mf-galleries/megafolio/assets/lupe.png) no-repeat center;
											-webkit-transform: translateZ(10);
											-webkit-backface-visibility: hidden;
											-webkit-perspective: 1000;

										}

	.mega-hoverlink,
	.mega-hoverview						{	width:33px; height:33px; position:absolute;

											top:50%;
											text-align:center;
											margin-top:0px;
											cursor:pointer;
											-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
											 filter: alpha(opacity=0);
											-moz-opacity: 0;
											-khtml-opacity: 0;
											opacity: 0;


										}
	.mega-hover.alone .mega-hoverview 	{
											margin-left:-16px; margin-top: -20px;
										}
	.mega-hover.alone .mega-hoverlink 	{
										margin-right:-16px; margin-top: -20px;
									}







	/********************************
		-	 THE HOVER EFFECT -
	**********************************/

	.mega-hover:hover					{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
											 filter: alpha(opacity=100);
											-moz-opacity: 1;
											-khtml-opacity: 1;
											opacity: 1;
											transition-delay: 0.1s;
											-moz-transition-delay: 0.1s; /* Firefox 4 */
											-webkit-transition-delay: 0.1s; /* Safari and Chrome */
											-o-transition-delay: 0.1s; /* Opera */

										}


    .mega-hover:hover .mega-hovertitle	{	bottom:50%; transition-delay: 0.1s;
											-moz-transition-delay: 0.1s; /* Firefox 4 */
											-webkit-transition-delay: 0.1s; /* Safari and Chrome */
											-o-transition-delay: 0.1s; /* Opera */}

	.mega-hover:hover .mega-hovertitle,
	.mega-hover:hover .mega-hoverlink,
	.mega-hover:hover .mega-hoverview	{	transform:rotate(0deg);

											-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
											 filter: alpha(opacity=100);
											-moz-opacity: 1;
											-khtml-opacity: 1;
											opacity: 1;



										}

	.mega-hover:hover .mega-hoverlink	{	right:50%; margin-right:5px;transition-delay: 0.1s;
											-moz-transition-delay: 0.1s; /* Firefox 4 */
											-webkit-transition-delay: 0.1s; /* Safari and Chrome */
											-o-transition-delay: 0.1s; /* Opera */}
	.mega-hover:hover .mega-hoverview	{	left:50%;  margin-left:5px;transition-delay: 0.1s;
											-moz-transition-delay: 0.1s; /* Firefox 4 */
											-webkit-transition-delay: 0.1s; /* Safari and Chrome */
											-o-transition-delay: 0.1s; /* Opera */}
	.mega-hover.alone:hover .mega-hoverview 	{
											margin-left:-16px;
											margin-top: 0px;
										}
	.mega-hover.notitle.alone:hover .mega-hoverview 	{
		margin-left:-16px;
		margin-top: -16px;
	}
	.mega-hover.notitle.alone:hover .mega-hoverlink 	{
		margin-right:-16px;
		margin-top: -16px;
	}

	.mega-hover:hover .mega-hoverlink:hover,
	.mega-hover:hover .mega-hoverview:hover
										{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
											 filter: alpha(opacity=60);
											-moz-opacity: 0.6;
											-khtml-opacity: 0.6;
											opacity: 0.6;


										}
	.mega-hover.notitle .mega-hoverlink,
	.mega-hover.notitle .mega-hoverview	{ margin-top: -16px; }




/******************************
	-	THE FILTERS	-
********************************/
.clear					{	clear:both;}
.filter_padder			{	padding:0px 30px;  margin:40px auto 30px; box-sizing:border-box;
							-moz-box-sizing:border-box;
							-webkit-box-sizing:border-box;
							width:100%;
						}

.filter_wrapper			{	background:url(/ds-images/mf-galleries/megafolio/assets/tiles/topgradient.png) repeat-x;
							background-color:#040404;
							border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
							padding:0px 35px;
							position:relative;
							min-height:40px;
							margin:auto;
						}
.ie9 .filter_wrapper	{	max-width:650px;}


.filter_wrapper.floated	{	float:left;margin-right:50px;}


.filter_list_wrapper	{	width:150px;
							position:relative;
							margin:auto;

						}

.filter								{	line-height:40px;margin-right:30px; font-size:14px; color:#999; float:left; font-weight:700; cursor:pointer}
.filter:hover, .filter.selected		{	color:#fff;}
.filter.last-child					{	margin-right:0px !important;}



.filter_list_button					{	background: url(/ds-images/mf-galleries/megafolio/assets/tiles/list.png) no-repeat 15px center, url(/ds-images/mf-galleries/megafolio/assets/tiles/topgradient.png);
										background-color:#040404;
										border-radius:20px 20px 20px 20px; -moz-border-radius:20px 20px 20px 20px; -webkit-border-radius:20px 20px 20px 20px;
										padding:0px 30px 0px 60px;position:relative;  min-height:40px; margin:auto; width:100%;
										z-index:1;
									}

ul.filter_list 						{	background:#040404;
										padding:0px 45px 0px 45px;
										position:absolute;z-index:0;width:100%;top:15px;
										border-radius:0px 0px 20px 20px; -moz-border-radius:0px 0px 20px 20px; -webkit-border-radius:0px 0px 20px 20px;
										display:none;
										list-style: none;
									}


li.filter							{	list-style:none;max-width:156px;background:#040404;line-height:30px; font-size:14px; color:#999;  font-weight:700; cursor:pointer; float:none; margin-right:0px !important;}
.current-filter						{	max-width:156px;line-height:40px; font-size:14px; color:#999;  font-weight:700; cursor:pointer; float:none; margin-right:0px !important;}

.filter_wrapper_list li.filter:hover,
.current-filter,
.filter_wrapper_list li.filter.selected	{	color:#fff;}


	@media only screen and (max-width: 961px) {

			.filter_wrapper.floated	{	margin:auto; float:none;}
			.filter_list_wrapper {
										width:216px;
										float:none;
										clear: both;
										margin-top: 30px;
										}

	}

	@media only screen and (max-width: 420px) {
		.filter	{	float:none; text-align:center;margin-right:0px;line-height:30px;}
	}


/***********************************************************
	-  EXAMPLES FOR COLORED BG OF ENTRIES in Example 10 -
************************************************************/

.mega-entry.mega-bg-1 .mega-entry-innerwrap {	background-color:#f32390 !important;}
.mega-entry.mega-bg-2 .mega-entry-innerwrap {	background-color:#d69b12 !important;}
.mega-entry.mega-bg-3 .mega-entry-innerwrap {	background-color:#7bce8b !important;}






.megafolio-group-title {
  position: relative;
}



.megafolio-container{
   width:100%; 
   min-height: 1200px;
   position:relative;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.fancybox-overlay {
  z-index: 1000;
}h1.ds-app-name-header {
    display: none;
}

#ds-page dl dd {
width: auto;
margin-top: -27px;
}

#ds-page {
  margin: 30px 0 30px 0;
  font-family: "Fira Sans", sans-serif;
}

#ds-lightning-button {
display: none;
}

.ui-selectmenu-menu {
  width: auto !important;
  z-index: 20;
}
.ui-selectmenu-menu li {
  font-size: 14px;
}

#content #ds-page .ds-detail-mygal-button a.ui-state-hover,#content #ds-page a#ds-top12-button.ui-state-hover,#content #ds-page a#ds-lightning-button.ui-state-hover,#content #ds-page .ds-detail-nav-right a.ui-state-hover {
border-color: #000;
}

#ds-page .ds-detail-nav-right a.ui-state-default .ui-icon {
background-image: url(/ds-includes/images/ui-icons_000000_256x240.png)
}

#TB_window *, #TB_window :after, #TB_window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


a#logo img {
  border: none;
}

#ds-page h1 {
  font-size: 2.5em;
  padding-top: 0;
  margin-top: 0;
  font-weight: 600;
}

#ds-page h3, #ds-page h2 {
  font-size: inherit;
  font-weight: inherit;
}

#ds-gallery-header,
#ds-page .ds-view-emailInfo,
#ds-page .ds-view-worksheet,
#ds-page .ds-view-emailDesign,
#ds-page .ds-view-articles,
#ds-mg-header,
#ds-mg-send-email,
#ds-guidelines-link,
#p5d-header,
.ui-tabs-nav {
  font-size: 1.1em;
}


.ds-detail-nav {
  font-size: 1.3em;
}

#p5d-randomizer {
  margin-top: 25px
}


#p5d-header a#p5d-randomizer,
#p5d-header a:hover#p5d-randomizer {
  border: none;
}


a#ds-detail-main-image, a:hover#ds-detail-main-image {
  border-bottom: none;
}

#ds-cat-container button {
 float: left;
}


a:hover#ds-reset-button, a:hover#ds-mg-clear-button {
  color: #fff;
}

a:hover.ui-state-active#ds-reset-button, a.ui-state-active:hover#ds-mg-clear-button {
  color: #000;
}



#ds-page #p5d-header p, #ds-page #ds-gallery-header p {
 margin-top: 0;
}

.ui-tabs .ui-tabs-nav li a {
  padding: 0.5em 1em 0.6em 1em;
}


#ds-page .ui-tabs-nav {
  padding: 0.7em 0.3em 0;
}
#ds-page .ui-tabs-nav li {
  margin: 0 0.3em -1px 0;


}

#ds-nav {
  padding: 0.5em 0.5em 0.3em 0.5em;
}


#ds-nav-drop-menu-button.ui-state-active, #ds-quick-links-drop-menu-button.ui-state-active, #ds-quick-links-price-drop-menu-button.ui-state-active {
  border-color: #aaa !important;
}



tr:nth-child(even) #ds-kit-result {
  background: #eee;
}

#ds-kit-result {
  padding: 10px;
  width: 175px;
  box-shadow: 1px 1px 2px #AAA;
  margin: 10px auto;
}

#ds-results { 
  margin-top: 0;
}

#ds-results table.ds-results-table td img {
  border: none;
  width: 170px;
}

#ds-results.ui-widget-content {
  border: none;
}

#ds-page table.ds-results-table {
  margin-bottom: 25px;
  border: none;
}
#ds-page table.ds-results-table tr:nth-child(2n+2) {
  background: #fff;
}

#ds-page h3.ds-results-title {
margin: 0 0 7px 0;
font-size: 1.1em;
font-weight: normal;
line-height: 1.5em;
}

#ds-mg-home {
width: 100%;
}



.ds-results-header .ui-corner-all {
  border-radius: 0;
}

.ds-thumbs {
  margin-bottom: 50px;
}
#ds-front-thumbs-container .ds-thumb {
margin: 12px 6px;
width: 150px;
height: 195px;
}


.ds-thumb-header {
  border-color: #971a1e;
  border-width: 0px;
}


#ds-front-thumbs-container .ds-thumb-header a {
  font-size: 1.1em !important;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.4em;
  font-weight: normal;
}

#ds-page .ds-thumb .ds-thumb-footer {
  height: 35px;
}
#ds-page .ds-thumb .ds-thumb-footer td {
  font-size: 1.1em;
}
#ds-page .ds-thumb .ds-thumb-footer td a {
font-size: 12px !important;
}
#ds-page .ds-thumb .ds-thumb-footer table {
  height: 35px;
  margin: 3px 0 0 0;
}
.ds-thumb h2 {
  float: left;
  width: 140px;
  height: 39px;
  background: #444444;
  box-shadow: 0px 1px 4px #000;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}

.ds-thumb img {
width: 150px;
height: 113px;
}

#ds-page .ds-thumb .ds-thumb-footer table,
#ds-front-thumbs-container.ui-widget-content,
.ds-thumb-image.ui-widget-content,
.ds-thumb.ui-widget-content,
#ds-page table,
#ds-page table td,
#ds-page table tr,
#ds-page table tbody,
#ds-detail-tabs.ui-widget-content,
#ds-mg-items.ui-widget-content,
#ds-mg-items .ui-widget-content,
#ds-details-desc.ui-widget-content {
  border: none;
}

a#ds-detail-main-image {
  margin-left: 12px;
}

#ds-detail-tabs .ui-tabs-nav, #ds-mg-items .ui-tabs-nav {
  border: none;
  background: none;
  font-size: 1.3em;
}
#ds-page .ui-tabs-nav li {
margin: 0 .7em -1px 0;
}

#ds-detail-tabs .ui-tabs-panel, #ds-mg-items .ui-tabs-panel  {
  box-shadow: 0px 0px 15px -3px #000;
  float: left;
}
#ds-detail-tabs .ui-tabs-selected, #ds-detail-tabs .ui-tabs-panel {
  box-shadow: 0px -1px 9px -3px #000;
  border: none;
}
#ds-detail-tabs .ui-tabs-right {
  box-shadow: none;
}

#ds-details-desc ul {
  margin: 0 2em;
}

#ds-page .mbMiniPlayer table {
  width: auto;
}

#ds-details-text {
  font-size: 1.1em;
}


#ds-main-form tbody tr, #ds-main-form table, #ds-main-form tbody {
  border: none;
}


.ui-accordion .ui-accordion-content {
padding: 0em 2.2em 1em 2.2em;
}
#ds-product-galleries td {
padding: 0;
}
#ds-product-galleries input[type="checkbox"] {
margin: 0;
}
#ds-page #ds-product-galleries h3 {
  background-position: 0px 4px;
  padding: 10px 0;
  margin: 5px 0;
}

#ds-nav {
  display: none;
}

#ds-quick-links a {
font-size: 13px;
}
#ds-lightning-button {
font-weight: normal;
}

#ds-buttons {
  position: relative;
  margin: 0;
}


#ds-quick-links-price-drop-menu-menu {
  margin-left: 12px;
}
#ds-faq-contents {
  font-size: 1.3em;
}

#ds-faq-contents-inner {
font-size: 0.8em;
}

#ds-quick-links-size-drop-menu-menu {
  margin-left: 17px;
}

#ds-nav a.ui-state-default, #ds-reset-button.ui-state-default, #ds-mg-clear-button.ui-state-default, #ds-photos-button.ui-state-default, #ds-search-options-button.ui-state-default, #ds-refresh-captcha.ui-state-default {
  font-size: 14px;
  }

  #ds-scrollTop {
right: 180px;
}

#Ask_a_Question {
  font-size: 1.2em;
  }

#ds-weight-note, #ds-leadtime-note, #ds-guidelines-note, #ds-electrical-note, #ds-mygal-empty-note .note {
  font-size: 13px;
}
.ds-input label {
width: 160px;
}

#ds-search-options-button {
  font-weight: normal;
}

#ds-search .ds-input label, #p5d-tabs .ds-input label  {
  width: 120px;
}

#ds-modal {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#p5d-tabs {
font-size: 1em;
}
#search-all-weeks-submit button {
font-size: 1.2em;
}

#p5d-tabs .ui-tabs-nav {
font-size: 13px;
}

#ds-modal h1#ds-modal-title {
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 29px;
}

#ds-mg-home, #ds-mg-email {
margin: 0 0 30px 0;
}





.ui-corner-all {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}


#ds-home { top: 0; padding: 4px 12px; }


.ds-thumb {
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
box-shadow: 1px 1px 2px #666;
}


#ds-kit-result .ds-menu {
  font-size: 0.8em;
}


#ds-page a.ds-addimgs, #ds-acc-images a {
  padding: 12px 6px;
}

#ds-detail-main-image {
  margin-top: 6px;
}

#ds-page .ui-tabs-nav li {
  list-style-image: none;
  list-style-type: none;
  }



#ds-sb-specials .icon {
left: -31px;
top: 4px;
height: 24px;
width: 24px;
background-size: contain;
}
#ds-sidebar #ds-sb-lightning .icon {
position: absolute;
left: -31px;
top: 4px;
height: 24px;
width: 24px;
background-position: 0 0;
background-size: contain;
}


#ds-price-low {
  width: 5em;
}

#ds-page ul[class*="block-grid-"] {
  margin-left: 0;
  padding-left: 0;
}
#ds-gallery-header-image-62 {
margin-bottom: 3em;
}
.ds-audio * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#ds-page .thumbcopy .ds-special {
  margin-left: 6px;
}

</pre></body></html>