@font-face 
{
	font-family: "Arial Black"; 
	src: url("arial_black.ttf") format("truetype"); 
} 

table.image-table span.price
{
	font-family: 'Arial Black', sans-serif;
	color: rgb(255, 255, 255);
	position: absolute;
}

/* Главная страница */
table.image-table a
{
	position: relative;
}

table.image-table span.price
{
	font-size: 22px;
	right: 25px;
	top: -14px;
}

table.image-table span.rub
{
	font-size: 11px;
}


table.image-table p.first span.price
{
	font-size: 25px;
	right: 25px;
	top: -18px;
}

table.image-table p.first span.rub
{
	font-size: 15px;
}



/* Продукт */
table.product td 
{
	position: relative;
}

.product2
{
	position: relative;
}

table.product td span.price
{
	font-family: 'Arial Black', sans-serif;
	position: absolute;
	font-size: 53px;
	color: rgb(255, 255, 255);
	float: right;
	right: 25px;
	top: 404px;
}

table.product td span.rub
{
	font-size: 30px;
}

/* Error */
body, html 
{ 
    width: 100%;
    height: 100%;
}

.error
{
	position: relative;
	font-family: 'Arial Black', sans-serif;
	font-size: 30px;
	color: white;
	background-color: red;
	min-width: 100%;
	text-align: center;
}