label.error {
	color: red;
	font-style: italic;
}

input.error {
	border: 1px dotted #f00;
}

.curt_block_tooltip {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 150px; 
	height: 43px; 
	border: 1px solid #f5f5f5;
	display: none;
	background-color: #f3f3f3;
	text-align: center;
	z-index: 1000;
	color: black;
}
.curt_block_tooltip a {
	color: black;
}
.input {
	width: 100%;
}

.table_curt {
	border-left: 1px solid white;
	border-top: 1px solid white;
}

.table_curt td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/*#catalog_curt {
	position: absolute;
	top: 0px;
	right: 15px;
	color: black;
	width: 150px; 
	height: 50px; 
	background-color: #f3f3f3;
	text-align: center;
	z-index: 2;
}

#catalog_curt a {
	color: black;
}*/

.child_ul li {
	float: none !important;
	background: url("images/bullet.png") no-repeat !important;
	background-position: 0px 8px !important;
	padding-left: 9px !important;
}
