.subpage_wrapper.product_overview  .subpage_image_col {
	height: 260px;
}

#product_page_list {
	margin-top: 60px;	
}

.product_page_application {
	float: left;	
	width: 48%;
	margin: 20px 0;
}

.product_page_application.even {
	float: right;
}

.product_page_application.odd {
	clear: both;	
}

.product_image_wrapper {
	width: 150px;
	height: 124px;
	position: relative;
	float: left;
}

.product_image_box {
	width: 150px;;
	height: 124px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	background-image: url('/images/subpages/pic_window_150.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.product_image {
	position: absolute;
	width: 149px;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: white;
}

.application_title {
	float: left;
	width: auto;
	max-width: 250px;
	margin-left: 10px;	
}

.application_title.full {
	max-width: 100%;	
}

.application_title a {
	text-decoration: underline;	
}

a.application_category {
	display: block;	
}

a.blue_link {
	color: #0077c0;	
}

.subdescription {
	font-size: 12px;
}
