﻿
.postcodeIntro
{
  padding: 10px;
  border-bottom: solid 1px #c4daff;
}

.blockContent { position: relative; }

.message
{
  position: absolute;
  top: 43px; right: 16px;
  width: 60%;
  padding: 20px 10px;
}

.hierarchyList
{
  background-color: #f1f7ff;
  border-right: solid 1px #c4daff; 
  float: left;
  height: 300px;
  overflow: auto;
}

.provinces
{
  width: 150px;
}

.towns
{
  width: 350px;
}

.postcodes
{
  width: 429px;
}

.hierarchyList ul 
{
  margin: 0; padding: 0;
  list-style: none;
}

.hierarchyList ul li 
{
  border-bottom: solid 1px #c4daff;
}

.hierarchyList ul li a
{
  display: block;
  background: url('../../images/arrow_orange.gif') 95% center no-repeat;
  padding: 3px 3px 3px 10px;
  outline:none;
}

.hierarchyList ul li.selected a, .hierarchyList ul li a:hover
{
  background-color: white;
  font-weight: bold;
  color: #e57b00;
  background-position: 97% center;
  padding-left: 13px;
}
