@charset "utf-8";
/*
	
Generic
	
*/
html,body {
	background:#474747;
	
	margin:0;
	
	/*font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;*/
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	/*color:#333;*/
	color: #a9a9a9;

	-webkit-text-size-adjust: 100%;
	text-size-adjust: none;
}

img {
	border:none;
}

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Default paragraph styles */
/*p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 1.4285714286rem;
	text-rendering: optimizeLegibility;
}*/
p.lead {
	font-size: 1.25rem;
}
p aside {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.35;
}

ul {
	padding-left: 30px;
}

blockquote {
	padding-left: 30px;
	font-style: italic;
}

p:last-of-type {
	margin-bottom:0 !important;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.5rem 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	line-height: 0; 
}
h1 { font-size: 2.0rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.17rem; }
h4 { font-size: 1.12rem; }
h5 { font-size: .83rem; }
h6 { font-size: .75rem; }

hr {
	border: 0;
	height: 0;
	margin: 0.4285714286rem 0 0.3571428571rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	clear: both;
}
hr.hr2 {
	border: 0;
	height: 0;
	margin: 0.4285714286rem 0 0.3571428571rem;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	clear: both;
}

a, a:link, a:hover, a:active {
	text-decoration:none;
	color:#dd2222;
	/*text-shadow:1px 1px rgba(0,0,0,0.25);*/
}
a:hover {
	text-decoration:underline;
	color:#dd2222;
}

pre {
	margin:10px;
	padding:10px;
	border:2px solid #000000;
	background:#ffffff;
	color:#000000;
	text-align:left;
	font-size:11px;
	word-wrap:break-word;
	line-height:normal;
	overflow:auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.clearfix:after {
	clear: both;
}
.clearfix:after, .clearfix:before {
	content: " ";
	display: table;
}



table {
	padding:0;
	margin:0;
	border:0;
	border-spacing:0;
	width:100%;
}
tr {
	padding:0;
	margin:0;
	border:0;
}
tr:nth-child(even) {
	background:#2B2B2B;
}
.cke_dialog_contents tr:nth-child(odd) {
	background:none;
}
td,th {
	padding:4px 8px;
	margin:0;
	border-bottom:1px solid #111;
}
th {
	text-align:left;
	/*background:#000;*/
	border:0;
}
.notice_notice,
.notice_error {
	background:#81B9ED;
	border:1px solid #2D88F4;
	padding:8px 0 8px 10px;
	margin-bottom:15px;
	color:#2A2A2A;
	font-size:80%;
	font-weight:bold;
	word-wrap:normal;
}
.notice_error {
	background:#FF9698;
	border-color:#CD2124;
}
.link-block {
	font-size:0;
}
.link-block-right {
	float:right;
}
.link-block-right span.btn_link,
.link-block-right span.btn_link:hover,
.link-block-right a.btn_link,
.link-block-right a.btn_link:hover {
	margin-right: 0;
	margin-left: 5px;
}
.boxsizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex {
	display: flex;
}
.pointer {
	cursor: pointer !important;
}


@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/slick/fonts/slick.eot');
    src: url('/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/slick/fonts/slick.woff') format('woff'), url('/slick/fonts/slick.ttf') format('truetype'), url('/slick/fonts/slick.svg#slick') format('svg');
}

.slick-slide img {
	display: initial !important;
}

.item-carousel {
	margin: 0 10px -10px 20px !important;
}
.item-carousel .item-carousel-block {

}
.item-carousel .item-carousel-info {
	width:100%;
	padding-bottom: 2px;
	font-size: 12px;
	color: #a9a9a9;
	text-align: center;
}
.item-carousel .sritem_wrap {
	width:100%;
}
.item-carousel .slick-prev,
.item-carousel .slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 47%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.item-carousel .slick-prev {
    left: -25px;
}
.item-carousel .slick-prev:before {
    content: '←';
}
.item-carousel .slick-next {
    right: -15px;
}
.item-carousel .slick-next:before {
    content: '→';
}
.item-carousel .slick-prev:before,
.item-carousel .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.item-carousel .slick-prev.slick-disabled:before,
.item-carousel .slick-next.slick-disabled:before {
    opacity: .25;
}
.item-carousel .slick-prev:hover:before,
.item-carousel .slick-prev:focus:before,
.item-carousel .slick-next:hover:before,
.item-carousel .slick-next:focus:before {
    opacity: 1;
}


/*.items-top h1,
.items-top h2,
.items-top h3,
.items-top h4 {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 5px 10px 0 10px;
	background-color: #141414;
	border-radius: 5px 5px 0 0;
	line-height: 1.3;
	color: #ffffff;
	font-weight: normal;
}
.items-top .box-wraper {
	margin-top:0;
}*/




/*

Layout

*/
.site-wrapper {
	margin:0 auto;
}
.site-header-wrapper {
	background:#252525;
}
.site-header {
	height:100px;
	width:980px;
	margin:0 auto;
}

