@charset "utf-8";
/* CSS Document */

/*--------------------------------------*/
.mainbox h1{

	font-size:16px;
	text-shadow:0px 1px 2px #930;

}
.mainbox h1 .add-shortcut, .mainbox h1 .remove-shortcut{
	font-size:11px;
	font-weight:normal;
	margin-left:10px;
	line-height:18px;
	height:18px;
	overflow:hidden;
	vertical-align:middle;
	display:inline-block;
	background-color:#FFF;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	color:#666;
	text-shadow:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #999;
}
.mainbox h1 .add-shortcut:hover, .mainbox h1 .remove-shortcut:hover{
	background-color:#EEE;
	color:#000;
}
.mainbox h1 .remove-shortcut{
	/*background-color:#FF822E;*/
	/*color:#FCA;*/
	border: 1px solid #FF822E;
}
.mainbox h1 .remove-shortcut:hover{
	color:#666;
}

.mainbox h1 .add-shortcut img, .mainbox h1 .remove-shortcut img{
	vertical-align:middle;
	margin-right:4px;
	margin-bottom:4px;
}

/*----*/
.mainbox h2 .add-shortcut, .mainbox h2 .remove-shortcut{
	font-size:11px;
	font-weight:normal;
	margin-left:10px;
	line-height:18px;
	height:18px;
	overflow:hidden;
	vertical-align:middle;
	display:inline-block;
	background-color:#FFF;
	text-decoration:none;
	color:#666;
	text-shadow:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #999;
	padding:1px 5px;
}
.mainbox h2 .add-shortcut:hover, .mainbox h2 .remove-shortcut:hover{
	background-color:#EEE;
	color:#000;
}
.mainbox h2 .remove-shortcut{
	background-color:#EEE;
	color:#999;
	border:1px solid #EEE;
}
.mainbox h2 .remove-shortcut:hover{
	color:#666;
}

.mainbox h2 .add-shortcut img, .mainbox h2 .remove-shortcut img{
	vertical-align:middle;
	margin-right:4px;
}
/*------------------*/
#message-box{
	background-image:url(/images/r13/home/black-70.png);
	color:#FFF;
	height:70px;
	line-height:70px;
	position:fixed;
	-webkit-backface-visibility: hidden;
	bottom:30px;
	font-family: 微軟正黑體,Microsoft JhengHei,蘋果儷中黑,Apple LiGothic Medium,黑体,SimHei;
	font-size:30px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	display:none;
}
#message-box span{
	padding:0px 100px;
}

/*--------------------------------------*/
#type-tab-btn-group{
	clear:both;
	border-left:#999 1px solid;
	margin-top:15px;
}
#type-tab-btn-group a.ttb-btn, #type-tab-btn-group .ttb-btn-active{
	background-color:#000;
	border-color:#999;
	border-width:1px;
	border-style:solid;
	border-left-width:0px;
	border-bottom-width:0px;
	color:#666;
	height:35px;
	line-height:35px;
	padding:0px 15px;
	font-size:16px;
	display:inline-block;
	float:left;
}
#type-tab-btn-group .ttb-btn{
	background: rgb(240,248,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,248,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,248,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,248,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,248,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,248,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,248,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#type-tab-btn-group .ttb-btn-active{
	background-color:#F60;
	color:#FFF;
	cursor:default;
}
#type-tab-btn-group .ttb-btn:hover{
	color:#000;
	text-decoration:none;
	background: rgb(209,233,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(209,233,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,233,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(209,233,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(209,233,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(209,233,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(209,233,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
#type-tab-btn-group .clear{
	clear:both;
}
