/* $Rev: 18980 $ */

#storefront_side_column {
	width: 200px;
	float: left;
}
#storefront_side_column ul {
	margin: 0;
	padding: 0;
}

#storefront_side_column ul li {
	list-style: none;
	text-align: left;
}

#storefront_side_column ul li a:link,#storefront_side_column ul li a:visited
	{
	display: block;
	padding: 10px 5px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	background: #fefefe url('../images/backgrounds/bullet_list_arrow_1.gif') no-repeat left center
		;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f3f3f3;
	text-decoration: none;
}

#storefront_side_column ul li a:hover,#storefront_side_column ul li a:active
	{
	display: block;
	padding: 10px 5px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	background: #f3f3f3 url('../images/backgrounds/bullet_list_arrow_2.gif') no-repeat left center
		;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: underline;
}

/* Categories and Pages lists */

.sortable_list {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sortable_list div.item_name {
	padding-top: 3px;
}

.sortable_item_controls {
	float: right;
}

.storefront_sort_item {
	border: 5px solid #eaeaea;
	padding: 4px 10px;
	margin: 5px;
	font-weight: bold;
	font-size: 12px;
	background: #f7f7f7;
	color: #666666;
	display: block;
	cursor: pointer;
	height: 25px;
}

.storefront_sort_item:hover {
	background: #ffffe1;
	cursor: pointer;
}
