/* this sets the font/text colour/background colour for most of the MLS info */
.LMLS_basicStyle {
    color: #ffffff;
    background-color: #8a080e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.LMLS_sumBox {
	padding: 4px;
    border: thin solid #000000; /* border colour of the summary box */
    width: 450px;
	margin-bottom: 10px;
    text-align: left;
}
.LMLS_sumRangeTd {
	text-align: center;
    width: 90px;
	text-decoration: none;
}

a.LMLS_sumRangeLink:link, a.LMLS_sumRangeLink:visited {
	text-decoration: none;
    color: #FFFFFF;   /* next, prev text colour */
	text-align: center;
}

a.LMLS_sumRangeLink:hover {
	text-decoration: underline;
    color: #FFFFFF;  /* next, prev text colour */
	text-align: center;
}


.LMLS_sumTitle {
	font-weight: bold;
    color: #FFFFFF;  /* text colour of the summary title */
    background-color: #442d1f;
    border: 1px solid #FFFFFF; /* colour of the summary border */
	padding: 4px;
	text-align: left;
	margin: 4px;
}
.LMLS_sumImgTd {
    background-color: #FFFFFF; /* background color for the summary image */
	text-align: center;
	vertical-align: middle;
	margin-left: 12px;
	text-decoration: none;
	border: 0px none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.LMLS_sumList {
    font-weight: bold;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 0px;
	text-align: left;
}
.LMLS_sumText {
    padding: 15px 8px 4px;
	text-align: left;
}
.LMLS_sumImgLink {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #000000;     /* TEXT_COLOUR(summary link) */
}

.LMLS_ul {
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 40px;
}

.LMLS_detailsBox {
	padding: 4px;
	border: thin solid #000000;
    background-color: #000000; /* details background colour */
	text-align: center;
	width: 550px;
}


.LMLS_detailsImg {
	text-decoration: none;
	border: none;
	margin: 10px;
	vertical-align: middle;
}
.LMLS_detailsTitle {
    color: #FFFFFF;             /* details title text colour */
    background-color: #442d1f;  /* DETAILS TITLE BACKGROUND COLOUR */
    text-align: left;
	padding-left: 10px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
    border: 1px solid #ffffff;  /* details title border colour */
}

.LMLS_detailsThumb {
    border: 1px solid #FFFFFF; /* thumbnail border colour */
	text-align: center;
	vertical-align: middle;
}
.LMLS_detailsBigPrice {
	font-family: "Arial Thin", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
    color: #ffffff;           /* big price text colour */
	text-align: center;
	padding-top: 2px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 40px;
    background-color: #5d220b;  /* BIG PRICE BACKGROUND COLOUR */
    border: 1px solid #ffffff;  /* big price border colour */
}
.LMLS_detailsListCell {
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
}
.LMLS_detailsParagraph {
    font-size: 12px;
    padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
}
.LMLS_detailsListText {
    font-size: 12px;
    padding-left: 6px;
}
.LMLS_sumRangeButtonTd {
	color: #FFFFFF;
	text-align: center;
	width: 60px;
	text-decoration: none;
    border: 1px solid #CCCCCC;
}
.LMLS_sumRangeBox {
    border: thin solid #000000;
    width: 450px;
	margin-bottom: 10px;
    text-align: left;
    padding-right: 4px;
	padding-left: 4px;
}
.LMLS_detailsBigImgCell {
	height: 450px;
	width: 550px;
	vertical-align: middle;
	text-align: center;
}


