/**
 * supportlisting.css
 * $Revision: 1.5 $
 *
 * Used for positioning of portlets on Support Listing pages (series landing, high level listing, low level listing)
 *
 *   (c) 1992-2008 Cisco Systems, Inc. All rights reserved.
 *   Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html'
 */

.s07v3 img {
	float: right;
	margin-top: 3px;
	margin-right: -8px;
	position: relative;
}

.ptl-full { 
	top: 0; 
	margin-bottom:0px;
	/*%margin-bottom:32px;In IE7, support listing portlet is overlapping product image portlet */
}

.ie .ptl-full {
	clear: both;
}

.ptl-full .ptl-half { width: auto; }
.ptl-half {
  float: left;
  margin-top: -15px;
}
.ptl-right-half {width:188px} /* fix for IE8 */
.clb {margin-bottom:12px;}
.clb li{margin-bottom:0px;}
