li* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #494949;
	font-family: Arial, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	text-align: center;
}



#layout {
	min-height: 100%;
	min-width: 960px;
	margin: auto;
	text-align: left;
	width: 100%;
	// min-width: 960px;
}

a {
	color: #3763c2;
}

a:visited {
	color: #909;
}

a:hover,
a:focus {
	color: #ff5223;
}

img {
	border-width: 0;
}

.link2{
	text-align:right;
	font-size:79%;
	margin-right: 3%;
}

.zakaz{
	width:7.3em;
	/*margin-top:155px;*/
	position:absolute;
	bottom:10px;
	margin-left:5px;
	text-align:center;
}

p, address, blockquote {
	margin: 0 0 .6em ;
}

p.link{
	width:11em;
	word-wrap:break-word;
}

.result-list-short p.link { width:auto }

address {
	font-style: normal;
}

small {
	font-size: .8em;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}

ul, dl {
	margin: 0 0 1.5em;
}

ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 .3em;
}

li ul, li ol {
	margin: 0.3em 0 0 2.5em;
}

dt {
	font-weight: bold;
	margin: 0;
}

dd {
	margin: 0 0 .6em;
}

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 .5em;
}

h2 {
	font-size: 1.5em;
	margin: 1.2em 0 .3em;
}

h3 {
	font-size: 1.2em;
	margin: 1.5em 0 .3em;
}

h2:first-child,
h3:first-child {
	margin-top: 0;
}

h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}

table {
	border: none;
	border-spacing: 0;
	margin-bottom:-1px;
}

td, th {
	padding:0;
	text-align:left;
	vertical-align:top;
}


.width_fix {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clear2 {
	clear: both;
	font-size: 0;
	height: 20px;
	overflow: hidden;
}

.clear_to_table {
	clear: both;
	font-size: 0;
	height: 10px;
	overflow: hidden;
}

.line {
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.detail{
	text-align:right;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.successes {
	margin: 1.5em 0;
}

.errors {
	color: #c66;
	margin: 1em 0;
}

.pseudo {
	border-bottom: 1px dotted;
	color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

span.spatium {
	padding-left:0.125em;
}
span.pendent {
	margin-left:-0.4em;
}
span.pendent-plus {
	margin-left:-0.65em;
}
span.pendent-copy {
	margin-left:-0.9em;
}


div.debug {border:1px solid red;}
table.debug td {border:1px solid red;}
table.debug td td {border:none;}


.pseudo:hover {
	color: #fff;
}

ul.list {
	margin-left: 1.3em;
}

ul.list > li {
	text-indent: -1.3em;
}

ul.list > li:before {
	content: '\2014\a0';
}

input.empty {
	color: #b2b2b2;
}

.navigation a,
.navigation b {
	font-weight: normal;
}

table.data {
	empty-cells: show;
	margin: 0 0 1.2em;
}

table.data td {
	padding: .25em 2em .25em 0;
}

table.data th {
	border-bottom: 1px solid #cacaca;
	font-size: .8em;
	font-weight: normal;
	padding: .4em 2.5em .4em 0;
}

table.data td.number,
table.data th.number {
	text-align: right;
}

table.data td.number {
	padding-right: 4.7em;
}

.progress {
	background: url('/f/1/global/i/progress.gif') repeat-x 0 0;
	height: 20px;
	width: 20px;
}

form .row {
	clear: left;
	margin: 0 0 1em 0;
	width: 100%;
}

form .label {
	float: left;
	font-weight: normal;
	margin: 0 -100% 0 0;
	width: 5.2em;
}

form .field {
	margin: 0 0 0 5.7em;
}

form .field .text {
	width: 95%;
}

form .selector {
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	min-height: 12px;
	position: relative;
	width: 100%;
}

form .selector input {
	height: 14px;
	left: 0;
	margin: -6px 0 0;
	position: absolute;
	top: .6em;
}

form .selector label {
	display: block;
	margin: 0 0 0 20px;
}


/* rounded corners */
/* form and contrform */
.r-corner {
	position:relative;
	overflow:hidden;
}
.r-corner .cn {
	position:absolute;
	width:22px;
	height:22px;
	font-size: 0;
	background-repeat: no-repeat;
}
.r-corner .cn.tl {
	top: -11px;
	left: -11px;
}
.r-corner .cn.tr {
	top: -11px;
	right: -11px;
}
.r-corner .cn.bl {
	bottom: -11px;
	left: -11px;
}
.r-corner .cn.br {
	bottom: -11px;
	right: -11px;
}

/* fillers for form */
.cf {
	position: relative;
	display: block;
	height: 11px;
	background-color: #fff;
	margin: 0 11px;
	font-size: 0;
}

/*yuriy 7.12.2009*/
content.r-corner {
	position:relative;
	overflow:hidden;
}
#content.r-corner .cn {
	position:absolute;
	width:22px;
	height:22px;
	font-size: 0;
	background-repeat: no-repeat;
}
#content.r-corner .cn.tl {
	top: -11px;
	left: -11px;
}
#content.r-corner .cn.tr {
	top: -11px;
	right: -11px;
}
#content.r-corner .cn.bl {
	bottom: -11px;
	left: -11px;
}
#content.r-corner .cn.br {
	bottom: -11px;
	right: -11px;
}

