/*
	services style
	version: 07.09.10

	- reset.css
	- svg compressor
	
*/

/*--- reset.css ---*/
.resetParametrs {
	width: 600px;
}
.resetParametrs div {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	font-size: 12px;
}
.resetParametrs label {
	float: left;
	width: 120px;
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.resetParametrs input,
.resetParametrs select {
	margin-right: 5px;
}
.resetCSS {
	margin: 20px 0;
	border: 2px solid #6699ff;
	padding: 10px;
	white-space: pre;
	overflow-x: scroll;
}
#cssFontFamily2,
#cssapplet,
#cssobject,
#cssiframe,
#cssblockquote,
#csspre,
#cssabbr,
#cssacronym,
#cssaddress,
#cssbig,
#csscite,
#csscode,
#cssdel,
#cssdfn,
#cssins,
#csskbd,
#cssq,
#csss,
#csssamp,
#csssmall,
#cssstrike,
#csstt,
#cssvar,
#cssfieldset,
#csslegend,
#csscaption,
#cssDel2,
#cssIns2,
#cssBlockquoteQ,
#bodyHeight100,
#cssLists,
#csscenter,
#cssfont,
#cssFontFamily2Textarea {
	display: none;
}
.chooseTags {
	width: 100px !important;
	margin: 0 20px 15px 0;
}
.chooseTags label {
	width: 65px !important;
	margin: 0 !important;
}
.resetParametrs h4 {
	cursor: pointer;
	font-size: 100%;
	text-decoration: underline;
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding-right: 15px;
	background: url(../img/content/services/arrow_down.png) right 2px no-repeat;
}
.resetParametrs .resetClear {
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.resetParametrs .arrowUp {
	background-image: url(../img/content/services/arrow_up.png);
}
.resetParametrs .colorResh {
	float: left;
	top: 2px;
	width: 5px;
	margin-left: -10px;
}
.content .listNewMaterials {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content .listNewMaterials li {
	margin-bottom: 20px;
}
.content .listNewMaterials h3 {
	margin-bottom: 5px;
}
.content .listNewMaterials p {
	margin: 0;
}
.content .listNewMaterials ul {
	list-style: disc;
}
.content .listNewMaterials ul li {
	margin-bottom: 2px;
}
.content .tagSpecification span {
	margin: 0 10px;
	color: #666;
}
.content .tagSpecification .green {
	margin: 0;
	color: #24923b;
}
.content .tagSpecification .yellow {
	margin: 0;
	color: #a89b05;
}
.content .tagSpecification .red {
	margin: 0;
	color: #730b04;
}
.tagsAttr input {
	margin: 0 2px 0 10px;
}
.trDopAtr, .trEvent {
	display: none;
}
.copyright {
	margin-top: 10px;
	font-size: 11px;
}
.resetColumn {
	width: 82px !important;
	margin-right: 38px;
	float: left;
	display: inline;
}
.selectCode2 {
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 10px;
	display: block;
}

/* svg compressor */
#svgCompressor {
	padding: 10px;
	border: 5px double #060;
	margin: 10px;

}
#svgCompressor div {
	margin: 7px 10xp 12px 10px;
	border-bottom: 1px solid #ccc;
	padding: 8px 4px;
	
}
#svgCompressor input[type=text] {
	width: 20px;
	text-align: center;
}

