/*Версия для слабовидящих*/
#visualwrapper{
    width:100%;
    background:#fff;
    display:block;
    height:0px;
    z-index:100;
    box-shadow: 0px 0px 5px #000;
    overflow: hidden;
    font-size: 17px;
    color: #000;
    position: relative;
    top: 0;
	padding:0px;
	background: #dadada; 
	background: -webkit-linear-gradient(bottom,#dadada,#fefefe);
	background: -o-linear-gradient(bottom,#dadada,#fefefe); 
	background: -moz-linear-gradient(bottom,#dadada,#fefefe); 
	background: linear-gradient(to top, #dadada, #fefefe); 
	border-bottom:#cfcfcf;
	font-family: Georgia,serif;
}
#visualBlock{
    position:absolute;
    width:1100px;
	top:5px;
    left:50%;
    margin-left:-550px;
    font-size: 18px;
    line-height: 35px;
	font-family: Georgia,serif;
}
.main-navigation{
	position:relative;
}

.visualon #visualout a#visualver,
a#visualver{
	display:block;
	width: 100%;
	cursor:pointer;
	position:relative;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	line-height:18px;
	padding-left:45px;
	padding-top:4px;
	padding-bottom:4px;
	color:#202020;
}
.visualon #visualout a#visualver:hover,
.visualon #visualout a#visualver:focus{
	color:#202020;
}
a#visualver:before,
.visualon #visualout a#visualver:before{
	content:'';
	display:block;
	width:37px;
	height:21px;
	background:url('spec.png')no-repeat 0 0;
	position:absolute;
	top:4px;
	left:0;
	
}


#visOn, #visOff{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0px;
    height: 25px;
    width: 110px;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    margin: -2px 0 0 6px;
    border: 1px solid #000;
    color:#000;
    cursor: pointer;
}
.SmallFonts, 
.SmallFonts div,
.SmallFonts p,
.SmallFonts span,
.SmallFonts .head,   
.SmallFonts .footer,
.SmallFonts .footer span,
.SmallFonts h1, .SmallFonts h2,  .SmallFonts h3, .SmallFonts h4,
.SmallFonts .choose-font-family,
.SmallFonts .choose-letter-spacing,
.SmallFonts table tr td{
    font-size:14px !important;
	line-height:21px !important;
}
.MediumFonts, 
.MediumFonts div,
.MediumFonts p,
.MediumFonts span,
.MediumFonts .head,   
.MediumFonts .footer,
.MediumFonts .footer span,
.MediumFonts h1, .MediumFonts  h2,  .MediumFonts  h3, .MediumFonts  h4,
.MediumFonts .choose-font-family,
.MediumFonts .choose-letter-spacing,
.MediumFonts table tr td,
.MediumFonts th{
    font-size:19px !important;
	line-height:28px !important;
}
.BigFonts, 
.BigFonts div,
.BigFonts p,
.BigFonts span,
.BigFonts .head,    
.BigFonts .footer,
.BigFonts .footer span,
.BigFonts h1, .BigFonts  h2,  .BigFonts  h3, .BigFonts h4,
.BigFonts .choose-font-family,
.BigFonts .choose-letter-spacing,
.BigFonts table tr td,
.BigFonts th{
    font-size:23px !important;
	line-height:34px !important;
}
.access a {
    outline: none
}
.onoff{
   margin-top:7px;
   position:relative;
}
.onoff:after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}
.onoff dt {
    text-shadow: #fff 0 1px 0;
}
.onoff dt, .onoff dd {
    float: left;
	
}
dl, dt, dd{
	font-weight:normal;	
	margin:0px;
}

.a-fontsize {
    float: left;
    padding-top: 13px;
    display: inline;
}

.a-fontsize dt {
    text-shadow: #fff 0 1px 0;
}

.a-fontsize dt, .a-fontsize dd {
    float: left;
}
.a-fontsize a {
    text-decoration: none;
    height: 31px;
    margin-left: 5px;
    display: inline;
    float: left;
    background-image: url(./fontsize.png);
    position: relative;
    top: 3px;
}

.a-fontsize-small {
    width: 20px;
    height: 31px;
}

a.a-fontsize-small:hover, .fontsize-small a.a-fontsize-small, .SSmallFonts {
    background-position: 0 -31px;
}

