/*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.*/

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

#nav-product ul li a#homeLink { background-color: #a5090a; color !important: white }

#ys_superbar a {font: normal 11px arial;color: blue;}

#ytimesQnA, #recenthistory {
  margin: 10px;
  border-bottom: solid 1px blue;
  padding-bottom: 10px;  
}
#ytimesQnA h2, #recenthistory h2 {
  font: bold 14px verdana;
  color: white;
  background-color: blue;
  padding: 3px;
}
#ytimesQnA #qaform {
  margin-top: 10px
}
#ytimesQnA dt {
  font-weight: bold;
}
#ytimesQnA dd {
  margin-bottom: 5px;
}

#container {width:980px;}
/*#bodycontent {width:830px;}*/
#brandmark {width:720px;}
#ys_superbar {width:980px !important;}

#social {
  position: absolute;
}
#social td {
  padding: 2px;
}

#notification {
  margin: 20px 0px;
}
#notification img {
  margin-top: 5px;
}
.btt {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px solid blue;
  padding-bottom: 1em;
}
#featuredItems {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 554px;
  border: 1px solid #120ff3;
  border-collapse: collapse;
}
#featuredItems td {
  width: 33%;
  padding: 10px;
  border: 1px solid #b1b1b1;
}
#featuredItems td a:link, #featuredItems a:visited {
  color: #120ff3;
  font-weight: bold;
  text-decoration: none;
}
#featuredItems td a:hover {
  text-decoration: underline;
}
#featuredItems .regPr, #bestSellers .regPr {
  text-decoration: line-through;
  color: #9c9c9d;
}
#featuredItems .salePr, #bestSellers .salePr {
  color: #c83143;
  font-weight: bold;
}
div.buyNow {
  position: relative;
}
img.buyNow {
  position: absolute;
  left: -10px;
  top: -10px;
}

#bestSellers {
  border: 1px solid #c83143;
  background-color: #bbc1cd;
  width: 194px;
  padding-bottom: 15px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#bestSellers .bestSeller {
  background-color: white;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}
#section-contenttitle { margin-left: 0 }
