.price_div{
	cursor:pointer;
	float:left;
	width:auto;
	text-decoration:none;
	padding:5px;
	border:1px solid #ccc;
	margin :5px;
	color:#333;
	line-height:22px; 
}
.price_div_active{
	border-color:red;color:red;
}
.price_div_disabled{
	cursor:default;
	float:left;
	width:auto;
	text-decoration:none;
	padding:5px;
	border:1px solid #ddd;
	margin :5px;
	color:#aaa;
	line-height:22px; 
}
.tourline_item_div{
	font-size:12px;
	cursor:pointer;
	float:left;
	width:auto;
	text-decoration:none;
	padding:5px;
	border:1px solid #ccc;
	margin :5px;
	color:#333;
	line-height:22px; 
}
.tourline_item_div_active{
	border-color:red;
	color:red;
	font-size:12px;
}
.tourline_item_div_disabled{
	cursor:default;
	float:left;
	width:auto;
	text-decoration:none;
	padding:5px;
	border:1px solid #ddd;
	margin :5px;
	color:#aaa;
	line-height:22px; 
	font-size:12px;
}
.tourline_item_div_more{
	cursor:default;
	float:left;
	width:98px;
	text-decoration:none;
	padding:5px;
	border:1px solid #ccc;
	margin :5px;
	color:red;
	line-height:22px; 
	font-size:12px;
        cursor:pointer;
}

/* �������� */
.left_side{
    width:210px;
}
.right_side{
    width: 780px;
    float: right;
    _margin-right:-23px;
	background-color:#FFF;
}
.tour_start{
	margin-left:5px;
}
.line_lx{
	font-weight:bold
}
strong{
    font-weight:bolder;
}
.place_choose{
    width:207px;
    overflow: hidden;
    float:left;
    border:1px solid #77c1dc;
    font-size:12px;
	background-color:#FFF;

}
.place_tit {
    height: 32px;
    line-height: 32px;
    border-bottom:1px dotted #77c1de;
    padding: 0 10px;
    position: relative;
    background:#f0f9ff;
}
.place_tit a{
    font-weight:bold;

}
.place_tit .p_button{
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
    background:url(../images/bg_choose_place.jpg) no-repeat left center
}
.place_con{
    padding: 10px 0 15px 10px;
    display:none;
}
.place_con span {
    display: inline-block;
    height:30px;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:93px;

}
.place_con a{
    color:#404040;
}

.place_con a.current,.place_con a:hover{
    color:#0093E1;
}
.place_choose .cur{
    display:block;
	background-color:#FFF;
}


/* 景点推荐区*/
.recommend{
    width:778px;
    height:175px;
    float:right;
}
.recommend dl{
    height:175px;
    width:178px;
    float:left;
    margin-right:11px;
}
.recommend dl dt{
    margin-bottom:7px;
}
.recommend dl dd{
    font-size:12px;
}
.recommend dl dd.recommend_price{
    color:#ff6600;
    margin-top:5px;
}
.recommend dl.recommend_pic img{
    height:122px;
    width:178px;
}
.recommend dl dd.recommend_price em{
    font-weight:500;
    font-size:20px;
}
.satisfaction{
    width:189px;
    height:161px;
    border:1px solid #ccc;
    float:right;
    background:#fff7e0 url(../images/bg_satisfaction.jpg) no-repeat 0px top;
    color:#ff6600;
    padding-top:14px;
    padding-left:14px;
}
.satisfaction span{
    display:block;
}
.satisfaction1{
    font-size:13px;
}
.satisfaction2{
    font-size:51px;
    font-weight:500;
    font-family: Tahoma;
    text-align:center;
    padding-top:5px;
    line-height:100%;
}
.satisfaction3,.satisfaction4{
    font-size:13px;
    color:#676566;
    margin-top:25px;
}
.satisfaction3 em,.satisfaction4 em{
    font-style:normal;
    color:#ff6600;
}
.satisfaction4{
    margin-top:10px;
}

