@charset "UTF-8";
.page_container {
	background-color: #FFFFFF;
}

#workContents { margin: 0 15px; max-width: 1210px; margin: 0 auto; }
#filters { overflow: hidden; zoom: 1; margin: 0 0 10px 10px;}
#filters li a { color: #fff; text-decoration: none; font-weight: 100 !important; }
#filters li a.selected { color: #fff; background: #B8B8B8; text-decoration: none;}
#tile {overflow: hidden; zoom: 1;}
#tile .item { background: #fff; border: 1px solid #ccc; padding: 0 0 5px; width: 290px; margin: 0 0 15px 10px; 15px;/* border-radius */
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; /* box-shadow */ box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px 0px; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px 0px; -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px 0px; overflow: hidden; zoom: 1; }
#tile .item .figure img { width: 290px !important; height: auto !important;}
#tile .item .name { font-size: 12px; font-weight: bold; color: #666; padding: 5px 10px 0px; line-height: 1.4; }
#tile .item a { color: #666;}
#tile .item a:hover, #tile .item a:hover * { color: #444; text-decoration: none;}
#tile .item .category { font-size: 10px; color: #AAA; padding: 0 10px; line-height: 1.4 }
