/*
 * 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 caption,
#ds-page th,
#ds-page td,
#ds-page input,
#ds-page textarea,
#ds-page select,
#ds-page option,
#ds-page legend,
#ds-page fieldset {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#ds-page select {
  width: 250px;
}
#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-input,
.ds-input label,
.ds-input input,
.ds-cat-container {
  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.checkbox {
  margin-top: 6px;
  line-height: 30px;
}

div.submit {
  margin-top: 6px;
}




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: 240px;
}

.ds-cat-container {
  width: 251px;
}

.ds-cat-container button {
  float: left;
}

.ds-cat-right {
  float: right;
}

.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;
}

#filter-left {
  float: left;
  width: 375px;
  
}

#filter-right {
  float: left;
  width: 160px;
  margin-left: 17px;
}

#ds-main-filter-sort.ui-accordion .ui-accordion-content  {
  padding-right: 0;
}

#filter-rotations {
  width: 160px;
  height: 120px;
  overflow: hidden;
}

#ds-page {
  display: none;
}
#ds-nav {
  margin-bottom: 10px;
  font-size: 11px !important;
}
#ds-nav ul {
}
#ds-nav li {
}

#ds-control-buttons {
  float: left;
  width: 100%;
  margin-top: 7px;
  text-align: right;
}

#ds-control-buttons a {
  float: right;
}
.ds-pager {
  float: left;
  width: 100%;
  padding: 5px 0;
  font-size: 1.1em;
}
.ds-pager-rpp {
  float: left;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.ds-pager-controls {
  float: left;
  width: 100%;
}
.ds-pager-back {
  float: left;
  width: 20%;
  text-align: left;
}
.ds-pager-pages {
  float: left;
  width: 60%;
  text-align: center;
}
.ds-pager-next {
  float: right;
  width: 20%;
  text-align: right;
}

#ds-results {
  float: left;
  width: 100%;
}
.ds-results-header {
}
.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 #000;
}
h3.ds-results-title {
  margin: 0;
}
#ds-results table.ds-results-table ul.ds-menu li {
  padding: 0 5px;
}

#ds-footer-links {
}
#ds-footer-links a {
  display: block;
}
#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 {
  color: #f00;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em;
  margin-bottom: 7px;
}

#ds-footer-links {
 margin: 20px 0 15px 0;
}
#ds-page #ds-search-button {
  color: #CC0000;
  font-weight: bold;
}

#ds-page .ds-bold {
  font-weight: bold;
}

ul.ds-menu {
  margin: 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-page .ds-no-results {
 color: #f00;
 text-align: center;
 font-weight: bold;
 font-size: larger;
}




div.ui-tabs {
  font-size: 11px;
}

#ds-mg-clear-dialog, .ui-widget button {
  font-size: 11px;
}

#ds-mg-header {
}
#ds-mg-header-image {
  float: left;
}
#ds-mg-header-text {
  float: left;
  padding: 10px;
  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 {
}
#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;
}

.ds-detail-nav {
}
.ds-detail-nav-inner {
  margin: 0 0 5px 0;
}
.ds-detail-nav-left {
  float: left;
}
.ds-detail-nav-right {
  float: right;
}
#ds-details {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#ds-design-details {
  padding: 5px;
}
#ds-details-image {
  float: left;
  width: 50%;
}
a#ds-detail-main-image {
  text-decoration: none;
}
a#ds-detail-main-image img {
  display:block;
  border: 1px solid #F9F9F9;
}
a#ds-detail-main-image:hover img {
  border: 1px solid #AAA;
}

a#ds-detail-main-image div {
  background-color:#FFFFFF;
  background-position:3px 4px;
  background-repeat:no-repeat;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1em;
  line-height: 15px;
  margin: -24px 1px 1px 1px;
  opacity:0.7;
  width: 278px;
  _line-height: 14px;
  filter: Alpha(Opacity=70); PADDING-BOTTOM: 4px !important;
  padding:3px 4px 4px 3px !important;
}
a#ds-detail-main-image div span {
  float: left;
  height: 16px;
  width: 16px;
  background-image: url('ds-includes/images/ui-icons_222222_256x240.png');
  background-position: -128px -112px;
}
#ds-details-text {
  float: left;
  width: 50%;
}
#ds-details-text-inner {
  padding-left: 15px;
}
#ds-weight-note, #ds-leadtime-note, #ds-guidelines-note, #ds-electrical-note {
  font-size: 11px;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 12px;
}
#ds-details-accordian, #ds-details-video-accordion {
  clear: both;
  position: relative;
  margin-top: 7px;
  width: 100%;
  font-size: 11px;
}

#ds-additional-images {
  width: 100%;
  text-align: center;
  float: left;
  display: inline;
  width: 100%;
  margin-top: 7px;
}
#ds-additional-images a img {
  border: 1px solid #F9F9F9;
}
#ds-additional-images a:hover img {
  border: 1px solid #AAA;
}
.ds-perma-link {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: smaller;
  text-align: center;
}

#ds-accessories {
 font-weight: bold;
 font-size: 1.1em;
}

#ds-details-video {
text-align: center;
}



/* DS Front Thumbnails */
#ds-front-thumbs {
  margin-top: 5px;
}
#ds-front-thumbs .ds-thumb {
  float: left;
  display: inline;
  margin:10px;
  width:128px;
}


