/* product listing container */
.featured_masterDiv {
width:144px; 
height:220px;
top:5px;
left:3px;
} 

 /* product listing product BACKGROUND */
.featured_mainbg { 
top:0; 
left:0;
width:140px; 
height:220px;
border:solid 1px #d5d5d5;
}

/* featured IMAGE */
.featured_img {
top:2px; 
left:1px;
width:150px;
} 

 /* featured products TITLE */
.featured_title {
top:156px; 
left:0; 
width:140px;
text-align:center;
}

div.featured_title a:link {font: bold 11px arial; color:#666666}
div.featured_title a:visited {font: bold 11px arial; color:#666666}
div.featured_title a:hover {font: bold 11px arial; color:#ffa83f; text-decoration:underline;}

/* featured SHORT DESCRIPTION */
.featured_desc { 
top:175px; 
left:0; 
line-height:8px;
width:140px;
font: normal 11px arial;
color:#666666;
text-align:center;
white-space:nowrap;
} 

/* featured PRICE */
.featured_price {
display:none;
top:0;
left:0; 
}

/* featured more link */
.featured_more {
top:195px; 
right:10px; 
width:140px;
text-align:right;
}
div.featured_more a:link {font: bold 11px arial; color:#cc9900}
div.featured_more a:visited {font: bold 11px arial;  color:#cc9900}
div.featured_more a:hover {font: bold 11px arial;  color:#666666}

.featured_buynow {
display:none;
top:0;
left:0;
font-weight: bold;
font-size:11px;
font-family:Tahoma;
}

.featured_qview_icon {
top:195px;
left:10px;
cursor:help;
width:140px;
}

.featured_priceseperator {
display:none;
top:112px; 
left:175px; 
}


/* featured seperator - Vert */
/*.featured_seperatorVert {
display:none;
background-color:#DBDDDB;
top:112px; 
left:175px; 
width:2px; 
height:20px; 
} */

/* featured seperator - Horz */
/*.featured_seperatorHorz {
display:none;
background-color:#DBDDDB;
top:150px; 
left:90px; 
width:60px; 
height:3px; 
} 
*/

.featured_bestseller_icon {
  top:4px;
  left:70;
  width:100px;
  height:100px;
 
}


.featured_free_shipping_icon {
left:4px;
top:129px;
background:url(/images/items/freeship.gif) no-repeat;
*background:url() no-repeat;
*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/items/freeship.gif');
width:100%;
height:100%;
}