.site-header-user {
	text-align: right;
	font-size: 0;
}
.site-header-user .billpayer {
	padding-top: 3px;
	min-width: 0;
	max-height: 60px;
	text-align: right;
}
.site-header-logo {
	position:absolute;
	top: 20px;
}
.site-header-search {
	text-align: right;
	font-size: 0;
}
.search-select-cont {
	height:30px;
	margin:17px 0 18px 0;
	display: inline-block;
    width: auto;
	background-color: #1F1F1F !important;
	border: 1px solid #000 !important;
	border-radius: 3px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-select-cont * {
	text-align: left;
}
.search-select-block {
	display:inline-block !important;
	position: relative;
	max-height: 28px !important;
	margin: 0 auto !important;
	padding: 5px 9px 5px 7px !important;
	font-family: 'Open Sans',Arial,sans-serif !important;
	font-size: 13px !important;
	font-weight: bold;
	width: 148px;
	color: #fff !important;
	cursor: pointer;
	vertical-align: top;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.search-select-selection {
	display: none;
	height: auto;
	padding: 4px 0 0 0;
	margin: 4px 0 0 -8px;
	position: absolute;
	width: 164px;
	z-index: 200;
	list-style: none;

	background-color: #1F1F1F !important;
	border: 1px solid #000 !important;
	border-radius: 0 0 3px 3px !important;
	border-top: none !important;
}
.search-select-block:hover {
	overflow: visible;
}
.search-select-block:hover .search-select-selection {
	display: block;
}
.search-select-selection li {
	padding: 6px 0 6px 12px !important;
}
.search-select-selection li.search-select-active {
	background-color: #161616 !important;
}
.search-select-selection li:hover {
	background-color: #161616 !important;
}
.search-select-selection li > span {
	display: block;
}
.search-select-selected {
	display: block;
	height: 18px;
	word-break: break-all;
	overflow: hidden;
}
.search-select-selected .fa {
	float:right;
	margin-top:3px;
}
.search-select-selected img,
.search-select-selection li img {
	width: 18px;
	height: 18px;
	margin-right: 7px;
	vertical-align:text-bottom;
}
.search-select-game {
	height:18px;
}
.search-select-string {
	margin-right:30px;
	padding: 0 !important;
	width: auto;
	height: 28px !important;
	max-height: 28px !important;
	cursor: default;
}
.search-select-string input {
	margin: 0 !important;
	padding: 3px 0 4px 7px !important;
	border: none !important;
	height: 28px !important;
	width: 270px !important;
	font-family: 'Open Sans',Arial,sans-serif !important;
	font-size: 13px !important;
	font-weight: bold;
	color: #fff !important;
	background: none  !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-select-string input::placeholder {
	font-family: 'Open Sans',Arial,sans-serif !important;
	font-size: 13px !important;
	font-weight: normal;
	color: #fff !important;
}
.search-select-string > .fa {
	width:13px;
	padding: 7px 9px 8px 8px;
	cursor: pointer;
	float:right;

	position: absolute;
    top: 0;
    right: 0;
}






.site-body {
	width:980px;
	margin:0 auto;
}
.site-footer {
	width:980px;
	margin:0 auto;
	font-size:11px;
	color: #a9a9a9;
}
.site-footer a {
	color: #a9a9a9;
}
.site-footer-right {
	float:right;
	text-align:right;
}
.site-footer-left {
	float:left;
	text-align:left;
}
.site-footer-bottom {
	margin:15px 0 0 0;
	text-align:center;
	color: #a9a9a9;
	font-size:9px;
}

.nav {
	border: none;
	border: 0;
	margin: 0;
	padding: 0;
	font: 67.5% Helmet, Freesans, Helvetica, Arial, sans-serif;
	width: auto;
	background: #111;
}
.nav ul {
	background: #111;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	padding: 0;
}
.nav li > .nav-item {
	background: #111 bottom right no-repeat;
	/*background: #111 url("./nav_sep.png") bottom right no-repeat;*/
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	cursor:pointer;
}
.nav .nav-item img {
	width: 21px;
    margin: -1px 10px 0 -5px;
    vertical-align: middle;
}
.nav .nav-item .fa {
	width: 14px;
	text-align:center;
}
.nav li li .nav-item .fa {
	margin-right:5px;
}
.nav > ul > li > .nav-item {
	color: #fff;
}
.nav ul ul .nav-item {
	color: #fff;
}
.nav li > .nav-item:hover,
.nav ul li:hover > .nav-item {
	color: #dd2222;
	text-decoration: none;
}
.nav li ul {
	background: #111;
	display: none;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	width:auto;
	min-width: 150px;
	z-index: 200;
}
.nav.nav-user li ul {
	right: 0;
}
.nav li:hover ul {
	display: block;
}
.nav li li {
	background: #111 bottom left no-repeat;
	/*background: #111 url("./nav_sepsub.png") bottom left no-repeat;*/
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
.nav li:hover li .nav-item {
	background: none;
}
.nav li ul .nav-item {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	margin: 0;
	text-align: left;
}
.nav li ul .nav-item:hover,
.nav li ul li:hover > .nav-item {
	border: 0;
	background: #0d0d0d;
	color: #dd2222;
	text-decoration: none;
}
.nav p {
	clear: left;
}
.nav ul ul li {
	position: relative;
}
.nav ul ul ul {
	left: -9999px;
	top: 0;
}
.nav ul ul li:hover > ul {
	left: 100%;
}
.nav.align-center > ul > li {
	display: inline-block;
	float: none;
}
.nav.align-center > ul {
	text-align: center;
	font-size: 0;
}
.nav > ul > li {
	position: relative;
}
.nav.align-right > ul > li {
	float: right;
}
.nav.align-right > ul > li:hover > ul {
	right: 0;
	left: auto;
	text-align: right;
}
.nav.align-right ul ul li .nav-item {
	text-align: right;
}
.nav.align-right ul ul li:hover > ul {
	left: auto;
	right: 100%;
}

.nav-main {
	
}
.nav-main ul {
	width:980px;
	margin:0 auto;
}
.nav-user {
	display: inline-block;
	background: none;
}

.nav .nav-right {
	float:right;
	font-size:0;
	padding: 2px 0 1px 0;
}
.nav .nav-right span {
	display: inline-block;
	padding: 7px 10px 0 0;
	color:#FFF;
	font-size:12px;
	text-transform: uppercase;
}
.nav .nav-right img {
	vertical-align: top;
	width:32px;
	height:32px;
	padding-left: 1px;
}





/*

Notifications

*/
.nav li .noti-wrapper {
	width:400px;
}
.nav li .noti-wrapper .noti-item,
.nav li .noti-wrapper .noti-header {
	display:block;
	width:400px;
	background:none;
	min-height:inherit;
	color:#fff;
	text-decoration:none;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	text-transform:none;
	line-height:1.5;
}
.nav li .noti-wrapper .noti-header {
	border-top:none;
	width:380px;
	padding:10px;
	text-align:right;
}
.nav li .noti-item.noti-new {
	background-color:#1F1F1F;
}
.nav li .noti-item:hover {
	background-color:#111;
}
.nav li .noti-item > .noti-link {
	width:380px;
	height:auto;
	padding:10px;
	border-top:1px solid #333;
	line-height:1.5;
}
.nav li .noti-item > .noti-link:hover {
	color:#fff;
	text-decoration:none;
	border-top:1px solid #333;
}
.nav li .noti-item .timeago {
	float:right;
	font-style:italic;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:none;
	padding:0;
	color: #dbdbdb;
}
.nav li .noti-wrapper .noti-item .timeago {
	float:none;
	text-align:left;
}
.nav li .noti-item strong:nth-of-type(1) {
	color:#fff;
}





.navigation-right {
	float:right;
	font-size:0;
}
.navigation-right span {
	display: inline-block;
	padding: 7px 10px 0 0;
	color:#FFF;
	font-family: Oswald, Tahoma, sans-serif;
	font-size:14px;
	text-transform: uppercase;
}
.navigation-right img {
	vertical-align: top;
}

/*.logo {
	display:block;
	width:415px;
	height:128px;
}*/

.header-right {
	float:right;
	text-align:right;
	font-size:0;
}
.user-panel {
	float:right;
}

.billpayer {
	display: block;
    position: relative;
    min-height: 90px;
	margin:0 auto;
	text-align:center;
	font-size: 0;
    z-index: 0;
}
.billpayer > * {
    max-width: 100%;
    margin: 0 auto;
}
.content_inner .billpayer {
	padding:15px 0;
}
.billpayer-main, 
.billpayer.bottom {
	min-height:90px;
}
.billpayer-main {
	margin-top:10px;
}
.billpayer.bottom {
	margin-bottom:5px;
	clear:both;
}
.billpayer-content {
	margin-top:-20px;
	padding-top:0;
	padding-bottom:10px;
	clear:both;
}
.billpayer-header {
	padding-top:0;
	margin-top:42px;
	text-align:right;
}
.billpayer:before {
	display: block;
	position: absolute;
	width: 100%;
	max-height: 90px;
	content: 'Ads are how we stay alive\aPlease consider disabling your adblocker';
    white-space: pre;
	color: #53555c;
	text-align: center;
	vertical-align: middle;
	padding: 20px 5%;
	font-size: 14px;
    z-index: -1;
}

.content_inner {
	float:left;
	width:630px;
	/*padding:10px 10px 0 10px;
	background-color:#141414;*/
}

.sidebar {
	margin-left:640px;
	/*padding:0 10px;
	background:#141414;*/
}
.sidebar h1, .sidebar h2, .sidebar h3 {
	
}
.sidebar .box-wraper {
	border-bottom:5px solid rgba(15, 15, 15, 0.8);
}
.sidebar .box-wraper.ad {
	margin:0;
}
.sidebar .box-header {
	/*padding:10px 0;*/
}
.sidebar .box-content {
	/*padding:10px 0;*/
}
.sidebar .box-header a {
	color:#FFFFFF;
	text-decoration:none;
}

.fstream_imgimg {
	cursor:pointer;
}



/*

Navigation

*/
.navigation, .navigation ul, .navigation ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation, .navigation * {
	white-space:nowrap;
}
.navigation {
	height:32px;
	background:rgba(0,0,0,0.90);
}

.navigation li.headlink {
	display:inline-block;
	text-align: center;
}
.navigation li.headlink > a, 
.navigation li.headlink > span,
.navigation li.headlink > ul > li > a, 
.navigation li.headlink > ul > li > span {
	display: block;
	list-style:none;
	margin:0;
	padding:7px 15px;
	display:inline-block;
	font-family: Oswald, Tahoma, sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:none;
	color:#fff;
	cursor:pointer;
}
.navigation li.headlink > a:hover,
.navigation li.headlink > ul > li > a:hover {
	color:#dd2222;
	cursor:pointer;
	text-shadow:none;
}

.navigation li.headlink > ul {
	display:none;
	text-align:left;
	position:absolute;
	z-index:100000;
	border-top:none;
	max-height:320px;
}
.navigation li.headlink:hover > ul {
	display: block;
}
.navigation li.headlink > ul > li > a {
	display: block;
	text-align: left;
	padding:7px 12px;
	width:149px;
	height:auto;
	font-weight:normal;
	background:rgba(0,0,0,0.90);
	color:#fff;
	text-shadow:none;
}
.navigation li.headlink > ul > li > a:hover {
	background: rgba(239, 239, 239, 0.90);
	border:1px solid rgba(0,0,0,0.75);
	padding:6px 11px;
	font-weight:bold;
	color:#000;
	text-shadow:none;
}
.navigation ul li a:hover {
	text-decoration: none;
	text-shadow:none;
}
.user-panel .navigation {
	border-radius:0 0 6px 6px;
}


ul.game-links {
	list-style: none;
    margin: 0 -5px -5px 0;
    padding: 0;
	font-size: 0;
}
ul.game-links li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 7px;
	border-radius: 3px;
	line-height: 28px;
	font-size: 13px;
    text-align: center;
    cursor: pointer;
	background-color: #1F1F1F;
}
ul.game-links li:hover {
	background-color: #252525;
}
ul.game-links li a,
ul.game-links li span {
    text-decoration: none;
	color: #fff;
    cursor: pointer;
}




ul.invent-choose-tabs {
	list-style: none;
    margin: 0;
    padding: 0;
	font-size: 0;
}
ul.invent-choose-tabs li {
	padding: 0;
    display: inline-block;
    margin: 0 10px 10px 0;
	border-radius: 3px;
	background-color: #1F1F1F;
}
ul.invent-choose-tabs li:hover {
	background-color: #252525;
}
ul.invent-choose-tabs li.selected {
	background-color: #0d0d0d;
}
ul.invent-choose-tabs li a,
ul.invent-choose-tabs li span {
	display: block;
    margin: 0;
    padding: 0 10px;
	line-height: 34px;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: #fff;
    cursor: pointer;
}
ul.invent-choose-tabs li.selected a,
ul.invent-choose-tabs li.selected span {

}
ul.invent-choose-tabs li img {
	width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: text-bottom;
}




/*

Notifications

*/
.noti-wrapper {
	width:640px;
}
.user-panel .navigation li.headlink > ul > li > .noti-wrapper {
	border-radius:0 0 3px 3px;
	width:auto;
	margin-left:-100px;
	min-width: 300px;
	text-align:left;
	max-height: 400px;
	overflow-y: auto;
}
.noti-body,
.noti-body:link,
.noti-body:hover,
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > .noti-body,
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > .noti-body:link,
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > .noti-body:hover {
	display:block;
	border-top:1px solid #000;
	background:none;
	min-height:inherit;
	padding:10px;
	color:#dbdbdb;
	text-decoration:none;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	text-transform:none;
	line-height:1.5;
}
.noti-body.noti-new,
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > .noti-body.noti-new {
	background-color:#1F1F1F;
}
a.noti-body:hover,
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > a.noti-body:hover {
	background-color:#252525;
}
.noti-body .timeago, 
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > .noti-body .timeago {
	float:right;
	font-style:italic;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:none;
	padding:0;
	color: #dbdbdb;
}
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > .noti-body .timeago {
	float:none;
	text-align:left;
}
a.noti-body:nth-of-type(1), 
.user-panel .navigation li.headlink > ul > li > .noti-wrapper > a.noti-body:nth-of-type(1) {
	border-top:none;
}
.noti-body strong:nth-of-type(1) {
	color:#fff;
}



/*

Box

*/
.box-wraper {
    margin: 10px 0;
    padding: 10px;
    background-color: #141414;
    color: #fff;
    border-radius: 5px;
}
.box-header {
	padding:0 3px 3px 3px;
	color:#FFFFFF;
	font-size:10px;
	text-shadow:1px 1px rgba(0,0,0,0.75);
}
.box-content {
	/*padding:10px;
	overflow: auto;*/
}



/*

News Layout

*/
.news-wraper {
	margin-bottom:10px;
	padding: 20px;
	max-width: 640px;
}
.news-header {
	color:#fff;
	text-decoration:none;
	padding:6px 0;
}
.news-header h2 img {
	height: 20px;
    width: 20px;
    vertical-align: middle;
}
.news-header h2 a, .news-header h2 a:link, .news-header h2 a:hover, .news-header h2 a:active, .news-header h2 a:hover, 
.news-header h3 a, .news-header h3 a:link, .news-header h3 a:hover, .news-header h3 a:active, .news-header h3 a:hover,
.news-header h4 a, .news-header h4 a:link, .news-header h4 a:hover, .news-header h4 a:active, .news-header h4 a:hover {
	color:#fff;
	text-decoration:none;
}
.news-header .news-links, .news-header .news-info {
	padding-top:4px;
	font-size:10px;
}
.news-header .news-links {
	float:right;
}
.news-header .news-links a, .news-header .news-links a:link, .news-header .news-links a:hover, .news-header .news-links a:active, .news-header .news-links a:hover {
	color:inherit;
	text-decoration:none;
}
.news-article {
	padding:10px 0;
	overflow: inherit;
}
.news-article p,
.news-article blockquote {
	margin-bottom: 1.25em;
    font-size: 1.125rem;
    line-height: 1.6;
}
.news-article ul {
	margin:0;
}
.news-article img {
	max-width:100%;
	height:auto !important;
}
.news-article iframe {
	max-width:100%;
}
.news_article .twitter-tweet {
	max-width: 640px;
	margin:0 auto;
}
/*.quote_header {
	background: #2c2b2c;
	border-bottom:1px solid #cc0000;
	margin:0 10px;
	padding:3px 4px;
	font-size:10px;
}
.quote_body {
	margin:0 10px;
	padding:5px 0;
	border-bottom:1px solid #cc0000;
}*/
.quote_wrapper {
	margin: 0;
	background-color:#333;
	border:1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	vertical-align:bottom;
	-webkit-box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.25);
}
.quote_header {
	padding:5px 10px;
	border-bottom:1px solid #000;
	background:#1F1F1F;
	color:#FFFFFF;
	font-size:10px;
	text-shadow:1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset -10px 10px 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow:inset -10px 10px 20px 5px rgba(0,0,0,0.25);
	box-shadow:inset -10px 10px 20px 5px rgba(0,0,0,0.25);
}
.quote_body {
	padding:10px;
}

twitterwidget.twitter-tweet-rendered {
	margin: 0 auto 1.4285714286rem auto;
}

blockquote.twitter-tweet {
	background-color:#fff;
	display: block;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-color: #eee #ddd #bbb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	margin: 10px auto;
	padding: 0 16px 16px 16px;
	max-width: 468px;
	color:#000;
}
 
blockquote.twitter-tweet > p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
 
blockquote.twitter-tweet a {
	color: #2b7bb9;
	font-weight: normal;
	text-decoration: none;
	outline: 0 none;
}
 
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
	text-decoration: underline;
}

blockquote.twitter-tweet:before,
blockquote.twitter-tweet:after {
	display:none;
}

#disqus_thread {
	max-width: 640px;
	margin:0 auto;
}



