#existImgList{
    width: 220px;
}

#existImgList .eilTitle{
    padding: 0.2em 0.2em 0.2em 0.2em;
    border: 1px solid #516794;
    border-radius: 5px;
    width: 200px;
    margin-top: 5px;
    text-align: center;
}

.ratingUK {
	color: #fff;
	cursor: pointer;
	position: absolute;
}

#existImgList .eil{
    position: absolute;
    height: 0px;
    overflow: hidden;
    list-style: none;
    padding-left: 5px;
}

#existImgList .eil li{
    border-bottom: 1px solid #e6e6fa;
}

#existImgList:hover .eil{
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    z-index: 999;
    border: 1px solid #5c6b82;
    border-radius: 5px;
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri.ttf);
    font-weight: normal;
    font-size: 11px;
}

html, body{
    padding: 0;
    margin: 0;
    height:100%;
    font-family: Calibri, sans-serif;
}

input, textarea{
    outline: none;
    resize: none;
}

footer{
    height: 250px;
    margin-top: -464px;
    background: url('../images/footer.png') bottom no-repeat #e5e5e5;
	background-size: contain;
    z-index: 1;
}

FIELDSET {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    margin: 1em 0em;
}

LEGEND {
    color: #666;
    font-size: 12px;
    padding: 6px 5px 0px 5px;
    text-align: center;
}

.tableColor {
    width: 100%;
}

.tableColor tr td.tdColor {
    width: 48%;
}

.tableColor tr td {
    vertical-align: middle;
    text-align: left;
}

.square{
    /**float: left;*/
    width: 7px;
    height: 7px;
    border: 1px solid silver;
    margin-bottom: 0px;
}

.order_1{
    background: #ffffff;
}

.order_4{
    background: #D8922C;
}

.order_5{
    background: #5FB379;
}

.order_6{
    background: #9c5fb5;
}

.order_10{
    background: #cd0000;
}

.order_21{
    background: #516794;
}

.orderLeft{
    margin-right: 15em;
}

.iframe_statistics{
    border: 0;
    width: 674px;
    height: 500px;
}

a, img{
    padding: 0;
    margin: 0;
    border: 0;
}

a{
    color: #2f97c2;
}

a:hover{
    text-decoration: none;
}

a, .buttonGreenHref{
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#main-wrapper{
    width: 100%;
    min-height:100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 214px;
}

.inner-wrapper{
    margin: 0 auto 0;
    width: 960px;
}

.inner-wrapper #logoHeader{
    width: 632px;
}

.prependFooter{
    height:110px;
    clear:both;
}

.logoImg{
    display: block;
    margin: 75px 10px 0 0;
	width: 65px;

}

.informationAnalyticalHeader{
    font-size: 0.85em;
    text-transform: uppercase;
    margin: 82px 0 0 2px;
    height: 13px;
	letter-spacing: 1.15px;
}

.hcsControl{
    font-weight: bold;
    font-size: 2.55em;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    height: 44px;
}

.projectIndependentPowerCenter{
    display: block;
    font-weight: normal;
    font-size: 0.78em;
    text-transform: uppercase;
    margin: 0;
    height: 15px;
    letter-spacing: 1px;
}

.astrakhanRegion{
    display: block;
    font-weight: normal;
    font-size: 0.95em;
    margin: 0;
    letter-spacing: 13.8px;
}

.inner-wrapper #userCabinet{
    float: right;
    width: 250px;
    margin: 45px 0 0 0;
}

.textAuth{
    font-size: 12px;
    text-transform: uppercase;
}


.floatLeft{
    float: left;
	margin-left: 75px;
}

.floatRight{
    float: right;
}

.blockDiv{
    display: block;
}

.overflow{
    overflow: hidden;
}

.width60{
    width: 60px;
}

.width100{
    width: 100px;
}

.width190{
    width: 190px;
}

.width200{
    width: 200px;
}

.width313{
    width: 313px;
}

.width400{
    width: 390px;
}

.width703{
    width: 703px;
}

.width835{
    width: 835px;
}

.imgWidthHeight{
    max-width: 100px;
    max-height: 100px;
}

.height90{
    height: 90px;
}

