#catalog_price {
  margin:15px 0 20px;
  border-collapse: collapse;
  width: 100%;     
}
#catalog_price th {
  color: #2e2e2e;
  font-weight: bold;
  text-align: left;
  font-size: 10pt;
  text-shadow: 2px 2px 2px white;
  
  border: 1px #ebeaea solid;
  border-left: 1px #f2f2f2 solid;
  border-right: 1px #f2f2f2 solid;
  padding: 9px 10px 9px 10px;

}
#catalog_price td {
  padding: 7px 10px 7px 10px;
  border: 1px #ebeaea solid; 
  border-left: 1px #f2f2f2 solid;
  border-right: 1px #f2f2f2 solid;
  vertical-align: middle;
}
#catalog_price tr {
  background-color: #f5f5f5;
}
#catalog_price tr:hover {
  background-color: #f8f8f8;
}
#catalog_price tr.alt {
  background-color: #ececec;
}
#catalog_price tr.alt:hover {
  background-color: #e1e0e0;
}
#catalog_price .col1 {
  border-left: 1px #ebeaea solid;   
}
#catalog_price .col4 {
  overflow: hidden;
  border-right: 1px #ebeaea solid;   
}
td.num {
  width: 20px;
  color: #ccc;
}
.catalog {
  padding:19px 0 0 0;
   line-height: 14px;
   width: 50%;
   float: left;

}
.catalog a {
  text-decoration: none;
}
.catalog span.name {
  color: #00E; 
  font-size: 13pt;
  padding:0;
}
.catalog span.name:hover {
  text-decoration: underline;
}

.catalog span.about {
  color: gray;  
  text-decoration: none;
  font-size: 8pt;
}
.catalog span.count {
  font-weight: bold;
}

#catalog td {
padding: 4px 3px 4px 5px;
}

#catalog td.num {
color: #CCC;
padding: 3px 3px 3px 0px;
text-align: right;
}

.dialog_err {  
  background-color: #fff4f4;
  border: 1px red solid;
  padding:20px 20px 20px 20px;
  margin:10px 0px 20px 0px;
  line-height: 25px;
  text-align: center;
}
.dialog_ok {
  background-color: #e2fdd1;
  border: 1px #7bce51 solid;
  padding:20px 20px 20px 20px;
  margin:10px 0px 20px 0px;
  line-height: 25px;
  text-align: center;
}

input.submit {
  padding: 9px 18px 9px 18px;
  border: 1px lightGrey solid;
  color: black;
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  text-decoration: none;
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  background-position: 0 -25px;
  background: -moz-linear-gradient(top, white 0%, #F4F1F1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F4F1F1));
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  border-radius: 3px;
  width: auto;
  font-size: 9pt;
}
input.submit:hover {
  box-shadow: 0px 0px 3px #DADADA;
  border: 1px #b2b2b2 solid;
}



div#top_line {
  /*padding: 20px 20px 5px 20px;*/
  width: 100%;
  background: #f5f5f5;
  /*overflow: hidden;*/
  border-bottom: #ebebeb 1px solid;
  margin-left: -20px;
  margin-top: 0;
}
div#top_line ul {
  list-style: none; 
}
div#top_line ul li {
  float: left;
  /*padding: 5px 10px 5px 10px;*/
}
div#top_line ul li a {
  text-decoration: none;
  color: #666;
 
}
div#top_line ul li a:hover {
  text-decoration: underline;
}
div#top_line ul li.active a {
   font-weight: bold;
   color: #0F94D7;
}
div#top_line ul li.active {
 background-color: #F9F9F9;
 /*border-left: #ebebeb 1px solid;*/
 /*border-right: #ebebeb 1px solid;*/
 /*border-top: #ebebeb 1px solid;*/
 border-radius: 3px; 

}
.nav-tabs>li>a{
  margin-right:0;
}
div#top_line_2 {
  padding: 10px 20px 10px 20px;
  width: 100%;
  background: #F9F9F9;
  overflow: hidden;
  margin-left: -20px;
  margin-top: -7px;
  border-bottom: #ebebeb 1px solid; 
  border-top: #ebebeb 1px solid;
  margin-bottom: 20px; 
}
#content b, #content strong {
  font-weight: bold;
}


#comp_search {
  background: #f2f2f2;
  width: 100%;
  padding: 22px 20px 7px 20px;
  margin-left: -20px;
  margin-top: -20px;
  border-bottom: 1px solid #ccc;
}
#comp_search input[type="text"] {
  width: 100%;
  max-width: 610px;
  height: 24px;
  margin-right: 4px;
  font-size: 12pt;
}
#comp_search p {
  font-size: 8pt;  
  color: #777;
}
#comp_search .pasteintoform {
  border-bottom: 1px dashed #E88C03;
  cursor: pointer;
  color: #E88C03;
}

#content  .tabs_classic_chkb {
  margin: 15px 0 20px 0;
  border-bottom: 1px #ddd solid;
  list-style: none;
  clear: both;
  display: table;
  width: 100%;
  padding: 0 ;
}


.tabs_classic_chkb li {
  float: left;
  padding: 9px 18px;
  margin-bottom: -1px;
}
.tabs_classic_chkb li.on {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid; 
  border-right: 1px #ddd solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #F8F8F8;
}
.tabs_classic_chkb li.on a {
  color: #555;
  text-decoration: none;
  font-size: 12pt;  
}
.tabs_classic_chkb li a {
  text-decoration: none;
  font-size: 11pt;
  color: #0F94D7;   
}
.tabs_classic_chkb li a.twogis {
  color: #6A6A6A;
  font-size: 8pt;
  padding-right: 37px;
  padding-left: 15px;
}
.tabs_classic_chkb li a.twogis:hover {
  color: #E88C03;
}
.tabs_classic_chkb li.on a.twogis {
  font-size: 9pt;
}


div.y_message {
  width: 100%;
  background: #f9edbc;
  border-top: 1px solid #efe1ad;
  border-bottom: 1px solid #efe1ad;
  padding: 1px 20px 1px 20px; 
  overflow: hidden;
  margin-left: -20px;
  margin-top: 10px;
  margin-bottom: 10px; 
}
div.y_message .message {
  font-size: 8pt;
  line-height: 33px;
  margin: 0;
}