
.productBox {
	position: relative;
	width: 562px;
	height: 153px;
	background-image: url(../images/bg_product_box2.gif);
	background-repeat: no-repeat;
}
.productBox .screen {
	position: absolute;
	top: 11px;
	left: 16px;
}
.productBox .title {
	position: absolute;
	top: 11px;
	left: 195px;
}
.productBox .description {
	position: absolute;
	top: 50px;
	left: 200px;
	color: #333333;
	width: 130px;
	font-weight: bold;
	text-align: left;
}

.productBox .links {
	position: absolute;
	top: 45px;
	left: 375px;
}
.productBox .payout {
	position: absolute;
	top: 118px;
	left: 200px;
	font-weight: bold;
	color: #FF0000;
}
.productBox .payout .total {
	color: #000000;
}

