/*
Theme Name: Moshimo Shortcode

Version: 1.0
Author: D-craft
*/
#moshimo_products {
	font-size: 11px;
	border: 5px solid #DDD;
	padding: 5px 15px;
	margin: 1em 0;
}

#moshimo_products .top_title {
	font-size: 14px;
	margin-bottom: 15px;
}
#moshimo_products .product_box {
	float: left;
	width: 19%;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 1.5em;
}

#moshimo_products .product_img {
	height: 90px;
}

#moshimo_products .product_title {
	line-height: 1.2;
	height: 50px;
}
#moshimo_products .product_price {}
#moshimo_products .product_price b {
	color: #FF0000;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: ;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
