

@media print {
	h1			{ page-break-before: always }
	h1, h2, h3,
	h4, h5, h6	{ page-break-after: avoid }
	ul, ol, dl	{ page-break-before: avoid }
}

/* ovl */

#divOvl {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;

	background-color: black;
	/* -moz-opacity: 0.4; */
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

#divOvlPos {
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
}

#divOvlContent, #divOvlLoading {
	margin: 0 auto;
}

#iframeOvl {
	border: solid 1px #ffffff;
	background: #ffffff;
}

#divOvlClose {
	z-index: 1002;
	position: absolute;
	right: -25px;
	cursor: pointer;
}

#imgOvl {
	border: solid 1px #ffffff;
}

/* png */

.png {
	//background-image: none ! important;
	behavior: url('../../common/static/pngfix/pngfix.htc');
}
.png_img { behavior: url('../../common/static/pngfix/pngbehavior.htc'); }

/* -- main ---------------------------------------------------------- */

@media print {
	.dont_print {
		display: none;
	}
}

.fw			{ width: 100% }
.fh			{ height: 100% }
.fwh		{ width: 100%; height: 100% }

/* general content */
.page-content, body.fck, body.fck-pannel div.SC_Panel {
	background-color: #ffffff;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #516765;
}

/* general fck editor area */
body.fck {
	height: auto !important;
	padding: 10px;
}

/* general hover items in fck editor comboboxes */
body.fck-pannel div.SC_ItemOver {
	border: solid 1px #ffffff;
}

/* nav_path */
div.nav_path {
	background-color: #eeeeee;
	padding: 5 5 7 5px;
	margin: 10 0 5px 0;
	font-size:10px;
}

div.nav_path a {
}

/* msg */
.error_msg {
	border: solid 1px #cc0000;
	background-color: #ffe4db;
	padding: 5px;
	margin: 0 0 5px 0;
}

.info_msg {
	border: solid 1px #00cc00;
	background-color: #e5ffdb;
	padding: 5px;
	margin: 0 0 5px 0;
}

