﻿*
{
    margin:0;
    padding:0;
}
html,body
{
    height:100%;
    width:100%;
}

.markertip
{
	margin: 0px;
	padding: 4px;
	white-space: nowrap;
	/*float: left;*/
	/*position: absolute;*/
	font-size: 11px;
	border-right: #006600 1px solid;
	border-top: #006600 1px solid;
	border-left: #006600 1px solid;
	border-bottom: #006600 1px solid;
	background-color: #99ff66;
	text-decoration:none;
}

.ShowLabel
{
	margin: 0px;
	padding: 4px;
	white-space: nowrap;
	/*float: left;*/
	/*position: absolute;*/
	font-size: 11px; /*z-index: 999;*/
	border-right: #006600 1px solid;
	border-top: #006600 1px solid;
	border-left: #006600 1px solid;
	border-bottom: #006600 1px solid;
	background-color: #ece9d8;
}


.markertip a , a:link,  a:visited,  a:hover
{
	color:#000000;
	text-decoration:none;
}




.markertip span
{
	background-color: #99ff66;
	text-decoration:none;
}


/* 資料框樣式 */
.data_table{
    margin:0px auto;
	padding:5px;
	width:350px;
	/*height:155px;*/
	background-color:#FFFFFF;
}
.data_table .pic{
    margin:0px 7px 0px 0px;
	padding:0px;
	float:left;
	width:100px;
	height:70px;
}
.data_table .pic img{
	width:90px;
	height:60px;
	padding:4px;
	border: 1px solid #CCCCCC;
}
.data_table .data{
    margin:0px;
	padding:0px;
}
.data_table h1{
	margin:0px auto;
	padding:0px;
	font-size: 15px;
	font-weight: lighter;
	color: #CC0000;
}
.data_table address{
	margin:0px 0px 3px 3px;
	padding:0px 0px 2px 0px;
	width:235px;
	float:left;
	font-size: 12px;
	font-weight: lighter;
	color:#336600;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.data_table p.addr{
	margin:0px auto 3px;
	padding:5px 0px 3px 0px;
	font-size: 12px;
	color:#336600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.data_table p{
	margin:0px auto 3px;
	padding:5px 0px 3px 0px;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.data_table .order{
	margin:0px auto;
	padding:0px;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
	text-align:center;
}

.data_table .order a{
	color:#336600;
	text-decoration:underline;
}
.data_table .order a:hover{
	color:#333333;
	text-decoration:none;
}

.data_table .order .put{
	margin:0px 0px 0px 5px;
	padding:2px 3px 0px 3px;
	font-size: 12px;
	background-color:#F95198;
	color: #FFFFFF;
}


.btnLoading
{
	text-align: center;
	position: absolute;
	z-index:5;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	background-image:url(../images/ctin_loadbar.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.btnLoading span{display:block; width:100%;margin:150px auto 0px auto;padding:0px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:15px;color:#666666;}
.btnLoading img{}