@import "TinyMCE.css";
@import "standardControls/common.css";
@import "standardControls/home.css";
@import "standardControls/inner_page.css";
@import "linkButtons.css";


/* --
  General Classes
  ---------------------------------------- */

.clear
{
	clear: both;
}

/* Allow an empty DIV to clear - but make sure it does not add unwanted white-space in IE6 */
DIV.clear
{
  font-size: 0px;
}

/* --
  Rules for Adverts 
  ---------------------------------------- */

.adverts
{
  margin-top: 5px;
  display: block;
  top: 10px;
}

.adverts .advert
{
  margin: 5px 0px 0px 0px;
}

/* ----------------------------------------------------------------------- */
/* Forms                                                                   */
/* ----------------------------------------------------------------------- */

div.contactForm
{
  width: 100%;
}

div.entryForm
{
  width: 100%;
}

div.addressEntry_address
{
  width: 100%;
}

div.addresseEntry_additionalAddress
{
  width: 100%;
}

table.entryFormTable,
table.customerEntryTable,
table.addressEntryTable
{
  border-collapse: collapse;
  border: none 0px #ffffff;
}

td.titleField
{
  height: 25px;
  width: 100px;
  vertical-align: middle;
  text-align: left;
}

td.entryField
{
  white-space: nowrap;
}

td.titleMain
{
  height: 25px;
  text-align: left;
}

.mandatory
{
  color: #ff0000;
}

.contactForm .titleField
{
  vertical-align: top;
}

/* --
  Panoramic Photo
  ---------------------------------------- */

.panoramicphotos
{
}

.panoramicphotos table
{
  border: 0px solid #ffffff;
  background-color: #9cbdd5;
  vertical-align: middle;
  text-align: center;
}

.panoramicphotos table td
{
  padding: 10px;
}

.panoramicphotos #FLASH_PanoramicPhoto
{
  text-align: center;
}

.panoramicphotos a img
{
  border: solid 3px #ffffff;
}

.panoramicphotos a:hover img
{
  border-color: #cccccc;
}
