#random_news {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
}

#random_news .random_news {
	float: left;
	width: 50%;
	height: 200px;
	display: none;
}

#random_news .random_news .random_news_cycle_wrapper {
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_cycle {
	width: 200px;
	height: 200px;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_cycle .random_news_item {
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_cycle .random_news_item:nth-child(n+2):after {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	width: 0;
	height: 0;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 11px 11px 11px 0px;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_cycle .random_news_item:nth-child(2):after {
	top: 24px;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_cycle .random_news_item:nth-child(3):after {
	top: 84px;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_cycle .random_news_item:nth-child(4):after {
	top: 144px;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_cycle .random_news_item img {
	border-radius: 8px;
    width: 200px;
	height: 200px;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_controls {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 200;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_controls .random_news_controls_centered {
	width: 54px;
	height: 30px;
	margin: 0 auto;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_controls .random_news_controls_centered .random_news_controls_button {
	display: inline-block;
	margin: 8px 2px;
	width: 14px;
	height: 14px;
	background: url("/design/css/img/random_news_cycle_controls_button.png") no-repeat scroll 0 0 transparent;
}

#random_news .random_news .random_news_cycle_wrapper .random_news_controls .random_news_controls_centered .random_news_controls_button.selected {
	background: url("/design/css/img/random_news_cycle_controls_button_selected.png") no-repeat scroll 0 0 transparent;
}

#random_news .random_news .random_news_description {
	height: 200px;
	margin-left: 210px;
}

#random_news .random_news .random_news_description .random_news_item {
	border-top: 1px dotted #848484;
	padding-top: 3px;
	height: 51px;
    margin-bottom: 6px;
    overflow: hidden;
}

#random_news .random_news .random_news_description .random_news_item.random_news_item_first {
	border-top: 0;
}

#random_news .random_news:nth-child(2) .random_news_cycle_wrapper {
	margin-left: 5px;
}

#random_news .random_news:nth-child(1) .random_news_description {
	padding-right: 5px;
}

#random_news .random_news:nth-child(2) .random_news_description {
	margin-left: 215px;
}

#index_add_buttons {
	width: 100%;
	height: 67px;
	margin-top: 10px;
	position: relative;
}

#index_add_facility_wrapper {
	float: left;
	width: 50%;
	height: 67px;
}

#index_add_facility_padder {
	display: block;
	height: 67px;
	padding-right: 4px;
}

#index_add_facility {
	display: block;
	height: 67px;
	position: relative;
    background: url("/design/css/img/index_add_facility_background.png") repeat-x scroll 0 0 transparent;
	border-radius: 5px;
}

#index_add_facility img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 214px;
	height: 24px;
	margin-left: -107px;
	margin-top: -10px;
	z-index: 1;
}

#index_add_facility_container {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 67px;
}

#index_add_facility_content {
	padding-left: 141px;
	padding-right: 141px;
	height: 67px;
}

#index_add_facility_left {
	float: left;
    margin-left: -100%;
    position: relative;
	width: 141px;
	height: 67px;
    background: url("/design/css/img/index_add_facility_left.png") no-repeat scroll 0 0 transparent;
}

#index_add_facility_right {
	float: left;
    margin-left: -141px;
    position: relative;
    width: 141px;
	height: 67px;
    background: url("/design/css/img/index_add_facility_right.png") no-repeat scroll 0 0 transparent;
}

#index_add_doctor_wrapper {
	float: left;
	width: 50%;
	height: 67px;
}

#index_add_doctor_padder {
	display: block;
	height: 67px;
	padding-left: 4px;
}

#index_add_doctor {
	display: block;
	height: 67px;
	position: relative;
	background: url("/design/css/img/index_add_doctor_background.png") repeat-x scroll 0 0 transparent;
	border-radius: 5px;
}

#index_add_doctor img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 186px;
	height: 24px;
	margin-left: -93px;
	margin-top: -10px;
	z-index: 1;
}

