
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #292929;
  background-image:  url('images/stripe_bg.png');
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.realestate-postheader, .realestate-postheader a, .realestate-postheader a:link, .realestate-postheader a:visited, .realestate-postheader a:hover,
.realestate-blockheader .t, .realestate-vmenublockheader .t, .realestate-logo-text, .realestate-logo-text a,
h1.realestate-logo-name, h1.realestate-logo-name a, h1.realestate-logo-name a:link, h1.realestate-logo-name a:visited, h1.realestate-logo-name a:hover
{
  font-style: normal;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

a
{
  text-decoration: underline;
  color: #AA0911;
}

a:link
{
  text-decoration: underline;
  color: #AA0911;
}

a:visited, a.visited
{

  color: #9E9E9E;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #6F060B;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{

  color: #B80A12;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 22px;
  color: #AA0911;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 18px;
  color: #BABABA;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 16px;
  color: #292929;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 14px;
  color: #292929;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  color: #292929;
  margin:15px 0px 10px 0px;
}

#realestate-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


#realestate-page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 277px;

}


#realestate-page-background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 277px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.realestate-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 3px;
  min-height: 3px;
}

.realestate-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 1px;
}

.realestate-sheet-tr, .realestate-sheet-tl, .realestate-sheet-br, .realestate-sheet-bl, .realestate-sheet-tc, .realestate-sheet-bc,.realestate-sheet-cr, .realestate-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.realestate-sheet-tr, .realestate-sheet-tl, .realestate-sheet-br, .realestate-sheet-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/sheet_s.png');
}

.realestate-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.realestate-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.realestate-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.realestate-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.realestate-sheet-tc, .realestate-sheet-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/sheet_h.png');
}

.realestate-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.realestate-sheet-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.realestate-sheet-cr, .realestate-sheet-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/sheet_v.png');
}

.realestate-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.realestate-sheet-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.realestate-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url('images/sheet_c.png');
}

.realestate-sheet
{
  margin-top: -1px !important;
  cursor:auto;
}

#realestate-page-background-simple-gradient, #realestate-page-background-gradient, #realestate-page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.realestate-menu a, .realestate-menu a:link, .realestate-menu a:visited, .realestate-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.realestate-menu, .realestate-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.realestate-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.realestate-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.realestate-menu li li
{
  float: none;
}

.realestate-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.realestate-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.realestate-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.realestate-menu:after, .realestate-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.realestate-menu, .realestate-menu ul
{
  min-height: 0;
}

.realestate-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.realestate-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.realestate-menu
{
  padding: 0 0 0 0;
}

.realestate-nav
{
  position: relative;
  height: 27px;
  z-index: 100;
}

.realestate-nav .l, .realestate-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 27px;
  background-image: url('images/nav.png');
}

.realestate-nav .l
{
  left: 0;
  right: 0;
}

.realestate-nav .r
{
  right: 0;
  width: 998px;
  clip: rect(auto, auto, auto, 998px);
}


/* end Menu */

/* begin MenuItem */
.realestate-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 27px;
  cursor: pointer;
  text-decoration: none;
}

.realestate-menu li
{
  margin-right: 0;
  margin-left: 0;
}

.realestate-menu ul li
{
    margin:0;
    clear: both;
}


.realestate-menu a .r, .realestate-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 81px;
  background-image: url('images/menuitem.png');
}

.realestate-menu a .l
{
  left: 0;
  right: 0;
}

.realestate-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.realestate-menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #E5E5E5;
  padding: 0 22px;
  margin: 0 0;
  line-height: 27px;
  text-align: center;
}

.realestate-menu a:hover .l, .realestate-menu a:hover .r
{
  top: -27px;
}

.realestate-menu li:hover>a .l, .realestate-menu li:hover>a .r
{
  top: -27px;
}

.realestate-menu li:hover a .l, .realestate-menu li:hover a .r
{
  top: -27px;
}
.realestate-menu a:hover .t
{
  color: #F0F0F0;
}

.realestate-menu li:hover a .t
{
  color: #F0F0F0;
}

.realestate-menu li:hover>a .t
{
  color: #F0F0F0;
}


.realestate-menu a.active .l, .realestate-menu a.active .r
{
  top: -54px;
}

