/* CSS Document */
body
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	margin: 0px;
	background-color: #fff;
	border-right-width: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

form
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}

img
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

p
{
	text-indent: 2em;
}



/*
A:link
{
	color: #908575;
	text-decoration: none;
}
A:visited
{
	color: #908575;
	text-decoration: none;
}
A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
A:active:hover
{
	color: #908575;
	text-decoration: underline;
}
*/

.kleft
{
	text-align: left;
}

.kcenter
{
	text-align: center;
}

.kright
{
	text-align: right;
}


#all
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#top
{
	width: 1000px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}

#ordertop
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto; /* 	border-left: 1px; 	border-right: 1px; 	border-top: 1px; 	border-bottom: 0px; 	border-color: #D1D1D1; 	border-style: solid; 	*/
}

.topmain
{
	background-image: url(/images/topmain.jpg);
	height: 160px;
	width: 1000px;
	border: 0px;
}

.webname
{
	text-align: right;
	width: 165px;
	padding-top: 98px;
}

.font0
{
	color: #717171;
	font-family: cursive;
	font-size: 20pt;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 2px;
}

.font5
{
	color: #717171;
	font-family: cursive;
	font-size: 18pt;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
}

.font10
{
	color: #717171;
	font-family: cursive;
	font-size: 14pt;
	font-weight: 600;
	font-style: italic;
}

.top1
{
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

#top2
{
	width: 100%;
	clear: both;
}

#bigmain
{
	width: 1000px; /* 	border-bottom: 0px; 	border-top: 0px; 	border-left: 1px; 	border-left-color: #D1D1D1; 	border-right: 1px; 	border-right-color: #D1D1D1; 	border-style: solid; 	*/
}

/*---------------------菜单样式----------------------------------*/
#menu
{
	width: 1000px;
	height: 30px;
	background-image: url(../images/menubg.gif);
}
#menu ul
{
	margin: auto;
	width: 778px;
	height: 30px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu a
{
	color: #e0ddd9;
	text-decoration: none;
	font-weight: 600;
}
#menu a:hover
{
	color: #755727;
	text-decoration: none;
}
#menu a:active
{
	color: #e0ddd9;
	text-decoration: none;
}

#menu2 a
{
	color: #333333;
	text-decoration: none;
}
#menu2 a:hover
{
	color: #755727;
	text-decoration: none;
}
#menu2 a:active
{
	color: #755727;
	text-decoration: none;
}

.m_li
{
	float: left;
	width: 99px;
	line-height: 30px;
	text-align: center;
	margin-right: -2px;
	margin-left: -2px;
}
.m_li a
{
	display: block;
	color: #FFFFFF;
	width: 99px;
}
.m_line
{
	float: left;
	width: 1px;
	height: 30px;
	line-height: 30px; /*ff下有效(图片垂直居中)*/
}
.m_line img
{
	margin-top: expression(( 30 - this.height ) / 2); /*ie下有效(图片垂直居中)*/
}
.m_li_a
{
	float: left;
	width: 99px;
	line-height: 30px;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	background-image: url(../images/menu_bg.gif);
	position: relative;
	height: 30px;
	margin-top: -3px;
	margin-right: -2px;
	margin-left: -2px;
}
.m_li_a a
{
	display: block;
	color: #FF0000;
	width: 99px;
}


.smenu
{
	width: 774px;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	height: 30px;
}
.s_li
{
	line-height: 30px;
	width: auto;
	display: none;
	height: 30px;
}
.s_li_a
{
	line-height: 30px;
	width: auto;
	display: block;
	height: 30px;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-left: 0px;
	border-left-color: #D1D1D1;
	border-right: 0px;
	border-right-color: #D1D1D1;
	border-top: 0px;
	border-bottom: 5px;
	border-bottom-color: #F1F1F1;
	border-style: solid;
}

#wwwmain
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#foot
{
	clear: both;
	padding-top: 15px;
	color: #707070;
}

#leftmenu
{
	width: 230px;
	float: left;
	margin-left: 10px;
}

.main
{
	width: 220px;
	height: 138px;
	text-align: left;
	border-style: hidden;
}
.top
{
	width: 220px;
	height: 48px;
	background-image: url(../images/center_title.gif);
}
.left
{
	width: 15px;
	height: 102px;
	background-image: url(../images/center_left.gif);
	float: left;
}
.center
{
	width: 190px;
	height: 20px;
	padding-right: 0px;
	float: left;
	text-align: right;
}
.center1
{
	width: 190px;
	height: 20px;
	padding-right: 3px;
	float: left;
}
.center2
{
	width: 190px;
	height: 6px;
	padding-left: 0px;
	float: left;
}
.rigth
{
	width: 15px;
	height: 102px;
	background-image: url(../images/center_right.gif);
	float: right;
}

.showperinfo
{
	margin: 5px 0px 15px 0px;
	background-color: #F5F5F5;
	width: 230px;
}

.pertop
{
	text-align: center;
}

.pertop2
{
	text-align: center;
	color: #3A86C1;
	height: 25px;
	margin-top: 10px;
	font-size: 11pt;
}

.pertop3
{
}

.pertop4
{
	text-align: center;
	margin-bottom: 5px;
}

.amain
{
	width: 220px;
	height: 284px;
	text-align: left;
	border-style: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
}

.atop
{
	width: 100%;
	height: 43px;
}

.aleft
{
	width: 25px;
	height: 280px;
	background-image: url(../images/work_left_bg.gif);
	float: left;
}
.acenter1
{
	padding-right: 3px;
	float: left;
}
.acenterbottom
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}
.aright
{
	width: 25px;
	height: 280px;
	background-image: url(../images/work_right_bg.gif);
	float: right;
}

.tx1
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.tx2
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.ctx1
{
	float: left;
}

.ctx2
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.bmain
{
	width: 221px;
	text-align: left;
	border-style: hidden;
	margin-bottom: 13px;
}
.btop
{
	width: 221px;
	height: 48px;
	padding-top: 10px;
	text-align: center;
	background-color: #DCD8D2;
}

.bcenter
{
	background-color: #DCD8D2;
	padding: 10px 20px 10px 10px;
}

.bcenterbottom
{
	width: 217px;
	height: 20px;
	text-align: right;
	padding-right: 4px;
	border: 0px;
	background-color: #BFB9B0;
}

.cmain
{
	margin-top: 17px;
	margin-bottom: 13px;
	text-align: left;
	border: 2px;
	border-style: solid;
	border-color: #DCD8D2;
}
.ctop
{
	text-align: center;
	height: 32px;
}
.ccenter
{
	padding-left: 10px;
	padding-top: 10px;
}
.ccenter1
{
	height: 20px;
	padding-left: 10px;
	padding-top: 1px;
}
.ccenter2
{
	height: 10px;
}

.dmain
{
	margin-top: 17px;
	margin-bottom: 13px;
	text-align: left;
	border: 0px;
	border-style: solid;
	border-color: #8a8680;
}

.dtop
{
	text-align: center;
	height: 32px;
}

.dtitle
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}

