@import url("reset.css");

body {
	background-image: url("../images/background/bg.png");
	font-family: sch_text;
	font-size: 13px;
	color: #333333;
	word-wrap: break-word;
	background-attachment: fixed;
	/*background-size: 100%;*/
}

input, select, textarea {
	font-family: sch_text;
}

#sch_ribbon {
	position: fixed;
	top: 0;
	width: 100%;
	height: 30px;
	background-color: #000000;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	z-index: 99999;
}

#sch_background {
	/*background-image: url("../images/background/bg_top_lighter.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	padding-top: 60px;
}

#sch_site_container_wide {
	width: 1240px;
	margin: auto;
	background-image: url("../images/layout/bg_wide.png");
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

#sch_wide {
	display: inline-block;
	width: 240px;
	vertical-align: top;
	border-top-right-radius: 10px;
}

#sch_wide_header {
	height: 487px;
	background-color: #111111;
	border-bottom: 5px solid #333333;
	padding: 49px 10px 0 10px;
	position: relative;
	border-top-right-radius: 10px;
}

#sch_site_container {
	margin: 0 auto 0 0;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url("../images/layout/bg_two_column.png");
	display: inline-block;
	vertical-align: top;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#sch_header {
	background-color: #333333;
	height: 110px;
	border-top-left-radius: 10px;
}

#sch_header > div {
	display: inline-block;
	vertical-align: top;
}

#sch_logo {
	width: 220px;
	height: 110px;
	margin-right: 18px;
	border-top-left-radius: 10px;
	position: relative;
}

#sch_logo > a {
	display: block;
	position: absolute;
	top: -15px;
	left: 45px;
}

#sch_ad_leaderboard {
	width: 744px;
	height: 90px;
	margin-top: 10px;
	background-image: url("../images/ads/bg_leaderboard.png");
}

#sch_ad_skyscraper {
	border-top: 5px solid #666666;
	height: 616px;
	background-image: url("../images/ads/bg_skyscraper.png");
}

#sch_ad_rectangle {
	height: 616px;
	background-image: url("../images/ads/bg_rectangle.png");
}

#sch_tiles {
	display: inline-block;
	vertical-align: top;
	background-color: #333333;
	border-bottom: 5px solid #666666;
	padding-bottom: 60px;
}

#sch_tiles > ul > li > a {
	background-color: #336699;
	font-size: 7px;
	display: table-cell;
	width: 60px;
	height: 60px;
	border-bottom: 1px solid #333333;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 12px;
}

#sch_tiles > ul > li > a:hover {
	background-color: #3F7DBC;
}

#sch_tiles > ul > li > a.sch_tiles_on {
	background-color: #ED6639;
}

#sch_menu_container {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	min-height: 680px;
}

#sch_menu {
	background-color: #ED6639;
	min-height: 480px;
	padding: 20px 0 10px 0;
}

#sch_menu > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	margin: 0 10px 0 10px;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sch_menu > ul > li > a:hover {
	background-color: #666666;
}

#sch_menu > ul > li > a.sch_menu_on {
	background-color: #666666;
	position: relative;
}

#sch_menu > ul > li > a.sch_menu_on::before {
	content: " ";
	display: block;
	width: 15px;
	height: 4px;
	background-color: #FFFFFF;
	position: absolute;
	right: 5px;
	top: 5px;
	box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.75);
}

#sch_menu > span {
	width: 140px;
	margin: 0 10px 0 10px;
	color: #666666;
	padding: 10px 0 5px 0;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

#sch_data {
	width: 780px;
	display: inline-block;
	vertical-align: top;
}

#sch_data > div {
	display: inline-block;
	vertical-align: top;
}

#sch_data_center {
	width: 480px;
	position: relative;
}

#sch_data_right {
	width: 300px;
	padding-bottom: 24px;
}

#sch_subfooter {
	background-color: #000000;
	height: 30px;
	border-top: 1px solid #444444;
}

#sch_subfooter > div {
	width: 1240px;
	margin: auto;
	height: 30px;
	position: relative;
}

#sch_subfooter > div > a {
	font-size: 10px;
	line-height: 30px;
	color: #666666;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 20px;
}

#sch_subfooter > div > p {
	font-size: 10px;
	line-height: 30px;
	color: #666666;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	display: inline-block;
}

#sch_footer {
	background-color: #000000;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	margin-top: 30px;
	background-image: url("../images/background/dark-stripedsuede.png");
}

#sch_footer_logo {
	background-color: #000000;
	text-align: center;
	height: 210px;
}

#sch_footer_logo > a {
	display: inline-block;
	height: 130px;
	margin: 10px;
}

#sch_footer_logo > p {
	background-color: #111111;
	text-align: center;
	height: 60px;
	text-transform: uppercase;
	font-size: 24px;
	color: #333333;
	line-height: 60px;
	letter-spacing: 10px;
	border-bottom: 1px solid #444444;
}

#sch_footer_site_components {
	width: 1240px;
	margin: auto;
	text-align: center;
}

#sch_footer_site_components > div {
	display: inline-block;
	margin: 48px 48px 48px 48px;
	text-align: center;
}

#sch_footer_site_components > div > a > p {
	color: #666666;
	font-family: sch_heading;
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
}

.sch_notice {
	background-color: #FFFFCC;
	border: 1px solid #E9E9E9;
	color: #333333;
	padding: 24px;
	margin: 24px 24px 0 24px;
}

.sch_notice_gray {
	background-color: #FAFAFA !important;
}

.sch_notice > p:first-child {
	font-size: 20px;
	color: #666666;
	margin-bottom: 10px;
}

#sch_useful_links {
	width: 280px;
	margin: auto;
}

#sch_useful_links a {
	width: 93px;
	height: 66px;
	padding-top: 27px;
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 1px;
	font-family: sch_heading;
    font-size: 11px;
    color: #FFFFFF;
	text-align: center;
	background-color: #999999;
	position: relative;
}
#sch_useful_links a:hover {
	opacity: 0.8;
}
#sch_useful_links a#sch_useful_links_credit {
	width: 92px;
}
#sch_useful_links a#sch_useful_links_payment {
	margin-right: 0;
}
#sch_useful_links a#sch_useful_links_notifications {
	margin-bottom: 0;
}
#sch_useful_links a#sch_useful_links_friends {
	margin-bottom: 0;
	width: 92px;
}
#sch_useful_links a#sch_useful_links_settings {
	background-color: #FF8E02;
	margin-bottom: 0;
	margin-right: 0;
}
#sch_useful_links a span {
	background-color: #CC0000;
	position: absolute;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	padding-left: 2px;
	padding-right: 2px;
	right: 27px;
	top: 20px;
}

#sch_useful_links a span[count="0"] {
	display: none;
}

.sch_heading {
	margin: 24px auto 10px auto;
	width: 250px;
	font-size: 11px;
	color: #999999;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	border-bottom: 4px solid #CCCCCC;
	box-shadow: 0 1px 0 #AAAAAA;
	background: url('../images/layout/heading.png') no-repeat;
}

.sch_heading > p {
	position: relative;
}

.sch_heading > p > a {
	position: absolute;
	right: 10px;
	color: #999999;
}

.sch_heading > p > a:hover {
	color: #336699;
}

.sch_heading_width_280 {
	width: 250px;
}

.sch_heading_width_432 {
	width: 402px;
}

.sch_heading_width_732 {
	width: 702px;
}

.sch_heading_width_894 {
	width: 864px;
}

#sch_latest {
	padding: 24px;
}

#sch_latest > li > a,
#sch_newsticker > li > a {
	color: #999999;
	font-size: 11px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #222222;
	display: block;
	height: 40px;
}

#sch_latest > li > a {
	color: #333333;
	font-size: 13px;
	border-bottom-color: #CCCCCC;
}

#sch_newsticker > li:last-child > a,
#sch_latest > li:last-child > a {
	border-bottom: none;
}

#sch_latest > li > a:hover {
	color: #999999;
}

#sch_newsticker > li > a:hover {
	color: #FFFFFF;
}

#sch_latest > li > a > img,
#sch_newsticker > li > a > img {
	padding: 2px;
	border: 1px solid #222222;
	margin-right: 10px;
	float: left;
	color: #999999;
	margin-bottom: 10px;
}

#sch_latest > li > a > img {
	border-color: #CCCCCC;
}

#sch_wide_header > p {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: #222222;
	position: absolute;
}

#sch_newsticker_header {
	width: 148px;
	padding-left: 10px;
	top: 0;
	left: 10px;
}

#sch_newsticker_header > a {
	color: #666666;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#sch_newsticker_header > a:hover {
	color: #999999;
}

#sch_newsticker_prev {
	width: 30px;
	top: 0;
	right: 10px;
	cursor: pointer;
	background-image: url("../images/layout/down.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}

#sch_newsticker_next {
	width: 30px;
	top: 0;
	right: 41px;
	cursor: pointer;
	background-image: url("../images/layout/up.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}

#sch_newsticker_prev:hover,
#sch_newsticker_next:hover {
	opacity: 1;
}

.sch_display_none {
	display: none;
}

.sch_clear_both {
	clear: both;
}

.sch_image_border {
	border: 1px solid #E9E9E9;
	padding: 2px;
}

.sch_image_description {
	font-size: 9px;
	color: #999999;
}

.sch_bottom_spacing {
	margin-top: 24px;
}

.sch_paginator {
	font-size : 12px;
	margin: 24px 24px 0 24px;
	text-align: right;
}

.sch_paginator_no_margin {
	margin: 0 !important;
}

.sch_paginator > a {
	color: #666666;
	border: #F0F0F0 solid 1px;
	background-color: #F0F0F0;
	padding: 2px;
	display: inline-block;
	line-height: 12px;
	margin-left: 2px;
	margin-right: 2px;
}

.sch_paginator > a:hover {
	border: #336699 solid 1px;
	background-color: #336699;
	color: #FFFFFF;
}

.sch_paginator > span {
	color: #CCCCCC;
	border: #F0F0F0 solid 1px;
	background-color: #F0F0F0;
	padding: 2px;
	display: inline-block;
	line-height: 12px;
	margin-left: 2px;
	margin-right: 2px;
}

.sch_paginator > span.sch_active_page {
	color: #FFFFFF;
	border: #336699 solid 1px;
	padding: 2px;
	display: inline-block;
	line-height: 12px;
	background-color: #336699;
	margin-left: 2px;
	margin-right: 2px;
}

.sch_news_row_container_432 {
	width: 480px;
	margin-top: -10px;
}

.sch_news_row_container_432 > div {
	width: 137px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-top: 24px;
}

.sch_news_row_container_432 > div > span:first-child {
	background-color: #333333;
	position: absolute;
	right: -22px;
	top: 10px;
	padding: 2px 20px 2px 20px;
	color: #FFFFFF;
	font-size: 8px;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

.sch_news_row_container_432 > div:last-child {
	margin-right: 0;
}

.sch_news_row_container_432 > div > a > img {
	padding: 2px;
	border: 1px solid #E9E9E9;
}

.sch_news_row_container_432 > div > a > img:hover {
	opacity: 0.8;
}

.sch_news_row_heading {
	font-size: 10px;
	margin-top: 10px;
}

.sch_news_row_title {
	font-size: 16px;
	color: #336699;
}

.sch_news_row_title:hover {
	color: #333333;
}

.sch_news_row_text {
	font-size: 13px;
	margin-top: 10px;
}

.sch_other_news_from_category {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
}

.sch_user_online {
	background: url('../images/layout/online.gif') bottom repeat-x;
}

.sch_user_online_dark_bg {
	background: url('../images/layout/online_darker.gif') bottom repeat-x;
}

#sch_apps_title {
	height: 30px;
	margin-bottom: 10px;
}

#sch_apps_title > a {
	background-color: #292929;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 10px 10px;
	color: #666666;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
}

#sch_apps_title > a:hover {
	color: #999999;
}

.sch_profile_setup_photos {
	margin: 0 24px 24px 24px;
	height: 199px;
}

#sch_profile_setup_photos_0,
#sch_profile_photos_0 {
	margin-top: 24px;
}

.sch_profile_setup_photos > div {
	height: 199px;
	width: 179px;
	margin-right: 5px;
	display: inline-block;
}

.sch_profile_setup_photos > div:nth-child(4),
.sch_profile_photos > div:nth-child(4) {
	width: 180px;
	margin-right: 0;
}

.sch_profile_setup_photos > div > a {
	height: 179px;
	display: block;
}

.sch_profile_setup_photos > div > a > img {
	border: solid 1px #CCCCCC;
}

.sch_profile_setup_photos > div > a:hover {
	opacity: 0.9;
}

.sch_profile_setup_photos > div > div {
	height: 20px;
	background-color: #CCCCCC;
	text-align: right;
	line-height: 20px;
	font-size: 10px;
	color: #999999;
}

.sch_profile_setup_photos > div > div > a {
	text-transform: uppercase;
	margin: 0 5px 0 5px;
	color: #999999;
}

.sch_profile_setup_photos > div > div > a:hover {
	color: #333333;
}

.sch_profile_photos {
	margin: 0 24px 5px 24px;
	height: 179px;
}

.sch_profile_photos_0 {
	margin-top: 24px;
}

.sch_profile_photos > div {
	height: 179px;
	width: 179px;
	margin-right: 5px;
	display: inline-block;
}

.sch_profile_photos > div:nth-child(4) {
	width: 180px;
	margin-right: 0;
}

.sch_profile_photos > div > a {
	height: 179px;
	display: block;
}

.sch_profile_photos > div > a > img {
	border: solid 1px #CCCCCC;
}

.sch_profile_photos > div > a:hover {
	opacity: 0.9;
}

#sch_profile_setup_hidden_photos_bttn {
	margin-top: 24px;
	text-align: center;
}

#sch_profile_setup_hidden_photos_bttn > button {
	width: 200px;
	margin: auto !important;
}

#sch_profile_photos_start {
	margin: 24px 24px 0 24px;
	height: 78px;
}

#sch_profile_photos_start > a:first-child {
	margin-left: 0;
}

#sch_profile_photos_start > a {
	height: 72px;
	display: inline-block;
	margin-left: 10px;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

#sch_profile_photos_start > a[href]:not([href=""]):hover {
	opacity: 0.9;
}

.nano {
	position: relative;
	overflow: hidden;
}

.nano > .nano-content {
	position      : absolute;
	overflow      : scroll;
	overflow-x    : hidden;
	top           : 0;
	right         : 0;
	bottom        : 0;
	left          : 0;
}

.nano > .nano-content:focus {
	outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
	display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}

.nano > .nano-pane {
	background : rgba(0,0,0,.25);
	position   : absolute;
	width      : 10px;
	right      : 0;
	top        : 0;
	bottom     : 0;
	visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
	opacity    : 0;
	-webkit-transition    : .2s;
	-moz-transition       : .2s;
	-o-transition         : .2s;
	transition            : .2s;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px;
}

.nano > .nano-pane > .nano-slider {
	background: #000000;
	position              : relative;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility : visible\9; /* Target only IE7 and IE8 with this hack */
	opacity    : 0.5;
}