.realestate-menu a.active .t
{
  color: #E5E5E5;
}
/* end MenuItem */

/* begin MenuSeparator */
.realestate-nav .realestate-menu-separator
{
  display: block;
  width: 1px;
  height: 27px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.realestate-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  line-height: 20px;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #595959;
}

.realestate-nav ul.realestate-menu ul span, .realestate-nav ul.realestate-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.realestate-menu ul a, .realestate-menu ul a:link, .realestate-menu ul a:visited, .realestate-menu ul a:hover, .realestate-menu ul a:active, .realestate-nav ul.realestate-menu ul span, .realestate-nav ul.realestate-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #EBEBEB;
  margin-right: 10px;
  margin-left: 10px;
  margin:0;
  padding:0;
}

.realestate-menu ul li a:hover
{
  color: #F2F2F2;
  border-color: #595959;
  background-position: 0 -20px;
}

.realestate-menu ul li:hover>a
{
  color: #F2F2F2;
  border-color: #595959;
  background-position: 0 -20px;
}

.realestate-nav .realestate-menu ul li a:hover span, .realestate-nav .realestate-menu ul li a:hover span span
{
  color: #F2F2F2;
}

.realestate-nav .realestate-menu ul li:hover>a span, .realestate-nav .realestate-menu ul li:hover>a span span
{
  color: #F2F2F2;
}


/* end MenuSubItem */

/* begin Header */
div.realestate-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 998px;
  height: 250px;
  overflow: hidden;
}


div.realestate-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 998px;
  height: 250px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  text-align:right;
  padding-top:5px;
}

/* end Header */

/* begin Logo */
.realestate-logo
{
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 968px;
}

h1.realestate-logo-name
{
  display: block;
  text-align: left;
}

h1.realestate-logo-name, h1.realestate-logo-name a, h1.realestate-logo-name a:link, h1.realestate-logo-name a:visited, h1.realestate-logo-name a:hover
{
  font-size: 26px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #F5F5F5 !important;
}

.realestate-logo-text
{
  display: block;
  text-align: left;
}

.realestate-logo-text, .realestate-logo-text a
{
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #F5F5F5 !important;
}
/* end Logo */

/* begin Layout */
.realestate-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 998px;
}

.realestate-content-layout .realestate-content-layout
{
  width: auto;
  margin:0;
}

div.realestate-content-layout div.realestate-layout-cell, div.realestate-content-layout div.realestate-layout-cell div.realestate-content-layout div.realestate-layout-cell
{
   display: table-cell;
}

div.realestate-layout-cell div.realestate-layout-cell
{
   display: block;
}

div.realestate-content-layout-row
{
  display: table-row; 
}

.realestate-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.realestate-layout-cell, .realestate-content-layout-row
{
  background-color: white;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.realestate-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.realestate-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.realestate-vmenublock
{
  margin: 0;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.realestate-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.realestate-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.realestate-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.realestate-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.realestate-vmenu, ul.realestate-vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.realestate-vmenu ul
{
  display: none;
}

ul.realestate-vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.realestate-vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

ul.realestate-vmenu li.realestate-vmenu-separator
{
  display: block;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1px;
}

ul.realestate-vmenu .realestate-vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border-top: dashed 1px #4F4F4F;
}

ul.realestate-vmenu a .r, ul.realestate-vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 90px;
  background-image: url('images/vmenuitem.png');
}

ul.realestate-vmenu a .l
{
  left: 0;
  right: 17px;
}

ul.realestate-vmenu a .r
{
  width: 1000px;
  right: 0;
  clip: rect(auto, auto, auto, 983px);
}

ul.realestate-vmenu a .t
{
  display: block;
  line-height: 15px;
  color: #B8B8B8;
  padding: 0 10px 0 27px;
  font-weight: bold;
  margin-left:0;
  margin-right:0;
}

ul.realestate-vmenu a:hover .l, ul.realestate-vmenu a:hover .r
{
  top: -30px;
}

ul.realestate-vmenu a:hover .t
{
  color: #C9C9C9;
}

ul.realestate-vmenu a.active .l, ul.realestate-vmenu a.active .r
{
  top: -60px;
}

ul.realestate-vmenu a.active .t
{
  color: #E3E3E3;
}
/* end VMenuItem */