.box-content.notes-index {
	
}

.box-content.notes-index .notes-live {
	display:inline-block;
	width:49%;
}

.box-content.notes-index .notes-test {
	display:inline-block;
	width:49%;
	float:right;
}

.box-content.notes-index > div > table td a {
	color:#FFFFFF;
	font-size: 12px;
}

.box-content.notes-index .notes-new {
	color:#dd2222;
	font-weight:bold;
}



/*

Item Block

*/
.sritem_container {
	font-size:0;
	text-align: left;
	margin:0 -10px -10px 0;
}
.sritem_wrap {
	display:inline-block;
	margin:0;
	width:33.33%;
	min-width: 220px;
	max-width: 500px;
	vertical-align:bottom;
	overflow:visible;
	text-align: left;
}
.sritem_wrap .sritem_block {
	display:block;
	position: relative;
	margin:0 10px 10px 0;
	padding-bottom: 56.25%;
	background-color:#1F1F1F;
	/*background-color:#2c2b2c;
	border:2px solid #555;*/
	border-radius: 6px;
	font-size: 10px;
	text-decoration:none;
	/*-webkit-box-shadow:inset 0 0 100px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 100px 10px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 100px 10px rgba(0,0,0,0.5);*/
	overflow:hidden;
	text-align: left;
}
.sritem_wrap .sritem_block:hover {
	background-color: #252525;
}

.sritem_wrap .sritem_block a {
    color: #fff;
}

.sritem_wrap .sritem_block a:hover {
    color: #e0e0e0;
	text-decoration:none;
}

.sritem_wrap .sritem_block .sritem_rarity {
	position:absolute;
	width:5%;
	opacity:0.75;
	padding-bottom:60%;
}

.sritem_wrap .sritem_block .sritem_content {
	position: absolute;
	width:88%;
	padding:1% 4% 0 8%;
}

.sritem_wrap .sritem_block .sritem_content .sritem_qty {
	float:right;
	padding:2% 0 0 4px;
	font-size: 14px;
	font-size: 1.6em;
	line-height: 1.2;
}

.sritem_wrap .sritem_block .sritem_content .sritem_title {
	display:block;
	font-size: 14px;
	font-size: 1.6em;
    font-weight: 500;
	line-height: 1.2;
	letter-spacing: normal;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #ffffff;
	padding:2% 0 0 0;
}

.sritem_wrap .sritem_block .sritem_content .sritem_title:hover {
	text-decoration:none;
}

.sritem_wrap .sritem_block .sritem_content .sritem_icon {
	width:1.1em;
	height:1.1em;
	vertical-align:bottom;
}

.sritem_wrap .sritem_block .sritem_content .sritem_subtitle {
	display:block;
	font-size: 11px;
	font-size: 1.1em;
	line-height: 1.8;
	letter-spacing: normal;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#aaa;
}

.sritem_wrap .sritem_block .sritem_content .sritem_info {
	/*float:right;*/
	position: absolute;
    right: 0;
    left: 40%;
    width: 60%;
    height: 60%;
    overflow: hidden;
	font-size: 10px;
	font-size: 1.1em;
	line-height: 1.2;
	text-align: center;
}

.sritem_wrap .sritem_block .sritem_content .sritem_info .sritem_prices {
	padding:2% 0 0 0;
	font-size: 14px;
	font-size: 1.4em;
}

.sritem_wrap .sritem_block .sritem_content .sritem_info .sritem_prices .sritem_price {
	display: block;
}

.sritem_wrap .sritem_block .sritem_content .sritem_info .sritem_prices .sritem_price img {
	width:1em;
	vertical-align:top;
}

.sritem_wrap .sritem_block .sritem_content .sritem_info .sritem_ingame {
	padding:5% 0 0 0;
	font-size: 14px;
	font-size: 1.4em;
}

.sritem_wrap .sritem_block .sritem_content .sritem_info .sritem_ingame img {
	width:0.98em;
	vertical-align:bottom;
}

.sritem_wrap .sritem_block .sritem_content .sritem_info .sritem_detail {
	padding:5% 0 0 0;
	font-size: 10px;
	font-size: 1em;
}

.sritem_wrap .sritem_block .sritem_content .sritem_image {
	position: relative;
	width:36%;
	padding-bottom:36%;
	font-size:0;
}

