.tripnavleft{
    width:210px;
    height: 840px;
    float: left;
}
.tripnavright{
    width:975px;
    float: right;
}
.side-box {
    margin-top: 15px;
    border: 1px solid #ddd;
}
.side-title {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-right: 10px;
}
.side-title h4, .stitle h4 {
    padding-left: 10px;
    line-height: 30px;
}
.sidebox2 .scontent {
    padding: 10px;
}
.ul_list a{color: #333;line-height: 22px;font-size: 13px;margin-left: 5px;}
.sidebox2 p.line {
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    padding-top: 8px;
    line-height: 22px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}
.btn-pink {
    background-color: #da2f8b;
    background-image: linear-gradient(to bottom, #da2f8b, #cf215d);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
}
.triplist {
    width: 1210px;
}

.triplist li {
    margin: 0 7px 10px 0;
    position: relative;
    display: block;
    width: 230px;
    height: 229px;
    float: left;
    border: 1px solid #e4e4e4;
}
.triplist li:hover{
    border-color: #ff9d8f;
}
.triplist li img {
    width: 228px;
    height: 147px;
    border: 0;
    padding: 1px;
}

.triplist li .sub {
    padding: 5px;
}

.triplist li .sub a {
    font-size: 14px;
    color: #333;
    width: 210px;
    height: 38px;
    display: block;
    overflow: hidden;
}

.triplist li .sub a:hover {
    font-size: 14px;
    color: #f00;
}

.sub .opts {
    margin-top: 0px;
}

.opts i {
    background: url('../images/tripicon.png');
    display: inline-block;
    vertical-align: middle;
}

.opts i.numview {
    background-position: 0px -10px;
    height: 12px;
    min-width: 14px;
    font-size: 12px;
    color: #b16215;
    font-style: normal;
    line-height: 1;
}

i.want {
    background-position: 0px -62px;
    height: 12px;
    font-size: 12px;
    color: #b16215;
    padding-left: 15px;
    font-style: normal;
    line-height: 1;
}

i.numreply {
    background-position: -200px 2px;
    height: 12px;
    min-width: 12px;
    font-size: 12px;
    color: #aaa;
    padding-left: 12px;
    font-style: normal;
    line-height: 1;
}

i.view {
    background-position: -30px -18px;
    height: 16px;
    min-width: 16px;
    font-size: 12px;
    color: #aaa;
    font-style: normal;
    line-height: 1;
}

i.like {
    background-position: -48px -18px;
    height: 16px;
    min-width: 16px;
    font-size: 12px;
    color: #aaa;
    font-style: normal;
    line-height: 1;
}

i.share {
    background-position: -65px -18px;
    height: 16px;
    min-width: 16px;
    font-size: 12px;
    color: #aaa;
    font-style: normal;
    line-height: 1;
}

.authorinfo {
    width: 225px;
    height: 36px;
    padding-left: 5px;
    background-color: #f4f4f4;
    padding-top: 2px;
}

.authorinfo .author {
    margin-top: 3px;
}

.authorinfo .author img.userpic {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 13px 13px 13px 13px;
}

.authorinfo .author a.userpic {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #00a7e1;
}

.authorinfo .author .time {
    color: #b9b9b9;
    font-style: normal;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: middle;
    float: right;
}

.signup {
    position: relative;
    display: inline-block;
    float: right
}

.signup button {
    background-color: #cf215d;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "microsoft yahei";
    font-size: 14px;
    height: 32px;
    letter-spacing: 5px;
    line-height: 16px;
    text-align: center;
    width: 100px;
}

.trip_top {
    padding: 5px;
    box-shadow: 2px 2px 10px #cfcfcf;
}

.authortitle {
    display: block;
    position: relative;
    padding: 5px;
    height: 58px;
    border-bottom: solid 1px #c0c0c0;
}

.authortitle .info-left {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
}

.authortitle .info-left img {
    width: 80px;
    height: 80px;
}

.authortitle .info-right {
    display: inline-block;
    float: left;
    width: 750px;
    margin-left: 15px;
    margin-top: 15px;
}

.authortitle .info-right .title h1 {
    margin-right: 15px;
    font: 20px/32px "microsoft yahei";
    color: #666;
}

.authortitle .info-right p {
    color: #999;
    line-height: 32px;
}

.authortitle .mod-pub-notes {
    position: absolute;
    right: 3px;
    bottom: 23px;
}

.trip-control {
    height: 55px;
    position: relative;
    padding-top:15px;
    padding-left:15px;
}

.trip-control .readers {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

.trip-control .readers a {
    margin-left: 10px;
    color: #404040;
    font-size:13px;
}

.trip_body {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 10px 70px 40px 70px;
    position: relative;
    width: 950px;
    margin-top: 10px;
    min-height: 300px;
    font: 14px/20px "microsoft yahei";
    box-sizing: border-box;
}

.trip_body p {
    margin: 3px 0px;
}

.trip_body img {
    max-width: 680px;
}
.trip-control .top{
    padding: 8px;
    margin-right: 10px;
	font-size:13px;
}
.trip-control .top li {
    font-size: 14px/22px "microsoft yahei";
    height:35px;
}
.trip-control .top .pan{
	float:left;width:20%;
}
.trip-control .top img{
	width:20px;height:20px;vertical-align:middle;margin-right:4px;
}
.trip-control .top li span {
    width: 60px;
    padding-right: 10px;
}
.trip-control .top li i {
    background-color: #d10867;
    border-radius: 3px;
    color: #fff;
    font-style: normal;
    font-size: 11.5px;
    margin-right: 4px;
    padding: 2px 4px;
}

.trip_rel {
    width: 200px;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    border-top: 2px solid #bc0040;
    min-height: 300px;
    padding-bottom: 40px;
}

.trip_rel ul.rellist {
    padding: 5px;
}

.trip_rel ul.rellist li {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: 0px 0 15px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #c0c0c0;
    width: 190px;
}

.trip_rel ul.rellist li img {
    display: block;
    margin-bottom: 10px;
    width: 190px;
    height: 100px;
}

.trip_rel ul.rellist li a {
    width: 160px;
    color: #333;
    overflow: hidden;
}

ul.rellist li .info {
    margin-top: 5px;
    color: #999;
}

ul.rellist li .info .author {
    float: left;
}

ul.rellist li .info .time {
    float: right;
}
.status-1 {
    background: rgba(0, 0, 0, 0) url("../images/normal.png") no-repeat scroll 0 0;
    height: 70px;
    position: absolute;
    right: 181px;
    top: -65px;
    width: 150px;
}
.status-2 {
    background: rgba(0, 0, 0, 0) url("../images/elite.png") no-repeat scroll 0 0;
    height: 70px;
    position: absolute;
    right: 181px;
    top: -65px;
    width: 150px;
}


.goodslist {
    width: 1005px;
}

.goodslist li {
    margin: 0 20px 10px 0;
    position: relative;
    display: block;
    width: 218px;
    height: 279px;
    float: left;
    border: 1px solid #e4e4e4;
    padding: 4px;
}
.goodslist li:hover{
    border-color: #ff9d8f;
}
.goodslist li img {
    width: 215px;
    height: 215px;
    border: 0;
    padding: 1px;
}

.goodslist li .sub {
    padding: 5px;
}

.goodslist li .sub a {
    font-size: 14px;
    color: #333;
    width: 210px;
    height: 20px;
    display: block;
    overflow: hidden;
}
.goodslist li .sub a:hover{
    text-decoration:underline ;
}
.goodslist li .sub a:hover {
    font-size: 14px;
    color: #f00;
}
.sub .price{
    margin-bottom:5px;
    font-size: 14px;
}
.sub .price span{
    color: #c22a7c;
    font-size: 18px;
    padding-right: 5px;
}
.only_name_list li {
    float: left;
    padding: 0 10px !important;
}