﻿/****************************************************/
/* CSS FOR www.oyly.net                             */
/* design:linxz                                     */
/* E-mail:linxz428@gmail.com                        */
/* date:2007-9-4                                    */
/* version:1.0                                      */
/* 内容说明：控制关于我们页面风格的样式文件            */
/****************************************************/

#box{
	margin:0 auto;
	width:960px;
}
.aboutContentBorder {
	width:700px;
	border:1px solid #04ADF0;
	border-collapse:collapse;
	padding-bottom:10px;
}
.aboutContentBorder h3 {
	border-bottom:1px #04ADF0 solid;
	background-color:#E5F7FB;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#666;
	text-indent:1em;
}
.aboutContentBorder p, .aboutContentBorder strong, .aboutContentBorder dl, .aboutContentBorder form {
	margin:0 auto;
	width:90%;
	text-indent:2em;
	font-size:12px;
	color:#333;
	line-height:150%;
}
.aboutContentBorder dl {
	text-indent:0;
}
.aboutContentBorder ul {
	margin:5px auto;
	width:90%;
	border-bottom:1px dashed #CCC;
	padding-bottom:5px;
	list-style:none;
}
.aboutContentBorder ul li {
	height:20px;
	line-height:20px;
	color:#333;
}
.aboutContentBorder form label {
	width:100%;
	height:30px;
	display:block;
}
.aboutContentBorder form label input {
	height:18px;
	line-height:18px;
	width:150px;
	border:1px solid #CCC;
	margin-right:5px;
	background-color:#F9F9F9;
}
.aboutContentBorder form label input.name_input {
	width:80px;
}
.aboutContentBorder form label input.addr_input {
	width:100px;
}
.aboutContentBorder form label input.homepage_input {
	width:120px;
}
.aboutContentBorder form label input.email_input {
	width:120px;
}
.aboutContentBorder form label input.title_input {
	width:200px;
}
.aboutContentBorder form label.btn_input {
	text-align:center;
}
.aboutContentBorder form label.btn_input input {
	margin-top:10px;
	width:100px;
	height:25px;
	line-height:25px;
}
.aboutContentBorder form label textarea {
	width:300px;
	margin-right:5px;
	height:50px;
	border:1px solid #CCC;
	background-color:#F9F9F9;
}
.aboutContentBorder form label span {
	color:#F00;
}
/****************************************************/
/* CSS FOR www.oyly.net                             */
/* design:linxz                                     */
/* E-mail:linxz428@gmail.com                        */
/* date:2007-6-30                                   */
/* version:1.0                                      */
/* 内容说明：控制各个子频道主体风格的样式文件          */
/****************************************************/



/*各个子频道栏目的结构*/
#subLeftBox,#subLeftBox1{
	float:left;
	width:250px;
}
#subRightBox,#subRightBox1{
	float:right;
	width:740px;
}
#subLeftBox1{
	width:250px;
}
#subRightBox1{
	width:700px;
}
.subRightBox1_border{
	border:#CDCDCD 1px solid;
}


/*面包屑导航样式*/
#pageIndex{
	float:left;
	width:auto;
}
#pageIndex h6{
	font-size:12px;
	color:#7D7D7D;
	font-weight:normal;
	margin:0;
}
/*左侧边样式*/
.leftSubList{
	
	width:248px;
	border:1px solid #ccc;	
	min-height:100px;
	height:100%;
	height:auto;
	margin-bottom:5px;
}
.leftSubList h3{
	width:auto;
	height:30px;
	line-height:30px;
	margin:0;
	padding-right:.5em;
	font-size:14px;
	text-indent:1em;
	color:#666;
	border-bottom:#CDCDCD 1px solid;
	background-color:#F6F6F6;
} 
.leftSubList a.moreA{		/* 更多的图标控制*/
	float:right;
	margin-top:-20px;
	margin-right:5px;
}
.leftSubList ul{
	margin:0 auto 5px;
	padding:0;
	list-style:none;
	width:250px;
}
.leftSubList li{
	width:220px;
	height:25px;
	line-height:25px;
	text-indent:1em;
	background:url(/images/arrow1.gif) no-repeat left center;
	border-bottom:1px #CCC dashed;
}

/*右侧边搜索样式*/
#subSearchBox{
	margin:0 auto 5px;
	width:100%;
	height:30px;
	line-height:30px;
	border:#04ADF0 1px solid;
	background-color:#E5F7FB;
}
.subSearchBoxCenter{
	text-align:center;
}
#subSearchBox *{
	vertical-align:middle;
	margin:3px 0;
}
#subSearchBox h3#lineSearch{
	width:150px;
	float:left;
	text-indent:-9999px;
	background:url(/images/line_sou.jpg) no-repeat 10px center;
}

/*路线列表*/
#roadLineList{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #CCC;
	background:url(/images/td_bg2.jpg) repeat-x left 27px;
}
#roadLineList th{
	height:35px;
	font-size:14px;
	background:url(/images/tab_bb.jpg) repeat-x top left;
}
#roadLineList td{
	height:25px;
	line-height:25px;
	text-align:center;
	border-bottom:1px #CCC dashed;
}
span#dijie, span#zutuan, span#sanke,span.redFont{
	color:#fc9603;
	font-size:12px;
	font-weight:bold;
}
span#zutuan{
	color:#00C;
}
span#sanke{
	color:#079807;
}
span.redFont{
	color:#F00;
	font-weight:normal;
}

/*右侧标题控制*/
#subRightBox1 h2{
	width:auto;
	height:30px;
	line-height:30px;
	margin:0;
	padding-right:.5em;
	font-size:14px;
	text-indent:1em;
	color:#666;
	border-bottom:#CDCDCD 1px solid;
	background-color:#F6F6F6;
}

/*我要上传文字样式*/
a#upMap{
	margin-top:-25px;
	margin-right:5px;
	display:block;
	float:right;
}