/* begin VMenuSubItem */
ul.realestate-vmenu ul, ul.realestate-vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.realestate-vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: visible;
  background-image: url('images/vsubitem.gif');
  background-position: 25px 0;
  background-repeat: repeat-x;
  padding-left: 25px;
}

ul.realestate-vmenu ul li
{
  padding: 0;
}

ul.realestate-vmenu ul span, ul.realestate-vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.realestate-vmenu ul a, ul.realestate-vmenu ul a:link, ul.realestate-vmenu ul a:visited, ul.realestate-vmenu ul a:hover, ul.realestate-vmenu ul a:active, ul.realestate-vmenu ul span, ul.realestate-vmenu ul span span
{
  line-height: 20px;
  color: #EDEDED;
  font-size: 11px;
  margin-left: 0;
}

ul.realestate-vmenu ul
{
    margin:0 0 0 0;
}

ul.realestate-vmenu ul ul
{
  margin:0 0 0 0;
}

ul.realestate-vmenu ul li.realestate-vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 0 0 0 0;
 }

ul.realestate-vmenu ul .realestate-vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border: none;
}

ul.realestate-vmenu ul li li a
{
  background-position: 50px 0;
  padding-left: 50px;
}

ul.realestate-vmenu ul li li li a
{
  background-position: 75px 0;
  padding-left: 75px;
}

ul.realestate-vmenu ul li li li li a
{
  background-position: 100px 0;
  padding-left: 100px;
}

ul.realestate-vmenu ul li li li li li a
{
  background-position: 125px 0;
  padding-left: 125px;
}


ul.realestate-vmenu ul li a.active
{
  color: #EBEBEB;
  background-position: 25px -40px;
}

ul.realestate-vmenu ul li li a.active
{
  background-position: 50px -40px;
}

ul.realestate-vmenu ul li li li a.active
{
  background-position: 75px -40px;
}

ul.realestate-vmenu ul li li li li a.active
{
  background-position: 100px -40px;
}

ul.realestate-vmenu ul li li li li li a.active
{
  background-position: 125px -40px;
}



ul.realestate-vmenu ul li a:hover, ul.realestate-vmenu ul li a:hover.active
{
  color: #F5F5F5;
  background-position: 25px -20px;
}


ul.realestate-vmenu ul li li a:hover, ul.realestate-vmenu ul li li a:hover.active
{
  background-position: 50px -20px;
}

ul.realestate-vmenu ul li li li a:hover, ul.realestate-vmenu ul li li li a:hover.active
{
  background-position: 75px -20px;
}

ul.realestate-vmenu ul li li li li a:hover, ul.realestate-vmenu ul li li li li a:hover.active
{
  background-position: 100px -20px;
}

ul.realestate-vmenu ul li li li li li a:hover, ul.realestate-vmenu ul li li li li li a:hover.active
{
  background-position: 125px -20px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.realestate-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.realestate-block-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.realestate-block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.realestate-blockheader
{
  position: relative;
  z-index: 0;
  height: 34px;
  margin-bottom: 0;
}

.realestate-blockheader .t
{
  height: 34px;
  color: #F2F2F2;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 34px;	
}

.realestate-blockheader .l, .realestate-blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 34px;
  background-image: url('images/blockheader.png');
}

.realestate-blockheader .l
{
  left: 0;
  right: 0;
}

.realestate-blockheader .r
{
  width: 998px;
  right: 0;
  clip: rect(auto, auto, auto, 998px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.realestate-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.realestate-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 6px;
}

.realestate-blockcontent-tr, .realestate-blockcontent-tl, .realestate-blockcontent-br, .realestate-blockcontent-bl, .realestate-blockcontent-tc, .realestate-blockcontent-bc,.realestate-blockcontent-cr, .realestate-blockcontent-cl
{
  position: absolute;
  z-index: -1;
}

.realestate-blockcontent-tr, .realestate-blockcontent-tl, .realestate-blockcontent-br, .realestate-blockcontent-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/blockcontent_s.png');
}

.realestate-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.realestate-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.realestate-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.realestate-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.realestate-blockcontent-tc, .realestate-blockcontent-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/blockcontent_h.png');
}

.realestate-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.realestate-blockcontent-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.realestate-blockcontent-cr, .realestate-blockcontent-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/blockcontent_v.png');
}