/* forms */
div.forms fieldset				{ width:350px; padding: 0px 10px 20px 10px; }
div.forms fieldset legend		{ padding: 0 5px 0 5px; font-weight:bold; font-size: 20px }
table.forms						{ width:350px; border-collapse:collapse }
div.forms fieldset table.forms	{ margin-top: 10px; }
table.forms td					{ width:70%; padding: 2px 5px 2px 5px }
table.forms th					{ width:30%; padding-right: 10px; text-align:right; white-space:nowrap }
table.forms td input			{ width:100% }
table.forms td textarea			{ width:100% }
table.forms td select			{ width:100% }
table.forms td input.checkbox	{ width:auto; margin: 0px 5px 0px 0px; }
table.forms td label			{  }
table.forms td img.captcha		{ border: solid 1px #000000 }
table.forms ul					{ list-style:none; margin:0px }
table.forms ul.errorlist li		{ color:#cc0000; }
table.forms tr.buttons td		{ white-space: nowrap }
table.forms tr.buttons td input	{ width:auto; margin: 10px 5px 0 0 }

/* slidebar */
table.slidebar						{ width:100%; background-color:#f47e36; height:20px; margin: 0px 0px 0px 0px }
table.slidebar tr td 				{ vertical-align:middle; font-size:10px; padding: 0px 7px 2px 7px; color:#ffffff; white-space:nowrap }
table.slidebar td a					{ color:#ffffff; text-decoration:none }
table.slidebar td a:hover			{ text-decoration:underline; color:#ffffff }
table.slidebar .left				{ width:50%; padding: 0px 15px 2px 15px; color:#ffffff }
table.slidebar .right				{ width:50%; padding: 0px 15px 2px 15px; color:#ffffff; text-align:right }
table.slidebar .to_left				{ background-color:#f47e36 }
table.slidebar .to_left a			{ color:#ffffff; text-decoration:none }
table.slidebar .to_left a:hover		{ text-decoration:underline;}
table.slidebar .to_right			{ background-color:#f47e36}
table.slidebar .to_right a			{ color:#ffffff; text-decoration:none }
table.slidebar .to_right a:hover	{ text-decoration:underline }
table.slidebar .active				{ background-color:#ffffff; color:#000000 }
table.slidebar .active a			{ color:#000000 }

/* wed */
img.wed-img			{ border: 1px solid #888888; }
img.wed-left-img	{ border: 1px solid #888888; margin-right: 5px; float: left; }
img.wed-right-img	{ border: 1px solid #888888; margin-left: 5px; float: right; }

hr.wed-hr	{ color: #475d6a; }
.wed-alert	{ color: #ff6c00; font-weight: bold; }

table.wed-table			{ border-collapse: separate; background-color: #ffffff; border: none; }
table.wed-table td		{ background-color: #eeeeee; padding: 2px; border: none; }
table td.wed-common-td	{ background-color: #eeeeee; }
table td.wed-h1-td		{ background-color: #888888; color: #ffffff; font-weight: bold; }
table td.wed-h2-td		{ background-color: #bbbbbb; font-weight: normal; }

/* photos */
div.photo {
	width:144px;
	text-align:center;
}

div.photo a.descr {}


table td {vertical-align:top;}
img{ border:none}
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: white;
	font-family: verdana, arial, serif;
	font-size:12px;


}

table {
	padding: 0px;font-size:12px;
}
a {color:#1f6bb9;}
a:hover {color:#ff6c00}
.menu_items { background:url(menu_bg.gif) repeat-x}
.menu_items a { text-align:center;font-size:10px; text-transform:uppercase; font-weight:bold; color:#FFFFFF; text-decoration:none; display:block; width:100%; height:100%; line-height:40px;}
.menu_items a:hover { background:url(menu_spacer.gif) repeat-x;color:#FFFFFF; }
.menu_items a.some { font-size:10px; text-transform:uppercase; font-weight:bold; color:#FFFFFF; text-decoration:none; display:block; width:100%; height:100%; line-height:40px;}
.menu_items a.some:hover { background:url(http://www.an-publicity.ru/base/static/menu_spacer2.gif) repeat-x;color:#000000; }
.menu_items td { text-align:center}
.menu_items td.dis { height:42px; background:url(menu_spacer.gif) right  no-repeat}
.menu_items td.act table td { background:url(mn_act.gif) repeat-x}
.menu_items td.act table td a{ color:#000000; }
.menu_items td.act table td a:hover{ background:none;color:#000000; }
div.left { margin:0 0 10 25px; list-style:none}
div.left div { background:url(arr.gif) no-repeat;}
div.left div a{ font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;  margin:0 0 0 20px; line-height:20px ;  }
a.big{ font-family:Tahoma,Arial, Helvetica, sans-serif; font-size:18px; margin:10 10 125 10px;}
p{ color:#282828; font-size:12px; line-height:18px; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px;}
p.main{ margin:5 0 0 0px;}
input.btn{ padding:0 5 0 5px; font-size:11px; height:20px;}
select.dropdown{ font-size:11px; height:22px; font-family:Verdana, Arial, Helvetica, sans-serif;}
ol, ul{ margin:0 0 10 25px;}
h1{ font-weight:bold; color:#ff6c00; font-family:tahoma, Arial, Helvetica, sans-serif; font-size:24px; margin:20 0 10 0px;}
h2{ font-weight:bold; color:#3b3b3b; font-family:tahoma, Arial, Helvetica, sans-serif; font-size:20px; margin:30 0 10 0px;}
h3{ font-weight:bold; color:#ff6c00; font-family:tahoma, Arial, Helvetica, sans-serif; font-size:16px; margin:30 0 10 0px;}
h4{ font-weight:bold; color:#3b3b3b; font-family:tahoma, Arial, Helvetica, sans-serif; font-size:12px; margin:30 0 10 0px;}

/* order table */
table.order { background:#cccccc; }
table.order tr td { vertical-align:middle; background:#eeeeee; padding:5px; }
table.order tr.selected td { background:#f5f0db; padding:5px;  }
table.order tr th { padding:5px; background:#FFFFFF }