/*
	css spravochnik
	version: 14.04.10
	
*/

/* menu -----------------------*/
.cssMenu {
	background: #fff;
	border: 2px solid #539127;
	position: relative;
	padding: 10px;
}
.cssMenu > h2:first-child {
	margin-top: -10px;
}
.cssMenu ul li {
	margin: 0 0 7px 15px;
}
.cssMenu ul li a {
	padding-left: 9px;
	background: url(../img/sidebar/arr.gif) 0 8px no-repeat;
	display: inline-block;
}
.cssMenu ul li ul {
	margin: 5px 0 10px 10px;
	list-style: none;
	text-align: left;
	display: none;
}
.cssMenu ul li .longUl {
	height: 300px;
	overflow: auto;
}
.cssMenu #tagsCategory .longUl {
	height: auto;
}
*+html .cssMenu ul li .longUl {
	overflow-y: scroll;
}
*+html #tagsCategory .longUl {
	height: auto;
}
.cssMenu ul li ul li {
	margin-bottom: 5px;
}
.cssMenu ul span {
	cursor: pointer;
	text-decoration: underline;
	background: url(../img/sidebar/submenu-show-hide.gif) 0 5px no-repeat;
	padding-left: 14px;
}
.cssMenu ul .minus {
	background-position: 0 -17px;
}
.cssMenu ul strong {
	background: #67b400;
	color: #fff;
	padding: 0 9px;
	cursor: default;
}
.cssMenu h2 {
	margin: 15px -10px 10px -10px;	
}
#cssPropertiesWrap {
	display: none;
}
#cssPropertiesWrap ul {
	display: block;
	margin-left: 15px;
}
#cssPropertiesWrap ul li {
	margin-left: 0;
}
#cssChoose {
	margin-left: 15px;
}
#cssPropertiesWrap #cssView {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-left: 8px;
}
#cssChoose li,
#cssView li {
	display: inline;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: underline;
	font-size: 11px;
}
#cssChoose .cssActive,
#cssView .sectionChooseActive {
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
#cssView li {
	position: relative;
	top: 1px;
}
#cssView .sectionChooseActive {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 2px 6px 5px 6px;
	margin-bottom: -10px;
}
#cssCategory > li > ul {
	display: none;
}
/* content ------------------*/
.cssCharacteristics th {
	text-align: left;
	width: 200px;
}
p img {
	display: block;
	margin-top: 15px;
}
.cssCursorsList li {
	position: relative;
	height: 30px;
	float: left;
	width: 100%;
}
.cssCursorsList li img {
	position: absolute;
	top: 0;
	left: 100px;
}
#popupDemoCode #popupCodeCSSCheck {
	float: left;
	color: #617f10;
}
#cssPropertiesVertAlignBlock {
	position: relative;
	width: 670px;
}
#cssPropertiesVertAlignBlock img {
	position: relative;
	z-index: 1;
}
#lineBaseline,
#lineTextTop,
#lineTextBottom,
#lineTop,
#lineBottom,
#lineMiddle,
#lineSuper,
#lineSub {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 1px;
	background: #ddd;
	left: 2px;
	top: 90px;
	width: 666px;
	overflow: hidden;
}
#lineTextTop {
	top: 53px;
}
#lineTextBottom {
	top: 98px;
}
#lineTop {
	top: 24px;
}
#lineBottom {
	top: 121px;
}
#lineMiddle {
	top: 79px;
}
.vertAlignDemo div {
	margin-bottom: 12px;
}
.vertAlignDemo input {
	margin-right: 25px;
}
#labApplayAlign,
#applayAlignToPic {
	display: none;
}
#vertAlignPic {
	width: 45px;
	height: 45px;
	background: url(../assets/images/css-spravochnik/vertical-align-pic.png) #000;
	position: absolute;
	left: 565px;
	top: 45px;
	z-index: 3;
	display: none;
}
#lineSuper {
	background: #000;
	top: 71px;
	display: none;
}
#lineSub {
	background: #000;
	top: 95px;
	display: none;
}

/* poligon ----------------------*/
.tryItSelf {
	margin: 20px 0;
	border: 2px solid #6699ff;
	background: url(../img/content/minipoligon.png) 10px 5px no-repeat #eeeeff;
	padding: 35px 0 15px 15px;
	height: 295px;
}
.tryItSelf textarea,
#popupDemoCode textarea {
	display: block;
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.tryItSelf textarea:focus,
#popupDemoCode textarea:focus {
	border-color: #617f10;
}
.tryItSelf .tryCode,
#popupDemoCode .tryCode {
	float: left;
	width: 45%;
	margin-right: 4%;
	display: inline;
}
.tryItSelf .tryCode h6,
#popupDemoCode .tryCode h6 {
	margin: 5px 0;
	font-size: 100%;
	color: #617f10;
	font-style: normal;
	height: 20px;
}
.tryItSelf iframe,
#popupDemoCode iframe {
	background: #fff;
	height: 200px;
	border: 1px solid #ccc;
	width: 100%;
}
.tryItSelf form,
#popupDemoCode form {
	margin: 0;
	padding: 0;
}
.tryItSelf #bigDemoCode {
	text-decoration: underline;
	cursor: pointer;
	color: #000;
	font-size: 11px;
	float: right;
}
.tryItSelf #bigDemoCode:hover {
	color: #617f10;
}
.tryItSelf button, #popupDemoCode button {
	float: right;
}

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	opacity: 0.55;
}
#popupDemoCode {
	height: 500px;
	background: #e5eecc;
	border: 1px solid #ccc;
	width: 95%;
	padding: 25px 0 5px 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
}
#popupDemoCode .tryCode {
	width: 45%;
}
#popupDemoCode textarea,
#popupDemoCode iframe {
	width: 98%;
	height: 430px;
	margin-bottom: 5px;
}
#popupDemoCode #closePopup {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}
#popupDemoCode #popupCodeCheck {
	float: left;
	color: #617f10;
}
#popupDemoCode span {
	color: #000;
	font-weight: normal;
	margin-left: 10px;
}