.emain
{
	margin-top: 17px;
	margin-bottom: 13px;
	text-align: left;
	border: 0px;
	border-style: solid;
	border-color: #8a8680;
}

.fmain
{
	margin-top: 70px;
	text-align: center;
}

#shownews
{
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-size: 10pt;
}

.shownews
{
	height: 20px;
}

#shownews A:link
{
	color: #5E5E5D;
	text-decoration: none;
}
#shownews A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
#shownews A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#shownews A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#shownews A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
#shownews A:active:hover
{
	color: #5E5E5D;
	text-decoration: underline;
}

.newscontent A:link
{
	color: #5E5E5D;
	text-decoration: none;
}
.newscontentA:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
.newscontent A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
.newscontent A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
.newscontent A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
.newscontent A:active:hover
{
	color: #5E5E5D;
	text-decoration: underline;
}

.newstopimg
{
	text-align: center;
}

#middle
{
	margin-left: 15px;
	width: 490px;
	float: left;
}

#middleright
{
	margin-left: 10px;
	width: 735px;
	float: left;
}

#middle1
{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	height: 40px;
	padding-top: 25px;
}

#middle2
{
	margin-top: 20px;
}

#middle3
{
	margin-top: 20px;
}

#searchbuy2
{
	margin-left: 10px;
	margin-top: 7px;
}

.searchitem
{
	margin-top: 2px;
}

.searchitem2
{
	margin-top: 2px;
	height: 34px;
}

.item1
{
	padding-top: 10px;
	width: 130px;
	height: 20px;
	text-align: center;
	background-color: #ede9e4;
	float: left;
}

.item2
{
	padding-top: 5px;
	vertical-align: bottom;
	float: left;
	padding-left: 15px;
}