.marBottom5{
    margin-bottom: 5px;
}

.marBottom10{
    margin-bottom: 10px;
}

.marBottom15{
    margin-bottom: 15px;
}

.marBottom25{
    margin-bottom: 25px;
}

.marBottom28{
    margin-bottom: 28px;
}

.marBottom35{
    margin-bottom: 35px;
}

.marTop8{
    margin-top: 8px;
}

.marTop12{
    margin-top: 12px;
}

.marTop30{
    margin-top: 30px;
}

.marLeft50{
    margin-left: 50px;
}

.marLeft80{
    margin-left: 150px;
}

.marRight10{
    margin-right: 10px;
}

.marRight20{
    margin-right: 20px;
}

.padMar0{
    margin: 0;
    padding: 0 !important;
}

.padTop5{
    padding-top: 5px;
}

.pad10{
    padding: 10px;
}

.mainColorHeader{
    color: #2d4195;
}

.whiteColorText{
    color: #fff;
}

.silverColor{
    color: #454D53;
}

.textCenter{
    text-align: center;
}

.textRight{
    text-align: right;
}

.textLeft{
    text-align: left;
}

.noHrefDecoration{
    text-decoration: none !important;
}

.blockCenter{
    margin: 0 auto 0;
}

.userActionHref{
    color: #7dd4f7;
}

.userActionHref:hover{
    color: #7dd4f7;
}

.colorUserAction{
    color: #7dd4f7;
}

.colorDark{
    color: #565656;
}

.colorGreen{
    color: #508012;
}

.colorLightSilver{
    color: #757d83;
}

.colorDarkSilver{
    color: #585D60;
}

.colorWhite{
    color: #ffffff;
}

.backgroundBlue{
    color: #ffffff;
    border-width: 1px 1px 1px 1px;
    border-color: #2FAAED;
    border-style: solid;
    border-radius: 4px;
    padding: 8px 4px 2px 4px;
    background: #9cdcff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzljZGNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzNkYmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #9cdcff 1%, #3dbaff 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9cdcff), color-stop(99%,#3dbaff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9cdcff 1%,#3dbaff 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9cdcff 1%,#3dbaff 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9cdcff 1%,#3dbaff 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #9cdcff 1%,#3dbaff 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cdcff', endColorstr='#3dbaff',GradientType=0 ); /* IE6-8 */
}

.backgroundBlue:hover{
    background: #9cdcff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzljZGNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDk4ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #9cdcff 1%, #1498e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9cdcff), color-stop(100%,#1498e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9cdcff 1%,#1498e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9cdcff 1%,#1498e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9cdcff 1%,#1498e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9cdcff 1%,#1498e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cdcff', endColorstr='#1498e0',GradientType=0 ); /* IE6-8 */

}

.backgroundDarkBlue{
    color: #ffffff;
    border-width: 1px 1px 1px 1px;
    border-color: #16597F;
    border-style: solid;
    border-radius: 4px;
    padding: 8px 4px 2px 4px;
    background: #5aa2cf; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzVhYTJjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTYwOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #5aa2cf 1%, #19608e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5aa2cf), color-stop(100%,#19608e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5aa2cf 1%,#19608e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5aa2cf 1%,#19608e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5aa2cf 1%,#19608e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5aa2cf 1%,#19608e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa2cf', endColorstr='#19608e',GradientType=0 ); /* IE6-8 */
}

.backgroundDarkBlue:hover{
    background: #3e89b7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlODliNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzNlNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #3e89b7 0%, #073e60 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e89b7), color-stop(100%,#073e60)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3e89b7 0%,#073e60 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3e89b7 0%,#073e60 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3e89b7 0%,#073e60 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3e89b7 0%,#073e60 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e89b7', endColorstr='#073e60',GradientType=0 ); /* IE6-8 */
}

.noBackground{
    background: none !important;
}

.systemUserAction{
    padding: 0;
    margin: 0;
}

.systemUserAction li{
    padding: 0;
    margin: 0;
    line-height: 15px;
    font-size: 10px;
    color: #808080;
}

.inner-wrapper #leftSide{
    float: left;
    width: 473px;
	margin-left: 150px;
}

