@import url('resultline.css');

body *, html {
	font-family:Tahoma, helvetica, sans-serif;
}
body, html {
	background-color:#ffffff;
	color:#000000;
	font-size:14px;
	margin:0px;
	padding:0px;
	height:100%;
}

a:hover, a:active:hover, a:visited:hover {
	font-size:12px;
	color:#7f9db9;
	font-weight:normal;
	text-decoration:underline;
}

a, a:visited, a:active {
	font-size:12px;
	color:#7f9db9;
	font-weight:normal;
	text-decoration:none;
        outline: none;
}

a[href^=tel], a:visited[href^=tel], a:active[href^=tel] {
  font-size: 14px;
  color: #555;
  text-decoration: none;
  font-weight: inherit;
}

a.red, a.red:visited, a.red:active {
  color: #D00000;
}

a.blink {
  font-weight: bold;
  text-decoration: blink;
}

div#details_page a, div#details_page a:visited, div#details_page a:active {
  color:#2F4D99;
}

a img {
  border-style: none;
}

div.inline {
  display: inline;
}

div.all {
	/*width: 100%;*/
	margin: auto;
	
	min-height:100%;
	position:relative;
}

div.all div.content {
	margin:auto;
	width:660px;
	padding-bottom:33px;
}

div.all div.footer,
div.footer.abs {
	height:33px;
	border-top:#cdcdcd 1px solid;
	bottom:0px;
	position:absolute;
	width:100%;
}

div.clearboth {
	clear:both;
	height:0;
	font-size:0px;
}

div.spacer {
	height:12px;
	font-size:0px;
	width:759px;
}
/*---------------------------------------------------------------------------*/

/*--------------------------   Fonts   --------------------------------------*/
span.red_font {
	font-size:12px;
	color:#d00000;
	font-weight:bold;
}

span.black_small_b {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

span.black_small {
	font-size:12px;
	color:#000000;
	font-weight:normal;
}

span.blue {
	font-size:12px;
	color:#7f9db9;
	font-weight:bold;
}

span.black_small_b2 {
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

a:hover.black_small, a:visited:hover.black_small {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

a.black_small, a:visited.black_small, a:active.black_small {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a:hover.black_small_2, a:visited:hover.black_small_2 {
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

a.black_small_2, a:visited.black_small_2, a:active.black_small_2 {
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

span.grey_small {
	color:#757575;
	font-weight:normal;
	font-size:11px;
}

a:hover.grey_small, a:visited:hover.grey_small {
	font-size:11px;
	color:#757575;
	font-weight:normal;
	text-decoration:underline;
}

a.grey_small, a:visited.grey_small, a:active.grey_small {
	font-size:11px;
	color:#757575;
	font-weight:normal;
	text-decoration:none;
}
/*---------------------------------------------------------------------------*/
/*---------------------------- Header part ----------------------------------*/
div.all div.header {
  width: 100%;
  height:33px;
  border-bottom:#cdcdcd 1px solid;
}

div.all div.header div.left, div.all div.header div.right {
  display:table;
  height: 33px;
}

div.all div.header div.left {
  float:left;
}

div.all div.header div.right {
  float:right;
  padding-right:17px;
}

div.all div.header div.item {
  height: 33px;
  padding-left: 17px;
  display: table-cell;
  vertical-align: middle;
}

div#page_header {
  margin: 0px;
  padding: 5px 0px;
  width: 100%;
}
div#page_header div.top {
  width: 995px;
  margin: auto;
}
div#page_header div.top.details_page {
  width: 792px;
}
div#page_header div.top div.clear {
  clear:both;
}

div#page_header div.top div.logo {
  float:left;
  min-height: 70px;
  min-width: 115px;
  text-align: center;
}
div#page_header div.top div.logo img {
  display: block;
}
div#page_header div.bar {
  background-color: #F4F4F4;
  border-top: 1px solid silver;
  height: 20px;
  width: 100%;
}
div#page_header div.bar div.content-width.details_page {
  margin: auto;
  width: 792px;
}
div#page_header div.bar div.searchactions {
  float: right;
  margin-top: -19px;
  position: relative;
}
div#page_header div.bar div.searchactions div.action {
  background-color: #F4F4F4;
  border: 1px silver;
  border-style: solid solid none;
  display: inline-block;
  font-size: small;
  padding: 2px;
  text-align: center;
  width: 90px;
}