#sch_profile_setup_add_city {
	background-color: #e9e9e9;
	padding: 0 10px 10px 10px;
}

#sch_profile_setup_add_city > a {
	font-size: 10px;
	color: #336699;
}

#sch_profile_setup_add_city > a:hover {
	color: #666666;
}

#sch_earn_credits {
	background-color: #CCCCCC;
	border-radius: 10px;
	overflow: hidden;
	height: 180px;
	width: 280px;
	margin: auto;
	position: relative;
}

#sch_earn_credits > img {
	position: absolute;
	top: -40px;
	left: -40px;
}

#sch_earn_credits > div:first-of-type {
	background-color: #000000;
	opacity: 0.6;
	text-align: left;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 5px;
}

#sch_earn_credits > div:last-of-type {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	text-align: right;
}

#sch_earn_credits > div:last-of-type > ul > li {
	margin-top: 5px;
}

#sch_footer_info_users {
	padding: 24px;
	height: 202px;
	width: 432px;
	display: block;
}

.sch_footer_info_users_title {
	font-family: sch_heading;
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

#sch_footer_info_users_list > li {
	display: inline-block;
	padding: 5px 8px 5px 8px;
	margin: 0 5px 5px 0;
	background-color: #666666;
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
}

#sch_footer_info_users:hover > ul > li {
	background-color: #CCCCCC;
}

