h2 { float: left; }

#collections_list, #collections_list_AtoZ {
	clear: both;
}

#collections_list div, #collections_list_AtoZ div {
/*	border: 1px solid #444444; */
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	width: 700px;
}

#collections_list h3, #collections_list_AtoZ h3 {	
	background-image: url('../images/display_options/blue_square_close.gif');
	background-repeat: no-repeat;
	background-position: 16px 16px;
	*background-position: 16px 8px;
	
	color: #007dc3;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	
	margin: 0;
	padding: 10px 400px 10px 30px;
	*padding: 3px 400px 3px 30px;
	
	text-transform: uppercase;
	width: 300px;
}

#collections_list hr, #collections_list_AtoZ hr {
	border: 0 none;	
	background-color: #e5e5e5;
	color: #e5e5e5;
	height: 1px;
	margin: 0 0 0 30px;
	text-align: left;	
	width: 620px;	
}

#collections_list ul, #collections_list_AtoZ ul {
/*	border: 1px solid #444444; */
	clear: none;
	float: left;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
	width: 290px;
}

#collections_list li, #collections_list_AtoZ li {
	margin-bottom: 4px;
}

#collections_list .highlight, #collections_list_AtoZ .highlight {
	background-color: #007dc3;
	color: #ffffff !important;
	height: 100px;
	/* padding: 7px 7px 7px 10px; */
	padding: 5px 7px 4px 10px;
	margin: 9px 0 5px 0;
}

#collections_list .highlight a, #collections_list_AtoZ .highlight a {
	color: #ffffff;
	line-height: 1em;
}

#collections_list .highlight a:hover, #collections_list_AtoZ .highlight a:hover {
	text-decoration: underline;
}

#collections_list .highlight p, #collections_list_AtoZ .highlight p {
	margin: 0;
	padding-top: 5px;
	text-align: left;
	width: 160px;
}

#collections_list .highlight img, #collections_list_AtoZ .highlight img {
	float: right;
	display: none;
	padding-top: 3px;
	width: 95px;
	height: 95px;
}

.border_bottom {
	border-bottom: 1px solid #e5e5e5;
}

.collapsible {
	background-repeat: no-repeat;
	background-image: url('../images/display_options/expand_all.gif') !important;
	background-position: center left;
	cursor: pointer;
	margin-left: 16px;
	padding-left: 14px;
}

.collapsed {
	background-image: url('../images/display_options/collapse_all.gif') !important;
}

.item_open {
	background-image: url('../images/display_options/blue_square_open.gif') !important;
}

.large { 
	font-size: 1.7em;
	line-height: 1em;
}

.list_display_control {
	background-color: #007dc3;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 20px 0 0 20px;
	padding: 3px 5px 3px 5px;	
	text-transform: uppercase;
	width: auto !important;
}

.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;	
}

/***** search collection form *****/

.search_collection {
	float: left;
	margin-left: 20px;
}

.search_collection .wrapper {
	border: 1px solid #c5c5c5;
	float: left;
	overflow: hidden;
	text-align: left;
}

.search_collection  input[type="text"] {
	/*
	background-image: url('../images/search_small_trans.gif');
	background-repeat: no-repeat;
	background-position: 5px 6px;
	*/
	
	border: none 0;
	color: #444444;	
	float: left;
	font-size: 1.2em;
	padding: 3px;	
	width: 165px;
}

.search_collection  input[type="image"] {
	float: right;
	padding: 6px 5px 6px 5px;
}

/***** view options *****/
.view_options {
	clear: both;
	float: left;
	list-style: none;
	margin-top: 265px;
	width: 200px;
}

.view_options a {
	color: #444444;
	text-decoration: none;
}

.view_options li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0 5px 18px;
}

.view_options ul {
	list-style: none;
	padding-left: 20px;
}

.view_options ul li {
	cursor: pointer;
	line-height: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.view_options label {
	vertical-align: text-bottom;
}

.view_options .no_border {
	padding-bottom: 0 !important;
}

.view_options .section_title {
	padding: 0 0 0 20px !important;
}