.filter_image {
	
	max-height: 100px;
	max-width: 200px;
	border:none;
	
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.filter_image_oos {
	
	max-height: 100px;
	max-width: 200px;
	border:none;
	
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	
	opacity:.5;
}
.filter_image_oos:hover {
	opacity:1;
}
.product_block {
	
	width: 98%;
	max-width: 98%;
	
	/*height: 225px;*/
	
	/*height: 175px;*/
	min-height:155px;
	display:inline-block;
	
	box-shadow: -0px 0px 6px #C6C6C6;
	border-radius: 2px;
	
	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	
	padding: 5px;
	
	font-family: sans-serif;
	font-size: 12px;
	
}
.product_block_admin {
	
	width: 98%;
	max-width: 98%;
	
	/*height: 225px;*/
	
	/*height: 175px;*/
	min-height:175px;
	display:inline-block;
	
	box-shadow: -0px 0px 6px #C6C6C6;
	border-radius: 2px;
	
	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	
	padding: 5px;
	
	font-family: sans-serif;
	font-size: 12px;
	
}
.product_block_admin_orig_20161115 {
	
	width: 30%;
	/*min-width: 175px;*/
	min-width: 200px;
	max-width: 250px;
	height: 238px;
	
	box-shadow: -0px 0px 6px #C6C6C6;
	/*border: 2px solid #0d5385;*/
	border-radius: 2px;
	
	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	
	padding: 5px;
	
	font-family: sans-serif;
	font-size: 12px;
	
}
.product_attrs {
	/*float:right;*/
	position:absolute;
	bottom:0;
	/*display: none;*/
	font-family: sans-serif;
	font-size: 10px;
	width:100%;
	margin-left:-5px;
	color:#FFFFFF;
	background-color:#0d5385;
	border-radius: 0 0 2px 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	
	overflow-y:hidden;
}
.product_block_img {
	width: 50%;
	max-width:50%;
	/*height: 50%;*/
	
	height:100px;
	max-height:100px;
	
	/*text-align: center;*/
	text-align:left;
	padding:0;
	border: 0px;
	position: relative;
	float:left;
	overflow-x:hidden;
}


.product_overlay_img {
	position:absolute;
	top:0;
	left:0;
}
.product_block_link {
	text-decoration: none;
	color: #000000;
	/*
	font-weight: normal;
	font-family:Open Sans Condensed;
	letter-spacing: .4;
	font-size:13px;
	*/
	
	font-family:sans-serif;
	font-weight:bold;
	letter-spacing: .4;
	font-size:12px;
}
.product_block_link:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.product_block_link:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.product_block_desc {
		/*height: 50%;*/
		
		border:0px solid red;
}
.product_block_desc_oos {
		/*height: 50%;*/
		opacity:.5;	
}
.product_block_desc_oos:hover {
	opacity:1;
}
.product_rating {
	padding-top: 13px;
	padding-left:10px;
	padding-right:15px;
	cursor: default;
	float:left;
	margin-top: -5px;
}
.product_rating_bullet {
	height: 18;
	width: auto;
	margin-left: -7px;
}
@media (max-width : 400px) {
.rating_bullet {
	
		height: 12px;
		width: 12px;
	
}
}
.product_block_pricing {

	padding-bottom: 2px;
	padding-top:10px;
	padding-right:20px;
	float:left;
	max-width:40%;
}
.product_block_special {
	color: #FF0000;
	font-weight: bold;
}
.product_block_discount {
	color: #FF0000;
	font-weight: normal;
	float:left;
}
.product_block_savings {
	/*color: darkgreen;*/
	font-weight: normal;
	font-style: italic;
}
.hover_mag {
	max-width:100px;
	overflow-x:hidden;
}
.hover_mag:hover {
	max-width:200px;
	font-size:1.5em;
	font-weight:bold;
}
