h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:14px;
	border-bottom:1px solid #CCCCCC
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Data table*/
table.data-table
{
	border:1px solid #000;
	border-collapse:collapse;
	background:#FFF;
}

table.data-table caption
{
	margin: 0;
	padding:3px 5px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background:#FFF;
}

table.data-table thead tr
{
	background:#FFF;
}

table.data-table th, table.data-table td
{
	margin: 0;
	padding:3px 5px;
	text-align:left;
}

table.data-table th
{
	color: #999;
	background:#FFF;
}

table.data-table tr
{
	background:#E6E6E6;
}

table.data-table tr:nth-child(even)
{
	background:#F1F1F1;
}

/*Information block*/
.information-block
{
	width:180px;
	margin-bottom:16px;
}

.information-block-head
{
	color:#BC262C;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#F5F5F5;
	margin-bottom:5px;
	width:200px;
}

.content-block-head
{
	background-color:#999999;
	color: #fff;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	padding: 5px 9px;
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
	font-size:11px;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}

div.hint, div.important, div.information
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	background:#FFFFFF url(images/icons/pin_16x16.png) no-repeat 6px 7px;
	padding:10px 10px 10px 27px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #BC262C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.important 
{
	background-image: url(images/icons/hand_point_16x16.png);
}

div.information
{
	background-image: url(images/icons/paper_bag_16x16.png);
}

div.query
{
    background: #f7f7f7;
    font-style: normal;
    margin: 1.5em 0px;
    padding: 0.5em 10px;
}

q
{
	background: url("images/quote-pic.png") no-repeat scroll 0 0 transparent;
	display: block;
	font-weight: 400;
	margin: 40px 0;
	padding-left: 70px;
	width: 440px;
}

q:before, q:after
{
	content: ""
}

q span
{
	display: block;
	font-weight: bold;
	margin-top: 7px;
}

q span:before
{
	content:"";
	margin-right: 0px
}

blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: normal;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}
 
blockquote:before {
    color: #bbb;
    content: "\201C"; /* Непечатаемый символ слева */
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
 
blockquote:after {
    color: #bbb;
    content: "\201D"; /* Непечатаемый символ справа */
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}
 
blockquote > p:first-child {
    display: inline;
}

figure img,
embed,
object,
video
{
	max-width: 100%;
}

fieldset {
	border: none;
	padding: 20px; 
	margin: 1em 0 1em 0; 
	color: #444; /* 555 */
	background:#f2f2f2;
}

article div {
	color: #999;
	font-style: italic;
}