/* CSS Document */
/* by lydia */
html { 
	overflow-x:hidden; 
	scrollbar-face-color:#DEDEDE;
	scrollbar-base-color:#F5F5F5;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F5F5F5;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#F5F5F5;
	scrollbar-3dlight-color:#C3C3C3;
	scrollbar-darkshadow-Color:#9D9D9D;
}

/* lightwindows */
.hidden {
	display : none;
}

/* clssMainRoll */
.clssMainRoll {
	FILTER: progid:DXImageTransform.Microsoft.Slide(slidestyle=SWAP,Bands=1); CURSOR: pointer
}

/* lightwindows end*/
body{
	font-family:"宋体";
	font-size:12px;
	height: 100%;
	width: 100%;
	background-color: #000;
}

*{
	margin:0;
	padding:0;
}

.clear{clear: both;}

p{
	vertical-align: middle;
	clear:both;
}
span{
	vertical-align: middle;
	line-height:25px;
}

img{
	vertical-align:middle;
	border:none;
}

.line{
	background-image: url(/includes/templates/lisa/images/line.gif);
	background-repeat: repeat-x;
	height:1px;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.fcenter{
	margin_left:auto;
	margin_right:auto;
}

.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.textcenter{
	text-align:center;
}

input,select,textarea,button{
	font-size:12px;
	font-family: "Arial","宋体";
	color: #666;
	line-height: 15px;
	vertical-align:middle;
}

.input_border {
	border:#FF5300 1px solid;
}

.input_borderview {
	border-bottom:#FF5300 1px solid;
	border-top:0;
	border-left:0;
	border-right:0;
	background-color:#fff;
}

.input50{
	width:50%;
}
.input55{
	width:61%;
}
.input60{
	width:63.5%;
}
.input100{
	width:75%;
}


label{
	padding-left:12px;
	padding-right:3px;
	vertical-align:middle;
	color:#FF5300;
}
.labeltop{
	vertical-align:top;
}

textarea{
	clear:both;
	word-wrap:break-word;
}

/*title*/
#bk_title{
	margin:0 10px;
	line-height: 30px;
}
#bk_title ul{
	color:#FF5300;
	font-size: 13px;
	font-weight: bold;
	float:left;
}
#bk_title ul.icon{
	float:left;
	margin-right:3px;
	margin-top:3px;
}
#bk_title ul.more{
	color: #FF5300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	float:right;
	width:50px;
	text-decoration: underline;
}
#bk_title ul.more a{
	color: #FF5300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#bk_title ul.more a:hover{color: #FF5300;text-decoration: underline;}

/* table style*/
#divtable{
	margin:5px 15px;
	clear:both;
}

.listtable{
    width:100%;
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom:5px;
}
.listtable thead th{
	background-color : #d1eafd;
 	border-width: 1px;
	border-style: solid;
	border-color: #999;	
	color:#1a6eb5;
	line-height:25px;
	text-align:center;
}
.listtable tbody td{
	border: 1px solid #999;
	word-break:break-all;
	word-wrap:break-word;
	padding:3px;
	text-align:center;
}

/*字体*/ 
.link_underline a{color: #FF5300;text-decoration: underline;}
.link_underline a:link,.link_underline a:hover,.link_underline a:active{color:#FF5300;text-decoration: underline;}

.text_white{color:#fff;}
.text_zi{color:#FF5300;}
.text_hui{color:#666;}
.text_blue{color:#4c85ba;}

.bigTitle{
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color:#FF5300;
	text-decoration: none;
}

.textTitle{
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color:#FF5300;
	text-decoration: none;
}
.textTitle a{ color:#FF5300;text-decoration: underline;}
.textTitle a:hover{ color:#FF5300;text-decoration: underline;}

.textTitle_zi{
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	color:#FF5300;
	text-decoration: none;
}

#title{
	height:40px;
	background-image: url(/includes/templates/lisa/images/photo/bk_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-indent:3px;
	clear:both;
}

#title ul{
	list-style:none;
	width:95px;
	height:34px;
	line-height:34px;
	float:left;
	margin-left:2px;
	background-image: url(/includes/templates/lisa/images/button/btn_bk.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-weight: bold;
	font-size:13px;
	color:#e34600;
}

#title ul a{
	color:#e34600;
	text-decoration: none;
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	display: block;
	width:95px;
	height:34px;
}

#title ul a:hover,#title ul a:active{
	background-image: url(/includes/templates/lisa/images/button/btn_bk_hover.gif);
	background-repeat: no-repeat;
	color:#e34600;
	display: block;

}

#title ul.now{
	background-image: url(/includes/templates/lisa/images/button/btn_bk_hover.gif);
	background-repeat: no-repeat;
	display: block;
	width:95px;
	height:34px;
	line-height:34px;
}
#title ul.now a{
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	display: block;
	width:95px;
	height:34px;
}

/*标题list*/ 
#textlist{clear:both;}
#textlist ul{
	list-style:none;
	border-bottom:#999999 1px dotted;
}
#textlist ul li{
	color:#666;
	line-height:20px;
}
#textlist ul li a{
	color:#666;
	text-decoration: none;
}
#textlist ul li a:hover{
	color:#FF6301;
	text-decoration: underline;
}
#textlist ul li.biaoti{
	color:#FF0099;
}

