/**
 * shop.css
 * @author Martin Bean <martin@digitalpop.co.uk>
 **/

#content table.shop {
	border-right: 1px solid #e5e3a3;
}
#content table.shop td h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0.25em 0;
}
#content table.shop td {
    vertical-align: middle;
}
#content table.shop td p {
	margin: 0;
}
#content table.shop td.cost {
	text-align: center;
	width: 20%;
	vertical-align: middle;
}
#content table.shop td.instant_points,
#content table.shop td.recharge_points {
	text-align: center;
	width: 125px;
	vertical-align: middle;
}
#content table.shop td.select {
	width: 11%;
	vertical-align: middle;
}
#content table.shop td.select p {
	text-align: center;
	display: block;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}
#content table.shop td.select p a {
	float: none;
	display: block;
	margin: 0 auto;
}

.buttons {
	overflow: auto;
}
.buttons p {
	float: left;
	margin: 0 8px 0 0;
}
.buttons p a {
	text-transform: none;
}

#purchase_status {
	margin-bottom: 1em;
	overflow: auto;
}
#purchase_status p {
	float: left;
	margin: 0;
	padding: 3px 7px;
	border: 1px solid #fffeb4;
}
#purchase_status.success p {
	border-color: #111;
}

.badges {
	margin: 0 0 1em;
	overflow: auto;
}
.badges li {
	text-align: center;
	display: block;
	list-style: none;
	width: 20%;
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.badges li h3 {
	height: 35px;
	margin: 0 0 0.5em 0;
	padding: 0 5px;
	overflow: hidden;
}
.badges li .thumb {
	height: 110px;
	overflow: hidden;
}
.badges li .thumb img {
	display: block;
	margin: 0 auto 1em;
}
.badges li p {
	margin-bottom: 0.5em;
}
.badges li p.button {
	width: 85px;
	margin: 0 auto;
}
.badges li p.button a {
	display: block;
	float: none;
	width: auto;
}

.special_badges li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.special_badges li h3 {
	margin-bottom: 0.5em;
}
.special_badges li .thumb {
	float: left;
	width: 150px;
	height: 90px;
	overflow: hidden;
	border: 3px solid #f66d03;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.special_badges li .thumb img {
	display: block;
	margin: 0 auto;
}
.special_badges li .description {
	height: 72px;
	margin-left: 165px;
	padding: 10px;
	overflow: auto;
	border: 2px solid #f66d03;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.special_badges li .cost {
	clear: both;
	text-align: center;
	width: 156px;
	padding: 0.75em 0 1.25em 0;
}
.special_badges li .cost p {
	margin-bottom: 0.5em;
}
.special_badges li .cost p.button {
	width: 85px;
	margin: 0 auto;
}
.special_badges li .cost p.button a {
	display: block;
	width: auto;
	float: none;
}

td.thumb {
    width: 140px;
    height: auto;
    min-height: 70px;
}
td.thumb img {
    display: block;
    width: 140px;
    height: 70px;
}

#shop_winners_table td {
    vertical-align: top;
}
#shop_winners_table td.profile_image {
    width: 100px;
}
#shop_winners_table td.profile_image a {
    display: block;
    border: none;
}
#shop_winners_table td.profile_image a img {
    display: block;
}
#shop_winners_table td.chat_name {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
#shop_winners_table td.product_image img {
    display: block;
    width: 140px;
    height: 70px;
}


#content .table_wrapper table tbody td {
    font-size: 100%;
}
#content .table_wrapper table tbody td.chat_name {
    font-size: 1.4em;
}
#shop_winners {
    width: 75%;
    margin: 0 auto;
    padding: 1em 0;
}
#shop_winners td {
    vertical-align: middle;
}
#shop_winners td.profile_image a,
#shop_winners td.product_image a {
    display: block;
    border: none;
}
#shop_winners td.profile_image a img,
#shop_winners td.product_image a img {
    display: block;
}
#shop_winners td.winner a {
    font-size: 16px;
    font-weight: bold;
    margin-right: 0.25em;
}
