* html .png {filter: expression(fixPNG(this));}
#lastnews {
	padding: 30px;
}
#lastnews #item {
	padding-left: 10px;
	padding-right: 10px;
}
#lastnews #item .date {
	font-family: Tahoma;
	font-size: 14px;
	color: #415856;
	padding-top: 5px;
	padding-bottom: 5px;
}
#lastnews #item .title {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#item a {
	color: #666666;
	text-decoration: underline;
}
#item a:hover {
	color: #cc9933;
	text-decoration: none;
}
#lastnews #item .anons {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#lastnews #item img {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 2px 0;
}
#submenu {
	padding-top: 5px;
	padding-bottom: 25px;
}
#submenu li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 15px;
	list-style: none;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	background: url(/images/submenu_bullet.png) left no-repeat; /* пишем бэкграунд для нормальных браузеров */
    -background: none;  /* убираем бэкграунд для ie6 */
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/submenu_bullet.png', sizingMethod='scale');  /* подгружаем полупрозрачный png для ie6 */
}
#submenu .active a {
	color: #cc9933;
}
#submenu li a {
	color: #333333;
	text-decoration: none;
}
#submenu li a:hover {
	color: #cc9933;
	text-decoration: none;	
}
#submenu2 {
	margin-left: 50px;
}
#submenu2 li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 15px;
	list-style: disc;
	list-style-type: disc;
	background: none;
	font-weight: normal;
}
#submenu2 .active {
	color: #cc9933;
}
#submenu2 li a {
	color: #333333;
	text-decoration: none;
}
#submenu2 li a:hover {
	color: #cc9933;
	text-decoration: none;
}
#bronirovanie_list #item {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #cc9933;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #666666;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #666666;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #ffffff;
	border: 1px solid #666666;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #e6c572;
	border: 1px solid #888888;
	cursor: pointer;
	color: #333333;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: #333333;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: 333333;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #333333;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	background: #e6c572;
	padding: 2px;
	width: 15pt;
	border: 1px solid #666666;
	color: #333333;
	font-weight: bold;
	margin-bottom: 1px;
	cursor: pointer;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #e6c572;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 1px 3px 1px 3px;
	margin-right: 3px;
	cursor: pointer;
	}
