@charset "utf-8";

/* --------------------------------------- products --------------------------------------- */

.prd_box {
	width: 560px;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.prd_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .prd_box {
    height: 1em;
	overflow: visible;
}
/**/

.prd_box img{
	width: 190px;
	height: 130px;
	float: left;
}

.prd_info {
	width   : 350px;
	margin  : 0px 0px 0px 20px;
	padding : 0;
	float   : right;
}

.prd_info h3 {
	font-size   : 1.3em;
	font-weight : bold;
	margin      : 0;
	padding     : 0px 0px 8px 0px;
}

.date {
	float: left;
	margin-right: 10px;
}

.area {
	float: left;
	margin-right: 10px;
}

.category {
	float: left;
}

.prd_text{
	/*font-size   : 1.1em;*/
	clear: both;
	margin: 28px 0px 0px 0px;
}