div#page_header div.top div.searchbox_refine {
  -moz-box-shadow: 1px 1px 2px #CECECE;
  -webkit-box-shadow: 1px 1px 2px #CECECE;
  background-color: #F4F4F4;
  border: 1px solid silver;
  box-shadow: 1px 1px 2px #CECECE;
  float: right;
  margin-bottom: 5px;
  min-height: 70px;
  width: 865px;
}
div#page_header div.top div.searchbox_refine div.searchoptions {
  float:left;
  padding: 5px 2px;
}
div#page_header div.top div.searchbox_refine div.searchoptions td.label {
  text-align: right;
  vertical-align: middle;
}
div#page_header div.top div.searchbox_refine div.searchoptions td.label label {
  padding-right: 5px;
  font-size: small;
}
div#page_header div.top div.searchbox_refine div.searchbuttons {
  float:right;
  padding: 5px 10px 5px 5px;
}
div#page_header div.top div.searchbox_refine #servicetrigger {
  border: 1px solid #EAE7E7;
  color:#505050;
  cursor: default;
  font-weight:normal;
  height: 18px;
  font-size:11px;
  text-align:left;
  padding:4px 2px 0px;
}
div#page_header div.top div.searchbox_refine #servicetrigger.actv_selections {
  background-color:#E4A4A4;
}
div#page_header div.top div.searchbox_refine #servicepanel {
  -moz-box-shadow: 20px 15px 50px #8D8D8D;
  -webkit-box-shadow: 20px 15px 50px #8D8D8D;
  box-shadow: 20px 15px 50px #8D8D8D;
  background-color: white;
  border: 1px solid silver;
  display:none;
  margin-top: 4px;
  margin-left: -3px;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
div#page_header div.top div.searchbox_refine #servicepanel td.label {
  text-align: left;
  color:#505050;
}
div#page_header div.top div.searchbox_refine #servicetrigger:hover #servicepanel, div#page_header div.top div.searchbox_refine #servicepanel:hover {
  display: block;
}
/*---------------------------------------------------------------------------*/
/*-----------------------------   Body part  -------------------------------*/
div.all div.logo {
  min-height:241px;
  max-height:275px;
  width:660px;
}

div.searchbox label {
  padding-right: 5px;
}

div.searchbox.simple {
  height:126px;
  width:640px;
  background:transparent url(/static/img/search.jpg) no-repeat scroll left top;
  padding-left:11px;
  padding-right:10px;
}

div.searchbox.simple div.searchtext {
  padding-top:17px;
  height:28px;
  text-align: center;
}
div.searchbox.simple div.part * {
  vertical-align: middle;
}
div.searchbox.simple div.new a {
  padding-left: 4px;
  border-left: 1px solid #757575;
}
div.searchbox.simple div.new div.range a:first-child {
  border-left-style: none;
}
div.searchbox.simple div.switchsearchtype img {
  padding-left: 4px;
}

div.searchbox.simple div.video {
	height:23px;
	width:340px;
	padding-left:300px;
	padding-top:4px;
}

div.searchbox.simple div.new {
	height:22px;
	width:619px;
	padding-left:21px;
}

div.searchbox.simple div.switchsearchtype {
	padding-top:10px;
	padding-left:21px;
	height:40px;
	width:619px;
}

div.searchbox.simple div.switchsearchtype span#toggle_extended {
  cursor: pointer;
}

table.search {
	height:28px;
	width:640px;
}

input.input_search {
	background:transparent url(/static/img/input.jpg) no-repeat scroll left top;
	width:369px;
	border:0px;
	color:#404040;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	height:20px;
	padding:0px 5px;
	padding-top:5px;
}

