/* CSS Document */
/*position*/
.p_relative{
	position:relative;
}
.p_absolute{
	position:absolute;
}
/*display*/
.block{
	display:block;	
}
.d_none{
	display:none;
}
/*visibility*/
.vbl_hid{
	visibility: hidden;
}
/*text-align*/
.text_left, .t_left{
	text-align:left !important;
}
.text_center, .t_center{
	text-align:center !important;
}
.text_right, .t_right{
	text-align:right !important;
}
/*break*/
.w_break{
	word-break: break-all;;
}
/*float*/
.right{
	float:right !important;
}
.left{
	float:left !important;
}
.f_none{
	float:none !important;
}
/*margin*/
.m_10_auto{
	margin:10px auto !important;
}
.m_auto{
	margin:0 auto !important;
}
.m_5{
	margin:5px 5px;
}
.m_6_5{
	margin:6px 5px;
}
/*margin-top*/
.mtop_0{
	margin-top: 0 !important;
}
.mt_1{
	margin-top:1px;
}
.mt_2{
	margin-top:2px;
}
.mt_6{
	margin-top:6px;
}
.mt_10{
	margin-top:10px!important;
}
.mt_15{
	margin-top:15px;
}
.mt_20{
	margin-top:20px;
}
.mt_35{
	margin-top:35px;
}
.mtop_1 {
	margin-top: 1px;
}
.mtop_2 {
	margin-top: 2px !important;
}
.mtop_3 {
	margin-top: 3px !important;
}
.mtop_4 {
	margin-top: 4px!important;
}
.mtop_5 {
	margin-top: 5px!important;
}
.mtop_6 {
	margin-top: 6px !important;
}
.mtop_7 {
	margin-top: 7px!important;
}
.mtop_8 {
	margin-top: 8px !important;
}
.mtop_9 {
	margin-top: 9px !important;
}
.mtop_10 {
	margin-top: 10px !important;
}
.mtop_12 {
	margin-top: 12px !important;
}
.mtop_15 {
	margin-top: 15px !important;
}
.mtop_20 {
	margin-top: 20px !important;
}
.mtop_30 {
	margin-top: 30px !important;
}
.mtop_40 {
	margin-top: 40px !important;
}
.mtop_50 {
	margin-top: 50px !important;
}
.mtop_58 {
	margin-top: 58px !important;
}
.mtop_60 {
	margin-top: 60px !important;
}
.mtop_80 {
	margin-top: 80px !important;
}
.mtop_100 {
	margin-top: 100px !important;
}
.mtop_220 {
	margin-top: 220px !important;
}
.mtop_1t {
	margin-top: -1px !important;
}
.mtop_2t {
	margin-top: -2px !important;
}
.mtop_3t {
	margin-top: -3px !important;
}
.mtop_4t {
	margin-top: -4px !important;
}
.mtop_5t {
	margin-top: -5px;
}
.mtop_6t {
	margin-top: -6px !important;
}
.mtop_10t {
	margin-top: -10px !important;
}
.mtop_30t{
	margin-top:-30px !important;
}
/*margin-right*/
.mr_10{
	margin-right:10px;
}
.mright_3p {
	margin-right: 3%;
}
.mright_0 {
	margin-right: 0 !important;
}
.mright_2 {
	margin-right: 2px !important;
}
.mright_5 {
	margin-right: 5px;
}
.mright_8 {
	margin-right: 8px;
}
.mright_10 {
	margin-right: 10px;
}
.mright_12 {
	margin-right: 12px;
}
.mright_15 {
	margin-right: 15px !important;
}
.mright_18 {
	margin-right: 18px !important;
}
.mright_23 {
	margin-right: 23px !important;
}
/*margin-bottom*/
.mbom_0, .mbottom_0 {
	margin-bottom: 0 !important;
}
.mbom_2 {
	margin-bottom: 2px !important;
}
.mbom_5, .mbottom_5 {
	margin-bottom: 5px !important;
}
.mbom_8 {
	margin-bottom: 8px;
}
.mbom_10, .mbottom_10 {
	margin-bottom: 10px !important;
}
.mbottom_15{
	margin-bottom: 15px;
}
.mbom_20, .mbottom_20 {
	margin-bottom: 20px !important;
}
.mbottom_30 {
	margin-bottom: 30px !important;
}
.mbottom_50{
	margin-bottom:50px;
}
.mbottom_60 {
	margin-bottom: 60px;
}
.mbottom_70 {
	margin-bottom: 70px;
}
.mbottom_80 {
	margin-bottom: 80px !important;
}
/*margin-left*/
.mleft_0{
	margin-left:0px !important;
}
.mleft_1 {
	margin-left: 1px !important;
}
.mleft_2 {
	margin-left: 2px !important;
}
.mleft_3 {
	margin-left: 3px !important;
}
.mleft_4 {
	margin-left: 4px !important;
}
.mleft_5 {
	margin-left: 5px !important;
}
.mleft_8{
	margin-left: 8px !important;
}
.mleft_10 {
	margin-left: 10px !important;
}
.mleft_15 {
	margin-left: 15px !important;
}
.mleft_18 {
	margin-left: 18px !important;
}
.mleft_20 {
	margin-left: 20px !important;
}
.mleft_28 {
	margin-left: 28px !important;
}
.mleft_50 {
	margin-left: 50px !important;
}
/*padding*/
.ptb_0{
	padding:0 !important;
}
.ptb_8 {
	padding: 8px !important;
}
.padding1 {
	padding: 0 8px !important;
}
.prl_5{
	padding-right:5px !important;
	padding-left: 5px !important;
}
.prl_15{
	padding-right:15px !important;
	padding-left: 15px !important;
}
.p_rl_20{
	padding-right:20px;
	padding-left:20px;
}
.p_rl_25{
	padding-right:25px;
	padding-left:25px;
}
.p_tb_8{
	padding-top:8px;
	padding-bottom:8px;
}
.p_tb_10{
	padding-top:10px;
	padding-bottom:10px;
}
.p_tb_15{
	padding-top:15px;
	padding-bottom:15px;
}
/*padding-top*/
.ptop_0{
	padding-top:0 !important;
}
.top_4 {
	padding-top: 4px;
}
.top_5, .ptop_5 {
	padding-top: 5px !important;
}
.top_6 {
	padding-top: 6px !important;
}
.top_10, .ptop_10 {
	padding-top: 10px !important;
}
.top_15, .ptop_15 {
	padding-top: 15px !important;
}
.top_20, .ptop_20 {
	padding-top: 20px;
}
.ptop_35 {
	padding-top: 35px !important;
}
.top_40, .ptop_40 {
	padding-top: 40px !important;
}
.ptop_45 {
	padding-top: 45px;
}
.top_50, .ptop_50 {
	padding-top: 50px !important;
}
.top_30 {
	padding-top: 30px;
}
.top_60 {
	padding-top: 60px;
}
.top_70 {
	padding-top: 70px;
}
.ptop_90{
	padding-top: 90px;
}
/*padding-right*/
.right_0, .pright_0 {
	padding-right: 0 !important;
}
.right_5, .pright_5{
	padding-right:5px !important;
}
.right_10, .pright_10{
	padding-right: 10px !important;
}
.right_15, .pright_15 {
	padding-right: 15px !important;
}
.right_20, .pright_20 {
	padding-right: 20px;
}
.right_25, .pright_25 {
	padding-right: 25px;
}
.right_30, .pright_30 {
	padding-right: 30px !important;
}
.pright_55 {
	padding-right: 55px !important;
}
/*padding-bottom*/
.pbottom_0{
	padding-bottom:0 !important;
}
.bottom_5, .pbottom_5 {
	padding-bottom: 5px !important;
}
.pbottom_8{
	padding-bottom: 8px !important;
}
.bottom_10, .pbottom_10 {
	padding-bottom: 10px !important;
}
.bottom_15, .pbottom_15 {
	padding-bottom: 15px !important;
}
.bottom_20 {
	padding-bottom: 20px !important;
}
.bottom_30, .pbottom_30 {
	padding-bottom: 30px !important;
}
.bottom_40 {
	padding-bottom: 40px;
}
.bottom_50 {
	padding-bottom: 50px;
}
/*padding-left*/
.pleft_0{
	padding-left:0 !important;
}
.pleft_10{
	padding-left:10px !important;
}
.pleft_25{
	padding-left:25px !important;
}
.left_5 {
	padding-left: 5px !important;
}
.left_10 {
	padding-left: 10px !important;
}
.left_15 {
	padding-left: 15px !important;
}
.left_20, .pleft_20 {
	padding-left: 20px;
}
.left_25 {
	padding-left: 25px;
}
.left_30 {
	padding-left: 30px !important;
}
.left_35 {
	padding-left: 35px !important;
}
.left_50 {
	padding-left: 50px;
}
.pleft_5{
	padding-left:5px !important;
}
/*top*/
.top_0t{
	top:0 !important;
}
.top_3p{
	top:3px !important;
}
.top_7p{
	top:7px !important;
}
.top_12p{
	top:12px !important;
}
.top_14p{
	top:14px !important;
}
.top_45p{
	top:45px !important;
}
/*right*/
.right_0t, .right_0p{
	right:0 !important;
}
.right_3t{
	right:-3px !important;
}
.right_9t{
	right:-9px !important;
}
.right_5p{
	right:5px !important;
}
.right_6p{
	right:6px !important;
}
.right_15p{
	right:15px !important;
}
.right_1tp{
	right:1% !important;
}
.right_2tp{
	right:2% !important;
}
.right_3tp{
	right:3% !important;
}
/*bottom*/
.bottom_0t {
	bottom: 0 !important;
}
.bottom_10p {
	bottom: 10px !important;
}
/*font-family*/
.ff_arial{
	font-family:Arial, Helvetica, sans-serif;
}
/*font-size*/
.fs_11{
	font-size:11px;
}
.fs_12{
	font-size:12px;
}
.fs_13{
	font-size:13px;
}
.fs_15{
	font-size:15px !important;
}
.fs_10e5{
	font-size:0.75em;
}
.fs_11e{
	font-size:0.8em !important;
}
.fs_11e5{
	font-size:0.85em !important;
}
.fs_12e{
	font-size:0.9em !important;
}
.fs_12e5{
	font-size:0.95em !important;
}
.fs_13e{
	font-size:1.1em !important;
}
.fs_14e{
	font-size:1.2em !important;
}
.fs_15e{
	font-size:1.3em !important;
}
.font_15 {
	font-size: 1.5em;
}
.font_13 {
	font-size: 1.3em;
}
.font_11 {
	font-size: 1.1em;
}
.font_10 {
	font-size: 1em !important;
}
.font_20 {
	font-size: 2em;
}
.fs_13p5{
	font-size:1.15em;
}
.fs_13e5{
	font-size:1.15em !important;
}
.fs_13p2{
	font-size:1.12em;
}
/*left*/
.p_left_25{
	left:25px;
}
.p_left_10{
	left:10px;
}
/*font-weight*/
.f_bold, .weight_bold {
	font-weight: bold;
}
.f_normal{
	font-weight:normal !important;
}
/*height*/
.height_100p{
	height:100% !important;
}
.height_96p{
	height:96%;
}
.height_25 {
	height: 25px !important;
}
.height_30 {
	height: 30px !important;
}
.height_33{
	height: 33px !important;
}
.height_40{
	height: 40px !important;
}
.height_65{
	height: 65px !important;
}
.height_80{
	height: 80px !important;
}
.height_120p{
	height:120px !important;
}
.height_130{
	height:130px !important;
}
.height_135{
	height:135px;
}
.height_150{
	height:150px;
}
/*width*/
.wid_110 {
	width: 110%;
}
.wid_100 {
	width: 100%;
}
.width_90 {
	width: 90%;
}
.width_70 {
	width: 70%;
}
.width_75 {
	width: 75%;
}
.width_50 {
	width: 50%;
}
.width_5 {
	width: 5%;
}
.width_10 {
	width: 10%;
}
.width_15 {
	width: 15%;
}
.width_20 {
	width: 20%;
}
.width_25 {
	width: 25%;
}
.width_30 {
	width: 30%;
}
.width_35 {
	width: 35%;
}
.width_38p {
	width: 38%;
}
.width_40p {
	width: 40%;
}
.width_42p {
	width: 42%;
}
.width_45 {
	width: 45%;
}
.width_50 {
	width: 50%;
}
.width_85 {
	width: 85%;
}
.wid_90 {
	width: 90%;
}
.wid_80 {
	width: 80%;
}
.width_20p {
	width: 20px;
}
.width_30p {
	width: 30px !important;
}
.width_40p {
	width: 40px !important;
}
.width_50p {
	width: 50px !important;
}
.width_70p{
	width:70px!important;
}
.width_75p{
	width:75px!important;
}
.width_80p {
	width: 80px !important;
}
.width_90p {
	width: 90px !important;
}
.width_95p {
	width: 95px !important;
}
.width_100p {
	width: 100px !important;
}
.width_110p {
	width: 110px !important;
}
.width_130p {
	width: 130px !important;
}
.width_200p {
	width: 200px !important;
}
.width_225p {
	width: 225px !important;
}
.width_15 {
	width: 15px;
}
.width_40 {
	width: 40px;
}
.width_60 {
	width: 60px;
}
.width_120 {
	width: 120px !important;
}
.width_auto {
	width: auto !important;
}
/*line-height*/
.lh_20{
	line-height:20px;
}
.lh_25{
	line-height:25px;
}
.lh_33{
	line-height:33px;
}
/*border*/
.b_none{
	border:none !important;
}
.border_tb {
	border-top: 1px solid #ece7d6;
	border-bottom: 1px solid #ece7d6;
}
.fc_border{
	border:1px solid #eee !important;
}
.tracking_history li {
	width: 25%;
	padding: 40px 5% 40px 5%;
}
.border_e6e8e8 {
	border-top: 1px solid #e6e8e8;
	border-bottom: 1px solid #e6e8e8;
}
.border_e6e7e7 {
	border: 1px solid #e6e7e7;
}
.boder_bottom {
	border-top: 1px solid #d1d1d1;
}
.border_bottom {
	border-bottom: 1px solid #d6d6d6;
}
.border_top_ec10{
	border-top: 10px solid #ececec !important;
}
.border_bottom_eee_10{
	border-bottom: 10px solid #eee;
}
.border_top0 {
	border-top: 1px solid #d6d6d6;
}
.border_top {
	border-top: 1px solid #eeeeee;/*d1d1d1*/
}
.border_top1 {
	border-top: 1px solid #dcdcdc;
}
.b_top_eee {
	border-top: 1px solid #eee;
}
.b_bottom_eee {
	border-bottom: 1px solid #eee;
}
.b_bottom {
	border-bottom: 1px dashed #e6e6e6;
}
.tr_border {
	border-top: 1px dashed #dcdddd;
}
/*border-radius*/
.b_radius3{
	border-radius:3px;
}
/*word-break*/
.word_break{
	word-break:break-all;
	word-wrap:break-word;
}
/*letter-spacing*/
.lspace_1{
	letter-spacing:1px;
}
.lspace_3{
	letter-spacing:3px;
}
/*font-style*/
.f_italic{
	font-style:italic;
}
/*opacity*/
.opacity_3{
	opacity:0.3;
}
.opacity_5{
	opacity:0.5;
}
.opacity_8{
	opacity:0.8;
}
.opacity_10{
	opacity:1 !important;
}
/*background-image*/
.bi_none{
	background-image: none !important;
}







