#progress {
    display: block;
    height: 20px;
    text-align: left;
    margin: 20px 20px 10px 20px;
    -webkit-border-radius: 4px;  -moz-border-radius: 4px;  border-radius: 4px;
    overflow: hidden;
    background: #e9e9e9;
}
#progress #fill{
    width: 0%;
    background: url("../images/progress.png");
    display: inline-block;
    height: 100%;
	-webkit-transition: all ease-in-out 1s, box-shadow ease-in-out 1s; 
	transition: all ease-in-out 1s, box-shadow ease-in-out 1s;
}
.loading{
	color: gray;
	font-size: 12px;
	line-height: 20px;
    text-align: center;
}
.loading img{
	height: 20px;
}
ul.my-companies{
	clear: both;
}
#add_new{
	display: block;
	float: right;
	margin-bottom: -15px;
	background: #ffe600;
	margin-top: 10px;
	padding: 10px 15px;
	color: #000;
	cursor: pointer;
	clear: both;
	text-decoration: none;
}
#AddingNew p.label{
	margin-bottom: 3px;
}
/*.share{
	height: 23px;
    width: 130px;
	background: url("../images/icons.png") -2px -29px no-repeat;
	cursor: pointer;
	display: block;
}
.share:hover{
/*	background-position: -2px -1px;* /
}
.choose_catalog{
	cursor: pointer;
}
.star{
	height: 13px;
	display: inline-block;
    width: 13px;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
}
.fullstar{
	background-position: -353px -380px;
}
.emptystar{
	background-position: -336px -380px;
}
a.tab1{
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
	color: black;
	cursor: pointer;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
	width: 70px;
	text-align: center;
}
.top_tabs a,
.left_tabs a{
	cursor: pointer;
}
.top_tabs .active,
.left_tabs .active{
	font-weight: bold;
}
.top_tabs a,
.left_tabs a{
	display: inline-block;
	width: 100px;
	border: 1px solid #AE93D8;
	color: #AE93D8;
	text-decoration: none;

}
.top_tabs a{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-right: 5px;
	border-width: 1px 1px 0 1px;
	text-align: center;
}
.left_tabs a{
	padding-left: 5px;
	border-width: 1px 0 1px 1px;
	margin-top: 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.top_tabs a.active,
.left_tabs a.active{
	background: #AE93D8;
	color: #fff;
}
div.bordered{
	border-top: 2px solid #AE93D8;
	border-left: 2px solid #AE93D8;
}

div.popup_background{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: grey;
	opacity: 0.5;
	z-index: 1;
}
div.close_popup{
	position:fixed;width:100%;height:100%;top:0;left:0;z-index: 1
}
div.popup{
	background: #FFFFFF;
    height: 250px;
    margin: 200px auto 0;
    text-align: left;
    color: #333;
    width: 400px;
    padding: 0 20px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    width: 240px;
}
div.popup input{
	margin: 5px 0;
}
div.popup a.close{
	display: block;
	margin-right: 10px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	background: #AE93D8;
	padding: 2px 7px;
	float: right;
	color: #fff;
	margin-right: -27px;
    margin-top: -10px;
    opacity: 1 !important;
}
#title{
	font-weight: bold;
	font-size: 20px;
}
img.up,
img.down,
.headerSortDown img.up,
.headerSortUp img.down{
	display: none
}
.headerSortUp img.up,
.headerSortDown img.down{
    display: inline;
}*/