@charset "utf-8";
/* 
 * listing.css
 * 
 * PLEASE DO NOT EDIT !!!!
 * Your changes will be lost if you modify this stylesheet.
 * Edit the /html/css/custom.css file to ensure your changes are kept.
 * 
 * @author Mick
 */



#aside {
  width: 155px;
}
#content {
  margin-bottom: 40px;
  padding: 0 38px 0 45px;
  width: 500px;
}

/* Reset Styles **/
.bgWrap {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
#headerCrumbs li {
  color: #FFF;
}
#headerCrumbs li a {
  color: #FFF;
}
#headerBot {
  margin-top: 5px;
  height: 42px;
}
#headerBot .welcomeBox {
  float: left;
  width: 200px;
  background-image: none;
  text-indent: 0;
  margin-top: 0px;
  height: 42px;
  background-color: #FFF;
  overflow: hidden;
  border: none;
  
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius-: 5px;
  border-top-left-radius: 5px;
  padding: 5px;
}

h3 {
  color: #069;
  background: transparent;
  margin: 0px 0px 15px 0px;
  padding: 0;
  font-size: 1.6em;
}


/**  L I S T I N G    L A Y O U T  **/
#wrapper {
  background: #FFF url('images/listingRightBg.png') right 0px repeat-y;
  vertical-align: bottom;
  width: 983px;
  padding: 0;
  margin: 0;
  display: inline-block;
  border: none;
  
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius-: 5px;
  border-bottom-left-radius: 5px;
  
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
#contentHeader {
  padding: 0;
}
#contentHeader h1 {
	text-align:center;
	font-size: 2em;
	color:white;
}
.welcomeBoxEnd {
  display: inline-block;  
  vertical-align: top;
  background-image: url('images/listingTopTab.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 60px; 
  height: 42px;
  margin: 0px 0px 0px 0px;
  float: left;
}
#headerBot {
  vertical-align: bottom;
}
#headerBot .welcomeBox { 
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  overflow: hidden;
}
#headerBot .welcomeBox .large {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: 5px 0px 0px 0px;
  padding: 0;
}
#headerBot .welcomeBox .small {
  font-size: 0.7em;
  display: block;
  line-height: 1;
  margin: 4px 0px 0px 0px;
  padding: 0;
  color: #222;
}


/**  L I S T I N G   V I E W   M E N U  **/ 
#headerBot .advert {
  float: left;
  width: 700px;
}
.Listing_ViewMenu {
  height: 40px;
  overflow: hidden;
  whitespace: no-wrap;
  margin-top: 20px;
}
.Listing_ViewMenu ul {
  
}
.Listing_ViewMenu li {
  list-style: none;
  display: inline;
  color: #FFF;
  font-size: 1em;
}
.Listing_ViewMenu li.selected {
  font-weight: bold;
}
.Listing_ViewMenu li a {
  color: #FFF;
  display: inline-block;
  margin: 0px 5px;
}
.Listing_ViewMenu li:before { content: " | "; }
.Listing_ViewMenu li:first-child:before { content: ""; }



/**  L I S T I N G    V I E W  **/
.Listing_View {
  position: relative;  
}
.Listing_View h2 {
  font-size: 1.8em;
  line-height: 1em;
  /*font-weight: normal;*/
  color: #069;
  margin: 10px 0px 10px 0px;
}
.Listing_View h3 {
  font-size: 1.4em;  
  color: #069;
  line-height: 1em;
  background-color: transparent;
  margin: 0px 0px 5px 0px;
  padding: 0;
}
.Listing_View .listContent .image {
  text-align: center;
  margin: 10px auto;
}
.Listing_View .listContent table {
  border: 1px solid #CCC;
  border-width: 1px 1px 0px 0px;
}
.Listing_View .listContent table td {
  border: 1px solid #CCC;
  border-width: 0px 0px 1px 1px;
  padding: 1px 2px;
}
.Listing_View ul {
  margin: 10px 0px 10px 10px;
}




