/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Site Name: 
Site URI: 
Description: 
Version: 1.0
Author: Agentica Media
Author URI: agentica.pl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*  =FLOAT DIV
--------------------------------------------------------------- */
.fll { float: left; }
.flr { float: right; }

/*  =CLEARFIX DIV
-------------------------------------------------------------- */
.clf:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.clf {display: inline-block;}
	* html .clearfix {height: 1%;}
	.clf {display: block;}

/*  =NOTEXT
-------------------------------------------------------------- */
.notext { font-size: 0; line-height: 0; text-indent: -4000px; background-repeat: no-repeat; }
.noscreen { text-indent:-9999px; }

/*  =WIDTH DIV 
-------------------------------------------------------------- */
.w10 {width: 10%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w50 {width: 50%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}
.w300 {width: 300px;}
.w600 {width: 300px;}
.w950 {width: 950px;}

/*  =PADDING DIV 
-------------------------------------------------------------- */
.pad5 {padding: 5px;}
.pad10 {padding: 10px;}
.pad5t {padding: 5px 0 0 0;}
.pad5b {padding: 0 0 5px 0;}

/*  =MARGIN SIZE 
-------------------------------------------------------------- */
.mar5 {margin: 5px;}
.mar10 {margin: 10px;}
.mar5t {margin: 5px 0 0 0;}
.mar5tb {margin: 5px 0 5px 0;}
.mar10t {margin: 10px 0 0 0;}

/*  =POSITION DIV
-------------------------------------------------------------- */
.prel {position: relative;}
.pab {position: absolute;}

/*  =BORDER DIV 
-------------------------------------------------------------- */
.borderBgblue  { background: #F2F5FA; border: #CAD9EC 1px solid; -moz-border-radius:2px; -webkit-border-radius:2px; }
.borderBgwhite { background: #FFF; border: #c9daec 1px solid; -moz-border-radius:2px; -webkit-border-radius:2px; }
.borderImg img { background: #FFF; padding: 3px; border: #DDD 1px solid; }

/*  =BACKGROUND COLOR
-------------------------------------------------------------- */
.backGrey {background: #efefef;}

/*  =FONT SIZE 
-------------------------------------------------------------- */
.font11 {font-size: 1em;}
.font12 {font-size: 1.1em;}
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

/*  =FONT STYLE 
-------------------------------------------------------------- */
em { font-style:normal; font-weight:bold; }
.raquo {font-weight:normal; padding: 0 4px;}

/*  =COLOR TEXT 
-------------------------------------------------------------- */
.textBlue1 {color: #2C4D9C;}
.textBlue2 {color: #d1e9f8;}
.textWhite {color: #FFF;}
.textGrey1 {color: #9F9F9F;}

/*  =ALIGN TEXT 
-------------------------------------------------------------- */
.tal {text-align: left;}
.tar {text-align: right;}
.tac {text-align: center;}
.taj {text-align: justify;}

/*  =HR line 
-------------------------------------------------------------- */
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.hrSep { background: #EAEAEA; clear:both; display:block; font-size:0; height:1px; line-height:0;}

/*  =INPUT BORDER
-------------------------------------------------------------- */
select, input {
    border-left: #848484 1px solid; 
    border-top: #848484 1px solid; 
    border-right: #E8E8E8 1px solid; 
    border-bottom: #E8E8E8 1px solid;
}

/*  =MINI ICON
-------------------------------------------------------------- */
.icoUser span, .icoUser a {background: url(../img/ico/icouser.png) no-repeat; padding: 2px 0 2px 25px;}

/*  =BUTONY 
-------------------------------------------------------------- */
.readmore2 a {
    position: relative;
    top: 6px;
    display: block;
    background: url(../img/readmore2.png) no-repeat;
    width: 118px;
    height: 35px;
    color: #FFF;
    text-align: center;
    font: bold 12px/2.5em Tahoma, Arial, sans-serif;
    text-decoration: none;
}
.readmore2 a:hover {
    text-decoration: underline;
}

.btn_standard button {
    display: block;
    background: url(../img/btn_standard.png) no-repeat;
    width: 102px;
    height: 24px;
    font: normal 11px Tahoma, Arial, sans-serif;
    border: 0;
    outline: none;
    cursor: pointer;
}

/*  =LIST STYLE DEFAULT 
-------------------------------------------------------------- */
ul#metaDataDefault { list-style: none; }
ul#metaDataDefault li {float: left; padding: 0 5px 0 0; color: #7A7A7A;}


