@CHARSET "UTF-8";

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;
	font: normal 13px/20px "Lucida Grande", "Myriad Pro", "Lucida Sans Unicode", sans-serif;
}
hr, img, object {
	border: 0;
}
input, select, button {
	vertical-align: middle;
}
textarea {
	vertical-align: top;
}
input, button {
	overflow: visible;
}
select[size] {
	vertical-align: top;
}
select[size="1"] {
	vertical-align: middle;
}
fieldset legend {
	*margin-left: -7px;
}
caption, td, th, tr {
	vertical-align: top;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
optgroup {
	color: black;
	background: white;
	font-style: normal;
}
optgroup option {
	padding-left: 22px;
}
hr {
	color: black;
	background-color: black;
	height: 1px;
	margin: 7px 0;
	*margin: 0;
}
body {
	line-height: 1;
}
ol li, ul li {
	vertical-align: bottom;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
q {
	quotes: '\00AB' '\00BB' '\201E' '\201C';
}
q:before {
	content: '\00AB';
}
q:after {
	content: '\00BB';
}
q q:before {
	content: '\00AB';
}
q q:after {
	content: '\00BB';
}
sub, sup {
	position: relative;
	font-size: 11px;
}
sub {
	top: 5px;
}
sup {
	top: -5px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* ------ End of reset.css ------ */



/* ----- Макет ----- */
#header {
	background: #ffe092;
	margin: 0;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 60px;
}

#header td {
	vertical-align: bottom;
}

#header td img {
	height: 80px;
}

#header td h1 {
	margin-left: 30px;
}
/* ----- Конец макета ----- */



/* ----- Основные стили ----- */
body {
	margin: 20px;
	*margin: 0;
}

h1 {
	font-size: 1.5em;
}
/* ----- Конец основных стилей ----- */



/* ----- Печать заказа ----- */
table#info {
	margin-bottom: 50px;
	border: none;
}

table#info td.info {
	padding-top: 20px;
	padding-right: 20px;
	text-align: justify;
}

table#info td.info p {
	font-size: 0.9em;
}

table#info td.info li {
	list-style: none;
	margin-left: 30px;
}

table#info_info td {
	border: 1px solid black;
}

table#info_info td.comments {
	font-size: 0.9em;
	font-style: italic;
	border:none;
	border-top: 1px solid black;
	color: #990000;
}
/* ----- Конец печати заказа ----- */



/* ----- Стандартная таблица ----- */
.standard_table thead td {
	background-color: #f4f0b5;
}

.standard_table thead td a {
	color: red;
}

.standard_table td {
	border: 1px solid black;
	padding: 5px;
}

.standard_table td img {
	height: 18px;
}

.standard_table td a {
	font-size: 1.1em;
	color: #660000;
}

.standard_table td a:hover {
	color: #ff0000;
}

.standard_table select {
	width: 100px;
}
/* ----- Конец стандартной таблицы ----- */



/* ----- Вывод CoinDetails ----- */
table.coin_details {
	width: 100%;
	page-break-inside: avoid;
	margin-bottom: 20px;
}

table.coin_details img {
	border: 1px solid gray;
}

table.coin_details td {
	padding: 5px;
	vertical-align: top;
}

table.coin_details td.info {
	padding: 10px;
	width: 100%;
}

table.coin_details p.place {
	color: darkblue;
	font-size: 1.1em;
}

table.coin_details p.place img {
	border: none;
	height: 16px;
}

table.coin_details p.details {
	font-size: 0.8em;
	font-style: italic;
}

table.coin_details p.price {
	margin-top: 10px;
	font-weight: bold;
}
/* ----- Конец вывода CoinDetails ----- */

#ZFDebug_debug {
	display: none;
}