.bread_crumbs{font-size:12px;font-family: Tahoma, Geneva, sans-serif;padding:5px;}

.container {text-align: justify;}
div.items {width: 190px; height: 160px; display: inline-block; margin: 10px;border-radius:15px;

/*background: #FF9900; 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZTZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDkwMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017));
background: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 100%);
background: -o-linear-gradient(top, #f6e6b4 0%,#ed9017 100%);
background: -ms-linear-gradient(top, #f6e6b4 0%,#ed9017 100%);
background: linear-gradient(to bottom, #f6e6b4 0%,#ed9017 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );*/

-webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
 box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
 div.fix {width: 100%;display: inline-block;height: 150px;}
 div.null{width: 190px; height: 0px; background: #FF9900; display: inline-block; margin: 10px;}
 div.items div{width:100%;height:100%;text-align:center;}
 div.items img{margin-top:30px;}

.tree {font-size:12px;}

.tree ul, .tree ul ul {
     list-style-type: none;
     background: url(vline.png) repeat-y;
     margin: 0;
     padding: 0;
   }
   
  .tree ul ul {
     margin-left: 5px;
   }

  .tree ul li {
     margin: 0;
     padding-left: 12px;
     line-height: 20px;
     background: url(node.png) no-repeat;
     color: #369;
   }

.tree ul li:last-child {
     background: #fff url(lastnode.png) no-repeat;
   }


.role-crm {
	display:none;
}

#leftmenu, #centercontent, #rightgallery {
    background: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0.5em;
    margin-bottom: 0.5em;
	border:3px solid #ddd;
	height:100%;
}

div.stretchwindow {
	width:auto;
	border-radius:6px;
	padding:0px;
	background-color:#FFF;
	height:90%;
}

#centercontent{
margin:0 auto;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/img/tree/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/img/tree/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/img/tree/file.gif) 0 0 no-repeat; }

div.table-content tr.radio-select, div.table-content tr.checkbox-select {
	background-color:#FFF;
}
div.table-content td.thide {
	display:none;
}
div.table-content td {
	border:1px dotted #333 !important;
}
#catalog-message {
	display:none;
}
.catalog-table {
	border:1px solid #CCC;
	margin-bottom:20px;font-size:12px;
}
	.catalog-table tr.radio-select {
		background-color:#fff;
	}
	
	.catalog-table tr.checkbox-select {
		background-color:#fff;
	}
	
	.catalog-table td {
		padding:2px;
		border:1px solid #CCC;
		text-align:center;
		vertical-align:middle;
	}
		.catalog-table td span {
			font-size:9px;
			font-weight:bold;
			padding-right:5px;
		}
	.catalog-table td.tequation span {
		background-color:#0C9;
	}
	.catalog-table td.thead {
		background-color:#e88333;
		color:#FFF;
		font-weight:bold;
	}
	
/*	.catalog-table td[marker=catalog-price], .catalog-table td[marker=catalog-total], .catalog-table td[marker=catalog-name], .catalog-table td[marker=catalog-count] {
		border-style:inset;
	}*/
	
	.catalog-table td.thide {
		background-color:#EFEFEF;
		display:none;
	}
	
	.catalog-table input[type=text], .catalog-table textarea {
		width:100%;
		padding:0px;
		margin-bottom:1px !important;
	}
	.catalog-table a {
	}