.a-fontsize-normal {
    width: 26px;
    background-position: -20px 0;
}

a.a-fontsize-normal:hover, .fontsize-normal a.a-fontsize-normal, .SMediumFonts {
    background-position: -20px -31px;
}

.a-fontsize-big {
    width: 26px;
    background-position: -46px 0;
}

a.a-fontsize-big:hover, .fontsize-big a.a-fontsize-big, .SBigFonts {
    background-position: -46px -31px;
}

.a-colors {
    float: left;
    padding-top: 13px;
    margin-left: 33px;
    display: inline;
    width: 230px;
}

.a-colors dt {
    text-shadow: #fff 0 1px 0;
    float: left;
    margin-right: 5px;
}

.a-colors dd {
    float: left;
}

.a-colors a {
    height: 31px;
    margin-left: 5px;
    display: inline;
    float: left;
    background-image: url(./colors.png);
    position: relative;
    top: 5px;
    text-decoration: none;
    width: 26px;
}

.a-color1 {
}

.a-color2 {
    background-position: -26px 0;
}

.a-color3 {
    background-position: 100% 0;
}

.a-color1:hover, .color1 .a-color1, .Sa-color1 {
    background-position: 0 -31px;
}

.a-color2:hover, .color2 .a-color2, .Sa-color2 {
    background-position: -26px -31px;
}

.a-color3:hover, .color3 .a-color3, .Sa-color3 {
    background-position: 100% -31px;
}

.a-images {
    float: left;
    padding-top: 13px;
    display: inline;
	margin-left:33px;
}

.a-images dt {
    text-shadow: #fff 0 1px 0;
    float: left;
    margin-right: 3px;
}

.a-images dd {
    float: left;
}

#ImageOff, #ImageOn {
    height: 27px;
    margin-left: 5px;
    display: inline;
    float: left;
    background-image: url(./images.png);
    position: relative;
    top: 5px;
    text-decoration: none;
    width: 90px;
}
#ImageGray, #ImageColor{
	height: 29px;
	width: 38px;
    margin-left: 5px;
    display: inline;
    float: left;
    background-image: url(./igray.png);
    position: relative;
    top: 5px;
    text-decoration: none;	
}
#ImageColor {	
    background-position: 0 -32px;
}

#ImageOff {	
    background-position: 0 -27px;
}

#visOn, #ImageOff, #ImageGray{
    display:inline-block;
}
#visOff, #ImageOn, #ImageColor{
    display:none;
}


.a-settings {
    float: left;
    padding-left: 29px;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 6px;
    text-shadow: #fff 0 1px 0;
    margin-left: 63px;
    display: inline;
    background: url(./settings.png) no-repeat 0 4px;
}
.a-settings a {
    color: #000;
}
.a-settings a {
    padding-right: 18px;
    background: url(./arr.png) no-repeat 100% 60%;
}

/*------------ popped ----------*/

.popped {
	border:2px solid #000;
    position: absolute;
    top: 100px;
    width:956px;
	left:50%;
	margin-left:-478px;
    background:#fff;
    z-index: 9999900;
    padding: 20px 30px;
    color: #000;
    font-family: Arial, serif;
    font-size: 20px;
    font-weight: bold;
    display: none;
	overflow:hidden;
	font-size:18px;
	font-family: Georgia,serif;
}

.popped h2 {
	font-weight:normal;
    margin-bottom: 8px;
	color:#000;
	margin-top:0px;
	font-family: Georgia,serif;
}

.popped p span {
    font-weight: normal
}

.choose-font-family {
    margin-bottom: 20px;
}
.choose-font-family #sans-serif{
	margin-left:110px;
}
.choose-letter-spacing #spacing-small{
	margin-left:190px;
}

a.ac{
	background:#000;
	color:#fff;
}

.font-family, .letter-spacing {
    padding: 2px 4px;
    border: 1px solid #000;
    text-decoration: none;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
	font-size:23px;
}

.choose-letter-spacing {
    margin-bottom: 1em;
}

.spacing-small #visualout, #spacing-small{
    letter-spacing: 0px;
}

.spacing-normal #visualout, #spacing-normal{
    letter-spacing: 2px;
}