/* button */ 
.btn_one{
	background-image: url(/includes/templates/lisa/images/button/btn_3.gif);
	height: 22px;
	width: 73px;
	border: none;
	font-size: 12px;
 	color: #666;
	margin:0 3px;
}

.btn_two{
	background-image: url(/includes/templates/lisa/images/button/btn_8.gif);
	height: 22px;
	width: 130px;
	border: none;
	font-size: 12px;
 	color: #666;
	margin:0 3px;
}

.btn_three{
	background-image: url(/includes/templates/lisa/images/button/btn_6.gif);
	height: 22px;
	width: 115px;
	border: none;
	font-size: 12px;
 	color: #666;
	margin:0 3px;
}

#div_Building{
	width:302px;
	height:180px;
	margin:150px auto;
	background-image: url(/includes/templates/lisa/images/img_building.gif);
	background-repeat: no-repeat;
}

#div_Sorry{
	width:302px;
	height:112px;
	margin:150px auto;
}
/* head begin */
#head{
	background-image: url(/includes/templates/lisa/images/book_bktop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 91px;
	width: 860px;
	margin-left:12px;
	clear:both;
}

#Layer1{
	width:141px;
	height:470px;
	position:relative;
	z-index:1;
	background-image: url(/includes/templates/lisa/images/shuqian_bk.gif);
	background-repeat: no-repeat;
	left: -2px;
	float: left;
}

#navigation{
	margin-top:100px;
	width:111px;
}

#navigation ul{
	list-style:none;
	height:33px;
	line-height: 23px;
	background-image: url(/includes/templates/lisa/images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-indent: 20px;
	color:#d34202;
	
}
#navigation ul li a{
	color:#d34202;
	line-height: 23px;
	text-decoration: none;
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
    position:absolute;
	left:0;
}
#navigation ul li a:hover,#navigation ul li a:active {
	color:#d34202;
	background-image: url(/includes/templates/lisa/images/color.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
#navigation ul li.now{
	background-image: url(/includes/templates/lisa/images/color.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	display: block;

}

#nav{
	text-align:right;
	margin-top:1px;
	margin-right:35px;
	clear:both;
}

#logo{
	width:300px;
	float:left;
}

#search{
	width:300px;
	height:50px;
	float:right;
	line-height: 50px;
	vertical-align: middle;
	text-align:right;
	padding-right:5px;
}

/* head end */

/* pagebody begin */
#pagebody{
	background-image: url(/includes/templates/lisa/images/book_bkmid.gif);
	background-repeat: repeat-y;
	height:100%;
	width: 100%;
	margin-left:12px;
}

/*\*/
/*#leftsidebar, #mainbody{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
/**/
#container{ overflow: hidden;margin: 0 auto;}
/*\*/
#leftsidebar, #mainbody, #mainbody_booking
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#leftsidebar, #mainbody, #mainbody_booking
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#leftsidebar:before, #mainbody:before, #mainbody_booking:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/**/

/* pagebody end */

/* paper begin */
#paper{
	margin-left:20px;
	width:100%;
	height:100%;
	text-align: left;
}

/* paper end */

/* leftsidebar begin */
#leftsidebar{
	width:182px;
	/*height:100%;*/
	background-image: url(/includes/templates/lisa/images/sidebar_bkleft.gif);
	background-repeat: repeat-y;
	background-position: right;
	float:left;
}

#login{
	background-image: url(/includes/templates/lisa/images/login_bk.gif);
	background-repeat: no-repeat;
	height: 162px;
	width: 182px;
	margin-bottom:5px;
}

#login1{
	background-image: url(/includes/templates/lisa/images/login_bk1.gif);
	background-repeat: no-repeat;
	height: 209px;
	width: 182px;
	margin-bottom:5px;
}

.title_login{
	background-image: url(/includes/templates/lisa/images/title/t_login.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 145px;
	background-position: 10px;
}
.line_login{
	background-image: url(/includes/templates/lisa/images/line.gif);
	background-repeat: repeat-x;
	height:1px;
	width:168px;
	margin-bottom:3px;
}

#leftpaper{
	width:168px;
	background-color:#fff;
	margin-top:0;
}
#leftpaper_mid{
	list-style:none;
	width:148px;
	margin:0 auto;
}

