
.ResultBox {
  position: relative;
}

/* MiniAdView */
.MiniAdView {
  color: white;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 2em;
  position: relative;
}
.MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background-color: #314584;
  position: relative;
  height: 2.8em;
  margin-bottom: 0.4em;
}
.MiniAdView .Header p {
  margin: 0;
  padding: 2px 5px;
  position: absolute;
}
.MiniAdView .Header .type {
  top: 0;
  left: 0;
}
.MiniAdView .Header .price_euros {
  top: 0;
  right: 0;
}
.MiniAdView .Header .price_othercurrency {
  top: 1.4em;
  right: 0;
  font-size: 12px;
  font-weight: normal;
}
.MiniAdView .text {
  margin: 0;
  margin-bottom: 0.4em;
  border: 1px solid #D5DFF7;
  border-right: 0;
  overflow: auto;
  background-color: #fff;
  overflow: auto;
  color: #314584;
  padding: 5px;
  margin-right: 165px;
  font-size: 10pt;
  text-align: justify;
  height: 110px;
}
.MiniAdView .photo {
  margin: 0;
  position: absolute;
  top: 3.2em;
  right: 0 !important; /* Moz */
  right: 2.5em;          /* IE  */
  width: 150px;
  font-size: 10pt;
  height: 110px;
  padding: 5px;
  overflow: hidden;
  background-color: #fff;
  text-align: right;
  border: 1px solid #D5DFF7;
  border-left: 0;
}
.MiniAdView .photo img {
  height: 100px;
  margin: .3em;
}
.MiniAdView .Footer {
  font-size: 8pt;
  font-weight: bold;
  border: 1px solid #D5DFF7;
  background-color: #fff;
  position: relative;
  height: 1.5em;
}
.MiniAdView .Footer p {
  margin: 0;
  padding: 2px 5px;
  color: #314584;
}
.MiniAdView .Footer .agency_name {
  position: absolute;
  left: 0;
  top: 0;
}
.MiniAdView .Footer .detailedlink {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-weight: normal;
}
.MiniAdView .Footer .detailedlink a {
  color: #314584;
}

.error {
  color: #990202;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 310px 10px;
}

/* AdPageNavigationLine */
.AdPageNavigationLine {
  font-weight: bold;
  text-align: center;
}
.AdPageNavigationLine a {
  text-decoration: none;
  color: #314584;
  -moz-border-radius: 4px;
}
.AdPageNavigationLine a:hover,
.AdPageNavigationLine a:focus,
.AdPageNavigationLine a:active,
.AdPageNavigationLine .active {
  background-color: #314584;
  color: white;
}
.AdPageNavigationLine .disabled {
  color: #5E5E5E;
}

.ResultInfo {
  color: #314584;
  text-align: center;
  font-weight: bold;
}


/* Detailed Sheet css from horizon*/

.n10 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.dom12gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #9F4116;
}

.n12g {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-left: 5px;
}

.n10g {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.n12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.b12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.b12g {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.n9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
} 

.titren12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.titren12:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8752F;
	text-decoration: none;
}

.fonddom {
	background-color: #0f65C7;
}

.g9g {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #7F7F7F;
}

.b10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.r12g {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.r9g {
	ont-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #B8200A;
}

.b9g { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.adPhoto {
	width: 200px;
	padding: 10px 0 0 20px;
	display: list-item;
        border: 0;
}
 
.btReturn {
	margin: 10px 40px 0 0;
	text-align: right;
}
.btReturn a{
	margin: 0;
	background: #B8200A;
	padding: 3px 5px;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.btReturn a:hover{
	margin: 0 0 0 10px;
	background: #F8752F;
	padding: 3px 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.DetailedSheet {
  margin: 1em;
  font-family: Arial, Helvetica, sans-serif;
}


.DetailedSheet .coordonees {
	text-align: center;
}

.DetailedSheet .ContactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.DetailedSheet .ContactForm li {
  float: left;
  width: 50%;
  position: relative;
}
.DetailedSheet .ContactForm li .label {
  float: left;
  width: 8em;
  text-align: right;
}
.DetailedSheet .ContactForm li input {
  border: solid black 1px;
  height: 1em;
}
.DetailedSheet .ContactForm li.cleaner {
  clear: left;
  float: none !important;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.DetailedSheet .ContactForm .agency_name,
.DetailedSheet .ContactForm .agency_phone,
.DetailedSheet .ContactForm .agency_city,
.DetailedSheet .ContactForm .agency_address,
.DetailedSheet .ContactForm .info,
.DetailedSheet .ContactForm .info2,
.DetailedSheet .ContactForm .additionalcomment,
.DetailedSheet .ContactForm .additionalcomment_disabled {
  margin: 0;
  text-align: center;
}

.DetailedSheet .ContactForm .agency_phone {
  margin-top: 1em;
}
.DetailedSheet .ContactForm .info,
.DetailedSheet .ContactForm .info2 {
  margin-top: 1em;
}
.DetailedSheet .ContactForm .info,
.DetailedSheet .ContactForm .agency_name,
.DetailedSheet .ContactForm .agency_phone {
  font-weight: bold;
}
.DetailedSheet .ContactForm TextArea {
  width: 90%;
  overflow: hidden;
}

.DetailedSheet .sendbutton {
  margin-top: 0.3em;
  text-align: center;
}


.DetailedSheet .commercePhotos {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* vim600: set foldenable foldmethod=marker foldmarker={,} foldlevel=1 ts=2 sw=2 et: */

