.main_categories {font-weight: bold;}
.parent_categories {font-size: 11px}


.main_table {
	width: 96%;

}

.left_part {
	width:  100%;
	vertical-align: top;
}
.right_part {
	width: 200px;
	vertical-align: top;

}
.splitline{
	background-image: url('../images/dotted.gif');
}
.desc{
	font-size: 12px;
	color: #777777;
	
}

.terms  ul{
	list-style-type: none;

}
.terms  li{
	margin: 10px 0px
}	
.url{
	color: #008000;
}

.subcats {float: left; width: 40%; height: 25px;}

.counter_buttons{
	width: 120px;
	height: 40px;
	float: left;
	
}
.error{
	color: red;
	font-size: 13px;
}

.new_added {width: 100%;font-size: 12px}

.pagination{
padding: 2px;
}

.pagination ul{
display: inline;
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
width: 40px;
list-style-type: none;
display: inline;
padding-bottom: 0px;
}

.pagination a, .pagination a:visited{
height: 20px;	
padding: 1px 12px;
border: 1px solid #9aafe5;
font-family: arial;
font-size: 12px;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
}

.pagination a.currentpage{
/*background-color: orange;*/
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
margin-top: 0px;
height: 15px;
padding: 0px 10px 0px 10px ;
}
*.html.pagination a.prevnext{
margin-top: 0px;
height: 19px;
padding: 2px 10px 0px 10px ;
}
.pagination a.prevnext img{
margin-top: 3px;	
}
