@charset "utf-8";
@import "reset.css"; /*сброс умолчаний браузера*/
@import "layout.css"; /*общий макет, универсальные блоки*/
@import "elements.css"; /*типографика, сквозные элементы*/
@import "modules.css"; /*всё многообразие модулей, блоков*/



html,body {	
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width:100%
	position: relative;

	min-height: 100%;
	min-width: 100%;
}
body{background: #1b1b4f url(../../images/bg/bg.jpg) repeat-y top center;} /*  bg_ny_2010.jpg  */
body a{
	color: #381f7d;
}
body a:hover{
	text-decoration: none;
}
/*body a:visited{
	color: #381f7d;
}*/

table{
	empty-cells:show;
	border-collapse:collapse;
}
th {
	padding: 5px;
}
td {
	padding: 5px;
	vertical-align:top;
}
input, textarea, select {
	border:1px solid #B4B5AE;
	padding: 1px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 20px;
	margin: 0px 20px;
}
ol {
	list-style-type: upper-roman;
	list-style-position: outside;
	padding: 0px 20px;
	margin: 0px 20px;
}
p{
	text-align: left;
	line-height: 1;
}
.cf {
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
.hr hr {
	display: none;
} 
.hr {
   clear: both;
   border-bottom:dashed 1px #333;
   height:1px;
   margin:9px 0;
}
.hrwbg {
	clear:both;
	height:1px;
	margin:9px 0 9px 0;
	background: url(../../images/bg/1x1.gif) repeat-x center;
}
.hrwbg_bp {
	clear:both;
	height:1px;
	margin:9px 0 9px 0;
	background: transparent url(../../images/bg/1x363489.gif) repeat-x center;
}
h1{
	color: #ce3355;
	font-size: 21px;	
	margin: 7px 0px 2px;
}
h2{
	color: #000;
	font-size: 12px;
	margin: 0 0 0 6px;
}
h3{
	color: #ce3355;
	font-weight: bold;
	font-size: 11px;
	margin: 7px 0px 2px;
}
.fltrght{
	float: right;
}
.fltlft{
	float: left;
}
p#erorr {font-size:11px !important;color:#ce3355;}
p#erorr1 {font-size:11px !important;color:#ce3355; text-align:right; padding-right:60px}
li#erorr {font-size:11px !important;color:#ce3355;}
ul#erorr {border:1px solid #999; width:540px;}

#pagi, div#pagi, div#pagi span {color:#000;}

