/**
* What's New Home
*/
#productsIndex {
}
#productsIndex .unit .unitInfo {
	width: 315px;
}
#promotionsIndex {
}
#promotionsIndex .unit .unitInfo {
	width: 315px;
}
#pressReleasesIndex .linklist li {
	margin-bottom: 6px;
}

/**
* New Products
*/
#products .linklist {
	margin-left: 10px;
}
.product {
	border-top: 1px dashed #9ECDE7;
}
.product .productImg {
	padding: 15px 0px;
	float: left;
	margin-right: 15px;
	width: 156px;
}
.product .productInfo {
	padding: 15px 0px;
	float: left;
	width: 65%;
}

/**
* Promotions
*/
#promotions .linklist {
	margin-left: 10px;
}
.promotion {
	border-top: 1px dashed #9ECDE7;
}
.promotion .promotionImg {
	padding: 15px 0px;
	float: left;
	margin-right: 15px;
	width: 156px;
}
.promotion .promotionInfo {
	padding: 15px 0px;
	float: left;
	width: 65%;
}

/**
* Press Releases
*/
.releaseListing {
	margin-bottom: 12px;
}
#releaseTitleContainer {
	margin-bottom: 15px;
}
#releaseTitle {
	margin-bottom: 15px;
}
#releaseSubtitle {
	color: #555555;
}
#release {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1a5a9;
	margin-bottom: 15px;
}
#contacts {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1a5a9;
	margin-bottom: 15px;
}
#contacts .contact {
	display: block;
	float: left;
	width: 49%;
	padding-bottom: 10px;
}
#release #photos {
	float: right;
	margin: 0px 0px 20px 20px;
	text-align: center;
	font-size: 85%;
	color: #333333;
}
#release #photos .photo {
	margin: 0px 0px 16px 0px;
}
#release #photos img {
	display: block;
	margin-bottom: 6px;
}
#release #photos .description {
	display: block;
	margin-bottom: 6px;
	width: 200px;
}
#information {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1a5a9;
	margin-bottom: 15px;
}

