

#TopLists {
	position: relative;
	z-index: 1;
}


.toplist-card {
	padding: 15px 30px;
	border: 2px solid #28566c;
	border-radius: 12px;
	margin-bottom: 20px;
	position: relative;
	min-height: 115px;
}

.club-logo {
	width: 50px;
	height: 50px;
	position: relative;
	margin-top: -22px;
	top: 2px;
}

.latest-purchases .toplist-card {
	width: 48%;
	display: inline-block;
}

.latest-purchases .toplist-card.purchase {
	padding-bottom: 0;
}

.latest-purchases .toplist-card:nth-child(even) {
	margin-right: 5px;
}

.latest-purchases .toplist-card:nth-child(odd) {
	margin-left: 5px;
}

.toplist-card .club-name {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.toplist-card .centered {
	display: inline-block !important;
	width: 33%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

.latest-purchases .toplist-card .centered {
	width: 100%;
}

.toplist-card p+p {
	margin-top: 5px;
}

.toplist-card .centered b {
	font-size: 13px;
	position: relative;
	top: -2px;
}

.latest-purchases .toplist-card .centered {
	margin-top: 7px;
}

.latest-purchases .toplist-card .centered span {
	position: relative;
	top: -6px;
}

.toplist-card .whitemonger {
	background: #fff;
	height: 35px;
	width: 50px;
	border-radius: 0;
	display: inline-block;
	position: absolute;
	bottom: -21px;
	z-index: 9;
	right: 20px;
	rotate: -45deg;
}

.toplist-card:nth-child(odd) .whitemonger {
	right: initial;
	left: 20px;
}

.toplist-card .instance_logo {
	height: 38px;
	margin: 0 auto 0 auto;
	box-shadow: 0 6px 7px -4px #ccc;
	border-radius: 6px;
	border: 1px solid #eee;
}














#TopLists .zection {
  padding: 0 0 70px 0;
  z-index: 99;
  position: relative;
}

#TopLists .lone-content {
	text-align: center;
	white-space: nowrap;
	background:#fff;
	padding:5px 20px 5px 20px;
	border-radius: 6px;
	position:relative;
	box-shadow: 0px -4px 6px rgba(0,0,0,0.1);
}


#TopLists .lone-content:before, #TopLists .lone-content:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #aaa;
  box-shadow: 0 35px 20px #aaa;
  transform: rotate(-8deg);
}
#TopLists .lone-content:after
{
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

#TopLists .top-list {
	width:33%;
	padding:10px 0;
	border:0px solid #eee;
	border-radius: 3px;
	display:inline-block;
	vertical-align: top;
	text-align: left;
	margin:0 auto;
	width:32%;
	margin-right: 15px;
}


#TopLists #top-stores li {
	padding:0;
}

#TopLists a {
	color:#666 !important;
}

#TopLists #top-stores li:first-of-type {
	padding:10px 10px;
}

.latest-purchases  {
	position:relative;
}
.latest-purchases > span.p-ajax-loader {
	display:none;
	color: #DDD;
	font-size: 11px;
	position: absolute;
	right: 17px;
	text-transform: initial;
	top: 13px;
}


#TopLists #top-stores li a {
	padding: 9px 10px;
	display:block;
	text-decoration: none;
}

#TopLists #top-stores li a img,
#TopLists #top-stores li a h4 {
	display:inline-block;
	color:#555;
}

#TopLists #top-stores li a h4 {
    font-size: 14px;
    position: relative;
    top: 8px;
    margin: 0;
    color: #666 !important;
    font-weight: normal;
}

#TopLists #top-stores li a h4 span {
	display:block;
	font-size:11px;
	color:#999 !important;
}

#TopLists #top-stores li > a > div {
	position:relative;
}

#TopLists #top-stores li a img {
	margin-right:20px;
}

.top-stores > div {
	position:relative;
}

.your-toplist-info {
  position: absolute;
  background: #FFF;
  padding: 20px;
  margin: 0;
  bottom: 26px;
  width: 250px;
  right: 50%;
  margin-right: -125px;
  white-space: normal;
  text-transform: none;
  color: #111;
  font-size: 12px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #444;
    border: 4px solid #222;
    display:none;
}

#TopLists #top-stores .top-stores-q {
	position: absolute;
    right: 5px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 19px;
}