.realestate-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.realestate-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.realestate-blockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #404040;
}

.realestate-blockcontent-body
{
  color: #C9C9C9;

}

.realestate-blockcontent-body a:link
{
  color: #E5E5E5;

}

.realestate-blockcontent-body a:visited, .realestate-blockcontent-body a.visited
{
  color: #9E9E9E;

}

.realestate-blockcontent-body a:hover, .realestate-blockcontent-body a.hover
{
  color: #E5E5E5;
  text-decoration: none;
}

.realestate-blockcontent-body ul
{
  list-style-type: none;
  color: #B0B0B0;
  margin: 0;
  padding: 0;
}

.realestate-blockcontent-body ul li
{
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 9px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.realestate-button-wrapper .realestate-button
{

  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #FEE7E8 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 34px;
  height: 34px;
  margin: 0;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.realestate-button img, .realestate-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.realestate-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .realestate-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;

}

.realestate-block select 
{
    width:96%;
}

.realestate-button-wrapper.hover .realestate-button, .realestate-button:hover
{
  color: #E8E8E8 !important;
  text-decoration: none !important;
}

.realestate-button-wrapper.active .realestate-button
{
  color: #F0F0F0 !important;
}

.realestate-button-wrapper .l, .realestate-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 102px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.realestate-button-wrapper .l
{
  left: 0;
  right: 11px;
}

.realestate-button-wrapper .r
{
  width: 411px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.realestate-button-wrapper.hover .l, .realestate-button-wrapper.hover .r
{
  top: -34px;
}

.realestate-button-wrapper.active .l, .realestate-button-wrapper.active .r
{
  top: -68px;
}

.realestate-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.realestate-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.realestate-post-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.realestate-post
{
  margin: 0;
}

a img
{
  border: 0;
}

.realestate-article img, img.realestate-article
{
  border: solid 1px #363636;
}

.realestate-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.realestate-article table, table.realestate-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.realestate-article table, table.realestate-article .realestate-article tr, .realestate-article th, .realestate-article td
{
  background-color: Transparent;
}

.realestate-article th, .realestate-article td
{
  padding: 2px;
  border: solid 1px #696969;
  vertical-align: top;
  text-align: left;
}

.realestate-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.realestate-postmetadataheader
{
  padding: 1px;
  background-color: #B80A12;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
.realestate-postheader
{
  margin: 0.3em 0em 0.3em 1em;
  padding: 0;
  font-size: 22px;
  color: #F0F0F0;
}

.realestate-postheader a, .realestate-postheader a:link, .realestate-postheader a:visited, .realestate-postheader a:hover
{
  font-size: 22px;
  margin: 0;
  color: #F0F0F0;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.realestate-postheader a:link
{
  text-decoration: none;
  color: #E5E5E5;
}

.realestate-postheader a:visited, .realestate-postheader a.visited
{

  color: #C4C4C4;
}

.realestate-postheader a:hover, .realestate-postheader a.hovered
{
  text-decoration: underline;
  color: #CCCCCC;
}
/* end PostHeader */

/* begin PostContent */
.realestate-postcontent p
{
  margin: 0.5em 0;
}

.realestate-postcontent, .realestate-postcontent p, ul.realestate-menu, ul.realestate-menu ul
{
  text-align: justify;
}


.realestate-vmenu, ul.realestate-vmenu ul
{
  text-align: left;
}



.realestate-postcontent
{
  margin: 10px;
}
/* end PostContent */

/* begin PostBullets */
ol, ul
{
  color: #000000;
  margin: 1em 0 1em 2em;
  padding: 0;

}

li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

li
{
  margin: 0.2em 0;
  padding: 0;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;

}



.realestate-post li
{
  padding: 0 0 0 13px;
  line-height: 1em;
}

.realestate-post ol li, .realestate-post ul ol li
{
  background: none;
  padding-left: 0;
}

.realestate-post ul li, .realestate-post ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 13px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.realestate-postcontent blockquote p
{
  color: #EBEBEB;
  font-style: italic;
  text-align: left;
}

blockquote,
.realestate-postcontent blockquote
{
  border: solid 1px #7A7A7A;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 41px;
  background-color: #595959;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.realestate-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 998px;
  margin: 0 auto;
}

.realestate-footer .realestate-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}

.realestate-footer .realestate-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  width: 998px;
  height: 150px;
  bottom: 0;
  left: 0;
}


.realestate-footer .realestate-footer-text p
{
  margin: 0;
}

.realestate-footer .realestate-footer-text
{
  display: inline-block;
  color: #9C9C9C;
  font-size: 11px;
}

.realestate-footer .realestate-footer-text a:link
{
  text-decoration: none;
  color: #D1D1D1;

}

.realestate-footer .realestate-footer-text a:visited
{
  text-decoration: none;
  color: #9E9E9E;

}

.realestate-footer .realestate-footer-text a:hover
{
  color: #B80A12;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.realestate-page-footer, .realestate-page-footer a, .realestate-page-footer a:link, .realestate-page-footer a:visited, .realestate-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #C20A13;
}

.realestate-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #212121;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.realestate-content-layout .realestate-sidebar1
{
  background-color: #262626;
  width: 17%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.realestate-content-layout .realestate-content
{
  width: 58%;
}
.realestate-content-layout .realestate-content .realestate-block
{
  background-color: #262626;
}
.realestate-content-layout .realestate-content-sidebar1
{
  width: 75%;
}
.realestate-content-layout .realestate-content-sidebar2
{
  width: 83%;
}
.realestate-content-layout .realestate-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.realestate-content-layout .realestate-sidebar2
{
  background-color: #262626;
  width: 25%;
}
/* end LayoutCell, sidebar2 */




.overview-table .realestate-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:3px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}
#topofferttop {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/top-offert-top.jpg) no-repeat scroll 0 0;
height:212px;
margin:0;
padding:0;
width:387px;
}
#offer1 {
background-color:transparent;
float:left;
padding-left:51px;
padding-top:87px;
width:130px;
}
#offer2 {
background-color:transparent;
float:right;
padding-right:8px;
padding-top:87px;
width:150px;
}


