/*
 * trendless.ru base styles
 * Author: Zolotov Nikita (nikita at infolio.ru)
 *
 * Include reset and content 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
input, textarea, select{
	font: 100% arial, sans-serif;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
blockquote, q{
	quotes: none;
	}
body{
	font: 16px/1.3 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; /* (ie.css) - 100% */
	color: #393939;
	background: #fff;
	}
a{ text-decoration: none; }
a:link      { color: #0086b1; border-bottom: 1px solid; }
a:visited   { color: #105a72; border-bottom: 1px solid; }
a:hover     { color: #0086b1; border-bottom: 1px dotted; }
a:active    { color: #0086b1; background: #e1faff; }

#content h2{
	margin: .385em 0 1.5em 0;
	font: bold 1.3175em/1 Arial, Helvetica, sans-serif;
	}
#content h3{
	margin: 1.25em 0 .5em 0;
	font: normal 1.25em/1 Tahoma, Helvetica, sans-serif;
	}
#content h4{
	margin: 1em 0 .5em 0;
	font: bold .875em/1 Arial, Helvetica, sans-serif;
	}
#content p,
#content ul,
#content ol,
#content dl,
#content table{
	margin-bottom: 1em;
	font-size: .8125em; /* (16px) = 13px */
	}
#content ol{
	padding-left: 2em;
	}
#content ul ul{
	margin-top: .5em;
	}
#content li{
	margin-bottom: .5em;
	padding-bottom: 1px;
	}
#content ul li{
	padding-left: 22px;
	list-style: none;
	background: url('../img/list_item.gif') no-repeat 0 .8em;
	}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul,
#content dl ul,
#content dl ol,
#content dl p,
#content ul p,
#content ol p,
#content table p,
#content table ul,
#content table ol{
	font-size: 1em;
	}
#content table{
	width: 100%;
	}
#content th,
#content td{
	padding: .5em;
	border-bottom: 1px solid #ccc;
	}
#content th{
	font-weight: normal;
	text-align: left;
	}
#content thead th{
	background: #f5f5f5;
	}
#content caption{
	margin-bottom: .5em;
	}
#content sup,
#content sub{
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
	font-size: .8em;
	}
#content sub{
	top: 0;
	bottom: -0.4em;
	}