/* CSS Document */

@import url("blocks.css");

/* ==================== html, body */
html, body{
	margin: 0px;
    padding: 0px;
}
html, body, font, td, p, li {
    
    outline: none;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #000;
	line-height: 14px;
}

body {
    background: #8299c2 url('../images/bgtop.png') repeat-x;
}


/* ==================== link */
input, a {
    outline: none;
}

a:link, a:active, a:visited {
    color: #000;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
}

a:hover {
    color: #000;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: underline;
}

/* ==================== title */
.whitebig {
	color: #fff;
	font-size: 18px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}
.whitesmall {
	color: #fff;
	font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

.titlebig {
	font-size: 18px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* ==================== link */
.footerlink {
	color: #fff;
	font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

.footerlink a:link, .footerlink a:active, .footerlink a:visited {
    color: #fff;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: underline;
}

.footerlink a:hover {
    color: #fff;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
}

/* ==================== test but */
.russian {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/russian.png') no-repeat 0 0;
}

.russian:hover {
	background: url('../images/russian.png') no-repeat 0 -70px;
}

.mathematics {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/mathematics.png') no-repeat 0 0;
}

.mathematics:hover {
	background: url('../images/mathematics.png') no-repeat 0 -70px;
}

.geography {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/geography.png') no-repeat 0 0;
}

.geography:hover {
	background: url('../images/geography.png') no-repeat 0 -70px;
}

.history {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/history.png') no-repeat 0 0;
}

.history:hover {
	background: url('../images/history.png') no-repeat 0 -70px;
}

.chemistry {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/chemistry.png') no-repeat 0 0;
}

.chemistry:hover {
	background: url('../images/chemistry.png') no-repeat 0 -70px;
}

.physics {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/physics.png') no-repeat 0 0;
}

.physics:hover {
	background: url('../images/physics.png') no-repeat 0 -70px;
}

.biology {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/biology.png') no-repeat 0 0;
}

.biology:hover {
	background: url('../images/biology.png') no-repeat 0 -70px;
}

.social {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/social.png') no-repeat 0 0;
}

.social:hover {
	background: url('../images/social.png') no-repeat 0 -70px;
}

.informatics {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 70px;
	background: url('../images/informatics.png') no-repeat 0 0;
}

.informatics:hover {
	background: url('../images/informatics.png') no-repeat 0 -70px;
}

.download {
	cursor: pointer;
	display: block;
	width: 181px;
	height: 46px;
	background: url('../images/download.png') no-repeat 0 0;
}

.download:hover {
	background: url('../images/download.png') no-repeat 0 -46px;
}

/* ==================== block bg */
.blockbg {
	padding: 3px;
	background: #8299c2;
}

.cont{
	text-align: center;
	padding: 0px;
	line-height: 16px;
}

.text_count_sms, .text_count_sms a{
	font-size: 11px !important;
	color: #848484 !important;
	text-decoration: none !important;
}

.enter_acscode{
	background: #cad6ed;
	padding: 5px;
}

.sms{
	font-weight: bold;
	font-size: 14px;
}

.title2, .get_code, .country, .rools{
	margin: 5px;
	padding: 1px;
}

.subday{display:block; font-size:11px; color:#6B6B6B; line-height:12px;}










