/**** ajax search styles ****/

#name_ac_choices {
  background-color: #ffffff;
  border: 1px solid #CAC9C9;
  border-top: none;
}
#name_ac_choices ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
#name_ac_choices ul li.selected {
  background-color: #ccf;
}
#name_ac_choices ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
#indicator1 {
    position: absolute;
}
div.item_group {
    margin: 2px;
}

#letters {
    margin: 1em;
}

#letters div.row {
    margin-bottom: 0.5em;
}

#letters a {
    color: #1B57B1;
    font-weight: bold;
    margin-left: 0.5em;
}

#letters a.selected {
    color: #EF0441;
}

#letters a.none {
    color: #000000;
    font-weight: normal;
}

/**** additional styles ****/

#path h1, #path h2 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}

#product {

}

#facts div.facts_title {
    margin-top: 20px;
    color: #144CCA;
    font-size: 1.4em;
}

#facts div.fact {
    margin-top: 4px;
}

#facts div.fact.sep {
    padding-bottom: 4px;
    border-bottom: 1px dotted #999999;
}

#dop_info {
    margin-top: 20px;
    border-top: 1px dotted #999999;
}

#gost_list {
    clear: both;
}

#gost_list td {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #666666;
}

#gost_info td {
    padding-bottom: .7em;
}

#gost_info td.label {
    text-align: right;
    width: 30%;
    padding-right: 1em;
}

#gost_info td.label:after {
    content: ':';
}

p.gostTree {
    margin-top: .3em;
    margin-bottom: .3em;
}

#gost_images {
    text-align: center;
}
#gost_images img {
    width: 200px;
}

.PopBoxImageSmall {
    border: solid 1px #999999;
    cursor: pointer;
}
.PopBoxImageLarge {
    border: solid 1px #999999;
    cursor: pointer;
}
.PopBoxImageShrin {
    cursor: pointer;
}
.PopBoxImageLink {
    cursor: pointer;
}
.PopBoxImageMove {
    border: none 0px #ffffff;
    cursor: pointer;
}
