/**
 * Frontend page CSS styles
 *
 * Project: iFrame <br />
 * File: common.css
 *
 * @author Rainum <rainum@altsolution.net>
 * @package css
 */

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
html {
	height: 100%;
}
body {
	background: #fff url('../images/body-bg.jpg') no-repeat 50% 0;
	color: #000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	min-height: 100%;
	min-width: 990px;
	position: relative;
	text-align: left;
}
a {
	color: #4469da;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #4469da;
}
h1, h2, h3 {
	font-family: Tahoma, Arial;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
}
h1 {
	color: #000;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 15px;
}
h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.clr {
	clear: both;
}
.last {
	margin: 0 !important;
}
#Container {
	margin: 0 auto;
	width: 990px;
	height: auto;
	min-height: 100%;
	overflow: hidden;
}
#Header {
	float: left;
	text-align: center;
	width: 100%;
}
#Header .logo {
	float: left;
	display: inline;
	margin: 11px 15px 0 42px;
}
#Header .menu {
	float: left;
	margin-top: 81px;
}
#Header .menu a {
	display: block;
	float: left;
	padding-bottom: 11px;
	margin: 0 20px 11px 5px;
	font-size: 13px;
	color: #2db0e7;
	font-weight: bold;
	text-decoration: none;
}
#Header .menu a:hover {
	text-decoration: underline;
}
#Header .menu a.active {
	background: url('../images/menu-dot.gif') no-repeat 50% 100%;
	color: #000;
}

#Content-wrap {
	float: left;
	width: 100%;
}
#Left-side {
	float: left;
	width: 159px;
	padding: 13px 0 0 42px;
	display: inline;
}
#Left-side .news, #Left-side .news-item, .item-heading {
	float: left;
	width: 100%;
}
#Left-side .news {
	margin-top: 3px;
}
#Left-side .news-item {
	margin-bottom: 15px;
}
#Left-side .item-heading h2, #Right-side .item-heading h2 {
	background: url('../images/head-left-bg.gif') no-repeat 0 0;
	line-height: 22px;
	color: #fff;
	padding: 2px 6px 0 6px;
	height: 26px;
	overflow: hidden;
}
#Right-side .item-heading h2 {
	background: url('../images/head-right-bg.gif') no-repeat 0 0;
}
#Left-side .news-item .date {
	float: left;
	font-size: 9px;
	clear: both;
	margin: 4px 0 0 -42px;
}
#Left-side .news-item a {
	font-weight: bold;
	color: #2db0e7;
	float: left;
	line-height: 15px;
	margin-bottom: 5px;
}
#Left-side .news-item p {
	color: #686060;
	line-height: 15px;
}
#Content {
	float: left;
	width: 488px;
	padding: 9px 41px 12px 41px;
}
#Content .player {
	background: url('../images/player-bg.jpg') no-repeat 0 0;
	width: 434px;
	height: 330px;
	padding: 34px 34px 96px 28px;
	margin-bottom: 27px;
}
#Content .color-wrap {
	float: left;
	width: 100%;
}
#Content .color-block {
	width: 159px;
	float: left;
	margin-right: 5px;
}
#Content .block-heading, #Content .block-content {
	font-size: 11px;
	color: #fff;
	float: left;
	width: 137px;
	height: auto;
	padding: 0 11px;
}
#Content .block-heading {
	font-size: 14px;
	font-weight: bold;
	height: 43px;
	padding-top: 4px;
	overflow: hidden;
}
#Content .block-heading p {
	height: 36px;
	overflow: hidden;
}
#Content .block-content {
	padding: 6px 11px 15px 11px;
	min-height: 52px;
}
#Content .block-content a, #Content .block-content p {
	line-height: 13px;
	text-indent: 0;
	color: #fff;
}
#Content .color1 .block-heading {
	background: url('../images/top-block-bg1.gif') no-repeat 0 0;
}
#Content .color1 .block-content {
	background: #b0398a url('../images/top-corner-1.gif') no-repeat 100% 0;
}
#Content .color2 .block-heading {
	background: url('../images/top-block-bg2.gif') no-repeat 0 0;
}
#Content .color2 .block-content {
	background: #8b329e url('../images/top-corner-2.gif') no-repeat 100% 0;
}
#Content .color3 .block-heading {
	background: url('../images/top-block-bg3.gif') no-repeat 0 0;
}
#Content .color3 .block-content {
	background: #22be42 url('../images/top-corner-3.gif') no-repeat 100% 0;
}
#Content .start {
	background: url('../images/line.gif') no-repeat 50% 0;
	float: left;
	width: 100%;
	margin-top: 9px;
	padding-top: 19px;
}
#Content .start .start-row {
	float: left;
	width: 100%;
	margin: 9px 0;
}
#Content .start .start-item {
	width:120px;
	margin-right:20px;
	float: left;
	text-align: center;
	display: inline;
}
#Content .start .start-img {
	background: url('../images/shadow-small.gif') no-repeat 50% 100%;
	height: auto;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