input.input_search.inactive {
  color: #939494;
}

@media all and (min-width: 0px) {
   input.input_search {
   height:22px;
   padding-top:0px;
   padding-bottom:4px;
   }
}

.input_button_default {
	background:transparent url(/static/img/button.jpg) no-repeat scroll left top;
	width:117px;
	border:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:24px;
}

.input_button {
	background:transparent url(/static/img/button_2.jpg) no-repeat scroll left top;
	width:117px;
	border:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:24px;
}

td.td_1 {
	width:109px;
	text-align:right;
	padding-right:7px;
}

td.td_2 {
	width:377px;
}

td.td_3 {
	width:141px;
	text-align:left;
	padding-left:7px;
}

table.links td {
	padding-right:15px;
}

div.infotext {
	width:660px;
	padding-top:32px;
	text-align:center;
}
div.infotext div.twitter {
  margin-top:20px;
}

div.special {
	width:660px;
	margin-top:10px;
	text-align:center;
	margin-bottom:0;
}

div.all div.searchbox.bottom {
	width:660px;
	height:20px;
	background:transparent url(../img/search.jpg) no-repeat scroll left bottom;
}

table.photos {
	width:660px;
	height:110px;
	padding:0px 8px;
	background:transparent url(../img/table.jpg) no-repeat scroll left top;
}

table.photos td {
	width:107px;
	height:110px;
	padding:0px 3px;
}

#panel {
	width:640px;
	padding-left:11px;
	padding-right:10px;
	background:transparent url(/static/img/line.jpg) repeat-y scroll left top;
	display:block;
	/*padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	font-size:1px;*/
	font-size:0px;
}

div.searchbox.complex {
  width:591px;
  height:auto;
  margin:0px 11px 0px 11px;
  padding:0px 12px;
  border:#d5d5d5 1px solid;
  background-color:#ffffff;
}

div.searchbox td.nowrap {
  white-space: nowrap;
}

div.searchbox.complex div.part {
  background:transparent url(/static/img/dots.jpg) repeat-x scroll left bottom;
  color:#000000;
  font-size:12px;
  font-weight:normal;
  padding:8px 0px;
  width:591px;
}

div.searchbox.complex div.part.last {
  background-image: none;
}

div.searchbox.complex div.part td {
  height: 24px;
}

div.searchbox.complex div.part td * {
  vertical-align: middle;
}

div.searchbox.complex div.part input[type=text], div.searchbox_refine div.searchoptions input[type=text] {
  border: 1px solid #EAE7E7;
  color:#505050;
  font-weight:normal;
  height: 18px;
  font-size:11px;
  text-align:left;
  padding:2px 2px 0px;
}

div.searchbox.complex div.textsearch {
  height:60px;
}

div.searchbox.complex div.textsearch input {
  width:445px;
}

div.searchbox.complex div.location {
  height:65px;
  padding: 7px 0px;
}

div.searchbox.complex div.location #edtZIP {
  margin-right: 5px;
}

div.searchbox.complex div.details {
  padding:5px 0px;
}

div.searchbox.complex div.details select {
  width: 120px;
}

div.searchbox.complex div.services {
  height:auto;
  padding:5px 0px;
}

div.searchbox.complex div.service td.cbox {
  text-align: left;
  width: 10px;
}

div.searchbox.complex div.service td.label {
  text-align: left;
  width: 170px;
}

div.searchbox.complex div.services div.title {
  margin: 8px 0px;
}

div.searchbox.complex div.services table td {
	height:17px\9
}

@media all and (min-width: 0px) {
   div.searchbox.complex div.services table td {
   height:17px;
   }
}

div.searchbox.complex div.videos {
  height:26px;
  padding:10px 0px;
}

div.searchbox.complex div.videos div.left {
  float:left;
}

div.searchbox.complex div.videos div.left * {
  vertical-align: middle;
}

div.searchbox.complex div.videos div.right {
  float:right;
}

