@charset "utf-8";
/* CSS Document */

#themes{
	width:144px;
	position:fixed;
	right:-126px;
	top:0;
	height:100%;
	float:right;
}
#theme_tab{
	width:18px;
	height:100%;
	background:url(../images/themes_tab_bk.png) repeat-y;
	float:left;
}
#theme_choice{
	background:url(../images/tabBackground.jpg) right repeat-y #fff;
	height:100%;
	float:left;
	width:126px;
	padding:10px 0 0 0;
}
#theme_tab_button{
	height:62px;
	width:18px;
	background:url(../images/themes_tab.png) no-repeat;
	display:block;
	margin-top:150px;
}
#artTheme, #corpTheme, #sportTheme, #ecommTheme, #defcommTheme{
	width:125px;
	height:23px;
	display:block;
	color:#000;
	text-decoration:none;
	clear:both;
	padding:82px 0 0 0;
	font-size:12px;
	background-position:center;
	text-align:center;
}
#corpTheme{
	background:url(../images/corpTheme.png) no-repeat center top;
}
#artTheme{
	background:url(../images/artistTheme.png) no-repeat center top;
}
#sportTheme{
	background:url(../images/sportsTheme.png) no-repeat center top;
}
#ecommTheme{
	background:url(../images/ecomTheme.png) no-repeat center top;
}
#defcommTheme{
	background:url(../images/defcomTheme.png) no-repeat center top;
}