.tmat {
	border: 1px solid #CBCBCB;
	padding: 15px;
	opacity: 0.3;
	margin-bottom: 10px;
}
.tmat:hover {
	opacity: 0.5;
}
.tmat p {
	margin-bottom: 0;
}

.tmat.owned, .tmat.canbuy {
	opacity: 1;
	min-height: 125px;
}
.tmat.owned:hover, .tmat.canbuy:hover {
	border-color: #AAAAAA;
}

.side_owned, .side_buy {
	float: right;
	padding: 10px 10px 10px 50px;
	margin: 0 0 5px 15px;
	position: relative;
}

.side_owned a, .side_buy a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.side_owned span, .side_buy span {
	font-size: 10px;
	display: block;
	text-align: center;
}

.side_owned {
	background: url(../images/icon-star.svg) 5px center no-repeat;
	background-size: 40px;
	background-color: #FCF8C5;
	border: 2px solid #E3BB64;
}
.side_owned:hover {
	border-color: #C2973A;
}

.side_buy {
	background: url(../images/icon-basket.png) 10px center no-repeat;
	background-color: #D1FFD4;
	border: 2px solid #8FCF93;
	font-weight: 600;
	font-size: 22px;
	padding-left: 55px;
	color: #458549;
}
.side_buy:hover {
	border-color: #76B07A;
}

.basket-buttons a {
	background: #EFEFEF;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #DDDDDD;
	margin-right: 10px;
	color: #666666;
}
.basket-buttons a:hover {
	border-color: #AAAAAA;
	background: #DDDDDD;
	color: #666666;
}

.basket-buttons a:last-child {
	float: right;
	margin-right: 0;
	background-color: #99CCFF;
	border-color: #333399;
	color: #333399;
}
.basket-buttons a:last-child:hover {
	background-color: #333399;
	color: #FFFFFF;
}


.tmat table {
	margin: 15px 0 0;
}

table#basket-table tfoot td {
	font-weight: normal;
}