
a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: #999999;
	text-decoration: none;
}

body {
	background-color: #FFF;
	background-color: #CBCBCB;
	background-image: url(asset/images/mint/shared/v1/default/bg-small.png);
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: .8em;
	color: #333;
	margin: 0;
}

* html body {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/bg-big.png', sizingMethod='image');
	height: 100%
}

* html body div {
	position: relative; /* png IE6 background image fix */
}

* html body * div {
	position: static;
}

h1
{
	font-size: 1.4em;
	padding: 2px;
	margin: 0;
	color: #999999;
}

form, input, textarea, select {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin-bottom: 3px;
	margin-top: 0;
}

label {
	font-weight: bold;
}

#body-container {
	background-color: #999999;
  background-image: url('asset/images/mint/shared/v1/default/background-tile.png');
  background-repeat: repeat-y;
  width:722px;
  margin: 0 auto;
}

* html #body-container {
  background-image: url('asset/images/mint/shared/v1/default/background-tile.gif');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/background-tile.png', sizingMethod='scale');
}

#pop-container, #tour-container {
	width: 682px;
}

#pop-container {
	padding: 10px;
}

#background-bottom {
	background-color: #999999;
	background-image: url('asset/images/mint/shared/v1/default/background-bottom.png');
	background-repeat: no-repeat;
	margin: 0;
}

* html #background-bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/background-bottom.png', sizingMethod='crop');
}

#background-top {
	background-color: #999999;
	background-image: url('asset/images/mint/shared/v1/default/background-top.png');
	background-repeat: no-repeat;
	margin: 0;
}

* html #background-top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/background-top.png', sizingMethod='image');
}

.main-bottom-image {
  background: #fff;
  width: 722px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;

  padding: 0;
  h/eight: 8px;
  l/ine-height: 1pt;
}
#header {
  width:688px;
  margin: 0 0 5px 8px;
}
/* CODE FOR FLOAT !!LEFT!! SIDE BAR */
#side-bar-left {
  width: 114px;
  float: left;
  margin: 0 12px 0 8px;
  display: inline;
}
#main-content-right {
  width: 556px;
  display: table;
}
/* ----CODE FOR FLOAT !!RIGHT!! SIDE BAR---- */
#side-bar-right {
	margin-right: 24px;
	width: 130px;
}
#side-bar-left
{
	margin-left: 10px;
	margin-right: 0px;
}
#main-content-left {
	margin-left: 7px;
	width: 556px;
}
/*---- Same width as main-content-left + side-bar-right ----*/
#main-content
{
  width: 688px;
  margin-left: 8px;
}
.information {
	border: 1px solid #999999;
	width: 100%;
}

.regions {
	background-color: #CBCBCB;
	border: 1px solid #999999;
	width: 100%;
}

#side-bar-right img
{
	border: 0;
}

/* ----END DIFFERENT FLOAT OPTIONS---- */
#side-clear{
  width: 685px;
  height: 2px;
  clear: both;
  margin-left: 8px;
  line-height: 1px;
}
.side-content {
  width: 104px;
  margin: 0 0 10px 5px;
  font-weight: bold;
  font-style: italic;
  font-size: 110%;
  text-align: center;
}
.side-content hr {
	border: 1px solid #999999;
	color: #999999;
	margin: 10px 0;
}
.inner-box{
  width: 530px;
  display: table;
  margin-bottom: 10px;
  clear: both;
}

.textbox-left{
  width: 268px;
  float: left;
  margin-right: 9px;
}
.textbox-right{
  width: 265px;
  display: table;
  float:right;
}
.info-box{
  width: 272px;
  height: 78px;
}
/* ----SEARCH AND OFFER BOX BORDERS COLOURS NEED CHANGING HERE ----*/
#search-box
{
	border: solid 1px #999999;
	width: 269px;
}

#search-box form {
	margin-top: 2px;
}

#search-header {
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/search-header.png');
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
}

* html #search-header {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/search-header.png', sizingMethod='crop');
}

