﻿
/*Стили только для смартфонов*/
@media screen and (max-device-width:480px){
#liderboard		{ !display: none; }
#s_menu ul		{ margin: 0px; padding: 10px 0px 0px 0px; float: none; list-style: none; }
#s_menu ul li		{ padding: 15px 0px; float: none; list-style: none; }
}

/*Стили только для планшетов*/
@media screen and (min-device-width:481px){
#liderboard		{ !display: none; }
}
	
/*Стили только для десктопов*/
@media screen and (min-width:769px){
body, html		{ margin:0px; padding:0px 0px 0px 0px; text-align: left; background:#cde0dc; font-family: Arial; color: #7f7f7f; text-align: left; }

a{font-weight:400;font-family:arial,sans-serif;text-decoration:none;!color: #4f4f4f; }
a:hover{!color:#edf482;!text-decoration: underline; }
a:link{!color:#f0f0f0}
a:visited{!color:#f0f0f0}

/*h1				{ margin: 3px 0px 10px 0px; padding: 0px; }
h2				{ color: #7f7f7f; font-size: 12pt; font-weight: 800; text-decoration: none; text-align: center; }
*/
div				{ margin:0px; padding:0px; }

h1.title		{ text-align: center; color: #007060; }

.bold			{ font-weight: 800 !important; }
.center			{ text-align: center; }

#s_head-bg		{ width: 100%; !background-color: #ffffff; }
#s_head			{ width: 960px; margin: 0 auto;}
#on_top			{ clear: both; position: relative; top: 0; left: 0; background-color: #fafafa;}
#top			{ position: fixed; background-color: #fafafa; border-bottom: 2px solid #FBAF29; !text-align: center;  !background-image: url('./images/logo.gif'); !background-repeat: no-repeat; !background-color: #007060; }
#on_top, #top	{ height: 30px; margin: 0 !important; padding: 0 !important;}
#up_string		{ width: 760px; padding: 4px 15px; float: left; text-align: left; color:#007060; font-size:1em; font-family:arial,sans-serif; !font-weight: 800; }
#up_string a		{ color: #007060; font-weight: 800; }
#up_string a:hover	{ color: #007060; font-weight: 800; text-decoration: underline; }
#up_search		{ margin-left: 790px; width: 170px; padding: 4px 0px; !background-color: yellow; }
#up_search input[type="text"]		{ background-color: #ffffff; border: 1px solid #007060; border-radius: 4px; !-moz-border-radius:2px; !-webkit-border-radius:2px; }
#up_search input[type="submit"]	{ background-color: #Ffb32d; border: 2px outset #dB8F09; border-radius: 4px; }

#s_body-bg		{ margin-top:5px; width: 100%; !height: auto; !overflow:hidden;  !background-color: #c4e5fd; !background-image: url('./images/bg.png'); !background-repeat: repeat-x; clear: both; }
#s_body			{ width: 960px; !height: 100%; margin: 0 auto; overflow:hidden; background-color: #fafafa; !background-image: url('./images/bg_cnt.png'); !background-repeat: y-repeat; }
#s_cnt			{ width: 730px; !height: 726px; margin: 0px; padding: 10px 20px; float: left; !background-color: #fafafa; text-align: left; }
#liderboard		{ width: 730px; background-color: #f0f0f0; color: #Ffb32d; font-size: 0.6em; }
#botads			{ width: 730px; background-color: #f0f0f0; color: #Ffb32d; font-size: 0.8em; text-align: left; }
#content		{ margin-top: 20px; }
#content div{float:left;color:#006600;font-size:10pt}
.a{margin:4px 7px 2px 1px;border-color:black}
.g{color:#002a00;font-size:1em}
.i{font-size:0.8em}
#buttons		{  }
#support_us		{ padding: 50px 0px; color: black; }
#don			{ width: 100%; background-color: #fafafa; padding-top: 20px; text-align: center; }
#share			{ width: 100%; margin-top: 20px; text-align: right; color: #Ffb32d; font-size: 0.7em; }

#s_menu			{ width: 160px; !height: 500px; margin-left: 770px; padding: 10px 15px; !float: left; !position: fixed; !border: 1px solid blue; !color: #000000; background-color: #f0f0f0; }
#nav			{ padding: 20px 0px; text-align: center; color: #007060; text-decoration: underline; font-weight: 800;  }
#s_menu ul		{ margin: 0px; padding: 10px 0px 0px 0px; float: none; list-style: none; }
#s_menu ul li		{ padding: 5px 0px; float: none; list-style: none; }
#s_menu a		{ color: #007060; !font-weight: 400; }
#s_menu a:hover	{ color: #Ffb32d; !text-decoration: underline; !font-weight: 800; }
.current		{ color: #Ffb32d; font-weight: 800; }

#s_footer-bg	{ width: 100%; background-color: #007060; clear: both; }
#s_footer		{ width: 960px; margin: 0 auto; overflow:hidden; }
#bot_logo		{ width: 145px; margin: 20px 10px; padding-top: 10px; float: left; !background-color: yellow; }
#right_to_logo	{ width: 785px; margin-left: 165px; margin-right: 10px; !background-color: yellow; }
#bot_head		{ padding-top: 26px; color: #ffffff; font-size: 1.3em; border-bottom: 1px solid #ffffff; }
#bot_string		{ text-align: center; padding-top: 4px; }
#bot_string a	{ color: #7f7f7f; }
#bot_string a:hover	{ color: #Ffb32d; }
#bot_bot		{ padding-top: 40px; color: black; font-size: 0.7em; }
#count			{ width: 50px; padding-top: 8px; float:left; }
#copy			{ font-size: 0.9em; }
}