/*** TEXT_DEFAULT ***/
div, p, a, input, ul, li, h1, h2, h3, h4, h5, label, select {
	font-family: "Lato", sans-serif;
	/*font-family:"Lato", sans-serif;*/
}

.text_smaller {
	color:#000000;
	font-size:16px;
	font-family: "Lato", sans-serif;
}
.text_small {
	color:#000000;
	font-size:17px;
	font-family: "Lato", sans-serif;
}
.text_normal {
	color:#000000;
	font-size:18px;
	font-family: "Lato", sans-serif;
}
.text_big {
	color:#000000;
	font-size:19px;
	font-family: "Lato", sans-serif;
}
.text_bigger {
	color:#000000;
	font-size:20px;
	font-family: "Lato", sans-serif;
}
.text_biggest {
	color:#000000;
	font-size:21px;
	font-family: "Lato", sans-serif;
}


/*** TEXT_COLOR ***/
.text_color_fault {
	color:#782f40;
}
.text_color_fault2 {
	color:#782f40;
}
.text_color_other {
	color:#782f40;
}
.text_color_akcio {
	color:#782f40;
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#782f40;	
}
.bg_color_dark2 {
	background-color:#827979;	
}
.bg_color_dark3 {
	background-color:#827979;	
}
.bg_color_dark4 {
	background-color:#a9adbd;	
}
.bg_color_dark4:hover {
	background-color:#782f40;	
}
.bg_color_dark5 {
	background-color:#827979;	
}
.bg_color_dark6 {
	background-color:#696d71;	
}
.bg_color_dark7 {
	background-color:#a2a2a2; 	
}
.cart2 .bg_color_dark4:hover {
	background-color:#eff2ff;	
}
/*** BORDER ***/
.border_1 {
	border:1px #efefef solid;	
}
.border_2 {
	border:1px #efefef solid;	
}
.border_3 {
	border:2px #efefef solid;	
}
