.genlist {
	width:120px;
	height:200px;
	margin: 3px;
	display:inline-block;
	position:relative;
	vertical-align:top;
	overflow:hidden;
	background: #FFF;
	border: 1px solid rgba(204,204,204,0.5);
}
.genlist:hover {
        box-shadow: 0 0 0.5em rgba(51,51,51,0.3);
}
.genlist img {
	height:150px;
}
.genlist div.shop {
	position:absolute;
	right:0;
	bottom:0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #466C99;
	border-left: 15px solid transparent;
	z-index: 2	
}
.genlist div.shop i{
	display:inline-block;
	text-align:center;
	vertical-align:bottom;
	line-height: 60px;
	color:#FFF;
	margin-left: -17px
}
.genlist div.title {
        position:absolute;
	right:0;
	bottom:0;
	width: 100%;
	padding: 5px 5%;
	height: 50px;
	z-index: 1;
	background:rgba(0,0,0,0.8);
	color:#FFFFFF;
}
.genlist div.genlist_header {
	background: #F56E8B;
	width:100%;
	height:5px;
	position:absolute;
	top:0;
	left:0;
	display:none
}
.genlist div.title, .genlist i {
	font-size:0.7em;
}

.genproduct img {
	width:100%;
	margin: 1%;
	display: inline-block;
	vertical-align:top;
}

.genproduct > div {
	vertical-align:top;
}

.genproduct > div * {
	text-align:right
}

ul.categoryList {
	list-style:none;
	font-size: 0.9em;
	font-style:italic;
	opacity: 0.8;
}
ul.categoryList li {
	list-style:none;
}
ul.categoryList li a {
	text-decoration:none;
	color:#333333;
	padding: 0.5em 0
}
ul.categoryList > li 
{
	border-bottom: 1px solid rgba(204,204,204,0.3)
}
ul.categoryList > li:first-child
{
	font-size: 2em
}
ul.categoryList > li i {
	color: #466C99
}
ul.categoryList > li > ul {
	display:none;	
	padding: 0;
	width: 100%
}
ul.categoryList > li > ul li {
	position:relative;
	width: 100%
}
ul.categoryList > li > ul li a {
	padding-left: 2em
}
ul.categoryList > li > ul li:hover {
	background: rgba(204,204,204,0.3)
}
ul.categoryList > li > ul li:hover a {
	color: rgba(51,51,51,0.5)	
}
ul.categoryList > li > ul li:hover:after {
	content: " ";
	height: 100%;
	width: 5px;
	position:absolute;
	left:0;
	left:0;	
	background-color: #EA2D3B
}
ul.categoryList table{
	display:none;
	width:100%;
	margin-left:1.5em;
}
ul.categoryList table tr td {
	width:180px	
}
ul.categoryList table tr td:nth-child(2) {
	padding-right:1em
}
.genproduct > div ul li {
        text-align:left;
}