		
@charset "utf-8";
/* CSS Document */
ul.designers{
	margin:0;
	padding:0;
	}
	ul.designers li{
		float:left;
		width:116px;
		height:170px;
		overflow:hidden;
		margin:0 10px 0 0;
		padding:0;
		list-style:none;
		border-top:2px solid #73778d;
		
		}
		ul.designers li a.photo{
			display:block;
			margin-top:4px;
			width:116px;
			height:116px;
		}
		ul.designers li a.detail{
			text-decoration:none;
			color:#2a3051;
			float:right;
		}
		
		
.other-categories{
	color:#919393;
	font-size:11px;
	}
	.other-categories h3{
		color:#919393;
		margin:0;
	}
	.other-categories a{
		color:#919393 !important;
		text-decoration:none;
		padding:0 10px;
		font-size:11px;
	}				