/* jQuery TreeTable Core 2.0 stylesheet
 *
 * This file contains styles that are used to display the tree table. Each tree
 * table is assigned the +treeTable+ class.
 * ========================================================================= */

/* jquery.treeTable.collapsible
 * ------------------------------------------------------------------------- */

 #pricetree
 {
     font-size: 13px;
	 margin-left: 14px;
	 font-family: Tahoma, Verdana, Arial;
 }
 
 #pricetree a
 {
     font-size: 12px;
	 color:#FFFFFF;
	 font-weight: normal;
	 text-decoration: none;
 }
 #pricetree th
 {
 background: #1F8CE7;
 padding:0px;
} 

 #pricetree th span {
   background: #1F8CE7;
   margin-left: -17px; 
   float:left; 
   width:100px;   
   padding:0px;
 }

 #pricetree td.mainrubric {
   background: #3D7C13;
   padding:0px;
   font-size: 15px;
 }
 
 #pricetree td.mainrubric span {
   background: #3D7C13;
   font-size: 15px;
   
 }
 
 #pricetree td.maincategory {
   background: #477F15;
   font-size: 13px;
   font-weight: bold;  
   
   margin:0px;
 }

 #pricetree td.mainsubcategory {
   background: #417714;
   font-size: 12px;
   font-weight: normal;  
   color: #ddd;
   margin:0px;
 }
 
 #pricetree td.maincategory span {
   
 }
 
 
#pricetree td.borline {
  border-bottom:2px solid #99AA99;
}
 
 
 .treeTable tr td .expander {
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  zoom: 1; /* IE7 Hack */
}

.treeTable tr.collapsed td .expander {
  background-image: url(../images/toggle-expand-dark.png);
}

.treeTable tr.expanded td .expander {
  background-image: url(../images/toggle-collapse-dark.png);
}

/* jquery.treeTable.sortable
 * ------------------------------------------------------------------------- */
.treeTable tr.selected, .treeTable tr.accept {
  background-color: #3875d7;
  color: #fff;
}

.treeTable tr.collapsed.selected td .expander, .treeTable tr.collapsed.accept td .expander {
  background-image: url(../images/toggle-expand-light.png);
}

.treeTable tr.expanded.selected td .expander, .treeTable tr.expanded.accept td .expander {
  background-image: url(../images/toggle-collapse-light.png);
}

.treeTable .ui-draggable-dragging {
  color: #000;
  z-index: 1;
}

.treeTable  .td_price {
  align: right;
  padding-right:5px;
}

.treeTable.td_zakaz {
  
}

.treeTable.td_kolvo{
  padding-left:7px; 
}
