/* WIDTH */

// make the classes!
.w {
	// IE7
	.ie7 & {
		> .w33 {
			width: 29%;
		}
		> .w50 {
			width: 45%;
		}
	}
	// IE8
	.ie8 & {
		// styles here
	}
	// IE9
	.ie9 & {
		// styles here
	}
	// IE10
	.ie10 & {
		// styles here
	}
}
