/* Current View Style */
#prodlistview p.listview{
	background-image:url(../../_img/icons/listview.gif);
}

#prodlistview p.gridview{
	background-image:url(../../_img/icons/gridview_on.gif);
}

#prodlistview p.listview a{color:#666; font-weight:normal;}
#prodlistview p.listview a:hover{color:#748fd9;}

#prodlistview p.gridview a{color:#1c3a82; font-weight:bold;}

/* Current View */
#currentview_inner #youarehere{
	left:480px;
}


/* Item Listings */
.listcontent{
	float:left; width:176px; margin:0 9px 10px 0;  padding:0 0 10px 0; background:url(../../_img/bg/content_divs_176.gif) no-repeat bottom left;
	border-bottom:0; position:relative; z-index:500;
}


.nomarg{
	margin-right:0; 
}

.listimg{
	float:none; margin:0 auto 10px auto; width:auto; height:120px; padding:5px 0 0 0;
	background:url(../../_img/bg/content_divs_176_top.gif) no-repeat top left;
}


.listimg a{
	width:150px; height:114px; display:block; background:#fff; position:relative;
	border:1px solid #cfcfcf; border-right:1px solid #989898; border-bottom:1px solid #989898;
}




.listcontent h2{
	margin:0; padding:0 10px 0 10px; font-size:small; height:80px;
}

.listcontent h2 span{
	
}

.listcontent p{
	margin:0 0 5px 10px;
}

.listcontent p span#pl_save{
	display:block;
}

.listcontent p.pdesc{
	display:none;
}

.info_buttons p{
	float:none; margin:0 0 5px 0; padding:0 0 0 7px;
}

*+ html .info_buttons p{ height:1%;}

#newdiv_pl, * html #newdiv_pl{
	position:absolute; left:148px; top:-5px;  z-index:2
}


