/********** Ana Sol Panel **************/

.divLeftPane
{
padding:5px;
margin:0px;
width:200px;
height:700px;
background-color:#FFFFFF;
}

.divLeftPane a
{
color:#626365;
}



/****************** Arama Katmanı  ********************************************/
.divProductSearch
{
	
	height:60px;
	margin-top:10px;
	margin-bottom:10px;
}

.tblProductSearch
{
	width:200px;
	height:100%;
	border-width:0px;
	border-color:#A8ACAD;
	background-color:#D3D4D6;
	border-style:solid;
	border-collapse: collapse;
}

.trlblProductSearch
{
	height:20px;
}

.trContentProductSearch
{
}

.lblProductSearch
{
list-style-type: none;
padding-left: 10px;
padding-top: 10px;
margin : 0px;
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#2F2F2F;
text-decoration:none;
}

.hrProductSearch
{
	width:100%;
	color:#A8ACAD;
	padding:0;
	margin:0;
}
.txtProductSearch
{
	margin-left:10px;
	width:150px;
	height:20px;
	border-width:1px;
	border-color:#819BBC;
	background-color:#FFFFFF;
	border-style:solid;
	border-collapse: collapse;
	font-family:Arial;
	font-size:12pt;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
/************************ Tüm Kategoriler Katmanı **************************************/

.divAllCategories
{
	width:200px;
}
.tbl_all_categories
{
	width:200px;
}

.tr_all_categories
{
	height:20px;
	margin-left:100px;
	background-image:url('portaladmin/TreeView/TreeType2/images/all_cats.gif');
	background-color:#083973;
}

.spn_all_categories
{
	padding-left: 10px;
	padding-top: 2px;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
/************************ Seçili Ürün Kategori Katmanı **************************************/
.tblProductCategory
{
	width:200px;
	height:150px;
	border-width:1px;
	border-color:#CED3D6;
	background-color:#FFFFFF;
	border-style:solid;
	border-collapse: collapse;
}

.trlblSelectedProductCategory
{
	background-color:#779FD3;
	height:20px;
}

.trContentSelectedProductCategory
{
	background-color:#FFFFFF;
	height:130px;
}

.lblSelectedProductCategory
{
	list-style-type: none;
	padding-left: 10px;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.divProductCategory
{
	margin-top:10px;
	margin-bottom:10px;
	display:none;
}

.divProductCategoryLabel
{
	background-color:#779FD3;
}

.imgProductCategory
{

}

/*****************  Alt Ağaç Katmanı *****************************/
.tblSubTree
{
	width:200px;
	border-width:1px;
	border-color:#CED3D6;
	background-color:#FFFFFF;
	border-style:solid;
	border-collapse: collapse;
}

.trlblSubTree
{
	background-color:#779FD3;
	height:20px;
}

.trContentSubTree
{
	background-color:#E4F2F5;

}

.lblSubTree
{
	list-style-type: none;
	padding-left: 10px;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.divSubTrees
{
	
	margin-top:10px;
	margin-bottom:10px;
	display:none;
}
/*******************  Ana Ağaç Katmanı ******************************/

.tblTree
{
	width:200px;
	/*height:500px;*/
	border-width:1px;
	border-color:#CED3D6;
	background-color:#FFFFFF;
	border-style:solid;
	border-collapse: collapse;
}

.trlblTree
{
	background-color:#779FD3;
	height:20px;
}

.trContentTree
{
	background-color:#EEF2F3;
	height:100px;
}

.lblTree
{
	list-style-type: none;
	padding-left: 10px;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.divTree
{
	
	height:200px;
	margin-top:10px;
	margin-bottom:10px;
}
/*********************** Alt Ağaç Özellikleri **********************************/
.sub_treeview
{
	padding-left:0px;
	margin-left:0px;
}

.sub_treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
display:none;
}

.sub_treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
font-family:Verdana;
font-size:9pt;
font-weight:normal;

}

.sub_treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(closed.gif) no-repeat left 1px;*/
cursor: hand !important;
cursor: pointer !important;
font-family:Verdana;
font-size:9pt;
font-weight:normal;
}

.sub_treeview li a
{
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#626365;
text-decoration:none
}

.sub_treeview li.submenu a
{
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
font-family:Arial;
font-size:9pt;
font-weight:normal;
color:#626365;
text-decoration:none;
}

.sub_treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
}

.sub_treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


/******************* Ana Ağaç ***************************/

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
display: none;
}

.treeview li a
{
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#626365;
text-decoration:none
}

.treeview li.submenu a
{
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
font-family:Arial;
font-size:9pt;
font-weight:normal;
color:#626365;
text-decoration:none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
font-family:Arial;
font-size:9pt;
font-weight:normal;
color:#626365;
text-decoration:none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(closed.gif) no-repeat left 1px;*/
cursor: hand !important;
cursor: pointer !important;
font-family:Arial;
font-size:9pt;
font-weight:normal;
color:#626365;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.treeview 
{
	padding-left:0px;
	margin-left:0px;
}
/***************************************/



