.blue-bg{
	background-color:#7f6b57;
	border:0;
}
.blue-bg:hover{
	background-color:#504431;
	border:0;
}
.blue{
	color:#504431!important;
}
a{
	color:#504431!important;
}
.basket-btn{
	background-color:#337ab7;
	border:0;
}
.basket-btn:hover{
	background-color:#286090;
	border:0;
}
.head .lira_logo_div{
	padding-top:4px;
	padding-bottom:4x;	
}
.head .lira_logo, .footer02 .lira_logo{
	/*background-image: url("/images/rozsavolgyi.gif");*/
	/*background-size: 180px 81px;
	width:180px;
	height:81px;*/
	background-repeat: no-repeat;
	border:0px solid #000;
}

.head .menu{
	border: 1px solid #000;
}
.head .menu .blue{
    background: #504431; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#504431, #7f6b57); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#504431, #7f6b57); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#504431, #7f6b57); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#504431, #7f6b57); /* Standard syntax */	
	cursor:pointer;
}
.head .menu .blue_selected{
    background: #3c301c; /* For browsers that do not support gradients */
	cursor:pointer;
}
.head .menu .blue:hover{
	background: #3c301c;
}
.head .menu .white{
	color: #000;
	cursor:pointer;
}
.head .menu .white:hover{
	background-color:#eee;
}