@import url('common.css');

.content333 { vertical-align: top; text-align: center }
.content333 table { width: 100%; }
.content333 table th { padding-top: 0; background: none; }

table.price {
	margin: 0;
	background-color: #4D9700;
}

	table.price th {
		color: white;
		text-align: center;
		font: bold 14px "Tahoma";
	}
	
	table.price td {
		padding: 10px;
	}
	
	table.price thead td {
		text-align: center;
		font-weight: bold;
	}
	
	table.price tbody th {
		background-color: #49D327;
	}
	
	table.price tbody td {
		background-color: #DEEFCF;
	}

	table.price td {
		border: none;
		vertical-align: middle;
		text-align: center;
	}
	
		table.price td:first-child {
			text-align: left;
		}
		
.attention {
	padding: 10px;
	background-color: #FDFCDE;
	border:  1px solid #FBD191;
}

ul#short_news {
	position: relative;
	margin: 12px;
	margin-left: 20px;
	padding: 3px 15px;
	list-style: none;
	font: normal 9px/11px "Arial", Helvetica, Geneva, sans-serif;
	background-color: white;
	border-radius: 30px;
	border: 5px solid #AAA;
}

ul#short_news > h5 {
	display: none;
	margin: 0; padding: 0;
	text-align: left;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

ul#short_news > li {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	border: none;
}

ul#short_news > li > p {
	display: none;
}

ul#short_news > li > a, ul#short_news > li > a {
	font: normal 11px "Arial", Helvetica, Geneva, sans-serif;
	border: none;
}

ul#short_news > li > a {
	border-bottom: 1px dotted #333;
}

	ul#short_news > li > a:hover {
		color: red;
		border-color: red;
	}

ul#short_news > img {
	position: absolute;
	top: -10px; right: -10px;
}
