.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 {
	text-align: center;
	padding: 2px;
	height:40px;
}
.pagination-prev  {
	background-image:url("../images/left-arrow.png");
	background-position:top;
    margin: 0;
    padding: 0;
	width:37px;
	height:31px;
	float:left;
	cursor:pointer;
	/*display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;*/
}
.pagination-prev:hover  {
	background-image:url("../images/left-arrow-hover.png");
}
.pagination-item  {
	background-image:url("../images/pag-item.png");
	background-position:top;
	background-repeat:no-repeat;
    margin: 0;
    padding-top:8px;
	width:37px;
	height:31px;
	float:left;
	cursor:pointer;
	color: a3a3a3;
}
.pagination-item:hover  {
	background-image:url("../images/pag-item-hover.png");
	background-position:top;
  
}
.pagination-item-current  {
	background-image:url("../images/pag-item-hover.png");
	background-position:top;
	background-repeat:no-repeat;
	padding-top:8px;
    margin: 0;
	width:37px;
	height:31px;
	float:left;
	color: 404040;
}
.pagination-next  {
	background-image:url("../images/right-arrow.png");
	background-position:top;
    margin: 0;
    padding: 0;
	width:37px;
	height:31px;
	float:left;
	cursor:pointer;
	/*display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;*/
}
.pagination-next:hover  {
	background-image:url("../images/right-arrow-hover.png");
}

.pagination a,.pagination a:visited {
	/*height: 20px;
	/padding: 1px 12px;*/
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #2e6ab1;
}

.pagination a:hover,.pagination a:active {
	/*border: 1px solid #2b66a5;
	color: #000;*/
}

.current-page {
	/*background-color: orange;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;*/
}
.not-current-page {
	margin-top:10px; 
	/*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;*/
}

.rand_title {
	text-decoration: none;
}

.rand_title:hover {
	text-decoration: underline;
}
.rounded-input{
	border:1px solid #cfcfcf;
	width:100%;
	height: 30px;
	font-size:14px;
	padding-left:6px;
	margin-top:8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.rounded-input:focus{
	border:1px solid #98c5f8;
	/*-moz-box-shadow: 0 0 2px 2px #b1d9f7;
	-webkit-box-shadow: 0 0 2px 2px #b1d9f7;
	box-shadow: 0 0 2px 2px #b1d9f7;*/
}