/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等<!-- suizone --> */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {COLOR: #000000;} /* 未访问的链接 */
a:visited {COLOR: #000000;} /* 已访问的链接 */
a:hover{COLOR: #fd2828;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {COLOR: #fd2828;text-decoration: underline;} /* 点击激活链接 */

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等<!-- suizone --> */
body{
margin:0px;
font-size: 9pt;
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color:
#330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:"宋体";
font-size: 9pt;
line-height: 150%;
font-weight: normal;
}

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle{
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line{
line-height: 1px;background-image: url(/Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: 
#ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right{
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1{
border: 1px solid #bfbfbf;
}
.title{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border{
border: 1px solid #449ae8;
}
.tdbg/* <!-- suizone --> */
{
background:#ffffff;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2{
background:#e0eef5;line-height: 120%;
}
.tdbg5{
background:#e0eef5;line-height: 120%;
}
.title5{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1{
width:90px;
}
.show_page {
text-align: center;
}

/* =====自定义网站首页===== */
.my_logo{
	background-image: url(/Skin/images/logo.gif);
	height: 70px;
	width: 1003px;
}
.my_idot{
	background-image: url(/Skin/images/idot.gif);
	height: 23px;
	background-repeat: repeat-x;
}
.my_inewstitle{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.my_menuitem{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 75px;
}
.my_footer{
	background-image: url(/Skin/images/footer.jpg);
	height: 50px;
	width: 1003px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* =====自定义网站内容===== */
.my_productbg{
	background-image: url(/Skin/images/productbg.jpg);
}
.my_productitem{
	background-image: url(/Skin/images/productitem.gif);
	width: 225px;
        height: 30px;
	text-indent: 35pt;
}
.my_navigationbgl{
	background-image: url(/Skin/images/navigationbg.gif);
	height: 30px;
	background-repeat: repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
}
.my_navigationbgr{
	background-image: url(/Skin/images/navigationbg.gif);
	heeiht: 30px;
	background-repeat: repeat-x;
	text-align: right;
}
.my_newstitle{
        height: 23px;
}
.my_title{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.my_subtitle{
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.my_content{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: top;
	height: 400px;
}
.my_contentm{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: top;
	text-align: center;
	height: 400px;
}
.my_phone{
	font-family: "Georgia";
	color: #990000;
}

/* =====DIV+CSS-link===== */
.linkfriendsite{
float: left;
margin: auto;
padding: 0px 7px 0px 0px; 
} /*系统默认DIV输出*/

/* =====自定义网站链接===== */
a.my_menu:link {FONT-SIZE: 13px;COLOR: #ffffff;font-weight: bold;}
a.my_menu:visited {FONT-SIZE: 13px;COLOR: #ffffff;font-weight: bold;}
a.my_menu:hover{FONT-SIZE: 13px;COLOR: #ffffff;text-decoration: underline;font-weight: bold;}
a.my_menu:active {FONT-SIZE: 13px;COLOR: #ffffff;text-decoration: underline;font-weight: bold;}

a.my_product:link {FONT-SIZE: 13px;COLOR: #666666;font-weight: bold;}
a.my_product:visited {FONT-SIZE: 13px;COLOR: #666666;font-weight: bold;}
a.my_product:hover{FONT-SIZE: 13px;COLOR: #666666;text-decoration: underline;font-weight: bold;}
a.my_product:active {FONT-SIZE: 13px;COLOR: #666666;text-decoration: underline;font-weight: bold;}

/* =====自定义网站表单===== */
.my_input{
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: transparent;
}

.my_submit{
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: transparent;
}

.my_text{
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: transparent;
}