@import url(reset.css);
body {
	background: #090909;
	color: #383838;
	font: 12px/14px Arial, serif;
	position: relative;
}
a {
	color: #880000;
	cursor: pointer;
}
a:hover {
	color: #050505;
}
#wrapper {
	background: #090909;
	position: relative;
	min-height: 100%;
	z-index: 1;
	overflow: hidden;
}
#container {
	background: #090909;
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 0 auto;
}
#container.error {
	background: #090909 url(/images/design/404_error.jpg) 0 0 no-repeat;
	text-align: center;
	padding: 340px 200px 0 200px;
	width: 560px;
	color: #c7c7c7;
	line-height: 21px;
}
#container.error h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 10px 0;
}
#error_logo {
	background: transparent;
	height: 180px;
	width: 140px;
	position: absolute;
	top: 39px;
	margin: 0 0 0 -70px;
	left: 50%;
	display: block;
}
#header {
	background: #090909 url(/images/design/header.jpg) 0 0 no-repeat;
	height: 160px;
	width: 960px;
	position: relative;
	z-index: 9;
}
#logo {
	background: transparent;
	height: 40px;
	width: 200px;
	position: absolute;
	top: 89px;
	left: 20px;
	display: block;
}
#live-link {
	background: transparent;
	padding: 12px 9px 12px;
	width: 200px;
	position: absolute;
	top: 80px;
	left: 370px;
	display: block;
	background: #ffde00;
	background-color: rgba(255, 222, 0, 0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #fcff1d;
	-moz-box-shadow:     0px 1px 5px 0 #000;
	-webkit-box-shadow:  0px 1px 5px 0 #000;
	box-shadow:          0px 1px 5px 0 #000;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#live-link:before {
	background: transparent url(/images/live/design/promo.png) 0 0 no-repeat;
	height: 36px;
	width: 32px;
	position: absolute;
	top: 10px;
	left: -17px;
	display: block;
	content: '';
}
#live-link span {
	display: block;
	font-size: 12px;
	padding: 4px 0 0 0;
	font-weight: normal;
}
#header:before {
	background: transparent url(/images/design/logo_bottom.png) 0 0 no-repeat;
	height: 73px;
	width: 91px;
	position: absolute;
	top: 160px;
	left: 433px;
	display: block;
	content: ' ';
	z-index: 10;
}
#menu {
	position: absolute;
	top: 16px;
	left: 0px;
	right: 0px;
	padding: 10px 0;
	text-align: center;
	display: block;
	z-index: 11;
}
#menu > li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	position: relative;
	z-index: 11;
	padding: 0 0 1px 0;
}
#menu > li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 13px 5px;
	color: #ffffff;
	text-decoration: none;
	text-shadow:#000000 1px 1px 0px;
	text-transform: uppercase;
}
#menu > li.active a {
	background: #7f0101;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	color: #ffd012;
	text-shadow:#610000 1px 1px 0px;
}
#menu > li.active div.submenu a {
	background: transparent;
}
#menu > li div.submenu {
	background: #7f0101;
	background: rgba(139, 0, 0, 0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	width: 182px;
	text-align: left;
	padding: 5px 0 4px;
	z-index: 12;
}
#menu > li div.submenu.wide {
	width: 364px;
}
#menu > li div.submenu.wide2 {
	width: 560px;
}
#menu > li+li+li+li+li+li div.submenu {
	left: auto;
	right: 0;
}
#menu > li.active div.submenu {

}
#menu > li div.submenu a {
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 150px;
	padding: 2px 16px 2px 16px;
	font-size: 12px;
	line-height: 14px;
}
#menu > li div.submenu a img {
	width: 25px;
	height: 25px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	border: 1px solid #ffcf31;
	-webkit-border-radius: 2px;
	-moz-border-radius   : 2px;
	border-radius        : 2px;
}
#menu > li div.submenu a span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 112px;
	max-height: 25px;
	padding: 0 0 0 10px;
}
#menu > li div.submenu.books {
	width: 560px;
}
#menu > li div.submenu.books a {
	width: 240px;
}
#menu > li div.submenu.books a span {
	width: 200px;
}
#menu > li div.submenu a:hover {
	color: #ffd012;
}
#main {
	background: #eaeaea url(/images/design/main_home.png) 0 0 repeat-y;
	min-height: 100px;
	width: 960px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#main.inner {
	background: #eaeaea url(/images/design/main_home.png) 441px 0 repeat-y;
}
#footer {
	background: #090909 url(/images/design/footer.jpg) 0 0 no-repeat;
	height: 90px;
	width: 960px;
	position: relative;
	z-index: 2;
}
#socials {
	position: absolute;
	top: 100px;
	left: 230px;
	display: block;
	z-index: 10;
}
#socials li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 6px 0 0;
}
.type-block {
	background: #eaeaea;
}
.type-b1 {
	border-top: 1px solid #090909;
}
.type-block img {
	vertical-align: bottom;
}
.type-title {
	background: #970000 url(/images/design/title.png) 0 0 repeat-x;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700; 
	color: #ffde00;
	text-decoration: none;
	text-shadow:#390000 1px 1px 0px;
	text-transform: uppercase;
	height: 25px;
	padding: 9px 20px 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.type-title a {
	background: url(/images/design/title_arrows.png) 0 4px no-repeat;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	text-transform: none;
	padding: 0 0 6px 35px;
	margin: 0 0 0 12px;
	font-style: italic;
	font-weight: normal;
}
#games {
	overflow: hidden;
	position: relative;
}
#prevgame {
	background: #eaeaea;
	width: 480px;
	float: left;
	margin: 0 -480px 0 0;
	padding: 0 0 35px 0;
	height: 170px;
	position: relative;
	overflow: hidden;
}
#nextgame {
	background: #eaeaea url(/images/design/nextgame.png) 0 0 no-repeat;
	margin: 0 0 0 480px;
	position: relative;
	padding: 0 0 35px 0;
	height: 170px;
	overflow: hidden;
}
#nextgame .type-title {
	text-align: right;
}
#nextgame .type-title a {
	background: url(/images/design/title_arrows.png) 100% -96px no-repeat;
	padding: 0 35px 6px 0;
	margin: 0 10px 0 0;
}
.game-item {
	background: #eaeaea;
	height: 96px;
	padding: 20px;
	width: 440px;
	overflow: hidden;
	position: absolute;
	display: block;
	top: 34px;
	left: 480px;
}
.game-item.active {
	top: 34px;
	left: 0;
}
#nextgame .game-item.active {
	left: 1px;
}
.game-item.ucl {
	background: #eaeaea url(/images/design/cup_ucl.png) 390px 15px no-repeat;
}
.game-item.seriea {
	background: #eaeaea url(/images/design/cup_seriea.png) 385px 20px no-repeat;
}
.game-logo {
	border: 1px solid #c4c4c4;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	width: 90px;
	height: 90px;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}