/**  L I S T I N G   N A V   **/
.Listing_Nav {
  display: inline-block;
}
.Listing_Nav ul {
  width: 200px;
}
.Listing_Nav li {
  list-style: none;
  background-image: url('images/listingButtonBg.png');
  background-color: #D22;
  margin: 0px 0px 4px 0px;
  border: 1px solid #933;
}
.Listing_Nav a {
  display: block;
  height: 30px;
  color: #FFF;
  line-height: 30px;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #333;
}
.Listing_Nav .companyLogo a {
  display: inline;
  padding: 0;
  margin: 0;
}
.Listing_Nav .companyLogo img {
  width: 200px;
}
.Listing_Nav .companyLogo {
  display: inline-block;  
  margin: 30px 0px 20px 0px;
  text-align: center;
  width: 200px;
  overflow: hidden;
}

.Listing_Nav .listingImage {
  margin: 10px 0px;
  padding: 0px;  
}
.Listing_Nav .more {
  text-align: right;
  padding: 0;
  margin: 0;
  width: 200px;
  overflow: hidden;
}
.Listing_Nav .listingImage a,
.Listing_Nav .listingVideo a {
  display: inline;
  color: #069;
  text-shadow: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: auto;
  margin: 0px 0px 5px 0px;
}
.Listing_Nav .listingImage img {
  width: 200px;
}
.Listing_Nav .listingVideo {
  margin: 10px 0px;
  padding: 0px;
  height: 160px;
}


/**  L I S T I N G   N E W S / S P E C I A L S  N A V  **/
.SpecialNav {
  overflow: hidden;
}
.SpecialNav .image {
  float: right;
}
.SpecialNav h3 {
  margin: 0px 0px 10px 0px;
}
.SpecialNav .rssRow {
  margin: 0px 0px 10px 0px;  
  display: inline-block;
}
.SpecialNav .title {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
.SpecialNav .title a {
  color: #D2662A;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1em;
}
.SpecialNav .date {
  font-size: 0.8em;
  font-style: italic;
  margin: 2px 0px 4px 0px;
}
.SpecialNav p {
  font-size: 0.8em;
}
.SpecialNav .moreBtn {
  float: right;
  font-size: 1em;
  padding: 2px 5px;
  
}

/**   C O M P A N Y   V I E W   **/
.Company_View {
  margin-bottom: 20px;
}
.Company_View h3 {
  color: #069;
  background: transparent;
  margin: 0px 0px 0px 10px;
  padding: 0;
  font-size: 1.6em;
}
.Company_View .content {
  padding: 10px;
  margin-bottom: 10px;
}
.Company_View .GMapCanvas {
  margin-bottom: 5px;
}
.Company_View .details {
  display: inline-block;
  width: 100%;
  padding: 10px 10px 0px 30px;
}
.Company_View .details .pan {
  padding-bottom: 10px;
}



.Company_View .content .image {
  text-align: center;
}
.Company_View .content .image .restrict {
  width: 500px;
}


/**  L O C A T I O N   V I E W  **/
.Location_View .GMapCanvas {
  margin: 10px 0px;
}
.Location_View .mapDescription {
  padding: 10px;
  margin: 10px 0px;
}



/**  L I S T I N G   C O M M E N T   V I E W  **/
.Comment_View .comment {
  padding: 10px 10px;
  margin: 0px 30px 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
  /* fallback (Opera) */
  background: #FFF;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #EAF4E3, #FFFFFF);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4E3), to(#FFFFFF));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#EAF4E3', EndColorStr='#FFFFFF', GradientType=0);
}
.Comment_View h4 {
  color: #069;
  font-size: 1.4em;
  margin: 10px 0px 5px 0px;
}
.Comment_View .rating {
  float: right;
  text-align: center;
}
.Comment_View .created {
  margin: 0px 0px 5px 0px;
  font-style: italic;
  font-size: 0.8em;
}


/**  S O C I A L    I C O N S   **/ 
.Social_View {
  display: inline-block;
}
.Social_View a {
  display: block;
  float: left;
  padding: 1px;
  margin: 0;
  text-decoration: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background-repeat: no-repeat;
  opacity:0.6;filter:alpha(opacity=60)
}
.Social_View a:hover {
  opacity:1;filter:alpha(opacity=100)
}