/* 左侧评论区*/
.comment{
    width:201px;
    height:auto;
    border:1px solid #ccc;
    float:left;
    margin-top:12px;
    padding-top:11px;
    padding-bottom:8px;
    padding-left:6px;
}
.comment h5{
    font-size:15px;
    color:#5a5b5b;
}
.comment div{
    width:186px;
    height:98px;
    border-bottom:1px dashed #ddd;
    padding:10px 5px 8px;
}
.comment div span{
    font-size:12px;
    display:block;
    color:#858585;
    padding:5px 0;
}
.comment_article a{
    color:#017ebe;
}
.comment_content a{
    color:#858585;
}
/*猜你喜欢*/
.side_rand{ padding:0 10px; border:1px solid #ddd;text-align:center;}
.side_rand .dt{ text-align:left; height:38px; line-height:38px; font-weight:bolder; font-size:14px}
.side_rand .thumb{ margin-top:5px; }
.side_rand .thumb img{ width:160px; height:90px; }
.side_rand .t{ line-height:24px;text-align:left; padding:0 15px;}
.side_rand .t a{ color:#444}
.side_rand .price{color:#FF7D00 ;padding-bottom:10px;}

/* 分页区 */
.page{
    height:40px;
    margin:22px auto 22px;
}
.page span,.page a{
    height:25px;
    display:inline-block;
    line-height:25px;
    text-align:center;
    font-size:12px;
    color:#666;
    padding: 0 3px;
}
.page span.total_page{
    font-size:13px;
    width:50px;
    padding-top:2px;
}
.page a{
    margin-right:4px;
    border:1px solid #ccc;
}
.page a:hover{
    background:#3da1ef;
    color:#fff;
    font-weight:bold;
}
.page a.next{
    width:70px;
}

/* 销量排行榜*/
.saletop_list{border:1px solid #ddd}
.saletop_list .hd{ height:40px; line-height:40px; color:#333; font-weight:600; font-size:18px; padding:0 7px 0px 7px}
.saletop_list ul{ padding:0 7px 7px 7px;}
.saletop_list li{ height:30px; line-height:30px;}
.saletop_list li .tit{ float:left; color:#555;}
.saletop_list li .tit em{ display:block; float:left; width:16px; height:16px; color:#fff; text-align:center; line-height:16px; background:#6AC3FD; margin-top:6px; margin-right:4px}
.saletop_list li .tit .em_1,
.saletop_list li .tit .em_2,
.saletop_list li .tit .em_3{ background:#0099FF}
.saletop_list li .tit a{color:#555;float:left;}
.saletop_list li .current_price{ float:right; color:#A1A1A1;}
.saletop_list li .current_price em{color:#FE6500;  display:inline; padding-right:3px }

/* 广告区*/
.adver{
    width:208px;
    height:130px;
    float:left;
    margin-top:12px;
    overflow:hidden;
}
.adver img{
    width:208px;
    height:130px;
}

/*详情*/
.tour_header{ background-color:#d6d6d6;}
.tour_header h3{
	margin-left:5px;
    font-family: '微软雅黑','黑体';
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
	color:#000;
}
.f_f00 {
    color: red;
}
.ser_sm {
    color: #FFF;
    line-height:32px;
    overflow:hidden;
	margin-left:5px;
}
.ser_sm a {
	color:#FFF;
}
.f_4e9700 {
    color: #4E9700;
}
.f60{
    color: #F60;
}
.tour_mid {}
.tour_img_price{
    width:480px;
    margin-right:8px;
}
.tour_mid {}
.tour_img_price img{
    width:480px;
    height:320px;
}
.tour_info{font-size: 14px;
    width:290px;
    background:#f7f7f7;
} 
.tour_info table{
    width:290px;
}
.tour_info table tr{ line-height:28px;}
.tour_info table th{
    text-align:right;
    color:#676767;
	font-weight:bold;
}
.tour_info table td{
    text-align:left;
    color:#010101;
}
.yj{
    text-decoration:line-through;
    font-size:14px;
    font-weight:500px;
}
.qj{
    font-size:27px;
    font-weight:bolder;
    color:#f6551f;
}
.shm{
    border-bottom:1px dotted #d0d0d0;
    color:#f6551f;
    margin-left:5px;
}
.f6551f{
    color:#f6551f;
}
.jiang{
    background:url(../images/tour_tuji.gif) no-repeat 0 0 #fff;
    padding-left:14px;
    width:81px;
    height:20px;
    line-height:20px;
    display:inline-block;
}
.jiang .val{
    width:81px;
    text-align:center;
    display:inline-block;
}
.tel_order {
    border: 1px solid #FFDD67;
    background-color: #FFFCE5;
    color: #404040;
    line-height: 1.7;
}
.pd_10 {
    padding: 10px;
}

.tour_bottom .nav{ /* height:38px; */z-index:9999; background:#fff;}
.tour_bottom .nav ul{z-index:9999; width:780px;  height:37px;border-bottom:3px solid #0093E1;background:#fff;}
.tour_bottom .nav ul.fixed{position:fixed; _position:absolute; top:0}
.tour_bottom .nav ul li{z-index:9999; background:#fff; float:left; height:37px; line-height:36px; }
.tour_bottom .nav ul li a{ z-index:9999; float:left; font-size:15px; padding:0 15px; height:36px; display:block; text-decoration:none;font-weight: bold;font-family: Microsoft YaHei;}
.tour_bottom .nav ul li.cur{ background:#0093E1; color:#fff; font-weight:bolder;}
.tour_bottom .nav ul li.cur a{color:#fff; }
.tour_bottom .box{ /*padding-top:2px;*/ }
/*.tour_bottom .box .t{background:#EDFAFF; line-height:34px;height:34px; padding:0 12px; font-weight:bolder; font-weight:bolder;color:#333;border-bottom:1px solid #ccc;}*/
.tour_bottom .box .t{width: 86px;height: 80px;-border: 1px dashed #ec8c35;display: block;border-radius: 5px;margin: 15px;position: relative;text-align: center;float:left;font-size:18px;color: #fff;-font-weight: bold;line-height:36px;background:#6bc1fa;font-family:Microsoft YaHei;}

.tour_bottom .box .bx{color:#666; position: relative;overflow: hidden;font-size: 14px;float: left; background-color:#FFF;}

.buy_box{
    background:#fff;
    margin:0 10px;
    padding:13px 10px;
    width:250px;
    box-shadow: 0 2px 2px #eaeaea;
    float:left;
}
.mid-buy_box{
    display:none;
    border:1px solid #cfcfcf;
    z-index:10;
    width:256px;

}
.to_pay_button{
    background:#ff7d01;
    height:35px;
    line-height:35px;
    width:125px;
    text-align:center;
    border:none;
    padding:0;
    color:#fff;
    font-size:14px;
    font-weight:bolder;
    cursor:pointer;
}
a.collect_tour{
    margin-left:5px;
    border:1px solid #cfcfcf;
    background:#f4f4f4 url(../images/tour_tuji.gif) no-repeat 19px -95px;
    height:33px;
    line-height:33px;
    width:75px;
    padding-left:41px;


}
a.collect_tour:hover{
    text-decoration:none;
}
.tourline_img{
    background:url(../images/tourline_img.jpg) no-repeat 0 0;
    width:269px;
    height:193px;
    margin-bottom:26px;
}
.tourline_share{
    height:38px;
    line-height:38px;
    background:#efefef;
}

.child_norm{
    position:relative;
    height:28px;
    width:80px;
    line-height:28px;
    font-size:12px;
    float:right;
}
.child_norm .norm_a{
    position:absolute;
    top:1px;
    display:inline-block;
    z-index:3;
    text-decoration:none;
    padding: 0 5px;

}
.child_norm .hover_a{
    border: 1px solid #FFDD67;
    border-bottom:none;
    background-color: #FFFCE5;
    color:#f60;
}
.child_norm .norm_value{
    display:none;
    position:absolute;
    top:29px;
    right:-10px;
    z-index:100;
    padding:10px;
    width: 248px;
    border: 1px solid #FFDD67;
    background-color: #FFFCE5;
    color:#f60;
}
/*select 样式*/
.dropdown {outline:none;display:inline-block;*display:inline;}
.dropdown h4{cursor:default; text-indent:5px; margin:0; padding:0;}
.dropdown * {-moz-user-select:none;}
.dropdown h4.over {}
.dropdown div {display:block; /*fix bug*/}
.dropdown ul{position:absolute;display:none;margin:0;padding:0;float:left;clear:both;z-index:100}
.dropdown ul li{text-indent:5px;margin:0;padding:0;list-style:none;display:block;cursor:default;}
.dropdown ul li.over{}
.dropselectbox {display:inline;}
/* write you style here */
.dropselectbox {
    color:#414141;
}
.dropdown{float:left;}
.dropdown h4{
    border:1px solid #cccccc;
    height:26px; 
    font:12px/26px Arial, Helvetica, sans-serif; 
    background:url(../images/select_b.gif) no-repeat right center;
}
.dropdown h4.over{
    border:1px solid #017EBE;
    background:url(../images/select_b.gif) no-repeat right center;
    cursor:pointer;
}
.dropdown h4.current{border-color:#003;}
.dropdown ul{
    border:1px solid #ccc; background:#FFF;
    height:160px;
    overflow:auto;
}
.dropdown ul li{
    background:#FFF;
    height:25px;
    font:400 12px/19px Arial, Helvetica, sans-serif;
}
.dropdown ul li.over{
    background:#d7effc;
}
.ptn{
    margin-left:2px;
    display:inline-block;
    line-height:28px;
    float:left;
}
/*select 样式 end*/

.sale_list{text-align:center; }
.sale_list .hd{color:#3f3f3f; padding:0; margin:0; background:#F6F9FC;border-bottom:2px solid #DDE4EA; height:30px; line-height:30px; font-weight:bolder;}

.sale_list .user{ width:150px}
.sale_list .name{ width:300px}
.sale_list .number{ width:150px}
.sale_list .time{ width:150px}
.sale_list  .number_val{line-height:22px;padding:0px 0px;}
.sale_list .item{ height:46px; line-height:46px; text-align:center;}
.sale_list .item .user{ width:130px; padding-left:20px;}
.sale_list .item  .name{}
.sale_list .item1{background:#F6F9FC;}

/*日历鼠标mouseover*/
.calendar_mouseover{
    position: absolute;
    display: none;
    border: 1px solid #FFDD67;
    background-color: #FFFCE5;
    width: 270px;
    height: auto;
    padding: 10px;
    line-height: 1.7;
    z-index:9;
}


.boxdetails article:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
#J_nbox_0 table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-right: 1px solid #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    /*margin-bottom: 15px;*/
    table-layout: fixed;
}
#J_nbox_0 table thead td {
    border: medium none !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
#J_nbox_0 table th {
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}
#J_nbox_0 table th b {
    color: #f00;
}
#J_nbox_0 table td {
    border: 1px solid #ddd;
    padding: 7px 10px;
    vertical-align: top;
}
#J_nbox_0 table td h6 {
    font-size: 12px;
    font-weight: normal;
}
#J_nbox_0 table td b {
    color: #000;
}
#J_nbox_0 table td strong {
    color: #f00;
}
#J_nbox_0 table td em {
    color: #000;
}
#J_nbox_0 table td.through, .box-guestlist table td.through {
    color: #f00;
    text-decoration: line-through;
}
#J_nbox_0 table td dfn {
    color: #06c;
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}
.line-dV tbody td em, .line-dV tbody td section{
    font-family: Arial,Verdana,宋体;
    font-size: 12px;
}

.line-dV tbody th {
    background: url("../images/bg-ld.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
    border-right: medium none;
}
.line-dV tbody th div {
    background-color: #fff;
    background-position: -80px -140px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}
.line-dV tbody p {
    background-color: #f80;
    color: #fff;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: auto;
    width: 50px;
}
.line-dV tbody td {
    border-left: medium none;
    padding: 15px 0;
}
.line-dV tbody td em, .line-dV tbody td section, .line-dV tbody p {
    font-family: Arial,Verdana,宋体;
}
.line-dV tbody td em {
    font-size: 14px;
    font-weight: bold;
}
.line-dV tbody td span {
    color:#000;
    font-size: 12px;
}
.line-dV tbody td em img {
    padding: 0 8px;
}
.line-dV tbody td div.article {
    padding: 10px 0;
}
.line-dV tbody td div.article em {
    display: block;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 10px;
}
.line-dV tbody td div.article em p {
    display: block;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 10px;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	background:none;
	color:#000;
}
.line-dV tbody td figure {
    border: 1px solid #ccc;
    float: left;
    height: 130px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 200px;
}
.line-dV tbody td figure img {
    height: 130px;
    width: 200px;
}
.line-dV tbody td h6 {
    background: none repeat scroll 0 0 #fff;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}
.line-dV tbody td h6 i {
    display: inline-block;
    height: 17px;
    margin: 0 5px -4px 0;
    width: 17px;
}
.line-dV tbody td h6 i.ico-hotel {
    background-position: 0 -320px;
}
.line-dV tbody td h6 i.ico-eat {
    background-position: -40px -320px;
}
.line-dV tbody td div img {
    height: 180px;
    padding: 15px 15px 0 0;
    width: 240px;
}
.food, .breakfast, .lunch, .dinner, .hotel, .day {
    color: #ff8800;
    font-family: "iconfont";
    font-size: 15px;
    font-style: normal;
}
.food, .hotel {
    background-color: #89b2d0;
    color: #fff;
    font-size: 20px;
}
.hotel {
    margin-left: 10px;
    margin-right: 5px;
}
.breakfast, .dinner,.lunch {
    color: #00b259;
    margin-left: 2px;
    font-size: 12px;
}
.day {
    color: #3679ac;
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
}


/*后加样式2015.1.7*/
.line1px{width:1px;border-left:1px solid #c3e9c2;height: 10000px;position: absolute;left:70px;z-index: -1;margin-top: 10%;}
.xc_day{width:86px;height:70px;border:1px dashed #4bc04e;display:block;border-radius:5px;margin:15px;background: url("../images/xc_day_bg.png") center no-repeat #fff;position:relative;text-align:center;}
.xc_day p{background:none;font-size:18px;}
.xc_daynum{background:none;}
.c_ico1{width:20px;height:20px;background:url("../images/c_ico1.png");display:inline-block;position:relative;bottom:-5px;margin-right:5px;}
.c_ico2{width:20px;height:20px;background:url("../images/c_ico2.png");display:inline-block;position:relative;bottom:-5px;margin-right:5px;}
.box_border{border:1px solid #ccc;border-top:none;overflow:hidden;padding:10px;-background:url(../images/line_bg.gif) 69px repeat-y;}
.tour_bottom .box .bx p{padding:15px 10px;width:600px;}

.day_list{background:none;font-size:22px;color:#4bc04e;font-family:Microsoft YaHei;font-weight: bold;margin-top: 40px;display:block;}

 
/*//团期价格选择*/
.price_btn{text-decoration:none;padding:5px;border:1px solid #ccc;margin-left:5px;color:red;}
.price_bts{border-color:red;color:red;}

/* 旅游内容筛选区*/
.travel_choose{
width:780px;
background-color:#FFF;

float:right;
margin-top:10px;
}
.travel_choose .travel_choose_box{
	border:1px solid #ccc;
	border-top:none;
}
.travel_choose h3{
height:35px;
line-height:35px;
background:#f1f9fb url(../images/follow.jpg) no-repeat left center;
font-size:15px;
padding-left:15px;
border:1px solid #e4e4e4;
border-left:none;
}
.travel_choose_classify{
width:100%;
overflow:hidden;
line-height:34px;
font-size:12px;
clear:both;
/*border-bottom:1px dotted #ccc;
padding:5px 8px 5px 7px;*/
padding:0px;
}

.travel_choose_classify p{
width:67px;
text-align:right;
float:left;
margin-right:16px;
}
.travel_choose_classify .main_div{
width:680px;
float:left;
white-space: nowrap;

}
.travel_choose_classify .main_div a{
	color:#666;
	float:left;
	display:inline-block;
	padding:0 10px;
	height:20px;
	line-height:20px;
	margin:7px 10px 7px 0px;
}
.travel_choose_classify .main_div a:hover{
background:#3140ab;
color:#fff;
text-decoration: none;
border-radius: 5px;
}
.travel_choose_classify .main_div a.cur{
background:#3140ab;
color:#fff;
border-radius: 5px;
}
.travel_choose_classify a.more_choose{
float:right;
width:50px;
height:22px;
line-height:22px;
text-align:center;
background:#efefef;
margin-top:6px;
} 
.noborder{
border:none;
}
.multi_bgd{
	background: #EFEFEF;
}
.multi_d{ display:none;}
.d_none{
	display:none;
}
.d_block{
	display:block;
}
.multi_bottom{
	padding-left:300px;
	line-height:22px;
	height:22px;
	_margin-top:8px;
}

.multi_bottom .multi_do{
	border: 1px solid #CCC;
	background:#fff;
	height:20px;
	*line-height:18px;
	float:left;
	cursor:pointer;
}
.multi_bottom a.multi_close {
	border:1px solid #EFEFEF;
	margin:0
}
.multi_bottom .multi_do:hover{
	background:#fff;
	color:#f60;
}
.multi_bottom a.multi_close:hover {
	background:none;
	color:#f60;
}



.ftbox{ background:#F7F7F7; height:42px; padding:0px 13px; border-top:1px solid #e8e8e8}
.ftbox .sort{margin-right:12px;  margin-top:9PX; float:left; border:1px solid #e8e8e8;border-left:none}
.ftbox .sort a{ background:#fff; float:left; height:20px; line-height:20px; display:block; border-left:1px solid #e8e8e8; padding:0 10px}
.ftbox .sort a:hover,
.ftbox .sort a.current,
.ftbox .sort a.current:hover{ background-color:#EEECED; color:#666; text-decoration:none;}
.ftbox .sort .ord{background:url(../images/spot.gif) no-repeat 45px -403px; padding-right:30px;}
.ftbox .sort .ord_0{background:url(../images/spot.gif) no-repeat 45px -403px; padding-right:30px;}
.ftbox .sort .ord_1{background:url(../images/spot.gif) no-repeat 45px -437px; padding-right:30px;}

.ftbox .price{position:relative; padding:9px 5px 0px 5px; float:left; color:#676767; height:33px}
.ftbox .price span{ margin-right:5px; line-height:22px; float:left}
.ftbox .price input{ text-align:center; margin-right:5px;float:left; width:48px; border:1px solid #d0d0d0; background:#fff; height:20px; line-height:20px}
.ftbox .price .opbox{display:none; text-align:center; border:1px solid #d0d0d0; border-top:0; position:absolute; top:33px; background:#fff; height:38px; line-height:40px;width:100%;_width:184px;left:-1px }
.ftbox .price .opbox a{ display:inline-block; width:100px; text-align:right; padding-right:18px}
.ftbox .price .opbox button{display:inline-block; height:24px; line-height:22px;padding:0 5px;}
.ftbox .price_cur{ background:#fff; border:1px solid #d0d0d0; border-bottom:0 ;padding:8px 4px 0px 4px}
.ftbox .price_cur .opbox{ display:block;}

.ftbox .good_t{float:left; padding:13px 5px 0px 5px;}
.select_input{
	float:left;
	vertical-align:middle;
}
.select_label{
	float:left;
	margin:0 10px 0 3px;
}

