/* ================================================== */
/* EditorsChoice */
/* ================================================== */

.editors {	
}
	.editors h2 {
		font-size: 18px;
	    font-weight: normal;
		color:#000;
	    margin: 15px 0 0 0px;
	    padding: 0 0 5px 0;
	}
.editorsRB {
	background:#eee;
	margin: 15px 0 25px 0;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	border-radius:5px 5px 5px 5px;
	overflow:hidden;
}
	.editorsRB .title {
		text-align:center;
		background:#1497ed;
		border-bottom:1px solid #DDD;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		padding: 7px 0px 7px 0px;
	}
	.editorsRB a.item:link, .editorsRB a.item:visited {
		display:block;
		text-decoration:none;
		color:#000;
		border-bottom:1px solid #DDD;
		padding:10px 10px 8px 10px;
	}
		.editorsRB a.item:hover {
			background:#FFF url(/i/menu/leftSelecter.png) no-repeat center right;
		}
		.editorsRB .item:last-child {
			border-bottom:none;
		}
	.editorsRB a.selected:link, .editorsRB a.selected:visited {
		background:#FFF url(/i/menu/leftSelecter2.png) no-repeat center right;	
	}
		.editorsRB .photo {
			display:block;
			float:left;
			width:50px;
			max-height:70px;
			overflow:hidden;
			margin:0 10px 0 0;
			line-height:0px;
			border:1px solid #DDD;
		}
		.editorsRB .about {
			float:left;
			width:120px;
		}
			.editorsRB .about .name {
				margin:0 0 7px 0;
				overflow:hidden;
			}
			.editorsRB .about .text {
				font-size:11px;
			}
.switch {
	background:#e9e7e7;
	padding:6px 5px 6px 5px;
	border-radius:5px 5px 5px 5px;
	color:#666;
	position:relative;
}
	.switch a.link:link, .switch a.link:visited {
		margin:0 15px 0 15px;
		text-decoration:underline;
		font-size:12px;
		text-align:center;
	} 
		.switch a.link:hover {
		}
	.switch a.selected:link, .switch a.selected:visited {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	/*
	.switch a.linkAbout:link, .switch a.linkAbout:visited {
		color:red;
	} 
		.switch a.linkAbout:hover {
			text-decoration:none;
		}
	*/
	.switch .marker {
		position:absolute;
		width:17px;
		height:12px;
		top:-12px;
		left:48px;
		background:url(/i/menu/marker.gif) no-repeat;
	}
