.category_item{
	float: left;
	width: 260px;
	padding-left: 10px;
	padding-top: 10px;
}

.category_header{
	color: rgb(255,255,255);
	background-color: rgb(90,122,183);
  	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: bold;
  	padding: 6px;
}

.add_row{
	float: left;
	width: 234px;
	height: 15px;
	text-align: left;
	margin-left:1px;
	margin-top:1px;
	margin-bottom:1px;
	background-color:#F4F4F4;
}
.category_row{
	color: rgb(0,51,153);
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
  	text-align: center;
 	padding: 6px;
}

.category_row a{
	color: rgb(0,51,153);
}

.category_border{
	border: 1px rgb(90,122,183) solid;
	padding: 2px;
}

.button{
	border: 1px rgb(90,122,183) solid;
	color: rgb(0,51,153);
	background-color: rgb(255,255,255);
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
 	padding: 3px;
 	margin 0 0 0 0;
}

.header{
	color: rgb(255,255,255);
	background-color: rgb(90,122,183);
  	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: bold;
  	padding: 6px;
}

.row{
	color: rgb(0,0,0);
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
 	padding: 2px;
}

.border{
	border: 1px rgb(90,122,183) solid;
	padding: 2px;
}

.text_field{
	width: 140px;
	border: rgb(204,204,204) solid 1px;
}

.error_field{
	width: 140px;
	border: rgb(255,102,0) solid 1px;
}

.correct_message{
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: bold;
	color: rgb(0,102,51);
}

.table_border{
	border: 1px rgb(90,122,183) solid;
	padding: 2px;
}

.table_header{
	color: rgb(255,255,255);
	background-color: rgb(90,122,183);
  	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: bold;
  	padding: 6px;
}

.table_row{
	color: rgb(0,51,153);
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
  	vertical-align: middle;
  	text-align: left;
 	padding: 4px;
}

.table_row a{
	color: rgb(0,51,153);
}

.error_message{
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: bold;
	color: rgb(204,0,0);
}

.navigation {
	color: rgb(90,122,183);
}

.navigation a{
	color: rgb(90,122,183);
	font-family: Tahoma;
	font-size: 12px;
  	font-weight: normal;
}

.navigation span{
	color: rgb(90,122,183);
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.small_image{
	border: 1px rgb(90,122,183) solid;
	padding: 2px;
	width: 100px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

.small_image img{
	width: 100px;
	height: 80px;
}

.adds_counter{
	color: rgb(111,111,111);
	background-color: rgb(248,248,248);
	font-weight: bold;
	font-size: 11px;
}

hr.adds_hr{
	border: 1px rgb(90,122,183) solid;
}

