@charset "utf-8";
/* CSS Document */

 /* -------------
 * button
 * ------------- */

/* 按鈕尺寸 */
.btn_orange,.btn_blue,.btn_gray, a.btn_orange,a.btn_blue,a.btn_gray{
	border:none;
	color:#FFFFFF;
	border-radius:2px;
	height:28px;
	height:28px \9;
	line-height:1.9;
	line-height:27px \9;
	padding:0 15px;
	*padding:0px 6px;
	*height:auto;
	cursor:pointer;
	outline:none;
	text-align: center;
	display: inline-block;
	}


/*----按鈕(藍色)----*/
.btn_blue{
	background-color:#00a3e0;
	box-shadow: 0 2px 0 #1a78b4;
	}
.btn_blue img{
	display:inline;
	vertical-align:middle;
	margin:0 5px 1px 0px;
	}
.btn_blue:hover{
	box-shadow: 0 2px 0 #0f5a8a;
	background-color:#1a78b4;
	}
	
/*--按鈕(橘色)--*/
.btn_orange{
    background-color: #fc4c02;
	box-shadow: 0 2px 0 #c83d0d;
	}
.btn_orange:hover{
	box-shadow: 0 2px 0 #ab3d2a;
	background-color:#db1a00;
	}
 
/*--按鈕(灰色)--*/
.btn_gray{
	box-shadow: 0 2px 0 #8c8c8c;
	background-color:#b1b1b1;
	}
.btn_gray:hover{
	box-shadow: 0 2px 0 #7a7a7a;
	background-color:#919090;
	}




/* -------------
 * 純文字顏色
 * ------------- */
