@CHARSET "ISO-8859-1";

.product_content{
	background-color:#FFF5F5;
	margin-bottom:5px;
	height:990px;
	margin-top:20px;
	border:1px solid #ACDAF2;
}

.product_gallery{
	width:300px;
	display:inline;
	float:left;
	background-color:#fff !important;
	border:1px solid #000;
	margin-left:30px;
	margin-right:20px;
	margin-top:20px;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; 
    transition: all 1s ease;
	font-family:calibri;
	text-align:center;
	cursor:default;
	height:405px;
}

.product_gallery:hover{
	box-shadow:0px 1px 20px #333;
}

.gal_image{
	margin:10px;
	width:280px;
	height:200px;
}

.info{
	background:-webkit-linear-gradient(270deg, #555, #555, #555, #555, #444);
	background:-ms-linear-gradient(270deg, #555, #555, #555, #555, #444);
	background:-moz-linear-gradient(270deg, #555, #555, #555, #555, #444);
	background:-o-linear-gradient(270deg, #555, #555, #555, #555, #444);
	background:-khtml-linear-gradient(270deg, #555, #555, #555, #555, #444);
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	color:#fff;
	text-shadow:0px 1px 5px #000;
}

.Pro_num{
	color:#2766EB;
	padding:5px;
	font-family:serif;
	font-weight:bold;
}

td{
	font-size:10pt;
	text-align:center !important;
	padding-top:2px;
}

.property{
	text-align:center;
	font-weight:bold;
}

table{
	width:100%;
}

.desc{
	font-size:10pt;
	padding:3px;
}

#second_row{

}

#first_row{

}

.more{
	font-family:sans;
	text-decoration:none;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	margin-right:20px;
	color:#5CA112;
}

.more:hover{
	color:#fff;
	text-shadow:0px 0px 3px #666;
}

.more_info{
	margin-top:20px;
	background-color:#fff;
	height:950px;
	padding:20px;
	border:1px solid #0dd;
}

.more_des{
	padding:10px;
	font-style:italic;
}

#left_text{
	width:50%;
	display:inline;
	float:left;
}

#image_fbs{
	display:inline;
	float:left;
	padding:10px;
	height:410px;
}

#features td{
	font-size:12pt;
	font-style:italic;
	padding:2px;
	text-align:left !important;
}
