/*
 * vnmotors.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.4 Tahoma, Geneva, sans-serif; /* (ie.css) - 100% */
	color: #333;
	}
a{ text-decoration: none; }
a:link		{ color: #004889; border-bottom: 1px solid; }
a:visited	{ color: #606; border-bottom: 1px solid; }
a:hover		{ color: #004889; border-bottom: 1px dotted; } 
a:active	{ color: #004889; background: #e3f9ff; }

#content h1{
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #fff;
	}
#content h2{
	margin: 1.5em 0 .5em 0;
	font: bold 1.125em Arial, Helvetica, sans-serif;
	color: #61b01f;
	}
#content h3{
	margin: 1em 0 .25em 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	}
#content h4{
	margin: 1em 0 .25em 0;
	font-size: .75em;
	}
#content p,
#content ul,
#content ol,
#content dl,
#content table{
	margin-bottom: 1.5em; /* (13px) = 18px */
	font-size: .75em; /* (16px) = 12px */
	}
#content ul,
#content ol{
	margin-left: 3em; /* (12px) = 36px  */
	}
#content li,
#content dd{
	margin-bottom: .5em;
	}
#content th,
#content td{
	padding: .5em;
	border-bottom: 1px solid #ccc;
	}
#content th{
	padding-top: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	}
#content caption{ margin-bottom: .5em; }

#content dt{
	font-style: italic;
	}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul,
#content dl ul,
#content dl ol,
#content ul p,
#content ol p,
#content table p,
#content table ul,
#content table ol{
	font-size: 1em;
	}