#gonggao{
	background-image: url(/includes/templates/lisa/images/gonggao_bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 210px;
	width: 168px;
	background-color:#fff;
}

#gonggao_mid{
	margin:0 auto;
	width:135px;
	clear:both;
}

#ge{
	background-image: url(/includes/templates/lisa/images/sidebar_bkge.gif);
	background-repeat: no-repeat;
	height:22px;
	margin:0;
}
#ge1{
	background-image: url(/includes/templates/lisa/images/sidebar_bkge.gif);
	background-repeat: no-repeat;
	height:10px;
	margin:0;
}

#service_online{
	background-image: url(/includes/templates/lisa/images/kefu_bk.gif);
	background-repeat: no-repeat;
	height: 285px;
	width: 157px;
	margin-left:6px;
	margin-bottom:5px;
}
#service_online ul{
	padding-top:40px;
	margin-left:12px;
	margin-bottom:10px;
	list-style:none;
	width:150px;
}
#service_online ul li{
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 20px;	
}
#service_online ul img{
	vertical-align:middle;
}
#service_online ul li.icon{
	text-align: left;vertical-align: middle;
	text-indent: 6px;
}


#ad_left{
	margin-left:6px;
	margin-bottom:5px;
}

#leftAd{
	margin:0 auto;
	width:146px;
}


/* leftsidebar end */

#infobar{
	margin-left:5px;
    margin-right:15px;
	color:#666;
	line-height:30px;
	height:30px;
	background-image: url(/includes/templates/lisa/images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#infobar a{
	color:#FF5300;
	text-decoration: underline;
}
#infobar a:hover{
	color:#FF5300;
	text-decoration: underline;
}

/* mainbody begin */
#mainbody{
	width:637px;
	float:left;
	background-color:#fff;
	background-image: url(/includes/templates/lisa/images/mainbody_mid.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#mainbody ul.top{
	background-image: url(/includes/templates/lisa/images/mainbody_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:20px;
}
#mainbody ul.mid{
	background-image: url(/includes/templates/lisa/images/mainbody_mid.gif);
	background-repeat: repeat-y;
	background-position: right;
	min-height:500px;
}

#mainbody_booking{
	background-color:#fff;
	background-image: url(/includes/templates/lisa/images/mainbody_mid.gif);
	background-repeat: repeat-y;
	background-position: right;
	width:820px;
	float: left;
	min-height:500px;
}

#mainbody_booking ul.top{
	background-image: url(/includes/templates/lisa/images/mainbody_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:20px;
}
#mainbody_booking ul.mid{
	background-image: url(/includes/templates/lisa/images/mainbody_mid.gif);
	background-repeat: repeat-y;
	background-position: right;
	min-height:500px;
}


#ad_index{
	background-image: url(/includes/templates/lisa/images/ad_bk.gif);
	height: 382px;
	width: 614px;
	margin-left:0px;
}

#ad{
	width:574px;
	height:250px;
	margin:0 auto;
	padding-top:18px;
}

#ad_online{
	width:574px;
	height:107px;
	margin:0 auto;
	padding-top:5px;
}

#ad_online ul{
	float:left;
	list-style:none;
	line-height: 30px;
}

#ad_online ul.button{
	float:right;
	text-align:center;
	padding-top:8px;
	line-height: 20px;
	width:73px;
}

#main_title{
	vertical-align:middle;
	background-image: url(/includes/templates/lisa/images/title/t_lovemovie.jpg);
	background-repeat: no-repeat;
	height: 48px;
	padding-top:20px;
	margin:10px 0 10px 5px;
	width: 602px;
}

#lm_photo{
	margin-left:5px;
}

#lm_photo ul{
	float:left;
	text-align:center;
	background-image: url(/includes/templates/lisa/images/photo_bk.gif);
	background-repeat: no-repeat;
	height: 374px;
	width: 146px;
	margin-right:6px;
	padding-top:15px;
	list-style:none;
}
#lm_photo ul li.text{
	color:#666;
	text-align:left;
	line-height:30px;
	vertical-align:middle;
	text-indent: 10px;
}

#main{
	margin-left:10px;
	width: 602px;
	clear:both;
	margin-top:10px;
	
}

#content{
	padding:10px 15px;
	margin:0 auto;
	line-height:20px;
	color:#666;
}
#content ul{ list-style:none;}
#content ul li{
	line-height: 30px;
	color: #666;
	background-image: url(/includes/templates/lisa/images/Prodcuts/dian.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-indent: 10px;
	list-style:none;
	height:30px;
}
#content ul li a{
	color: #666;
	height:30px;
	line-height: 30px;
}
#content ul li a:hover{
	color:#FF6600;
	text-decoration:underline;
}

#photobox1{
	width:610px;
}
#photobox1 ul{
	float:left;
	padding:0px 5px 15px 20px;
}

