
#leftSidebar div { border: 0px solid black; }

#leftSidebar {
	/*padding-left:0px;
	padding-right:0px;	
	float:left;
	overflow: hidden;
	bottom:0px;*/
	
	z-index: 1;

    position: absolute;
    left: 0px;
    top: 113px;
    bottom: 0px;	
}

#leftSidebar  .row {	
	float: left;
	border: 0px solid #000;
	width: 66px;
	height: 100%;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
}
#leftSidebar .row .block{
	
	border-radius: 15px;  
	float: left;
	border: 1px solid #2b265c;
	min-width: 52px;
	max-width: 52px;
	min-height:48px;
	max-height:48px;		
		
	text-align: center;
	font-size: 8px;	
	margin: 5 0 0 5;
	padding: 0 0 0 0;
	
	display:block;
	
}

#leftSidebar .row .block .icon img{
	max-width:  100%;
    max-height: 100%;
}

#leftSidebar .row .block .title{
	color: #2b265c;
	width: 100%;
	text-align: center;
	display:block;
	font-size: 8px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#leftSidebar .row .block .icon{
	color: #0f7afd;
	width: 100%;
	height: 28px;
	overflow:hidden;
}
#leftSidebar .row .block .info{
	color: #aaa;
	width: 100%;
	text-align: center;
	font-size: 2vw;
	padding-top: 5px;
	padding-bottom: 10px;
}



#leftSidebar .row .blockBottom2{
	position: absolute;
	border-radius: 15px;  
	float: left;
	border: 1px solid #ccc;
	min-width: 52px;
	max-width: 52px;
	min-height:48px;
	max-height:48px;		
		
	text-align: center;
	font-size: 8px;	
	margin: 5 0 0 5;
	padding: 0 0 0 0;
	
	display:block;
	bottom: 64px;	
}
#leftSidebar .row .blockBottom{
	position: absolute;
	border-radius: 15px;  
	float: left;
	border: 1px solid #ccc;
	min-width: 52px;
	max-width: 52px;
	min-height:48px;
	max-height:48px;		
		
	text-align: center;
	font-size: 8px;	
	margin: 5 0 0 5;
	padding: 0 0 0 0;
	
	display:block;
 bottom: 10px;
	
}
#leftSidebar .row .blockBottom2 .icon img,
#leftSidebar .row .blockBottom .icon img{
	max-width:  100%;
    max-height: 100%;
}
#leftSidebar .row .blockBottom2 .title,
#leftSidebar .row .blockBottom .title{
	color: #aaa;
	width: 100%;
	text-align: center;
	display:block;
	font-size: 8px;
	padding: 4 0 2 0;
}
#leftSidebar .row .blockBottom2 .icon{
	color: #0f7afd;
	width: 100%;
	height: 28px;
	overflow:hidden;
}
#leftSidebar .row .blockBottom .icon{
	color: #0f7afd;
	width: 100%;
	height: 18px;
	overflow:hidden;
}
#leftSidebar .row .blockBottom2 .info,
#leftSidebar .row .blockBottom .info{
	color: #aaa;
	width: 100%;
	text-align: center;
	font-size: 8px;
	padding: 1 0 2 0;
}



/* MENU IN BANNER! */
/*
#banner #leftSidebar {
	white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

#banner div { border: 0px solid black; }

#banner #leftSidebar .row {
	z-index:9;
	position: absolute;
	top: 0px;

	right:0;
	border: 0px solid #000;
	width: 640px;
	font-size: 3vw;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #f07d00;
	text-align: right;
}
#banner #leftSidebar .row .block{	
	border-radius: 25px;  
	float: left;
	border: 2px solid #fff; 
	min-width: 96px;
	max-width: 96px;
	min-height:81px;
	max-height:81px;
		
	text-align: center;
	font-size: 3vw;	
	margin-top: 5px;
	margin-bottom: 5px;		
	margin-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	display:block;
	
}

#banner #leftSidebar .row .block .icon img{
	max-width:  100%;
    max-height: 100%;
}

#banner #leftSidebar .row .block .title{
	color: #fff;
	width: 100%;
	text-align: center;
	display:block;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#banner #leftSidebar .row .block .icon{
	color: #0f7afd;
	width: 100%;
	height:54px;
	overflow:hidden;
}
#banner #leftSidebar .row .block .info{
	color: #aaa;
	width: 100%;
	text-align: center;
	font-size: 2vw;
	padding-top: 5px;
	padding-bottom: 10px;
}
*/