.info-box-photo{
  w/idth: 76px;
  h/eight: 72px;
  f/loat: left;
  border: solid 1px #999999;
}
.info-box-details{
  w/idth: 187px;
  h/eight: 72px;
  f/loat: right;
  d/isplay: table;
  border: solid 1px #999999;
}
.info-box p{
  width: 177px;
  margin: 3px 0 0 5px;
  font-size: 95%
}
/* ---- BORDER COLOUR WILL NEED CHANGING HERE AND BACKGROUND IMAGE ON FULL WIDTH INNER ---- */
.full-width-text {
  border: solid 1px #999999;
}
.full-width-inner {
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/full-tile.png');
	border: solid 1px #ffffff;
}

* html .full-width-inner {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/full-tile.png', sizingMethod='scale');
	height: 100%;
}

.full-inner-text {
  margin: 5px;
}

#footer {
  background: #FFF;
  width:722px;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  color: #999;
  padding-bottom: 10px;
  border-bottom: solid 1px #999999;
  clear: both;
}
#footer a {
  	color: #999;
	text-decoration: none;
}
#footer a:hover {
  	color: #000;
}
#footer-spacer{
  width: 700px;
  height: 10px;
}

#navbar {
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/header-bar.png');
	background-repeat: no-repeat;
	border: 1px solid #999999;
	float: right;
	height: 60px;
	margin-bottom: 4px;
	margin-top: 2px;
	text-align: right;
	width: 686px;
}

* html #navbar {
	background-image: url('asset/images/mint/shared/v1/default/header-bar.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/header-bar.png', sizingMethod='scale');
}

#navbar ul {
  margin: 5px 10px 0 0;
  padding: 0;
  white-space: nowrap;
}
#navbar li {
  list-style-type: none;
  display: inline;
  font-size: 95%;
  padding: 0 15px 0 15px;
  border-left: solid 1px #666;
}
#navbar li a {
  text-decoration: none;
  color: #555;
  position: relative;
}
#navbar li a:link {
  color: #555;
}
#navbar li a:visited {
  color: #555;
}
#navbar li a:hover {
  color: #000;
}

#logo {
	font-size: 170%;
	font-weight: bold;
	height: 55px;
	padding-left: 4px;
	text-align: left;
}

#footer-nav {
  margin-bottom: 6px;
  text-align: center;
}
#footer-nav ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#footer-nav li {
  list-style-type: none;
  display: inline;
  padding: 0 25px 0 25px;
  border-left: solid 1px #666;

}
#footer-nav li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#footer-nav li a:link {
  color: #000;
  font-weight: bold;
}
#footer-nav li a:visited {
  color: #000;
  font-weight: bold;
}
#footer-nav li a:hover {
  color: #555;
	text-decoration: underline;
}
.strong-text {
  font-weight: bold;
  font-size: 110%;
}


.details
{
	width: 100%;
}

.details th
{
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/heading-fade.png');
	background-repeat: repeat-x;
	text-align: left;
}

* html .details th {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/heading-fade.png', sizingMethod='scale');
}

.details .item
{
	margin-bottom: 2px;
	padding: 4px 10px 4px 10px;
	border: 1px solid #999999;
	margin-top: 10px;
}

.details .item img
{
	margin: 3px 6px 3px 0;
}

.listing-contact,
.top-phone
{
	font-weight: bold;
	font-size: 16px;
	margin-right: 12px;
	margin-top: 18px;
	text-align: right;
}

.listing_details
{
	border: 2px solid #999999;
	width: 100%;
}

.listing
{
	width: 100%;
}

.listing img
{
	padding-right: 4px;
}

.listing_one
{
	border: 1px solid #999999;
}

.listing_two
{
	border: 1px solid #999999;
}

.listing_two th
{
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/heading-fade.png');
	background-repeat: repeat-x;
	text-align: left;
}

* html .listing_two th {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/heading-fade.png', sizingMethod='scale');
}

.listing_one th
{
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/heading-fade.png');
	background-repeat: repeat-x;
	text-align: left;
}

* html .listing_one th {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/heading-fade.png', sizingMethod='scale');
}