.spacing-big #visualout, #spacing-big{
    letter-spacing: 5px;
}
.access, .title-list-web{
	letter-spacing: 0px !important;
}

ul.choose-colors {
    font-size: 22px;
    list-style: none;
	list-style-type: none;
}
ul.choose-colors li a {
    display: block;
    padding: 15px 22px;
    text-decoration: none;
}
ul.choose-colors li a span {
    display: none;
	list-style-type: none;
}
ul.choose-colors li{
	list-style: none !important;
	list-style-type: none !important;
	margin:0px;
}

#color1 a {
    color: #000;
    background: #fff;
	border: 6px solid #000;
    padding: 6px 16px;
}

#color2 a {
    color: #fff;
    background: #000;
	border: 6px solid #fff;
    padding: 6px 16px;
}

#color3 a {
    color: #063462;
    background: #9dd1ff;
    border: 6px solid #063462;
    padding: 6px 16px;
}

#color4 a {
    color: #4d4b43;
    background: #f7f3d6;
	border: 6px solid #4d4b43;
    padding: 6px 16px;
}

#color5 a {
    color: #a9e44d;
    background: #3b2716;
	border: 6px solid #a9e44d;
    padding: 6px 16px;
}

.color1 #color1 span,
.color2 #color2 span,
.color3 #color3 span,
.color4 #color4 span,
.color5 #color5 span {
    display: inline;
    margin-right: 5px;
}

.setbutns {
    width: 100%;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px 0;
}

.setbutns a {
    float: right;
    border: 4px solid #000;
    text-decoration: none;
    color: #fff;
    background: #000;
    margin-left: 28px;
    display: inline

}

.setbutns a span {
    padding: 6px 14px;
    border: 2px solid #fff;
    float: left;
}

.color1 .popped {
    border-color: #000;
    background: #fff;
    color: #000;
}
.color1 .popped a, .color1 .access .popped a {
    color: #000
}
.color1 .setbutns a span {
    border-color: #fff;
    color: #fff
}


.ShowBlackStyle  .popped {
    border-color: #fff;
    background: #000;
    color: #fff;
}
.ShowBlackStyle .popped a, 
.ShowBlackStyle .access .popped a,
.ShowBlackStyle .popped h2 {
    color: #fff
}
.ShowBlackStyle .popped .font-family, 
.ShowBlackStyle .popped .letter-spacing{
	border-color:#fff;
}
.ShowBlackStyle .popped .choose-font-family a.ac,
.ShowBlackStyle .ac, .ShowBlackStyle a.ac{
	background:#fff;
	color:#000;
}
.ShowBlackStyle .setbutns a span {
    border-color: #000;
    color: #000;
}
.ShowBlackStyle  .setbutns a{
	background:#fff;
	border: 4px solid #fff;	
}
.ShowBlackStyle .setbutns a.wdefaultstyle span,
.ShowBlackStyle .setbutns a.closepopped span{
	color:#000;
}


.ShowBlackStyle #visualwrapper{
	background: #030303; 
	background: -webkit-linear-gradient(bottom,#030303,#282828);
	background: -o-linear-gradient(bottom,#030303,#282828); 
	background: -moz-linear-gradient(bottom,#030303,#282828); 
	background: linear-gradient(to top, #030303, #282828); 
	border-bottom:#000;
	color:#fff;
	text-shadow:none;
	box-shadow: 0px 0px 5px #fff;
	text-shadow:none;
}
.ShowBlackStyle a#visualver{
    /*box-shadow: 0px -9px #030303, 0px 0px 5px #030303;
	background:#fff;*/
   
}
.ShowBlackStyle  #visOn, .ShowBlackStyle  #visOff {
    border: 1px solid #fff;
    color: #fff;
}
.ShowBlackStyle  .a-fontsize a {
    background-image: url(./b_fontsize.png);
}
.ShowBlackStyle  .a-colors a {
    background-image: url(./b_colors.png);
}
.ShowBlackStyle #ImageOff, .ShowBlackStyle #ImageOn {
    background-image: url(./b_images.png);
}
.ShowBlackStyle .a-settings {
    text-shadow: none;
    background: url(./b_settings.png) no-repeat 0 4px;
}
.ShowBlackStyle .a-settings a {
    color: #fff;
}



