/* product listing container */
.featured_masterDiv {
top:0;
left:0;
width:156px; 
height:396px;
margin:5px 0 0 15px;
border-right:dotted 1px #cccccc;
} 

/* featured IMAGE */
.featured_img {
top:10px; 
left:0; 
} 

 /* featured products TITLE */
.featured_title {
top:215px; 
left:0; 
font: bold 12px arial;
width:155px;
height:35px;
line-height:35px;
white-space:nowrap;
text-align:left;
}

a.featured_title:link, a.featured_title:visited {font: bold 12px arial; color:#333333; text-decoration:underline;}
a.featured_title:hover {font: bold 12px arial; color:#333333; text-decoration:underline;}


/* featured PRICE */
.featured_price {
top:247px;
left:0; 
font:bold 19px arial;
color:#F0003A;
/*text-align:right;*/
}

/* featured SHORT DESCRIPTION */
.featured_desc { 
top:288px; 
left:0; 
width:140px; 
font:normal 11px arial;
color:#666666;
text-align:left;
} 

/* featured more link */
.featured_more {
top:355px; 
left:95px;
}

a.featured_more:link, a.featured_more:visited {font: bold 11px arial; color:#304F61; text-decoration:underline;}
a.featured_more:hover {font: bold 11px arial; color:#496200; text-decoration:underline;}




.featured_bestseller_icon {
top:0;
left:100px;
width:50px;
height:50px;
background-image:url(/images/items/bestseller.png); 
background-repeat: no-repeat;
}


.featured_free_shipping_icon {
left:2px;
top:7px;
background:url(/images/items/freeship.gif) no-repeat;
width:100%;
height:100%;
}

.featured_buynow {
top:350px; 
left:1px;
}

.featured_qview_icon {
  top:86px;
  left:115px;
  cursor:help;
}

