﻿/* Product offer campaign styles */

div.product-offer div.left {
	display: inline;
	width: 480px;
	position: relative;
}

div.product-offer div.left img.flag {
	left: auto;
	right: 10px;
	top: 10px;
}

div.product-offer div.right {
	width: 300px;
	text-align: right;
	position: relative;
}

h1.product-bonus-heading {
	margin: 0;
}

div.product-offer div.button-row {
	width: 880px; /* this is the width for product offer with bonus image */
}

div.button-row a {
	float: right;
	margin: 0 0 0 10px;
}

div.button-row a.lightbox-link {
	margin-top: 3px;
}

div.button-row a.lightbox-link-multiple {
	margin-top: 10px;
}

div.product-offer-white * {
	color: #fff !important;
}

#content object.product-swf {
	margin: 20px 0 0 60px;
}


