.table {
	display: table;
	font-size:80%;
	text-align:center;
	line-height: 130%;
}

.table_row{
	display:table-cell;
}

.table_col1{
	width: 370px;
	display: table-cell;
}
.table_col2{
	width: 80px;
	display: table-cell;
	text-align:center;
}
.table_col3{
	width: 80px;
	display: table-cell;
	text-align:center;
}
.table_col4{
	width: 120px;
	display: table-cell;
	text-align:center;
}

.r0{
	background-color:white;
}
.r1{
	background-color:#EEE;
}
.r2{
	background-color: #D4D4D4;
}
.promotion{
	font-weight:bold;
}

.tick {
	font-size: 80%;
	background-image: url(../graphics/tick.png);
	background-repeat: no-repeat;
	background-position: center;
	xheight:20px;
	vertical-align:top;
}

.newPrice{
	font-weight:bold;
	text-decoration:none;
}
.oldPrice{
	font-weight:normal;
	text-decoration:line-through;
}

.priceBlock {
	float:left;
	width: 50%;
	text-align:center;
}

.buyNowBlock {
	float: right;
	width: 50%;
	text-align:center;
}
