/*===================================================
CSS rules for teacake{toasted}
copyright Tim Hodosn 2004 
tim@timhodson.com

Resource Manager Formatting
*/

/*===================================================
begin resource manager
*/
div#catmenu{
	margin: 0px 8px 0px 0px;
	padding: 0px ;
}
#catmenu ul{
	border : 1px solid silver;
	padding : 3px;
	margin: 0px 0px 0px 0px;
}
#catmenu li{
	list-style : none;
	margin : 0px 4px 0px 0px;
	padding : 0px;
	line-height : 80%;
	font-size : 90%;
}
#catmenu ul a{
	background-color : transparent;
	/*border : 1px solid Silver;*/
	border : none;
	
	height : 100%;
	margin : 2px 0px 0px 0px;
	padding : 3px;
	display : block;
}
#catmenu a:hover{
	background-color : #FFBB66;
	color : DarkSlateGray;
}
.level1{
	margin-left : 20px !important;
	list-style-image : url(../images/sitewide/sublist_icon.gif) !important;
	font-size : 80%;
}
#resViewSwitcher{
	margin : 3px;
	width: 90px;
	padding : 0px;
}
#resViewSwitcher p{
	font : 80% "Courier New", Courier, monospace;
	text-align : justify;
	padding : 0px 0px 0px 2px;
	width: 90px;
}
#resViewSwitcher img{
	margin:1px;
}
ul#item_list_short{
	margin: 10px 0px 0px 25px;
	padding : 0px;
	border-bottom: none !important;

}
ul#item_list_short li{
	list-style-position : outside;
	border : 1px solid silver; 
	padding : 3px 2px 3px 6px;
	line-height : 100%;
	margin : 0px 15px 3px 30px;
	background-color: #EFF0DD;
}
ul#item_list_short a{
	padding-left : 8px;
	height : 100%;
}
ul#item_list_full{
	margin: 0px 0px 0px 0px;
	padding : 0px;
}
.item_image {
	margin : 5px 20px 5px 5px;
	float: right;
}
.itemBriefImage{
	margin : 0px;
	padding : 0px;
	float: right;
}
.item_full{
	border : 1px solid silver; 
	list-style : none;
	padding : 3px;
	margin : 0px 10px 10px 0px;
	background-color: #EFF0DD;
	background-position : top;
	background-repeat : repeat-x;
}
.item_full p{
	margin : 0px;
	padding : 0px;
}
.item_short{
	list-style : none;
	font : normal 90%/-1 sans-serif;
}
.item_title{
	color: #CD853F !important;
	padding : 0px 0px 0px 8px;
	border-bottom: none !important;
}
.shrink{
	font-size : 80%;
}
/*.item_image {
	margin : 5px 20px 5px 5px;
	
}*/
p.item_description{
/*float : left;
clear: left;*/
margin : 5px 0px 15px 30px;
}
.item_meta{
	font : 80% "Courier New", Courier, monospace;
	margin : 0px 0px 0px 15px;
}
.cat_menu_title{
	font : "MS Serif", "New York", serif;
	padding : 0px;
	margin : 15px 0px 5px 5px;
}