.text_purple {color: #84329b;}
.text_blue {color: #00a3e0;}
.text_darkblue {color: #005eb8;}
.text_orange {color: #fc4c02;}
.text_red {color: #d6001c;}
 
 
 
 
 
 
/* -------------
 * 文字超連結 虛線底
 * ------------- */
 
/*--文字(13px 橘)--*/
.text_link_orange a {
	font-family: verdana, "新細明體" !important;
	font-size: 13px;
	line-height: 22px;
	color: #fd7035;
	text-shadow: #fd7035 0em 0em 0em !important;
	border-bottom: 1px dashed #feb79a;
	padding-bottom: 2px;
	margin-bottom: 5px;
	outline: none;
}
.text_link_orange a:hover {
	color: #fc4c02;
	border-bottom-color: #feb79a;
}

/*--文字(13px 黑)--*/

/*--文字(15px 藍)--*/
.font_link_blue, .font_link_blue a, a.font_link_blue {
	color: #00a3e0;
	border-bottom: 1px dashed #99daf3;
	padding-bottom: 2px;
	outline: none;
	cursor: pointer;
}
.font_link_blue:hover, .font_link_blue a:hover, a.font_link_blue:hover {
	color: #005eb8;
	border-bottom-color: #99daf3;
}

/*--文字(15px 紅)--*/
.font_link_red, .font_link_red a, a.font_link_red {
	color: #de3349;
	border-bottom: 1px dashed #ef99a4;
	padding-bottom: 2px;
	outline: none;
	cursor: pointer;
}
.font_link_red:hover, .font_link_red a:hover, a.font_link_red:hover {
	color: #d6001c;
	border-bottom-color: #ef99a4;
}




/* -------------
 * Inputs
 * ------------- */
.cola_tourin .jqTransformInputWrapper {
	margin: 0px;
	padding: 0 5px;
	display: inline-block;
	outline: none;
	width:98%;
	border:solid 1px #d4d4d4;
	height:31px;
	box-shadow:inset 0px 1px 3px #eeeeee !important;
	border-radius:2px;
	cursor:text;
	background-color: white;
}
.cola_tourin .jqTransformInputInner div {
	border:0;
	outline: none;
	height:30px;
	cursor:text;
}
.cola_tourin .jqTransformInputInner div input {
	border:0;
	width:100%;
	outline: none;
	height:22px;
	font-family:verdana,'微軟正黑體';
	text-shadow: #333 0em 0em 0em !important;
	cursor:text;
	margin-top: 4px;
}
/*hover & focus*/
.cola_tourin .jqTransformInputWrapper:hover,
.cola_tourin .jqTransformInputWrapper_hover,
.cola_tourin .jqTransformInputWrapper:focus,
.cola_tourin .jqTransformInputWrapper_focus{ 
	border:solid 1px #00a3e0;
	/*cursor:pointer;*/
	outline: none;
	box-shadow:0px 1px 3px #d4d4d4 !important;
}
.cola_tourin .jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	/*margin:0px 8px;*/
}
.cola_tourin .jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}
/* Inputs_end */


/* -------------
 * Checkboxes
 * ------------- */
.cola_tourin span.jqTransformCheckboxWrapper{
	display: inline-block;
}
.cola_tourin a.jqTransformCheckbox {
	width:15px;
	height:15px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	border-radius:2px;
	background-color:#FFFFFF;
	border: solid 1px #CCC;
	/*display: -moz-inline-block;*/
}

.cola_tourin a.jqTransformCheckbox:hover{
	border: solid 1px #00a3e0;
	box-shadow:0px 1px 3px #d4d4d4;
	}

.cola_tourin span.jqTransformCheckboxWrapper a.jqTransformChecked {
	border: solid 1px #00a3e0;
	background: url("images/checkselect.png") no-repeat center center #00a3e0;	}

/* Checkboxes_end */



/* -------------
 * Selects
 * ------------- */
.cola_tourin .jqTransformSelectWrapper {
	width:45px; 
	position:relative;
	height:31px;
	float:left;
	border:solid 1px #d4d4d4;
	box-shadow:inset 0px 1px 3px #eeeeee;
	background-color:#FFFFFF;
	border-radius:2px;
	z-index:1;
}

.cola_tourin .jqTransformSelectWrapper:hover{
	border:solid 1px #00a3e0;
	cursor:pointer;
	outline: none;
	box-shadow:0px 1px 3px #d4d4d4;
}


.cola_tourin .jqTransformSelectWrapper div span {
	float:none;
	position:absolute;
	white-space: nowrap !important;
	height: 31px;
	line-height:15px;
	padding: 8px 0 0 7px;
	cursor:pointer;
}

.cola_tourin .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 32px;
	background: url(../images/select.png) no-repeat right center;
	outline: none;
}

.cola_tourin .jqTransformSelectWrapper ul {
	position: absolute;
	top: 32px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	max-height: 300px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.cola_tourin .jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 14px;
	line-height: 20px;
}

/*.cola_tourin .jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}*/

.cola_tourin .jqTransformSelectWrapper ul a:hover,
.cola_tourin .jqTransformSelectWrapper ul a.selected:hover {
	background:#00a3e0;
	color: #fff;
}

	/* -------------
	 * Hidden - used to hide the original form elements
	 * ------------- */
	.jqTransformHidden {display: none;}

/* Selects_end */





/* -------------
 * Radios
 * ------------- */
.cola_tourin .jqTransformRadioWrapper {
	float: left;
	display:block;
	margin:0px 4px;
	margin-top:3px;
}
.cola_tourin a.jqTransformRadio {
	background: url(../images/radio.png) no-repeat 0 0;
	vertical-align: middle;
	height: 26px;
	width: 26px;
	display:block;/*display: -moz-inline-block;*/
	outline: none;
}
.cola_tourin a.jqTransformRadio:hover {
	background: url(../images/radio.png) no-repeat -26px 0;
}
.cola_tourin .jqTransformRadioWrapper a.jqTransformChecked {
	background: url(../images/radio.png) no-repeat -52px 0;
}

/* Radios_end */





/* -------------
 * Textarea
 * ------------- */

.cola_tourin .jqTransformInputWrapper {
  height: auto !important;
}
.cola_tourin .jqTransformInputWrapper .jqTransformTextarea {
  width: 100%;
}
.cola_tourin .jqTransformInputWrapper .jqTransformTextarea #jqTransformTextarea-ml,
.cola_tourin .jqTransformInputWrapper .jqTransformTextarea #jqTransformTextarea-mr {
  display: none;
}
.cola_tourin .jqTransformInputWrapper textarea {
  border: 0;
  width: 100%;
  height: 80%;
  outline: none;
  /*height: 22px;*/
  font-family: verdana, '微軟正黑體';
  text-shadow: #333 0em 0em 0em !important;
  cursor: text;
  margin-top: 4px;
}


/* Textarea_end */

@media only screen and (min-width:768px) {
	.cola_tourin .jqTransformInputWrapper textarea {
		  width: 100%;
	}
}





/*自動填入表單(先放著)*/
.cola_tourin .orderinfo input:-webkit-autofill {}

