body {
	margin:0px;
	padding:0px;
	background-position: 51% 0%;
	background-repeat: no-repeat;
}

   a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
}
 
  /* КОНТЕНТ home
  ------------------------------------------*/  
.content {
	width:100%;
} 

#content-scroll {
	margin: 0px auto 0px auto;
	width: 1002px;
}
#holder {
font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 7px;
	color: #333333;
	font-style: italic;

}
#holder a {
	width:320px;
	height:240px;
	display:block;
	text-decoration:none;
	margin: 20px 7px 20px 7px;
	float:left;
	color: #999999;
}
#holder img {
    width:320px;
	height:240px;
}

.opisanie1 {
	width: 318px;
	display: inline;
	float: left;
	margin: 0 8px 0px 8px;
	cursor: default;
}
.opisanie1 span, .opisanie2 span, .opisanie3 span {
	color: #999999;
	font-size: 14px;
	font-style: normal;
}
.opisanie2 {
	width: 320px;
	display: inline;
	float: left;
	margin: 0 8px 0px 8px;
	cursor: default;
}
.opisanie3 {
	width: 320px;
	display: inline;
	margin: 0 8px 0px 8px;
	cursor: default;
}
#znak {
	font-style: normal;
	color: #999999;
	padding-top: 2px;
	
}
#znak span{
	border: 1px solid #CCCCCC;
	-moz-border-radius: 50%; /* закругление для старых Mozilla Firefox */
	-webkit-border-radius: 50%; /* закругление для старых Chrome и Safari */
	-khtml-border-radius: 50%; /* закругл. для браузера Konquerer системы Linux */
	border-radius: 50%; /* закругление углов для всех, кто понимает */
	padding: 0px 7px 5px 7px;
}
#znakdonate {
	font-style: normal;
	color: #999999;
	padding-top: 2px;
	
}
#znakdonate span{
	font-family:"Courier New";
	font-size:17px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 50%; /* закругление для старых Mozilla Firefox */
	-webkit-border-radius: 50%; /* закругление для старых Chrome и Safari */
	-khtml-border-radius: 50%; /* закругл. для браузера Konquerer системы Linux */
	border-radius: 50%; /* закругление углов для всех, кто понимает */
	padding: 1px 6px 1px 6px;
}
/* КОНТЕНТ home end
  ------------------------------------------*/


/* постраничная навигация */

.sp-slider-wrapper {
	padding: 25px 65px;
	position: relative;
	width: 0px;
	margin: 0 auto;
	-webkit-transition: width 150ms ease-out;
	transition: width 150ms ease-out;
}
.sp-slider-wrapper nav a {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 45px;
	top: 11px;
	cursor: pointer;
	text-indent: -9000px;
}
.sp-slider-wrapper nav a.sp-prev {
	left: 0px;
	background-image: url(img/left-slider.png);
	background-repeat:no-repeat;
	background-position:center;
}
.sp-slider-wrapper nav a.sp-next {
	right: 0px;
	background-image:url(img/right-slider.png);
	background-repeat:no-repeat;
	background-position:center;
}
.sp-slider-wrapper nav a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: inherit;
}

.sp-slider {
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	border-radius: 10px 10px 10px 10px;
	position: relative;
}
.sp-slider .ui-slider-handle {
    background-color:#FFFFFF;
	outline: none;
	width: 31px;
	height: 31px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	top: -6px;
	margin-left: -16px;
	left: 0;
	position: absolute;	
}
.sp-slider .ui-slider-handle span {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 31px;
	font-size: 12px;
	cursor: pointer;
}
#nav01 li span a {
	color: #888888;
	text-transform: uppercase;
	border-top: 2px solid #888888;
	display: block;
	margin-top: 0px;
	padding-top: 24px;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
/* CSS MENU 1____________________________CSS MENU 1____________________________CSS MENU 1__________________________ */
#menu01 {
	height:154px;
	border-top: 1px solid #ddd;	
}
ul#cssmenu1 {
	position: absolute;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
	text-align: center;
	margin-top: -1px;
	padding-left: 0;
	list-style: none;
}