#photobox2{
	width:400px;
	margin:0 auto;
}
#photobox2 ul{
	float:left;
	padding:0px 15px 10px 15px;
}

#photobox_title{
	background-image: url(/includes/templates/lisa/images/title/t_photobox.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 602px;
	text-align:right;
}
#photobox_title ul{
	list-style:none;
	padding-top:50px;
}
#photobox_title ul li{
	margin-left:3px;
	float:right;
}

#divPhotos{
	margin:5px auto;
	width:100%;
	clear:both;
}
#divPhotos ul{
	list-style:none;
}
#divPhotos ul li{
	float:left;
	background-image: url(/includes/templates/lisa/images/photo_bk2.gif);
	height: 156px;
	width: 195px;
	margin-bottom: 10px;
	margin-left:4px;
}

#Photos{
	margin-top:8px;
	margin-left:7px;
	width:182px;
}
#Photos ul.Phtitle{
	height:20px;
	color:#666;
	text-align:center;
}

#title_my{
	margin-left:5px;
	width:594px;
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_mytop.jpg);
	background-repeat: no-repeat;
	height: 168px;
	margin-top:10px;
}

#text_s1{
	width:93px;
	margin:120px auto 10px auto;
	color:#2F80B1;
}
#text_s2{
	width:93px;
	margin:30px auto 120px auto;
	color:#2F80B1;
}

#content_my{
	margin-left:5px;
	width:594px;
	padding-left:3px;
	line-height: 20px;
}
#content_my ul.s1{
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_vip.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 110px;
	margin:3px;
	float:left;

}
#content_my ul.s2{
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_yuyue.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 110px;
	margin:3px 16px;
	float:left;
}
#content_my ul.s3{
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_hunsha.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 110px;
	margin:3px 16px;
	float:left;
}
#content_my ul.s4{
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_xuanpian.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 110px;
	margin:3px 18px;
	float:left;
}
#content_my ul.s5{
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_jifen.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 110px;
	margin:3px 18px;
	float:left;
}

#helpcontent{
	margin-left:5px;
	width:594px;
	background-image: url(/includes/templates/lisa/images/help/bk_helptop.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin-top:10px;
	
}

#mycontent{
	margin-left:5px;
	width:594px;
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_mytop_n.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin-top:10px;
	
}

#mycontent_title{
	padding-top:16px;
	padding-left:20px;
	font-size: 14px;
	color: #4683C2;
	text-indent: 25px;
	font-weight: bold;
	height:30px;
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_mycontent_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:1px;
}

#jifencontent{
	margin-left:5px;
	width:594px;
	background-image: url(/includes/templates/lisa/images/title/t_jifenhuanbao.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin-top:10px;
	padding-top:80px;
	
}

/* mainbody end */

/* form begin */
.div_login{
	vertical-align: middle;
	line-height:28px;
	clear:both;
	padding:1px 0;
}

.div_login ul{
	padding-left:10px;

}

.div_login_btn{
	vertical-align: middle;
	line-height:28px;
	clear:both;
	padding-left:40px;
}
.div_login_btn{
	vertical-align: middle;
	line-height:20px;
	clear:both;
}
.div_login_btn ul{
	list-style:none;
	float:left;
	width:62%;
}
.div_login_btn ul.right{
	width:30%;
	text-align:left;
}
.div_login_btn ul li{
	padding-left:12px;
}

.div100{
	height:30px;
	vertical-align: middle;
	line-height:30px;
	clear:both;
	text-indent: 4px;
}
.div100_note{
	line-height:20px;
	vertical-align: middle;
	line-height:20px;
	clear:both;
	margin-left:85px;
}
.div100_note2{
	vertical-align: middle;
	line-height:20px;
	clear:both;
	padding-left:115px;
	width:100%;
}
.div100_note2 ul{
	list-style:none;
	clear:both;
	width:100%;
}
.div100_note2 ul li{
	float:left;
	width:17%;
}
.div50{
	width:49%;
	vertical-align:middle;
	height:30px;
	line-height: 30px;
	text-indent: 4px;
}

#div90{
	width:90%;
	margin:0 auto;
}

#formbutton{
	width:35%;
	height:30px;
	margin:5px auto;
	padding:5px inherit;
	clear:both;
	text-align:center;
}
#formbutton2{
	width:20%;
	height:30px;
	margin:5px auto;
	padding:5px inherit;
	clear:both;
}

/* form begin */

/* my orangelisa begin*/
.title_info{
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/title_info.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 145px;
	background-position: 10px;
}
.divbtn_info{
	text-indent:48px;	
	margin-top:20px;
}

#leftmenu{
	text-indent: 15px;
}
#leftmenu ul{
	list-style:none;
	line-height: 25px;
	color: #4683c2;
	text-decoration: none;
	vertical-align:middle;
	padding-bottom: 5px;
}
#leftmenu ul a{
	color: #4683c2;
	text-decoration: none;
}
#leftmenu ul a:hover{
	color:#FF6301;
	text-decoration: underline;
}