.ShowBlueStyle  .popped {
    border-color: #003366;
    background: #99ccff;
    color: #003366;
}
.ShowBlueStyle .popped a, 
.ShowBlueStyle .access .popped a,
.ShowBlueStyle .popped h2 {
    color: #003366
}
.ShowBlueStyle .popped .font-family, 
.ShowBlueStyle .popped .letter-spacing{
	border-color:#003366;
}
.ShowBlueStyle .popped .choose-font-family a.ac,
.ShowBlueStyle .ac, .ShowBlueStyle a.ac{
	background:#003366;
	color:#99ccff;
}
.ShowBlueStyle .setbutns a span {
    border-color: #003366;
    color: #99ccff;
	border-color:#99ccff;
}
.ShowBlueStyle  #visualwrapper{
	background: #6898d6; 
	background: -webkit-linear-gradient(bottom,#6898d6,#8cb4e5);
	background: -o-linear-gradient(bottom,#6898d6,#8cb4e5); 
	background: -moz-linear-gradient(bottom,#6898d6,#8cb4e5); 
	background: linear-gradient(to top, #6898d6, #8cb4e5); 
	border-bottom:#000;
	color:#003366;
	text-shadow:none;
	box-shadow: 0px 0px 5px #003366;
}
.ShowBlueStyle a#visualver{
    /*background: #6898d6;*/
}
.ShowBlueStyle  #visOn, .ShowBlueStyle  #visOff {
    border: 1px solid #003366;
    color: #003366;
}
.ShowBlueStyle  .a-fontsize a {
    background-image: url(./blue_fontsize.png);
}
.ShowBlueStyle  .a-colors a {
    background-image: url(./blue_colors.png);
}
.ShowBlueStyle #ImageOff, .ShowBlueStyle #ImageOn {
    background-image: url(./blue_images.png);
}
.ShowBlueStyle .a-settings {
    text-shadow: none;
    background: url(./blue_settings.png) no-repeat 0 4px;
}
.ShowBlueStyle .a-settings a {
    color: #003366;
}
.ShowBlueStyle dt{
	text-shadow:none;
}






.ShowGreenStyle  .popped {
    border-color: #a9e44d;
    background: #3b2716;
    color: #a9e44d;
}
.ShowGreenStyle .popped a, 
.ShowGreenStyle .access .popped a,
.ShowGreenStyle .popped h2 {
    color: #a9e44d;
}
.ShowGreenStyle .popped .font-family, 
.ShowGreenStyle .popped .letter-spacing{
	border-color:#a9e44d;
}
.ShowGreenStyle .popped .choose-font-family a.ac,
.ShowGreenStyle .ac, .ShowGreenStyle a.ac{
	background:#a9dd38;
	color:#3b2716;
}
.ShowGreenStyle .setbutns a span{
    border-color: #a9e44d;
    color: #3b2716;
	border-color:#3b2716;
}
.ShowGreenStyle  .setbutns a{
	background:#a9dd38;
	border: 4px solid #a9dd38;	
	color: #3b2716;
}
.ShowGreenStyle   #visualwrapper{
	background: #392c1f; 
	background: -webkit-linear-gradient(bottom,#392c1f,#524232);
	background: -o-linear-gradient(bottom,#392c1f,#524232); 
	background: -moz-linear-gradient(bottom,#392c1f,#524232); 
	background: linear-gradient(to top, #392c1f, #524232); 
	border-bottom:#000;
	color:#a9dd38;
	text-shadow:none;
	box-shadow: 0px 0px 5px #a9dd38;
}
.ShowGreenStyle  a#visualver{
    /*background: #a9dd38;
	border:1px solid #524232;*/
}
.ShowGreenStyle   #visOn, .ShowGreenStyle   #visOff {
    border: 1px solid #a9dd38;
    color: #a9dd38;
}
.ShowGreenStyle  .a-fontsize a {
    background-image: url(./green_fontsize.png);
}
.ShowGreenStyle  .a-colors a {
    background-image: url(./green_colors.png);
}
.ShowGreenStyle  #ImageOff, .ShowGreenStyle  #ImageOn {
    background-image: url(./green_images.png);
}
.ShowGreenStyle  .a-settings {
    text-shadow: none;
    background: url(./green_settings.png) no-repeat 0 4px;
}
.ShowGreenStyle  .a-settings a {
    color: #a9dd38;
}
.ShowGreenStyle  dt{
	text-shadow:none;
}