#leftSide #topMenu{
    width: 670px;
}

.menuItems{
    display: table;
    height: 45px;
	cursor: pointer;
	background-image: url(../images/wall.png);
	background-repeat: round;
	background-position: center;
    /* border-width: 2px 2px 1px 2px;
    border-style: solid;
    border-color: #228EC9;
    border-radius: 8px;
    background: #0385cc;
    background: -moz-linear-gradient(top, #0385cc 0%, #04679d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0385cc), color-stop(100%,#04679d));
    background: -webkit-linear-gradient(top, #0385cc 0%,#04679d 100%);
    background: -o-linear-gradient(top, #0385cc 0%,#04679d 100%);
    background: -ms-linear-gradient(top, #0385cc 0%,#04679d 100%);
    background: linear-gradient(to bottom, #0385cc 0%,#04679d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0385cc', endColorstr='#04679d',GradientType=0 ); */
}

.menuItems .menuItem{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #2d4195;
    text-decoration: none;
    text-align: center;
    padding: 3px 16px 0 15px;
/*     
    background-repeat: no-repeat;
    background-position: right; */
}


/* .menuItems:before {
	content: "";
	display: block;
	border-left: 2px solid #2d4195;
	width: 2px;
	height: 25px;
	margin-top: 10px;
} */

/* .menuItems:after {
	content: "";
	display: block;
	border-right: 2px solid #2d4195;
	width: 2px;
	height: 25px;
	margin-top: 10px;
	position: absolute;
} */

.menuItems .menuItem:hover{
	font-weight: 800;
    /*background-color: #1F97DA;*/
}

.menuItem.menuItemActive{
	font-weight: 800;
	font-size: 16px;
}
/* .menuItems .menuItem:last-child {
    border-radius: 0 6px 6px 0;
    background-image: none;
}

.menuItems .menuItem:last-child:hover{
    background-color: #1F97DA;
}

.menuItems .menuItem:first-child {
    border-radius: 6px 0 0 6px;
}

.menuItems .menuItem:last-child:hover{
    background-color: #1F97DA;
}

.menuItems .menuItemActive{
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #eef4f8;
    text-decoration: none;
    text-align: center;
    padding: 3px 15px 0 15px;
    background: url(../images/line_menu_right.png) no-repeat right #1F97DA ;
}

.menuItems .menuItem:last-child.menuItemActive{
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #eef4f8;
    text-decoration: none;
    text-align: center;
    padding: 3px 15px 0 15px;
    background: #1F97DA repeat !important;
}
 */

.inner-wrapper #rightSide{
    width: 250px;
}

.searchBlock{
    background: #fff;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    border-radius: 6px;
    height: 45px;
    position: relative;
}

.searchInput{
    margin-top: 8px;
    margin-left: 10px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 36px;
    width: 181px;
    height: 15px;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    border-radius: 4px;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    color: #808080;
}

.searchButton{
    position: absolute;
    right: 12px;
    top: 9px;
    background: url('../images/search_calm.png');
    width: 30px;
    height: 25px;
    border: 0px;
}