select.sel {
  border:1px #eae7e7 solid;
}
select.sel.highlight {
  background-color:#E4A4A4;
}
select#cbCategory.sel {
  width: 100px;
}

@media all and (min-width: 0px) {
   input.input_2 {
   height:20px;
   padding-top:0px;
   padding-bottom:2px;
   }
}
/*---------------------------------------------------------------------------*/
/*--------------------------  Bottom part -----------------------------------*/
div.footer div.left {
	margin-left:76px;
	height:26px;
	display:inline;
	float:left;
	padding-top:7px;
	color:#000000;
	font-weight:normal;
	font-size:10px;
}

div.footer div.right {
	margin-right:76px;
	height:26px;
	display:inline;
	float:right;
	padding-top:7px;
	color:#000000;
	font-weight:normal;
	font-size:10px;
}
div#page_footer {
  border-top:1px solid #CDCDCD;
  color:#000000;
  font-size:10px;
  font-weight:normal;
  height:33px;
  margin-top: 10px;
  width: 100%;
}
div#page_footer div.left {
  float: left;
  margin-left: 76px;
  padding-top:7px;
}
div#page_footer div.right {
  float: right;
  margin-right: 76px;
  padding-top:7px;
}
/*---------------------------------------------------------------------------*/
/*--------------------------------  Result page  ----------------------------*/
div#result_page {
  height: 2005px;
  margin: auto;
  width: 995px;
}
div#result_page div.left {
  float:left;
  height: 100%;
  margin-right: 5px;
  width: 736px;
}
div#result_page div.right {
  float:right;
  height: 100%:
  margin-left:5px;
  width: 250px;
}
div#adverts, div#waels {
  background-color: #F4F4F4;
  border: 1px solid silver;
  box-shadow: 1px 2px 5px #C0C0C0;
  -webkit-box-shadow: 1px 2px 5px #C0C0C0;
  -moz-box-shadow: 1px 2px 5px #C0C0C0;
  height: 1950px;
  width: 248px;
}
div#advert_content,
div#wael_content {
  width: 234px;
  margin: auto;
}
div#advert_content iframe, div#advert_content div.advert,
div#wael_content iframe, div#wael_content div.waelem {
  margin-top: 10px;
}
div#wael_content div.waelem div.split div.waleft {
	float: left;
}
div#wael_content div.waelem div.split div.waright {
	float: right;
}
div#wael_content div.waelem div.split div.clear {
  clear: both;
}
div#result_page div#waels div.waelem div.split a {
  margin: 0;
}
div#pagination {
  padding:10px;
  text-align:center;
}

div#pagination div.pageArea {
  display:inline-block;
  text-align:center;
  width:60%;
}

div#pagination div.pageArea.previous,
div#pagination div.pageArea.next {
  width: 19%;
}
div#pagination div.pageArea.previous a,
div#pagination div.pageArea.next a {
  text-align: center;
}
div#pagination div.pageArea.previous {
  text-align:right;
}
div#pagination div.pageArea.next {
  text-align:left;
}

div#pagination .page {
  border:1px solid #708EAA;
  display:inline-block;
  margin-left:3px;
  width:22px;
}
div#pagination a.page:hover {
  text-decoration: none;
}
div#pagination div.page {
  border-color: #646464;
  color: #646464;
  cursor: default;
}

div#pagination a.pagenav img {
  border-style: none;
  vertical-align: text-bottom;
}

