.navigation
{
  clear: both;
}

.navigation_link
{
  font-size: 18pt;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid;
  float: left;
}                

.navigation_current
{
  font-size: 18pt;
  margin_left: 10px;
  float: left;
}


.main
{
  min-width: 960px;
  min-height: 480px;
}

.content
{
  padding-top: 6px;
  padding-bottom: 12px;
  margin-left: 48px;
  margin-right: 48px;
}

.title
{
  min-width: 960px;
  height: 100px;
  margin-top: 40px;
  margin-left: 48px;
  margin-right: 48px;
  background-color: #2089FF;
}

.title_logo
{
}

.menu_bar
{
  min-width: 960px;
  height: 29px;
  margin-left: 48px;
  margin-right: 48px;
  background-color: #0E54C7;
}

.menu_item
{
  height: 29px;
  float: left;
  font-family: Arial;
  font-size: 1.1em;
  color: #FFFFFF;
  width: 186px;
  text-align: center;
  vertical-align: middle;
}

.menu_item_selected
{
  background-color: #093A8B;
}

.menu_item_current
{
  background-color: #2089FF;
}

.clear
{
  clear: both;
}

.info_bar
{
  min-width: 960px;

  height: 20px;

  margin-top: 24px;
  margin-left: 48px;
  margin-right: 48px;
  margin-bottom: 40px;

  background-color: #2089FF;
}

.price_with_taxes
{
  white-space: nowrap;
  font-family: Times, default;
  font-size: 1.2em;
  color: #106010;
}

.price_no_taxes
{
  white-space: nowrap;
  font-family: Times, default;
  font-size: 1.2em;
  color: #906010;
}

.price
{
}

.taxes_not_included
{
}

.sale_completed
{
  color: grey;
}

a:link { color: #0000AA }
a:visited { color: #550099; }

.menu_item a:link { color: #FFFFFF; }
.menu_item a:visited { color: #FFFFFF; }

.sale_completed a:link { color: #5577FF; }
.sale_completed a:visited { color: #AA77FF; }

@font-face { font-family: "Rubl Sign"; src: url(/images/ruble.eot); }
span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}    
span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
span.rur span:before { content: '\2013'; }
