input{
	font-family: Arial, Tahoma;
	font-size : 8pt;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
}
.textnormal {
	font-family: Arial, Tahoma, "MS Serif";
	font-size: 12px;
}
.textbold {
	font-family: Arial, Tahoma, "MS Serif";
	font-size: 11px;
	font-weight: bold;
}
a img{ border:none;}

/* PAGE STYLE */
body {
      padding:0px;
      background:#FFFFFF;
      color:#000000;
      font-family:Arial, 'Tahoma', sans-serif;
      font-size:12px;
      font-weight:500;
      line-height:12pt;
      text-decoration: none;	
}
table {
      font-family:Arial, 'Tahoma', sans-serif;
      font-size:12px;
}
form {
      margin:0px;
}	
a {
      color: #4F131A; 
      text-decoration: underline;
}
a img{ border:none;}
hr {
      border:0;
      width:100%;
      color:#206BA2;
      background-color:#206BA2;
      height:1px;
      width:100%;
      margin:6px 0px 12px 0px;
}
#wrap {
      width:100%px;
}
#rule {
      height:1px;
      background-color:#000000;
      width:100%;
      margin:6px 0px 12px 0px;
}
h2 {
      font-size:16px;
      font-weight:bold;
      margin:0px;
      padding:0px;
}
h3 {
      font-size:14px;
      font-weight:bold;
      margin:0px;
      padding:0px;
}

/* PRODUCT DETAILS */
#content {
      background:#FFFFFF;
      padding:14px 24px;
}
span.reviewtitle {
      font-size:12px;
      font-weight:bold;
}
table#detailheader {
      width:482px;
}
table#detailheader td {
      vertical-align:top;
}
td#detailImage {
      padding: 5px 20px 5px 5px;
}
div#productDescription {
      padding-top:20px;
}
div#customDescription
{
    padding-bottom:10px;
}
table#prices
{
    margin:0px;
}
#notAvailableNotice
{
    margin-top:10px;
}
.amount {
      font-size:10.5pt; 
      font-weight:bold;
}
div#titleAndByLine
{
    margin-bottom:5px;
}
form#addToCartForm
{
    margin-top:10px;
}
td.issueslabel,
td.pricelabel
{
    font-size:10.5pt; 
    font-weight:bold;
    text-align:right;
    white-space:nowrap;
}
tr#listprice td
{
    vertical-align:bottom;
}
tr#listprice td span.amount
{
    text-decoration:line-through;
    font-weight:normal;
}
#loyaltypoints #loyaltyPointsAmount
{
    font-weight:normal;
}
.by {
      font-size:9pt; 
      font-weight:normal;
}

/* Variation selector styles */ 
div#dynVariationSelector {
  margin-top:10px;
  background:#F2F2F2;
  padding:0px;
  display:none;
}
div.variationSelector {
  padding:0px 10px;
}
div.selectorHeading {
  font-size:14px;
  font-weight:bold;
  margin: 5px 0px 15px;
}
div.selectorAvailability {
  margin: 12px 0px 5px;
}
div.dimensionLabel {
  font-weight:bold;
  margin-bottom:3px;
}
div.dimValContainer {
  margin-bottom:5px;
}
span.dv_hover, span.dv_avail, span.dv_selected, span.dv_unavail { 
  padding:3px 2px;
  margin:0px;
  white-space:nowrap;
  line-height:2.3;
  cursor:pointer;
  font-size:10px;
}
span.dv_hover { 
  border:2px solid #206BA2;
  margin:-1px;
}
span.dv_avail { 
  border:1px solid #206BA2;
} 
span.dv_selected { 
  border:1px solid #206BA2;
  background-color:#206BA2;
  color:#FFFFFF;
}
span.dv_unavail { 
  border:1px dashed #206BA2;
}
.relative {
  position:relative;
}
div#chooseVariationBFCartAdd {
  position:absolute;
  top:30px;
  left:0px;
  width:200px;
  display:none;
  background-color:#FFFFFF;
  color:#000000;
  border:2px ridge #C0C0C0;
  z-index:2;    
  padding:5px;
}
div#variationNotAvailable {
  position:absolute;
  top:50px;
  left:-5px;
  width:180px;
  display:none;
  background-color:#EEBBBB;
  color:#770000;
  border:1px solid #550000;
  z-index:2;    
  padding:5px;
  font-weight:bold;
  opacity:.9;
  filter:alpha(opacity = 90);
  text-align:center;
}
span.notAvailHighlight {
  color:#AA0000;
}
img.custReviewStars {
  margin-left:10px;
}
div#editorialReviews
{
/*    overflow-x:auto;*/
/*    width:700px;*/
}
