
/* Change width of dropdown nav menus to account for text expansion */
#qm0 div, #qm0 ul {
	width:260px;
}

/* Change Height of product description boxes to account for text expansion */
#splashboxes .box {
	height:280px;
}

/* some styles from onelink-login.css cover original styles so text in ul tag has wrong padding (when QA Panel is enabled ). 
   So we have to add !important word next to the padding-left propertie for style .boxinner u from echelon1home.css  
   (Bug # ONE-744)	
*/
.boxinner ul {
	padding-left:16px !important;
}
