﻿.tree
{
	list-style-type: none;
	cursor: pointer;
	padding-left: 0px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 10px;
	border-bottom: dotted 1px #9d9e9c;
}

.tree a
{
    color: Black;
    float: left;
    padding-top: 2px;
    text-decoration: none;
    vertical-align: top;  
}

.tree .selected-item div.item-container,
.tree div.item-container
{
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    /*word-break: break-all;
    word-wrap: break-word;*/
}   

.tree div
{
}

.tree div.image-wrapper
{
    float: left;
}

.tree .item-container img
{
    border: 0px;
    margin-top: -1px;
    padding: 5px 2px 5px 2px;
    float: left;
}


.tree ul
{
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.tree li
{		
	list-style-type: none;
	font-weight: bold;
    border-top-style: none;
}

.tree li+li
{
    border-top: dotted 1px #9d9e9c;
}

.tree li li
{
    background-color: White;
    border-top: dotted 1px #9d9e9c;
}


.tree li li a
{	
	color: #666666;
}

.tree li li li
{
	color: #022222;
	font-weight: normal;
}	

.tree li li li li
{
	color: #868684;
	font-weight: normal;
}

ul.tree li.selected,
ul.tree li.selected li
{
	border-top: dotted 1px #9d9e9c;
}

.tree li.selected-item
{
	background-color: #EDE7D7;
}

li.selected-item a
{	
	/*background-image: url(images/arrow.gif);
	background-repeat: no-repeat;	
    background-position: 0px 30%;    
	padding-left: 5px;*/
}

li.selected-item ul li a
{
	/*background-image: none;*/
}

.tree div.progress
{
	background-image: url(images/progress.gif) !important;
	background-repeat: no-repeat;
	background-position: right 50% !important;
}

.tree div.collapsed
{
    background-image: url(images/Collapse.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
	padding: 0px;
	margin: 0px;
}

.tree div.expanded
{
    background-image: url(images/Expand.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
	padding: 0px;
	margin: 0px;
}

.tree .selected-category
{
    background-image: url(images/Expand.png);
    background-position: 2px 50%;
    background-repeat: no-repeat;
}



.ecom-partinfo-table
{
    /*border: 1px solid #bbbbbb;*/
    border-top: 1px dotted #e9e9e9;
    border-bottom:  1px dotted #e9e9e9;
    width: 100%;
}

.ecom-partinfo-table td.header
{
    padding-left: 10px;
    font-weight: bold;
    vertical-align: top;
    width: 95px;
}

.ecom-partinfo-table td
{
    padding: 5px;
    /*border-bottom: 1px solid #bbbbbb;*/
}

.ecom-partinfo-table .row
{
    /*background-color: #e9e9e9;*/
}

.ecom-partinfo-table .altrow
{
    /*background-color: #f9f9f9;*/
}

.ecom-partinfo-table #qtyInput
{
    width: 35px;
}

#add-to-cart-div
{
    padding-top: 5px;  
    padding-right: 10px;
    height: 25px; 
}

#add-to-cart-div span
{
    float: right; 
    padding: 6px 5px 0px 0px;
    font-weight: bold;
}

#add-to-cart-div input
{
    float: right;
}


.ecom-info
{
    padding: 5px 5px;
}

.ecom-info-table
{
    width: 100%;
    font-size: 10px;
}

.ecom-info-table th
{
    background-color: #d7d1b9;
    padding: 5px;
    text-align: left;
    border-bottom: 1px dotted #7d7b7c;
}

.ecom-info-table td
{
    padding: 0px;
    padding-left: 5px;
    border-bottom: 1px dotted #7d7b7c;
}

.ecom-info-table .row
{
    vertical-align:top;
    padding-top:2px;
    background-color: #ffffff;    
}

.ecom-info-table .altrow
{
    vertical-align:top;
    padding-top:2px;
    background-color: #ede7d7;
}

#subCategoryContainer a,
#subCategoryContainer span,
.ecom-breakable-word h2
{
    /*word-break: break-all;
    word-wrap: break-word;*/
}
