/*
 Раздел с css инфы постера
	td.[Имя класса] - описывает вид ячейки таблицы
	a.[Имя класса] - здесь вид ссылки
	tr.[имя класса]
	
	posters  -  ячейка которая содержит всю таблицу с инфой про постер
	posers-title - титл постера
	posters-type - тип постера (постер, арт принтс....)
	posters-size - размер постера
	posers-author - если есть, автор
	posters-detail - ссылка на конкретный постер
	posters-price - цена
*/
TABLE.posters
{
	border : 1px solid #BBBBBB;
}
a.posters-title
{
font-family:Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #324040; TEXT-DECORATION: none

}
td.posters-title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	height: 11px;
}

td.posters-type
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Green;
	text-decoration: none;
   height: 11px;
}

td.posters-size
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	   height: 11px;
}

td.posters-author
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #CC0071;
	text-decoration: none;
	   height: 11px;
}


td.posters-price
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #A0141B;
	   height: 11px;
}
td.posters-detail
{
		   height: 11px;
}

/*====================================================================================*/
TABLE.bposters
{
	border : 1px solid #A6C192;
}

td.bposters-title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	height: 11px;
}

td.bposters-type
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Green;
	text-decoration: none;
   height: 11px;
}

td.bposters-size
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	   height: 11px;
}

td.bposters-author
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #CC0071;
	text-decoration: none;
	   height: 11px;
}


td.bposters-price
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #A0141B;
	   height: 11px;
}

A.bval:link, A.bval:visited, A.bval:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #237C29;
	text-decoration: underline;
	height: 13px;
}
td.bposters-detail
{
		   height: 11px;
}
td.bval
{
		   height: 11px;
}