/*	CSS-Framework

	Version		: 0.3.1
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)

------------------------------ */
		
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }
ul.no-list { list-style-type:none; margin: 0; padding: 0; }
ul.no-list li { margin: 0 0 10px 0; }

.light-grey { color: #999999; }

/* Main styles
------------------------------ */

html { height: 100%; color: #000; background: #ffffff; font: 0.75em/1.8 Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; font-size: 100%; } /* body height 100% */

a { color: #0247b9; }
a:visited {  }
a:hover {  }
a:active {  }
			
/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -0px; }
.layout-box { float: left; margin: 0; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Arial, Helvetica, sans-serif;  }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold;}
.content h4 { font-size: 1.1em; font-weight: bold; }

.content h2.subtitle{ margin-top:10px; padding-bottom:10px; }

blockquote { margin-left: 20px; padding-left: 1em; border-left: 5px solid #ccc; font-style: italic; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

div.icons a, div.icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, hr { margin-bottom: 11px; }
.content p { margin-bottom: 10px; line-height: 150%; }

.box { margin: 11px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td {  }
table th {  }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img {  }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

.form-item { display: block; }
.form-input { margin: 0 0 10px 0; }

.placeholder { display: none; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
			
/* videos
------------------------------ */
.video_screenshots { display:block;float:left;margin:0 10px 10px 0;height:210px; }
.video_screenshots td { vertical-align: bottom; }
.flash_text { font-weight: bold; margin: 0; width: 700px;line-height:14px; }
.flash_date { color: #CC0000; font-size: 11px; margin: 0; }
.video_img { border: 1px solid #A8A8A8; padding: 0; text-align: center; width: 250px; }
.text_short { height: 40px; width: 250px; }
.content-col-right { float: left; margin: 0; width: 200px; }
.content-col-right  h3 { margin: 0 0 10px; }

.content-col-single { float: left; margin: 0; width: 768px; }
.content-col-main, .content-col-right, .content-col-single { margin-bottom: 70px; }
.content-col-main {width: 540px;  float: left; }
.content-borders { margin: auto; }



.content-col-right ul { margin: 0; padding: 0; }
.content-col-right ul.no-list li, .content-col-right ul.no-list-row li { list-style: none inside none; }
.content-col-right ul.no-list-row li a { display: block; }
.content-col-right ul li a.selected { background: none repeat scroll 0 0 #E20F2D; color: #FFFFFF; text-decoration: none; }
.content-col-right ul li a { color: #1D64DA; display: block; padding: 5px; }

.player-container { height: 450px; }

.flash_player {
    height: 400px;
    margin-bottom: 25px;
    margin-top: 5px;
    width: 700px;
}