.sritem_wrap .sritem_block .sritem_content .sritem_image .sritem_image_link {
	position: absolute;
	width:100%;
	padding-bottom:100%;
	font-size:0;
}
.sritem_wrap .sritem_block .sritem_content .sritem_image .sritem_image_link:nth-of-type(2) {
	top:50%;
	left:50%;
	width:60%;
	padding-bottom:60%;
}
.sritem_wrap .sritem_block .sritem_content .sritem_image .sritem_image_link:nth-of-type(3) {
	top:50%;
	left:-10%;
	width:60%;
	padding-bottom:60%;
}

.sritem_wrap .sritem_block .sritem_content .sritem_image .sritem_image_link img {
	position: absolute;
	width:100%;
	height:100%;
}

.sritem_wrap .sritem_block .sritem_content .sritem_links {
	padding:2.5% 0 0 0;
	font-size: 10px;
	font-size: 1.3em;
}

.sritem_wrap .sritem_block .sritem_content .itm_wish {
	float:right;
	padding:3.5% 0 0 0;
	font-size: 14px;
	font-size: 1.5em;
	font-weight: 100;
}

.sritem_wrap .sritem_block .sritem_content .sritem_links a {
	background-color: #000;
    border-radius: 4px;
    padding: 3px 6px 4px 5px;
    color: #fff;
    text-decoration: none;
	font-size: 10px;
	font-size: 0.85em;
}

.sritem_wrap .sritem_block .sritem_content .sritem_links a:hover {
    color: #e0e0e0;
}




.sritemsmall_wrap {
	display: inline-block;
	width:14.28571428571429%;
}
.sritemsmall_frame {
    margin: 0 10px 10px 0;
}
.sritemsmall_block {
	position:relative;
	border:none!important;
    border-radius: 3px;
    background-color: #1F1F1F;
	font-size: 10px;
	color: #ffffff;
	padding-bottom: 110%;
	overflow: hidden;
}
.sritemsmall_block:hover {
	background-color: #252525;
}
.sritemsmall_block .sritemsmall_rarity {
	position:absolute;
	bottom:0;
	height:7%;
	width:100%;
	opacity:0.75;
}
.sritemsmall_block a {
	color: #ffffff;
}
.sritemsmall_block a:hover {
	text-decoration:none;
}

.sritemsmall_block .sritemsmall_inner {
	position: absolute;
	width: 80%;
    padding: 6px 10% 0 10%;
}
.sritemsmall_block .sritemsmall_wish {
	position: absolute;
	top: 8px;
    left: 8px;
	display:table;
	font-size: 13px;
	font-size: 1.3em;
	font-weight: 100;
	line-height: 1;
}
.sritemsmall_block .sritemsmall_qty {
	position: absolute;
	top: 8px;
    right: 8px;
	display:table;
	font-size: 13px;
	font-size: 1.3em;
    font-weight: 500;
	line-height: 1;
	letter-spacing: normal;
	white-space: nowrap;
	color: #ffffff;
}
.sritemsmall_block .sritemsmall_image {
	position: relative;
	margin:0 auto;
	font-size:0;
	width:70%;
	padding-bottom:70%;
}
.sritemsmall_block .sritemsmall_image .sritemsmall_image_link {
	position: absolute;
	width:100%;
	padding-bottom:100%;
	font-size:0;
}
.sritemsmall_block .sritemsmall_image .sritemsmall_image_link:nth-of-type(2) {
	top:50%;
	left:50%;
	width:60%;
	padding-bottom:60%;
}
.sritemsmall_block .sritemsmall_image .sritemsmall_image_link:nth-of-type(3) {
	top:50%;
	left:-10%;
	width:60%;
	padding-bottom:60%;
}
.sritemsmall_block .sritemsmall_image .sritemsmall_image_link img {
	position: absolute;
	width:100%;
	height:100%;
}
.sritemsmall_block .sritemsmall_subtitle {
	display:table;
	width:100%;
	height:15px;
	text-align: center;
	font-size: 10px;
	font-size: 1em;
	color:#aaa;
}
.sritemsmall_block .sritemsmall_price,
.sritemsmall_block .sritemsmall_details {
	margin-top: 4px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2em;
	line-height: 1;
}
.sritemsmall_block .sritemsmall_price > span > img {
	width: 1em;
    vertical-align: bottom;
}
.sritemsmall_block .sritemsmall_title {
	display:table;
	width:100%;
	height:45px;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-size: 1em;
    font-weight: 500;
	color: #ffffff;
}
.sritemsmall_block .sritemsmall_title:hover {
	text-decoration:none;
}








.itm_wish,
.itm_wish {
	cursor: pointer;
}
.itm_wish.fa-heart-o {
	color: #a6a6a6;
}
.itm_wish.fa-heart-o:hover {
	color: #9a1717;
}
.itm_wish.fa-heart {
	color: #9a1717;
}
.itm_wish.fa-heart:hover {
	color: #a6a6a6;
}




.block_item_wrap {
	display:inline-block;
	margin:0 8px 8px 0;
	width: 304px;
	font-size: 12px;
	vertical-align: bottom;
	text-align:left;
	border:1px solid #a6a6a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.block_item_wrap:hover {
	text-decoration:none;
}
.block_item_header {
	background: #2c2b2c;
	height:60px;
	padding:5px;
	cursor:pointer;
	color:#a6a6a6;
	-webkit-box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.5);
}
.block_item_icon {
	float:left;
	width:60px;
	height:60px;
	margin-right:5px;
	background-size:60px;
}
.block_item_name {
	width:229px;
	height:60px;
	overflow:hidden;
}
.block_item_prop {
	float:right;
	width:16px;
	height:32px;
}
.block_item_title {
	width:213px;
	height:24px;
	overflow:hidden;
	font-family:Oswald, Tahoma, sans-serif;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

.item_acc_wrap  {
	display:inline-block;
	margin:0 9px 9px 0;
	width:116px;
	height:116px;
	vertical-align:bottom;
	overflow:visible;
}
.item_acc_wrap .item_acc_buysell {
	padding: 1px 0 3px 0;
	border-radius:0 0 3px 3px;
	border-top: 1px solid #003345;
	background:rgba(9, 16, 25, 0.5);
	height: 11px;
	color:#d9d9d9;
	font-size:.65rem;
	position:absolute;
	width:100%;
	bottom:0;
}
.item_acc_wrap .item_acc_buysell a,
.item_acc_wrap .item_acc_buysell a:link,
.item_acc_wrap .item_acc_buysell a:hover,
.item_acc_wrap .item_acc_buysell a:active,
.item_acc_wrap .item_acc_buysell a:visited {
	color:#d9d9d9;
	text-decoration:none;
}
.item_acc_wrap .item_acc_buysell a:hover {
	font-weight:bold;
}
.trade-wrapper .item_acc_buysell:hover {
	background:rgba(9, 16, 25, 1);
}
.item_acc_wrap .item_acc_details {
	display:block;
	position:absolute;
	display:none;
	min-width:138px;
	max-width:300px;
	padding: 5px;
	border:1px solid #a6a6a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #DDD;
	color: #444;
	text-shadow: none;
	line-height: 1.35em;
	font-size: .8rem;
	text-align: left;
	white-space: nowrap;
	z-index:99999;
}
.item_acc_wrap .item_acc_details a,
.item_acc_wrap .item_acc_details a:link,
.item_acc_wrap .item_acc_details a:active,
.item_acc_wrap .item_acc_details a:visited {
	color:#dd2222 !important;
}
.item_acc_wrap .item_acc_details .itm_wish {
	float:right;
	font-size: 10px;
	font-size: 1.3em;
	font-weight: 100;
}
.item_acc_wrap .item_acc_link, 
.item_acc_wrap .item_acc_link:hover {
	display:block;
	position: relative;
	margin:0;
	width:100%;
	height:inherit;
	background-color:#2c2b2c;
	background-position:50% 30%;
	background-repeat:no-repeat;
	background-size:70%;
	border:1px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	-webkit-box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 50px 5px rgba(0,0,0,0.5);
}
.item_acc_wrap .item_acc_link.item_acc_notitle, 
.item_acc_wrap .item_acc_link.item_acc_notitle:hover {
	background-position:50% 50%;
	background-size:90%;
}
.item_acc_wrap .item_acc_link .item_acc_overlay {
	height:auto;
	padding:2px 3px;
	color:#FFFFFF;
	text-align:left;
	font-size:.8rem;
}
.item_acc_wrap .item_acc_link .item_acc_icon {
	position:absolute;
	bottom:26px;
	right:3px;
}
.item_acc_wrap .item_acc_link.item_acc_notitle .item_acc_icon {
	bottom:3px;
}
.item_acc_wrap .item_acc_link .item_acc_title {
	position:absolute; 
	bottom:0; 
	width:100%;
	min-height:18px;
	padding:2px 0;
	border-top:1px solid #555;
	background:#a6a6a6;
	color:#FFFFFF;
	line-height:1;
	font-size:9px;
	text-align:center;
	text-shadow:1px 1px rgba(0,0,0,0.75);
	-webkit-box-shadow:inset -10px 10px 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow:inset -10px 10px 20px 5px rgba(0,0,0,0.25);
	box-shadow:inset -10px 10px 20px 5px rgba(0,0,0,0.25);
}



.shadowed {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
}
.glowed {
    -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,1));
    filter: url(#drop-glow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
}
.grayed {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	filter: grayscale(100%);
}