#content .cf {
	position: relative;
	display: block;
	height: 11px;
	background-color: #fff;
	margin: 0 11px;
	font-size: 0;
}

/*end yuriy 7.12.2009*/

/* fader */
.fade {
	display: block;
	position: absolute;
	font-size: 0;
	height: 1px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* icons */
ins.ico {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

#span_title_reg{
border-bottom: 1px dotted;
color: #595959;
}

#sot_ga {
margin-left: 35px;
}


.divtool{
position: relative;
	    background: #fff; 
        //display: none; 
	    padding: 10px 10px 10px 10px; 
	    text-align: left;
        border: 1px solid #333; 
        z-index: 1000000;
        }

.div_auth{
position: absolute;
	    visibility: hidden; 
	    text-align: left;
        /*margin: -20px 0 0 -6px;*/
        z-index: 1000000;
        }

.div_auth_in{
border-left: 1px solid #FF6300;
border-right: 1px solid #FF6300;
padding: 6px 5px 5px 5px;
/*padding:5px;*/
background: #fff;
}


.b1, .b2, .b3, .b4, .b5,
.b1 i, .b2 i, .b3 i, .b4 i, .b5 i,
.b1 b, .b2 b, .b3 b, .b4 b, .b5 b,
.b1 q, .b2 q, .b3 q, .b4 q, .b5 q {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-style: solid;
	border-width: 0 1px;
	display: block;
}
.b1 {
  margin: 0 2px;
	background: #FF6300;
	border: none;
}
.b1 b {
 margin: 0 1px;
 background: #FF6300;
 border-color: #FF6300;
}
.b2 {margin: 0 1px;	border-color: #FF6300; background: #fff;}
.b2 b {border-color: #f7c9ac;}
.b2 i {border-color: #E4E8EA;}
.b2 q {border-color: #F7F8F9;}
.b3 {border-color: #FF6300; background: #fff;}
.b3 b {border-color: #f9caac;}
.b3 i {border-color: #F9FAFB;}
.b4 {border-color: #FF6300; background: #fff;}
.b4 b {border-color: #E5E9EB;}
.b5 {border-color: #FF6300; background: #fff;}
.b5 b {border-color: #FAFBFB;}


.div_auth_al{
position: absolute;
	visibility: hidden; 
	text-align: left;
        margin: -20px 0 0 -6px;
        z-index: 999;
	width: 310px;
	zoom: 1;
	left:87px;
	top:12px;
	position:absolute;
        }
	
.div_auth_cc{
	position: absolute;
	visibility: hidden; 
	text-align: left;
	/* margin: -20px 0 0 -6px;*/
	z-index: 999;
	width: 325px;
	zoom: 1;
	left:0px;
	/*margin-top:-8px;*/
	position:absolute;
	margin-left:38px;
	margin-top:92px;
}

.div_auth_com{
position: absolute;
	visibility: hidden; 
	text-align: left;
        margin: -20px 0 0 -11px;
        z-index: 999;
	width: 315px;
	zoom: 1;
	left:125px;
	margin-top:-27px;
	font-size:12px;
	position:absolute;
        }	
.div_auth_ap{
position: absolute;
	visibility: hidden; 
	text-align: left;
        margin: -20px 0 0 -11px;
        z-index: 999;
	width: 310px;
	zoom: 1;
	font-size:12px;
	margin-top:-29px;
	font-weight:normal;
	font-family:Arial,sans-serif;
	font-style:normal;
	position:absolute;
        }

#quote {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
	line-height:24px;
	padding-left:5px;
}






