.filterBar {
	width:1000px;
	height:40px;
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-top:20px;
	}

.arbTitle {
	float:left;
	}
	
.filterBar {
	width:1000px;
	height:40px;
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: transparent;
	margin-top:20px;
	}
	
.filterLeft {
	width:10px;
	height:40px;
	background: url(../../images/game/games/filterbarsprite.png) 0 0 no-repeat;
	float:left;
	}
	
.filterCenter {
	width:978px;
	height:40px;
	background: url(../../images/game/games/filterbarsingle2.png) 0 0 repeat-x;
	float:left;
	}
	
.filterRight {
	width:10px;
	height:40px;
	background: url(../../images/game/games/filterbarsprite.png) -10px 0 no-repeat;
	float:left;
	}
	
.search {
	width:142px;
	height:24px;
	margin-top:8px;
	background: url(../../images/game/games/filtersearch.png) 0 0 no-repeat;
	float:right;
	}
	
.filter {
	width:142px;
	height:24px;
	margin-top:8px;
	margin-right:10px;
	background: url(../../images/game/games/filtersearch.png) 0 -24px no-repeat;
	float:right;
	}
	
.filter:hover {
	background-position: 0 -48px;
	}

.pageBlock {
	float:left;
	}	
		
.mediajobsWrap {
	width:770px;
	margin-top:30px;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding-bottom:10px;
	}	
	
.listBoxExtra {
	position: relative;
	}
	
.listBoxExtra .listLeft {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:8px;
	padding-bottom:-10px;
	background: url(images/mediajobssprite.png) 0 0 no-repeat;
	}
	
.listBoxExtra .listRepeat {
	margin-left:8px;
	float:left;
	background: url(images/mediajobsrepeat.png) 0 0 repeat-x;
	}
	
.listBoxExtra .listBorder {
	position:absolute;
	left:570px;
	top:0px;
	height:100%;
	width:2px;
	float:left;
	background: url(images/borderrepeat.png) 0 0 repeat-y;
	z-index:2;
	padding-bottom:9px;
	}
	
.listBoxExtra .listRight {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:8px;
	padding-bottom:-10px;
	background: url(images/mediajobssprite.png) -8px 0 no-repeat;
	}
	
.listBottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:770px;
	height:10px;
	background: url(images/mediajobsbottom.png) 0 0 no-repeat;
	}
	




.listBoxExtra .mediajobsImg {
	margin: 0 auto;
	display:block;
	}

.listBoxExtra .listContentLeft {
	width:180px;
	margin-top:10px;
	margin-right:10px;
	float:left;
	}
	
.listBoxExtra .listContentCenter {
	width:370px;
	margin-top:10px;
	float:left;
	}
	
.listBoxExtra .listContentCenterBlock {
	width:350px;
	margin: 0 10px 0 10px;
	}
	
.listBoxExtra .listContentRight {
	width:180px;
	padding-left:12px;
	margin-top:10px;
	float:left;
	}

.listBoxExtra .mediaScreen {
	width:100px;
	height:66px;
	margin-right:13px;
	margin-top:15px;
	background:#333;
	float:left;
	border:1px solid #444;
	}
	
.listBoxExtra .mediaScreen:hover {
	border:1px solid #888;
	}

.listBoxExtra .viewMore {
	text-align:right;
	padding:10px 0px 0 0;
	font-size:11px;
	}

.listBoxExtra .buttonLarge {
	margin-left:10px;
	width:160px;
	height:70px;
	display:block;
	background: url(images/mediabuttons.png) 0 0 no-repeat;
	}
	
.listBoxExtra .buttonLarge:hover {
	background-position:0 -70px;
	}
	
.listBoxExtra .buttonMedium {
	margin-left:10px;
	width:160px;
	height:30px;
	display:block;
	margin-top:10px;
	background: url(images/mediabuttons.png) 0 -140px no-repeat;
	}

.listBoxExtra .buttonMedium:hover {
	background-position:0 -170px;
	}
	
.listBoxExtra .mediaText {
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	}
	
.museLogoMed {
	width:195px;
	height:65px;
	}
	

