/*******************************
	Bucket
********************************/
#bucket .tabs{
	height:33px;
	background:url(../images/layout/home/highlight-tab-bg.png);
	margin-bottom:20px;
	position:relative;
}
#bucket .tabs .tab{
	float:left;
	padding-right:2px;
	font-weight:bold;
	font-size:1.3em;
}
#bucket .tabs .tab a{
	display:block;
	padding:10px 9px 6px 12px;
}
#bucket .tabs .tab.selected{
	background:url(../images/layout/home/highlight-tab-bg.png) bottom right;
}
#bucket .tabs .tab.selected a{
	color:#333333;
	cursor:auto;
	background:url(../images/layout/home/highlight-tab-bg.png) bottom left;
}

#bucket .filter{
	height:21px;
	text-align:right;
	font-size:0.9em;
}
#bucket .filter a{
	background:url(../images/layout/channels/filter-en.png) no-repeat;
}
.fr #bucket .filter a{
	background-image:url(../images/layout/channels/filter-fr.png);
}
.de #bucket .filter a{
	background-image:url(../images/layout/channels/filter-de.png);
}
.jp #bucket .filter a{
	background-image:url(../images/layout/channels/filter-jp.png);
}
#bucket .tabs .filter{
	width:445px;
	position:absolute;
	top:7px;
	right:0px;
}
#bucket .filter .tool{
	float:right;
	margin-left:9px;
}
#bucket .filter .view{
	width:39px;
}
#bucket .filter .view a{
	display:block;
	height:21px;
	float:left;
	background-color:#333;
	text-indent:-9999px;
	overflow:hidden;
	text-align:left;
}
#bucket .filter .view a.grid{
	width:20px;
}
#bucket.grid .filter .view a.grid{
	background-position:0px bottom;
}
#bucket .filter .view a.list{
	width:19px;
	background-position:-21px top;
}
#bucket.list .filter .view a.list{
	background-position:-21px bottom;
}

#bucket .filter .pagination{
	display:none;
}
#bucket .filter .pagination a{
	display:block;
	height:21px;
	float:left;
	background-position:center top;
	text-align:center;
	line-height:21px;
	padding:0px 4px;
	color:#656565;
	font-weight:bold;
}
#bucket .filter .pagination a.active{
	color:#0093dc;
}
#bucket .filter .pagination a.back,#bucket .filter .pagination a.next,#bucket .filter .pagination a.all{
	text-align:left;
	overflow:hidden;
	text-indent:-9999px;
	width:26px;
	padding:0px;
}
#bucket .filter .pagination a.back{
	background-position:-39px top;
}
#bucket .filter .pagination a.back:hover{
	background-position:-39px bottom;
}
#bucket .filter .pagination a.next{
	background-position:-341px top;
}
#bucket .filter .pagination a.next:hover{
	background-position:-341px bottom;
}
#bucket .filter .pagination a.all{
	background-position:-367px top;
	width:58px;
}
#bucket .filter .pagination a.all:hover{
	background-position:-367px bottom;
}

#bucket .filter .sortby{
	display:none;
}

#bucket .pages .page{
	display:none;
}
#bucket .pages .page.active{
	display:block;
}

#bucket.list .pod{
	display:block;
	float:none;
	margin:0px;
	width:980px;
}
#bucket.list .pod .top h3{
	background-image:url(../images/layout/global/pod-list-wide-header.png);
}
#bucket.list .pod .top{
	background-image:url(../images/layout/global/pod-list-wide-header.png);
	height:105px;
}