﻿

/* Главное меню ---------------------- */
.menu
{
    z-index: -1000;
    display: inline;
    font-weight: normal;
    font-size: 1em;
    visibility: visible;
    font-style: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-variant: normal;
}
/* Пункт меню */
.menuItem td
{
    height: 12px;
    text-align: center;
    background-image: none;
    background-color: #dfecd9;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    border-left: #666666 1px solid;
}
/* Выбранная вкладка по типу XP */
.menuItemSelected td
{
    background-color: #ffffff;
    border-top: #ff0000 3px solid;
    color: #990000;
}


/* Настройка ссылок меню */
.menuItemSelected td a:link, .menuItemSelected a:visited
{
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}
.menuItem a:link, .menuItem a:visited
{
    text-decoration: none;
    color: #000000;
}

/* Наведение на меню */
.menuItem td a:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    background-color: #fffacd;
}
.menuItemHover td
{
    border-top: #006600 3px solid;
    color: #000000;
    background-color: #fffacd;
}
/* ------------ Выпадающее меню ------------- */

 .menuPopup
{
    font: 1em Verdana,Arial,Helvetica,sans-serif;
    border: 1px solid #666666;
    border-bottom: none;
}

/* Пункт выпадающего меню  */
.menuPopupItem td
{
    padding: 3px;
    border-bottom: 1px solid #666666;
    background-color: #ffffcc;
    text-align: left;
}

/* Наведение на меню */
.menuPopupItemHover td
{
    background-color: #ffffff;
    color: #000000;
}
/* Наведение на меню */
 .menuPopupItem td a:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}
.menuPopupItem td a:link, .menuPopupItem td a:visited
{
    text-decoration: none;
    color: #000000;
}
.menuPopupItemSelected td
{
    background-color: #fffacd;
    border-top: #006600 3px solid;
    color: #990000;
}

.text8     { font-family: Arial; font-size: 8pt }
.text10     { font-family: Arial; font-size: 10pt }
.text12     { font-family: Arial; font-size: 12pt }

.text12b
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}
/* Информация о ценах */
.oldprice
{
    font-weight: bold;
    color: #696969;
    text-decoration: line-through;
}
.saleprice
{
    font-weight: bold;
    color: #cc0000;
}

/* Навигация GridView */
		div.pagination {
			padding: 3px;
			margin: 3px;
		}
		div.pagination a {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #AAAADD;
			text-decoration: none; /* no underline */
			color: #000099;
		}
		div.pagination a:hover, div.pagination a:active {
			border: 1px solid #000099;
			color: #000;
		}
		div.pagination span.current {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #000099;
			font-weight: bold;
			background-color: #000099;
			color: #FFF;
		}
		div.pagination span.disabled {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #EEE;
			color: #DDD;
		}