.game-stadium {
	font-size: 11px;
	line-height: 12px;
	padding: 0 0 7px 0;
}
.type-date-light, .type-date-grey, .type-date-mini {
	font-size: 9px;
	line-height: 11px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	padding: 6px 8px 5px;
	background: #ffffff;
	color: #a20000;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	-moz-box-shadow:     0px 1px 1px 0 #9e9e9e;
	-webkit-box-shadow:  0px 1px 1px 0 #9e9e9e;
	box-shadow:          0px 1px 1px 0 #9e9e9e;
}
.type-date-dark {
	font-size: 9px;
	line-height: 11px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	padding: 5px 6px 4px;
	background: #252525;
	color: #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
}
.type-bordered {
	font-size: 11px;
	line-height: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	padding: 3px 8px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	border: 1px solid #c7c7c7;
	text-decoration: none;
	color: #303030;
	margin: 0 3px 0 0;
}
.type-padder .type-bordered {
	margin: 0 3px 5px 0;
}
.type-date-grey {
	color: #454545;
}
.type-date-mini {
	padding: 4px 6px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius   : 2px;
	border-radius        : 2px;
}
.type-date-mini.fix {
	text-align: center;
	width: 70px;
}
.game-opponents {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 7px 0 0 0;
}
.game-opponents span {
	color: #a20000;
}
.game-options {
	position: absolute;
	bottom: 20px;
	left: 126px;
}
.game-options li {
	padding: 0 0 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.type-red {
	font-size: 11px;
	line-height: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 4px 14px 6px;
	background: #bf1818;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	text-shadow: #6f0000 1px 1px 0px;
	text-decoration: none;
	margin: 0 3px 0 0;
}
.type-padder .type-red {
	margin: 0 3px 5px 0;
}
.type-padder table .type-red {
	padding: 4px 8px 6px;
	margin: 0 0 0 0;
}
.type-red:hover {
	background: #b50909;
	color: #ffdb15;
}
.type-red.loading {
	background: #bf1818 url(/images/design/comments/loading.gif) 95% 50% no-repeat;
	padding: 4px 34px 6px 14px;
}
.type-grey {
	font-size: 11px;
	line-height: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 4px 14px 6px;
	background: #d1d1d1;
	color: #7d7d7d;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	text-decoration: none;
	-moz-box-shadow:    inset 0px 1px 1px 0 #949494;
	-webkit-box-shadow: inset 0px 1px 1px 0 #949494;
	box-shadow:         inset 0px 1px 1px 0 #949494;
	margin: 0 3px 0 0;
}
.type-grey:hover {
	color: #7d7d7d;
	cursor: default;
}
.type-padder table .type-grey {
	padding: 4px 8px 6px;
	margin: 0 0 0 0;
}
.type-button {
	background: url(/images/design/orange_button.png) 0 0 no-repeat;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	height: 32px;
	padding: 8px 25px 0 25px;
	color: #ffffff;
	text-shadow: #872300 1px 1px 0px;
	text-decoration: none;
	margin: 0 5px 0 -2px;
	position: relative;
}
.type-button:hover {
	color: #901800;
	text-shadow: #ffc71c 1px 1px 0px;
}
.type-button:after {
	background: url(/images/design/orange_button.png) 0 -40px no-repeat;
	display: block;
	content: '';
	height: 40px;
	width: 5px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#prev-control {
	background: url(/images/design/gameline.png) 0 0 repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 480px;
	height: 35px;
	white-space: nowrap;
}
#next-control {
	background: url(/images/design/gameline.png) 0 0 repeat-x;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 479px;
	height: 35px;
	white-space: nowrap;
}
#prev-control li, #next-control li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	position: relative;
}
#prev-control li a, #next-control li a {
	color: #1b1b1b;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: center;
	width: 160px;
	height: 25px;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 13px;
}
#prev-control li.active a, #next-control li.active a {
	background: url(/images/design/gameline.png) 0 -35px repeat-x;
	color: #ffffff;
	text-shadow: #111111 1px 1px 0px;
}
#prev-control li.active a, #next-control li.active a {
	background: url(/images/design/gameline.png) 0 -35px repeat-x;
	color: #ffffff;
	text-shadow: #111111 1px 1px 0px;
}
#prev-control li.active:after, #next-control li.active:after {
	position: absolute;
	bottom: 35px;
	left: 50%;
	width: 0px;
	height: 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #2f2f2f;
    display: block;
    content: ' ';
    margin: 0 0 0 -3px;
}
#content {
	float: left;
	width: 700px;
	margin: 0 -700px 0 0;
	overflow: hidden;
	position: relative;
}
#content.full-width {
	float: none;
	width: auto;
	margin: 0 0 0 0;
}
.inner #content {
	overflow: visible;
}
#sidebar {
	position: relative;
	margin: 0 0 0 701px;
}
#left-col {
	float: left;
	width: 259px;
	margin: 0 -259px 0 0;
	overflow: hidden;
}
#news-col {
	position: relative;
	margin: 0 0 0 260px;
}
#news-col {
	position: absolute;
	margin: 0 0 0 0;
	top: 0;
	right: 0;
	left: 260px;
	bottom: 0;
}
#news-col:before {
	background: transparent url(/images/design/news_gradient.png) 0 0 repeat-x;
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	bottom: 0;
	height: 65px;
	content: '';
	z-index: 10;
	border-bottom: 20px solid #eaeaea;
}
#slider-wrapper {
	height: 281px;
	width: 440px;
	overflow: hidden;
	position: relative;
}
#slider {
	position: relative;
}
#slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 440px;
	height: 280px;
	display: block;
}
#slider a+a img {
	visibility: hidden;
}
.type-padder {
	padding: 20px;
}
.type-padder.centered {
	text-align: center;
}
.materials-item {
	overflow: hidden;
	padding: 0 0 15px 0;
}
.materials-item img {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 -60px 0 0;
}
.materials-item .materials-date {
	margin: 0 0 6px 70px;
}
.materials-item .materials-title {
	margin: 0 0 0 70px;
	font-size: 11px;
	line-height: 14px;
}
.events {
	height: 229px;
}
.events-title {
	font-size: 11px;
	line-height: 14px;
	padding: 5px 0 0 0;
}
.events-item{
	padding: 0 0 12px 0;
}
.tabs-control {
	padding: 20px 20px 10px 20px;
}
.tabs > div {
	display: none;
}
.tabs > div.active {
	display: block;
}
.soc-tab1 {
	padding: 0 0 0 8px;
	width: 240px;
	height: 210px;
	overflow: hidden;
	margin: 0 0 0 0;
}
.soc-tab2 {
	padding: 0 0 0 20px;
	width: 220px;
	height: 270px;
	overflow: hidden;
	margin: 0 0 0 0;
}
.soc-tab3 {
	padding: 0 0 0 20px;
	width: 220px;
	height: 235px;
	overflow: hidden;
	margin: 0 0 0 0;
}
.cities ul {
	padding: 0 0 10px 0;
}
.cities ul li {
	font-size: 11px;
	line-height: 14px;
}
.cities ul li+li {
	padding: 7px 0 0 0;
}
table.type-table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #c7c7c7;
	margin: 0 0 15px 0;
}
table.type-table.top-padding {
	margin: 15px 0 15px 0;
}
table.type-table tr td {
	padding: 3px 8px 4px;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #b9b9b9;
	background: #dddddd;
	text-align: center;
	color: #9f0000;
	vertical-align: middle;
}
table.type-table.wide-rows tr td {
	padding: 8px 15px 9px;
}
table.type-table.wide-rows tr.odd td {
	background: #f2f2f2;
}
table.type-table tr+tr td {
	background: #eaeaea;
	color: #323232;
}
table.type-table tr+tr+tr td {
	border-top: 1px solid #c7c7c7;
}
table.type-table tr td.type-left {
	text-align: left;
}
table.type-table tr td.type-right {
	text-align: right;
}
table.type-table tr td.color-red {
	color: #9f0000;
}
table.type-table tr td.color-green {
	color: #108900;
}
.fantasy_go {
	margin: 3px 0 0 10px;
	color: #323232;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}
.media-item {
	overflow: hidden;
	padding: 0 0 15px 0;
}
.media-image {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 -60px 0 0;
	position: relative;
}
.media-item .media-date {
	margin: 0 0 0 70px;
}
.media-image.video:before {
	background: url(/images/design/video_label.png) 0 0 no-repeat;
	display: block;
	width: 22px;
	height: 20px;
	position: absolute;
	bottom: 4px;
	right: 4px;
	content: ' ';
}
.media-item .media-title {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 0px 70px;
}
.media-item .media-about {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	color: #555555;
	margin: 5px 0 7px 70px;
}
.standings {
	padding: 0 20px 0 20px;
	height: 246px;
	overflow: hidden;
}
.standings .tabs-control {
	padding: 18px 20px 15px 0;
}
#partners {
	background: url(/images/design/partners.jpg) 0 0 no-repeat;
	width: 960px;
	height: 85px;
	border-top: 1px solid #090909;
	overflow: hidden;
	text-align: center;
	padding: 45px 0 0 0;
}
#partners .partner-item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	padding: 0 10px;
}
#partners .partner-item img {
	vertical-align: bottom;
	opacity: 0.7;
}
#partners .partner-item:hover img {
	opacity: 1;
}
.news {
	padding: 0 20px 20px 20px;
	min-height: 684px;
}
.news .tabs-control {
	padding: 20px 20px 20px 0;
}
.news-item {
	overflow: hidden;
	padding: 0 0 16px 0;
}
.news-item+.news-item {
	border-top: 1px solid #c5c5c5;
	padding: 16px 0 16px 0;
}
.news-item img {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 -90px 0 0;
	position: relative;
}
.news-item .channeled {
	display: inline-block;
	vertical-align: middle;
}
.news-item .channeled img {
	display: block;
	float: none;
	width: 90px;
	height: 30px;
	margin: 0 7px 0 0;
	position: relative;
}
.news-item .news-date {
	margin: 10px 0 10px 100px;
}
.news-item .news-title {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 100px;
	font-weight: bold;
}
.news-item .news-title.channeled {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	width: 295px;
	font-weight: normal;
}
.news-item .news-text {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 100px;
}
.forum ul {
	padding: 0 0 13px 0;
}
.forum ul li {
	padding: 0 0 5px 0;
}
.forum ul li .forum-date {
	margin: 0 10px 0 0;
}
.forum ul li a {
	font-size: 11px;
	line-height: 13px;
	color: #2e2e2e;
}
#footer {
	background: #090909 url(/images/design/footer.jpg) 0 0 no-repeat;
	height: 100px;
	width: 960px;
	position: relative;
	z-index: 2;
}
#counters {
	text-align: center;
	position: absolute;
	top: 57px;
	left: 50%;
	margin: 0 0 0 -90px;
	width: 180px;
	display: block;
}
#developer {
	text-align: right;
	position: absolute;
	top: 21px;
	right: 20px;
	display: block;
	font-size: 9px;
	color: #c9c9c9;
	line-height: 14px;
}
#developer a {
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
#developer a:hover {
	color: #ffeaa8;
}
#copyright {
	position: absolute;
	top: 21px;
	left: 20px;
	display: block;
	color: #c9c9c9;
	font-size: 11px;
	line-height: 14px;
}
#copyright a {
	color: #ffffff;
}
#auth {
	background: url(/images/design/auth.png) 0 0 no-repeat;
	position: absolute;
	top: 87px;
	right: 20px;
	display: block;
	width: 315px;
	height: 47px;
}
#auth_alert {
	background: url(/images/design/auth_alert.png) 0 0 no-repeat;
	position: absolute;
	bottom: 6px;
	left: -23px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: help;
}
#auth_alert div {
	background: #920000;
	position: absolute;
	bottom: 25px;
	left: -10px;
	width: 170px;
	display: block;
	padding: 10px 15px;
	cursor: default;
	color: #ffffff;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	display: none;
}
#auth_alert:hover div {
	display: block;
}
#auth_alert div:after {
	position: absolute;
	bottom: -5px;
	left: 18px;
	width: 0px;
	height: 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #920000;
    display: block;
    content: ' ';
    margin: 0 0 0 -3px;
}
#bottom {
	background: #eaeaea url(/images/design/main_home.png) 0 0 repeat-y;
	width: 960px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#bottom_content {
	float: left;
	width: 700px;
	margin: 0 -700px 0 0;
	overflow: hidden;
}
#bottom_sidebar {
	position: relative;
	margin: 0 0 0 701px;
}
#bottom_left {
	float: left;
	width: 259px;
	margin: 0 -259px 0 0;
	overflow: hidden;
}
#bottom_right {
	position: relative;
	margin: 0 0 0 260px;
}
#auth-username {
	position: absolute;
	display: block;
	top: 23px;
	left: 1px;
}
#auth-username input {
	background: transparent;
	width: 114px;
	padding: 2px 8px 3px;
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	color: #5b5b5b;
	border: none;
}
#auth-password {
	position: absolute;
	display: block;
	top: 23px;
	left: 137px;
}
#auth-password input {
	background: transparent;
	width: 114px;
	padding: 2px 8px 3px;
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	color: #5b5b5b;
	border: none;
}
#auth-submit {
	position: absolute;
	display: block;
	top: 23px;
	left: 274px;
}
#auth-submit input {
	background: transparent;
	width: 39px;
	padding: 2px 8px 3px;
	height: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	border: none;
	text-align: center;
	text-shadow: #802100 0px 1px 1px;
	cursor: pointer;
}
#auth-submit input:active {
	color: #000000;
	text-shadow: #ffed22 0px 1px 1px;
}
#auth-options {
	position: absolute;
	display: block;
	top: -1px;
	right: 47px;
	font-size: 11px;
	line-height: 13px;	
}
#auth-options a {
	color: #bababa;	
}
#is_logged {
	position: absolute;
	top: 90px;
	right: 20px;
	display: block;
	width: 315px;
	height: 40px;
	color: #c2c2c2;
}
#is_logged a {
	font-size: 11px;
	color: #ffffff;
}
#is_logged a.profile {
	font-size: 12px;
	color: #ffffff;
}
#is_logged a+a {
	color: #ffde00;
}
#is_logged b {
	color: #ffffff;
}
#is_logged p {
	padding: 0 0 6px 0;
}
.squad {
	margin: 0 -30px 0 0;
}
.squad-item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: center;
	padding: 0 12px 20px 0;
	font-size: 11px;
	line-height: 14px;
}
.squad-item p em {
	font-weight: bold;
	color: #818181;
}
.squad-item p {
	padding: 6px 0 3px;
}
.newsfull-item {
	padding: 15px 0;
	border-bottom: 1px solid #d1d1d1;
	overflow: hidden;
}
.newsfull-item img {
	display: block;
	float: left;
	width: 200px;
	height: 130px;
	margin: 0 -200px 0 0;
}
.newsfull-item.full-channeled img {
	display: inline-block;
	float: none;
	width: 90px;
	height: 30px;
	margin: 0 0 0 0;
	vertical-align: middle;
}
.newsfull-item p {
	display: block;
	position: relative;
	margin: 0 0 0 220px;
}
.newsfull-item p.newsfull-title a {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}
.newsfull-item.full-channeled p.newsfull-title {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 0 0 15px;
	width: 550px;
}
.newsfull-item.full-channeled p.newsfull-title a {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.newsfull-item p.newsfull-date {
	padding: 12px 0;
}
.newsfull-item p.newsfull-about {
	line-height: 18px;
	padding: 0 0 10px 0;
}
.newsfull-item p.newsfull-tags {
	line-height: 13px;
	font-size: 11px;
	padding: 0 0 2px 23px;
	background: url(/images/design/news_tags.png) 0 0 no-repeat;
}
.newsfull-item p.newsfull-tags a {
	color: #484848;
}
.paginator {
	padding: 30px 0 15px;
	text-align: center;
}
.paginator li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.paginator li {
	padding: 0 3px 0 3px;
}
.paginator li.arrow {
	padding: 0 10px 0 10px;
}
.paginator li a {
	background: #ffffff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: center;
	min-width: 26px;
	padding: 5px 0 0 0;
	height: 19px;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	-moz-box-shadow:     0px 1px 1px 0 #9e9e9e;
	-webkit-box-shadow:  0px 1px 1px 0 #9e9e9e;
	box-shadow:          0px 1px 1px 0 #9e9e9e;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	color: #383838;
}
.paginator li.arrow a {
	background: transparent;
	-moz-box-shadow:     none;
	-webkit-box-shadow:  none;
	box-shadow:          none;
	padding: 6px 0 0 0;
	width: auto;
}
.paginator li.active a {
	background: #383838;
	color: #ffffff;
}
.paginator li.blank a {
	background: transparent;
	-moz-box-shadow:     0px 0px 0px 0 #9e9e9e;
	-webkit-box-shadow:  0px 0px 0px 0 #9e9e9e;
	box-shadow:          0px 0px 0px 0 #9e9e9e;
}
.paginator li:hover a {
	background: #bf1818;
	color: #ffffff;
}
.paginator li.blank:hover a {
	background: transparent;
	color: #383838;
	cursor: default;
}
.paginator li.arrow:hover a {
	background: transparent;
}
.mediafull {
	margin: 0 -30px 0 0;
}
.mediafull-item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: center;
	padding: 0 16px 24px 0;
	width: 150px;
}
.mediafull-item p {
	padding: 5px 0 3px;
}
.mediafull-item a {
	line-height: 14px;
}
.mediafull-item a.mediafull-image {
	width: 150px;
	height: 150px;
	display: block;
	position: relative;
}
.mediafull-item.video a.mediafull-image:hover:after {
	background: url(/images/design/media_hover.png) 0 0 no-repeat;
	width: 150px;
	height: 150px;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 12;
	content: '';
}
.conf-item {
	padding: 15px 0 0 0;
	overflow: hidden;
}
.conf-item .conf-question {
	padding: 15px 0;
	width: 240px;
	float: left;
	margin: 0 -240px 0 0;
}
.conf-item .conf-answer {
	background: #dbdbdb;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	padding: 15px;
	position: relative;
	margin: 0 0 0 260px;
}
.conf-item .conf-user {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.conf-item .conf-target {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	color: #6e6e6e;
	padding: 0 0 8px 0;
}
.conf-item .conf-title {
	font-size: 11px;
	line-height: 18px;
}
.conf-item .conf-answer .conf-title {
	font-size: 12px;
	line-height: 21px;
}
.conf-item+.conf-item .conf-question {
	padding: 14px 0 15px 0;
	border-top: 1px solid #bebebe;
}
.form-item {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0 15px;
	overflow: hidden;
}
.form-item.noborder {
	border-bottom: none;
}
.form-label {
	text-align: right;
	width: 160px;
	float: left;
	margin: 0 -160px 0 0;
	padding: 9px 0 0 0;
	line-height: 14px;
	display: block;
}
form i {
	color: #ae0000;
	font-style: normal;
}
.form-input {
	position: relative;
	margin: 0 0 0 180px;
}
.form-input.short {
	margin: 0 0 4px 180px;
}
.form-input span.form-about {
	display: block;
	padding: 5px 120px 0 10px;
	color: #5a5a5a;
	font: 11px/13px Arial, serif;
}
.form-input span.error {
	display: block;
	padding: 5px 0 0 10px;
	color: #b11515;
	font: 11px/13px Arial, serif;
}
.form-input input[type='text'], .form-input input[type='password'] {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 350px;
	border: 1px solid #b6b6b6;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	color: #383838;
	font: 12px/14px Arial, serif;
	padding: 6px 9px 6px;
}
.form-input select {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 368px;
	border: 1px solid #b6b6b6;
	background: #f5f5f5;
	height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	color: #383838;
	font: 12px/14px Arial, serif;
	padding: 6px 9px 6px;
}
.form-input textarea, .comment_editor textarea {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 350px;
	border: 1px solid #b6b6b6;
	background: #f5f5f5;
	height: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	color: #383838;
	font: 12px/14px Arial, serif;
	padding: 6px 9px 6px;
}
.form-input.short select {
	width: 183px;
}
.form-input.short input[type='text'] {
	width: 163px;
}
.afisha img {
	height: 280px;
	width: 259px;
}
.fulltext p {
	line-height: 21px;
	padding: 0 0 20px 0;
}
.fulltext ul {
	padding: 0 0 10px 0;
}
.fulltext ul li {
	padding: 0 0 10px 0;
}
.type-padder h1 {
	padding: 10px 0 20px 0;
	font-size: 14px;
}
.fulltext .floated {
	padding: 6px 20px 15px 0;
	float: left;
}
.fulltext .floated.right {
	padding: 6px 0 15px 20px;
	float: right;
}
.document_tags {
	padding: 2px 0 2px 25px;
	background: url(/images/design/news_tags.png) 0 2px no-repeat;
}
.document_tags span {
	padding: 0 3px 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.type-notifier {
	background: #d9f0b2;
	display: block;
	padding: 14px 20px 15px;
	cursor: default;
	color: #4f6c1d;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	font-weight: bold;
	border: 1px solid #b9cf93;
	margin: 0 0 15px 0;
}
.charblock {
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	background: #f9f9f9;
	padding: 12px 0 12px 20px;
	margin: 0 0 20px 0;
}
.fulltext .charblock p {
	padding: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 180px;
	padding: 5px 30px 5px 0;
	text-align: right;
}
.fulltext .charblock p span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	float: left;
}
.fulltext .charblock p b {
	color: #a12425;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.post-meta-social{
	padding: 0 0 0 0;
	margin: 0px;
	margin-top: 0;
	margin-bottom: 0;
	height: 82px;
}
.post-meta-social:after {
	content: '';
	display: block;
	clear: both;
}
.post-meta-social .floater {
	float:left;
}
.post-meta-social .floater.vk {
	width:170px!important;
	height: 18px;
}

.post-meta-social .floater.fb {
	width:150px!important;
}
.post-meta-social .floater.gp {
	width:80px!important;
}
.post-meta-social p {
	padding: 0 0 10px 0;
	font-weight: bold;
}
.r3-item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 200px;
	padding: 0 9px 0;
	text-align: center;
}
.r3-item img {
	margin: 0 0 10px 0;
}
.r3-item p {
	margin: 10px 0 0 0;
	padding: 0 10px;
}
.comment {
	padding: 15px 20px;
	position: relative;
}
.comment.odd {
	background: #f6f6f6;
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
}
.comment.replier:before {
	background: url(/images/design/comments/arrow.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 42px;
	left: 5px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	content: '';
	z-index: 10;
}
.comment+.comment {
	border-top: 0px solid #cacaca;
}
.comment .comment_info {
	padding: 0 0 7px 0;
}
.comment .comment_date {
	padding: 0 0 7px 0;
}
.comment .comment_body {
	line-height: 19px;
	padding: 0 0 0 0;
}
.comment .comment_body img {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.forum li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 280px;
}
.profile-avatar {
	float: right;
	width: 120px;
	height: 120px;
}
.overflow {
	overflow: hidden;
}
.profile-info {
	width: 500px;
}
.profile-info+.profile-info {
	border-top: 1px dotted #a0a0a0;
}
.profile-info > div {
	padding: 8px 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}
.profile-info > div.profile-label {
	width: 140px;
	text-align: right;
	color: #666666;
}
.profile-info > div.profile-title {
	
}
.comment_ava {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 -80px 0 0;
}
.comment_ava img {
	display: block;
	width: 80px;
	height: 80px;
}
.comment_content {
	position: relative;
	margin: 0 0 0 95px;
}
.comment {
	overflow: hidden;
}
.comment_opts {
	position: absolute;
	top: 0px;
	right: 0px;
}
.comment_opts .rate {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	height: 12px;
	padding: 4px 26px 4px 6px;
	background: url(/images/design/comments/rate.png) 100% 1px no-repeat;
	margin: 0 0 0 3px;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	color: #232323;
}
.comment_opts .rate:hover {
	background: url(/images/design/comments/rate.png) 100% -19px no-repeat;
}
.comment_opts .rate.disabled {
	cursor: default;
	background: url(/images/design/comments/rate.png) 100% -41px no-repeat;
}
.comment_opts .delete {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	height: 12px;
	padding: 4px 0 4px 0;
	background: url(/images/design/comments/delete.png) 50% 50% no-repeat;
	margin: 0 0 0 3px;
	width: 16px;
}
.comment_opts .edit {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	height: 12px;
	padding: 3px 0 3px 0;
	background: url(/images/design/comments/edit.png) 50% 50% no-repeat;
	margin: 0 0 0 3px;
	width: 16px;
}
.comment_editor {
	padding: 0 0 10px 0;
	display: none;
}
.save_editor {
	display: none;
}
.comment_opts .reply {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	height: 12px;
	padding: 3px 5px 3px 0;
	margin: 0 0 0 3px;
	font-size: 11px;
	font-style: italic;
}
.answer_label {
	font-size: 11px;
	display: none;
}
.comment_reply {
	padding: 0 0 7px 0;
	font-size: 11px;
}
#smiles_container {
	padding: 10px 0 0 0;
	margin: 0 0 0 180px;
}
#smiles_container img {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin: 0 2px 0 0;
	cursor: pointer;
}
#sape div {
	padding: 6px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
