@charset "utf-8";

#worktext h3	{
	margin-bottom: 10px;
	padding^bottom: 5px;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	font-weight: bold;
}
#worktext h3 span	{
	font-weight: normal;
	color: #336699;
}
#worktext p	{
	margin-bottom: 15px;
	line-height: 150%;
}
#worktext ul	{
	margin: 0 0 5px 30px;
	list-style-type: disc;
}
#worktext strong	{
	font-weight: bold;
}
#worktext img.devflow	{
	margin: 8px 0 10px 0;
}
#worktext span.img_note	{
	display: block;
	text-align: right;
}

#worktext ul.gallery	{
	margin: 0;
	list-style-type: none;
}
#worktext ul.gallery li	{
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
#IEroot #worktext ul.gallery li	{
	margin: 5px 4px 5px 5px;
}
#worktext ul.gallery li:hover	{
	border: 1px solid #0a72bb;
}
#imageData #caption	{
	font-size: 12px;
}
#imageData #caption span	{
	font-weight: normal;
}
#imageData #caption i {
	font:10px arial normal normal;
}