@import url("style.css");

h5 {
  float:                left;
  clear:                both;
  font-size:            1em;
  font-weight:          bold;
  margin:               15px 0px;
  width:                100%;
}

h6 {
  font-size:            1em;
  font-weight:          bold;
  margin-bottom:        15px;
}

#company-info {
  clear:                both;
  font-size:            12px;
}

#company-info .wrap {
  float:                left;
  width:                960px;
  background:           #F8F6E9;
  padding:              16px 20px 0px 20px;
  margin:               -6px 0px 6px 0px;
}

#company-info .wrap div {
  float:                left;
  width:                920px;
  margin-bottom:        15px;
}

#company-info .wrap div p {
  display:              block;
  float:                right;
  width:                680px;
}

#company-info .wrap div span {
  height:               17px;
  display:              block;
  float:                left;
  padding-top:          3px;
}

#company-info .wrap div p span {
  height:               17px;
  display:              block;
  float:                left;
  padding:              3px 8px 0px 0px;
}

#company-info .wrap div p input {
  border:               solid 1px #858585;
  height:               18px;
  padding-top:          2px;
  padding-left:         2px;
  margin-bottom:        2px;
}

.full-title div p input {
  width:                540px;
}

#company-info .wrap div p select {
  display:              block;
  float:                left;
  width:                240px;
  border:               solid 1px #858585;
}

#company-info .wrap div p input {
  float:                left;
}

.extra-category {
  margin-top:           -3px;
  margin-bottom:        0px !important;
}

.extra-category p {
  padding-top:          2px;
  padding-bottom:       2px;
}

.extra-category a {
  float:                right;
}

#extra-link {
  float:                left !important;
}

#addExtraCategory {
  margin-bottom:        10px;
}

#company-info .short-info {
  line-height:          20px;
  margin-bottom:        0px;
}

#company-info .short-info textarea {
  float:                left;
  height:               133px;
}

#company-info .short-info input, .short-info textarea {
  width:                540px;
}

#company-info .company-address {
}
#company-info .company-address input {
  width:                90px;
}

#company-info .company-address div p span {
  padding-left:         22px;
  padding-right:        10px;
}

#company-info #dot {
  padding-left:         3px;
  padding-right:        10px;
}

#company-info .contacts {
}

#company-info .contacts div p span {
  padding-left:         27px;
  padding-right:        7px;
}

#company-info #office {
  padding-left:         33px;
}

#company-info .contacts input {
  width:                129px;
}

#company-info .director {
}

#company-info .director input {
  width:                141px;
}

#company-info .director div p span {
  padding-left:         25px;
  padding-right:        6px;
}

#save-control {
  padding:              0px 10px;
  margin-top:           13px;
}

.notice {
  color:              #666666;
  padding:            0px !important;
  font-size:          8pt;
  clear:              both;
  white-space:        nowrap;
}

.require {
  background:           url(/images/require.gif) no-repeat right;
  padding-right:        10px;
}

.wrong {
    color:              red;
    font-weight:        bold;
}

#company-info #mainCategoryHolder select,
#company-info #extraCategoriesHolder p select {
  margin-top:           2px;
}

#company-info #mainCategoryHolder span,
#company-info #extraCategoriesHolder p span {
  padding-left:         16px;
}

#company-info .contactPerson input {
    width:              258px;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 2px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    /*background: white url('indicator.gif') right center no-repeat;*/
}

.ac_odd {
    background-color: #FFFFFF;
}

.ac_over {
    background-color: #388BAF;
    color: white;
}

#warning {
  font-size:            14px;
  width:                960px;
  margin:               19px 0px 13px 0px;
  float:                left;
  padding:              20px;
  color:                #FF0000;
  background:           #FFFBBE;
}

.captcha {
    float:              left;
    clear:              both;
    margin-top:         10px;
    width:              100%;
}

.captcha img {
    float: left;
    clear: both;
}

.captcha .code {
    float:              left;
    margin-top:         10px;
    margin-left:        10px;
    height:             18px;
    padding:            2px 0px 0px 2px;
    border:             1px solid #858585;
    font-size:          12px;
    font-family:        Verdana;
}

.captcha label {
    float:left;
    height:18px;
    line-height: 18px;
    margin-top:10px;
    margin-left:10px;
}

.captcha #crefresh {
    margin-left: 10px;
}

#view-tariffs-button {
    float: left;
}

#phones-cont p {
   margin-bottom:       2px;
}

#phones-cont input.phone-value {
   width:               170px;
}

#phones-cont input.phone-description {
    margin:             0px 30px;
    width:              200px;
}

#phones-cont .add-field span.notice {
    margin-top: 3px;
    float: none;
}

.notice#primaryPhoneNotice {
    color:              red;
}

#phones-cont .empty {
   color:               #999;
}