#TopLists .instance_logo {
	width:70px;
	height:40px;
	border: 1px solid #ddd;
}

#TopLists a > .instance_logo:hover {
	border-color:#aaa;
}


#TopLists .top-list:last-of-type {
	margin-right:0;
}

#TopLists .top-list h2 {
	margin:0;
	padding:10px 10px 10px 20px;
	background:#eee;
	font-size:18px;
}

#TopLists .top-list h2.latest-purchases {
  background: #71A4CA;
  color: #FFF;
}

#TopListsssssss #top-clubs li:not(.top-clubs) {
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}

#TopLists #top-clubs .club-name {
	display: block;
	text-align: center;
	font-size: 14px;
	padding-top: 0;
	position: relative;
	top: -2px;
}

#TopLists .top-list h2.top-clubs  {
	background: #A89B68;
	color:#FFF;
}

#TopLists .top-list ul {
	margin:0;
	padding:5px 5px;
	list-style-type:none;
}

#TopLists .top-list ul li:first-of-type {
	border-radius: 5px;
	font-size: 15px;
	padding: 10px 20px;
	background: #113E68;
	color: #FFF;
	border: 0;
	min-height: initial;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
}

.p-amount {
  margin-top: 8px;
}

#TopLists .top-list ul li {
	background:#fafafa;
	margin:5px 0 10px 0;
	padding: 10px 10px;
	border:1px solid #eee;
  	min-height: 62px;
  	border-radius: 3px;
}

#TopLists .top-list ul li.new-purchase {
	display:none;

}

.nail {
	width:10px;
	height:10px;
	background:#fff;
	box-shadow: inset 1px 1px 1px #444;
	border-radius: 50px;
	position:absolute;
}

.nail.top-right {
	top: -4px;
	right: -2px;
}

.nail.top-left {
	top: -4px;
	left: -2px;
}

.nail.bottom-right {
	bottom: -23px;
	right: -2px;
}

.nail.bottom-left {
	bottom: -23px;
	left: -2px;
}

#TopLists .top-list ul li:nth-child(even) {
	background:#fff;
}

#TopLists .top-list ul li p {

}

#TopLists .top-list ul li .folded {
	display:none;
	margin-top:10px;
	color:#888;
}

#TopLists .top-list ul li .folded p {
	line-height: 1.7;
}

#TopLists .top-list ul li .folded > div,
#latest-purchases > li > div {
	position:relative;
}

#TopLists .top-list ul li p.bold {
	font-weight:bold;
}

#TopLists .top-list ul li p .right,
#TopLists .top-list ul li span.right {
	float:righft;
	position: absolute;
    right: 5px;
}

#TopLists .top-list ul#top-clubs li span.centered {
	float: none;
	display: block;
	position: absolute;
	bottom: -28px;
	font-size: 11px;
	text-align: center;
	width: 100%;
	color: #B0B0B0;
}

#TopLists .top-list ul li p.smaller {
	font-size:12px;
}

#TopLists .top-list ul li p.registerdate {
	font-size:11px;
}


#top-clubs-ajax-loader {
	background: none !important;
	background-color: #FFF;
	border: none !important;
	text-align: center;
	padding:20px 0;
}

#top-clubs-ajax-loader img,
#top-clubs-ajax-loader h4 {
	margin:20px;
	color:#D3DAE4;
}



div#TopLists #club-logo-container {
	float: left;
	margin-right: 15px;
	overflow:hidden;
	position:relative;
}

div#TopLists #club-logo-container.radius {
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	border-radius: 12px;
}



div#TopLists #club-logo-container #fakeLogoSpacer {
	width: 80px;
	height: 36px;
}

div#TopLists #club-logo-container #realLogo {
	border: 4px solid white;
	border-radius: 4px;
	max-height: 70px;
}








/* for 768px or less */
@media screen and (max-width: 768px) {

	.latest-purchases .toplist-card {
		width: 47%;
	}

	.latest-purchases .toplist-card:nth-child(even) {
		margin-right: 8px;
	}

	div#TopLists .top-list {
		width:100%;
		margin-right:0;
	}

	#TopLists .lone-content:before, #TopLists .lone-content:after {
		display:none;
	}

	div#TopLists .lone-content,
	div#TopLists .zection {
		white-space:initial;
		overflow: auto;
		margin-top:0;
	}


}


/* for 480px or less */
@media screen and (max-width: 480px) {


}

