body {
  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: 0.8125em;
  color: #585858;
  background-color: #585858;
  text-align: center;
  }

.homeP {
  padding: 6px 0px 0px 50px; 
  width: 740px;
  position: relative;
  float: left;
  font-size: .9em;
  }

p.homeP a {
  color: #b32017;
  text-decoration; none;
  }
  
p.homeP a:hover {
  color: #b32017;
  text-decoration; underline;
  }
  
  
ul.productRow {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
  
ul.productRow2 {
  margin: 0;
  padding: 20px 0;
  clear: both;
  list-style-type: none;
  }
  
li.product, li.rightedge {
  float: left;
  border-left: 1px dashed #585858;
  border-top: 1px dashed #585858;
  border-bottom: 1px dashed #585858;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
  width: 215px;
  height: 275px;
  }

li.rightedge {
  border-right: 1px dashed #585858;
  }
  
li p.productCaption {
  width: 100%;
  margin: 5px 0 0px 0;
  padding: 0px 0;
  line-height: 1.3em;
  height: 55px;
  }
  
span {
  font-weight: bold;
  }
  
li.product a, li.rightedge a {
  display: block;
  background-color: #efefef;
  text-decoration: none;
  color: #585858;
  }
  
li.product a:hover, li.rightedge a:hover  {
  background-color: #dddddd;
  color: #b32017;
  }

li.product img, li.rightedge img {
  padding: 20px;
  background-color: #ffffff;
  }
  
/* category page */
td.categorytab {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  color: #fff;
  background-color: #b32017;
  text-align: center;
  }
  


/* product details */

td.itemtab {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  color: #fff;
  background-color: #b32017;
  text-align: center;
  }

p.tab {
  margin: 0 12px 6px 12px;
  padding: 0;
  }
  
td.breadcrumbs {
  padding: 2px 0 4px 10px;
  font-size: .9em;
  }

td.breadcrumbs a {
  color: #ababab;
  text-decoration: none;
  }

#productPhoto {
  position: relative;
  float: right;
  width: 400px;
  }
  
#productPhotoSpecial {
  position: relative;
  float: right;
  width: 550px;
  }
  
#productDetails {
  position: relative;
  top: 0;
  left: 0;
  width: 850px;
  border: 1px dashed #585858;
  padding: 6px 20px;
  clear: both;
  font-size: .9em;
  line-height: 2em;
  }

#productDetails p {
  margin: 0 0 1em 0;
  }
  
h1 {
  font-size: 1.2em;
  margin: 18px 0 5px 0;
  padding: 0;
  }
  
h2 {
  font-size: 1.0em;
  margin: 18px 0 5px 0;
  padding: 0;
  }
  
h3 {
  font-size: 1.0em;
  margin: 18px 0 0px 0;
  padding: 0;
  line-height: 90%;
  }
  
#productDetails ul {
  margin:  0 0 0 20px;
  padding: 0 0 0 0px;
  line-height: 1.5em;
  }
  
div#colors {
  padding: 0;
  margin: 10px 0 10px 0;
  }
  
div#colors img {
  margin-right: 10px;
  border: 1px solid #dedede;
  }
  
div#paypal {
  border-top: 1px dashed #585858;
  width: 250px;
  position: relative;
  float: left;
  padding-top: 10px;
  }
  
div#paypal  input {
  margin: 20px 0px;
  }

div#paypal td input {
  margin: 0px 20px;
  }

div#paypal td select {
  margin: 0px 20px;
  }

div#paypal td {
  padding: 2px 0;
  }
  
#freeshipping {
  position: relative;
  float: right;
  width: 560px;
  margin: 10px 10px;
  padding: 10px;
  }

div.freeshipping {
  position: relative;
  float: right;
  width: 240px;
  margin: 10px 10px;
  padding: 10px;
  border: 1px dotted #b32017;
  font-weight: bold;
  color: #b32017;
  font-size: 1.5em;
  text-align: center;
  }

.fineprint {
  font-weight: normal;
  color: #000;
  font-size: 70%;
  text-align: left;
  line-height: 1.1em;
  padding-top: 18px;
}
/* color swatch rollovers */
#colors span {
display:none;
}

#colors span img {
border:none;
}

#colors a:hover {
border:none;
text-decoration:none;
}

#colors a:hover span {
position:absolute;
left:400px;
width:350px;
height:350px;
display:block;
}

.colorRoll {
  font-weight: normal;
  color: #000;
  font-size: 80%;
  text-align: left;
  line-height: 1.4em;
  padding-top: 5px;
}
