
/* topics */
.wpeasy-topics { }
.wpeasy-topics li { display: inline; margin-left: 6px;}

.wpeasystore a {
	cursor: pointer;
}

/* list */

.wpeasystore ul.list {
	list-style-type: none;
}

.wpeasystore ul.list li {
	width: 100%;
	height: 100px;
	clear: both;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	list-style-type: none;
}

 .wpeasystore ul.list li:hover {
	background: #E5E5E5;
}

.wpeasystore ul.list .thumb {
	float: left;
	padding-right: 8px;
	width: 100px;
}

.wpeasystore ul.list .thumb IMG { max-height: 100px; max-width: 100px; }

.wpeasystore ul.list .currentbid {
	font-size: .9em;
}

.wpeasystore ul.list .ends {
	font-size: .9em;
}

.wpeasystore ul.list .title a {
	text-decoration: none;
}

.wpeasystore ul.list .title a:hover {
	text-decoration: underline;
}

/* gallery */

.wpeasystore ul.gallery { 
	list-style-type: none; 
	display: inline; 
	margin: 0; padding: 0; 
}

.wpeasystore ul.gallery li { 
	width: 170px; 
	float: left; 
	margin: 20px 10px; 
	height: 200px; 
	padding: 0; 
}

.wpeasystore .gallery .thumb {width: 100%; height: 120px; text-align: center; }
.wpeasystore .gallery .thumb IMG { max-height: 100px; max-width: 150px; }
.wpeasystore .gallery .title {font-size: 1.1em; text-align: left; clear: both;}
.wpeasystore .gallery .currprice B {font-weight: bold; color: #c03}
.wpeasystore .gallery .binprice B {font-weight: bold; color: #393}
.wpeasystore .gallery .ends {color: #999}

/