/* layout */
.clear{clear:both;}

#content {
	/*display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 560px;
	min-height: 600px;
	border: 1px solid #acacac;
	background: #fff;
	text-align: left;
	padding: 5px;*/
}
.pointer {
	cursor: pointer;
}

.error {
	color: red;
	font-family: Trebuchet-MS;
}

#loader {
	display: none;
}

#div_submakeId {
	display: none;
}

#search {
	min-height: 450px;
	background: #ecebe9;
	padding-left: 10px;
	width: 180px;
	_width: 190px;
}
.search table tr td {
	vertical-align: top;
}
#search select {
	width: 153px;
}

.part_list, .part_list1 {
	padding: 1px;
	width: 100%;
}
.part_list td {
	border: 1px solid #999;
}
.part_list1 td {
	border: 0px;
	border-bottom: 1px solid #444;
}
.part_list th {
	border: 1px solid #999;
	background: #eee;
	padding: 3px;
}
.part_list1 th {
	border: 1px solid #444;
	background: #f1f2f3;
	padding: 3px;
	width: 70px;
}

.part_list .no {
	width: 20px;
	text-align: center;
}

.part_list .code {
	width: 50px;
}

.cat {
	border: 1px solid #ddd;
	background: #eee;
	padding: 5px;
	font: bold 14px/16px arial;
	height: 20px;
}

.catProd {
	padding: 5px;
	font: bold 13px/15px arial;
	display: none;
}
.catProdPlus, .catProdMinus {
	float: right;
	font-size: 20px;
	width: 23px;
	height: 20px;
}
.catProdPlus {
	background: url(../images/plus_minus1.png) no-repeat 0px 0px;
}
.catProdMinus {
	background: url(../images/plus_minus1.png) no-repeat -22px 0px;
}

.butt1 {
	width: 130px;
}

a.yh_link, a.yh_link:link, a.yh_link:visited, a.yh_link:hover, a.yh_link:active {
color:#003399;
text-decoration:none;
}
a.yh_link:hover {
text-decoration:underline;
}