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

ul.list-type-screenshot li {

	float: left;

	width: 170px; height: 150px;

	color: #3366fe;
	
	list-style: none;

}

ul.list-type-screenshot li:hover {

	color: #333;

}

ul.list-type-screenshot span.file-img {

	display: block;

	width: 140px; height: 110px;
	
	padding-left:10px;

	overflow: hidden;

}

ul.list-type-screenshot span.file-img img {

	display: block;

	margin: 10px 10px 0;

	border: 5px solid #ccc;

}

ul.list-type-screenshot li:hover span.file-img img {

	border-color: #ccc;

}


ul.list-type-screenshot li:hover span.file-img img:hover {

	border-color: #666;

}


ul.list-type-screenshot li.chosen {

	color: white;

	background-color: #9cf;

}

ul.list-type-screenshot li.chosen span.file-img img {

	border-color: #ccc;

}



ul.list-type-screenshot span.file-name {

	display: block;

	text-align: center;

	font-weight: bold;
	
	padding-top:4px;

}

ul.list-type-screenshot span.file-action {

	display: block;

	text-align: center;

}

div.value a{

	color:#3366fe;
}