div#results {
  background-color: #F4F4F4;
  border: 1px solid silver;
  border-bottom-style: none;
  box-shadow: 1px 2px 5px #C0C0C0;
  -webkit-box-shadow: 1px 2px 5px #C0C0C0;
  -moz-box-shadow: 1px 2px 5px #C0C0C0;
  width: 734px;
  height: 1910px;
}
div#result_page div.header {
  -moz-box-shadow: 1px 1px 2px #CECECE;
  -webkit-box-shadow: 1px 1px 2px #CECECE;
  background-color: #F4F4F4;
  border: 1px solid silver;
  box-shadow: 1px 1px 2px #CECECE;
  height: 36px;
  padding: 5px;
  margin-bottom: 3px;
}
div#result_page div.header div.title {
  font-size:large;
}
div#result_page div.header div.title span.radius {
  color:#D90000;
  font-size:small;
  font-weight:bold;
  padding-left:10px;
  vertical-align:middle;
}
div#result_page div.header div.info {
  color:#E31B1D;
  font-size:smaller;
  font-weight:bold;
  margin-top:2px;
}
div#result_page div.header div.info span.action * {
  font-size:inherit;
  font-weight:inherit;
}
div#result_page div.left div.footer {
  background-color: #F4F4F4;
  border: 1px solid silver;
  box-shadow: 1px 2px 5px #C0C0C0;
  -webkit-box-shadow: 1px 2px 5px #C0C0C0;
  -moz-box-shadow: 1px 2px 5px #C0C0C0;
  height: 40px;
  width: 734px;
}
div#results_main {
  margin:auto;
  margin-top: 10px;
  width:700px;
  background-color: white;
  height: 100%;
}
div#results_main div#tips {
  outline:1px solid red;
}
div#results_main div.message {
  color:#4A4A4A;
  font-weight:bold;
  padding:20px;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------  Details page  ----------------------------*/
div#details_page {
  margin: auto;
  width: 790px;
}

div#details_page div.details_header {
  background-color: #F4F4F4;
  border: 1px solid silver;
  height: 38px;
  margin-bottom: 5px;
  width: 100%;
}

div#details_page div.details_header div.name {
  float: left;
}
div#details_page div.details_header div.name h1 {
  color: #E31B1D;
  font-size: 15pt;
  margin: 7px 10px;
}

div#details_page div.details_header div.location {
  float: right;
}

div#details_page div.details_header div.location h2 {
  color: #E31B1D;
  font-size: 11pt;
  margin: 10px;
}

div#details_page div.details {
  background-color: #F4F4F4;
  border: 1px solid silver;
  border-bottom-style: none;
  width: 100%;
}

div#details_page div.details_footer {
  background-color: #F4F4F4;
  border: 1px solid silver;
  border-top-style: none;
  height: 20px;
  width: 100%;
}

div#details_page div.details div.media {
  border: 1px solid silver;
  float: left;
  margin: 25px 0 20px 15px;
  padding-top: 18px;
  width: 365px;
}

div#details_page div.details div.media div.image_preview {
  cursor: pointer;
  height: 480px;
  margin: auto;
  overflow: hidden;
  width: 320px;
}
div#details_page div.details div.media div.image_preview img {
  max-height: 480px;
  width: 100%;
}
div#details_page div.details div.media div.image_preview img.prot {
  height: 100%;
  position:relative;
  top:-480px;
}

div#details_page div.details div.media div.image_gal {
  margin: auto;
  width: 354px;
}

div#details_page div.details div.media div.image_gal div.carousel {
  height: 150px;
  margin: 5px auto;
  width: 320px !important;
  float: left;
}

div#details_page div.details div.media div.image_gal div.carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}

div#details_page div.details div.media div.image_gal div.carousel ul li {
  display: inline-block;
  height: 150px;
  padding-right: 4px;
  width: 100px;
}

div#details_page div.details div.media div.image_gal div.carousel ul li a.gallery {
  display: block;
  height: 100%;
}

div#details_page div.details div.media div.image_gal div.carousel ul li img {
  vertical-align: middle;
}

div#details_page div.details div.media div.image_gal div.car_nav {
  float: left;
  height: 150px;
  width: 15px;
}
div#details_page div.details div.media div.image_gal div.car_nav div.icon {
  cursor: pointer;
  height: 60px;
  margin-top: 48px;
}

div#details_page div.details div.media div.image_gal div.car_nav.prev {
  margin-right: 2px;
}
div#details_page div.details div.media div.image_gal div.car_nav.prev div.icon {
  background: transparent url(/static/img/gal_prev.png) no-repeat scroll 0 0;
  margin: 48px 0px;
}

