/* product listing container */
.featured_masterDiv {
width:255px; 
height:149px;
top:0px;
left:0px;
} 

 /* product listing product BACKGROUND */
.featured_mainbg { 
top:9px; 
left:5px;
width:245px; 
height:140px;
border:solid 1px #d4d4d4;
}

/* featured IMAGE */
.featured_img {
top:15px; 
left:0; 
width:105px;
height:127px;
text-align:center;
} 

 /* featured products TITLE */
.featured_title {
top:10px; 
left:105px; 
font-weight: bold;
width:140px;
padding-top:4px;
height:35px;
text-align:left;
text-transform:capitalize;
}

/* featured SHORT DESCRIPTION */
.featured_desc { 
top:46px; 
left:106px; 
width:142px; 
height:50px;
text-transform:capitalize;
overflow:hidden;
color:#447DC4;
padding-bottom:4px;
border-bottom:solid 4px #D3D3D3;
font: normal 10px arial;
text-align:left;
} 

/* featured PRICE */
.featured_price {
top:113px;
left:66px; 
width:100px; ;
font: bold 14px arial;
color:#CC6633;
text-align:right;
}

/* featured more link */
.featured_more {
top:113px; 
left:188px; 
white-space:nowrap;
}
.morelink {
font-weight: bold;
font-size:11px;
font-family:Tahoma;
}


.featured_priceseperator {
top:112px; 
left:175px; 
}


/* featured seperator - Vert */
/*.featured_seperatorVert {
background-color:#DBDDDB;
top:112px; 
left:175px; 
width:2px; 
height:20px; 
} */

/* featured seperator - Horz */
/*.featured_seperatorHorz {
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:6px;
top:113px;
background:url(/images/items/freeship.gif) no-repeat;
*background:url() no-repeat;
*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/items/freeship.gif');
width:120px;
height:40px;
}

.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;
height:15px;
width:55px;
z-index:100;
}

