/* CSS Document */

/*General */
a:link	{ color:black; text-decoration:none }
a:visited { color:black; text-decoration:none }
a:hover { color:#357571; text-decoration:underline }
.title { font-size:20px; text-align:center; font-family: Georgia, Times New Roman, Times, serif;
}


/* Controls */
div#details{ color:black; }
#details a:link	{ color:green; text-decoration:none }
#details a:visited { color:green; text-decoration:none }
#details a:hover { color:green; text-decoration:underline }

div#controlcategories{
	width: 450px;
	background-color:lightgrey;
	margin:auto;
	text-align:left;

}
div#controlitems{
	width: 450px;
	background-color:lightblue;
	margin:auto;
	text-align:left;
}
div#add_new_items{
	text-align:center;
	margin: auto;
}


/*Index Page*/
div.indexcategory{
	text-align:left;
	margin: auto;
	display:block;
	background-color:#ddbfe5;
	width:300px;
	font-size:11px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
}
div#indexcontainer{
	text-align:left;
	margin: auto;
	width:450px;
}


/*Results*/
div#resultscontainer{
	padding-top:30px;
	margin: auto;
	width: 450px;
}


/*Listings Page*/
div#category2{
	text-align:center;
	margin: auto;
	width:200px;
	font-size: 12px;
	font-weight:bolder;
	font-family: Georgia, Times New Roman, Times, serif;

}

div.item{
	display:block;
	width:200px;	
	color: black;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Times, serif;

}



/*Catalog Page*/
div#container{
	margin: auto;
	width: 545px;
	background-color:white;
	background-image: url(icons/background_white.gif);
	background-repeat: repeat;
	
}



div.btc { 	

	margin: auto;
	clear: both;
	width: 447px;
	text-align: right;
	font-size:20px;  
	}

/*
div#footer{
	padding-top:30px;
	margin: auto;
	clear: both;
	width: 697px;
	text-align: center;
	font-size:20px;
}*/


div#leftColumn{
	width: 215px;
	float: left;
}

div#rightColumn{
	width: 325px;
	float: right;
}

.twelveFont{
	font-size:12px;
}

