/*	---------------------------------------------------------------------------------------
	Acare Beauty
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Reset styles & basic classes
	Media:				print
	Datum:				28. 1. 2009
	Author:				Martin Jemelka (http://europemc.cz/)
	---------------------------------------------------------------------------------------	*/

/*	---------------------------------------------------------------------------------------
	Reset & default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "helvetica", arial, sans-serif;
	font-size: 13px;
    line-height: 19px;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; color: #6d6f71;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}

a { text-decoration: underline; color: #999999; }
a:hover { text-decoration: none; color: #4a4a4a; }

h1, h2, h3, h4, h5 { font-family: "ff_din_ot_mediumregular", "helvetica", arial, sans-serif; }

td {
    vertical-align: top;
}

ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

.nowrap { white-space: nowrap; }

strong, b { font-weight: 600; }

.block { display: block; }
.inline-block { display: inline-block; }

.float-left { float: left; }
.float-right { float: right; }


.clear, .cleaner {clear: both;}