@charset "UTF-8";

#dCatalog {
	max-height: 9001em;
}

.div_cat {
	min-width: 100px;
	min-height: 100px;
	width: 100px;
	height: 100px;
}

.div_cat,.div_gt,.div_gr,.div_gt_min {
	cursor: pointer;
	border: solid 1px #98999a;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

a.acat {
	color: #3c3c3c;
	font-size: 16px;
	font-family: "Exo 2",Verdana,Arial;
}

a.acat:hover {
	text-decoration: none;
}

.cat_btn_nav {
	padding-bottom: 20px;
}

.cat_btn_nav a {
	margin-right: 20px;
}

.shOver {
	background-color: #fff;
}

.shOver td {
	cursor: pointer;
}

.tbl_seach {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 555px;
	padding: 10px;
	border: solid 1px #98999a;
	background-color: #f8f8f8;
	display: none;
	position: absolute;
	z-index: 10;
	top: 310px !important;
}

.tbl_seach input {
	width: 200px;
}

.tbl_seach .sh_close {
	text-align: right;
	color: #3c3c3c;
	font-style: normal;
	font-size: 28px;
	font-family: Tahoma,Verdana,Arial;
	position: absolute;
	top: -10px;
	right: 0;
}

.tbl_seach .sh_close a {
	text-decoration: none;
}

.tbl_seach_scr {
	overflow: auto;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	max-height: 600px;
	width: 700px;
}

.cat_breadcrumbs {
	padding-bottom: 20px;
}

.cat_breadcrumbs span {
	color: #3c3c3c;
	font-size: 16px;
	font-family: "Exo 2",Verdana,Arial;
}

.div_gr_big {
	min-width: 400px;
	min-height: 600px;
	width: 400px;
	height: 600px;
	background-color: #fff;
	border: solid 1px #98999a;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

#tblOptAll td {
	padding: 0;
}

#tbl_options1 td,#tbl_options1 th,#TableHead th {
	padding: 5px;
}

.trpartOver {
	cursor: default;
	background-color: #e8e9e8;
}

.trpartClick {
	cursor: default;
	background-color: #f3e9e9;
}

.w2 {
	width: 100px;
}

.w4 {
	width: 80px;
}

.w5 {
	width: 30px;
}

.dn {
	display: none;
}

.div_gr {
	min-width: 200px;
	min-height: 200px;
	width: 200px;
	height: 220px;
}

.div_gt {
	min-width: 200px;
	min-height: 140px;
	width: 200px;
	height: 140px;
}

.div_gt_min {
	min-width: 100px;
	min-height: 70px;
	width: 100px;
	height: 70px;
}

.div_gt_min .sp_noimg {
	width: 100px;
	height: 70px;
}

.errGlob {
	color: #d15400;
	font-size: 12px;
}

.err {
	color: #d15400;
	font-size: 12pt;
	font-style: italic;
}

.sp_noimg {
	background: url("../images/no_photo.png") no-repeat center center;
	width: 180px;
	height: 140px;
}

.tblGL {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: solid 1px #98999a;
	background-color: #fff;
	border-collapse: collapse;
	font-size: 9pt;
	border-top: none;
}

.optHead,.optBody {
	empty-cells: show;
	border-collapse: collapse;
	margin: 0;
}

th div {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.optHead {
	border-bottom: solid 1px #98999a;
}

.optHead th {
	border-color: #98999a;
	border-width: 1px 1px 0 0;
	background-color: #eff1f4;
	border-style: solid;
	font-weight: 400;
}

.optBody {
	background-color: #fff;
}

.optBody td {
	border-right: 1px solid #98999a;
}

.opttrPos {
	border-bottom: solid 1px #98999a;
	border-top: solid 1px #98999a;
	color: #060;
}

.dScrollV {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 8;
}

.dScrollH {
	display: block;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 8;
}

html:first-child .dScrollV,html:first-child .dScrollH {
	overflow: auto;
}