
/* Win 8 stiliaus mygtukai */
#header .brick_button_big{
	/* structure */
	width:210px;
	height:100px;
	margin:8px 6px 0 0;
	padding: 0;
	float:left;
	/* style */
	cursor:pointer;
	border:2px solid #FFF;
}
#header .brick_button_big img{
	/* structure */
	padding: 10px 25px 0 25px;
	float:right;
	width:50px;
	/* style */
	
}
#header .brick_button_big .label{
	color: white;
	padding: 10px 0 0 10px;
}
#header .brick_button_small{
	/* structure */
	width:100px;
	height:100px;
	margin:8px 6px 0 0;
	padding: 0;
	float:left;
	/* style */
	cursor:pointer;
	border:2px solid #FFF;
}
#header .brick_button_small img{
	/* structure */
	padding: 10px 0 0 25px;
	/* style */
	
}
#header .brick_button_small .label{
	color: white;
	text-align: center;
	padding-top: 10px;
}
.brick_button_slim{
	/* structure */
	height:35px;
	margin:8px 6px 0 0;
	padding: 0;
	padding-left:10px;
	padding-right:10px;
	float:left;
	/* style */
	cursor:pointer;
	border:2px solid #FFF;
	font-size: 14px;
}
.brick_button_slim2{
	/* structure */
	width:100px;
	height:50px;
	margin:8px 6px 0 0;
	padding: 0;
	float:left;
	/* style */
	cursor:pointer;
	border:2px solid #FFF;
}
.brick_button_slim .label, .brick_button_slim2 .label, .brick_button_slim_browser .label{
	color: white;
	text-align: center;
	padding-top: 9px;
}
 .brick_button_big:hover, .brick_button_small:hover, .brick_button_slim:hover{
	border:2px solid red;
}
 .brick_button_big:active, .brick_button_small:active, .brick_button_slim:active{
	border:2px solid black;
}
/*for file browser*/
.brick_button_slim_browser{
	/* structure */
	height:35px;
	margin:8px 6px 0 0;
	padding: 0;
	padding-left:10px;
	padding-right:10px;
	float:left;
	/* style */
	cursor:pointer;
	border:0px solid #FFF;
	font-size: 14px;
	background-color:#373743;
}
.brick_button_slim_browser:hover{
	background-color:#42424E;
}
.brick_button_slim_browser:active{
	background-color:#373743;
}
/*for linux-dash*/
.brick_button_slim_browser{
	/* structure */
	height:35px;
	margin:8px 6px 0 0;
	padding: 0;
	padding-left:10px;
	padding-right:10px;
	float:left;
	/* style */
	cursor:pointer;
	border:0px solid #FFF;
	font-size: 14px;
	background-color:#373743;
}
.brick_button_slim_browser:hover{
	background-color:#42424E;
}
.brick_button_slim_browser:active{
	background-color:#373743;
}

#header .brick_button_small_slim{
	/* structure */
	margin:8px 6px 0 0;
	padding: 0;
	float:left;
	/* style */
	cursor:pointer;
	border:2px solid #FFF;
	/* background-color:#92009E; */
}
#header .brick_button_small_slim:hover{
	border:2px solid red;
}
#header .brick_button_small_slim:active{
	border:2px solid black;
}