/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.spolja {
	margin: 0 auto;
	width: 990px;
	padding-top: 0px;
	background-color: #ffffff;
	padding-top: 0px;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.col-test-v,
.col-test-m,
.col-13,
.col-12,
.col-12dotted,
.col-12inPage,
.col-23,
.col-14,
.col-14a,
.col-14b,
.col-14c,
.col-14d,
.col-24,
.col-34,
.page {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


.wrapper .col-test-v {
	width: 560px;
	margin-left: 25px;
}

.wrapper .col-test-m {
	width: 345px;
}


.wrapper .col-14 {
	width: 220px;
}

.wrapper .col-14a {
	width: 200px;
}

.wrapper .col-14b {
	width: 160px;
}

.wrapper .col-14c {
	width: 260px;
}

.wrapper .col-14d {
	width: 280px;
}

.wrapper .col-24 {
	width: 460px;
}

.wrapper .col-34 {
	width: 700px;
}

.wrapper .col-12 {
	width: 460px;
}

.wrapper .col-12dotted {
	width: 450px;
	margin-right: 0px;
	padding-right: 10px;
	border-right: 1px dotted #333333;
}

.wrapper .col-12inPage {
	width: 440px;
}

.wrapper .col-13 {
	width: 300px;
}

.wrapper .page .col-13 {
	width: 285px;
}

.unutra_col-13 {
	width: 300px;
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.wrapper .col-23{
	width: 620px;
}

.wrapper .page {
	width: 940px;
}


/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.wrapper .first {
	margin-left: 0px !important;
}

.wrapper .last {
	margin-right: 0px !important;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}