/*	CSS-Framework

	Version		: 0.2
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
*:focus { outline: none; }
.hidden { display: none!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none!important; }
.container { overflow: hidden; }

/* Main custom rules
------------------------------ */

html { background: #fff; font: .75em/1.5 Arial, Verdana, Helvetica, sans-serif;  color:#353535;}
body { padding: 0px; }

a { color: #0076a7; }
a:visited {  }
a:hover { text-decoration:none; }
a:active {  }

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/icon_doc.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icon_archive.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/icon_xls.gif) no-repeat center right;
}
/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}

/* Demo Template
------------------------------ */
#site { min-width: 1000px; width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px"); /**/ background: #fff; }

#header {width: 100%;}
#line{width: 100%; height:37px; background-image:url(../img/line.gif); background-repeat:repeat-x; clear: both;}
#search{ float:left; margin-left:43px; margin-top:10px;}
.textserch{ font:Arial, Helvetica, sans-serif; font-size:19px; color:#FFFFFF; text-align:right; margin-right:60px; padding-top:3px;}
#col-left { float: left; width: 25%; height:auto;  }
#content { width: 75%; float: left; background-image:url(../img/fon.jpg); background-position:right top; background-repeat:no-repeat; }
#footer { clear: both; color:#42929d; }
.form{ background-color:#8bbcc3; color:#FFFFFF; border-color:#FFFFFF;}


/* Vertical Menu
------------------------------ */
	ul.folders {
				margin-left: 0;
				padding-left: 0;
				list-style: none;
			}
		ul.folders ul {
				list-style: none;
				margin-left: -16px;
				padding-left: 0;
			}
		ul.folders li {
			padding-top:0px;
			padding-left: 12px;
			}
		li.folder {
			
				background: url(../i/fol+.gif) no-repeat 0 0;
			}
		li.folder-open {
				
				background: url(../i/fol-.gif) no-repeat 0 0;
			}
	 ul ul li.file {
				padding-left: 30px;
			}
	ul li.file {
				padding-left: 12px;
			}
			
			
.menu-v a  {  }
.menu-v a:hover {  }

.menu-v {margin-left:20px; padding-top:10px; }
.menu-v li { padding: 2px 0; list-style: none; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li {  }


/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Georgia, "Times New Roman", Times, serif; margin-bottom: .5em; margin-top:25px; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }

.content ul { margin-left: 4em; line-height: 1.3em; }
.content ul li { margin-bottom: .2em; margin-left: 2em; }

.content ol { margin-left: 5em; line-height: 1.3em; }
.content ol li { margin-bottom: .2em; margin-left: 2em; }

pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

p { text-align: justify; }

.icons a, .icon { padding-left: 20px; }
.iconr {margin-right: 4em;}
.content p, .content ul, .content ol, .content table, blockquote, pre, .columns { margin-bottom: 1em; }

/* 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
------------------------------ */



/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; text-align: justify; }
.w-50, .w-25, .w-33, .w-38, .w-66, .w-75, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }


.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }



/* Images
------------------------------ */

.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; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }



