


.OrderFrame {
	width: 896px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

.OrderFrame_02 {
	width: 955px;
	margin: 0 auto;
}


/* -------------------------------------------------------------------------------- */


.avoidMsg {
    position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	/*padding: 120px 0 0 0;*/
    padding: 30px 0 0 0;
	background: rgba(256,256,256,0.9);
    margin: 0 auto;
	z-index: 9999;
    display: none;
}

.avoidMsgBox {
	box-shadow: 0 0 7px rgba( 51, 51, 51, 0.5);
	margin: 0 0 18px 0;
}
.avoidOkBtn {
	display: block;
	width: 355px;
	height: 54px; 
	font-family: 微軟正黑體, "Microsoft JhengHei";
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
	line-height: 53px;
	text-align: left;
	padding: 0 0 0 58px;
    margin: 0 auto 7px auto;
	background:url(images/pg01_bt03.gif) no-repeat;
	box-sizing: border-box;
}
.avoidOkBtn:hover {
	color: #FFF;
}


.AddListBox {
	position: relative;
	height: 290px;
	margin: 15px 0;
}

.AddList {
	position: absolute;
	width: 839px;
	left: 57px;
	overflow: hidden;
	height: 290px;
}
.AddList ul {
	position: absolute;
	left: 0;
	width: 9999px;
} 

.AddList ul li { 
    float: left;
	width: 198px;
	height:280px;
	text-align:center;
	padding: 7px 0 0 0;
	margin: 0 13px 0 0;
	background: #FFF;
	border: 1px solid #E4E4E4;
}
.AddList ul li img {
	width:184px;
	height:140px;
}
.AddList_ttl {
	display: block;
	font-family: 微軟正黑體, "Microsoft JhengHei";
	font-size: 16px;
	margin: 15px 0 15px 0;
	font-weight: bold;
}
.AddList_price {
	display: block;
	margin: 10px 0 5px 0;
}
.AddList_Select {
	display: block;
	padding: 0 0 0 31px;
	text-align:left;
	height: 30px;
}

.AddListLeftBox {
	position: absolute;
	width: 30px;
	height: 285px;
	top: 0;
	border-right: 1px solid #F0F0F0;
}
.AddListLeftBt {
	position: absolute;
	width: 30px; height: 62px;
	top: 110px;
	background:url(images/pg01_bt02.gif) no-repeat;
	cursor: pointer;
}

.AddListRightBtBox {
	position: absolute;
	width: 26px; height: 285px;
	top: 0; left: 922px;
	border-left: 1px solid #F0F0F0;
}
.AddListRightBt {
	position: absolute;
	width: 30px; height: 62px;
	top: 110px;
	background:url(images/pg01_bt02.gif) no-repeat -30px 0;
	cursor: pointer;
}

.AddListButton a {
	display: block;
	width: 74px;
	text-align: center;
	padding: 2px 0 2px 0;
	height: 18px;
	background: #81216B;
	color: #FFF;
	margin: 0 auto;
	position: relative;
	top: -36px;
	left: 2px;
}
.AddListButton a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* -------------------------------------------------------------------------------- */

.OrderStepPurpleBox {
    height: 30px;
	padding: 10px 0 10px 137px;	
    border: 1px solid #C29FC8;
	
}

.OrderZipBox {
	display: inline-block;
	width: 42px;
	padding: 2px 0 3px 0;
	margin: 0 2px;
	text-align: center;
	border: 1px solid #999999;
	color: #3E3E3E;
	background: #F0F0F0;
}

.DateSelectButton a {
	display: inline-block;
	width: 64px;
	padding: 2px 0 3px 0;
	margin: 0 5px;
	text-align: center;
	font-weight: bold; 
	border: 1px solid #999999;
	color: #828282;
}

