/*
  @file: style.css
  @author: cssbit@gmail.com
*/

body {
     font: 14px/20px "Miriam Fixed";
}

#main {
	background: #eee;
	margin:20px;
	padding:1em;
	width:400px;
}
ul {
	font-size:.88em

}
ul li {
	border-bottom:1px solid #ccc;
	padding:.3em
}

ul li img.icon_folder {
	background: url(../images/folder.png) no-repeat 0 0;
}

ul li img.icon_add {
	background: url(../images/add.png) no-repeat 0 0;
}

ul li img.icon_del {

	background: url(../images/delete.png) no-repeat 0 0;
}
ul li img {
	vertical-align: middle;
}