div#details_page div.details div.media div.image_gal div.car_nav.next {
  margin-left: 2px;
}
div#details_page div.details div.media div.image_gal div.car_nav.next div.icon {
  background: transparent url(/static/img/gal_next.png) no-repeat scroll 0 0;
}

div#details_page div.details div.media div.imgPrintArea  {
  margin:0 auto;
  overflow-x:hidden;
  width:95%;
}
div#details_page div.details div.media div.imgPrintArea img {
  display:block;
  float:left;
  margin-bottom:5px;
  margin-left:5px;
  width:110px;
}

div#details_page div.details div.media div.description {
  margin: auto;
  margin-bottom: 5px;
  text-align: center;
}

div#details_page div.details div.media div.video a#player {
  margin: auto;
  width: 320px;
}

div#details_page div.details div.media div.video a#player {
  display: block;
  height: 240px;
  width: 320px;
}

div#details_page div.details div.media div.video a#player object#player_api {
  outline: none;
}

div#details_page div.details div.data {
  border-bottom: 1px solid silver;
  float:left;
  font-size: small;
  margin: 25px 0 20px -1px;
  width: 392px;
}

div#details_page div.details div.data div.section {
  border-left: 1px solid silver;
}

div#details_page div.details div.data div.section div.header {
  border: 1px silver;
  border-style: solid solid solid none;
  padding: 5px 10px;
  width: 370px;
}
div#details_page div.details div.data div.section div.header h2 {
  color: #E31B1D;
  display: inline;
  font-size: small;
}
div#details_page span.linkEdit h1, div#details_page span.linkEdit h2 {
  cursor:pointer;
}
div#details_page div.details div.data div.section div.content {
  padding: 5px 10px;
}

div#details_page div.details div.data div.section div.content div.note {
  padding: 5px 10px;
  font-size: smaller;
  color: #6A6A6A;
}

div#details_page div.details div.data div.section div.content div.leave {
  color:#D90000;
  font-weight:bold;
  margin:10px 0;
}

div#details_page div.details div.data div.section div.content table.detail_data {
  border-style: none;
  border-collapse: collapse;
}

div#details_page div.details div.data div.section div.content table.detail_data td.label {
  text-align: right;
  width: 15ex;
}

div#details_page div.details div.data div.section div.content table.detail_data td.value {
  padding-left: 4ex;
  text-align: left;
}

div#details_page div.details div.data div.section div.content ul.services {
  list-style-type: none;
  float: left;
  margin: 0px;
  padding: 0px;
}

div#details_page div.details div.data div.section div.content ul.services li {
  background: transparent url("/static/img/list.png") no-repeat 0 6px;
  max-width: 170px;
  padding-left: 12px;
}

div#details_page div.details div.data div.section div.content ul.services.left {
  margin-right: 15px;
}

div#details_page div.details div.data div.section div.content ul.models {
  list-style-type:none;
}
div#details_page div.details div.data ul.models div.section div.content li {
  width:100%;
}
div#details_page div.details div.data ul.models div.section div.content li:hover a {
  color:#C9AAAA !important;
}

div#details_page div.details_footer div.action {
  background-color: white;
  border: 1px silver;
  border-style: solid solid none;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  margin-bottom: -1px;
  width: 140px;
}

div#details_page div.details_actions {
  color: #858585;
  font-size: small;
  margin-top: -20px;
  position: relative;
}

div#details_page div.details_actions div.action_canvas {
  display: inline-block;
  margin-left: 7px;
  width: 140px;
}

div#details_page div.details_actions span.action {
  display: inline-block;
  height: 28px;
  padding-top: 5px;
}

div#details_page div.details_actions a:hover span.action {
  text-decoration: underline;
}

div#details_page div.details_actions a:hover {
  /*color: #121212;*/
}

