/*L2Banners.ru - Верстка сайтов на заказ
ICQ: 691132077
Email: l2banners@mail.ru
*/


html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}



.float_l {
	float: left;
}

.float_r {
	float: right;
}

.ta_c {
	text-align: center;
}

.ta_l {
	text-align: left;
}

.ta_r {
	text-align: right;
}


/* убираем выделение ссылок пунктирной рамкой в FF и IE */
a:active,
a:focus {
	outline: expression(hideFocus='true');
}

::-webkit-input-placeholder {
	color: rgba(213, 200, 180, 0.5);
	font-weight: 300;
	transition: .3s all;
	text-overflow: ellipsis;
}

::-moz-placeholder {
	color: rgba(213, 200, 180, 0.5);
	font-weight: 300;
	transition: .3s all;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: rgba(213, 200, 180, 0.5);
	font-weight: 300;
	transition: .3s all;
	text-overflow: ellipsis;
}

:-ms-input-placeholder {
	color: rgba(213, 200, 180, 0.5);
	font-weight: 300;
	transition: .3s all;
	text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
	color: transparent
}

:focus::-moz-placeholder {
	color: transparent
}

:focus:-moz-placeholder {
	color: transparent
}

:focus:-ms-input-placeholder {
	color: transparent
}



.content_ol ol {
	list-style: decimal;
	list-style-position: inside;
}

.content_ul ul {
	list-style: disc;
	list-style-position: inside;
}