ul#cssmenu1 li {
	    display: inline-block;
	    margin: 0px 15px 0px 15px;
        border: 0 none;
        list-style: none;
        position: relative;
}

ul#cssmenu1 ul {
        padding-left: 0;
        list-style: none;
        display: none;
        position: absolute;
}

ul#cssmenu1 ul:after {
        clear: both;
        display: block;
        content: ".";
        visibility: hidden;
}

ul#cssmenu1 ul li {
        width: 150px;
        float: left;
        display: block !important;
        display: inline;
}

/* Main Menu */

#cssmenu1 a {
	float: none !important;
	display: block;
	height: auto !important;
	color: #888888;
	text-transform: uppercase;
	border-top: 1px solid #ddd;
	display: block;
	margin-top: 0px;
	padding-top: 10px;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#cssmenu1select a{
    color: #1c1c1c;
	text-transform: uppercase;
	border-top: 1px solid #1c1c1c;
	display: block;
	margin-top: 0px;
	padding-top: 10px;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#cssmenu101:hover a   {
	color: #1c1c1c;
	border-top: 1px solid #1c1c1c;
	padding-top: 10px;
}
#cssmenu101:focus  a {
    color: #1c1c1c;
}
#cssmenu101:active  a {
    color: #1c1c1c;
}
/* Second Menu */
ul#cssmenu1 li:hover li a,
ul#cssmenu1 li.iehover li a {
        float: none;
		color: #888888;
		padding: 10px 0px 2px 7px;
		margin-left: -23px;
		margin-right: 23px;
		margin-bottom: -1px;
		text-align: left;
		border: 0px;
}

/* Second Menu Hover */
ul#cssmenu1 li:hover li a:hover,
ul#cssmenu1 li:hover li:hover a,
ul#cssmenu1 li.iehover li a:hover,
ul#cssmenu1 li.iehover li.iehover a {
		border: 0px;
	    color: #1c1c1c;
	    -moz-transition: all 500ms ease-in-out;
	    -webkit-transition: all 500ms ease-in-out;
	    -o-transition: all 500ms ease-in-out;
	    transition: all 500ms ease-in-out;	    
}

ul#cssmenu1 ul ul {
        display: none;
        position: absolute;
}

ul#cssmenu1 li:hover ul ul,
ul#cssmenu1 li.iehover ul ul {
        display: none;
}

ul#cssmenu1 li:hover ul,
ul#cssmenu1 ul li:hover ul,
ul#cssmenu1 li.iehover ul,
ul#cssmenu1 ul li.iehover ul {
        display: block;
} 
#nevid1 {
	height: 3px;	
}
/* CSS MENU 1___________________________________________________END___________________________________________________ */
/* FOLLOW ME head______________________________________________start__________________________________________________ */
.social_group {
	width:260px;
	position:absolute;
	right: 10px;
	color: #888888;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#social_group {
	float:left;
	margin: 15px 20px 0px 0px;
		
}
#social_group1 ul li {
	list-style: none;
	display:inline;
	margin: 0px 40px 0px 0px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#social_group1 ul li img {
	position:absolute;	
}
#social_group1 ul li img.top:hover {
	opacity:0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