/*

Block Div

*/
.block-wrapper {
	margin:0 auto;
	margin-bottom:15px;
	background-color:#333;
	border-radius: 3px;
	overflow: hidden;

}
.block-removed {
	border-color:#dd2222;
}

.block-highlight {
	
}
.block-header,
.block-footer,
.block-note {
	/*min-height: 16px;*/
	padding: 9px 11px 9px 11px;
	text-overflow: ellipsis;
	/*overflow: hidden;*/
	font-size:13px;
	background:#1F1F1F;
}
.block-header h1,
.block-header h2,
.block-header h3,
.block-header h4,
.block-header h5,
.block-header h6 {
	margin:0;
}
.block-body {
	padding:6px;
}




.block-wrapper.block-alert, 
.vote-content .block-wrapper.block-alert {
	background-position: 7px 50%;
	background-repeat: no-repeat;
	font-size: 13px;
}
.block-wrapper.block-alert > .block-body > h5 {
	padding-bottom: 5px;
}
.block-wrapper.block-alert > .block-body, 
.vote-content .block-wrapper.block-alert > .block-body {
	padding: 5px 5px 5px 28px;
	line-height:1.5;
	background:none;
}
.block-wrapper.block-alert.alert-info {
	background-color: #d9edf7;
	background-image: url('/img/icons/information.png');
	border-color: #bce8f1;
	color: #31708f;
}
.block-wrapper.block-alert.alert-info > .block-body > h5 {
	color: #31708f;
}
.block-wrapper.block-alert.alert-warn {
	background-color: #f2dede;
	background-image: url('/img/icons/exclamation.png');
	border-color: #ebccd1;
	color: #a94442;
}
.block-wrapper.block-alert.alert-warn > .block-body > h5 {
	color: #a94442;
}
.block-wrapper.block-alert.alert-success {
	background-color: #dff0d8;
	background-image: url('/img/icons/accept.png');
	border-color: #d6e9c6;
	color: #3c763d;
}
.block-wrapper.block-alert.alert-success > .block-body > h5 {
	color: #3c763d;
}



/*
	
Forms
	
*/
input[type="text"], input[type="password"] {
	margin:0;
	padding:0 9px;
	height:28px;
	width:200px;
	vertical-align:bottom;
	background-color:rgba(0,0,0,0.50);
	border:1px solid #636363;
	color:#a9a9a9;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
}
input[type="submit"], input[type="button"], button {
	margin:0;
	padding:0 6px;
	height:30px;
	vertical-align:bottom;
	background-color:rgba(0,0,0,0.50);
	border:1px solid #636363;
	color:#a9a9a9;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	cursor:pointer;
}
input[type="checkbox"] {
   display:none;
}
input[type="checkbox"] + label {
    display:inline-block;
	margin:0;
	padding:5px 9px 3px 4px;
	height:20px;
	vertical-align:bottom;
	background-color:rgba(0,0,0,0.50);
	border:1px solid #636363;
	color:#a9a9a9;
	/*font-family: Roboto, Arial, sans-serif;*/
	font-size: 13px;
	cursor:pointer;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url("/img/check_radio_sheet.png") left top no-repeat;
}
input[type="checkbox"]:checked + label span {
    background:url("/img/check_radio_sheet.png") -19px top no-repeat;
}

select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	margin:0;
	padding:0 30px 0 0;
	height:30px;
	width:220px;
	vertical-align:bottom;
	background:rgba(0,0,0,0.50) url("/img/drop-arrow.png") no-repeat right;
	border:1px solid #636363;
	color:#a9a9a9;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	text-indent:3px;
	text-overflow: "";
}
option {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background:#1F1F1F;
}
textarea {
	margin:0;
	padding:9px;
	width:300px;
	min-height:100px;
	vertical-align:bottom;
	background:rgba(0,0,0,0.50);
	border:1px solid #636363;
	color:#a9a9a9;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
}

div.pagination {

}
div.pagination a,
div.pagination span {
	border-radius: 3px;
	font-size: 12px;
}
div.pagination a {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 4px;
	border: 1px solid #2c2b2c;
	text-decoration: none;
	color: #fff;
}
div.pagination .number {
	width:20px;
	text-align:center;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2c2b2c;
	background-color: #2c2b2c;
	color: #fff;
}
div.pagination .current {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 4px;
	border: 1px solid #dd2222;
	font-weight: bold;
	background-color: #dd2222;
	color: #fff;
	cursor:pointer;
}
div.pagination .disabled {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 4px;
	border: 1px solid #2c2b2c;
	color: #2c2b2c;
	cursor:default;
}
div.pagination .dots {
	display: inline-block;
	padding: 5px 2px;
	margin-right: 4px;
	color: #fff;
	cursor:default;
}

.itemdb .pagination {
	margin-top:10px;
}
.itemdb .sritem_container {
	margin-top:10px;
}



