/* CSS Document */

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

.btns{
	font-size:18px; font-family:"Arial Black", Gadget, sans-serif;
}

.progress_box {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 17px 0 20px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.box_border{
	border:#09F solid 1px;	
}

.progress_right {
    float: left;
    height: 0;
    margin-right: 5px;
    width: 0;
}

.title_bar{
	height:30px;
	background-color:#ffcdf7;
}

.bg_color {
    background-color: #fbfbfb;
}
.text_s10 {
    font-size: 10px;
}
.text_s11 {
    font-size: 11px;
}
.text_s12 {
    font-size: 12px;
}
.text_s13 {
    font-size: 13px;
}
.text_s14 {
    font-size: 14px;
}
.text_s15 {
    font-size: 15px;
}
.text_s16 {
    font-size: 16px;
}
.text_s18 {
    font-size: 18px;
}
.text_s20 {
    font-size: 20px;
}
.text_s22 {
    font-size: 22px;
}
.text_s24 {
    font-size: 24px;
}
.text_s26 {
    font-size: 26px;
}
.text_s28 {
    font-size: 28px;
}
.text_s30 {
    font-size: 30px;
}
.text_s32 {
    font-size: 32px;
}
.text_s34 {
    font-size: 34px;
}
.text_s36 {
    font-size: 36px;
}
.text_s48 {
    font-size: 48px;
}
.text_smaller {
    font-size: smaller;
}
.text_larger {
    font-size: larger; 
}
.normal_space {
    letter-spacing: normal !important;
}
.font_weight:{
	font-weight:bold;
}
.space5 {
    letter-spacing: -2px !important;
}
.width10 {
    width: 10%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width28 {
    width: 28%;
}
.width30 {
    width: 30%;
}
.width40 {
    width: 40%;
}
.width50 {
    width: 50%;
}
.width60 {
    width: 60%;
}
.width65 {
    width: 65%;
}
.width68 {
    width: 68%;
}
.width70 {
    width: 70%;
}
.width75 {
    width: 75%;
}
.width80 {
    width: 80%;
}
.width90 {
    width: 90%;
}
.width99 {
    width: 99%;
}
.width100 {
    width: 100%;
}
.width_auto {
    width: auto;
}
.width_inherit {
    width: inherit;
}
.height100 {
    height: 100%;
}
.height_auto {
    height: auto;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.v_align_mid {
    vertical-align: middle;
}
.v_align_top {
    vertical-align: top;
}
.v_align_bot {
    vertical-align: bottom;
}
.v_align_sub {
    vertical-align: sub;
}
.p_bottom{
	padding-bottom:10px;
}
.p_top{
	padding-bottom:10px;
}
a:link {
	text-decoration: none;
	/*color:#FFF;*/
}
a:visited {
	text-decoration: none;
	/*color:#FFF;*/
}
a:hover {
	text-decoration: none;
	color:#9F0;
}

a:active {
	text-decoration: none;
	color: #333;
}

img {
	border-style: none;
}

h1, h2, h3, h4, h5 {
	line-height: normal;
}

.bule_button{
	height:20px;
	width:60px;
	text-align:center;
	background-color:#12A5FC;	
}

.color_white{
	color:#FFF;
}

.round_corner{
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.passen_ul li{ list-style:none; padding:5px 0 0 0;}
.price_ul li{ list-style:none; }
.float_left{float:left;}
.float_right{float:right;}