﻿@charset "utf-8";
/* CSS Document 搜索区域用到的样式*/


/*职位分类等下拉菜单背景*/
A.buttonPopupDiv200 {
	FONT-SIZE: 12px;
	BACKGROUND: url(img/search-bg-01.gif) no-repeat;
	WIDTH: 200px;
	COLOR: #000000;
	HEIGHT: 22px;
	TEXT-DECORATION: none
}
.buttonPopupDiv200 {
    border:none;
    padding-left:10px;
    font-size:12px;
	background: url(img/search-bg-01.gif) no-repeat;
	width:200px;
	cursor:pointer;
	color:#000000;
	height: 22px;
	text-align:left!important;
}

/*城市选择输入框*/
.textBorder {
	BORDER-RIGHT: #609ed3 1px solid; BORDER-TOP: #609ed3 1px solid; PADDING-LEFT: 3px; VERTICAL-ALIGN: bottom; BORDER-LEFT: #609ed3 1px solid; BORDER-BOTTOM: #609ed3 1px solid; HEIGHT: 18px; LINE-HEIGHT: 18px; 
}
 HTML .textBorder {
	MARGIN-TOP: -1px
}
UNKNOWN {
	MARGIN-TOP: -1px
}
/*城市选择输入框后面的按钮*/
.addbutton2 {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BACKGROUND: url(img/btn-selcity.gif) no-repeat; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: -7px; WIDTH: 47px; CURSOR: pointer; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px
}

/*输入框标题位置 带左上圆角*/
.JobSearchTitBlock{ display:block; line-height:200%; border:1px solid #609ed3; padding-left:30px; padding-top:10px; padding-bottom:10px; color:#666666;}
.JobSearchTitBlock2 img{ display:block; clear:both; float:left; position:absolute;}

.JobSearchTitBlock3{display:block; background-color:#EDFAFE; padding:10px 30px;border-left:1px solid #609ed3;border-right:1px solid #609ed3;border-bottom:1px solid #609ed3;}

.JobSearchTitBlock4{display:block;  border:1px solid #609ed3; padding-left:0px; padding-top:10px; color:#666666; float:left; clear:both; width:998px; }

/*高级搜索链接样式*/
.SuperSeaLinks a{ color:#000000; text-decoration:none;}
.SuperSeaLinks a:hover{ color:#ff3300; text-decoration: underline;}

/*知识问答库 按属性分类导航条样式 如 已回答 未回答等*/
.shadetabs{
border-bottom: 1px solid #d1e1f4;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 1px 0;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 0;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align:left; /*可设置菜单的位置 left, center,或者 right*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 7px 4px 7px;
margin-right: 1px;
border: 1px solid #d1e1f4;
color: #2d2b2b;
background: white url(../imgadd/shade.gif) top left repeat-x;
line-height:22px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top:1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../imgadd/shadeactive.gif);
border-bottom-color: white;
color:#0066CC;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/*列举ul样式*/
.ListProfess{ display:block; margin:20px 30px; float:left; position:relative; clear:both; line-height:250%;}
.ListProfess li{ display:block; width:197px; float:left; background:url(img/arrow-homeleftnavi.gif) no-repeat 0 9px; padding-left:22px;}
.ListProfess li a{ color:#000000; text-decoration:none;}
.ListProfess li a:hover{ color:#ff3300; text-decoration:none;}

.ListProfess2{ display:block; margin:0 30px; float:left; position:relative; clear:both; line-height:180%;}
.ListProfess2 li{ display:block; width:220px; float:left; background:url(img/arrow-homeleftnavi.gif) no-repeat 0 5px  ;}
.ListProfess2 li a{ color:#000000; text-decoration:none; padding-left:22px;}
.ListProfess2 li a:hover{ color:#ff3300; text-decoration:none;}