.trade-content {
	margin:0 auto;
	font-size:13px;
}
.trade-content a, 
.trade-content a:link,
.trade-content a:active,
.trade-content a:visited {
	color:#fff;
}
.trade-count {
	float:right;
	display: inline-block;
	padding: 4px 9px;
	color: #fff;
}
.trade-wrapper img.bookmarkoff,
.trade-wrapper img.btn_rep {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	filter: grayscale(100%);
}
.trade-wrapper img.bookmarkon {
	filter: none;
	-webkit-filter: none;
}
.trade-nav {
	margin:0 0 15px 0;
	vertical-align:bottom;
	font-size:0;
}
.trade-nav h1 {
	display:inline-block;
	width:150px;
	height:50px;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.trade-nav div {
	display:inline-block;
	vertical-align:bottom;
	font-size:0;
}
.trade-nav div a, 
.trade-nav span a {
	display:inline-block;
	background-repeat:no-repeat;
	background-size:50%;
	background-position:50% 5px;
	width:90px;
	height:20px;
	padding-top:40px;
	text-align:center;
	text-transform:capitalize;
	color:#FFFFFF;
	font-size:0;
}
.trade-nav div a:hover, 
.trade-nav span a:hover {
	text-decoration:none;
}
.trade-nav div a strong, 
.trade-nav span a strong {
	vertical-align:bottom;
	font-size:12px;
	text-shadow:1px 1px rgba(0,0,0,0.25);
}

.trade-select-cont {
	min-height:30px;
	margin-bottom:15px;
}
.trade-select-block {
	display:inline-block !important;
	max-height: 28px !important;
	margin: 0 auto !important;
	background-color: #1F1F1F !important;
	border: 1px solid #000 !important;
	border-radius: 3px !important;
	font-family: 'Open Sans',Arial,sans-serif !important;
	color: #fff !important;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.trade-select-game {
	padding: 5px 9px 5px 7px !important;
	font-size: 13px !important;
	font-weight: bold;
	width: 182px;
	position: relative;
	cursor: pointer;
}
.trade-select-selection {
	display: none;
	height: auto;
	padding: 6px 0 0 0;
	margin: 2px 0 0 -8px;
	position: absolute;
	width: 198px;
	z-index: 200;
	list-style: none;

	background-color: #1F1F1F !important;
	border: 1px solid #000 !important;
	border-radius: 0 0 3px 3px !important;
	border-top: none !important;
}
.trade-select-game:hover .trade-select-selection {
	display: block;
}
.trade-select-selection li {
	padding: 6px 0 6px 12px !important;
}
.trade-select-selection li.trade-select-active {
	background-color: #161616 !important;
}
.trade-select-selection li:hover {
	background-color: #161616 !important;
}
.trade-select-selection li > span {
	display: block;
}
.trade-select-selected {

}
.trade-select-selected .fa {
	float:right;
	margin-top:3px;
}
.trade-select-selected img,
.trade-select-selection li img,
.trade-select-login img {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align:text-bottom;
}
.trade-select-only {
	padding: 6px 8px 3px 6px !important;
	font-size: 12px !important;
}
.trade-select-only span {
	margin-top: -2px !important;
}

.trade-select-all {
	padding: 5px 9px 5px 7px !important;
	font-size: 13px !important;
	font-weight: bold;
	width: 182px;
	position: relative;
	cursor: default;
}

.trade-select-admin {
	vertical-align: top;
	height: 29px;
	max-height: 29px !important;
}
.trade-select-admin input,
.trade-select-admin input[type="checkbox"] + label {
	border: none;
	background: none;
}


.trade-select-login {
	padding: 5px 8px 5px 6px !important;
	font-size: 12px !important;
	cursor: default;
}

.trade-wrapper {
	margin:0 auto;
	margin-bottom:30px;
	background-color:#333;
	border:1px solid #000;
	border-radius: 3px;
	overflow: hidden;
}
.trade-closed {
	border-color:#2280dd;
}
.trade-removed {
	border-color:#dd2222;
}
.trade-header,
.trade-footer,
.trade-note,
.trade-addnote,
.trade-choose {
	min-height: 16px;
	padding: 9px 11px 9px 11px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:13px;
	background:#1F1F1F;
}
.trade-header a,
.trade-footer a {
	color: #fff;
}
.trade-header a:hover {
	text-decoration:none;
}
.trade-header a:hover {
	text-decoration:none;
}
.trade-header .trade-addinfo {
	float:right;
}
.trade-header .trade-opts {
	float:right;
	font-size:0;
	height:16px;
}
.trade-header .trade-opts a, 
.trade-header .trade-opts span {
	display:inline-block;
	margin-left:5px;
	cursor:pointer;
}
.trade-header .trade-opts span.btn_link,
.trade-header .trade-opts a.btn_link {
	margin:-2px 0 0 5px;
	vertical-align:top;
}
.trade-footer {
	text-align:right;
}
.trade-footer-left {
	float:left;
	text-align:left;
	/*padding:4px 0 3px 0;*/
}
.trade-footer-left a {
	display:inline-block;
	margin-left:0;
	margin-right:15px;
}
.trade-footer-left a:hover {
	text-decoration:none;
}
.trade-footer-left a .fa {
	margin-right:8px;
}
.trade-note {
	padding: 11px;
	font-size:13px;
}
.trade-note-listing {
	padding-bottom:0;
}
.trade-body {
	/*padding:6px 30px;
	background:url('/img/hwh.png') no-repeat center left, url('/img/hww.png') no-repeat center right, url('/img/tradearrow.png') no-repeat 50% 50%;
	background-size:auto, auto, 10%;*/
	padding:6px;
	background-image:url('/img/tradearrowhw2.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:230px;
	min-height:90px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.trade-have, 
.trade-want {
	float: left;
	width: 352px;
	padding:5px 0 0 5px;
	margin-right:-5px;
	margin-bottom:-5px;
	font-size:0;
	text-align:right;
}
.trade-want {
	float: right;
	text-align:left;
}
.trade-sidetotal {
	font-size:13px;
}
.trade-new .trade-have, 
.trade-new .trade-want {
	min-height:174px;
}
.trade-addnote {
	padding:0 10px 10px 10px;
}
.trade-addurl {
	display:none;
	padding:10px 0 0 0;
	font-size:12px;
}
::-webkit-input-placeholder { color:#555; }
::-moz-placeholder { color:#555; } /* firefox 19+ */
:-ms-input-placeholder { color:#555; } /* ie */
:-moz-placeholder { color:#555; }

.trade-addnote .trade-addnote-inputs {
	min-height:70px;
	margin-right: 210px;
}
.trade-addnote textarea {
	width:100%;
	height:50px;
	min-height:inherit;
	resize: none;
}
.trade-addnote input {
	width:100%;
	border-top:1px solid #333;
	resize: none;
}
.trade-addnote .trade-addnote-submits {
	float:right;
	text-align: right;
	width:200px;
	min-height:70px;
}
.trade-addnote button[name='do_new'] {
	width:200px;
	padding:0;
	height:70px;
	resize: none;
	font-size:24px;
	font-family: Oswald, Tahoma, sans-serif;
	font-weight:normal;
	line-height: 1.3;
	text-transform: uppercase;
	background:#BB2222;
	border:1px solid #AAA;
	color:#fff;
}
.trade-addnote .trade-select-block {
	display:block;
	margin-top:2px !important;
	border:none !important;
}
.trade-choose {
	font-size:0;
}
.trade-choose-have, 
.trade-choose-want {
	width: 49%;
	font-size:0;
}
.trade-choose-have {
	float: left;
}
.trade-choose-want {
	float: right;
}
.trade-container h3 {
	margin: 0 0 12px 0;
}

.trade-container .trade-choose-tabs {
	margin:15px 0 5px 0;
	padding: 0;
}
.trade-container .trade-choose-tabs li {
	display: inline-block;
}
.trade-container .trade-choose-tabs span {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 5px 30px 5px 0;
	font-family: Oswald,Tahoma,sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	color: #555;
	cursor: pointer;
}
.trade-container .trade-choose-tabs span img {
	height:16px;
	vertical-align: top;
}
.trade-container .trade-window {
	display:none;
	margin:0 0 10px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.trade-container .trade-choose-options {
	display:block;
	margin: 0 0 1px 0;
}
.trade-container .trade-choose-options .trade-choose-opt1 {
	display:inline-block;
	width:33.33%;
	max-width:150px;
	vertical-align: bottom;
}
.trade-container .trade-choose-options .trade-choose-opt2 {
	margin: 0 5px 5px 0;
}
.trade-container .trade-choose-options .btn_forceref {
	width: 100%;
    padding: 5px 0;
    text-align: center;
    height: 16px;
}
.trade-container .trade-choose-options select {
	width:100%;
	height:26px;
}
.trade-container .trade-choose-options input {
	width:100%;
	height:24px;
	padding:0;
}
.trade-container .trade-choose-instantsell {
	display:block;
	text-align: center;
}
.trade-container .trade-chooser {
	display:block;
	margin:0 -8px -8px 0;
	font-size:0;
}
.trade-container .trade-chooser-generic {
	display:block;
	margin:15px 0 5px 0;
}
.trade-choose-want .trade-chooser {
	
}
.trade-container .trade-noitems {
	font-size:14px;
}

.trade-wrapper .item_acc_wrap {
	margin:0 8px 8px 0;
	width:79px;
	height:79px;
    white-space: nowrap;
}

.trade-wrapper .item_acc_wrap .item_acc_details {
	min-width:110px;
	-webkit-touch-callout: default;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.trade-wrapper .item_acc_wrap .item_acc_link,
.trade-wrapper .item_acc_wrap .item_acc_link:hover {
	display:block;
	position:relative;
	margin:0;
	width:100%;
	height:inherit;
	overflow: hidden;
	background-color:#2c2b2c;
	background-position:50% 0%;
	background-size:85%;
	/*border:none;
	-webkit-box-shadow: 0 0 1px 1px #a6a6a6;
	-moz-box-shadow: 0 0 1px 1px #a6a6a6;
	box-shadow: 0 0 1px 1px #a6a6a6;*/
	cursor:default;
}
.trade-wrapper .trade-new .item_acc_link,
.trade-wrapper .trade-new .item_acc_link:hover {
	cursor:pointer;
}
.trade-wrapper .item_acc_wrap.item_acc_disabled .item_acc_link,
.trade-wrapper .item_acc_wrap.item_acc_notoggle .item_acc_link {
	opacity: 0.25;
}
.trade-wrapper .item_acc_wrap .item_acc_link .item_acc_overlay {
	padding:19px 0 0 0;
	height:60px;
    white-space:normal;
	text-align:center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
}
.trade-wrapper .item_acc_wrap .item_acc_link .item_acc_overlay .item_acc_icon {
	position:absolute;
	bottom:19px;
	right:2px;
	width:16px;
	height:16px;
}
.trade-wrapper .item_acc_wrap .item_acc_link .item_acc_overlay > strong,
.trade-wrapper .item_acc_wrap .item_acc_link .item_acc_overlay .item_acc_name {
	font-size:16px;
	font-family: Oswald, Tahoma, sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
	color:#fff;
	text-shadow: 2px 2px 2px #000;
	
}
.trade-wrapper .item_acc_wrap .item_acc_link .item_acc_overlay > .item_acc_qty {
	float:right;
	position: absolute;
	top: -1px;
	right: 2px;
	font-weight: bold;
}
.trade-wrapper .trade-have > .item_acc_wrap .item_acc_link .item_acc_overlay > .item_acc_qty,
.trade-offer > .item_acc_wrap .item_acc_link .item_acc_overlay > .item_acc_qty {
	display: none;
}
.trade-wrapper .item_acc_wrap .item_acc_link .item_acc_overlay > .item_acc_price {
	display:block;
	position:absolute; 
	bottom:0; 
	width:100%;
	height:12px;
	margin:0;
	padding:1px 0 3px 0;
	text-align:center;
	font-size:10px;
	color:#888;
	background:rgba(0,0,0,0.25);
	
}
.trade-wrapper .item_acc_wrap .item_acc_link .item_acc_overlay > .item_acc_price:hover {
	color:#ccc;
	background:rgba(0,0,0,0.5);
}
.trade-profile .trade-wrapper, 
.trade-comments .trade-wrapper,
.trade-wrapper.comment-wrapper {
	width:auto;
	margin:0 0 15px 0;
}
.trade-profile .trade-header, 
.trade-comments .trade-header,
.trade-header.comment-header {
	font-size:12px;
	padding:9px 8px 8px 8px;
}
.trade-profile .trade-body, 
.trade-comments .trade-body,
.trade-body.comment-body {
	background:none;
	min-height:inherit;
	padding:9px 8px 8px 8px;
	font-size:12px;
	-webkit-touch-callout: default;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.trade-comments-list .trade-comment-offers {
	margin:10px 0 0 0;
}
.trade-comments-list > .trade-comments-replies {
	margin:0;
}
.trade-comments-list > .trade-comments-replies:not(:empty) {
	margin:-10px 0 15px 0;
}
.trade-comments-list > .trade-comments-replies > .trade-comments-reply,
.trade-comments-list > .trade-comments-new {
	margin:-10px 0 15px 40px;
}
.trade-comments-list > .trade-comments-new textarea {
	width: 100%;
}

.trade-wrapper #offer_content .trade-offer {
	margin: 0 -8px -8px 0;
	padding:20px 0;
	min-height: 81px;
}
.trade-wrapper .trade-comments-new .trade-offer {
	margin: 10px -8px -8px 0;
	min-height: 92px;
	display:none;
}
.trade-wrapper #offer_overlay {
    display:none;
	position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background-color: black;
    z-index:996;
    opacity: 0.75;
}
.trade-wrapper #offer_popup {
    display:none;
	position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    z-index:997;
}
.trade-wrapper #offer_container {
    margin:auto;
	border:1px solid #000;
	border-radius: 5px;
	width:980px;
    height:75%;
    z-index: 998;
}
.trade-wrapper #offer_content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin:auto;
	width:100%;
    height:100%;
    background-color:#1F1F1F;
	border-radius: 5px;
	padding:20px;
	overflow:hidden;
    z-index: 999;
}
.trade-wrapper #offer_content .btn_offer_done {
	float:right;
}
.trade-wrapper #offer_content #offer_title {
	height:20px;
	font-weight: bold;
}
.trade-wrapper #offer_content .trade-choose-offer .trade-window .trade-chooser {
	overflow:auto;
}




.trade-profile {
	float:left;
	width:49%;
}
.trade-profile .trade-wrapper {
	margin:0;
}
.trade-profile .trade-profile-user {
	min-height:64px;
	font-size: 12px;
	line-height: 1.3;
}
.avatar {

}
.trade-profile-links {
	margin-bottom:5px;
}
.trade-profile-user h4 {
	margin:0 0 4px -1px;
	font-size: 18px;
}
.trade-profile-user .trade-profile-username {
	/*font-family: Oswald,Tahoma,sans-serif;
	font-weight: normal;*/
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
	margin:0;
	font-size: 18px;
}
.trade-profile-user .profile-steamrep {
	margin:0 0 0 1px;
	font-size:12px;
}
.trade-profile-links a,
.trade-profile-links a:link,
.trade-profile-links a:hover,
.trade-profile-links a:active,
.trade-comments-new .btn_reply,
.trade-comments-new .btn_reply:link,
.trade-comments-new .btn_reply:hover,
.trade-comments-new .btn_reply:active,
.trade-comments-new .btn_offer,
.trade-comments-new .btn_offer:link,
.trade-comments-new .btn_offer:hover,
.trade-comments-new .btn_offer:active,
.trade-comments .btn_replyo,
.trade-comments .btn_replyo:link,
.trade-comments .btn_replyo:hover,
.trade-comments .btn_replyo:active, 
.btn_feedback,
.btn_feedback:link,
.btn_feedback:hover,
.btn_feedback:active,
.btn_link,
.btn_link:link,
.btn_link:hover,
.btn_link:active {
	display:inline-block;
	height:16px;
	margin-right:5px;
	padding:3px 6px;
	background-color:#333;
	/*border:1px solid #000;*/
	border-radius: 3px;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 1.4;
	color:#fff;
	text-shadow:1px 1px rgba(0,0,0,0.25);
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.trade-profile-links a:hover, 
.trade-comments-new a:hover,
.trade-comments-new .btn_reply:hover,
.trade-comments-new .btn_offer:hover,
.trade-comments .btn_replyo:hover, 
.btn_feedback:hover,
.btn_link:hover {
	text-decoration:none;
	background-color:#3C3C3C;
}
.btn_feedback {
	margin-right:0;
}
.trade-footer .btn_link {
	margin-right:0;
	margin-left:5px;
}
.trade-note .trade-comments {
	float:right;
	width:49%;
}
.trade-note textarea {
	width: 100%;
}
.trade-comments-new {
	margin-bottom:10px;
}
.trade-comments-new .trade-profile-links {
	float:right;
}
.trade-comments-new .btn_reply,
.trade-comments-new .btn_reply:hover,
.trade-comments-new .btn_offer,
.trade-comments-new .btn_offer:hover,
.trade-comments .btn_replyo,
.trade-comments .btn_replyo:hover,
.btn_feedback {
	margin-top:5px;
}
.trade-comments-new textarea {
	width: 100%;
	height:70px;
	min-height:inherit;
	resize: none;
}
.trade-comments .btn_replyo {
	margin-top:5px;
}
.feedback-button {
	float:right;
}
.feedback-box {
	display:none;
	float:right;
	margin-left:10px;
}
.feedback-box textarea {
	display:inline-block;
	width:380px;
	height:50px;
	min-height:inherit;
	resize: none;
}




.vote-content img.btn_rep {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	filter: grayscale(100%);
}
.vote-content .vote-colleft {
	float:left;
	width:49%;
}
.vote-content .vote-colright {
	float:right;
	width:49%;
}
.vote-content .block-body {
	padding:10px;
	border-top:1px solid #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.vote-content .block-body:nth-of-type(1) {
	border:none;
}
.vote-content .block-header .block-opts {
	float:right;
	font-size:0;
	height:16px;
}
.vote-content .block-header .block-opts a, 
.vote-content .block-header .block-opts span {
	display:inline-block;
	margin-left:10px;
	cursor:pointer;
}
.vote-content .block-header .block-opts span.btn_link {
	margin:-3px 0 0 10px;
	vertical-align:top;
}


.block-body.vote-detail {
	font-size:12px;
}
.block-body.vote-detail .vote-item {
	float:left;
	margin:0 3px -7px 0;
}
.block-body.vote-detail .item_acc_wrap {
	width:98px;
	height:98px;
}
.block-body.vote-detail .item_acc_wrap .item_acc_title {
	min-height:auto;
}
.block-body.vote-detail .vote-title {
	margin-top:2px;
	font-size:18px;
	font-family: Oswald,Tahoma,sans-serif;
	font-weight: normal;
	line-height: 1.1;
	color: #fff;
}
.block-body.vote-detail .vote-price {
	font-size:36px;
	font-family: Roboto,Arial,sans-serif;
}

.block-body.vote-suggest {
	line-height:1.3;
}
.block-body.vote-suggest .input-side {
	font-size:36px;
	width:auto;
	height:auto;
	vertical-align:top;
	background-color: rgba(0,0,0,0.50);
	border: 1px solid #636363;
	border-right:none;
	padding: 0 5px;
	color: #a9a9a9;
	font-family: Roboto,Arial,sans-serif;
}
.block-body.vote-suggest input {
	font-size:36px;
	width:135px;
	height:auto;
	border-left:none;
	padding: 0 5px;
	padding-left:0;
	vertical-align:top;
}
.block-body.vote-suggest textarea {
	width:958px;
	margin-bottom:6px;
}

.block-body.vote-suggest button[name='do_suggest'] {
	width: auto;
	height: auto;
	padding: 5px 10px;
	resize: none;
	font-size: 24px;
	font-family: Oswald,Tahoma,sans-serif;
	font-weight: normal;
	line-height: 1.3;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.50);
	border: 1px solid #636363;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.25);
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
}
.block-body.vote-detail ul.vote-stats {
	list-style:none;
	margin:18px -20px 13px 0;
	padding:0;
}
.block-body.vote-detail ul.vote-stats li {
	display:inline-block;
	margin-right:20px;
	line-height:1.5;
	height:33px;
	vertical-align:top;
}
.block-body.vote-detail ul.vote-stats li > h6 {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:9px;
	font-weight:normal;
}
.block-body.vote-detail ul.vote-stats li > div {
	font-size:12px;
	font-weight:bold;
	height:19px;
}
.block-body.vote-detail ul.vote-stats li .vote-buttons {
	font-size:11px;
	margin-top:3px;
}
.block-body.vote-detail ul.vote-stats li .vote-info {
	margin-top:3px;
}
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-yes, 
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-no {
	border-radius: 3px;
	color: #fff;
	background-color: #1F1F1F;
	border: 1px solid #000;
	padding:2px 10px;
	cursor: pointer;
}
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-yes {
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-no {
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	margin-left:-1px;
}
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-yes:hover, 
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-no:hover {
	color:#fff;
	background-color:#333;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.250);
}
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-selected,
.block-body.vote-detail ul.vote-stats li .vote-buttons .vote-selected:hover {
	background-color:#B11616;
	color:#fff;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.250);
}
.block-body.vote-detail a.userlink, 
.block-body.vote-detail a.userlink:link, 
.block-body.vote-detail a.userlink:hover, 
.block-body.vote-detail a.userlink:active,
.vote-comments .block-header a {
	color:#fff;
}
.vote-comments .block-header a:hover {
	text-decoration:none;
}


.vote-list .block-body.vote-detail {
	font-size:10px;
	padding:16px 9px;
}
.vote-list .block-body.vote-detail .vote-title {
	margin-top:1px;
	font-size:14px;
}
.vote-list .block-body.vote-detail .item_acc_wrap {
	width:78px;
	height:78px;
}
.vote-list .block-body.vote-detail .item_acc_wrap .item_acc_icon, 
.block-body.vote-detail .item_acc_wrap .item_acc_icon {
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.vote-list .block-body.vote-detail ul.vote-stats {
	margin:13px -20px 3px 0;
}
.vote-list.vote-related .block-body.vote-detail ul.vote-stats {
	margin:0 -20px 0 0;
}
.vote-list .block-body.vote-detail ul.vote-stats li {
	
}
.vote-list .block-body.vote-detail .vote-comment {
	margin: 0 auto;
    margin-top: 10px;
    background-color: #3A3A3A;
    border: 1px solid #000;
    border-radius: 3px;
	padding:5px 7px;
	font-size:12px;
	line-height:16px;
}

.vote-content .vote-comments {
	border-top: 1px solid #000;
}
.vote-content .vote-comments .block-wrapper {
	margin:0 auto;
	border:none;
	border-radius:0;
	border-top: 1px solid #1F1F1F;
}
.vote-content .vote-comments .block-wrapper:nth-of-type(1) {
	border:none;
}
.vote-content .vote-comments .block-wrapper.block-removed {
	border: 1px solid #dd2222;
}
.vote-content .vote-comments .block-header {
	font-size:12px;
	padding:8px 10px 8px 10px;
	background:#262626;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 10%, rgba(0,0,0,0.10) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 10%,rgba(0,0,0,0.10) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 10%,rgba(0,0,0,0.10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.vote-content .vote-comments .block-body {
	min-height:inherit;
	font-size:12px;
	padding:12px 10px 12px 10px;
	border:none;
	background:none;
}
.vote-content .vote-comments-new {
	width:500px;
	font-size:14px;
}
.vote-content .vote-comments-new .btn_comment {
	margin:5px 0 0 0;
}
.vote-content .vote-comments-new textarea {
	display:inline-block;
	width:480px;
	height:80px;
	min-height:inherit;
	resize: none;
}

.block-wrapper.vote-power-wrapper {
	line-height:1;
}
.block-header.vote-power-header {
	min-height:inherit;
	padding:6px 6px 4px 6px;
	text-align:center;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}
.block-body.vote-power-body {
	padding:5px 2px;
	text-align:center;
	line-height:1;
}

.username-details {
	display: inline-block !important;
	margin-left:2px;
	line-height: 1;
	font-size:10px;
	border: 1px solid #000;
	border-radius: 5px !important;
	overflow: hidden;
	vertical-align: sub;
}
.username-details-warnings,
.username-details-reports {
	display: inline-block !important;
	padding:1px;
	height:11px;
	width:12px;
	color: #000 !important;
	text-align: center;
}
.username-details-warnings {
	background-color: #cccc00 !important;
}
.username-details-reports {
	background-color: #B33A3A !important;
}


@media (max-width: 996px) {
	html,body {

	}

	.site-header, .nav-main, .site-body, .site-footer {
		width: auto;
	}
	.site-header-wrapper {
		/*display:none;*/
	}
	.content_inner {
		float:none;
		width:inherit;
	}
	.sidebar {
		margin-left:0;
	}

	.nav-main ul {
		width: auto;
	}

	.sritem_wrap {
		width:33.33%;
	}

	.news-wraper {
		padding:10px;
	}
	.news-article {
		padding-right:0;
	}

	.trade-have, 
	.trade-want {
		float:none;
		width:auto;
		padding:0;
		text-align:left;
	}
	.trade-have {
		margin-left:30px;
	}
	.trade-want {
		margin-right:30px;
		padding-top: 5px;
		float:right;
		text-align:right;
	}
	.trade-profile {
		float:none;
		width:auto;
	}
	.trade-note .trade-comments {
		float:none;
		width:auto;
		clear:both;
		margin-top:20px;
	}
	.trade-addnote .trade-addnote-inputs {
		margin:0;
		position: relative;
		top: -70px;
	}
	.trade-comments-new textarea,
	.trade-addnote textarea, 
	.trade-addnote input {
		width: 100%;
	}
	.trade-addnote textarea, 
	.trade-addnote input {

	} 
	.trade-addnote input {
		margin-bottom:10px;
	}
	.trade-addnote .trade-addnote-submits {
		position: relative;
    	top: 110px;
	}
	.trade-addnote .trade-addnote-submits button[name='do_new'] {
		width:auto;
		height:auto;
		padding:5px 10px;
	}
	.trade-addnote .trade-select-block {

	}
	.trade-new .trade-have, 
	.trade-new .trade-want {
		height:176px;
	}
	.trade-new .trade-want {
		
	}
	.trade-container {
		float: none;
		width: auto;
	}
	.trade-container .trade-choose-options .trade-choose-opt1 {
		width:25%;
	}
	.trade-chooser .item_acc_wrap .item_acc_link .item_acc_overlay  {
		padding:9px 0 0 0;
		height:100px;
	}
	.trade-chooser .item_acc_wrap .item_acc_link .item_acc_overlay > span {
		padding-top:3px;
		font-size:9px;
	}
	.trade-wrapper > .trade-body:not(.comment-body):not(.trade-note-body) {
		padding:6px 0;
		background:url('/img/hwh.png') no-repeat top left, url('/img/hww.png') no-repeat bottom right;
	}
	.trade-profile .trade-body, 
	.trade-comments .trade-body {
		padding:9px 8px 8px 8px;
		background: none;
	}
	.trade-wrapper #offer_container {
		width:100%;
		max-width:980px;
	}

	.noti-wrapper > .noti-body {
		padding: 10px;
		background: none;
	}

	.vote-content .vote-colleft, 
	.vote-content .vote-colright {
		float:none;
		width:auto;
	}
	.block-body.vote-suggest textarea {
		width:598px;
	}
}

@media (max-width: 790px) {
	.billpayer {
		overflow:hidden;
	}
	.site-header {
		height:150px;
	}
	.site-header-user {
		float: none;
        width: auto;
	}
	.site-header-user .nav-user {
		display:block;
		background: #111;
		height: 35px;
	}
	.site-header-user .nav-user ul {
		float:right;
	}
	.site-header-user .billpayer {
		display:none;
	}
	.site-header-logo {
	    position: absolute;
		top: 40px;
	    left: 0;
	    right: 0;
	    text-align: center;
	}
	.site-header-search {
		position: absolute;
		top: 105px;
	    left: 0;
	    right: 0;
	    text-align: center;
		margin: 0 15px;
	}
	.site-header-search .search-select-cont {
		margin:0;
		width: 100%;
		max-width:436px;
		text-align: left;
	}
	.site-header-search .search-select-cont .search-select-game {
		float:left;
	}
	.site-header-search .search-select-cont .search-select-string {
		display: block !important;
		margin-left:164px !important;
		width:auto !important;
	}
	.search-select-string input {
		width:100% !important;
	}
	.search-select-string > .fa {

	}
	.sritem_wrap {
		width:50%;
	}
	.trade-container .trade-choose-options .trade-choose-opt1 {
		width:33.33%;
	}
}

@media (max-width: 500px) {
	.nav li > .nav-item {
		padding: 0 10px;
	}
	.nav.nav-user li:first-of-type  ul {
		left:0;
		right: initial;
	}
	.nav-user .nav-username {
		display:none;
	}
	.site-header-search .search-select-cont .search-select-game {
		width: 104px;
	}
	.site-header-search .search-select-cont .search-select-string {
		margin-left:120px !important;
	}
	.sritem_wrap {
		width:100%;
	}
	.trade-container .trade-chooser {
		margin: 0 -5px -5px 0;
	}
	.trade-wrapper .item_acc_wrap {
		margin: 0 5px 5px 0;
		width:66.25px;
		height:66.25px;
	}
	.trade-container .trade-choose-options .trade-choose-opt1 {
		width:50%;
	}
	.trade-wrapper #offer_container {
		height:100%;
	}
	.trade-wrapper #offer_content #offer_title {
		padding-top:5px;
		height:15px;
		font-size:10px;
	}
	.trade-wrapper #offer_content .trade-offer {
		margin: 0 -5px -5px 0;
		min-height:66.25px;
	}
	.trade-wrapper .trade-comments-new .trade-offer {
		margin: 10px -5px -5px 0;
		min-height:77px;
	}
	.pagination > *:not(.prev):not(.next):not(.current) {
		display: none;
	}
}

