/* product listing container */
.prodListing_masterDiv {
width:186px; 
height:210px;
top:20px;
left:0px;
*left:2px;
} 

 /* product listing product BACKGROUND */
.prodListing_mainbg { 
top:0; 
left:0;
width:183px; 
height:206px;
background-image:url(/layout/img/prod.gif);
background-repeat:no-repeat;
}

/* prodListing IMAGE */
.prodListing_img {
top:25px; 
left:15px; 
width:71px; 
} 

 /* prodListing products TITLE */
.prodListing_title {
top:7px; 
left:0px; 
width:183px;
white-space:nowrap;
text-align:center;
font:bold 11px arial;
}

div.prodListing_title a:link {color:#666666;}
div.prodListing_title a:visited {color:#666666;}
div.prodListing_title a:hover {color:#FB6400;}

/* prodListing SHORT DESCRIPTION */
.prodListing_desc { 
top:27px; 
left:100px; 
width:77px; 
height:69px;
font:bold 9px arial;
color:#666666;
overflow:hidden;
text-align:left;
} 

/* prodListing PRICE */
.prodListing_price {
top:100px;
padding:5px 0 0 0;
*padding:5px 0 5px 0;
left:97px; 
width:80px; 
height:29px;
line-height:29px;
color:#FB6400; 
font:bold 15px Verdana;
text-align:center;
border-top:solid 1px #999999;
border-bottom:solid 1px #999999;
}

/* prodListing more link */
.prodListing_more {
top:160px; 
left:98px; 
}
.morelink {}


.prodListing_priceseperator {
display:none;
background-color:#DBDDDB;
top:112px; 
left:175px; 
width:2px; 
height:20px; 
}


/* prodListing seperator - Vert */
/*.prodListing_seperatorVert {
background-color:#DBDDDB;
top:112px; 
left:175px; 
width:2px; 
height:20px; 
} */

/* prodListing seperator - Horz */
/*.prodListing_seperatorHorz {
background-color:#DBDDDB;
top:150px; 
left:90px; 
width:60px; 
height:3px; 
} 
*/

.prodListing_bestseller_icon {
  top:4px;
  left:70;
  width:100px;
  height:100px;
 
}


.prodListing_free_shipping_icon {
left:15px;
top:150px;
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%;
}


.prodListing_qview_icon {
  top:138px;
  left:110px;
  cursor:help;
}

.prodListing_buynow {
display:none;
}