#leftmenu ul li{
	text-indent: 40px;
	line-height: 25px;
}


#BookingSuccess{
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_success.gif);
	background-repeat: no-repeat;
	height: 467px;
	width: 514px;
	margin:10px auto;
}
#BookingSuccess ul.one{
	width:300px;
	padding-top:90px;
	margin-left:30px;
	text-align:center;
}
#BookingSuccess ul.two{
	width:300px;
	padding-top:60px;
	margin-left:210px;
	text-align:center;
	vertical-align:middle;
}

#my_title{
	width:570px;
	margin:0 auto;
}
#my_title ul{
	list-style:none;
	line-height:30px;
	vertical-align:middle;
}
#my_title ul li{
	margin-right:3px;
	float:left;
}

#DivmyPhotos{
	margin:5px auto;
	padding-left:3px;
}
#DivmyPhotos ul{
	list-style:none;
}
#DivmyPhotos ul li{
	float:left;
	background-image: url(/includes/templates/lisa/images/myOrangeLisa/bk_photo.gif);
	height: 182px;
	width: 186px;
	margin-bottom:10px;
	margin-left:6px;
}

#myPhotos{
	margin-top:8px;
	margin-left:7px;
	width:175px;
	text-align:center;
}
#myPhotos ul.Phtitle{
	height:20px;
	color:#666;
	text-align:center;
	vertical-align:middle;
}
#myPhotos ul{
	padding-top:3px;
}

#BigPhoto{
	margin:0 auto 0 auto;
	padding-top:10px;
	text-align:center;
}

#BigPhoto ul{
	line-height:30px;
}

#BigPhotoForm{
	width:900px;
	margin:10px auto;
}

.pages{
	text-align:right;
	color:#666;
	padding:0 10px 10px 8px;
	line-height:25px;
	height:25px;
}

/* my orangelisa end*/

/* dress begin */
#title_clouths{
	background-image: url(/includes/templates/lisa/images/clouths/bk_clouths.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 599px;
	padding-top:90px;
	text-indent: 20px;
}

#divPhotos_clouths{
	margin:5px auto;
}
#divPhotos_clouths ul{
	list-style:none;
}
#divPhotos_clouths ul li{
	float:left;
	background-image: url(/includes/templates/lisa/images/clouths/bk_kuang.gif);
	height: 224px;
	width: 141px;
	margin-bottom: 10px;
	margin-left:7px;
}

#Photos_clouths{
	margin-top:8px;
	margin-left:7px;
	width:129px;
}
#Photos_clouths ul{
	list_style:none;
	text-align:center;
	color:#666;
	text-align:center;
	line-height:25px;
}


/* dress end */

/* login begin*/
#content_login{
	background-image: url(/includes/templates/lisa/images/login/bk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 565px;	
	padding:160px 10px 10px 10px;
	margin:10px auto 0 auto;
	color:#666;

}

#login_success{
	background-image: url(/includes/templates/lisa/images/login/bk_cussece.gif);
	background-repeat: no-repeat;
	height: 346px;
	width: 362px;
	margin:10px auto;
}
#login_success ul{
	width:300px;
	padding-top:90px;
	margin-left:30px;
	text-align:center;
}

#login_note{
	background-image: url(/includes/templates/lisa/images/login/bk_loginnote.gif);
	background-repeat: no-repeat;
	height: 279px;
	width: 436px;
	margin:100px auto;	
}
#login_note ul{
	padding-left:140px;
	padding-top:100px;
	width:235px;
    list-style:none;
}
#login_note ul li{
	line-height:30px;
}

#notetop{
	background-image: url(/includes/templates/lisa/images/login/loginnote_top.gif);
	background-repeat: no-repeat;
	height: 246px;
	width: 754px;
	margin:10px auto 0 auto;
}
#notemid{
	background-image: url(/includes/templates/lisa/images/login/loginnote_mid.gif);
	background-repeat: repeat-y;
	width: 537px;	
	margin: 0 auto 0 151px;
}
#notebottom{
	background-image: url(/includes/templates/lisa/images/login/loginnote_bottom.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 537px;	
	margin: 0 auto 20px 151px;
}

#denglu{
	background-color: #FFFFFF;
	width: 447px;
	height:150px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A6A6A6;
	border-bottom-color: #A6A6A6;
	border-left-color: #A6A6A6;
	margin:0 auto 0 41px;
}
#denglu ul{
	list-style:none;
	float:left;
}

#denglu ul.icon{
	width:156px;
	height:130px;
	border-right:1px solid #A6A6A6;
	background-image: url(/includes/templates/lisa/images/login/lock.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#denglu ul li{
	line-height:30px;
	height:30px;
	margin-top:5px;
}
#denglu ul li.button{
	margin-top:15px;
	text-align:right;
	width:236px;
}

