
/*Стили красивых селектов*/
.comboboxContainer
{
/*	border-left: solid 2px #777;
	border-top: solid 2px #777;
	border-bottom: solid 1px #ccc;*/
}

.comboboxValueContainer
{
	background: url(../d/selectBack.gif) repeat-x left top;
}

.comboboxValueContent
{
	padding-left: 3px;
	color: #000;
	font: 13px "Trebuchet MS", "Arial";
}

.comboboxDropDownContainer
{
	max-height: 90px;
}
.comboboxDropDownContainer
{
	background-color: #fff;
	overflow: hidden;
	padding-left: 0px;
	cursor: default;
	outline: none;
}

.comboboxDropDownButton
{
	width: 18px;
	height: 22px;
	background-image: url(../d/selectButton.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #770033;
	color: #fff;
	padding-left: 5px;
	font-style: italic;
	font-weight: bolder;
	font-family: Georgia;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin: 0;
}

.comboboxItem
{
	font: 13px "Trebuchet MS", "Arial";
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding-left: 3px;
	height: 22px;
}

.comboboxItemHover
{
	background-color: #999;
	color: #fff;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}

table td{padding:0;margin:0;vertical-align:top}
