@charset "utf-8";
/* CSS Document */

a:focus
{
	outline:none;
}

span
{
	width:4px;
	height:8px;
	margin:0;
	margin-right:1px;
	padding:0;
}

a
{
	color:#575757;
	text-decoration:none;
}

a:hover
{
	color:#cb444c;
}

a.selected
{
	color:#cb444c;
	text-decoration:underline;
}

a.span
{
	color:#000;
}

a.span:visited
{
	color:#DB3F4A;
}


#footerContainer .footer .bottomMenu a
{
	color:#cb444c;
}

a.red
{
	color:#cb444c;
	text-decoration:underline;
}

a.red:hover
{
	text-decoration:none;
}

#wrapper .content .aparatura ul li a
{
	color:#cb444c;
}

p
{
	width:100%;
	text-align:justify;
	margin:0;
	padding:0;
}

.descriptor p
{
	width:285px;
	padding:5px;
	color:#000;
}

.input
{
	width:100px;
	height:12px;
	padding:2px;
	background:#fafafa;
	border:1px solid #dddddd;
	font-size:9px;
	font-family:tahoma;
	color:#848484;
}

.input2
{
	background:#FAFAFA;
	border:1px solid #ccc;
	padding:5px;
	width:180px;
	font-family:tahoma;
	font-size:11px;
	color:#434343;
}

.textarea
{
	background:#FAFAFA;
	border:1px solid #ccc;
	padding:5px;
	width:380px;
	height:auto;
	font-family:tahoma;
	font-size:11px;
	color:#434343;
}

.button
{
	padding:4px 10px 4px 10px;
	background:#DB3F4A;
	color:#fff;
	border:1px solid red;
	font-family:tahoma;
	font-size:11px;
	border:1px solid #fff;
}

.grey
{
	color:#434343;
}

.td1
{
	background:#efefef;
	color:#000;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}