div.home_page{
	background-color: #F1F1F1;
	border: 1px solid #ebebeb;
	/*box-shadow: 0 1px 7px rgba(0,0,0,.33);*/
	/*margin-bottom: 10px;*/
	position:relative;
	z-index:77;
	/*min-width:1018px;*/
}
.home_page .product_list{
	position: relative;
	width: 960px;
	background: url(../images/mega_menu/bg_shadow.png) repeat-x 0 114px;
	margin: 0 auto;
}

.home_page .product_list h3{
	color: #000;
	font-family: "museo-sans", sans-serif;
	font-size: 24px;
	margin: 10px 0 20px 0;
	font-weight:500;
}
.home_page .product_list h3 span{
	font-weight: 100;
}
.home_page .product_list ul{
	display: inline-block;
	float: left;
	margin-left: 0px;
	}
.home_page .product_list ul:last-child{
	margin-left: 50px;
}
.home_page .product_list ul li:first-child{
	float:none;
	padding:0;
}
.home_page .product_list ul li:last-child{
	margin-right: 0;
}
.home_page .product_list ul:last-child li:last-child{
	width: 215px;
}
.home_page .product_list ul li{
	margin-right: 12px;
	padding-bottom: 13px;
	float: left;
}
.home_page .product_list ul li>img,.product_list li .item_info{
	cursor: pointer;
}
.product_list li .item_info p a{
	text-decoration:none;
	color:#000000;
}
.product_list li:hover .item_info p a{
	color: #e83465;
	/*text-decoration:underline;*/
	transition: color 0.15s ease-out;
}
/*.product_list li:hover .item_info p:after{
	content: "";
	z-index: 20;
	position: absolute;
	bottom: 20px;
	margin-left: -5.5%;
	border-style: solid;
	border-width: 1px 12px 12px 12px;
	border-color: transparent transparent #f9f9f9 transparent;
}*/
.product_list li:nth-child(3n+3):hover .item_info p:after{
	margin-left: -4.8%;
}
.product_list li .item_info p{
	color: #444;
	font-family: "museo-sans", sans-serif;
	font-size: 19px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 5px;
	transition: color 0.15s ease-out;
	float: none !important;
	font-weight: 300;
}
.product_list li .item_info p a sup{
	font-size: 13px;
}
.product_list li .item_info span{
	display: block;
}
.product_list li .item_info span img{
	display: block;
	margin: 0 auto;
}
.home_page .close{
	float:right; 
	margin:6px 50px 0 0; 
	display:none;
}