/* product listing container */
.featured_masterDiv {
top:15px;
left:5px;
margin: 5px 0 10px 10px;
width:225px; 
height:315px;
border:1px solid #eee;
} 

 /* product listing product BACKGROUND */
.featured_mainbg {}

/* featured IMAGE */
.featured_img {
top:10px; 
left:0;
text-align:center;
margin:0 auto;
width:100%;
} 

 /* featured products TITLE */
.featured_title {
top:255px; 
left:0;
width:220px;
text-align:center;
}
a.featured_title:link, a.featured_title:visited {color:#2D2D2D; font:bold 12px arial;}
a.featured_title:hover {color:#2D2D2D; font:bold 12px arial; text-decoration:underline}

/* featured SHORT DESCRIPTION */
.featured_desc { 
top:46px; 
left:190px; 
width:500px; 
height:56px;
overflow-y:hidden;
font-size:12px;
font-family:arial;
color:#447DC4;
line-height:15px;
padding-bottom:4px;
border-bottom:solid 4px #D3D3D3;
text-align:left;
} 

/* featured PRICE */
.featured_price {
bottom:5px;
right:10px;
width:100%; 
font: bold 14px arial;
color:#CC6633;
text-align:right;
vertical-align:bottom;
}

/* featured more details link */
.featured_more {
bottom:5px;
left:10px;
text-align:left;
vertical-align:bottom;
}

a.featured_more:link, a.featured_more:visited {font:normal 11px arial; color:#333}
a.featured_more:hover {font:bold 11px arial;}

.featured_bestseller_icon {
left:0;
top:-10px;
width:220px;
height:100%;
text-align:left;
background:transparent url(/images/items/bestseller.png) no-repeat 0 0;
vertical-align:top;
}


.featured_free_shipping_icon {
right:0;
bottom:70px;
background:transparent url(/images/items/freeship.gif) no-repeat right bottom;
width:43px;
height:25px;
text-align:right;
vertical-align:bottom;
}

.featured_buynow {
display:none;
top:0;
left:0;
font-weight: bold;
font-size:11px;
font-family:Tahoma;
}

.featured_qview_icon {
  top:130px;
  left:192px;
  cursor:help;
}


