@charset "utf-8";
/***************************************
	Created by www.makeweb.com.tw
***************************************/

.list_tilelist_line {
	/* The main container div */
	margin-bottom:10px;
	margin-top:34px;
	margin-left:8px;
	height:520px;
	display:inline;

	/*border:1px solid #00F;/* 顯示外框(測試用) */
}

.list_tilelist_line h2 {
	font-size:14px;
	font-weight:normal;
	text-align:center;	
	position:absolute;
	right:40px;
	top:43px;
}

.list_tilelist_line #holder{
	/* The unordered list that is to be split into pages */
	overflow:hidden;
	width:650px;
	/*position:relative;*/
	padding:0;
	margin:0 0 0 -1px;
	/*border:1px solid #FFF; 顯示外框(測試用) */
}

.list_tilelist_line .swControls{
	position:relative;
	margin:-544px 0 0 0;
	padding-left:350px;
	_padding-left:150px;
	*padding-left:150px;
	/*border:1px solid #F00; /*顯示外框(測試用) */
}

.list_tilelist_line a.swShowPage{
	/* 分頁按鈕 */
	background-color:#444;
	float:left;
	height:15px;
	margin:4px 3px;
	text-indent:-9999px;
	width:15px;
	
	/*border:1px solid #444;
	
	/* CSS3 rounded corners*/
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	
}

.list_tilelist_line a.swShowPage:hover,
.list_tilelist_line a.swShowPage.active{
	background-color:#2993dd;
}

.list_tilelist_line #holder li {
	list-style:none outside none;
	width:140px;
	height:150px;
	padding:5px 5px 5px 0;
	margin:5px 6px 5px 2px;
	float:left;
	font-size:12px;
	color:#666;
	border:1px solid #CCC;

	/* Applying rouded corners to both the holder and the holder lis */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.list_tilelist_line .clear {
	/* This class clears the floated elements */
	clear:both;
}

.list_tilelist_line a {
	float:left;
	margin-top:8px;
	color:#333;
	text-decoration:none;
	outline:none;
	/*border:1px solid #F00; /*顯示外框(測試用) */
}

/*
.list_tilelist_line a:hover {
	text-decoration:underline;
}
*/

.list_tilelist_line a img {
	position:relative;
	border:0;
	margin:0 0 0 12px;
	background:url(images/loading.gif) center no-repeat;
}

.list_tilelist_line .name {
	float:left;
	width:138px;
	white-space:normal;
	font-size:13px;
	color:#333;
	line-height:20px;
	padding:0 8px;
}

.list_tilelist_line .spec {
	color:#06C;
	font-size:11px;
	white-space:normal;
}

.list_tilelist_line #tile {
	background:#FFF;
}