/*
-----------------------------------------------
Loooker Website Styles
Author:   Kevin
Version:  2007-07-14
----------------------------------------------- */

/* 	Shared Elements
----------------------------------------------- */

* {margin:0px;padding:0px;}
body {font:12px Tahoma,"宋体";color:#000; background:#FFF;}
img, fieldset {border:none;}
ul, ol {list-style:none;}

.clear {clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.seperator {margin:2px 0; width:100%; height:1px; line-height:1px; border-bottom:1px dashed #E3E3E3; float:left; display:inline; overflow:hidden;}
.seperator_nv {margin:2px 0; width:100%; height:1px; line-height:1px; border-bottom:1px solid #3b5998; float:left; display:inline; }

/* Hack*/
.dcbug {margin-right: -3px}/*Duplicate Characters Bug*/

/* background-color*/
.bg_color_br {background-color:#a75e14;}
.bg_color_nv {background-color:#3b5998;}

/* Hotspot*/
.hotspot_or {padding:3px; background:#FFF9D7; border:1px solid #E2C822;}/* 焦点框_橙色 */
.hotspot_or_subspot {padding:3px; background:#FFF5C1; }
.hotspot_bl {padding:3px; background:#D9E7F7; border:1px solid #8CB6E7;} 		/* 焦点框_蓝色 */


/* Border Style*/
.border_solid {border:1px solid #ccc; }
.border_dashed {border:1px dashed #ccc; }
.border_none {border:0px; }
.input_border_none input{border:0px;}
/* list style */
.list_circle {margin-left:20px; list-style:circle; line-height:20px}
.list_disc {margin-left:20px; list-style:disc; line-height:20px}
.list_square {margin-left:20px;list-style:square; line-height:20px}
.list_mark {margin-left:20px; line-height:26px; list-style-image:url(../images/icon/icon_strike_9x9.gif);}
.list_cmark {margin-left:24px;padding:0; line-height:20px; list-style-image:url(../images/icon/icon_bluemark_16x16.gif); }
.list_border_bottom { list-style:none; }
.list_border_bottom li {border-bottom:1px solid #E3E3E3; height:26px; line-height:26px; vertical-align:middle; overflow:hidden; }

/* 	Forms
----------------------------------------------- */
input, select, textarea {margin:0; padding:2px; border:1px solid #BDC7D8; font:12px Arial,"宋体"; line-height:12px; color:#333333;}

.button {height:20px; background:#3b5998; border-right:1px solid #081C5A; border-bottom:1px solid #081C5A; border-left:1px solid #DEDFEF; border-top:1px solid #DEDFEF; font:12px Arial,"宋体";color:#FFF; vertical-align:middle; cursor:pointer;}

.input {padding:2px; border:1px solid #BDC7D8; line-height:12px; font:12px Arial,"宋体"; color:#333333; }
/*
.input {star: expression(
onmouseover=function(){this.style.borderColor="#D38C1B"},
onmouseout=function(){this.style.borderColor="#b2b8d0"})}
*/
.input_de {width:200px;} /*默认的input文本框长度*/
.select_de{width:100px;} 

.select_y, .select_m, .select_d {padding:2px; border:1px solid #BDC7D8; line-height:12px; font:12px Arial,"宋体"; color:#333333; }
.select_y {width:60px} /* 下拉列表_年 */
.select_m {width:40px} /* 下拉列表_月 */
.select_d {width:40px} /* 下拉列表_日 */

.listbox {border:1px solid #b2b8d0}


/* 	Fonts
----------------------------------------------- */
/* =font-size */
.font_10px {font-size:10px;}
.font_12px {font-size:12px;}
.font_14px {font-size:14px;}
/* =font-weight */
.font_b {font-weight:bold;}
/* =font-style */
.font_i {font-style:italic;}
/* =text-decoration  */
.text_u {text-decoration:underline;}
.text_o {text-decoration:overline;}
.text_l {text-decoration:line-through;}
/* =Color (l:light m:medium d:dark) */
.color_na {color:#3b5998;}  /* Navy */
.color_bl {color:#0099CC;}  /* Blue */
.color_or {color:#FF6633;}  /* Rrange */
.color_gr {color:#999999;}  /* Grey */
.color_sg {color:#cccccc;}  /* Slight Grey */
.color_br {color:#a75e14;}  /* Brown */
/* 对齐方式 */
.ta_left {text-align:left;}
.ta_center {text-align:center;}
.ta_right {text-align:right;}
.icon { width:30px; float:left; height:inherit;}
/* 字体组合 */
/* font navy */
.font_na_b_s, .font_na_b_l, .font_na_n_s, .font_na_n_l { color:#3b5998;}
.font_na_n_s_new { color:#3b5998;}
.font_na_b_s_new { color:#3b5998;}
.font_na_b_s {font-size:12px; font-weight:bold;}
.font_na_b_l {font-size:14px; font-weight:bold;}
.font_na_n_s {font-size:12px;}
.font_na_n_l {font-size:14px;}

/* font orange */
.font_or_b_s, .font_or_b_l, .font_or_n_s, .font_or_n_l {color:#FF6633;}
.font_or_b_s {font-size:12px; font-weight:bold;}
.font_or_b_l {font-size:14px; font-weight:bold;}
.font_or_n_s {font-size:12px;}
.font_or_n_l {font-size:14px;}

.font_br_b_s, .font_br_b_l, .font_br_n_s, .font_br_n_l {color:#D79815;}
.font_br_b_s {font-size:12px; font-weight:bold;}
.font_br_b_l {font-size:14px; font-weight:bold;}
.font_br_n_s {font-size:12px;}
.font_br_n_l {font-size:14px;}

.font_georgia {font:14px Georgia; color:#a75e14;}

/* 	Arrows
----------------------------------------------- */
.triangle {font:10px Arial,Verdana;}
.dot {font-family:"宋体"; vertical-align:middle; color:#3b5998;}
/* 	Links
----------------------------------------------- */
a {color:#000; text-decoration:none;}
a:hover {text-decoration:underline;}

a.k3 {color:#333333;text-decoration:underline;} /*黑色12px*/
a.k3:hover {color:#3b5998;text-decoration:underline;}

a.k1, a.k1_b{color:#3b5998;text-decoration: none;}
a.k1:hover, a.k1_b:hover {color:#3b5998;text-decoration:underline;}
a.k1_b, a.k1_b:hover {font-weight:bold;}

a.k2, a.k2_b{color:#3b5998;text-decoration:underline;}
a.k2:hover, a.k2_b:hover, a.k2_c, a.k2_c:hover {background-color:#3b5998; color:#FFF;text-decoration:none;}
a.k2_b, a.k2_b:hover {font-weight:bold;}

a.k4, a.k4_b{color:#D79815;text-decoration:none;}
a.k4:hover, a.k4_b:hover {color:#D79815;text-decoration:underline;}
a.k4_b, a.k4_b:hover {font-weight:bold;}



/* 	Headings
----------------------------------------------- */
h1 {color:#3b5998; font-size:14px; font-weight:bold; line-height:30px; text-align:center; }  /*文章标题*/
h2 {color:#999999; font-size:12px; font-weight:normal; text-align:center;}  				/*文章副标题*/
h3 {color:#3b5998; font-size:14px; line-height:30px; font-weight:bold; clear:both;}  		/*文章副标题*/
h4 {color:#3b5998; font-size:12px; line-height:30px; font-weight:normal; clear:both;}							/*文章副标题*/
p { line-height:20px; }

/* 	Container
----------------------------------------------- */
#header, #center, #footer {margin:0 auto; padding-bottom:10px;width:950px;clear:both;}	
#header { margin-top:10px;}  /* 页眉 */
#left 	{width:150px; float:left;}						/* 3列或2列时的左列 */
#middle {width:420px; float:left; padding:0 10px;}		/* 3列时的中列 */
#major 	{padding-left:10px; width:790px; float:left;}						/* 2列时的右主列，与#left搭配 */
#main 	{padding-right:10px; width:580px; float:left; } 	/* 2列时的左主列，与#right搭配 */
#right 	{width:360px; float:left;}						/* 2列或3列时的右列 */

/* Header */
#header_top,#header_bar, #header_nav,#header_src {width:100%;float:left;}
/*
#header_top { border-bottom-width: 15px; border-bottom-style: solid; border-bottom-color: #0b7799;}*/
#header_top .logo {width:290px;height:40px;display:block;background:url(../images/logo/logo_290_40.gif);float:left;}

#header_top #welcome {width:150px;height:40px;float:left;}
#header_top #search { width:350px; height:30px; float:left; margin-top:5px;}
#header_top #nav_utility {width:150px; height:40px; float:left;}

.nav_utility_section {width:85px; height:40px; float:left; }

.nav_login, .nav_register, .nav_settings, .nav_inbox {padding-left:30px; width:55px; height:40px; line-height:40px; color:#3b5998; text-decoration:underline; display:block; }
.nav_login {background:url(../images/icon/icon_nav_login_16x16.gif) no-repeat 7px 50%;}
.nav_register {background:url(../images/icon/icon_nav_register_16x16.gif) no-repeat 7px 50%;}
.nav_settings {background:url(../images/icon/icon_nav_settings_16x16.gif) no-repeat 7px 50%;}
.nav_inbox {background:url(../images/icon/icon_nav_inbox_16x16.gif) no-repeat 7px 50%;}

#nav_utility_addcv {width:170px; height:40px; float:left;}
.nav_btn_addcv {background: url(../images/btn/btn_addcv_170x25.gif) no-repeat 0 50%; display:block; height:100%; width:100%; outline:none;}

/*
#nav_utility li#nav_addcv  {background: url(../images/btn/btn_addcv_156x25.gif) no-repeat 0 50%; width:156px; height:40px; position: relative; }
#nav-utility li#nav_addcv a { display: block; height:100%; width:100%; outline:none; }
*/
#nav-utility li#nav-join { color: #666; width: 150px; height: 21px; margin-bottom: 12px;}
#nav-utility li#nav-join a { display: block; float: right; margin-top: -18px; background: url(/img/btn/btn_/btn/btn_joinnow_74x21.gif) no-repeat 100% 0; width: 74px; height: 21px; text-indent: -12345px; outline: none;}

#header_top #signout {display:block;}

/* #header_bar导航条样式 */
#header_bar {margin-top:5px; height:12px; border-top:1px solid #283E68; }
#header_bar_inner {width:100%; height:10px; border-top:1px solid #839DCF;border-bottom:1px solid #31497D; background-color:#3B5998; overflow:hidden; float:left;}

/* #header_nav导航条样式 */
#nav_top { height:30px; float:left;}
#nav_top_left {width:620px; float:left; height:30px;}
#nav_top_middle { width:200px; height:30px; float:left;}
#nav_top_right { margin-left:5px; padding-top:2px; width:125px; height:28px; float:right;}

#nav_top_right a {height:25px; background:url(../images/btn/button_addcv_125x25.gif) no-repeat; display:block;}
#nav_top ul{ list-style:none ; float:left; clear:both; margin-left:0px;}
#nav_top ul li,#nav_top ul li a{text-align:center; height:30px; line-height:30px; display:block; color:#000; font-size:12px; float:left; }
#nav_top_left ul li { text-align:right; color:#bebebe; width:95px;}
#nav_top_left ul li a, #nav_top_left ul li a:hover { width:95px; height:27px; font-size:14px; line-height:27px; border-bottom:3px solid #FFF; vertical-align:middle;}
#nav_top_left ul li a:hover {text-decoration:none; border-bottom:3px solid #3b5998;}
#nav_top_left ul li img {margin-top:9px;}
#nav_top_left ul li.sp { padding-bottom:3px; width:6px; height:27px; font-size:12px; overflow:hidden;}
#nav_top ul li.core a {margin-left:15px; width:110px; background:#67A54B;}
#nav_top ul li a span.new {position:absolute; top: -7px; right:2px; z-index:1; text-indent: -12345px; background: url("../images/icon/icon_new_32x14.gif") no-repeat; height: 14px; width: 32px; }
.nav_top_core, .nav_top_core:hover {margin-top:5px; padding:3px 5px 0 5px; width:100px; height:21px; line-height:21px; text-decoration:none; background:#84BE3C url(../images/bg/bg_round_conor_100_21.gif) no-repeat; text-align:center; color:#FFF; cursor:pointer; display:block;}

.core a { display:block; color: #FFFFFF;
	background-color: #67A54B;
	text-align: center;}
#mobile_box { background:url(../images/icon/icon_mobile_16x16.gif) no-repeat 7px 50%; height:30px; line-height:30px; float:left; width:90px;}
#mobile_box a { height:30px; line-height:30px; display:block;  color:#3b5998;}
#company_service { background:url(../images/icon/icon_key_plus_16x16.gif) no-repeat 7px 50%; height:30px; line-height:30px; float:left; width:110px; display:block;}
#company_service a { height:30px; line-height:30px; display:block;  color:#3b5998;}

/* 子导航条样式 */
#nav_sub {background:#BDCBDE; height:22px; clear:both; }
#nav_sub_left {width:710px; height:22px;float:left;}
#nav_sub_right {width:120px; height:22px;float:left; }
#nav_subbox ul {list-style:none; margin:4px 0 0 0; padding:0 0 0 40px; float:left; clear:both;}
/*子菜单基本style*/
.nav_sublayer { display:none; height:22px;}
/*子菜单 上下位置*/
.nav_subbox {}

/** 子菜单显示位置 如果不显示加display:none **/
#nav_sub_1 ul {margin: 0px 0px 0px 0px;}
#nav_sub_2 ul {margin: 0px 0px 0px 75px;}
#nav_sub_3 ul {margin: 0px 0px 0px 215px;}
#nav_sub_4 ul {margin: 0px 0px 0px 330px;}
#nav_sub_5 ul {margin: 0px 0px 0px 470px;}
#nav_sub_6 ul {margin: 0px 0px 0px 350px;}
#nav_sub_7 ul {margin: 0px 0px 0px 500px;}

#qyfw { width:110px; border:1px solid #3b5998;; position:absolute; z-index:1;}
#qyfw li { margin:0; padding:0; width:110px; height:30px; line-height:30px; border-bottom:1px solid #3b5998; }
#qyfw li a{ height:30px; line-height:30px; display:block; color:#FFF; background-color:#6B86B5; text-align: center;}
#qyfw li a:hover { background-color:#3b5998; color:#FFF; text-decoration:none;}

.nav_sublayer li {list-style-type:none; display:inline; height:22px;}
.nav_sublayer li a {color:#3b5998; margin-right:20px; line-height:16px; padding:3px 10px 3px 10px; display:block; text-decoration:none; float:left; }
.nav_sublayer li a:hover, .nav_sublayer li a:active, .nav_sublayer li a:focus {color: #FFF; text-decoration:none; background-color:#3b5998;}

/* header_src 搜索条 */
#header_src {padding:3px 0px; height:25px; line-height:25px; background: url("../images/bg/bg_search_1x38.gif") repeat-x; border-bottom:1px solid #999; float:left;}
#header_src_left { padding-left:200px; width:550px; height:25px; line-height:25px;vertical-align:middle; float:left;}
.icon_search {padding-left:24px; width:0px; height:25px; line-height:25px; background: url(../images/icon/icon_search_16x16.gif) no-repeat 4px 50%; float:left; }
#header_src_right { width:200px; height:25px; line-height:25px; float:left;}
/*header_banner*/
#header_banner { height:80px; width:950px; float:left; }


/* 	# Footer
----------------------------------------------- */
#footer { padding-bottom:0px; border-bottom:5px solid #3b5998; }
#footer_nav, #footer_utility, #footer_copyright {width:950px; float:left; text-align:center;}
#footer_left { width:140px; height:60px; text-align:center; background:#3b5998; color:#fff; float:left;}
#footer_middle { height:60px; float:left; width:560px; color:#3b5998;}
#footer_middle a { color:#3b5998;}
#footer_right { height:60px; float:left; width:250px;}
#footer_nav {height:25px; line-height:25px; text-align:center; border-top:#b2b7cd 1px solid; border-bottom:#b2b7cd 1px solid; }

#footer_focus {margin:0 auto; padding:5px 0; width:450px;}
#footer_utility_l {padding:5px; width:190px; height:50px; background:url(../images/bg/bg_footer_tel.gif) no-repeat; float:left; }
#footer_utility_r {width:230px;height:60px; float:left;}
.logomini {height:25px;display:block;background:url(../images/logo/logo_loooker_76x25.gif) no-repeat 50%; width:76px;}
.shca {margin:auto; padding-left:20px; width:130px; height:17px; line-height:17px;background:url(../images/logo/logo_shca_15x17.gif) no-repeat 0%;}
#footer_copyright {text-align:center; }

/* 	Right Box
----------------------------------------------- */
.rightbox {margin-bottom:10px; width:360px; float:left;}
.rightbox_title {width:100%; height:20px; line-height:20px; border-bottom:2px solid #3b5998; float:left; }
.rightbox_title_heading {width:150px; float:left;}
.rightbox_title_tab1, .rightbox_title_tab2 {width:105px; text-align:center; cursor:pointer; float:left;}
.rightbox_title_tab1 {background:#BECBD8; color:#000; }
.rightbox_title_tab2 {background:#CCD6E0; color:#000; }

.rightbox_content {width:360px; float:left;}
.rightbox_a {margin:10px; width:338px; float:left; display:inline; } /* 1列 (a:1列；b:2列) */ 
.rightbox_bl {margin:10px 5px 10px 10px; width:164px; float:left; display:inline; } /* 2列左 */
.rightbox_br {margin:10px 10px 10px 5px; width:164px; float:left; display:inline;} /* 2列右 */
.rightbox_c_l, .rightbox_c_m, .rightbox_c_r { width:106px; float:left; } /* 3列logo小盒子带边距 */
.rightbox_c_l {margin:0 10px 0 0; }	 /* 3列 左*/
.rightbox_c_m {margin:0 0 0 0; }		 /* 3列 中*/
.rightbox_c_r {margin:0 0 0 10px; }	 /* 3列 右*/

 /* 3列图标小盒子ul */
.rightbox_utility {float:left;}
.rightbox_utility li {width:112px; height:30px; line-height:30px; display:inline; float:left;}
.rightbox_utility a {padding-left:30px; width:82px; background-repeat:no-repeat; background-position:7px 50%; display:block;}

.rightbox .seperator {margin:0 10px; width:338px;} /* 水平分割线；在最前面已定义过*/

/* rightbox的边框*/
.rightbox_solid, .rightbox_dashed {margin-bottom:10px; width:358px; float:left;}
.rightbox_solid {border:1px solid #ccc;}  /* 实线边框*/
.rightbox_dashed {border:1px dashed #ccc;} /* 虚线边框 */


/*index rightbox */
#recomand { width:360px; background:#F2F8FD; overflow:hidden;}
.recomand_picbox { width:360px; height:184px; background:#fff; text-align:center; margin:0 0px 5px 0px; float:left; display:inline; }
#recomand_text { margin:0 10px; padding:0px 10px; width:320px; height:60px; background: url(../images/bg/bg_recomm_340x60.gif) no-repeat;; color:#fff; float:left; display:inline;}
.recomand_text_box { width:320px; height:60px; display:none; float:left; }
#recomand_now_title { width:340px; height:20px; background:#3b5998; color:#FFF; line-height:20px; margin:0 10px; text-align:center; float:left; display:inline;}
.recomand_picbox_member li { margin:1px 2px; padding:2px; float:left; height:86px; width:64px; text-align:center; cursor:pointer; border:2px solid #EFEFEF;}
.recomand_picbox_member li:hover { border:2px solid #3b5998;}
.recomand_picbox_member_1 li {  height:88px; width:68px; margin:2px 1px;  text-align:center;cursor:pointer; float:left;}
.recomand_picbox_member_1 li a {height:80px; width:60px;  padding:2px; border:2px solid #EFEFEF; display:block;}
.recomand_picbox_member_1 li a:hover { border:2px solid #3b5998;}
#recomand_button { margin:0 10px; width:340px; height:40px;  float:left; display:inline;}
#recomand_button_left {  width:220px; height:40px; line-height:20px; color:#1b4653; float:left; }
#recomand_button_right {  padding-top:7px; width:120px; height:33px; float:left;}


#index_thanks { background:url(../images/bg/index_thanks.jpg) no-repeat; height:155px;}
#index_group_title { background:url(../images/bg/index_group_title.jpg) no-repeat; height:55px;}
#index_group_ul ul {  margin:10px; }
#index_group_ul ul li { border-bottom:dashed 1px #478cc3;}
#index_group_name { width:338px; color:#3b5998;}
#index_group_name a { color:#3b5998;}
.index_group_name_title { width:318px; padding-left:20px; background:url(../images/icon/index_group_name_title.jpg) no-repeat; float:left;}
.index_group_name_ul {width:338px; line-height:20px;}
/* 	Main Box
----------------------------------------------- */
.mainbox {margin-bottom:10px; width:580px; float:left; }
.mainbox_section {margin:0 10px 10px 10px; width:560px; float:left; display:inline; } /* 无边框的mainbox中间部分 */
.mainbox_title {width:100%; border-bottom:2px solid #3b5998; height:20px; line-height:20px; float:left;}
.mainbox_content {width:580px; float:left}
.mainbox_a { margin:10px 10px; width:558px; float:left; display:inline; } 			/* 中列的大块内容区 */
.mainbox_a_s {margin:5px 10px; width:558px; float:left; display:inline;}		/* 中列的小块内容区 */
.mainbox_bl {margin:10px 5px 10px 10px; width:264px; float:left; display:inline; } /* 2列左 */
.mainbox_bl h1 {text-align:left;}
.mainbox_bl li {display:inline;}
.mainbox_br {margin:10px 10px 10px 5px; width:264px; float:left; display:inline;} /* 2列右 */
.mainbox_br h1 {text-align:left;}
.mainbox_br li {display:inline;}
.mainbox_m { margin:20px auto; width:520px; display:inline; } 			/* 中列大块居中 */
.title_more { float:right; color:#fff; padding-right:20px;}
.title_span_right { width:186px; float:right; cursor:pointer;}
.title_span_right li { margin-left:2px; width:60px; height:20px; text-align:center; display:block; float:left; }
.title_span_right li a {color:#FFF; width:60px; height:20px; background:#607EBF url(../images/bg/bg_rd_conor_60x20.gif) no-repeat; color:#fff; display:block;}
.title_span_right li a:hover { color:#FFF; background:#3b5998 url(../images/bg/bg_rd_conor_60x20.gif) no-repeat;}
.title_more  a { color:#fff;}
/*
.mainbox .seperator {margin:0 10px; width:560px; } // mainbox_section之间的分隔线 //
*/
.mainbox_content .seperator {margin:0 10px; width:558px; } 


/*mainbox中模拟表格的div*/
.mainbox_t_h, .mainbox_t_c, .mainbox_t_h_l, .mainbox_t_c_l, .mainbox_t_l {height:26px; line-height:26px; float:left;}
.mainbox_t_h {padding:0 10px 0 0; width:110px; text-align:right;}
.mainbox_t_c {width:438px; }
.mainbox_t_h_l {padding:0 10px 0 0; width:110px; height:80px; text-align:right;} 	/* 较高的t_h*/
.mainbox_t_c_l {width:438px; height:80px; } 					/* 较高的t_c*/
.mainbox_t_section_title {padding-left:26px; background:url(../images/icon/icon_cv_section_16x16.gif) no-repeat 5px 50%; font-size:14px; font-weight:bold; color:#3b5998; float:right; } /* CV section*/ 
.mainbox_t_l {width:558px; text-align:center; }

#index_big_pic { height:330px;}
#index_success_member { height:330px; background-color:#F2F8FD; overflow:hidden;}
.success_left { height:330px; float:left; width:350px;}
.success_right { height:310px; float:left; width:210px; overflow:hidden; text-align:center; margin:10px;}
.success_right_memberbox { width:210px; height:160px; background-color:#fff;}
.success_text_box { height:250px; display:none; background-color:#fff; margin-left:10px; color:#5b95ba;}
.success_text_box_in { height:240px; margin:3px; }
.success_text_box_in_header { height:70px; margin:5px; border-bottom:1px solid #aaa; text-align:center;}
.success_text_box_in_header_left { height:70px; width:130px; float:left;}
.success_text_box_in_header_right { height:70px; width:170px; float:left; text-align:center;}
.success_text_box_in_footer { margin:5px; height:160px;}
.success_left_head { height:20px; margin-bottom:10px; font-weight:bold; text-align:center; line-height:20px; font-size:14px; color:#3b5998;}
.success_left_footer {margin-top:10px; text-align:right; }
.imgborder_success { margin:5px;}

.job_success_link { height:16px; margin:10px; float:left; width:540px; text-align:right; color:#ad7d19; line-height:16px; border-bottom:1px solid #b0b0b0;}
.job_success_link a { color:#ad7d19;}
/* 	Box
----------------------------------------------- */
.box_title_text {width:100px; height:19px; line-height:19px; text-align:center; background:#6B86B5 url(../images/bg/bg_boxtitle_1x19.gif) repeat-x; color:#FFF; border-top:1px solid #3b5998; border-right:1px solid #3b5998; border-left:1px solid #3b5998; display:block; float:left;}
.box_title_more {margin:0 5px; float:right;}
.helpicon {margin-left:10px; padding:2px 0px; width:16px; height:16px; background:url(../images/icon/icon_questionmark_16x16.gif) no-repeat 0px 50%; display:block; float:left;}

.imgborder {padding:1px; border:1px solid #cccccc;}

/* Job Program (就业定向班)*/
.jp_title, .jp_employer, .jp_number, .jp_workplace, .jp_statusyes, .jp_statusno{margin-left:10px; height:18px; float:left; overflow:hidden; }
.jp_title {width:305px; font-size:14px; font-weight:bold; }
.jp_statusyes {padding-left:20px; width:121px; background:url(../images/bg/tip_success_14_14.gif) no-repeat; }
.jp_statusno {padding-left:20px; width:121px; background:url(../images/bg/tip_error_14_14.gif) no-repeat; }
.jp_employer {width:200px;}
.jp_number {width:95px;}
.jp_workplace {width:140px;}

/* DSAP Program (DSAP常规班)*/
.dp_title, .dp_target, .dp_sn, .dp_date, .dp_venue, .dp_period, .dp_trainer, .dp_detail {margin-left:10px; height:18px; line-height:18px; float:left; overflow:hidden;}
.dp_title {width:296px; }
.dp_target {width:150px; }
.dp_sn {width:80px; }
.dp_date {width:70px; }
.dp_venue {width:100px; }
.dp_period {width:60px; }
.dp_trainer {width:100px; }
.dp_legend {padding:1px 0; width:556px; height:18px; border:1px dashed #ccc; float:left;}
.dp_legend_intro {width:92px; height:18px; float:left;}
.dp_detail {width:80px;}

/* DSAP alumni (DSAP校友会)*/
.da_photo, .da_message, .da_career {padding-left:30px; width:82px; height:30px; line-height:30px; float:left;}
.da_photo {background: url(../images/icon/icon_alumni_photo_16x16.gif) no-repeat 7px 50%; }
.da_message {background: url(../images/icon/icon_alumni_message_16x16.gif) no-repeat 7px 50%; }
.da_career {background: url(../images/icon/icon_alumni_career_16x16.gif) no-repeat 7px 50%; }

/* 	Advertisement
----------------------------------------------- */
.ad_right, .ad_middle {margin-bottom:10px; float:left; }
.ad_right {width:356px; height:80px; }
.ad_middle {width:576px; height:80px; }

/* 	实践&拓展
----------------------------------------------- */
.event_icon, .event_topic, .event_series, .event_date, .event_time, .event_language {margin-left:10px; height:20px; line-height:20px; overflow:hidden; float:left;}
.event_icon {margin-left:0px; width:20px;}
.event_topic {width:225px;}
.event_series {width:150px;}
.event_date {width:80px;}
.event_time {width:40px;}
.event_language {width:60px;}
.event_language_cn, .event_language_en, .event_language_jp, .event_language_kr {margin-right:10px; padding-left:18px; float:left; }
.event_language_cn {background:url(../images/logo/logo_cn_18_12.gif) no-repeat 0 50%; }
.event_language_en {background:url(../images/logo/logo_uk_18_12.gif) no-repeat 0 50%;}
.event_language_jp {background:url(../images/logo/logo_jp_18_12.gif) no-repeat 0 50%;}
.event_language_kr {background:url(../images/logo/logo_kr_18_12.gif) no-repeat 0 50%;}
.event_legend {padding:1px 0; width:556px; height:20px; border:1px dashed #ccc; float:left;}

/* 	更多
----------------------------------------------- */
.more {margin-right:10px; height:18px; line-height:18px; width:120px; text-align:right; float:right;} /*更多按钮*/
.more_index {margin-right:10px; width:300px; font-size:14px; text-align:right; float:right;} /*更多的页数*/


/* 	校园招聘
----------------------------------------------- */

/* 就业百宝箱 toolkit 套在.rightbox_utility li内*/

.toolkit_employer, .toolkit_interview, .toolkit_test, .toolkit_industry, .toolkit_guide, .toolkit_calendar {padding-left:15px;  height:26px; line-height:26px; display:block; }
.toolkit_employer {background: url(../images/icon/icon_toolkit_employer_16x16.gif) no-repeat 7px 50%; }
.toolkit_interview {background: url(../images/icon/icon_toolkit_interview_16x16.gif) no-repeat 7px 50%; }
.toolkit_test {background: url(../images/icon/icon_toolkit_test_16x16.gif) no-repeat 7px 50%; }
.toolkit_industry {background: url(../images/icon/icon_toolkit_industry_16x16.gif) no-repeat 7px 50%; }
.toolkit_guide {background: url(../images/icon/icon_toolkit_guide_16x16.gif) no-repeat 7px 50%; }
.toolkit_calendar {background: url(../images/icon/icon_toolkit_calendar_16x16.gif) no-repeat 7px 50%; }
.featured_video, .featured_audio, .featured_magazine {padding-left:25px;  height:26px; line-height:26px; display:block; }
.featured_video {background: url(../images/icon/featured_video_16x16.gif) no-repeat 7px 50%;}
.featured_audio {background: url(../images/icon/featured_audio_16x16.gif) no-repeat 7px 50%;}
.featured_magazine {background: url(../images/icon/featured_magazine_16x16.gif) no-repeat 7px 50%;}


/* 校园招聘 */

.job_icon, .job_employer, .job_position, .job_area, .job_deadline, .job_popularity {margin-left:10px; height:20px; line-height:20px; overflow:hidden; float:left; overflow:hidden;}
.job_icon {margin-left:0px; width:210px;}
.job_employer {width:135px;}
.job_area {width:135px;}
.job_position {width:40px;}
.job_deadline {width:70px; font-size:10px}
.job_popularity {width:40px;}

/* 添加简历 */
.addcv_bg { background:url(../images/bg/bg_addcv_358_60.jpg) no-repeat; }
.addcv_right {margin:10px 10px 10px 5px; width:164px; float:right; display:inline;}
.addcv_button {width:164px; height:40px; font-size:14px; font-weight:bold; color:#B16F2C; background:url(../images/btn/btn_addcv_164x40.gif) no-repeat; border:1px solid #B16F2C; cursor:pointer; }
.newcv {margin:5px; float:left; display:inline; }
.newcv li {width:85px; text-align:center; float:left; }
.newcv li span {display:block; text-align:center; }


/* Campus Recruiting (cr_) 热门招聘*/
.cr_employer, .cr_capacity, .cr_industry, .cr_deadline, .cr_workplace {margin-left:10px; height:22px; line-height:22px; float:left; overflow:hidden;}
.cr_employer {width:245px; font-size:14px; font-weight:bold; }
.cr_capacity {width:200px; }
.cr_deadline {width:160px;}
.cr_industry {width:245px;}
.cr_workplace {width:200px; }

/* 职位发布页面 */

.post_box {margin-top:10px;width:580px; float:left;}
.company_logo {padding:3px 0; width:290px;height:94px; text-align:center; overflow:hidden; float:left; }
.post_h, .post_c, .post_c_l, .post_c_l_1line {height:24px; line-height:24px; border-bottom:1px solid #E3E3E3; float:left; }
.post_h {width:80px; color:#3b5998; }
.post_h_clear { width:80px; color:#3b5998;}
.post_c{ width:210px; }
.post_c_l_1line { width:500px;}
.post_c_l{ width:490px; height:auto; line-height:20px; }
.post_in_box { float:left; margin:10px 0px; border:1px solid #E3E3E3;}


.contactbox {margin-top:10px; padding:5px; width:568px; border:1px dashed #E3E3E3; float:left;}
.contactbox_c { width:568px;float:left;}

/*loginreg_begin*/
.loginreq {margin-bottom:10px; padding:5px; width:568px; border:#b2b7cd 1px solid; background:#E6F5F9; color:#073768; float:left;}
.loginreq_btnbox {margin:0 0 5px 0; width:554px; height:22px; text-align:center; }
.loginreq ul {margin:0; padding-left:10px; list-style:circle;}
.loginreq ul li {clear:both; padding:3px 0}
/*loginreg_end*/

/* Create_CV */
.cv_h, .cv_c, .cv_h_l, .cv_c_l {height:26px; line-height:26px; overflow:hidden; float:left;}
.cv_h {padding:0 10px 0 0; width:110px; text-align:right;}
.cv_c {width:438px; }
.cv_h_l {padding:0 10px 0 0; width:110px; height:80px; text-align:right;} 	/* 较高的cv_h*/
.cv_c_l {width:438px; height:80px; } 					/* 较高的cv_c*/
.cv_section_title {padding-left:26px; background:url(../images/icon/icon_cv_section_16x16.gif) no-repeat 5px 50%; font-size:14px; font-weight:bold; color:#3b5998; float:right; } /* CV section*/
 
.textarea_cv_c {width:400px; height:80px; border:1px solid #b2b8d0; font:12px Arial,"宋体"; color:#333333; float:left}

/* Account */
.account_h, .account_c, .account_l {margin:0; height:30px; line-height:30px; float:left; }
.account_h {padding:0 10px 0 0; width:110px; text-align:right;}
.account_c {width:438px; }
.account_l {width:558px; text-align:center; }

/* 九宫格 */
/*.sb{background:url("../images/bg/sb.gif");}*/

.sb_gnb{ padding:0; width:360px; height:95px;}
/*左上框*/
.sb_gnb-tl {width:9px; height:9px; line-height:9px; background: #F2F8FD url(../images/bg/sb_tl.gif) no-repeat left top;}
.sb_gnb-tm{ width:auto; height:9px; background-color:#F2F8FD;}
.sb_gnb-tr{ width:9px; height:9px; line-height:9px; background: #F2F8FD url(../images/bg/sb_tr.gif) no-repeat right top;}
.sb_gnb-bl{width:9px; height:9px; line-height:9px; background: #F2F8FD url(../images/bg/sb_bl.gif) no-repeat left bottom;}
.sb_gnb-bm{width:auto;height:9px; background-color:#F2F8FD;}
.sb_gnb-br{width:9px; height:9px; line-height:9px; background: #F2F8FD url(../images/bg/sb_br.gif) no-repeat right bottom;}
.sb_gnb-ml{width:auto; height:100%; background-color:#F2F8FD; }
.sb_gnb-mr{width:auto; height:100%; background-color:#F2F8FD;}
.sb_gnb-content { background:#F2F8FD;}


.sy_gnb{ padding:0; width:360px; height:95px;}
/*左上框*/
.sy_gnb-tl, .sy_gnb-tr, .sy_gnb-bl, .sy_gnb-br {width:9px; height:9px; line-height:9px; background-color:#FEF4BC; background-repeat:no-repeat; }
.sy_gnb-tl {background-image: url(../images/bg/sy_tl.gif); background-position:left top;}
.sy_gnb-tr {background-image: url(../images/bg/sy_tr.gif); background-position:right top;}
.sy_gnb-bl {background-image: url(../images/bg/sy_bl.gif); background-position:left bottom;}
.sy_gnb-br {background-image: url(../images/bg/sy_br.gif); background-position:right bottom;}

.sy_gnb-tm {width:auto; height:9px; background:#FEF4BC;}
.sy_gnb-bm {width:auto;height:9px; background:#FEF4BC;}
.sy_gnb-ml {width:auto; height:100%; background:#FEF4BC; }
.sy_gnb-mr {width:auto; height:100%; background:#FEF4BC;}
.sy_gnb-content {background:#FEF4BC;}

/*Slight Grey*/
.sg_gnb-tl, .sg_gnb-tr, .sg_gnb-bl, .sg_gnb-br {width:9px; height:9px; line-height:9px; background-color:#F0F0F0; background-repeat:no-repeat; }
.sg_gnb-tl {background-image: url(../images/bg/sg_tl.gif); background-position:left top;}
.sg_gnb-tr {background-image: url(../images/bg/sg_tr.gif); background-position:right top;}
.sg_gnb-bl {background-image: url(../images/bg/sg_bl.gif); background-position:left bottom;}
.sg_gnb-br {background-image: url(../images/bg/sg_br.gif); background-position:right bottom;}
.sg_gnb-tm {width:auto; height:9px; background:#F0F0F0;}
.sg_gnb-bm {width:auto;height:9px; background:#F0F0F0;}
.sg_gnb-ml {width:auto; height:100%; background:#F0F0F0; }
.sg_gnb-mr {width:auto; height:100%; background:#F0F0F0;}
.sg_gnb-content {background:#F0F0F0;}

/* 公司列表 */
.employer_logo, .employer_name, .employer_intro {margin-left:10px; height:25px; line-height:25px; float:left;}
.employer_logo {margin-left:0px; width:35px;}
.employer_name {width:403px;}
.employer_intro {width:100px;}

/* User Action */
.user_action {padding:0 89px; width:400px; border:1px solid #ccc; background:#f4f4f4; text-align:center; float:left;}
.user_action li { width:100px; height:26px; line-height:26px; display:inline; float:left;}
.user_action a {padding-left:30px; width:70px; background-repeat:no-repeat; background-position:7px 50%; display:block;}

/* 就业百宝箱 */

/* DSAP Detail Table内容页面 */
.dp_dt_sn, .dp_dt_date, .dp_dt_venue, .dp_dt_period, .dp_dt_trainer{margin-left:10px; height:22px; line-height:22px; overflow:hidden; float:left;}
.dp_dt_sn {width:120px; }
.dp_dt_date {width:80px; }
.dp_dt_venue {width:120px; }
.dp_dt_period {width:60px; }
.dp_dt_trainer {width:110px; }

/* 企业用户 */

.rightbox_login_h {width:110px; height:30px; float:left;}
.rightbox_login_c {width:228px; height:30px; float:left;}

/*两列带图标*/
.rightbox_2c li{width:169px; height:30px; line-height:30px; display:inline; float:left;}
.rightbox_2c li a {padding-left:30px; width:139px; background-repeat:no-repeat; background-position:7px 50%; display:block;}
.icon_folder {background: url(../images/icon/icon_folder_16x16.gif)}

.contactus li {padding-left:30px; height:26px; line-height:26px; background-repeat:no-repeat; background-position:7px 50%; display:block; }
.contactus_vcard {padding-left:30px; width:120px; height:26px; line-height:26px; background: url(../images/icon/icon_vcard_16x16.gif) no-repeat 7px 50%;}
.icon_people {background: url(../images/icon/icon_people_16x16.gif)}
.icon_phone {background: url(../images/icon/icon_mobile_16x16.gif)}
.icon_computer {background: url(../images/icon/icon_computer_16x16.gif)}
.icon_address {background: url(../images/icon/icon_address_16x16.gif)}
.email_biz {padding-left:150px; width:150px; background: url(../images/deco/email_biz.gif) no-repeat 0px 50%;}
.icon_mail {background: url(../images/icon/icon_mail_16x16.gif)}
.icon_reg {background: url(../images/icon/icon_edit_16x16.gif)}

/* Side Text */
.noticeboard_title {width:100%; text-align:center;}
#slidetexts { width:100%; height:60px; line-height:20px; overflow:hidden; }
#slidetexts ul {margin:0; padding:0; list-style:none;}
#slidetexts ul li{ margin:0; padding:0; list-style:none; overflow:hidden;  }
#slidetexts ul li div{ width:340px; height:20px; line-height:20px; overflow:hidden; float:left; }
#MM_firstDiv_text ul li{ margin:0; padding:0; list-style:none; overflow:hidden;  }
#MM_firstDiv_text ul li div{ width:340px; height:20px; line-height:20px; overflow:hidden; float:left; }
#slidepics { width:338px; height:50px; line-height:50px; overflow:hidden; }
#slidepics ul {margin:0; padding:0; list-style:none;}
#slidepics ul li{ margin:0; padding:0; list-style:none; overflow:hidden;  }
#slidepics ul li div{ width:338px; height:50px; line-height:50px; float:left; }

#slidelogo { width:580px; height:74px; line-height:80px; overflow:hidden; }
#slidelogo ul {margin:0; padding:0; list-style:none;}
#slidelogo ul li{ margin:0; padding:0px; list-style:none; overflow:hidden;  }
#slidelogo ul li div{ width:580px; height:74px; line-height:64px; float:left; }

/* Login Guide */
.guidebox {text-align:center; line-height:30px;}
.guidebox_direction {text-align:center; line-height:30px;}

/* 企业服务 */

.box_2cols_pic {padding-top:18px; padding-bottom:18px; width:64px;height:64px; float:left;}
.box_2cols_title {width:190px;height:28px; line-height:28px; font-size:14px; font-weight:bold; text-align:center; color:#a75e14; float:left;}
.box_2cols_intro  {width:190px; height:70px; line-height:18px; float:left;}

/*加入我们 长brown box*/
.box_l_2cols_pic {margin-right:10px; padding-top:18px; padding-bottom:18px; width:64px;height:64px; float:left;}
.box_l_2cols_title {width:460px;height:28px; line-height:28px; font-size:14px; font-weight:bold; text-align:center; color:#a75e14; float:left;}
.box_l_2cols_intro  {width:460px; height:70px; line-height:18px; float:left;}

.download_pdf {padding-left:30px; width:150px; height:26px; line-height:26px; background: url(../images/icon/icon_pdf_16x16.gif) no-repeat 7px 50%; display:block;}

/* 公司LOGO */
.company_logo_box { width:140px; height:90px; float:left; margin:5px 0px;}
.company_logo_img { margin:0 8px; padding:1px; width:120px; height:60px; border:1px solid #ccc; }
.company_logo_name { width:140px;height:26px; line-height:26px; text-align:center; color:#999;}
.company_logo_box_130x33 { width:150px; height:63px; float:left; margin:5px 0px;}
.company_logo_img_130x33 {margin:0 8px; padding:1px; width:130px; height:33px; border:1px solid #ccc; }
.company_logo_name_130x33 { width:150px;height:26px; line-height:26px; text-align:center; color:#999;}

.company_logo_box_88x31 { width:110px; height:63px; float:left; margin:5px 0px;}
.company_logo_img_88x31 {margin:0 8px; padding:1px; width:88px; height:31px; border:1px solid #ccc; }
.company_logo_name_88x31 { width:110px;height:26px; line-height:26px; text-align:center; color:#999;}


/* DSAP专门页面 */
.table_a {line-height:20px;}
.table_a th.h {padding:2px; color:#30617A; background:#C2D9E7; }
.table_a th.v {padding:2px; color:#2B802B; background:#C6ECC6; }
.table_a td {padding:2px; text-align:center; color:#30617A; background:#E8F3FF; }

.ul_pic li {margin:5px 1px; float:left;}

/* DISC 表格属性 */
.mainbox_disc_box { width:33%; height:80px; background:#F0F0FF; border:1px solid #fff; float:left;}
.mainbox_disc_box_op { margin:0px 3px; width:20px; height:80px; float:left; }
.mainbox_disc_box_op input {margin:0; padding:0; height:20px; line-height:20px; border:none;}
.mainbox_disc_box p { line-height:20px;}
.mainbox_disc_box_s { width:33%; float:left; height:18px; background:#3b5998; border:1px solid #fff;}
.mainbox_disc_box_op_s { width:24px; height:18px; line-height:18px; font-weight:bold; color:#fff; text-align:center; vertical-align:middle; float:left; }
.mainbox_disc_box p { height:20px;}
.disc_info {}


/* 成功者模板 */
.ul_pic_down  li { display:block; text-align:center; height:110px; width:100%;}
.ul_pic_down_img_left { width:120px; height:90px; float:left; margin:10px;}
.ul_pic_down_img_right { width:240px; height:90px; float:left; margin:10px;}
.ul_pic_down_img_right p { height:14px; line-height:14px;}

/*首页圈子 */
.group_box { padding:5px 5px; width:76px; height:90px; text-align:center; float:left;}
a.group_img, a.group_img:hover {padding:2px; width:70px; height:70px; border:1px solid #cccccc; display:block; }
a.group_img:hover {border:1px solid #3b5998;}
.group_box_text { line-height:20px; height:20px; text-align:center; overflow:hidden;}
.group_category {width: 258px; display:block; list-style:none; float:left; overflow:hidden;}
.group_category li {display:inline; }
/* indexfooterlogo*/
.index_footer_logo  { width:580px;}
.index_footer_logo li { height:50px; width:100px; margin:5px; cursor:pointer; float:left;}

.ul_campus_list {width: 358px; display:block; list-style:none; float:left;}
.ul_campus_list li {width:88px; height:31px; float:left; }

.blnotice_left, .blnotice_right {width:20px; height:40px;}
.blnotice_left { background: url(../images/bg/bg_blnotice_l_20x40.gif) no-repeat}
.blnotice_right { background: url(../images/bg/bg_blnotice_r_20x40.gif) no-repeat}
.blnotice_mid {padding:10px 0px;height:20px; background:#D9E7FA; overflow:hidden;}

#slidenotice {  width:320px; height:20px; line-height:20px; overflow:hidden; }
#slidenotice ul {margin:0; padding:0; font-size:12px; list-style:none;}
#slidenotice ul li{ margin:0; padding:0; list-style:none; overflow:hidden;  }
#slidenotice ul li div{ width:320px; height:20px; line-height:20px; float:left; }


/* 首页热门职位 */
.index_hotcareer { }
/* index logo*/
#index_footer_logo_1 { background:url(../images/index_logo/accenture.gif) no-repeat;}
#index_footer_logo_1:hover { background:url(../images/index_logo/accenture-on.gif) no-repeat;}
#index_footer_logo_2 { background:url(../images/index_logo/dbs.gif) no-repeat;}
#index_footer_logo_2:hover { background:url(../images/index_logo/dbs-on.gif) no-repeat;}
#index_footer_logo_3 { background:url(../images/index_logo/dhl.gif) no-repeat;}
#index_footer_logo_3:hover { background:url(../images/index_logo/dhl-on.gif) no-repeat;}
#index_footer_logo_4 { background:url(../images/index_logo/eds.gif) no-repeat;}
#index_footer_logo_4:hover { background:url(../images/index_logo/eds-on.gif) no-repeat;}
#index_footer_logo_5 { background:url(../images/index_logo/siemens.gif) no-repeat;}
#index_footer_logo_5:hover { background:url(../images/index_logo/siemens-on.gif) no-repeat;}
#index_footer_logo_6 { background:url(../images/index_logo/schneider.gif) no-repeat;}
#index_footer_logo_6:hover { background:url(../images/index_logo/schneider-on.gif) no-repeat;}
#index_footer_logo_7 { background:url(../images/index_logo/nokia.gif) no-repeat;}
#index_footer_logo_7:hover { background:url(../images/index_logo/nokia-on.gif) no-repeat;}
#index_footer_logo_8 { background:url(../images/index_logo/lotus.gif) no-repeat;}
#index_footer_logo_8:hover { background:url(../images/index_logo/lotus-on.gif) no-repeat;}
#index_footer_logo_9 { background:url(../images/index_logo/ikea.gif) no-repeat;}
#index_footer_logo_9:hover { background:url(../images/index_logo/ikea-on.gif) no-repeat;}
#index_footer_logo_10 { background:url(../images/index_logo/hitachi.gif) no-repeat;}
#index_footer_logo_10:hover { background:url(../images/index_logo/hitachi-on.gif) no-repeat;}


#index_campus,#index_intern,#index_career { display:none; width:560px; overflow:hidden; display:inline}
/*
#dengji { width:100px; border:1px solid #3b5998;; position:absolute; top: 4px; right:2px; z-index:1;}
#dengji li { margin:0; padding:0; width:100px; height:30px; line-height:30px; border-bottom:1px solid #3b5998; }
#dengji li a{ height:30px; line-height:30px; display:block; color:#FFF; background-color:#6B86B5; text-align: center;}
#dengji li a:hover { background-color:#3b5998; color:#FFF; text-decoration:none;}
*/


.daili {width:112px; position:relative; margin:0 auto;}
.daili a, .daili a:visited {display:block; width:112px; height:20px; text-align:center; line-height:20px; color:#FFF; background:#3b5998; }

#dengji { width:110px; border:1px solid #3b5998; position:absolute; z-index:1; bottom:20px; left:0;}
#dengji li { margin:0; padding:0; width:110px; height:25px; line-height:25px; border-bottom:1px solid #3b5998; }
#dengji li a{ width:110px; height:25px; line-height:25px; display:block; color:#FFF; background-color:#6B86B5; text-align: center;}
#dengji li a:hover { background-color:#3b5998; color:#FFF; text-decoration:none;}

h1.title {padding-left:30px; background:url(../images/icon/icon_nav_register_16x16.gif) no-repeat 7px 50%; color:#3b5998;text-align:left;line-height:25px;}
h1.topic {padding-left:30px; background:url(../images/icon/icon_blrdmark_16x16.gif) no-repeat 7px 50%; color:#3b5998;text-align:left; line-height:25px;}
h1.title {padding-left:30px; background:url(../images/icon/icon_nav_register_16x16.gif) no-repeat 7px 50%; color:#3b5998;text-align:left;}
h1.phone {padding-left:30px; background:url(../images/icon/icon_mobile_16x16.gif) no-repeat 7px 50%; color:#3b5998;text-align:left;line-height:25px;}
h1.reg {padding-left:30px; background:url(../images/icon/icon_photo_16x16.gif) no-repeat 7px 50%; color:#3b5998;text-align:left;line-height:25px;}

ul.qm li {margin-left:30px; list-style-image: url("../images/icon/icon_bluequestionmark_16x16.gif"); line-height:20px;}
ul.cm li {margin-left:30px; list-style-image: url("../images/icon/icon_bluecross_16x16.gif"); line-height:20px;}
ul.mk li {margin-left:30px; list-style-image: url("../images/icon/icon_bluemark_16x16.gif"); line-height:20px;}

.srvmodule{padding:5px 0px; width:360px; height:100px; float:left;}
.srvmodule_title{width:360px; height:30px; float:left;}
.srvmodule_main {padding:5px 0px; width:360px; height:60px; background-color:#F2F8FD; float:left;}
.srvmodule_theme {margin: 0px 10px; width:80px; height:60px; float:left; display:inline;}
.srvmodule_content {width:258px; height:60px; float:left;}