#index_add_doctor_container {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 67px;
}

#index_add_doctor_content {
	padding-left: 141px;
	padding-right: 141px;
	height: 67px;
}

#index_add_doctor_left {
	float: left;
    margin-left: -100%;
    position: relative;
	width: 141px;
	height: 67px;
    background: url("/design/css/img/index_add_doctor_left.png") no-repeat scroll 0 0 transparent;
}

#index_add_doctor_right {
	float: left;
    margin-left: -141px;
    position: relative;
    width: 141px;
	height: 67px;
    background: url("/design/css/img/index_add_doctor_right.png") no-repeat scroll 0 0 transparent;
}

ul#tops10 {
	list-style-type: none;
	margin-top: 10px;
	width: 100%;
	overflow: auto;
/*
	background-color: #f0efdf;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #F7F7F7 inset;
	display: inline-block;
	border: 1px solid #d4d4d4;
*/
}

ul#tops10 li.top10 {
	display: inline;
	width: 50%;
	float: left;
}

/*
ul#tops10 li.top10 .rframe {
	margin-bottom: 0;
}
*/

ul#tops10 li.top10 .rframe .rframe_hr {
	margin-bottom: 30px;
}

ul#tops10 li.top10 .bottom_all {
	margin-top: 6px;
}

ul#tops10 li.top10 .left_top10 {
	margin-right: 4px;
}

ul#tops10 li.top10 .right_top10 {
	margin-left: 4px;
}

ul#tops10 li.top10 .top10_item {
	overflow: hidden;
	padding-right: 8px;
}

ul#tops10 li.top10 .top10_item, ul#tops10 li.top10 .top10_item .top10_img_wrapper, ul#tops10 li.top10 .top10_item .top10_position, ul#tops10 li.top10 .top10_item .top10_description {
	height: 99px;
}

ul#tops10 li.top10 .top10_item {
	margin-bottom: 5px;
}

ul#tops10 li.top10 .top10_item .top10_position {
	float: left;
	width: 18%;
	max-width: 59px;
	background: url("/design/css/img/top10_position.png") no-repeat scroll 0 0 transparent;
}

ul#tops10 li.top10 .top10_item .top10_position.first {
	background-image: url("/design/css/img/top10_position1.png");
}

ul#tops10 li.top10 .top10_item .top10_position.second {
	background-image: url("/design/css/img/top10_position2.png");
}

ul#tops10 li.top10 .top10_item .top10_position.third {
	background-image: url("/design/css/img/top10_position3.png");
}

ul#tops10 li.top10 .top10_item .top10_position .top10_position_number {
	width: 59px;
	line-height: 74px;
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #ffffff;
	text-align: center;
	text-indent: -12px;
}

ul#tops10 li.top10 .top10_item .top10_img_wrapper {
	float: left;
	width: 25%;
	max-width: 112px;
}

ul#tops10 li.top10 .top10_item .top10_img {
	display: block;
	width: 71px;
	height: 71px;
	margin: 0 auto;
	border-radius: 35px;
}

ul#tops10 li.top10 .top10_item .top10_description {
	width: auto;
	min-width: 191px;
	margin-left: 143px;
}

ul#tops10 li.top10 .top10_item .top10_description .top10_description_title_link {
	font-size: 108%;
}

ul#tops10 li.top10 .top10_item .top10_description .top10_description_specializations, ul#tops10 li.top10 .top10_item .top10_description .specialization_link {
	color: #808080;
}

ul#tops10 li.top10 .top10_item .top10_description .specialization_link {
    border-bottom: 0 none;
}

ul#tops10 li.top10 .top10_item .top10_description .title_small {
	margin-top: 0px;
}

ul#tops10 li.top10 .top10_item .top10_description .top10_facility_rating, ul#tops10 li.top10 .top10_item .top10_description .top10_doctor_rating {
	color: #a0a0a0;
	font-size: 90%;
}
