table.form td {
  padding: 3px 2px;
}

table.form th {
  font-weight: bold;

  border-bottom: 1px dotted #FFFFFF;
}

table.form th.date {
  width: 160px;

  padding-left: 0px;
}

table.form th.name {
  width: 160px;
}

table.form th.desc {
  width: 200px;
}

table.form th.city {

}

table.form td a {
  text-decoration: underline;
}

table.form td a:hover {
  text-decoration: none;
}

div.container div.page div.left {
  width: 695px !important;
  /*border-right: 1px dotted #FFFFFF;*/
}

div.container div.page div.left div.content div.title {
  width: 695px !important;
  padding-bottom: 5px;

  margin-top: 15px;

  /*border-bottom: 1px dotted #FFFFFF;*/
}

div.container div.page div.left div.content div.text {
  float: left;

  width: 695px !important;
}

div.container div.page div.right {
  float: left;
  width: 232px;

  height: 100%;
}

div.container div.page div.right div.title {
  width: 211px;

  padding-bottom: 5px;

  margin-top: 15px;

  /*border-bottom: 1px dotted #FFFFFF;*/

  padding-left: 20px;
}

input, select {
  font-size: 10px;
  /*width: 120px;*/
}

table.search {
  margin-top: 17px;
  width: 100%;
}

table.search td input,
table.search td select {
	/*text-align: center;*/
}

table.search td {
  vertical-align: middle !important;
  padding: 2px;

  text-align: left;
}

table.search td.left {
  width: 50px;
  padding: 2px 10px 2px 20px;

  text-align: left;
}


table.search td.straal select {
  width: 86px;
}

table.search td.submit {
  padding: 10px 0px 0px 0px;
}

table.search td.submit input {
  width: 90px;
}

#postalCode {
	width: 70px !important;
}

#radius {
	width: 70px !important;
}

#city {
	width: 120px !important;
}

#country {
	width: 100px !important;
}

#storeType {
	width: 150px !important;
}

#searchButton {
	width: 100px !important;
}

div.store_result {
  display: none;

  width: 100%;
  padding-top: 5px;

  margin-top: 10px;
}

div.store_result div.title {
  margin: 0 0 14px 0 !important;
}

div.store_result div.rule {
  display: none;

  border-bottom: 1px dotted #CCCCCC;

  margin: 0 0 0 20px;

  height: 20px;
  line-height: 20px;

  cursor: pointer;
}

div.store_result div.rule_over {
  background-color: #3C3C3C;
}

div.store_result div.rule div.name {
  float: left;

  width: 148px;

  padding: 0 0 0 2px;
}

div.store_result div.rule div.distance {
  float: left;
  width: 50px;

  text-align: right;
  padding-right: 2px;
}