/*
product-category.css
$Revision: 1.7 $

(c) 1992-2009 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*
*************************************************************
Product Catetgory Page - Framework Overrides
*************************************************************
*/


/* libra page width overrides */
body#libra {
	width:902px;
	margin-left:5px;
}
* html #framework-base-banner,
* html #framework-wrapper {
  width: 902px; 
}
* html body#libra {
   width:expression((document.clientWidth>902)?"902px":"902px");
}

/* remove bottom border from page header */
#framework-content-titles h2 {
   border: none;
}

/* override framework.css' margin: 5px 10px 0 10px; [line 105] */
#framework-content-main {
   margin: 0; 
}

#framework-content-right {
	width:196px !important;
}

/* override legacy.css' margin: 0 0 15px 6px [line 9] */
/* Note: this is an artifact from formatted_text_content_area.xsl */
#framework-content-main .contentMargins {
   margin: 0; 
}

#framework-content-main .clp,
#framework-content-main .clb {
   margin: 0 0 12px 0; 
}

#framework-content-right .clp,
#framework-content-right .clb {
   margin: 0 0 12px 8px;
}

/* overrides framework.css' margin-top:2px; [line 146] */
#framework-content-right .clp img,
#framework-content-right .clb img {
   margin: 0;
}