/*div_koito izglevda kato tablica kraj*/	
/*tabllica lastoffer*/
 table.lastoffer {
    background: transparent;
    width: 555px;
    color: #6E4E3F;
    margin-bottom: 10px;
    border: 1px solid #303030;
	 font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
    }

.lastoffer tbody tr td {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 4px 3px 2px 3px;
    font-size: 11px;
    }

.lastoffer tbody tr.odd td {
    background: #F0F78D;
    margin:     0px 0px 0px 0px;
    padding: 4px 3px 2px 3px;
    font-size: 11px;
 	 }
.lastoffer tbody tr.decript td {
    background: #FBE4A2;
    margin:     0px 0px 0px 0px;
    padding: 2px 3px 5px 3px;
    font-size: 11px;
    border-bottom-color: #525252;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
 	 }
.lastoffer tbody tr.decriptodd td {
    background: #363636;
    margin:     0px 0px 0px 0px;
    padding: 2px 3px 5px 3px;
    font-size: 11px;
    border-bottom-color: #525252;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
 	 }


.lastoffer thead tr td {
    background: #FBD2A2;
    margin:     0px 0px 0px 0px;
    padding:    2px 2px 2px 2px;
    border-bottom: 1px solid #303030;
    font-size: 12px;
    text-align: center;
	color: #6E4E3F;
	font-weight: bold;
    }
.lastoffer tfoot tr td {
    background: #FBD2A2;
    margin:     0px 0px 0px 0px;
    padding:    2px 2px 2px 2px;
    border-top: 1px solid Black;
    color: #6E4E3F;
    font-size:  11px;
    text-align: center;
    }

.lastoffer tfoot a:link, .lastoffer tfoot a:visited {
    font-size: 11px;
	 color: #6E4E3F;
    text-decoration: none;
    }

.lastoffer tfoot a:hover, .lastoffer tfoot a:active {
    font-size: 11px;
	 color: #0957C3;
    text-decoration: underline;
    }

.lastoffer tbody a:link, .lastoffer tbody a:visited {
    font-size: 11px;
	 color: #6E4E3F;
    text-decoration: none;
    }

.lastoffer tbody a:hover, .lastoffer tbody a:active {
    font-size: 11px;
	 color: #0957C3;
    text-decoration: underline;
    }

.lastoffer img{
	border: 0px;
}


