#product_content {
	width: 97%;
	height: auto;
	table-layout: fixed;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 10px 0;
	float: right;
	padding: 0;
	display: inline-block;
	z-index: -400;
}
#product_briefing {
	font-family: Corbel, Geneva, sans-serif;
	font-size: 16px;
	padding: 15px 5px 5px 5px;
	margin: 0 0 0 0;
	line-height: 140%;
	display: block;
	text-align: left;
}
.row_top {
	width: 98%;
	height: auto;
	font-family: "Yu Mincho", Geneva, sans-serif;
	font-size: 14px;
	margin: 0 1% 0;
	padding: 0 0 0;
	display: inline-block;
}
.row_bottom {
	width: 98%;
	height: auto;
	font-family: "Yu Mincho", Geneva, sans-serif;
	font-size: 14px;
	margin: 0 1% 0;
	padding: 0 0 0;
	display: block;
}
.product_image_and_description_left {
	width: 22%;
	height: auto;
	float: left;
	margin: 18px 2% 11px 0;
	word-wrap: normal;
	padding: 0 0 0;
	display: block;
	position: relative;
}
.product_image_and_description_center {
	width: 22%;
	height: auto;
	float: left;
	margin: 18px 2% 11px;
	word-wrap: normal;
	padding: 0 0 0;
	display: block;
	position: relative;
}
.product_image_and_description_right {
	width: 22%;
	height: auto;
	float: left;
	margin: 18px 0 11px 2%;
	word-wrap: normal;
	padding: 0 0 0;
	display: block;
	position: relative;
}
div.product_image {
	width: 100%;
	height: auto;
	padding: 0 auto 0;
	margin: 0 auto 0;
	display: block;
	position: relative;
}
div.product_image img {
	border-radius:5px 5px; 
	border-style:double; 
	border-color:#ADADAD; 
	border-width:1px;
}
.fade_caption {
	width: 166px;
	height: 110px;
	padding: 15px 0 0;
	background-color: rgba(30, 105, 158, 0.8);
	opacity: 0.5;
	color: #eee;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	visibility: hidden;
	border-radius:5px 5px;
}
div.product_image:hover .fade_caption{
	opacity: 0.9;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	visibility: visible;
}
.product_description {
	width: 100%;
	height: auto;
	padding: 0 auto 0;
	margin: 0 auto 0;	
	display: block;
	z-index: -200;
}
h1 {
	line-height: 140%;
	letter-spacing: 1px;
	font-size: 22px;
	font-family: "Arial Black", Helvetica, sans-serif;
}