#sch_wide_users_container {
	display: block;
	padding-bottom: 48px;
}

#sch_wide_users_container:hover li {
	background-color: #444444;
}

#sch_wide_users_title {
	color: #FFFFFF;
	font-size: 20px;
	margin: -49px -10px 10px -10px;
	background-color: #336699;
	display: block;
	height: 110px;
	text-align: center;
	line-height: 110px;
    border-top-right-radius: 10px;
}

#sch_wide_users_list > li {
	background-color: #333333;
	color: #999999;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

#sch_verify_photos {
	margin: auto;
	display: table;
	text-align: center;
}

#sch_verify_photos > #sch_verify_photos_avatar.sch_display_none,
#sch_verify_photos > #sch_verify_photos_profile_photo.sch_display_none {
	display: none !important;
}

#sch_verify_photos_avatar,
#sch_verify_photos_profile_photo {
	padding: 2px;
	margin: 24px auto auto auto;
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 442px;
	text-align: center;
	max-width: 726px;
	overflow: hidden;
	position: relative;
}

#sch_verify_photos_profile_photo {
	height: 400px;
}

#sch_verify_photos_infractions {
	display: inline-block;
	position: absolute;
	background-color: #000000;
	opacity: 0.5;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	letter-spacing: 2px;
}

#sch_verify_photos_infractions:hover {
	opacity: 0.6;
}