div#details_page div.details_actions span.forward {
  background: white url('/static/img/mail.png') no-repeat scroll 5px 3px;
  padding-left: 50px;
}

div#details_page div.details_actions span.print {
  background: white url('/static/img/print.png') no-repeat scroll 5px 3px;
  padding-left: 40px;
}

div#details_page div.details_actions span.error {
  background: white url('/static/img/error.png') no-repeat scroll 5px 3px;
  padding-left: 44px;
}

/*##########################################
 * #########################
*/
div#theme_switch {
  position: fixed;
  top:200px;
  width: 100px;
}
div#theme_switch div.theme{
  background-color:#FAFAFA;
  border: 1px solid silver;
  cursor: default;
  margin: 5px;
  text-align: center;
  width: 60px;
}

div#result_page div#adverts div.advert a,
div#result_page div#waels div.waelem a {
  display:block;
  margin:15px 0;
}
div#result_page div#adverts div.advert a:hover,
div#result_page div#waels div.waelem a:hover {
  text-decoration:none;
}
div#result_page div#adverts div.advert span,
div#result_page div#waels div.waelem span {
  display:block;
}
div#result_page div#adverts div.advert span.advertHeadline,
div#result_page div#waels div.waelem span.waelemHeadline {
  color:#0000AA;
  font-weight:bold;
}
div#result_page div#adverts div.advert span.advertMidline,
div#result_page div#waels div.waelem span.waelemMidline {
  color:#444444;
}
div#result_page div#adverts div.advert a:hover span.advertLinkline,
div#result_page div#waels div.waelem a:hover span.waelemLinkline {
  text-decoration: underline;
}
div#selectzip_page {
  width:500px;
  margin:10px auto;
}
div#selectzip_page form fieldset {
  border:1px solid silver;
  margin:0px 10px;
}
div#selectzip_page form fieldset input  {
  vertical-align:text-top;
}

body.dialog {
  color: #333;
  font-size: small;
  overflow: hidden;
}

body.dialog h2 {
  background-color:#909090;
  color:white;
  margin:0 0 3px;
  padding:5px;
}

#fancybox-inner.dialog {
  border: 1px solid #909090;
}
#fancybox-left, #fancybox-right {
  width: 50% !important;
}

body.dialog div.formData {
  padding:5px;
}

body.dialog div.spacer {
  width:auto;
}

body.dialog div.spaceAfter {
  margin-bottom:5px;
}

body.dialog div.alnRight {
  text-align:right;
}

div.common_text {
  background-color:#F5F5F5;
  border:1px solid #D8D8D8;
  color:#2D2D2D;
  margin:auto auto 20px;
  padding:10px;
  width:975px;
}

div.common_text.full {
  width: 100%;
}

div.common_text h2 {
  color:#3A3A3A;
}

div.common_text table td {
  padding: 0 5px;
  vertical-align: top;
}

div.common_text table tr td:first-child {
  padding-left: 0;
}

div.section_text div.section  {
  margin:20px 0;
}

div.section_text div.section.border {
  border: 1px solid #8A8A8A;
  border-radius: 5px;
  padding: 5px 0;
}

div.section_text div.section div.header {
  font-weight:bold;
  margin:5px;
}

div.section_text div.section div.content {
  margin-left:10px;
}

div.section_text div.section div.subsection div.header {
  font-weight:normal;
  text-decoration:underline;
}

div.errorpage {
  text-align: center;
}

div.errorpage h2 {
  color:#D00000;
}

div.errorpage div.messagebox {
  background-color:#F0E0E0;
  border:1px solid #D8D8D8;
  margin:auto;
  padding:10px;
  text-align:left;
  width:600px;
}

div.errorpage div.messagebox div {
  margin: 10px 0;
}

div.help {
  padding: 5px;
}

div.help.info div.header {
  margin: 5px 0;
  font-weight: bold;
}

div.help.info div.content span.emphasize {
  font-weight: bold;
  font-style: italic;
}

div.common_text table td.space {
  padding-bottom: 20px;
}
