.dashboard_box{
    padding:0px;
    border:1px solid silver;
    text-align:left;
    margin-bottom:10px;
}

.right-column{
    float:right;    
    text-align:right;
}
.right-column .dashboard_box{
    width:100%;
}
.right-column .dashboard_box h2{    
    background-color:#eee;
    padding:5px;
}

.dashboard_box h2{    
    background-color:#eee;
    padding:5px;
    border-bottom:1px solid silver;
    font-size:1.25em;
}
.row{
    width:90%;
}
.dashboard_box form{
    width:100%;
    display:inline-block;
    padding:5px;
}
.inf{
    width:18px;
    height:16px;
    padding:0;
    margin-left:5px;
    background-image:url(../images/SimpInfo.png);
    background-repeat:no-repeat;
    display:inline-block;
}
.dashboard_boxContent{
    padding:3px;
}

.folder	{
	background-image:url(/images/MiniShop-v2-editor/albumSwitch.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:9px;
	height:9px;
	display:inline-block;
	text-decoration:none;
	margin:18px 0px 5px 7px;
	outline:none !important;
}
.folder.open	{
	background-position:0px -9px;
}