.item3
{
	padding-top: 5px;
	vertical-align: bottom;
	float: left;
	padding-left: 18px;
}

.item4
{
	padding-top: 20px;
	height: 34px;
	width: 130px;
	text-align: center;
	background-color: #ede9e4;
	float: left;
}

.item5
{
	padding-top: 5px;
	height: 34px;
	vertical-align: bottom;
	float: left;
	padding-left: 15px;
}

.middlebg
{
	background-color: #ECECEC;
	padding: 3px;
}

.middlebg2
{
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.middleimg
{
	height: 170px;
}

.middleimg1
{
	border: 1px;
	border-color: #ECECEC;
	border-style: double;
	margin-left: 10px;
	padding: 3px;
	width: 210px;
	float: left;
}

.middleimgright
{
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	line-height: 19px;
}

.linklist
{
	margin: 10px 20px 0px 20px;
	background-color: #F1F1F1;
	padding: 12px 25px 12px 25px;
}

.middleshow
{
	border: 3px;
	border-style: solid;
	border-color: #F1F1F1;
	text-align: center;
	padding-top: 10px;
	height: 200px;
}

.stripingimg
{
	padding-top: 10px;
	clear: both;
}

#rightmenu
{
	margin-left: 10px;
	width: 223px;
	float: left;
}

.rightmenu2
{
	margin-top: 10px;
	width: 222px;
}

.rightmenu21
{
}

.rightmenu22
{
	height: 11px;
	background-color: #F1F1F1;
}

.rightmenu23
{
	padding-left: 10px;
	background-color: #F1F1F1;
	height: 110px;
}

.rightmenu24
{
	background-color: #F1F1F1;
	height: 12px;
}

#mainlink A:link
{
	color: #908575;
	text-decoration: none;
}
#mainlink A:visited
{
	color: #908575;
	text-decoration: none;
}
#mainlink A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#mainlink A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#mainlink A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
#mainlink A:active:hover
{
	color: #908575;
	text-decoration: underline;
}

#bcenter A:link
{
	color: #5E5E5D;
	text-decoration: none;
}
#bcenter A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
#bcenter A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#bcenter A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#bcenter A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
#bcenter A:active:hover
{
	color: #5E5E5D;
	text-decoration: underline;
}


.showmainlink
{
	margin-top: 5px;
	font-size: 10pt;
	font-weight: normal;
}

.showmainboard
{
	font-size: 10pt;
	margin-bottom: 5px;
}

.showperinfo1
{
	margin-left: 25px;
	margin-top: 7px;
}

.showperinfo2
{
	float: left;
}

.searchbtn
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}

.footmain
{
	margin: 15px 50px 10px 50px;
	background-color: #F1F1F1;
}

.wwwfootmain
{
	margin: 15px 50px 10px 50px;
}

.mainmaster_top
{
	height: 250px;
	width: 1000px;
}

#showresult
{
	font-size: 12pt;
}

.littlecontent
{
	height: 180px;
	width: 350px;
	background-color: #FFFFFF;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	padding: 18px 5px 10px 12px;
	color: #494949;
	line-height: 25px;
}

.advaddress
{
	margin-left: 8px;
	color: #656565;
}

#showlittleimg0
{
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	text-align: center;
}

#showlittleimg
{
	margin-top: 3px;
	margin-bottom: 7px;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	padding: 3px 3px 3px 3px;
}

.imgurllink
{
	font-size: 11pt;
}

.newslistgv
{
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-style: none;
	width: 95%;
	margin-left: 10px;
}

#middle3 A:link
{
	color: #5E5E5D;
	text-decoration: none;
}
#middle3 A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
#middle3 A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#middle3 A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#middle3 A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
#middle3 A:active:hover
{
	color: #5E5E5D;
	text-decoration: underline;
}

#news1
{
	width: 99%;
}

.newstitle1
{
	text-align: center;
	line-height: 30px;
	font-size: 20pt;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	color: #785200;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-color: #C4C4C4;
	border-style: dotted;
	width: 90%;
	margin-left: 5%;
}

.newstitle2
{
	text-align: center;
	color: #A1A1A1;
}

.newscontent
{
	margin-top: 40px;
	width: 95%;
	font-size: 11pt;
	color: #5A5A5A;
	padding: 10px 15px 10px 15px;
}

.newsfoot
{
	border-color: #C4C4C4;
	border-style: dotted;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	margin-top: 30px;
	text-align: right;
	color: #A1A1A1;
	width: 90%;
	margin-left: 5%;
	padding-top: 15px;
}

