/* Колличество доставок в Grid-view */
.grid-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .sorter
{
	font-size: 0.9em;
}

.grid-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.grid-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.grid-view .sorter a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view .sorter a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

/* Кнопки в пейджере */

ul.yiiPager .first,
ul.yiiPager .last
{
	display:inline;
}

/*Скролл при автопоиске */

.ui-autocomplete {
    max-height: 300px;
    max-width: 750px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */

#mainmenu ul li a /*Переопределил main.css*/
{
	font-weight:normal;
}

#footer /*Переопределил main.css*/
{
	padding: 10px 10px 30px;
	margin: 10px 20px;
	font-size: 1em;
	text-align: left;
	border-top: 1px solid #C9E0ED;
}

div.select-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}