.list-price
{
	font-size: 14px;
	color: #B41823;
}

.listing-item-block-full
{
	width: 654px;
	margin-left: 2px;
	padding: 2px;
	border: 1px solid #999999;
}

.listing-item-block
{
	width:322px;
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #999999;
}

.listing-item-block-full p
.listing-item-block p
{
	padding: 0;
	margin: 0;
}
.pages
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px;
	font-size: 12px;
	color: #999999;
}

.pages a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.pages a:hover
{
	text-decoration: underline;
	color: #000000;
}

.form
{
	width: 100%;
}

.form input, .form textarea, .form select {
	border: 1px solid #999999;
}

.form-submit {
	background-image: url('asset/images/mint/shared/v1/default/search-button.png');
	background-repeat: no-repeat;
	background-color: #CBCBCB;
	border: 1px solid #999999;
	left: 50%;
	margin-left: -54px;
	margin-top: 6px;
	position: relative;
}

* html .form-submit {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/search-button.png', sizingMethod='crop');
}

.form-boxes
{
	color: #000;
}

.tab-list
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.tab-list a
{
	text-decoration: none;
}

.tab-list a:hover
{
	text-decoration: underline;
}

.tab-list li
{
	margin-bottom: 0px;
	padding-top: 5px;
}

.tab-box
{
	width: 646px;
	border-top: 1px solid #CBCBCB;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 8px;
}

.tab-box a {
	color: #777;
}

.unselect-tab
{
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/tab.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 128px;
	height: 21px;
	text-align: center;
}

* html .unselect-tab
{
	background-image: url('asset/images/mint/shared/v1/default/tab.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/tab.png', sizingMethod='image');
}

.select-tab
{
	background-color: #999999;
	background-image: url('asset/images/mint/shared/v1/default/tab-selected.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 128px;
	height: 21px;
	text-align: center;
}

* html .select-tab
{
	background-image: url('asset/images/mint/shared/v1/default/tab.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/tab-selected.png', sizingMethod='image');
}

.select-tab a, .unselect-tab a
{
	position: relative;
	color: #000;
}

.highlight {
	color: #999999;
}

.tour-cell {
	border: 2px solid #CBCBCB;
	height: 100%;
}

.tour-box {
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/tour-cell.png');
	background-repeat: repeat-y;
	margin: 2px;
	padding: 4px;
}

* html .tour-box {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/tour-cell.png', sizingMethod='scale');
	height: 100%;
}

.terms-box
{
	border: 1px solid #999999;
	margin-bottom: 5px;
	width: 100%;
}

.terms-box th
{
	background-color: #999999;
	background-image: url('asset/images/mint/shared/v1/default/header-banner.png');
	background-repeat: no-repeat;
	color: #FFF;
	padding: 2px;
	text-align: left;
}

* html .terms-box th
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/header-banner.png', sizingMethod='image');
}

.home-search th
{
	text-align:right;
	width: 80px;
}

.quote-left {
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/speech-left.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 34px;
	left: 0;
	position: absolute;
	top: 0;
	width: 34px;
	z-index: 98;
}

* html .quote-left {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/speech-left.png', sizingMethod='image');
}

.quote-right {
	background-color: #CBCBCB;
	background-image: url('asset/images/mint/shared/v1/default/speech-right.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	bottom: 0;
	height: 34px;
	position: absolute;
	right: 0;
	width: 34px;
	z-index: 99;
}

* html .quote-right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/speech-right.png', sizingMethod='image');
}

.submit
{
	margin-left: 10px;
	background-color: #CBCBCB;
	border-left: 3px solid #999999;
	border-top: 3px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.request-details-block
{
	text-align: right;
}

.request-details {
	background-image: url('asset/images/mint/shared/v1/default/request-details.png');
	background-repeat: no-repeat;
	background-color: #CBCBCB;
	border: 1px solid #999999;
	margin-top: 6px;
	position: relative;
}

* html .request-details {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/mint/shared/v1/default/request-details.png', sizingMethod='crop');
}