/*tabllica lastoffer kraj*/
/*News*/
.news{
	color: #6E4E3F;
	text-align: left;
	vertical-align: top;
	padding: 20px 32px 10px 18px;
	font-size: small;
	}
.news a:link, .news a:visited{
	color: #6E4E3F;
	display: block;
	text-decoration: none;
}
.news a:hover{
	color: #F5C421;
	display: block;
	text-decoration: underline;
}
/*News kraj*/
/* sydyrvanie kraj */
/*div_koito izglevda kato tablica kraj*/	
/*form in content*/
#fmSettings div{
	width: 448px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	}
#fmSettings  {
	width: 550px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}
#fmSettings  fieldset {
  font-size: 100%;
  padding: 10px 0 0 0;
  margin: 0px 0px 0px 0px;
  border: 1px solid Black;
}
#fmSettings fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: Black;
  margin: 0px 0px 0px 11px;
  padding: 0px 5px;
  font-family: georgia, "times new roman", serif;
  background-color: transparent;
}

#fmSettings  div.searchfield label, #fmSettings label.searchfield {
    color: Black;
    font-size: 95%;
}
#fmSettings input, #fmSettings select, #fmSettings textarea {
  font-size: 95%;
  color: #000000;
     }
#fmSettings input, #fmSettings select, #fmSettings textarea {
    color: Black;
  border: 1px solid Black;
 
}
#fmSettings .selectform{
	  border: 1px solid #3683DC;
 
  color: Black;
	width: 250px;
	display: inline;
	
}

#fmSettings  div input, #fmSettings div select, #fmSettings div textarea {
  width: 530px;
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
  display: inline;
}

#fmSettings  div input.inputCheckbox, #fmSettings  div input.inputRadio, #fmSettings input.inputCheckbox, #fmSettings input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 3px 0px 0px 2px;
}
#fmSettings  div label {
  display: block;
    width: 140px;
  padding: 3px 11px 5px 0px;
  margin: 0px 0px 5px 0px;
  text-align: left;
    float: left;
}

#fmSettings  div {
  display: block;
  width: 550px;
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}

#fmSettings  div.submit{
    width: 550px;
}
#fmSettings  div input.inputSubmit{
	width: auto;
  font-family: georgia, "times new roman", serif;
  font-size: 100%;
  color: #000000;
	}
/*form in content end*/

#gallery {
background:none repeat scroll 0 0 #AAAAAA;
border:6px solid #FFFFFF;
margin:40px auto;
padding:10px;
position:relative;
width:686px;
}
#images {
background:none repeat scroll 0 0 #EEF5F6;
border:2px solid #9AC1C9;
height:225px;
margin-bottom:20px;
}
#image {
background:url("images/loading.gif") no-repeat scroll center center #FFFFFF;
border:2px solid #666666;
height:375px;
padding:5px;
position:relative;
width:672px;

}
#image img {
left:0px;
position:absolute;
top:0px;
}
#thumbwrapper {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #666666;
height:100px;
margin-top:10px;
padding:5px 0;
width:682px;
}
#thumbarea {
height:100px;
overflow:hidden;
position:relative;
width:682px;
}
#thumbs {
border-right:5px solid #FFFFFF;
height:100px;
list-style:none outside none;
margin-left:5px;
position:absolute;
width:10000px;
}
#thumbs li {
cursor:pointer;
float:left;
margin-right:5px;
}
.imgnav {
cursor:pointer;
height:375px;
outline:medium none;
position:absolute;
width:20%;
z-index:100;
}
#previmg {
background:url("images/left.gif") no-repeat scroll left center transparent;
border-left:5px solid #FFFFFF;
left:0;
}
#nextimg {
background:url("images/right.gif") no-repeat scroll right center transparent;
border-right:5px solid #FFFFFF;
right:0;
}

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:503px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:292px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:507px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:0px 0px 0px; font-size:0px}
#information p {padding:0 0px 0px}
#image {width:498px;  height:292px;}
#image img {position:absolute; z-index:25; width:auto; width:420px; height:292px;}
.imgnav {position:absolute; width:25%; height:292px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:292px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:3px}
#slideleft {float:left; width:20px; height:109px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:109px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:109px; overflow:hidden}
#slider {position:absolute; left:0; height:1091px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}