#sideBar{
    min-height: 230px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #53c2ff;
    background: #15adff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #15adff 0%, #0176b4 50%, #17adff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15adff), color-stop(50%,#0176b4), color-stop(100%,#17adff));
    background: -webkit-linear-gradient(top, #15adff 0%,#0176b4 50%,#17adff 100%);
    background: -o-linear-gradient(top, #15adff 0%,#0176b4 50%,#17adff 100%);
    background: -ms-linear-gradient(top, #15adff 0%,#0176b4 50%,#17adff 100%);
    background: linear-gradient(to bottom, #15adff 0%,#0176b4 50%,#17adff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15adff', endColorstr='#17adff',GradientType=0 );
}

.partSideBar{
    width: 50%;
}

.headerSideBar{
    display: table-cell;
    width: 1%;
    padding: 10px 10px 0 10px;
    height: 60px;
    vertical-align: middle;
}

.darkBlue{
    background: #17608c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3NjA4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDM5NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #17608c 0%, #0d395c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17608c), color-stop(100%,#0d395c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #17608c 0%,#0d395c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #17608c 0%,#0d395c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #17608c 0%,#0d395c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #17608c 0%,#0d395c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17608c', endColorstr='#0d395c',GradientType=0 ); /* IE6-8 */
}

.parentButtonSideBar{
    width: 292px;
}

.buttonSideBar{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 292px;
    height: 65px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f5f5',GradientType=0 ); /* IE6-8 */
    padding: 4px;
    border-radius: 8px;
    border-color: #e8e8e9;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
}

.buttonSideBar:hover{
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #c9c9c9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#c9c9c9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#c9c9c9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#c9c9c9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-8 */

}

.borderHeader{
    border-width: 2px 2px 0px 2px;
	background: url('../images/wave6.png');
	background-position: center bottom;
	background-repeat: repeat-x;
    border-style: solid;
    border-color: #2d4195;
    border-radius: 8px;
    padding: 14px 0 12px 15px;
}

.borderRadius4{
    border-radius: 4px;
}

.borderRadius8{
    border-radius: 8px;
}

.partList{
    border-radius: 10px;
    height: 130px;
    padding: 8px 4px 4px 4px;
    border-width: 2px 2px 0px 2px;
	background: url('../images/wave6.png');
	background-position: center bottom;
	background-repeat: repeat-x;
    border-style: solid;
    border-color: #2d4195;
}

.partList:hover{
    background: #0385cc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDY3OWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0385cc 0%, #04679d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0385cc), color-stop(100%,#04679d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0385cc 0%,#04679d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0385cc 0%,#04679d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0385cc 0%,#04679d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0385cc 0%,#04679d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0385cc', endColorstr='#04679d',GradientType=0 ); /* IE6-8 */
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 10px;
    color: #fff;
}

.partList:hover a{
    color: #fff;
}

.datePartList{
    margin-left: 8px;
}

.dsBody{
    height: 390px;
}

.ulDS{
    padding: 0 0 0 0;
    height: 370px;
    position: absolute;
}

.liDS{
    height: 360px;
    width: 160px;
    list-style: none;
    display: block;
    float: left;
    overflow-y: hidden;
    margin: 0 7px 0 2px;
    position: relative;
    z-index: 200;
    color: #6d7a7f;
    overflow: hidden;
}

.liDS:last-child{
    margin: 0 2px 0 2px;
}

.liDS:hover{
    opacity: 0.9;
    width: 158px;
    height: auto;
    background: #0C5E98;
    color: #fffff0;
    border: 1px solid #0c5e60;
    border-bottom: 2px solid #47A9ED;
}

.liDS .nameDirectSpeech{
    font-size: 14px;
    color: #6d7a7f;
    padding-top: 22px;
    margin-top: -15px;
    background-color: #ffffff;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #f3f3f3;
    margin-left: 9px;
    width: 138px;
}

.liDS a{
    color: #565656;
}

.liDS a:hover{
    color: #ffffff;
}

.liDS img{
    width: 140px;
}

.dsSpecial{
    color: #9DD5FC;
}

.textDirectSpeech {
    padding: 7px 8px 5px 14px;
}

#map{
    height: 509px;
    margin: 0px auto 30px;
}

.liveStripDiv{
    position: absolute;
    width: 400px;
    height: 358px;
    border: 1px solid #f3f3f3;
    z-index: 100;
    right: 100px;
    margin-top: 40px;
    background: #fff;
    opacity: 0.9;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: inset 1px 1px 1px 3px #E7E7E7;
    padding-top: 0px;
}

.liveStripDivMarkers{
    position: absolute;
    width: 370px;
    height: 40px;
    border: 1px solid #f3f3f3;
    z-index: 999999;
    right: 115px;
    margin-top: 434px;
    background: #fff;
    opacity: 0.99;
    border-radius: 8px;
    box-shadow: inset 1px 1px 1px 3px #E7E7E7;
    padding-top: 8px;
    padding-bottom: 5px;
}

.strip_item{
    padding: 15px 0 15px 15px;
    font-size: 14px;
    margin: 0 15px 0 0;
    border-bottom: 1px #dfdfdf dotted;
}

.type_green {
    color: #51bb51;
    font-weight: bold;
}

.type_orange {
    font-weight: bold;
    color: #ff8c00;
}

 #livestripInfo {
    padding: 5px 0 0 15px;
}

#livestripInfoCount {
    margin: -32px 0 0 110px;
}

