@charset "utf-8";

.nav-products .nav-products-list{
    position: absolute;
    width:760px;
    height:630px;
    border-top: 0;
    text-align: left;
    overflow: hidden;
    display: none;
/*    display: block;
    left: 0;*/
}

.nav-products:hover .nav-products-list{
	display: block;
	left: 0;
	right: 0;
	margin: auto;
    animation: slideVertical .5s;
    -webkit-animation: slideVertical .5s;
}

.nav-product-item{
	display: block;
	float: left;
	width:363px;
	height:300px;
	margin-left:15px;
	margin-bottom:15px;
	text-align: center;
	overflow: hidden;
	text-decoration:none;
	border: 1px solid #CCCCCC;
	Background-color:#eee;
}

.nav-product-item span{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	width:363px;
	height:30px;
	line-height:30px;
}