.sch_verify_photos_infractions_avatar {
	top: 52px !important;
}

#sch_verify_photos_avatar > p {
	background-color: #CC0000;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 2px;
	font-size: 24px;
	text-transform: uppercase;
	min-width: 200px;
}

#sch_verify_photos_buttons > img {
	margin: 24px;
	cursor: pointer;
}

#sch_verify_photos_buttons > img:hover {
	opacity: 0.5;
}

#sch_verify_photos_rules_of_the_game {
	list-style: square;
	margin: 14px auto auto 20px;
}

#sch_verify_photos_rules_of_the_game > li {
	margin-top: 10px;
}

#sch_teaser {
    width: 100%;
    height: 100px;
    z-index: 99999;
    background-color: #000000;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#sch_teaser > a {
    color: #FFFFFF;
    font-size: 60px;
    margin-top: 40px;
    line-height: 100px;
}

#sch_popup_alert {
    position: fixed;
    background: url("../images/opacity/black_75.png");
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
}

#sch_popup_alert > div {
    margin: 80px auto auto auto;
    width: 1200px;
    height: 500px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

#sch_popup_alert_title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: repeating-linear-gradient( -45deg, #ffaa00, #ffaa00 20px, #333333 20px, #333333 40px );
}

#sch_popup_alert_title > span {
    border-top-left-radius: 10px;
    background-color: #333333;
    line-height: 50px;
    padding: 0 20px 0 20px;
    font-family: sch_heading;
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
}

