/* Example CSS - Feel free to change or delete if necessary. */
.app-folders-container { margin: 0 auto; width:100%;}
.jaf-container > div.folder { display: inline-block; text-align: center; float: left;}


/* jQuery App Folders CSS - this is probably vital. Make additions as you please. */
.jaf-container {
	position: relative;
	padding: 2px 5px;
}
.jaf-row {
	zoom: 1;
}

/* Interior */
.folderContent {
	background: #333;
	width: 100% !important;
	margin: 0px;
	clear: both;
}
.folderContent h2,p {
	color: #fff;
}

/*三角型*/
.folder {
	position: relative;
}
.folder .triangle {
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #333333 transparent;
	left: 45%;
	bottom: -5px;
	display: none;
}

/*地區選單*/
.classified-area ul {
	padding: 10px;
}
.classified-area ul li {
	display: block;
	margin: 5px 10px;
	position: relative;
	float: left;
}
.loading {
	padding:20px;
	text-align:center;
}
.classified-area ul li a {
	color: #64c7c3;
	font-size: 16px;
}
.classified-area .counter {
	border-radius: 5px;
	background: #766c63;
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 20px;
	min-width: 10px;
	height: 20px;
	padding: 0 5px;
	top: -2px;
}
.classified-area .text-ad {
	text-align: center;
	background: #1bb5af;
	border-radius: 5px;
	margin: 5px;
	-moz-box-shadow:1px 1px 3px 2px rgba(0%,0%,0%,0.5) inset;
	-webkit-box-shadow:1px 1px 3px 2px rgba(0%,0%,0%,0.5) inset;
	box-shadow:1px 1px 3px 2px rgba(0%,0%,0%,0.5) inset;
}
.classified-area .text-ad a {
	padding: 7px;
	display: block;
	color: #fff;
}
.classified-area .text-ad .tag {
	background: #058883;
	border-radius: 5px;
	color: #fff;
	padding: 3px 7px;
	font-size: 11px;
	margin-right: 5px;
}







