/*
$Id: main.popup.css,v 1.3 2008/09/17 13:01:49 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
  popup window
*/
body {
	margin: 0px;
	padding: 10px;
	background-color: #000;
	font-family: Tahoma, arial, helvetica, sans-serif;
	color: #c1bec3;
	font-size: 14px;
}
.blue_block {
	width: 147px;
	height: 195px;
	padding: 3px 4px;
	margin-right: 15px;
	float: left;
	background-color: #bed7ea;
}
.blue_block h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.blue_block table {
	width: 100%;
}
.blue_block table tr td {
	vertical-align: top;
	padding-bottom: 6px;
	text-align: left;
}
.blue_block table tr td img {
	margin-right: 5px;
	margin-left: 0px;
}
table div.info {
	border: solid 1px #0e1a23;
	border-bottom: 0px;
}
table div.info p{
	margin: 0px;
	color: #0e1a23;
	font-size: 11px;
	padding: 0px 0px 0px 4px;
	border-bottom: solid 1px #0e1a23;
}
table.cut div.info p{
	font-size: 13px;
	line-height:26px;
	font-weight: bold;
}