/* GOOGLE AdSense____________________________________________________________________________________________________ */
.GoogleAdSense {
	background-color:#ddd;
	width:728px;height:90px;
	margin: 0px auto 0px auto;
	 	
}
.GoogleAdSense970x250 {
	background-color:#ddd;
	width:970px;height:250px;
	margin: 0px auto 0px auto;
	 	
}
.GoogleAdSense970x90 {
	width:970px;height:90px;
	margin: 0px auto 0px auto;
	background-color:#ddd; 	
}
.az {
	width:970px;	
}
.GA {
	width:1003px;
	height:100px;
	background-color:#ddd;
	padding:10px 0px 0px 0px;
	margin: -5px 0px 23px 0px;
}
.GA728x90 {
	width:1003px;
	height:90px;
	margin: 5px auto 35px auto; 
	background-color:#ddd;
	padding:4px 0px 4px 0px;
}
.GoogleAdSense300x600 {
	background-color:#ddd;
	width: 300px;
	height: 600px;
	float:left;
	margin-right:20px;
}
.GoogleAdSense300x250 {
	background-color:#ddd;
	width: 300px;
	height: 250px;
	float:left;
	margin-right:20px;
}
/* NAV PAGE_________________________________________________________________________________________________________ */
#contents {
    position:relative;

}
#contents .page {
    position:absolute;
    top:0px;
}
.pagination{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
	margin-bottom:15px;
	margin-top:10px
}
.pagination ul{
    margin: 0px 0px 0px 0px;
    padding: 0;
    text-align: center;
}
.pagination li{
    list-style-type: none;
    display: inline;

}
.pagination a, .pagination a:visited{
	font-size: 10px;
	color: #aaaaaa;
    padding: 0 5px;
    text-decoration: none;
}
.pagination a:hover, .pagination a:active{
    color: #555555;
}
.pagination a.prev{
	margin-right:7px;
}
.page_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 15px 0px 0px -21px;
	padding: 7px 5px 3px 5px;
	position:relative;
	left:50%;
    text-align: center;
	width: 20px;
	height: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
}
/* NAV PAGE END_____________________________________________________________________________________________________ */
#pluso {
	position:fixed;
	bottom: 15px;
	right:3px;
}
#followme {
	position:fixed;
	top: 11px;
	left:7px;
}
#followme a {
	border: 1px solid #aaa;
	padding: 2px 4px 2px 4px;
	color: #fff;
	background:#aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
/* ПОДСКАЗКА________________________________________________________________________________________________________ */
.hint {
    border-bottom: 1px dotted #555555;
	color: #555555; 
	position: relative;
	cursor: help;
}
.hint span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	text-transform:none;
	line-height: 20px;
	font-size:11px;
	visibility: hidden;
	position: absolute;
}
.hint:hover span {
	position: absolute;
	left: -5px;
	top: 13px;
	z-index: 99;
	width: 350px;
	visibility: visible;
	padding: 10px 10px 10px 32px;
	border: 1px solid #99C6DB;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #dbebf2;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.hint:hover img {
	border: 0;
	margin: -7px 0 0 -50px;
	float: left;
	position: absolute;	
}
<strong>* html</strong> a:hover { background: transparent; }			
/* ПОДСКАЗКА___________________________________________END__________________________________________________________ */

/* MENU 2 (sims)____________________________CSS MENU 2____________________________CSS MENU 2__________________________ */
#menu02 {
	margin: 0px auto 35px auto;
}
ul#cssmenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #555555;
	border-bottom: 1px solid #DDD;
	text-align: center;
	list-style: none;
}

ul#cssmenu2 li {
	    display: inline-block;
	    margin: 0px 30px -1px 0px;
        list-style: none;
}
ul#cssmenu2 ul {
        padding-left: 0;
        list-style: none;
        display: none;
        position: absolute;
		z-index:1010;
}

ul#cssmenu2 ul:after {
        clear: both;
        display: block;
        content: ".";
        visibility: hidden;
}

ul#cssmenu2 ul li {
        float: left;
        display: block !important;
        display: inline;
}

/* Main Menu */

#cssmenu2 a {
	float: none !important;
	display: block;
	height: auto !important;
	padding: 0px 0px 10px 0px;
	color: #888888;
	border-bottom: 1px solid #DDD;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#cssmenu2select a {
    color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	display: block;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#cssmenu201:hover a {
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}
#cssmenu201:focus  a {
    color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}
#cssmenu201:active  a {
    color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}
/* подменю */
ul#cssmenu2 li:hover li a,
ul#cssmenu2 li.iehover li a {
	    width: 150px;
        float: none;
		color: #555;
        padding: 9px 0px 9px 5px;
		margin: -1px 0px -1px -4px;
		text-align: left;
        background: #FFFFFF;
		border: 1px solid #CCCCCC;
		opacity:0.8;
	    -moz-opacity:0.8;
		filter: alpha(opacity=80);
}
ul#cssmenu2 li:hover li a:hover,
ul#cssmenu2 li:hover li:hover a,
ul#cssmenu2 li.iehover li a:hover,
ul#cssmenu2 li.iehover li.iehover a {
    background: #555555;
	border: 1px solid #555555;
	color: #FFFFFF;
	opacity:0.6;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