.houseitem1
{
	margin-left: 8px;
	width: 27%;
	float: left;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	padding: 3px 7px 3px 7px;
}

.houseitem2
{
	margin-left: 8px;
	width: 27%;
	float: left;
	clear: right;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	padding: 3px 7px 3px 7px;
}

.houseitem3
{
	margin-left: 8px;
	width: 27%;
	float: left;
	clear: right;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	padding: 3px 7px 3px 7px;
}

.houseimg
{
	text-align: center;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	padding: 3px 3px 3px 3px;
	height: 85px;
	width: 120px;
}

.houseimgshow
{
	height: 85px;
	width: 120px;
	border: 0px;
}

.houselittleitem
{
	border-color: #D9D9D9;
	border-style: dotted;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	padding: 5px 2px 2px 7px;
	text-align: left;
}

.houselittleitemfoot
{
	padding: 2px 2px 2px 7px;
	text-align: left;
}

.housenewfoot
{
	clear: both;
	margin-top: 10px;
}

.middle3img
{
	text-align: right;
	padding-right: 7px;
}

.linkt
{
	margin-left: 1px;
	margin-top: 5px;
	font-weight: 600;
}

.linkl
{
	margin-left: 15px;
	margin-top: 5px;
}

#linkshui A:link
{
	color: #5E5E5D;
	text-decoration: none;
}
#linkshui A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
#linkshui A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#linkshui A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#linkshui A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
#linkshui A:active:hover
{
	color: #5E5E5D;
	text-decoration: underline;
}

.show_perinfotitle
{
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
	color: #000000;
}

#showboardlistmain
{
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 10px;
	width: 480px;
	height: auto;
	font-size: 10pt;
	line-height: 20px;
}

#showboardlistmain A:link
{
	color: #5E5E5D;
	text-decoration: none;
}
#showboardlistmain A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
#showboardlistmain A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#showboardlistmain A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#showboardlistmain A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
#showboardlistmain A:active:hover
{
	color: #5E5E5D;
	text-decoration: underline;
}

.boardpagediv
{
	text-align: right;
	margin-top: 15px;
	margin-right: 45px;
}

.boardlistgridview
{
	margin-left: 10px;
}

