﻿.mod
{
	width:316px;
    height:265px;
    font-size:12px;
    color:#666666;
    padding:1px;
    border:solid 1px #933C20;
}

.jpicMod
{
    width:320px;
    height:100px;
    margin:10px auto 10px auto;
    overflow:hidden;
    vertical-align:top;
}

.jpicMod img
{
    width:320px;
    height:100px;
}

.numStyle
{
    font-family:Verdana;
}

#air a:link{text-decoration:none ;}
#air a:visited {text-decoration:none ;}
#air a:hover {text-decoration:underline ;}
#air a:active {text-decoration:none ;}

.modT
{
	width:226px;
	padding-left:90px;
	height:17px;
	padding-top:8px;
	margin:0px auto 0px auto;
}

#airMod a
{
	color:#666666;
}

#hotelMenu
{
    background-image:url('/Images/hotelT.gif');
}
#airMenu
{
    background-image:url('/Images/airT.gif');
}
#tripMenu
{
    background-image:url('/Images/tripT.gif');
}
#forumMenu
{
    background-image:url('/Images/forumT.gif');
}
#artMenu
{
    background-image:url('/Images/artT.gif');
}
#spotMenu
{
    background-image:url('/Images/spotT.gif');
}

.modD
{
	width:90%;
	margin:5px auto 0px auto;
	height:220px;
}

.menuOff
{
	width:39px;
	height:17px;
	line-height:17px;
	background-image:url('/Images/menuOff.gif');
	text-align:center;
	color:#A32002;
	float:left;
	cursor:pointer;
}

.menuOn
{
	width:39px;
	height:17px;
	line-height:17px;
	background-image:url('/Images/menuOn.gif');
	text-align:center;
	color:#A32002;
	float:left;
	cursor:pointer;
}

.airmenuOff
{
	width:45px;
	height:24px;
	padding-top:6px;
	background-image:url('/Images/airMenuOff.gif');
	text-align:center;
	color:#A32002;
	float:left;
	cursor:pointer;
}

.airmenuOn
{
	width:45px;
	height:24px;
	padding-top:6px;
	background-image:url('/Images/airMenuOn.gif');
	text-align:center;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
}

.menuMarin
{
	width:5px;
	height:17px;
	float:left;
}

.maginDiv
{
    width:15px;
    height:658px;
    float:left;
}

.InfoList
{
    width:100%;
    height:20px;
    line-height:20px;
    background-image:url('/Images/desc.gif');
    background-repeat:no-repeat;
    background-position:left center;
    text-indent:15px;
    text-align:left;
}

.artBox
{
    width:33%;
    height:130px;
    vertical-align:top;
}

.artList
{
    width:100%;
    height:25px;
    line-height:25px;
    text-align:left;
    color:#666666;
}
/*酒店样式*/
#serBox1
{
	width:417px; text-align:left; text-indent:10px;margin:0px auto 0px auto
}
#serBox1 li{list-style:none; line-height:20px; width:220px; height:22px; margin-top:5px}
#serBox1 ul{ margin:0px auto 0px auto; width:220px; padding:0px}

.mods
{
    width:320px;
    height:270px;
}

.modsTd
{
    width:15px;
    height:270px;
}

.modsT
{
    width:320px;
    height:27px;
    background:url('/Images/modsT.gif');
}

.modsD
{
    width:300px;
    height:230px;
    border-left:solid 1px #933C21;
    border-right:solid 1px #933C21;
    border-bottom:solid 1px #933C21;
    padding:7px 9px 5px 9px;
}

.modsOn
{
    width:80px;
    color:#923D20;
    height:27px;
    line-height:27px;
    float:left;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    background:url('/Images/modsOn.gif');
    text-align:left;
    text-indent:10px;
}

.modsOff
{
    width:80px;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    color:#FFFFFF;
    height:27px;
    line-height:27px;
    float:left;
    background:url('/Images/modsOff.gif');
    text-align:left;
    text-indent:10px;
}

.modsLine
{
    width:3px;
    height:27px;
    line-height:27px;
    float:left;
    background:url('/Images/modsLine.gif');
}

.modsBox
{
    width:100%;
    height:100%;
    overflow:hidden;
}

.goalMod
{
    width:155px;
    height:150px;
    float:left;
}

.goalLine
{
    width:8px;
    height:150px;
    float:left;
}

.goalsImg
{
    width:155px;
    height:125px;
    overflow:hidden;
}

.goalsName
{
    width:155px;
    height:25px;
    line-height:25px;
}

.modMenuOff
{
    background-image:url('/Images/menuBoxOff.gif');
    background-repeat:no-repeat;
    background-position:center top;
    padding:4px 5px 0px 5px;
    color:#913B20;
    font-weight:bold;
    vertical-align:top;
    height:13px;
    word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    width:57px;
    cursor:pointer;
    text-align:center;
}

.modMenuOn
{
    background-image:url('/Images/menuBoxOn.gif');
    padding:4px 5px 0px 5px;
    color:#FFFFFF;
    font-weight:bold;
    vertical-align:top;
    text-align:center;
    height:13px;
    word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    width:57px;
    cursor:pointer;
}