#Content .start a {
	color: #57c8f8;
}
#Right-side {
	float: right;
	width: 209px;
	padding-top: 48px;
	display: inline;
}
#Right-side .login-block {
	background: url('../images/form-bg.png') no-repeat 0 0;
	width: 191px;
	height: 115px;
	padding: 8px 9px 0;
}
#Right-side .login-block p {
	float: left;
	width: 100%;
	color: #3b3b3b;
	margin-bottom: 8px;
}
#Right-side .login-block label {
	margin-left: 9px;
	float: left;
}
#Right-side .login-block a {
	float: right;
	font-size: 10px;
	color: #2db0e7;
	margin: 1px 7px 0 0;
	display: inline;
}
#Right-side .login-block p input {
	height: 13px;
	width: 175px;
	padding: 1px 5px 3px;
	margin: 4px 0 0 3px;
	border: medium none;
	float: left;
	clear: both;
	font-size: 10px;
	color: #000;
}
#Right-side .login-block .btn-line input {
	width: 46px;
	height: 18px;
	padding: 0;
	margin: 0;
	clear: none;
	float: right;
}
#Right-side .login-block .btn-line label {
	font-size: 10px;
	color: #999999;
	padding-top: 2px;
}
#Right-side .login-block .btn-line label input {
	width: auto;
	height: auto;
	vertical-align: middle;
	float: none;
	margin: 0 5px 0 0;
}
#Right-side .info-wrap {
	width: 203px;
	height: auto;
	margin: 13px 0 9px 5px;
	float: left;
	display: inline;
}
#Right-side .info-wrap h2 {
	height: 24px;
	padding: 4px 11px 0;
}
#Right-side .info-block-top {
	background: #cef0ff url('../images/info-block-top.png') no-repeat 0 0;
	float: left;
	width: 100%;
}
#Right-side .info-block-bot {
	background: url('../images/info-block-bot.png') no-repeat 0 100%;
	padding: 44px 12px 21px;
	width: 179px;
}
#Right-side .info-block-bot p {
	line-height: 16px;
	margin-bottom: 16px;
	width: 100%;
	overflow: hidden;
}
#Right-side .info-block-bot p a {
	color: #57c8f8;
	float: right;
}
#Right-side .info-block-bot p img {
	float: right;
	margin: 14px 0 0 6px;
	display: inline;
}
#Right-side .reg {
	margin-left: 4px;
}
#FooterProtect {
	clear: both;
	height: 138px;
	width: 100%;
}
#Footer {
	background: url('../images/footer-bg.gif') no-repeat 50% 0;
	clear: both;
	text-align: center;
	height: 125px;
	padding-top: 13px;
	margin-top: -138px;
	color: #bdbdbd;
}
#Footer img {
	margin-top: 12px;
}