@charset "UTF-8";
/* CSS Document */

.store_listitem {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.store_listitem H2 {
	margin-bottom: 5px;	
	font-size: 20px;
}


.store_listitem_info {
	padding-left: 100px;
}

.store_listitem_image {
	text-align: center;
	float:left;
	margin-right: 10px;
	border: 2px solid #2E5998;
} 

.store_listitem_price {
	font-family: CaudexBold;
	color: #2E5998;
	margin: 5px 5px 5px 0;
	float: left;
}

.store_listitem_image IMG.productimage {
	
	width: 75px;
	
}

.store_listitem_buttons {
	margin-top: 3px;	
}