/* Fix product image max width */
section[role=product] .productImage img {
	max-width: 430px;
}

/* Fix Caption max width */
section[role=product] .caption  {
 	max-width: 410px;
}

/* prevent text not rapping round magazine blog article */
section[role=blog] ul#blogListing li > a {
	width:200px;
}

/* set width for mag article */
section[role=blog] ul#blogListing li > a img {
	max-width: 180px !important;
	padding-right: 20px;
}

/* Product postcode fixed width */
section[role="product"] article .meta .dropdown {
	width: 140px;
}