@charset "utf-8";

/*-----------------------------------------------
	PRODUCT  MENU
-----------------------------------------------*/
.productMenuArea{
	max-width:980px;
	margin:0 auto;
}
.productMenuArea h3{
	width:200px;
	margin-bottom:1em;
}
.productMenuArea h3 img{
	width:100%;
	height:auto;
}
.productMenuArea p.subTitle{
	font-family: 'DIN Alternate','Helvetica','Gadugi','Ebrima','Franklin Gothic Medium',sans-serif;
	color:#999;
	font-size:16px;
	line-height:1;
	margin-bottom:0.5em;
}
.productMenuArea li{
	float:left;
	margin-right:1.5em;
	
}
.productTitleMenu{
	width:45%;
	background-color: rgba(0,0,0,0.7) !important;
	padding:2em;
}
.productTitleMenu ul.search{
	margin-bottom:0.5em;
}
.productTitleMenu ul.search li{
	margin-bottom:0.2em;
	
}
.productMenuArea li a:link{
	padding:0 0 0 0;
	color:#fff;
	line-height:2;
	display:block;
	text-decoration:none;
}
.productMenuArea li a:visited{
	color:#fff;
	text-decoration:none;
}
.productMenuArea li a:hover{

	background-color:#750000;
	text-decoration:none;
	color:#fff;
}
.productMenuArea li a.active{
	background-color:#750000;
	text-decoration:none;
	color:#fff;
}

#other .otherMenu a,
#other .otherMenu a img {
	transition:none !important;
}
#other .otherMenu a:hover{
	opacity:1 !important;
}