ul#cssmenu2 li:hover ul ul,
ul#cssmenu2 li.iehover ul ul {
        display: none;
}

ul#cssmenu2 li:hover ul,
ul#cssmenu2 ul li:hover ul,
ul#cssmenu2 li.iehover ul,
ul#cssmenu2 ul li.iehover ul {
        display: block;
} 
#nevid {
	height: 9px;
	margin:-7.5px;
	opacity:0.0;
	-moz-opacity:0.0;
	filter: alpha(opacity=0);	
}
/* MENU sims___________________________________________________END___________________________________________________ */
/* FOOTER ------------------------------------------------------------*/
.footer {
	border-top: 1px solid #CCCCCC;
	background-color: #F4F4F2;
}
#footer-social_group {

}
#list {
	width: 100%;
	height: 150px;
	margin: 0px auto 0px auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	padding: 20px 0px 20px 0px;
	cursor: default;	
}
#list1 {
	width: 33%;
	height:200px;
	display: inline;
	float: left;
	margin: 0px aut0 0px auto;
}
#list2 {
	width: 33%;
	height:200px;
	display: inline;
	float: left;
	text-align:center;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#list3 {
	width: 33%;
	height:200px;
	display: inline;
	text-align:center;
}
#cf3 {
	position:relative;
	width: 90px;
	height: 107px;
    left: 40%;
	bottom: 10px;
}
#cf3 img {
	position:absolute;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	left: 0px;
	top: 2px;
}
#cf3 img.top:hover {
  opacity:0;
}
#cf3 img.top:focus {
  opacity:0;
}
#cf3 img.top:active {
  opacity:0;
}
#cf3index {
	position:relative;
	width: 90px;
	height: 107px;
	left:800px;
	bottom: 10px;
}
#cf3index img {
	position:absolute;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	left: 0px;
	top: 2px;
}
#cf3index img.top:hover {
  opacity:0;
}
#cf3index img.top:focus {
  opacity:0;
}
#cf3index img.top:active {
  opacity:0;
}
.donate {
	background-image: url(img/thanks-2.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#allow {
	padding-top:15px;
}
#allowed {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
	text-align: center;
	text-transform:lowercase;
	top: -15px;
	position: relative;
	cursor: default;
	}
#allowed span {
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
}
#allowed span span {
	font-weight:bold;
}
#donate {
	height: 107px;
	width: 90px;
	border: none;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	left: 120px;
	position: relative;
	top: -8px;
}
#donate:hover {
    opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#donate_back {
	z-index: -5;
	height: 107px;
	width: 90px;
	position: absolute;
	left: 125px;
}
.copyright {
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
	padding-top: 5px;
	margin-top: 50px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 15px;
	cursor: default;
}
.copyright #liveinternet {
	position: relative;
	float: left;
    margin-left:30px;
	margin-top: -50px;
}
.copyright #yandex_metrika {
	position: relative;
    margin-left:30px;
	margin-top: -50px;
}
.copyright #copyright {
	text-align: center;

}
.copyright span {
	font-style: italic;
}
/* FOOTER --------------------------END-------------------------------*/
/* Creation page-------------------------------------------------------------------------------------------------------*/
.content2 {
	width: 1120px;
	margin: 0px auto 0px auto;
}
#featured {
	width: 800px;
	height: 600px;
	background: #FFFFFF url(img/loading.png) no-repeat center center;
	overflow: hidden;
}
#featured img {
    width:800px;
	height: 600px;
}
/* ROCOCO */
#featured1 {
	width: 700px;
	background: #FFFFFF url(img/loading.png) no-repeat center center;
	overflow: hidden;
	margin: 10px 0px 50px 0px;
}
#featured1 img {
    width:700px;
}
/* ROCOCO end*/
/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative; -moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);  overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }


/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background:url(img/rotator-black2.png) no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background:url(img/timer-black2.png) repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background:url(img/pause-black2.png)) no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: #000; background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-100px; color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 14px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span { width: 29px; height: 58px; text-indent: 800px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right { background: url(img/right-arrow1.png); right: 0px; }
div.slider-nav span.left { background: url(img/left-arrow1.png); left: 0px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; top: 10px; left: 7px; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -100px; background:url(img/bullets2.png) no-repeat; width: 14px; height: 14px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -14px 0; }

/* CREATION DESCRIPTION */

.creation {
	width: 1120px;
	height: 250px;
	margin: 20px auto 40px auto;
	cursor: default;
}
.creation span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #BBBBBB;
}
.creationspan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	margin-top: 1px;
	font-style: italic;
}
/* ROCOCO */
.creation1 {
	margin: 0px 0px 0px 15px;
	height: 995px;
	cursor: default;
}
.creation1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #BBBBBB;
}
/* ROCOCO end*/
#caption {
	width:780px;
	border-bottom: 1px solid #ddd;
	float:left;
	padding: 5px 0px 0px 20px;
}
#list_description2 {
	width: 320px;
	float: left;
	padding: 0px 0px 0px 20px;
}
#list_description3 {
	float: left;
	padding: 0px 0px 0px 20px;
}
#description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	padding-bottom: 5px;
}
#description a{
	color: #555555;
	text-decoration:underline;
}
.download {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
.download a{
	font-weight: bold;
	color: #1c1c1c;
}
.download span{
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#policy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF5E86;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
.used_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
.used_content a{
	font-weight: bold;
	color: #999999;
}
.used_content span{
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
 /* ПОДСКАЗКА_______________________________________________________________________________________________________ */
.hint {
	text-decoration:underline;
	color: #555555; 
	position: relative;
}
.hint span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	text-transform:none;
	line-height: 20px;
	font-size:11px;
	visibility: hidden;
	position: absolute;
}
.hint:hover span {
	position: absolute;
	left: -5px;
	top: 25px;
	z-index: 99;
	width: 247px;
	visibility: visible;
	padding: 10px 10px 10px 32px;
	border: 1px solid #B8D312;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #e6f0ac;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.hint:hover img {
	border: 0;
	margin: -7px 0 0 -50px;
	float: left;
	position: absolute;	
}
<strong>* html</strong> a:hover { background: transparent; }
.hint3 {
    border-bottom: 1px dotted #555555;
	color: #555555; 
	position: relative;
	cursor: help;
}
.hint3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	text-transform:none;
	line-height: 20px;
	font-size:11px;
	visibility: hidden;
	position: absolute;
}
.hint3:hover span {
	position: absolute;
	left: -5px;
	top: 14px;
	z-index: 99;
	width: 350px;
	visibility: visible;
	padding: 10px 10px 10px 32px;
	border: 1px solid #ef7d9f;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f9d2dd;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.hint3:hover img {
	border: 0;
	margin: -7px 0 0 -50px;
	float: left;
	position: absolute;	
}
.hintdonate {
	color: #555555; 
	position: relative;
	padding: 2px 9px 2px 9px;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.hintdonate span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	text-transform:none;
	line-height: 20px;
	font-size:11px;
	font-weight:normal;
	visibility: hidden;
	position: absolute;
}
.hintdonate:hover span {
	position: absolute;
	left: -123px;
	top: 25px;
	z-index: 99;
	width: 247px;
	visibility: visible;
	padding: 10px 10px 10px 32px;
	border: 1px solid #B8D312;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #e6f0ac;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.hintdonate:hover img {
	border: 0;
	margin: -7px 0 0 -50px;
	float: left;
	position: absolute;	
}
.hintdonate2 {
	color: #555555; 
	position: relative;
	padding: 2px 9px 2px 9px;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.hintdonate2 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	text-transform:none;
	line-height: 20px;
	font-size:11px;
	font-weight:normal;
	visibility: hidden;
	position: absolute;
}
.hintdonate2:hover span {
	position: absolute;
	left: -94px;
	top: 25px;
	z-index: 99;
	width: 247px;
	visibility: visible;
	padding: 10px 10px 10px 32px;
	border: 1px solid #B8D312;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #e6f0ac;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.hintdonate2:hover img {
	border: 0;
	margin: -7px 0 0 -50px;
	float: left;
	position: absolute;	
}
.hintrecommend {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555555; 
	position: relative;
}
.hintrecommend span {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color:#555555;
	text-transform:none;
	line-height: 20px;
	font-size:11px;
	visibility: hidden;
	position: absolute;
}
.hintrecommend:hover span {
	position: absolute;
	left: -1px;
	top: 20px;
	z-index: 1001;
	width: 247px;
	visibility: visible;
	padding: 10px 10px 10px 32px;
	border: 1px solid #B8D312;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #e6f0ac;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.hintrecommend:hover img {
	border: 0;
	margin: -7px 0 0 -50px;
	float: left;
	position: absolute;	
}
.hintrecommend:hover span span {
	padding: 0px 0px 0px 0px;
	left: -669px;
	top: -291px;
}
#hint_policy { 
	position: relative;
}
#hint_policy span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cd1f39;
	font-style: italic;
	font-weight:normal;
	line-height: 20px;
	font-size:11px;
	opacity:0;
	visibility: hidden;
	position: absolute;
	top: -98px;
	left: -4px;

	z-index: 99;
	width: 264px;
	padding: 10px 10px 10px 15px;
	border: 1px solid #cd1f39;
	background-color: #ffeef2;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#hint_policy:hover span {
	opacity:100;
	visibility: visible;

}
#hint_policy:hover img {
	border: 0;
	margin: -7px 0 0 -50px;
	float: left;
	position: absolute;	
}
/* ПОДСКАЗКА___________________________________________END__________________________________________________________ */	
/* КНОПКИ ПОДЕЛИТЬСЯ_______________________КНОПКИ ПОДЕЛИТЬСЯ____________________КНОПКИ ПОДЕЛИТЬСЯ_____________________ */
#knopki {
	width:1120px;
	margin: 0 auto 0 auto;
}
#shareon {
	color:#555555;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin: 6px 0px 0px 0px;
}
#podelitsa {
	position:relative;
	top:-65px;
	left:340px;
}
#podelitsa span {
	float:left;
	font-size: 12px;
}
#podelitsagl {
	margin-bottom: 32px;
	margin-left: 180px;
}
#podelitsagl span {
	float:left;
	font-size: 12px;
}
#pluso {
	position:fixed;
	bottom: 15px;
	right:3px;
}
/* DONATIONS PAGE____________________________DONATION PAGE________________________DONATION PAGE_______________________ */
.helpfaq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575E65;
	cursor: default;
}
.helpfaq a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575E65;
	text-decoration: none;
}
.helpfaq span {
	font-size: 16px;
	text-transform: uppercase;
}
/* BUTTON DONATIONS______________________________________________________________________________________________ */
#paypal {
	box-shadow: 0px 1px 1px 0px #ddd;
	margin-left: 3px;
	padding: 25px 20px 15px 20px;
	width:400px;
	height:60px;
	border: 1px solid #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* для IE6-9 */
    background: -webkit-linear-gradient(top, bottom, #fff, #eee); /* для webkit-браузеров */
    background: -moz-linear-gradient(top,  #fff,  #eee); /* для firefox 3.6+ */
    background: -o-linear-gradient(top,  #fff,  #eee); /* для Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff,  #eee); /* для IE10+ */


}
.d1 {
	float:left;
}
#d1 {
	float:left;
	font-size:14px;
	margin: 2px 40px 0px -25px;
}
#d1a {
	font-size:14px;
	margin: 2px 0px 0px 0px;
	position:absolute;
	left: 460px;
}
#d1rus {
	float:left;
	font-size:14px;
	margin: 2px 60px 0px 7px;
}
#d1arus {
	font-size:14px;
	margin: 2px 0px 0px 0px;
	position:absolute;
	left: 500px;
}
#dwebmoney {
	margin: 10px 0px 0px 145px;
}
/* BUTTON DONATIONS__________________________________________END____________________________________________________ */
#rec{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:24px;
	text-align:center;
	background-color:#575E65;
	margin: 50px 0 70px 0;
	padding: 20px 0px 20px 0px;
}