#orderCountTotal {
    margin: 1px 0 0 0;
    padding: 0 0 0 5px;
}

.mapHistory{
    margin: 0 0 12px 10px;
    width: 438px;
    height: 33px;
    padding-bottom: 2px;
}

.mapHistory img{
    margin-bottom: 2px;
}

.textOrderStatus{
    padding: 10px 25px 0 5px;
}

.footerInfo{
    margin-right: 200px;
    width: 220px;
    line-height: 18px;
}
.footerInfo1{
    width: 220px;
    line-height: 18px;
}

.posRelativeRight{
    position: relative;
}

.posAbsoluteRight{
    position: absolute;
    width: 220px;
    left: 4px;
    padding: 10px 10px 10px 10px;
    bottom: 0;
    background: #fff;
    border-width: 1px 1px 2px 1px;
    border-color: #eaeaea;
    border-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.posAbsolute{
    position: absolute;
}

.absoluteBottom{
    bottom: 2px;
}

.absoluteBottom8{
    bottom: 8px;
}

.paging{
    display: table;
    background: #efefef; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #efefef 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #efefef 0%,#d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.paging a{
    display: table-cell;
    padding: 4px 4px 2px 4px;
    color: #585D60;
}

.paging a:first-child{
    border-radius: 4px 0 0 4px;
}

.paging a:last-child{
    border-radius: 0 4px 4px 0;
}

.paging a:hover{
    color: #ffffff;
    display: table-cell;
    padding: 4px 4px 2px 4px;
    background: #0385cc;
    background: -moz-linear-gradient(top, #0385cc 0%, #04679d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0385cc), color-stop(100%,#04679d));
    background: -webkit-linear-gradient(top, #0385cc 0%,#04679d 100%);
    background: -o-linear-gradient(top, #0385cc 0%,#04679d 100%);
    background: -ms-linear-gradient(top, #0385cc 0%,#04679d 100%);
    background: linear-gradient(to bottom, #0385cc 0%,#04679d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0385cc', endColorstr='#04679d',GradientType=0 );
}

#faqs dt{
    padding: 0 0 0 50px;
}
#faqs dt {
    cursor: pointer;
    min-height: 37px;
    margin: 0 0 15px 25px;
}
#faqs dd {
    margin: 0 40px 30px 85px;
}

#faqs dt {
    background: url(http://www.designonslaught.com/files/2012/06/expand-icon.png) no-repeat left top;
}

#faqs .expanded {
    background: url(http://www.designonslaught.com/files/2012/06/expanded-icon.png) no-repeat left top;
}

.ddBorder{
    border-color: #eaeaea;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

.ddBorder p{
    margin-top: 0px;
    padding: 10px;
}

.input_side_bar {
    width: 168px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    border-color: #c9c9c9;
    border-radius: 6px;
}

.inputText{
    width: 430px;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    border-color: #c9c9c9;
    padding: 5px;
}

.inputReg{
    height: 25px;
    padding: 0 10px 0 10px;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    border-color: #c9c9c9;
}




.ulNoStyle{
    list-style: none;
    padding: 0 10px 0 10px;
}

.ulNoPadMar{
    list-style: none;
    padding: 0;
    margin: 0;
}

.ucworld{
    text-transform: uppercase;
}

.bold{
    font-weight: bold;
}

.noBold{
    font-weight: normal;
}

.clear{
    clear: both;
}

.fontSize11{
    font-size: 11px;
}

.fontSize12{
    font-size: 12px;
}

.fontSize13{
    font-size: 13px;
}

.fontSize14{
    font-size: 14px;
}

.fontSize18{
    font-size: 18px;
}

.lineHeight18{
    line-height: 22px;
}

.fontItalic{
    font-style: italic;
}

.fontShadow{
    text-shadow: 1px 2px 0px #fff;
}

.fontShadowDark{
    text-shadow: -1px -1px 0px #084666;
}

.cursorPointer{
    cursor: pointer;
}

.buttonBlue{
    width: 194px;
    height: 15px;
    background: #2d4195;
    border-radius: 6px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0 10px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.buttonBlue:hover{
    background: #53c2ff;
}

.buttonGreenInput{
    min-width: 60px;
	width: 100%;
	background: #2d4195;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 6px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
	margin-left: 205px;
    padding: 7px 0 7px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
	cursor: pointer;
}

.orderList {
	top: 0px !important;
}

#tasks.task {
	float: left; 
	height: 30px;
	margin-left: 5px;
	cursor: pointer;
}

.buttonGreen1Input{
    min-width: 60px;
	background: #2d4195;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 6px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
	margin-left: 75px;
    padding: 7px 0 7px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
	cursor: pointer;
}

.buttonGreenInput:hover{
    background: #53c2ff;
}

.buttonGreenInput:active{
	background: #53c2ff;
}

/** Выпадающий список **/
select.allIcons{

}

/** Спойлер **/
.uSpoilerButton {
}

.uSpoilerButton:hover{
}

.uSpoilerText {
    padding: 5 5 5 5px;
}

#ratingsOk{

}

.table{
    display: table;
    padding: 10px;
}

.width100pc{
    width: 670px;
    margin: 0 auto;
}

.tr{
    display: table-row;
    background: #F4F7EF;
}

.td{
    display: table-cell;
    padding: 5px 0;
    text-align: center;
}

.td:nth-child(2){
    text-align: left;
}

.tr:nth-child(even){
    background: #D7E0CC;
}

.tr:nth-child(even) .td{

}

.templateRow{
    display: none;
}

.textHeader{
    margin: 20px 0 10px 0;
    font-size: 17px;
    text-align: center;
    line-height: 20px;
}

.textHeader:first-child{
    margin: 0px 0 10px 0;
}

.textHeader span{
    font-size: 20px;
    font-weight: bold;
}
.textHeader .left {
  float: right;
}
.textHeader .right {
  float: left;
}
.textHeader a {
  text-decoration: none;
  color: #505050;
  border-bottom: 1px dotted #505050;
}
.ratingsContent {
  position: absolute;
  width: 80%;
  float: left
}
#arretsPlaceholder a {
  text-decoration: none;
}
#tablePlaceholder,
#flotPlaceholder {
  position: relative;
  width: 100%;
  float: left;
}
#tablePlaceholder {
  width: 100%;
}
#flotPlaceholder li > div {
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}
#flotPlaceholder ul {
  width: 90%;
  margin-left: 5%;
  margin-top: 1em;
}
#flotPlaceholder li {
  margin-top: 0.5em;
  width: 50%;
  float: left;
}
#flotPlaceholder li > * {
  margin-left: 0.4em;
  font-size: 0.8em;
}
#flotPlaceholder h3 {
  margin-bottom: 1.5em;
}
#flotPlaceholder {
  left: 5%;
}
.ui-tooltip-titlebar {
  position: relative;
  min-height: 14px;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.my-tooltip {
  margin-top: 2px;
  min-width: 450px;
}
.my-tooltip table {
  border-collapse: collapse;
  word-spacing: 5px;
}
.my-tooltip td {
  border: #a9a9a9 1px solid;
  text-align: center;
  line-height: 2em !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.regP {
 display: block; 
 float: left; 
 width: 30%; 
 padding: 
 8px 0 0 0; 
 margin: 0;
}

.regSpanFont {
 font-size: 14px; 
 font-family: calibri, sans-serif; 
 color: #888888;
}

.regInput {
 width: 95%; 
 height: 25px; 
 padding: 0 10px 0 10px; 
 border-width: 2px 1px 1px 1px; 
 border-style: solid; 
 border-color: #c9c9c9; 
 border-radius: 6px;
}

.regP2 {
 display: block; 
 float: left; 
 width: 70%; 
 padding: 0; 
 margin: 0;
}

.realcitylogo {
	background: url('../images/realcitylogomonotypecorsiva.png') no-repeat;
	width: 320px;
	height: 45px;
	margin-top: 5px;
}