/* The style rules for fdonly.com site wide */
/* last updated Aug 24, 2003 */

a:link {
   font-weight : bold;
   color : black;
   text-decoration : none;
} 

a:visited {
   font-weight : bold;
   color : black;
   text-decoration : none;
}

a:active {
   font-weight : bold;
   color : black;
   text-decoration : none;
}

a:hover {
   font-weight : bold;
   color : black;
   text-decoration : none;
}

BODY {
   scrollbar-face-color: red;
   scrollbar-shadow-color: black;
   scrollbar-highlight-color: black;
   scrollbar-3dlight-color: red;
   scrollbar-darkshadow-color: red;
   scrollbar-track-color: #CC9900;
   scrollbar-arrow-color: black;
}

.buyit_table {
   border:4px;
   border-color:black;
   padding:8px;
   //float:left;
   width:500px;
   margin-bottom:20px;
   margin-left:20px;
}
.buyit_title_td {
   font-family: Arial, Helvetica, sans-serif;
   vertical-align:top;
   font-size:14px;

}
.buyit_title_text {
   max-width:500px;
   overflow:hidden;
   display:block;
}
.buyit_img_td {
  vertical-align:top;
  width:96px;
}
.buyit_img_anchor {
}
.buyit_img {
   width:96px;
   height:72px;
   border:0px none;
}
.buyit_description_td {
   vertical-align:top;
   font-size:14px;
   font-family: Arial, Helvetica, sans-serif;
}
.buyit_price {
   font-weight:700;
   text-align:left;
}
.buyit_offer {
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:normal;
}
.buyit_now {
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:700;
   color:red;
}
.buyit_description_text {
   vertical-align:top;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   text-align:left;
   display:block;
   padding:6px 0 0 8px;
}