﻿/*文章信息类的详细页面的样式
例如：NewsDetail.aspx、CruiseInfoDetail.aspx
*/
#title
{
    background: url(../../images/s_title.gif); background-repeat:no-repeat;
    height: 30px;
}
#textleft
{
    float: left;
   /* margin-top: 7px;*/
    padding-top:7px;
    font-size: 14px;
    font-weight: bold;
    /*margin-left: 3.2em;*/
    padding-left:3.2em;
    line-height: 14px;
}
#article-title
{
    text-align:center;
    vertical-align:middle;
    color:#000000;
    height: 25px;
    line-height:25px;
    font-weight:bold;
    font-size: 17px;
    background-color:#8CC9FF;
}
.harbortitle {
	background: url(../../images/s_title5.gif) no-repeat bottom; 
	width: 745px; 
	height: 25px;
}