@media screen, projection {
	.manufacturer-item {
		margin: 20px 0;
		width: 540px;
		}
	.content .main .manufacturer-image .pod {
		background: #000 url(../images/highlights/200-top.gif) no-repeat;
		float: left;
		margin: 0;
		width: 200px;
		}
		.content .main .manufacturer-image .pod-sub {
			background: url(../images/highlights/200-bot.gif) bottom left no-repeat;
			}
	.content .main .manufacturer-content .pod {
		background: #000 url(../images/highlights/320-top.gif) no-repeat;
		float: right;
		margin: 0;
		width: 320px;
		}
		.content .main .manufacturer-content .pod-sub {
			background: url(../images/highlights/320-bot.gif) bottom left no-repeat;
			}
		.content .main .manufacturer-item h3 {
			color: #639f95;
			}
	.manufacturer-content-full {
		width: 540px;
		}
	.manufacturer-content-full .pod {
		margin: 0;
		}
	.manufacturer-logo {
		background: #fff;
		padding: 10px;
		text-align: center;
		}
}
@media print, handheld {
	.manufacturer-logo img {
		background: #fff;
		border: 1px solid #676767;
		padding: 10px;
		}
}