#sape {
	width: 960px;
	overflow: hidden;
	text-align: center;
	padding: 0 0 0 0;
}
.mini-profile {
	margin: 10px 0 0 0;
	padding: 14px 15px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	border: 1px solid #c7c7c7;
	overflow: hidden;
}
.mini-profile .mini-profile-image {
	display: block;
	float: left;
	margin: 0 0 0 0;
}
.mini-profile .mini-profile-image img {
	width: 60px;
	vertical-align: bottom;
}
.mini-profile .mini-profile-content {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 5px 0 0 20px;
}
.mini-profile .mini-profile-title {
	font-size: 14px;
	padding: 0 0 10px 0;
	line-height: 16px;
}
#keysearch input[type='text'] {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 200px;
	border: 1px solid #b6b6b6;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	color: #383838;
	font: 12px/14px Arial, serif;
	padding: 6px 9px 6px;
}
#keysearch {
	display: block;
	position: relative;
}
#keysearch span.submit {
	background: url(/images/design/search.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	height: 25px;
	cursor: pointer;
}
#keysearch span.submit:hover {
	background: url(/images/design/search.png) 0 -24px no-repeat;
}
#keysearch span.submit:active {
	background: url(/images/design/search.png) 0 1px no-repeat;
}
.teamchoice {
	padding: 20px 20px 10px;
	border-bottom: 1px solid #090909;
}
.profile_history {
	line-height: 21px;
	font-size: 14px;
	padding: 0 0 7px 0;
}
.author_source {
	text-align: right;
	padding: 0 0 15px 0;
}
.author_source div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 0 0 20px;
	font-style: italic;
}
a.table_sort {
	text-decoration: none;
	border-bottom: 1px dashed #c61717;
}
a.table_sort.active {
	text-decoration: none;
	border-bottom: 1px dashed #dddddd;
	font-weight: bold;
	color: #000;
}
#google {
	width: 960px;
	overflow: hidden;
	text-align: center;
	padding: 0 0 0 0;
	background: #ffffff;
}
#google div {
	width: 970px;
	margin: 0 0 0 -10px;
}
td.white {
	vertical-align: middle; 
	border-width: 1px; 
	border-color: #ffffff; 
	border-style: solid;
}
.form_subtitle {
	font-weight: bold;
	text-align: center;
	padding: 20px 0 0 0;
}
form .small-font {
	font-size: 11px;
	color: #cc0000;
	text-align: center;
	font-style: italic;
	padding: 7px 100px 0 100px;
}
.form-input .checkbox {
	display: inline-block;
	vertical-align: middle;
}
.form-input .checkbox_label {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 4px;
}
.podcat_body {
	display: none;
}
li.type-forum {
	padding: 0 0 7px 0;
}
li.type-forum a {
	font-size: 11px;
	line-height: 13px;
	color: #2e2e2e;
}
#news-col-more {
	position: absolute;
	display: block;
	right: 20px;
	bottom: 15px;
	z-index: 11;
}
#news-col:before {
	border-bottom: 30px solid #eaeaea;
}

