

li { list-style-type: none; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

#main-content  { width: 705px;}
.thumbs{background: #333 url(../images/section-bg.gif) repeat-x;}
#main-content p { margin-bottom : 10px; border: none;text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.title {cursor:pointer; display:block; padding:5px; margin-top: 0; background: #5e5e5e url(../images/triangle-up.gif) no-repeat center right;  border-bottom: 1px solid #868686;}
.title:hover {background: #3e3e3e url(../images/triangle-up.gif) no-repeat center right; }
.selected {background: #5e5e5e url(../images/triangle-down.gif) no-repeat center right; border: none;}

.integrated-campaigns{background: url(../images/integrated-campaigns.gif) no-repeat; height: 14px;}
.games{background: url(../images/games.gif) no-repeat; height: 14px;}
.motion{background: url(../images/motion.gif) no-repeat; height: 14px;}
.web{background: url(../images/web.gif) no-repeat; height: 14px;}
.on-demand{background: url(../images/on-demand.gif) no-repeat; height: 14px;}
.videos{background: url(../images/videos.gif) no-repeat; height: 14px;}


#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #main-content div{
		display: block!important;
		height: auto!important
	}
}