@charset "utf-8";

/* clearfix */
#main .section:after{
    content:" ";
    display:block;
    height:0;
		line-height:0;
    clear:both;
    visibility:hidden;
}
#main .section{
    display:inline-block;
		min-height:1%;
}

/* Hides from IE-mac \*/
* html #main .section{height: 1%;}
#main .section{display:block;}
/* End hide from IE-mac */

/*--------------------------------*/
#main .section{
	margin:0 0 20px;
	padding-top:25px;
	background:transparent url(../../common/img/line.gif) top left repeat-x;
}
#main .section img.txt{
	margin-bottom:30px;
}
#main .section div.img img{
	margin-bottom:5px;
}
#main .section div.txt{
	float:left;
	width:290px;
}
#main .section div.txt h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:16px;
	background:transparent url(../img/icn-circle.gif) 0 50% no-repeat;
}
#main .section div.txt p.price{
	color:#f30;
	margin-bottom:15px;
}
#main .section div.txt  p.text{
	margin-bottom:12px;
}

#main .section div.img{
	float:right;
}
