/* border: thin solid rgb(250,0,255); */ 

#categoryContent
{


}

#categoryBar
{
	width:100%;
	height:35px;
	color:#000;
	background-image: url('../images/category/category_bar.jpg');
	background-repeat:repeat-x;
}

#lowercategoryBar
{
	width:98%;
	margin-left:1%;
	height:35px;
	color:#000;
	background-image: url('../images/category/category_bar.jpg');
	background-repeat:repeat-x;
	text-align:center;
}

#categoryDropDown
{
	margin-right:20px;
	margin-top:8px;
	float:right;
	
}

#showing
{
	display:inline;
	position:relative;
	top:7px;
	margin-left:10px;
}

#tableWrapper
{
	 margin-left: 205px;
	 margin-right: 5px;
}

#categoryTable
{
	table-layout:fixed;
	display:block;
	width: 100%;

	text-align:center;

}

#categoryHead
{
	padding-left:210px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	text-align:left;	
}


#categoryTable tr td
{

	padding-top:20px;
	padding-left:5px;
	padding-right:5px;

}

#pagenums
{
	margin-top: 10px;
	margin-right:20px;
	display:inline;
	float: right;
	font-size:80%;
}

#lowerpagenums
{
	position:relative;
	top:10px;
	display:inline;
	font-size:80%;
}
