.PropertyMediaArea, .AdvertButton, .AdvertSummary
{
float: left;
padding: 0;
}

.AdvertSummary
{
width: 270px;
}
.AdvertButton {
  width: 160px;
}


.AdvertPropertyIcons
{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  clear: left;
  float: none;
  /*border: 1px solid #C9C9C9;*/
}



.CORE_PropertyListButton
{
  font-size: 90%;
  width: 165px;
  height: 35px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  position: relative;
  margin-bottom: 10px;
}


.AdvertCostAmount, .AdvertClosingDate
{
  display: inline;
}

.AdvertClosingDate
{
  text-align:right;
  width: 200px;
  padding-bottom: 5px;
}

.AdvertPageLinks
{
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
div.CORE_AdvertFullDetails .advertpagelinks {
  width: 700px;
}

.AdvertPageLinks A
{
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #D5C9DC;
  background-color: #D5C9DC;
/*  width: 31px; */
  display: inline-block;
  margin-top: 4px;
}

.AdvertPageLinkItems
{
  display: block;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.AdvertPageLinksPrevious, .AdvertPageLinksNext
{
  height: auto;
  display: block;
  white-space: nowrap;
  vertical-align: top;
}
.AdvertPageLinksPrevious a, .AdvertPageLinksNext a {
  width: 100%;
  background-color: #E4DBE8;
  border: none;
}

A.AdvertPageLinkCurrentItem, A.AdvertPageLinkCurrentItem:visited
{
  background-color: #B7A3C3;
  border: 1px solid #000000;
  
}

.AdvertPageLinksPrevious
{
  text-align: left;
}
.AdvertPageLinksNext
{
  text-align: right;
  width: 100%;
  display: block;
}

.AdvertPropertyPages, .AdvertNoResults, .AdvertLoginMessage, .AdvertRefineSearchMessage, .AdvertCompareSummary
{
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1px;
}

.AdvertRefineSearchMessage, .AdvertCompareSummary
{
  border: 1px solid #C9C9C9;
  padding: 3px;
  width:100%;
}


/* Overall property listing containers */
.ADVERT
{
  /*position: relative;*/
  width:100%;
  width: 620px;
  height: auto;
  min-height: 250px;
  z-index: 1;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  text-align: left;
}

.ADVERT FORM
{
  margin: 0px;
}



/* Top row - Colour banner */
/* DONT THINK THIS IS ACTUALLY USED*/
/*
.CBLPropertyAdvertType, .MXPropertyAdvertType, .SOPropertyAdvertType
{
  width: 100%;
  height: 53px;
  border-bottom: 1px solid #000000;
}
*/

.PropertyAdvertType, .PropertyAdvertTypeSubRegional
{
  width: 100%;
  height: 53px;
  border-bottom: 1px solid #000000;
}

/* Box containing advert type icon */
.AdvertTypeIcon
{
  background-color: #FFFFFF;
  width: 100px;
  height: 100%;
  padding: 4px 13px 0 13px;
  float:left;
}

/* Box containing advert type text */
.AdvertTypeText
{
  padding-left: 10px;
  padding-top: 20px;
  width: auto;
  height: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 0.9em;
  float:left;
}


.AdvertField
{
/*  border: 1px solid #54431C;*/
  padding-bottom: 10px;
}

.AdvertField#PropertyID
{
  font-weight:bold;
}

.AdvertField#AdvertClassificationID
{
  font-weight:bold;
  font-size: 110%;
}


.AdvertField#PaymentCycleID
, .AdvertField#TotalCost
{
font-weight:bold;
padding-bottom: 0px;
display: inline;
}





































/* Property Media */

.PropertyMediaTable
{
  border: 1px solid #000000;
  font-size: 125%;
  margin-top: 2px;
}

.PropertyMediaDescription
{
  width: 100%;
  padding: 2px 0;
  text-align: center;
  float: left;
}

.PropertyMediaCount
{
  width: 100%;
  height: 22px;
  vertical-align: middle;
  border-bottom: 1px solid;
}

.PropertyMediaNavigateNext
{
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
}

.PropertyMediaNavigatePrev
{
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.PropertyMediaThumbnail
{
  cursor: hand;
}

.PropertyMediaThumbnailAVI, .PropertyMediaThumbnailWMV
{
  text-align: center;
  vertical-align: middle; /*background-image:URL('/ELLCInstallation/NovaWeb/Images/media.gif');*/
  background-repeat: no-repeat;
  background-position: center center;
  height: 97px;
}

.PropertyMediaThumbnailOther
{
  text-align: center;
  vertical-align: middle; /*background-image:URL('/ELLCInstallation/NovaWeb/Images/File.gif');*/
  background-repeat: no-repeat;
  background-position: center center;
  height: 97px;
}

.PropertyMediaHelpText
{
  font-size: 70%;
  padding-top: 2px;
  padding-bottom: 1px;
}

.TableWithHeader
{
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.OutlineHeader
{
  font-size: 80%;
}

.OutlineCell
{
  font-size: 75%;
}

.CORE_PropertyListStatus, .CORE_PropertyListCount
{
  font-weight: bold;
  text-align: center;
}



.CORE_PropertyListPropertyID
{
  font-weight: bold;
}


.CORE_PropertyRequestWithdrawal_Table
{
}


/* Display containers */
.AdvertContainer
{
  text-align: center;
}

/* White background box */

/* Force advert height */
.AdvertHeight {
  display: none;
}

/* Renderer container */
.CBLRenderer, .MXRenderer, .SORenderer
{
  height: auto;
}

/* Overall property detail containers */

/* Box containing advert type icon */
.DetailAdvertTypeIcon
{
}

/* Box containing advert type text */
.DetailAdvertTypeText
{
  font-weight: bold;
  font-style: normal;
  font-size: 0.8em;
}



/* Left column - Image */
.ADVERT .PropertyMediaArea, .ADVERT .PropertyMediaAreaNoImage
{
  width: 170px;
  text-align: center;
  height: auto;
}


/* Right column - Vertical arrangement of buttons */



/* Bottom row - Reasons ineligible */
.ADVERT .reasons, .ADVERT .queueposition
{
  position: relative;
  width: 500px;
  left: 5px;
  height: auto;
}



.AdvertPropertyMediaDescription
{
  padding: 2px;
  text-decoration: none;
}

.AdvertPropertyMediaHelp, .AdvertPropertyMediaMultiple
{
  font-size: 80%;
  text-decoration: none;
}




.AdvertTeamLogo
{
}


.AdvertPropertyRef
{
  font-weight: bold;
  padding-bottom: 5px;
}

.AdvertAddressSummary, .AdvertBedrooms
{
  padding-bottom: 5px;
}

.AdvertCost
{
  font-weight: bold;
  display: inline;
}


#cmdShowQueuePosition
{
}

#cmdApplyNow
{
  font-weight: bold;
  font-size: 110%;
}


#PropertyMediaImage
{
  border: 0px;
}

.CORE_HTMLPropertyListButton
{
  font-size: 90%;
  width: 165px;
  height: 35px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  padding: 3px 0 3px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}

a .CORE_HTMLPropertyListButton:link, a .CORE_HTMLPropertyListButton:visited, a .CORE_HTMLPropertyListButton:hover
{
  text-decoration: none;
}

a .CORE_HTMLPropertyListButton:active
{
  text-decoration: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}


.btn_ShowFullDetails
{
  width: 300px;
}


.CORE_PropertyDetailTableWithHeader
{
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.CORE_PropertyDetailHeader
{
  border-bottom: 1px solid #000000;
  background-color: #CCCCCC;
}


/* Compare container */
.AdvertCompare
{
  width:100%;
  position: relative;
  height: auto;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  text-align: left;
}

.PropertyShopMXForm .DescriptiveText
{
  padding-bottom: 10px;
}





/*  ##
    ##  LB common fixes copied from core v.6 
    ## */  

div#CurrentBidsGroup, div#PropertySearchBidsGroup, div#HistoricBidsLinkGroup {
  float: left;
  width: 98%;
}

TABLE.PropertyShopMyBidSummary TD SPAN.MonthYearDesc {
  display: none;
}

select#AreaID, select#selectedAreas, select#selectedAreas2, fieldset.PropertySearchFieldset div.FormProperty select#AreaID {
  height: 300px;
  width: 155px;
  border: 1px solid #777;
}

div.FormProperty select#AreaID, div.FieldError select#AreaID {
  height: 1.5em;  /* LB 29/09/2008 added this fix because it breaks on the MX form on firefox/safari setting the height to 300px */
}

/* ContactUs form - logged in*/
div.ContactUsForm {
  float: left;
  margin: 10px 0;
}
div.ContactUsForm div {
  float: left;
  width: 570px;
  margin: 3px 0;
}
#PropertyShopContent div.ContactUsForm span {
  float: left;
  width: 300px;
  padding: 0;
}
div.ContactUsForm label {
  float: left;
  width: 200px;
  min-height: 10px;
}
div.ContactUsForm input {
  float: left;
  clear: left;
  margin: 10px 0 10px 200px;
}
div.ContactUsForm textarea {
  margin: 0;
}
/* End of ContactUs form - logged in*/


/* Contact Us Form - NOT logged in*/
div.PropertyShopContactUs {
  float: left;
}
div.PropertyShopContactUs div.SectionHeader {
  font-weight: bold;
  margin-bottom: 10px;
}
div.PropertyShopContactUs div {
  float: left;
  width: 550px;
  margin: 3px 0;
}
div.PropertyShopContactUs span {
  float: left;
}
div.PropertyShopContactUs Label {
  font-weight: bold;
  width: 200px;
  vertical-align: top;
  float: left;
}
div.PropertyShopContactUs input#cmdSubmitForm {
  float: left;
  clear: left;
  margin: 10px 0 10px 200px;
}
/* End of Contact Us Form - NOT logged in*/