#vote_container {
	position: relative;
	z-index: 14;
}
#vote_container.loading:before {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: rgba(234, 234, 234, 0.8) url(/images/design/loader.gif) 50% 50% no-repeat;
	display: block;
	content: '';
	z-index: 15;
}
#vote_container .vote_answer {
	font-size: 12px;
	line-height: 1.4;
	padding: 7px 0 4px 22px;
	position: relative;
	transition: 0.3s;
	display: block;
	text-decoration: none;
}
#vote_container .type-vote-result {
	padding: 0 0 10px 0;
}
#vote_container .type-vote-result .type-vote-stats {
	padding: 4px 0 0 0;
	font-size: 11px;
	line-height: 1.1;
	color: #bf1818;
}
#vote_container .type-vote-result .vote_answer {
	padding: 7px 0 4px 0;
}
#vote_container .type-vote-result .vote-line {
	background: #eba206;
	height: 3px;
	min-width: 10px;
	border-radius: 2px;
	overflow: hidden;
}
#vote_container .vote_answer:hover {
}
#vote_container .vote_answer b {
	display: block;
	border: 1px solid #d67676;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px 0 0 0;
}
#vote_container .vote_answer.active b {
	border: 3px solid #ab0000;
	width: 5px;
	height: 5px;
	margin: -5px 0 0 0;
}
#vote_buttons {
	padding: 14px 0 0 0;
}
#vote_question {
	padding: 0 0 10px 0;
}

