﻿/*直线表格*/
.table_line_1
{
    border:none;
    border-collapse:collapse;
    margin-bottom:10px;
}
.table_line_1 th
{
    text-align:center;
    font-weight:bold;
    background-color:#ffffff;
}

.table_line_1 tr
{
    border-bottom:solid 1px #DFDFDF;
    height:30px;
    font-size: 13px;
    color: #000;
}

.table_line_1 tr.row_1
{
    background-color:#ffffff;
    text-align:center;
}

.table_line_1 tr.row_2
{
    background-color:#F0F0F0;
    text-align:center;
}


/*邮轮*/
.table_line_yl{width:100%;border:1px dashed #eee;}
.table_line_yl tr{border-top:1px dashed #eee;}
.table_line_yl tr:first-child{border-top:none;}
.table_line_yl th{height:50px;background-color:#fafafa;color:#666;font-weight:400;}
.table_line_yl td{text-align:center;min-height:36px;padding:22px 0;}
.table_line_yl .yl_roomtype{padding:22px 16px;text-align:left;width:275px;color:#ffab00;}
.table_line_yl .yl_stepper {width:100px;}

/*输入框*/
.table_line_yl .yl_stepper>.stepper {position:relative;overflow:hidden; width:100px;height:36px;border:1px solid #ddd;text-align:center;}
/*减*/
.table_line_yl .yl_stepper>.stepper>.cut_btn {float:left;}
/*加*/
.table_line_yl .yl_stepper>.stepper>.add_btn {float:right;}
/* + - 图标层样式*/
.table_line_yl .yl_stepper>.stepper>span {position:relative;width:30px;height:34px;line-height:34px;text-align:center;cursor:pointer;}
.table_line_yl .yl_stepper>.stepper>span i {position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;}
/*-图标*/
.table_line_yl .yl_stepper>.stepper>.cut_btn>.cut_icon { width:12px; height:12px; display:inline-block;background-image:url(/images/comm/minus.gif);vertical-align:middle;background-repeat:no-repeat;background-position-y:50%;}
/*+图标*/
.table_line_yl .yl_stepper>.stepper>.add_btn>.add_icon {width:12px;height:12px;display:inline-block;background-image:url(/images/comm/plus.gif);vertical-align:middle;background-repeat:no-repeat;}
/*输入框*/
.table_line_yl .yl_stepper>.stepper>input {position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:38px;height:34px;line-height:34px;text-align:center;background:0 0;border:none;}




