/* product listing container */
.specials_masterDiv {
position:relative; 
z-index:1
top:0;
left:0;
width:224px; 
height:249px;
margin:5px 0 0 0;
} 

.specials_mainbg {
position:absolute; 
z-index:1;
top:0;
left:0;
width:210px; 
height:249px;
background-color:#FFFFFF;
}


/* specials IMAGE */
.specials_img {
position:absolute; 
z-index:2;
top:40px; 
left:0; 
width:210px;
text-align:center;
} 

 /* specials products TITLE */
div.specials_title {
position:absolute; 
z-index:3;
top:15px; 
left:0; 
font: bold 12px arial;
width:210px;
text-align:center;
white-space:nowrap;
}

a.specials_title:link, a.specials_title:visited {color:#333333; font:bold 14px arial}
a.specials_title:hover {color:#496200; font:bold 14px arial}


/* specials PRICE */
.specials_price {
position:absolute; 
z-index:4;
top:215px;
left:15px; 
font:bold 19px arial;
color:#F0003A;
/*text-align:right;*/
}


.specials_bestseller_icon {
position:absolute; 
z-index:5;
top:45px;
left:150px;
width:50px;
height:50px;
background-image:url(/images/items/bestseller.png); 
background-repeat: no-repeat;
}


.specials_free_shipping_icon {
position:absolute; 
z-index:5;
left:2px;
top:7px;
background:url(/images/items/freeship.gif) no-repeat;
width:100%;
height:100%;
}

.specials_buynow {
position:absolute; 
z-index:6;
top:212px; 
left:122px;
}

.specials_qview_icon {
  top:86px;
  left:115px;
  cursor:help;
}

