/* CSS Document */

.pressRelease {
	border: 1px solid #b3b1af;
	padding: 12px 15px 0px 12px;
	margin-bottom: 15px;
}

.pressRelease .text {
	width: 425px;
	
}

.pressRelease .text .productName, .pressRelease .text .productType, .pressRelease .text .productPrice {
	font-weight:bold;
}

.pressRelease .text .productName {
	font-size:18px;
}

.pressRelease .text .productType {
	font-style:italic;
}

.pressRelease .text .summary {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


.pressRelease .pressReleaseImage {
	float: right;
}