@media (max-width: 300px) {
	.site-header-logo .logo img {
		width:100%;
		height:auto;
	}
}

.nopadding {
	padding:0;
}

.bmc-button img {
    height: 34px !important;
    width: 35px !important;
    margin-bottom: 1px !important;
    box-shadow: none !important;
    border: none !important;
    vertical-align: middle !important;
}

.bmc-button {
    padding: 7px 10px 7px 10px !important;
    line-height: 35px !important;
    height: 51px !important;
    min-width: 217px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    color: #ffffff !important;
    background-color: #000000 !important;
    border-radius: 5px !important;
    border: 1px solid transparent !important;
    padding: 7px 10px 7px 10px !important;
    font-size: 28px !important;
    letter-spacing: 0.6px !important;
    box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
    -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
    margin: 0 auto !important;
    font-family: 'Cookie', cursive !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -o-transition: 0.3s all linear !important;
    -webkit-transition: 0.3s all linear !important;
    -moz-transition: 0.3s all linear !important;
    -ms-transition: 0.3s all linear !important;
    transition: 0.3s all linear !important;
}

.bmc-button:hover, .bmc-button:active, .bmc-button:focus {
    -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
    text-decoration: none !important;
    box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
    opacity: 0.85 !important;
    color: #ffffff !important;
}