fieldset.PropertySearchFieldset div.FormFieldButton label {
  position: relative;
  top: 2px;
  margin-bottom: 8px;
  margin-left: 8px;
  vertical-align: top;
  display: block;
  float: left;
  width: 390px;
  min-height: 25px;
}
fieldset.PropertySearchFieldset div.FormFieldButton input {
  width:150px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  clear: left;
}
fieldset.PropertySearchFieldset FORM {
  margin: 0px;
}
fieldset.PropertySearchFieldset div.FormHint, fieldset.PropertySearchFieldset div.FormHintHeading {
  font-size: 90%;
  color: #515151;
  padding-bottom: 3px;
  width: 540px;
  display: block;
}
fieldset.PropertySearchFieldset div.FormHintHeading {
  text-decoration: underline;
}
/*  ##
    ##  End LB common fixes copied from core v.6 
    ## */  


fieldset.PropertySearchFieldset .ImageDiv {
  display: none;
}
label#AdvertTypeID-1-label, label#AdvertTypeID-2-label, label#AdvertTypeID-3-label, label#AdvertTypeID-19-label {
  display: inline-block;
  width: 200px;
  margin-top: 10px;
}
input#AdvertTypeID-1, input#AdvertTypeID-2, input#AdvertTypeID-3, input#AdvertTypeID-19 {
  display: inline-block;
  margin: 8px 5px 0 3px;
}
div.AdvertTypeTable {
  float: left;
  clear: left;
  width: 650px;
  margin-bottom: 10px;
}
div.AdvertTypeTable div.HangingIndent {
  float: right;
  width: 500px;
  margin-bottom: 3px;
}
div.AdvertTypeTable div.HangingIndent * {
  vertical-align: middle;
  float: left;
}