@charset "utf-8";
@import url("reset.css");

body{
	background:#FFF;
	font-family: Sylfaen, Verdana, Geneva, sans-serif;
}

label{
	color:#77787B;
}

#wrapper{
	margin:0 auto;
	overflow:hidden;
}

.sidebar_text{
	padding:0;
	height:23px;
	margin-top:4px;
	margin-bottom:10px;
	border:1px solid #cacaca;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	padding-left:5px;
	padding-right:5px;
	width:195px;
}

.sidebar_text:focus {
	border: 1px solid #7DAF39;
}

.submit_button{
	background:url(../imgs/search_form.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 97px;
}

.reset_button{
	background:url(../imgs/reset.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 97px;
}

.add_app_button{
	background:url(../imgs/add_app.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 97px;
}

.itdc_input {
	background:#FFF;
	border: 1px solid #CACACA;
    /*border-radius: 6px 6px 6px 6px;*/
    height: 25px;
	 padding: 0 5px;
}

.itdc_input:focus{
	border:1px solid #7daf39;
}

.itdc_text_area {
	background:#FFF;
	border: 1px solid #CACACA;
   /* border-radius: 6px 6px 6px 6px;*/
	padding: 0 5px;
}

.itdc_text_area:focus {
	background:#FFF;
	border: 1px solid #CACACA;
  /*  border-radius: 6px 6px 6px 6px;*/
	padding: 0 5px;
}

#justice_warehouse_header{
	margin:33px auto 20px auto;
	overflow:hidden;
	position:relative;
}

#justice_warehouse_header a.logo{
	background:url(../imgs/logo.png) no-repeat 0 0;
	display: block;
    height: 81px;
    width: 265px;
}

#justice_warehouse_header a.english{
	background:url(../imgs/english.png) no-repeat 0 0;
	display: block;
	width:89px;
    height: 28px;
}

#justice_warehouse_header a#chat{
	background:url(../imgs/chat.png) no-repeat 0 0;
	display:block;
	height: 48px;
    width: 184px;
	margin-top:14px;
}

/** HEADER MENU **/

#justice_warehouse_head_menu{
	list-style:none;
	position:absolute;
	right:0;
	top:43px;
	margin:0;
}

#justice_warehouse_head_menu li {
	background:url(../imgs/head_menu_a.png) repeat-x 0 0;
	float:left;
	margin-left:4px;
	border-bottom:1px solid #a9a9a9;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:27px;


}

#justice_warehouse_head_menu li:hover{
	background:url(../imgs/head_menu_a_hove.png) repeat-x 0 0;
}

#justice_warehouse_head_menu li a {
	color:#77787b;
	font-size:11px;
	padding:7px 14px 7px 15px;
	display:block;
	border-bottom:1px solid #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/** SEARCH **/

#justice_warehouse_search_form{
	background:url(../imgs/search_bg.png) no-repeat 0 0;
	height: 30px;
    width: 301px;
	margin-top:22px;
}

#justice_warehouse_search_form input{
	float:left;
}

.justice_warehouse_ge_check{
	margin-top:8px;
	margin-left:14px;
	margin-right:8px;
}

.justice_warehouse_search_text{
	background: none repeat scroll 0 0 transparent;
    border: none;
    color: #77787B;
    font-size: 11px;
    height: 16px;
    margin-top: 5px;
    padding: 0;
    width: 229px;
}

.justice_warehouse_search_sub{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    margin-left: 9px;
    margin-top: 6px;
}

/** BREADCRUMBS **/

.breadcrumbs {
	overflow:hidden;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #dcdcdc;
}

.breadcrumbs a{
	background:url(../imgs/bread_sep.png) no-repeat right 0;
	float:left;
	font-size:12px;
	color:#7f7f86;
	display:block;
	padding-right:20px;
	padding-left:10px;
	padding-top:2px;
	height: 17px;
	padding-bottom:3px;
}

.breadcrumbs a.main_bread{
	margin-left:6px;
	padding-left:0;
}

.breadcrumbs  a.cur_bread{
	background:none;
}

.lang_selector{
	color: red;font-weight: bold;
}