#neirong{
	background-image: url(/includes/templates/lisa/images/login/bk_login.jpg);
	background-repeat: no-repeat;
	height: 326px;
	width: 452px;
	margin:10px auto 0 40px;
}
#neirong ul{
	list-style:none;
	width:432px;
	height:220px;
	padding-top:130px;
	padding-left:10px;
	
}
#neirong ul li{
	float:left;
	width:98px;
	padding:5px;
	color:#666;
	line-height:20px;
}

/* login end*/

/* shopping begin*/
#shoppingbody1{
	width:769px;
	background-image: url(/includes/templates/lisa/images/shopping/shopping1.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	margin-left:20px;
	margin-top:15px;
	padding-top:108px;
}

#shoppingbody2{
	width:769px;
	background-image: url(/includes/templates/lisa/images/shopping/shopping2.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	margin-left:20px;
	margin-top:15px;
	padding-top:108px;
}

#shoppingbody3{
	width:769px;
	background-image: url(/includes/templates/lisa/images/shopping/shopping3.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	margin-left:20px;
	margin-top:15px;
	padding-top:108px;
}

#shoppingbody4{
	width:769px;
	background-image: url(/includes/templates/lisa/images/shopping/shopping4.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	margin-left:20px;
	margin-top:15px;
	padding-top:108px;
}

#stat{
	width:100%;
}
#stat ul{
	list-style:none;
}
#stat ul li{
	padding:3px 15px;
	float:left;
	color:#377ABE;
	font-weight: bold;
	
}
/* shopping end */

/* servise begin */
#title_service{
	background-image: url(/includes/templates/lisa/images/service/bk_servise.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: 20px;
	width:590px;
	height:120px;
}

#div_Service{
	background-image: url(/includes/templates/lisa/images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	height:110px;
	padding-top:10px;
	padding-bottom:15px;
}
#div_Service ul{
	list-style:none;
	float:left;
	padding:0 10px;
	color:#666;
	line-height:20px;
	width:400px;
}
#div_Service ul.ps{
	width:165px;
	height:110px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #CCCCCC;
	line-height:110px;
	padding:3px;
}

#div_Service ul li.prise{
	margin-top:10px;
	color:#f3841b;
}

#imgBK {
	background-image: url(/includes/templates/lisa/images/service/ProductBK.gif);
	background-repeat: no-repeat;
	height: 218px;
	width: 219px;
	vertical-align:middle;
	text-align:center;
}

#img_service{
	height: 218px;
	width: 219px;
	text-align:center;
	margin-bottom:0;
}
#img_service ul{
	height:120px;
	padding-top:30px;
}
#img_service ul.bigtext{
	text-align:center;
	height:30px;
}

#prodcutInfo{
	padding:20px 45px 20px 40px;
}

#tabproduct{
	width:98%;
	margin-left:10px;
}

#tabproduct td.bk{
	height:23px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;	
}

#tabproduct td{
	height:23px;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;	
}
#tabproduct td.button{
	border-bottom:none;
	padding-top:2px;
}

.ProductNameDetail {
	width:98%;
	font-size: 15px;
	font-weight: bold;
	color: #377ABE;
	text-decoration: none;
	padding-top:20px;
	padding-bottom:5px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
}


/* servise end */

/* exit begin  by lydia200804*/
#logoffDefaultMainContent{
	background-image: url(/includes/templates/lisa/images/login/bk_note.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 170px;
	width: 275px;
	margin:50px auto 30px auto;
	color:#fb4d01;
	padding-top:80px;
	padding-left:10px;
	padding-right:10px;
}
/* exit end */

/* photos list begin*/
	#imageFlow {
		position: absolute;
		width: 100%;
		height: 80%;
		left: 0%;
		top: 20%;
		/*background: #000;*/
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility: hidden;
	}
	#imageFlow .top {
		position: absolute;
		width: 100%;
		height: 40%;
		background: #181818;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 12px;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 5%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
/* photos list end */

/* footer begin */
#footer{
	background-image: url(/includes/templates/lisa/images/bk_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 136px;
	width: 100%;
	position:relative;
	float:left;
}

#botnav{
	width: 860px;
	margin-left:12px;
	color:#dcdcdc;
}

#botnav ul.menu{
	list-style:none;
	margin:0 auto;
	padding-top:50px;
	text-align:center;
}
#botnav ul.menu a{
	color:#dcdcdc;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
#botnav ul.menu a:hover{color:#fc7a00;text-decoration: underline;}
#botnav ul.copyright{
	list-style:none;
	width:600px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
	height:20px;
}
/* footer end */

/*幸福之旅 By Joyce*/

