/* Mini Dashboard */

.wrapMiniDashboard {
	float: right;
	height: 37px;
	position: relative;
	text-align: left;
	width: 178px;
	z-index: 5;
}

	.titleBar {
		background-image: url(../Images/MiniDashboard/bg_minidashboard.gif);
		background-repeat: no-repeat;
		font-size: 12px;
		height: 34px;
		padding: 3px 10px 0px 10px;	
	}
	
	.titleBar .controls {
		font-size: 11px;
	}
	
	.titleBar .itemLeft {
		position: absolute;
		top: 10px;
	}
	
	.titleBar .itemRight {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	.MiniDashboardContent {
		background-image: url(../Images/MiniDashboard/MiniDashboard_bg.gif);
		background-repeat: repeat-y;
		float: right;
		position: relative;
		text-align: left;
		width: 178px;
		z-index: 5;
	}
	
	.wrapMiniDashboardContent {
		background-image: url(../Images/MiniDashboard/MiniDashboard_bg.gif);
		background-repeat: repeat-y;
		display: none;
		left: 0px;
		position: absolute;
		top: 37px;
	}
		
		.MiniDashboardContent .separator {
			background-image:url(../Images/MiniDashboard/MiniDashboard_separator.gif);
			background-repeat:repeat-y;
			clear: both;
			height: 5px;
			font-size: 1px;
		}
		
		.MiniDashboardContent .myProductsTitle {
			display: block;
			margin: 0px 10px 5px 10px;
		}
	
		.MiniDashboardContent span {
			display: block;
			margin: 0px 10px 5px;
		}
	
		.MiniDashboardContent .myProducts { /* UL */
			background: none;
			float: left;
			height: auto;
			left: auto;
			margin: 0px;
			padding: 0px 0px 10px 0px;
			position: relative;
			width: 178px;
		}
		
			.MiniDashboardContent .myProducts li {
				width:130px;
				height:auto;
				color:#ccc;
				list-style:none;
				background:none;
				margin:0;
				padding: 0px 20px;
				border:none;
			}
		
		.MiniDashboardContent .section {
			/*
			background-image: url(../Images/MiniDashboard/MiniDashboard_section.gif);
			background-repeat: no-repeat;
			*/
			height: 32px;
			position: relative;
			width: 178px;
		}
		
			.MiniDashboardContent .section.last {
				border-bottom: 1px solid #dedede;
			}
		
			.MiniDashboardContent .section span {
				position: relative;
				top: 10px;
			}
			
			.MiniDashboardContent .section img {
				/*float: right;
				position: absolute;
				right: 10px;
				top: 10px;*/
				border: none;
			}






#minidashboardIFrame {
	border: none;
	float: right;
	height: 37px;
	position: absolute;
	width: 178px;
	z-index: 5;
}
