#productsOverviewFlash {
	height: 300px;
}

.products {
	margin: 0 0 20px 0;
}
.products .item {
	font-weight: bold;
	text-align: center;
	width: 177px;
	height: 215px;
	overflow: hidden;
	float: left;
	margin-right: 10px !important;
	
}
.products .item.last {
	margin-right: 0 !important;
}
.products .item a {
	color: #a5b1cb;
	text-decoration: none;
}
.products .item a:hover {
	color: #103174;
}
.products .item img {
	margin-bottom: 5px;
	border: 1px solid #eee;
}

.product.view .details {
	margin: 20px 0 0 0;
}
.product.view .column1 {
	width: 370px;
	float: left;
	overflow: hidden;
}
.product.view .column1 img {
	margin-bottom: 10px;
}
.product.view .column2 {
	width: 360px;
	float: left;
	overflow: hidden;
	margin: -20px 0 0 8px;
}
.product.view p, .product.view ul {
	font-weight: bold;
	color: #103174;
	font-size: 12px;
	line-height: 16px;
}
.product.view p {
	color: #4C4C4C;
}
.product.view a {
	text-decoration: none;
	color: #576e9d;
}
.product.view a:hover {
	color: #103174;
}
.product.view ul {
	margin: 10px 0 0 20px;
}
.product.view ul li {
	margin: 2px 0;
}
.product.view h3 {
	font-size: 16px;
	color: #103174;
	margin: 20px 0 5px 0;
}
.product.view .gallery .item {
	float: left;
	margin: 0 10px 0 0;
}
.product.view em {
	color: #103174;
	font-style: normal;
}

.product.view .downloads {
	clear: both;
}
.product.view .downloads .item {
	text-align: center;
	width: 90px;
	float: left;
	margin: 0 5px 5px 0;
}
.product.view .downloads .tooltip {
	font-size: 11px;
	color: #103174;
	font-weight: bold;
}