.glow1
{
	font-size: 16pt;
	filter: Glow(Color=#006699, Strength=2);
	color: #ffffff;
	letter-spacing: 2px;
}

.footcontent
{
	float: right;
	width: 650px;
}

.footlogo
{
	float: left;
}

.foothide
{
	clear: both;
	padding-top: 1px;
}

.hidecount
{
	width: 0px;
	height: 0px;
	display: none;
}

#foot A:link
{
	color: #898989;
	text-decoration: none;
}
#foot A:visited
{
	color: #898989;
	text-decoration: none;
}
#foot A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#foot A:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#foot A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
#foot A:active:hover
{
	color: #898989;
	text-decoration: underline;
}

/* order.aspx */

#ordermain
{
	width: 1000px;
	margin-top: 5px;
	border: 0px;
}

#orderleft
{
	padding: 20px;
	width: 680px;
	float: left;
	border: solid 1px #F1F1F1;
	margin-bottom: 10px;
}

#quoteleft
{
}

#orderright
{
	float: left;
	margin-left: 15px;
	width: 255px;
}

.hideheight
{
	clear: both;
}

.orderfieldset
{
	margin: 0px 0px 15px 0px;
	border: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.orderlegend
{
	border: 0px;
	padding-right: 0.5em;
	padding-left: 0em;
	font-weight: bold;
	font-size: 1.3em;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	margin: 2px 0px 10px 0px;
	color: #7C5500;
	padding-top: 0px;
}

.orderitem1
{
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #AEAEAE;
	font-size: 10pt;
}

.orderline0
{
	float: left;
	margin-top: 23px;
	margin-bottom: 17px;
	text-align: left;
	width: 80px;
	color: #666666;
}

.orderline01
{
	float: left;
	margin-top: 22px;
	margin-bottom: 17px;
	width: 260px;
	color: #888888;
}

.orderline1
{
	float: left;
	margin-top: 23px;
	margin-bottom: 17px;
	text-align: left;
	width: 60px;
}

.orderline2
{
	float: left;
	margin-top: 17px;
	margin-bottom: 17px;
	width: 260px;
}

.orderline3
{
	margin-left: 20px;
	margin-top: 17px;
	float: left;
	margin-left: 20px;
	width: 250px;
}

.orderline4
{
	float: left;
	margin-top: 17px;
	margin-bottom: 17px;
	width: 260px;
}

.orderitem2
{
	padding-left: 20px;
	margin-left: 20px;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #AEAEAE;
	font-size: 10pt;
}

.orderline5
{
	float: left;
	padding-top: 12px;
	padding-left: 20px;
	text-align: left;
	font-weight: 600;
	width: 120px;
}
.orderline6
{
	float: left;
	padding-top: 12px;
	text-align: left;
	width: 300px;
}

.txtfont
{
	font-weight: bold;
	font-family: cursive;
	font-style: italic;
	font-size: 12pt;
	color: #595959;
}

.orderclick
{
	margin-top: 20px;
	margin-bottom: 17px;
	text-align: center;
}

.orderspan1
{
	width: 150px;
}

.editcontact
{
	border-right: #cecfce 1px solid;
	padding-right: 10px;
	border-top: #cecfce 1px solid;
	padding-left: 10px;
	background: #fff;
	padding-bottom: 10px;
	margin: 0px;
	border-left: #cecfce 1px solid;
	padding-top: 10px;
	border-bottom: #cecfce 1px solid;
	position: absolute;
	text-align: left;
	left: 30%;
	visibility: hidden;
	width: 400px;
	top: 40%;
}

.loginfieldset
{
	border-right: #cecfce 1px solid;
	padding-right: 15px;
	border-top: #cecfce 1px solid;
	padding-left: 15px;
	padding-bottom: 0px;
	border-left: #cecfce 1px solid;
	padding-top: 0px;
	border-bottom: #cecfce 1px solid;
}

.loginlegend
{
	border-right: #cecfce 1px solid;
	padding-right: 6px;
	border-top: #cecfce 1px solid;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #cecfce 1px solid;
	padding-top: 2px;
	border-bottom: #cecfce 1px solid;
}

span.button
{
	border-right: #cecfce 2px solid;
	padding-right: 4px;
	border-top: #cecfce 2px solid;
	padding-left: 4px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #cecfce 2px solid;
	cursor: pointer;
	color: #000;
	padding-top: 2px;
	border-bottom: #cecfce 2px solid;
	background-color: white;
	text-align: center;
}

span.button:hover
{
	border-right: #cecfce 2px solid;
	padding-right: 4px;
	border-top: #cecfce 2px solid;
	padding-left: 4px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #cecfce 2px solid;
	cursor: pointer;
	color: #387cff;
	padding-top: 2px;
	border-bottom: #cecfce 2px solid;
	background-color: white;
	text-align: center;
}

span.link
{
	cursor: pointer;
	color: #387cff;
	font-size: 9pt;
}

span.link:hover
{
	background: #387cff;
	color: #fff;
}

.editorcontactitem
{
	margin-top: 8px;
}

.checkdiv
{
	clear: left;
	margin: 2px 0px;
	padding-top: 2px;
	padding-bottom: 7px;
	width: 100%;
	text-align: center;
}

.logincheck
{
	text-decoration: none;
	color: #000000;
}

.showorderitem
{
	margin-top: 5px;
}

#houseshow td
{
	padding-left: 15px;
}

#houseshow p
{
	text-indent: 0em;
}

.houseshowtd
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.font12
{
	font-size: 11pt;
}

/* default.aspx    */

.fund_top_nav1
{
	background: url(../images/070309_jijintou7_31.gif) no-repeat left top;
	float: left;
	width: 5px;
	height: 46px;
}
.fund_top_nav2
{
	padding-left: 0px;
	background: url(../images/070309_jijintou7_32.gif);
	float: left;
	width: 990px;
	height: 46px;
}
.fund_top_nav3
{
	background: url(../images/070309_jijintou7_35.gif) no-repeat right top;
	float: right;
	width: 5px;
	height: 46px;
}

.searchimg
{
	padding-top: 2px;
}

.defaultitemtitle
{
	margin-left: 5px;
	border-right: #f3f9ff 1px solid;
	padding-right: 10px;
	border-top: #f3f9ff 1px solid;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	padding-bottom: 0px;
	border-left: #f3f9ff 1px solid;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: #f3f9ff 1px solid;
	background-color: #60a1ea;
	text-align: center;
}

#line1item1
{
	float: left;
	width: 250px;
	border: solid 1px #6ca3e3;
}

#line1item1 .recommenditem
{
	margin: 6px 5px 5px 5px;
	width: 238px;
	border: 1px;
	border-color: #6ca3e3;
	border-style: solid;
	color: #000DDC;
	padding-bottom: 3px;
}

#line1item1 .recommendtop
{
	color: #000DDC;
	letter-spacing: 2px;
	filter: Glow(Color=#D1D1D1, Strength=2);
	margin: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}

#line1item1 .recommenditem1
{
	float: left;
	padding: 2px;
	margin: 10px 2px 0px 3px;
	border: 0px;
}

#line1item1 .recommenditem2
{
	float: right;
	text-align: center;
	width: 135px;
	border: 0px;
	margin: 7px 3px 2px 0px;
	font-size: 17px;
	font-weight: 900;
	font-family: @標楷體;
	letter-spacing: 10px;
}

#line1item1 .recommenditem3
{
	float: right;
	text-align: center;
	width: 135px;
	border: 0px;
	margin: 4px 3px 2px 0px;
	font-size: 14px;
	font-weight: 600;
	color: #4c4c4c;
	height: 35px;
	overflow: hidden;
}

#line1item1 .recommenditem4
{
	float: right;
	text-align: center;
	width: 135px;
	border: 0px;
	margin: 3px 3px 2px 0px;
	font-size: 13px;
	letter-spacing: 0px;
	color: #4c4c4c;
}

#line1item1 .recommenditem5
{
	padding-top: 3px;
	text-align: center;
	clear: both;
	margin-bottom: 3px;
}


#line1item1 A:link
{
	color: #6C8EFF;
	text-decoration: none;
}
#line1item1 A:visited
{
	color: #6C8EFF;
	text-decoration: none;
}
#line1item1 A:visited:hover
{
	color: #5E5E5D;
	text-decoration: none;
}
#line1item1 A:hover
{
	color: #5E5E5D;
	text-decoration: none;
}
#line1item1 A:active
{
	color: #5E5E5D;
	text-decoration: none;
}
#line1item1 A:active:hover
{
	color: #6C8EFF;
	text-decoration: none;
}

#line1item2
{
	float: left;
	margin-left: 5px;
}

.line1foot
{
	clear: both;
	height: 5px;
}

#line2item1
{
	float: left;
	width: 250px;
}

#line2item2
{
	float: left;
	margin-left: 5px;
}

#line2item3
{
	float: left;
	margin-left: 4px;
}

#line3item1
{
	float: left;
}

#line3item2
{
	float: left;
	margin-left: 5px;
}

.newsitem
{
	margin-bottom: 3px;
	width: 92%;
	text-align: left;
}

.newsitemright
{
	float: right;
	color: #5E5E5D;
}

.newsitem A:link
{
	color: #002b8d;
	text-decoration: none;
}
.newsitem A:visited
{
	color: #002b8d;
	text-decoration: none;
}
.newsitem A:visited:hover
{
	color: #6C8EFF;
	background-color: #eee;
}
.newsitem A:hover
{
	color: #6C8EFF;
	background-color: #eee;
}
.newsitem A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
.newsitem A:active:hover
{
	color: #002b8d;
	background-color: #eee;
}

.messagetitle
{
	text-align: left;
	padding-left: 10px;
}

.messageuser A:link, .messagetitle A:link
{
	color: #002b8d;
	text-decoration: none;
}
.messageuser A:visited, .messagetitle A:visited
{
	color: #002b8d;
	text-decoration: none;
}
.messageuser A:visited:hover, .messagetitle A:visited:hover
{
	color: #6C8EFF;
	background-color: #eee;
}
.messageuser A:hover, .messagetitle A:hover
{
	color: #6C8EFF;
	background-color: #eee;
}
.messageuser A:active, .messagetitle A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
.messageuser A:active:hover, .messagetitle A:active:hover
{
	color: #002b8d;
	background-color: #eee;
}

.date
{
	color: #5E5E5D;
}

#ad1
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/*  product.aspx  */
.producttable
{
	font-size: 15px;
	margin-left: 20px;
	border: 2px solid #D1D1D1;
	border-collapse: collapse;
	border-spacing: 0;
}

.producttable tr
{
	height: 30px;
}

.producttable td
{
	padding-left: 10px;
}

.productp
{
	font-size: 15px;
	margin-left: 20px;
	text-indent: 0em;
	line-height: 20px;
}

.producttable A:link
{
	color: #898989;
	text-decoration: none;
}
.producttable A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
.producttable A:visited:hover
{
	color: #6C8EFF;
	background-color: #eee;
}
.producttable A:hover
{
	color: #6C8EFF;
	background-color: #eee;
}
.producttable A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
.producttable A:active:hover
{
	color: #898989;
	background-color: #eee;
}
#orderleft H3
{
	padding-left: 25px;
	font-size: 15px;
	background: url(/images/h3.gif) #e7e7e7 no-repeat 7px 7px;
	width: 625px;
	line-height: 26px;
}

.spanred
{
	color: Red;
	font-weight: 600;
}

/*  quote.aspx  */
.top_tool
{
	height: 20px;
	border-bottom: 1px solid #D3D3D3;
	padding: 0px;
	background-color: #F4F4F4;
}

.top_tool1
{
	padding-left: 20px;
	padding-top: 5px;
	float: left;
	width: 200px;
}

.top_tool2
{
	float: right;
	width: 450px;
}

.top_tool A:link
{
	color: #3D3D3D;
	text-decoration: none;
}
.top_tool A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
.top_tool A:visited:hover
{
	color: #6C8EFF;
	text-decoration: none;
}
.top_tool A:hover
{
	color: #6C8EFF;
	text-decoration: none;
}
.top_tool A:active
{
	color: #6C8EFF;
	text-decoration: none;
}
.top_tool A:active:hover
{
	color: #3D3D3D;
	text-decoration: none;
}

#topsearch
{
	height: 50px;
}

.wwwleft
{
	float: left;
	width: 300px;
	padding-left: 80px;
	text-align: left;
	margin-top: 35px;
}

.wwwlefta
{
	margin-right: 30px;
}

.wwwleft2
{
	float: left;
}

.wwwleft3
{
	float: left;
	width: 300px;
	padding-left: 80px;
	text-align: left;
	margin-top: 35px;
}

.wwwhouseinfo A:link
{
	color: #6C8EFF;
	text-decoration: none;
}
.wwwhouseinfo A:visited
{
	color: #6C8EFF;
	text-decoration: none;
}
.wwwhouseinfo A:visited:hover
{
	color: #5E5E5D;
	text-decoration: none;
}
.wwwhouseinfo A:hover
{
	color: #5E5E5D;
	text-decoration: none;
}
.wwwhouseinfo A:active
{
	color: #5E5E5D;
	text-decoration: none;
}
.wwwhouseinfo A:active:hover
{
	color: #6C8EFF;
	text-decoration: none;
}

#mainleft
{
	margin: 0px auto;
	width: 690px;
	float: left;
	height: auto;
	text-align: center;
	border-bottom: solid 1px peachpuff;
	border-left: solid 1px peachpuff;
	border-right: solid 1px peachpuff;
	border-top: solid 1px peachpuff;
}

#mainright
{
	width: 300px;
	float: right;
	height: auto;
	border: solid 1px peachpuff;
}

.houseimgthumbs1
{
	width: 120px;
	height: 85px;
	border-width: 0px;
}

.houseimgthumbs2
{
	width: 100px;
	height: 85px;
	border-width: 0px;
}

#searchhomemain
{
	margin: 4px auto;
	width: 1000px;
}

#searchhomemain A:link
{
	text-decoration: none;
}
#searchhomemain A:visited
{
	color: #5E5E5D;
	text-decoration: none;
}
#searchhomemain A:visited:hover
{
	color: #6C8EFF;
	text-decoration: underline;
}
#searchhomemain A:hover
{
	color: #6C8EFF;
	text-decoration: none;
}

.waibiao
{
	width: 1005px;
	height: auto;
	padding-left: auto;
	padding-right: auto;
}
.perinfoshowleft
{
	float: left;
	width: 750px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
}
.right
{
	float: right;
	width: 247px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
}
.right1
{
	width: 200px;
	height: 100px;
	border: 1px solid;
	margin: 0px auto;
}
.right2
{
	width: 200px;
	height: auto;
	border: 1px solid;
	height: 350px;
	margin: 0px auto;
}
.fod
{
	width: 1003px;
	height: auto;
	padding-top: 10px;
	font-size: 14px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
}

#quoteleft1
{
	float: left;
	width: 740px;
}

#quoteleft2
{
	float: left;
	margin-left: 10px;
	width: 250px;
}

/* ----- remainmsg.aspx ----*/
.Msgbox {
	clear:both;
	margin-bottom:5px;
	border:1px solid #E4E4E4;
	display: block;
	font-size:11pt;
    text-align:left;
}
.Msgbox .Mtop {
	padding:4px 2px;
	background-color:#F0FFF0;
	border-bottom:1px solid #E4E4E4;
	height:14px;
	line-height: 18px;
}
.Msgbox .Mtop .Nickname { float:left;font-size:12px;}
.Msgbox .Mtop .About {	float:right;}
.Msgbox .Mbottom { clear:both;  margin-top:10px;}
.Msgbox .Mbottom .Content { padding:0px 36px; font-family: Arial, Helvetica, sans-serif;}
.Msgbox .Mbottom .Content p { font-size:12px;}
/*
============================================= 
*/
/* ============================================
留言输入框

Usage examples:
<div class="GuestInBox">
	<h2></h2>
	<div class="LeftBox">
		<div class="LeftINput">
			<ul>
				<li></li>
			</ul>
		</div>
	</div>
	<div class="RightBox">
		<div class="RightInput"></div>
	</div>
</div>
============================================ */
.GuestInBox {
	border:2px solid #EEEEEE;
	overflow: hidden;
	font-size:10px;
	margin:5px 0px;
}
.GuestInBox h2 {
	background-color:#F0FFF0;
	padding:4px 0 4px 2px;
	font-size: 16px;
	font-weight:normal;
	border-bottom:2px solid #EEEEEE;
}
.GuestInBox .LeftBox {
	float: left;
	border-right:2px solid #EEEEEE;
	width:40%;
	padding:28px 0px;
}
.GuestInBox .LeftBox .LeftInput {
	width:380px;
	margin:0 auto;
	line-height:20px;
}
.GuestInBox .LeftBox li {
	height:25px;
}
.GuestInBox .LeftBox label {
	float: left;
	width:90px;
	text-align:right;
}
.GuestInBox .RightBox {
	float:left;
	padding:14px 0pt;
	text-align:center;
	width: 59%;
}
.GuestInBox .RightBox .RightInput {
	margin:0 auto;
}

/*=============== vin_Page ===========*/

A.fy {
	BORDER-RIGHT: #b9b7b7 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #b9b7b7 1px solid; PADDING-LEFT: 7px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; MARGIN: 1px; BORDER-LEFT: #b9b7b7 1px solid; COLOR: #8b8a8a; PADDING-TOP: 3px; BORDER-BOTTOM: #b9b7b7 1px solid; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
A.fy:hover {
	TEXT-DECORATION: underline
}
A.fy2 {
	BORDER-RIGHT: #b9b7b7 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #b9b7b7 1px solid; PADDING-LEFT: 7px; FONT-WEIGHT: bold; BACKGROUND: #8b8a8a; PADDING-BOTTOM: 3px; MARGIN: 1px; BORDER-LEFT: #b9b7b7 1px solid; COLOR: #fff; PADDING-TOP: 3px; BORDER-BOTTOM: #b9b7b7 1px solid; FONT-FAMILY: Arial; TEXT-DECORATION: none
}


/* --- showmore.aspx ---- */

.showmore_item
{
	width: 98%;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #D1D1D1;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

.showmore_leftdiv
{
	float: left;
	width: 192px;
	text-align: center;
	margin: 15px 5px 17px 7px;
	border-top: solid 1px #D1D1D1;
	border-bottom: solid 2px #D1D1D1;
	border-left: solid 1px #D1D1D1;
	border-right: solid 2px #D1D1D1;
}

.showmore_img
{
	border: solid 1px #D1D1D1;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.showmore_rightdiv1
{
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-left: 8px;
	border-bottom: solid 1px #D1D1D1;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-size: 15px;
	color: #215da9;
	padding-left: 8px;
	padding-bottom: 3px;
	font-weight: 600;
}

.showmore_advaddress
{
	float: left;
	width: 450px;
	font-size: 14px;
	color: #5E5E5D;
	margin-top: 6px;
	padding-left: 20px;
}

.showmore_rightdiv2
{
	margin-top: 3px;
	margin-left: 10px;
}

.showmore_rightdiv2_1
{
	float: left;
	width: 200px;
	margin-top: 3px;
	margin-left: 20px;
	color: #5E5E5D;
	line-height: 20px;
	margin-bottom: 15px;
}

.showmore_rightdiv1 A
{
	color: #215da9;
	text-decoration: none;
}

.showmore_rightdiv1 A:hover 
{
	text-decoration: underline;
}
