.quick {
    background: url(/images/btt-qbuy.png) 0 0 no-repeat;
    display: block;
    text-decoration: none;
    height: 17px;
    width: 121px;
    margin-bottom: 5px
}
.buy {
    background: url(/images/btt-buy.png) 0 0 no-repeat;
    display: block;
	height: 17px;
    width: 121px;
	text-decoration: none;
    margin: 5px 0 5px 0;
}

.rightcard {
	position: relative;
	border: solid 1px #d6d6d6;
	margin: 0px 40px 30px 0px;
	padding: 16px;
	font-size: 11px;
	font-family: Tahoma;
}
	.rightcard * {
		font-size: 11px;
		font-family: Tahoma;
	}

	.rightcard h2 {
		position: absolute;
		left: 8px;
		top: -8px;
		color: #5e5e5e;
		font: bold 12px/normal Arial;
		background: white;
		padding: 0px 8px;
		cursor: default;
		text-transform: uppercase;
	}
		.rightcard h2 a {
			color: #5e5e5e;
			font: bold 12px/normal Arial;
			text-transform: uppercase;
		}

	.rightcard ul, .rightcard ol {
		list-style: none;
	}

		.rightcard li {
			position: relative;
			display: block;
			color: #747474;
			margin: 0px 0px 14px 0px;
			clear: both;
		}
		.rightcard li, .rightcard li a {
			font-size: 11px;
			font-family: Tahoma;
		}
			.rightcard li var {
				display: block;
			}
.rightcard .summ {
	position: relative;
}