﻿	/*系统样式*/
td {
	font-family:"arial";
	font-size: 12px;
	color: #321C07;
}

.bt {
	text-decoration: none;
	color: #666666;
	background-color: #E8E8E8;
	border: 1px outset;
	height:22px;
	line-height:20px;
	font-weight: bold;
}
.input {
	COLOR: #321C07;
	BACKGROUND-COLOR: #F9F9F9;
	text-decoration: none;
	width: 100%;
	border: 1px inset;
}
.logininput {
	font-size:11px;
	COLOR: #321C07;
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border: none;
	line-height: 16px;
	height: 18px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #2D6400;
}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #2D6400;} /* 未访问的链接 */
a:visited {color: #2D6400;} /* 已访问的链接 */
a:hover{color: #f35530;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #FFFFFF;}
a.channel:visited {color: #FFFFFF;}
a.channel:hover{color: #f35530;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #333333;}
a.channel2:visited {color: #333333;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #333333;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #2D6400;}
a.class:visited {color: #829713;}
a.class:hover{color: #f35530;}
a.class:active {color: #037fa8;}

	/*内容行高样式*/
.h22 {
	line-height: 22px;
	WORD-WRAP: break-word;
	word-break:break-all;
	text-align:justify;
}
.h18{
	line-height: 18px;
	WORD-WRAP: break-word;
	word-break:break-all;
	text-align:justify;
}
/*中文*/
.cnfont{
	font-size: 12px;
}
/*英文*/
.enfont{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:link{
	font-family:"Tahoma";
	font-size: 11px;
}

/*当前点击样式*/
.this {
	COLOR: #DD0009;
}

/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
	color: #579f00;
	font-size: 13px;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
	color: #0a246a;
	font-size: 13px;
	line-height: 22px;
}
/*整体文字色定义*/
.font1{
	COLOR: #321C07;
	text-decoration: none;
	height:15px;
}
.font1 a:link{
	COLOR: #321C07;
	text-decoration: none;
	}
.font1 a:visited{
	COLOR: #321C07;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #C50046;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C50046;	
}

.font2{
	COLOR: #ffffff;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #ffffff;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #ffffff;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #FFCD56;
	text-decoration: underline;
}	

.font3{
	COLOR: #000;
	text-decoration: none;
}
.font3 a:link{
	COLOR: #000;
	text-decoration: none;
	}
.font3 a:visited{
	COLOR: #000;
	text-decoration: none;
}
.font3 a:hover{
	COLOR: #FFCD56;
	text-decoration: underline;
}	


/*白色透影*/
.whitety {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	text-decoration: none;
}

/*选项卡*/
.Menubox {
	margin:0px;
	padding:0px;
	list-style:none;
}
.Menubox ul{
	margin-left:20px;
	padding:0px;
}
.Menubox li{
	float:left;
	text-align:center;
	display:block;
	cursor:pointer;
	width:64px;
	height:18px;
	color:#ffffff;
	line-height:18px;
	margin-top:4px;
}
.Menubox li.hover{
	color:#000;
	background:url(tab_on.gif) no-repeat;
	width:64px;
	height:18px;
}
.contentbox{
	margin:0px;
	padding:0px;
}
/*选项卡结束*/


/*四位轮显图片样式*/

.fourpc{
	width:220px;
	height:150px;
}
.fourpc_case{
	border: 1px solid #000000;
}
.bigon{
	color:#ffffff;
	width:13px;
	height:13px;
	line-height:13px;
	font-size: 11px;
	font-weight:bold;
	cursor: pointer;
	background-color: #FFF2D2;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bigoff{
	color:#ffffff;
	width:13px;
	height:13px;
	line-height:13px;
	font-size: 10px;
	cursor: pointer;
	background-color: #000;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*中文small*/
.small{
	font: 11px "MingLiu";
}
.small a:link{
	font: 11px "MingLiu";
}
.small a:visited{
	font: 11px "MingLiu";
}
/*加粗*/
.bold{
	font-weight:bold;
}

.right-line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FEF4B9;
}
.right-bg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #612A03;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FEF4B9', endColorStr='#FFFCF0', gradientType='0')
}
.case-linebg{
	background-color: #612A03;
	background-image: url(case_linebg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
.line{
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.cbg1{
background-image: url(casebg.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #FFF8DB;
}
.cbg2{
background-image: url(casebg2.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #FFFCF0;
}
.nenkuang {
	padding: 5px;
}

/* ==RSS连接框定义== */
#popitmenu {
    BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; VISIBILITY: hidden; FONT: 12px/18px Verdana; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; POSITION: absolute; BACKGROUND-COLOR: white
}
#popitmenu A {
    DISPLAY: block; PADDING-LEFT: 6px; COLOR: black; TEXT-DECORATION: none;
}
#popitmenu A:hover {
    BACKGROUND-COLOR: #ccff9d;
}

/* ==用户登录框定义== */
#userlogined
{
    padding-left:10;text-align: left;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.havemessage
{
    BACKGROUND-COLOR: #ccff9d;
}
.havemessaged
{
    BACKGROUND-COLOR: #cc0000;
}
.spaceList  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.spaceList_image
{
text-align: center;
}
.spaceList_intro
{
text-align: center;
}
#showspacelist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}
.style11 {
COLOR: #6c6b6b;
LINE-HEIGHT: 20px;
font-size: 13px;
}
/* ==供求信息div按钮定义开始== */