.fantasy_table_input {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 50px;
	border: 1px solid #b6b6b6;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	color: #383838;
	font: 12px/14px Arial, serif;
	padding: 6px 9px 6px;
	text-align: center;
}
.fantasy_table_input[disabled] {
	background: transparent;
	border: 1px solid transparent;
	color: #a70000;
}
.preview_stats_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.preview_stats_wrapper+.preview_stats_wrapper {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 2px dashed #ababab;
}
.preview_stats_wrapper .preview_stats_label {
	font-size: 18px;
	line-height: 1.15;
	padding-bottom: 20px;
}
.preview_stats_wrapper table {
	width: 100%;
}
.preview_stats_wrapper table tr td {
	width: 33.333%;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
}
.preview_stats_wrapper table tr td b {
	display: block;
	font-size: 27px;
	font-weight: 400;
	padding-bottom: 20px;
}
.preview_stats_wrapper table tr td > span {
	display: block;
	margin-top: -28px;
	overflow: hidden;
}
.preview_stats_wrapper table tr td > span span {
	display: block;
	height: 5px;
}
.preview_stats_wrapper table tr td > span.green {
	border-bottom: 1px solid #366d06;
	border-radius: 2px 0 0 2px;
	-moz-box-shadow:     0px 2px 7px 0 #98de5b;
	-webkit-box-shadow:  0px 2px 7px 0 #98de5b;
	box-shadow:          0px 2px 7px 0 #98de5b;
}
.preview_stats_wrapper table tr td > span.green span {
	background: #5bb70a;
	border-bottom: 1px solid #8eea3d;
}
.preview_stats_wrapper table tr td > span.red {
	border-bottom: 1px solid #770909;
	border-radius: 0 2px 2px 0;
	-moz-box-shadow:     0px 2px 7px 0 #e75b5c;
	-webkit-box-shadow:  0px 2px 7px 0 #e75b5c;
	box-shadow:          0px 2px 7px 0 #e75b5c;
}
.preview_stats_wrapper table tr td > span.red span {
	background: #ac1111;
	border-bottom: 1px solid #e44343;
}
.preview_stats_wrapper table tr td > span.grey {
	border-bottom: 1px solid #bebebe;
	-moz-box-shadow:     0px 2px 7px 0 #d5d5d5;
	-webkit-box-shadow:  0px 2px 7px 0 #d5d5d5;
	box-shadow:          0px 2px 7px 0 #d5d5d5;
}
.preview_stats_wrapper table tr td > span.grey span {
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
}
#preview_stats_button {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}