#sch_experts_teaser_title {
    height: 30px;
    margin-bottom: 10px;
}

#sch_experts_teaser_title > a {
    background-color: #292929;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 10px;
    color: #666666;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    padding-left: 10px;
}

#sch_experts_teaser_title > a:hover {
    color: #999999;
}

#sch_experts_teaser_container {
    display: block;
    background-color: #8BACBD;
    height: 110px;
    width: 220px;
    margin: 0 auto 0 auto;
}

#sch_experts_teaser_container > li > a {
    display: block;
    background-color: #8BACBD;
    height: 90px;
    width: 210px;
    padding: 5px;
    margin-bottom: 5px;
}

#sch_experts_teaser_container > li > a > p {
    display: block;
    background-color: #6f8899;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 5px;
}

#sch_experts_teaser_container > li > a > div {
    display: inline-block;
    vertical-align: top;
    height: 70px;
}

#sch_experts_teaser_container > li > a > div:first-of-type {
    width: 75px;
}

#sch_experts_teaser_container > li > a > div:last-child {
    width: 135px;
    position: relative;
}

#sch_experts_teaser_container > li > a > div:last-child > span {
    display: inline-block;
}

.sch_experts_teaser_associate_type {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 8px;
    margin-bottom: 5px;
}

.sch_experts_teaser_associate_language {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 8px;
    text-align: right;
    width: 135px;
    display: block;
}

#sch_experts_teaser_navi {
    height: 24px;
    width: 220px;
    margin: 0 auto 24px auto;
    background-color: #6f8899;
    padding-top: 1px;
}

#sch_experts_teaser_navi > span {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #8BACBD;
    background-repeat: no-repeat;
    background-position: center;
}

#sch_experts_teaser_navi > span:first-child {
    background-image: url("../images/layout/down.png");
}

#sch_experts_teaser_navi > span:last-child {
    background-image: url("../images/layout/up.png");

}

#sch_experts_teaser_navi > a {
    background-color: #8BACBD;
    display: inline-block;
    height: 24px;
    width: 170px;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 1px 0 1px;
}

.sch_experts_teaser_associate_msg_price_off {
    text-decoration: line-through;
    font-size: 10px;
    color: #333333;
}

.sch_experts_teaser_associate_msg_price_reduced {
    color: #CC0000;
}

.sch_experts_teaser_associate_msg_price_legend {
    font-size: 8px;
    text-transform: uppercase;
    line-height: 8px;
}