#Travel_title{
	background-image: url(/includes/templates/lisa/images/title/t_Travel.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 602px;
	text-align:right;
}
#Travel_title ul{
	list-style:none;
	padding-right:10px;
	padding-top:80px;
	color: #7d7c7c;
}
#Tr_mapbox{
	margin-top:10px;
	margin-bottom:10px;
	width: 602px;
	height:659px;
	background-image: url(/includes/templates/lisa/images/Travel/Tr_mapbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: text-top;
}
#Tr_mapbox img{margin-top:10%;cursor: pointer;}

/* by lydia 200804*/
#Layer2i{
    position:absolute;
	z-index:2;
	padding-left:280px;
	padding-top:38px;
}
#Layer3i{
    position:absolute;
	z-index:2;
	padding-left:330px;
	padding-top:105px;
}
#Layer4i{
    position:absolute;
	z-index:2;
	padding-left:280px;
	padding-top:122px;
}
#Layer5i{
    position:absolute;
	z-index:2;
	padding-left:270px;
	padding-top:180px;
}
#Layer6i{
    position:absolute;
	z-index:2;
	padding-left:180px;
	padding-top:278px;
}
/**/	

#Layer2{
    position:absolute;
	z-index:2;
	padding-left:280px;
	padding-top:140px;
}
#Layer3{
	position:absolute;
	z-index:2;
	padding-left:100px;
	padding-top:180px;
}
#Layer4{
	position:absolute;
	z-index:2;
	padding-left:260px;
	padding-top:73px;
}
#Layer5{
	position:absolute;
	z-index:2;
	padding-left:60px;
	padding-top:93px;
}
#Layer6{
	position:absolute;
	z-index:2;
	padding-left:100px;
	padding-top:117px;
}
#Layer7{
	position:absolute;
	z-index:2;
	padding-left:30px;
	padding-top:163px;
}
#Layer8{
	position:absolute;
	z-index:2;
	padding-left:100px;
	padding-top:209px;
}
#Layer9{
	position:absolute;
	z-index:2;
	padding-left:90px;
	padding-top:305px;
}
#Layer10{
	position:absolute;
	z-index:2;
	padding-left:150px;
	padding-top:131px;
}
#Layer11{
	position:absolute;
	z-index:2;
	padding-left:280px;
	padding-top:100px;
}
/* by lydia 200804*/
#tr_tuijian{
	width:535px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#tr_tuijian ul.top{
	background-image: url(/includes/templates/lisa/images/Travel/bk_toptuijian.gif);
	background-repeat: no-repeat;
	height: 120px;
}
#tr_tuijian ul.zhong{
	background-image: url(/includes/templates/lisa/images/Travel/bk_midtuijian.gif);
	background-repeat: repeat-y;
	padding:0 8px 0 23px;
}
#tr_tuijian ul.bot{
	background-image: url(/includes/templates/lisa/images/Travel/bk_bottomtuijian.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;	
}

#tr_menu{
	width:396px;
	height:60px;
	margin:0 auto 0 105px;
	padding-top:40px;
	clear:both;
}
#tr_menu ul{
	height:32px;
	list-style:none;
}
#tr_menu ul li{
	width:76px;
	float:left;
	height:30px;
}
.topshoe{
	line-height: 30px;
	background-image: url(/includes/templates/lisa/images/Travel/bk_foot_t.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	height:28px;
    padding:1px;
	width:76px;
}
.topshoe a{
	color: #FF9900;
	text-decoration: none;
}
.topshoe a:hover{
	color: #FF6600;
	text-decoration: none;
}
.botshoe{
	line-height: 30px;
	background-image: url(/includes/templates/lisa/images/Travel/bk_foot_b.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	vertical-align: middle;
	width:76px;
}
.botshoe a{
	color: #FF9900;
	text-decoration: none;
}
.botshoe a:hover{
	color: #FF6600;
	text-decoration: none;
}

#tr_title{
	margin-left:20px;
	margin-top:10px;
	height:30px;
	clear:both;

}
#tr_title ul{
	list-style:none;
}
#tr_title ul li{
	float:left;
	height:30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
#tr_title ul li.back{
	float:right;
	width:90px;
}
/**/

