/* -----------------------------------------------
 For Windows Internet Explorer 6 
 ----------------------------------------------- */

.formLineHeightAdj {
	position:relative;
	top:-2px;
}

.filterbar_caption {
	color: #444;
	font-size: 9px;
	letter-spacing: -1px;
}

.sortbar_caption {
	padding-right: 10px;
	color: #D3D4B6;
	font-size: 9px;
	letter-spacing: -1px;
}

.rez_type_banner {
	font-size: 8px;
}

.rez_type_floater {
	font-size: 8px;
}

/* -----------------------------------------------
 "Accessed" links (so type is not too large)
 ----------------------------------------------- */
a.rez_type_link {
	border: 1px solid #CCC;
	color: #777;
	float: right;
	font-size: 8px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link:hover {
	border: 1px solid #CCC;
	background-color: #777;
	color: white;
	float: right;
	font-size: 8px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}
 
/* -----------------------------------------------
 Store - List View 
 ----------------------------------------------- */

.store_category_list {
 	list-style-type: none;
 	margin-top: 4px;
	margin-left: 10px;
}

.store_special_list {
	margin-left: 10px;
}

.store_listing_hrule {
	height: 1px;
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
}

.special_block {
	background: url(art/gradient_yellow_TB.jpg) repeat-x;
	text-align: center;
	width: 350px;
	height: 250px;
	padding: 20px;
	overflow: auto;
}

a.imagelink {
	border: 1px solid white;
	text-decoration: none;
	display: block;
}
a.imagelink:hover {
	border: 1px solid <?php print($color_accent_02_dark); ?>;
	text-decoration: none;
	display: block;
}

/* -----------------------------------------------
 Toolkit listings on Compass pages 
 ----------------------------------------------- */
.toolkit_description_list {
	padding-bottom: 10px;
}