.ShowBeigeStyle .popped {
    border-color: #59422e;
    background: #f7f3d6;
    color: #59422e;
}
.ShowBeigeStyle .popped a, 
.ShowBeigeStyle .access .popped a,
.ShowBeigeStyle .popped h2 {
    color: #59422e;
}
.ShowBeigeStyle .popped .font-family, 
.ShowBeigeStyle .popped .letter-spacing{
	border-color:#59422e;
}
.ShowBeigeStyle .popped .choose-font-family a.ac,
.ShowBeigeStyle .ac, .ShowBeigeStyle a.ac{
	background:#59422e;
	color:#f7f3d6;
}
.ShowBeigeStyle .setbutns a span{
    border-color: #f7f3d6;
    color: #f7f3d6;
	border-color:#f7f3d6;
}
.ShowBeigeStyle .setbutns a{
	background:#59422e;
	border: 4px solid #59422e;	
}

.ShowBeigeStyle  #visualwrapper{
	background: #543921; 
	background: -webkit-linear-gradient(bottom,#543921,#6e5234);
	background: -o-linear-gradient(bottom,#543921,#6e5234); 
	background: -moz-linear-gradient(bottom,#543921,#6e5234); 
	background: linear-gradient(to top, #543921, #6e5234); 
	border-bottom:#000;
	color:#f7f3d6;
	text-shadow:none;
	box-shadow: 0px 0px 5px #003366;
}
.ShowBeigeStyle a#visualver{
    /*background: #f7f3d6;
	border:1px solid #6e5234;*/
}
.ShowBeigeStyle  #visOn, .ShowBeigeStyle  #visOff {
    border: 1px solid #f7f3d6;
    color: #f7f3d6;
}
.ShowBeigeStyle  .a-fontsize a {
    background-image: url(./och_fontsize.png);
}
.ShowBeigeStyle .a-colors a {
    background-image: url(./och_colors.png);
}
.ShowBeigeStyle #ImageOff, .ShowBeigeStyle #ImageOn {
    background-image: url(./och_images.png);
}
.ShowBeigeStyle .a-settings {
    text-shadow: none;
    background: url(./och_settings.png) no-repeat 0 4px;
}
.ShowBeigeStyle .a-settings a {
    color: #f7f3d6;
}
.ShowBeigeStyle dt{
	text-shadow:none;
}



.serif .popped h2 {
    font-family: "Times New roman", serif !important;
}
.sansserif .popped h2 {
    font-family: "Arial", sans-serif !important;
}

.popped p.choose-letter-spacing{
	line-height:26px !important;
}
.popped h2 {
    font-size: 30px !important;
	line-height:30px !important;
	text-transform:none;
	margin-bottom:20px;
	font-weight:bold;
}

@media (max-width: 1262px) {
	#visualBlock{
		width:910px;
		margin-left:-455px;
	}

@media (max-width: 992px) {
	#visualBlock{
		position:absolute;
		width:600px;
		left:50%;
		margin-left:-300px;
		font-size: 18px;
		line-height: 35px;
		font-family: Georgia,serif;
	}
	.a-fontsize dt,.a-colors dt, .a-images dt, .a-settings{
		display:none;
	}
	.a-colors{
		width:150px;
	}	
}
@media (max-width: 600px) {
	#visualBlock{
		position:absolute;
		width:400px;
		left:50%;
		margin-left:-200px;
		font-size: 18px;
		line-height: 35px;
		font-family: Georgia,serif;
	}
	.a-fontsize dt,.a-colors dt, .a-images dt, .a-settings{
		display:none;
	}
	.a-colors{
		width:100px;
	}
}
@media (max-width: 400px) {
	
	#visualWrapper{
		padding: 0 3px;
	}
	#visualBlock{
		position:absolute;
		width:240px;
		left:50%;
		margin-left:-120px;
		font-size: 14px;
		line-height: 30px;
		font-family: Georgia,serif;
	}
	.a-fontsize dt,.a-colors dt, .a-images dt, .a-settings, .onoff dt, .a-images dd{
		display:none;
	}
}