/*幸福手册  By Joyce*/
#Notebook_title{
	background-image: url(/includes/templates/lisa/images/title/t_Notebook.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 602px;
	text-align:left;
}
#Notebook_title ul{
	list-style:none;
	padding-left:5px;
	padding-top:85px;
	color: #7d7c7c;
}
#Tr_Notebookbox{
	margin-top:18px;
	margin-bottom:10px;
	margin-left:5px;
	width: 602px;
	height:608px;
	text-align: left;
	vertical-align: text-top;
}
.Tr_Notebook_top{margin-top:0px;}
.Tr_Notebook_main{
	background-image: url(/includes/templates/lisa/images/Notebook/No_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#No_iframe{
    background-color:none;
	margin-left:25px;
	width:577px;
}
.Tr_Notebook_bottom{margin-bottom:0px;}
#Notebody{
	width:577px;
	height:500px;
	background-image: url(/includes/templates/lisa/images/Notebook/No_listtable_bg.gif);
	background-repeat: no-repeat;
	background-position: 82% 98%;
}
#No_listtable{
	width:523px;
	height:100%;
	float:left;
	background-image: url(/includes/templates/lisa/images/Notebook/No_bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#No_listtable ul{
	width:82%;
	margin-left:30px;
	padding-left:10px;
	text-align: left;
}
#No_listtable ul li{
    display: list-item;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBFBF;
	font-size: 12px;
	line-height: 25px;
	color: #747474;
	text-decoration: none;
}
#No_listtable ul li a{
	color: #747474;
	text-decoration: none;
}
#No_listtable ul li a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#No_listtable ul span{
	width:82%;
	margin-left:30px;
	padding-left:10px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	float: right;
}
#No_listtable ul span a{
	color: #666;
	line-height: 18px;
	text-decoration: underline;
}
#No_listtable ul span a:hover{color:#FF6301;text-decoration: underline;}
#No_rightmenu{
	margin-left:-1px;
	width:38px;
	float:left;
}
#No_mainbody{
	width:90%;
	padding-left:5%;
	padding-right:4%;
	scrollbar-face-color:#DEDEDE;
}
.No_detail_title{
	color: #FF5300;
	font-size: 14px;
	text-align: center;
	padding-bottom:20px;
}

.No_detail_word{
	color: #666;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}
/*内容页面滚动条效果*/
div.detail_ifame1{
 position:relative;
 overflow: auto;
 height: 500px !important;
 height/* */:/**/500px; 
 height: /**/500px;
 scrollbar-face-color:#DEDEDE;
 scrollbar-base-color:#F5F5F5;
 scrollbar-arrow-color:black;
 scrollbar-track-color:#F5F5F5;
 scrollbar-shadow-color:#EBF5FF;
 scrollbar-highlight-color:#F5F5F5;
 scrollbar-3dlight-color:#C3C3C3;
 scrollbar-darkshadow-Color:#9D9D9D;
}
div.detail_ifame{
 position:relative;
 overflow: auto;
 height: 500px !important;
 height/* */:/**/90%; 
 height: /**/90%;
 scrollbar-face-color:#DEDEDE;
 scrollbar-base-color:#F5F5F5;
 scrollbar-arrow-color:black;
 scrollbar-track-color:#F5F5F5;
 scrollbar-shadow-color:#EBF5FF;
 scrollbar-highlight-color:#F5F5F5;
 scrollbar-3dlight-color:#C3C3C3;
 scrollbar-darkshadow-Color:#9D9D9D;
}
.iframe_height{height:50%;}
/*by lydia*/
.iframe{
	 scrollbar-face-color:#DEDEDE;
	 scrollbar-base-color:#F5F5F5;
	 scrollbar-arrow-color:black;
	 scrollbar-track-color:#F5F5F5;
	 scrollbar-shadow-color:#EBF5FF;
	 scrollbar-highlight-color:#F5F5F5;
	 scrollbar-3dlight-color:#C3C3C3;
	 scrollbar-darkshadow-Color:#9D9D9D;
}
/*错误提示字体样式 By Joyce*/
.Errorfont{
	font-size: 12px;
	color:#FF5300;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
}
/*找回密码页面 By Joyce*/
#login_findpassword{
	background-image: url(/includes/templates/lisa/images/login/bk_findpassword.gif);
	background-repeat: no-repeat;
	height:279px;
	width:436px;
	margin:100px auto;	
}
#login_findpassword ul{
	padding-left:140px;
	padding-top:100px;
	width:260px;
    list-style:none;
}
#login_findpassword ul li{
	line-height:30px;
}
#login_findpassword span{
	color: #FF5300;
}
/*底部链接页面*/
#about_title{
	background-image: url(/includes/templates/lisa/images/title/t_aboutour.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 602px;
	text-align:left;
}
#about_title ul{
	list-style:none;
	padding-left:150px;
	padding-top:62px;
	color: #7d7c7c;
}
.p_top30{padding-top:50px;}
div.tellme{
	width:300px;
	margin:auto;
}
div.tellme ul{
	padding-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color:#FF5300;
}
div.ot_promises{
    width:500px;
	margin-left:auto;
	margin-right:auto;
}
div.ot_promises ul{
	padding-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #FF5300;
}
/*宽屏居中效果containerbox*/
#containerbox{
	width:1004px;
	margin:0px auto;
	background-image: url(/includes/templates/lisa/images/bk_sky.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
#pagebox{
	width:100%;
	background-color: #FF0000;
}