.b-corner {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	font-size:0;
	overflow:hidden;
	line-height:0;
}
.b-corner_img {
	display:block;
	background:url('images/bg/corners.png') repeat;
	width:20px;
	height:20px;
	position:relative;
	z-index:12;
	font-size:0;
	line-height:0;
}
.b-tr, .b-br {
	margin-left:100%;
}
.b-top, .b-bot {
	display:block;
	position:relative;
	z-index:10;
}
.b-corner_content {
	display:block;
	position:relative;
	z-index:11;
}
/* default corners > */
.b-tr, .b-tl, .b-br, .b-bl {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	font-size:0;
	overflow:hidden;
	line-height:0;
	
	width:10px;
	height:10px;
	left:-10px;
}
.b-tr, .b-br {
	left:0;
	margin-left:100%;
}
.b-tl .b-corner_img {
	margin:0;
}
.b-tr .b-corner_img {
	margin:0 0 0 -10px;
}
.b-bl .b-corner_img {
	margin:-10px 0 0 0;
}
.b-br .b-corner_img {
	margin:-10px 0 0 -10px;
}
 .b-bot {
	height:10px;
	margin:0 10px;
}
.b-top {
	height:10px;
	margin:0 10px;
}
 .b-corner_content {
 	padding:0 10px;
 }

/* default corners < */

/* b-gray_block > */
.b-gray_block {
	margin:16px 0 28px;
}
.b-gray_block .b-corner_content {
	padding:10px 25px;
	background:#ececec;
}
.b-gray_block .b-top, .b-gray_block .b-bot {
	background:#ececec;
	height:9px;
	margin:0;
}
.b-gray_block .b-corner_content P:last-child {
	margin-bottom:0;
}
.b-gray_block .b-tr, .b-gray_block .b-tl, .b-gray_block .b-br, .b-gray_block .b-bl {
	background:url('images/bg/corners_png8.png') no-repeat;
	width:9px;
	height:9px;
	left:0;
}
.b-gray_block .b-tr, .b-gray_block .b-br {
	margin-left:-9px;
	left:100%;
}
.b-gray_block .b-bl {
	background-position:0 -9px;
}
.b-gray_block .b-tr {
	background-position:-9px 0;
}
.b-gray_block .b-br {
	background-position:-9px -9px;
}
/* b-gray_block < */

/* b-corners_all > */
.b-corners_all {
	float:left;
	display:inline;
	font-size:1.1667em;
	position:relative;
	z-index:1;
	cursor:auto;
}
A.b-corners_all {
	cursor:pointer;
}
.active .b-corners_all {
	background:#04a7c8;
	color:#fff;
	text-decoration:none;
	cursor:auto;
}
	.b-corners_all i.b-top, .b-corners_all i.b-bot {
		display:block;
		height:11px;
		border:0;
		background:none;
		margin:0;
	}
	.b-corners_all i.b-bot {
		margin:-11px 0 0;
	}
	.active .b-corners_all i.b-tl, .active .b-corners_all i.b-tr, .active .b-corners_all i.b-bl, .active .b-corners_all i.b-br {
		position:absolute;
		width:11px;
		height:11px;
		left:0;
		background:url('images/bg/corners_png8.png') 0 -18px no-repeat;
	}
	.active .b-corners_all i.b-bl {
		background-position: 0 -29px;
	}
	.active .b-corners_all i.b-tr, .active .b-corners_all i.b-br {
		left:-11px;
		background-position: -11px -18px;
	}
	.active .b-corners_all i.b-br {
		background-position: -11px -29px;
	}
.b-corners_all .b-corner_content {
	display:block;
	position:relative;
	z-index:11;
	margin-top:-11px;
	padding:2px 11px 3px 11px;
	line-height:1.5;
}
.active .b-corners_all .b-corner_content {
	color:#fff;
}
	.b-corners_all .b-corner_content SPAN {
		text-decoration:underline;
	}
	.b-corners_all:hover .b-corner_content SPAN {
		text-decoration:none;
	}
/* b-corners_all < */

/* b-border_block > */
.b-border_block i.b-top, .b-border_block i.b-bot {
	display:block;
	position:relative;
	z-index:2;
	height:8px;
	border:0;
	background:none;
	margin:0;
	border:#e1e1e1 1px solid;
	border-width:1px 0 0;
}
.b-border_block i.b-bot {
	margin:-9px 0 0;
	border-width:0 0 1px;
}
.b-border_block i.b-tl, .b-border_block i.b-tr, .b-border_block i.b-bl, .b-border_block i.b-br {
	position:absolute;
	width:9px;
	height:9px;
	top:-1px;
	left:0;
	background:url('images/bg/corners_png8.png') 0 -40px no-repeat;
}
.b-border_block i.b-bl {
	background-position: 0 -49px;
	top:0;
}
.b-border_block i.b-tr, .b-border_block i.b-br {
	left:-9px;
	background-position: -9px -40px;
}
.b-border_block i.b-br {
	background-position: -9px -49px;
	top:0;
}
.b-border_block .b-corner_content {
	display:block;
	position:relative;
	z-index:1;
	margin-top:-9px;
	padding:0;
	line-height:1.5;
	border:#e1e1e1 1px solid;
	border-width:0 1px;
}
/* b-border_block < */