.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;
}
.ds-thumb  h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.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;
}#p5d-tabs,
#p5d-header,
.p5d-results,
.p5d-page-nav,
.p5d-results-header,
.p5d-images,
.p5d-desc {
  margin-bottom: 10px;
}

#p5d-logo {
  margin-right: 15px;
}

#p5d-randomizer {
  float: right;
  display: inline;
  margin-left: 15px;
  width: 184px;
}

#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: 25px;
}
.p5d-images a img {
  padding: 10px;
}
#p5d-do-it-again {
  text-align: center;
}
#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 h2 {
  margin: 2px 3px 2px 2px;
  padding:5px;
}

#ds-articles-contents-inner {
  padding: 5px 15px;
}h1.ds-gallery-header-49 {
  background: url('/ds-images/sacagawea.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 51px;
}
h1.ds-gallery-header-43 {
  background: url('/ds-images/magellan.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 50px;
}
h1.ds-gallery-header-27 {
  background: url('/ds-images/p10.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 75px;
}

h1.ds-gallery-header-5 {
  background: url('/ds-images/visionarydesigns.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 51px;
}
h1.ds-gallery-header-5 {
  background: url('/ds-images/visionarydesigns.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 51px;
}
h1.ds-gallery-header-32 {
  background: url('/ds-images/quadro-eo.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 60px;
}

h1.ds-gallery-header-3 {
  background: url('/ds-images/quadro-s.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 67px;
}

h1.ds-gallery-header-1 {
  background: url('/ds-images/eurolt.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 37px;
}
h1.ds-gallery-header-13 {
  background: url('/ds-images/aero-logo.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 50px;
}

h1.ds-gallery-header-7 {
  background: url('/ds-images/3dbannerstands.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 37px;
}

h1.ds-gallery-header-36 {
  background: url('/ds-images/bannerstands.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 37px;
}

h1.ds-gallery-header-9 {
  background: url('/ds-images/countersandpedetals.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 39px;
}
h1.ds-gallery-header-4 {
  background: url('/ds-images/designmonday.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 47px;
}
h1.ds-gallery-header-45 {
  background: url('/ds-images/ecogreendisplays.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 39px;
}

h1.ds-gallery-header-41 {
  background: url('/ds-images/fabricpopup.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 47px;
}

h1.ds-gallery-header-2 {
  background: url('/ds-images/introfabric.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 40px;
}
h1.ds-gallery-header-12 {
  background: url('/ds-images/rentaldisplays.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 40px;
}

h1.ds-gallery-header-37 {
  background: url('/ds-images/tablethrow.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 37px;
}

h1.ds-gallery-header-25 {
  background: url('/ds-images/tabletop.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 46px;
}

h1.ds-gallery-header-15 {
  background: url('/ds-images/workstationsandkiosks.png') no-repeat;
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 37px;
}










#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  {
  float: left;
  width: 100%;
}

#ds-modal-nav ul {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  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 {
  float: left;
  text-decoration: none;
  padding: 5px 8px;
  border: 1px solid #000;
  background: #eee;
}

#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: 5px 8px;
  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-content, #ds-modal-image, #ds-modal-desc {
  float: left;
  background: #fff;
  color: #000;
}

#ds-modal-image {
 width: 480px;
 padding-right: 10px;
}

#ds-modal-desc {
 width: 370px;
}


#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 {
 display: inline;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}

#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;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:90000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {background: url(/ds-includes/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 > 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 && 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_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float: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 && 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 > 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 {
  margin-left: 60px;
}

.fg-button {
cursor:pointer;
margin:0 3px 0 0;
outline:0 none;
padding: 4px 7px;
position:relative;
text-align:center;
text-decoration:none !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 {
  color: #fff;
}
#ds-nav a.ui-state-active, #ds-reset-button.ui-state-active, #ds-mg-clear-button.ui-state-active {
  color: #000;
}

#ds-details-print, #ds-nav-home {
  float: right;
  top: 2px;
  padding: 2px 7px;
}

#ds-nav-home {
  margin-right: 0;
}

#ds-page .ui-tabs .ui-tabs-nav li.ui-tabs-right {
  float: right;
  margin: 0;
}

#ds-page {
  width: 700px;
  margin: 20px auto;
}

#ds-gallery-header,
#ds-page .ds-view-emailInfo,
#ds-page .ds-view-worksheet,
#ds-page .ds-view-emailDesign,
#ds-mg-header,
#ds-mg-send-email,
#ds-guidelines-link,
#p5d-header,
.ui-tabs-nav,
#ds-control-buttons {
  font-size: 1.1em;
}


.ds-detail-nav {
  font-size: 1.3em;
}

#ds-front-thumbs {
  margin-left: 45px;
}

.ds-thumb .ds-thumb-middle table td.ds-thumb-footer  {
  font-size: 11px;
}

.ds-thumb-footer a {
  font-size: 11px;
}

a#ds-detail-main-image div {
  width: 328px;
}



#filter-rotations {
  margin-left: 50px;
}


