/* Product Detail Pop-ups
----------------------------------------------- */
p {
  font-size:9pt;
  }
a {
  color:#233E31;
  }
a:hover {
  color:#f60;
  }
ol {
  font-size:75%;
  }
#ing em {
  font-size:75%;
  text-transform: capitalize;
  }
#ing {
float:left;
font-family: "Lucida Grande" Lucida, Trebuchet MS, sans-serif;
padding-bottom:15px;
}
#price {
font-family: "Lucida Grande" Lucida, Trebuchet MS, sans-serif;
padding-bottom:15px;
}
#ing img {
 display:none;
}
p img {
 display:inline;
 margin:0 5px 0 0;
}  
#ing table {
float: left;
border-spacing: 0px 0px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: none;
}
#ing table th {
border-spacing: 0px 0px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
text-align: left;
padding: 3px;
}
#ing table td {
border-spacing: 0px 0px;
border-style: solid;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
padding: 2px;
font-size: 70%;
}
#ing h3 {
margin:0 0 0 0;
}
#ing em {
padding-bottom: 1px;
float: right;
font-size: 60%;
text-transform: uppercase;
font-style: normal;
}
#price table {
border-spacing: 0px 0px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: none;
}
#price table th {
border-spacing: 0px 0px;
font-size: .9em;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
text-align: left;
padding: 3px;
}
#price table td {
border-spacing: 0px 0px;
border-style: solid;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
padding: 2px;
font-size: 70%;
}
#price h3 {
margin:0 0 0 0;
}
#price em {
padding-bottom: 1px;
float: right;
font-size: 60%;
text-transform: uppercase;
font-style: normal;
}
#contact {
display:none;
}

 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
img {display:inline; margin-bottom: 10px;}
#contact {
display:inline; 
padding-top: 15px;
font-family: "Lucida Grande" Lucida, Trebuchet MS, sans-serif;
font-size:80%;
}
a {display:none;}
}
