/* ------------------------------------------------

   'Site' Template > Sitewide 'Browse Sidebar' Widget Stylesheet
  	
	* This stylesheet is loaded by any page that calls 
     the include 'browse-sidebar.php'    

--------------------------------------------------- */

/* ------------------------------------------------
	=CONTENT STRUCTURE
   ------------------------------------------------ */
   	
	.browse-sidebar {
		padding:15px;
		background-color:#f8f8f8;
		border:solid 1px #dadada;
		margin-bottom:20px;
		color:#666666;
	}
		h3.browse-sidebar-title {
			font-size:14px;
			font-weight:400;
			color:#333333;
			border-bottom:solid 1px #dadada;
			padding-bottom:2px;
			margin:0px 0px 10px 0px;
		}
		.browse-sidebar-keyword {
			border-bottom:solid 1px #eaeaea;
			padding:10px 0px 10px 0px;
			margin:0px 0px 10px 0px;
		}
		h4.browse-sidebar-restrict-title {
			font-weight:400;
		}
		.browse-sidebar-restrict {
			overflow:hidden;
			margin:5px 0px 10px 0px;
		}			
		dl.restrict-terms {
			margin-left:20px;
		}
			dl.restrict-terms dt {
				margin:10px 0px 5px 0px;
				clear:both;			
			}
			dl.restrict-terms dd {
				padding:0px;
			}
			dl.restrict-terms dd label {
				padding:0px;
				float:left;
				width:130px;
			}
			dl.restrict-terms dd.singlecol label {
				padding:0px;
				float: none;
				width:250px;
				display:block;
			}
		.browse-sidebar-submit {
			margin:15px 0px 0px 0px;
			border-top:solid 1px #dadada;
			padding-top:10px;
		}
		
		.browse-sidebar input.field-medium {
			background: #ffffff url(../images/bg-field.gif) repeat-x top; 
			border: 1px solid #c3c3c3; 
			border-top-color: #7c7c7c; 
			border-bottom-color: #dddddd;
			color:#333333;
			padding:3px;
			width:175px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			line-height:18px;	
			margin-left:10px;
		}
		.browse-sidebar input.field-small {
			background: #ffffff url(../images/bg-field.gif) repeat-x top; 
			border: 1px solid #c3c3c3; 
			border-top-color: #7c7c7c; 
			border-bottom-color: #dddddd;
			color:#333333;
			padding:3px;
			width:150px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			line-height:18px;	
		}
		.browse-sidebar select {
			background: #ffffff url(../images/bg-field.gif) repeat-x top; 
			border: 1px solid #c3c3c3; 
			border-top-color: #7c7c7c; 
			border-bottom-color: #dddddd;
			color:#333333;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			width:175px;
			margin:0px 0px 10px 0px;
		}
		.browse-sidebar input.submit {
			font-size:12px;
			color:#333333;
			padding:3px 5px 3px 5px;
		}
