/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

.ys_primary{ background:#cc3333;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

#spotlight {
  position: relative;
  padding-top: 30px;
  margin-top: 15px;
  margin-left: 12px;
}

#spotTop {
  position: absolute;
  top: -10px;
  left: 0px;
}

#spotlight table {
  border-left: solid 1px #42301a;
  border-bottom: solid 1px #42301a;
  width: 571px;
}

#spotlight table td {
  border-right: solid 1px #42301a;
  padding: 2px;
}

.spotItem {
  background: #608c99 url(/lib/yhst-73858681999836/spotlight-back.jpg) top left repeat-x;
  font: normal 12px tahoma;
  color: white;
  padding: 3px;
  text-align: left;
}

.spotItem a label {
  font: bold 13px tahoma;
  color: #42301a;
  text-decoration: underline;
  display: block;
  text-align: left;
}

.spotItem a {
  display: block;
  text-align: right;
}

#colorSwatches td {
  vertical-align: middle;
}
#colorSwatches img, #shirtStyles img  {
  display: block;
}
#colorSwatches a img {
  border: 1px solid silver;
}

#colorSwatches a:link, #colorSwatches a:visited, #shirtStyles a:link, #shirtStyles a:visited {
  color: #506F9A;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none
}
#colorSwatches a:hover, #shirtStyles a:hover {
  text-decoration: underline;
}

#shirtStyles td {
  text-align: center;
}
#shirtStyles {
  margin-bottom: 1em;
  margin-top: 1em;
}
#shirtStyles a img {
  border: 2px solid white;
}
#shirtStyles a:active img, #shirtStyles a img.selected {
  border: 2px solid #5D8B98;
}

