
/*  ZAKLADNE TRIEDY  
a.inz { 
	color: #4c6fa7; 
	font-family: FiraSansOT-Regular;
	font-size: 13px;
	text-decoration: none;
}
a.inz:hover { text-decoration: underline; }
.radius {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}*/

/*  PREDDEFINOVANE TRIEDY  */
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }

.ml15 { margin-left: 15px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb35 { margin-bottom: 35px; }
.mr10 { margin-right: 10px; }
.mt25 { margin-top: 25px; }
.mt20 { margin-top: 20px; }
.mt15 { margin-top: 15px; }
.m20-40 { margin: 0px 25px; }
.m50-40 { margin: 10px 25px 0px 25px; }
.pr15 { padding-right: 15px; }


.w920 { width: 920px; }
.w700 { width: 700px; }
.w33p { width: 33%; }
.w50p { width: 50%; }
.w100p { width: 100%; }

.radius {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.upper { text-transform: uppercase; }
.fira { font-family: FiraSansOT-Regular; }
.firab { font-family: FiraSansOT-Bold; }

.green { color: #6ed749; }
.grey { color: #81868c; }


/*  FORMULARE  */
.selectbox select { 
	background: transparent;
	padding:9px 5px; 
	line-height: 1;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 38px !important;
	-webkit-appearance: none;
	font-family: FiraSansOT-Regular;
	font-weight: bold;
  }
.selectbox {  
	height: 38px !important;
	overflow: hidden;
	background: url('../obrazky/inzercia/select_box.png') no-repeat right #F5F5F5;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.selectbox-nobg select { 
	background: transparent;
	padding:9px 5px; 
	line-height: 1;
	border: none;
	height: 33px !important;
	-webkit-appearance: none;
	font-family: FiraSansOT-Regular;
	font-weight: bold;
  }
.selectbox-nobg {  
	height: 33px !important;
	overflow: hidden;
	background: url('../obrazky/inzercia/select_box_nobg.png') no-repeat right;
	border-radius: 3px;
}
input.textfield {
	background: #f5f5f5;
	box-shadow: inset 0 1px 1pg rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1pg rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1pg rgba(0, 0, 0, 0.1);
	border: 1px solid #eaeaea;
	padding: 10px 15px;
	line-height: 20px;
	height: 16px;
	font-size: 13px;
	font-weight: normal;
	color: #2e3641;
	margin: 5px 0px;
	font-family: FiraSansOT-Regular;
}
textarea.textarea {
	background: #f5f5f5;
	box-shadow: inset 0 1px 1pg rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1pg rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1pg rgba(0, 0, 0, 0.1);
	border: 1px solid #eaeaea;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: normal;
	color: #2e3641;
	margin: 5px 0px;
	font-family: FiraSansOT-Regular;
}

/*  PRIDAT INZERAT  */
div.line {
	border-bottom: 1px solid #EAEAEA;
	margin: 20px 0px 30px 0px;
}

table#main-table table#secondary-table01 td.label, table#main-table table#secondary-table02 td.label {
	font-family: FiraSansOT-Regular;
	font-size: 13px;
	color: #2e3641;
	width: 180px !important;
}
table#main-table table#secondary-table01 tr, table#main-table table#secondary-table02 tr {
	height: 50px;
}
table#main-table table#secondary-table02 tr.cont_email {
	height: 94px;
}
table#main-table table#secondary-table02 tr.cont_telnum {
	height: 84px;
}

/*  DETAIL INZERATU  */
div.icon-star {
	background: url('../obrazky/inzercia/icon_star.png') no-repeat;
	height: 28px;
	width: 28px;
	display: inline-block;
	vertical-align: middle;
}
div.detail-text {
	color: #3e4c69;
	max-width: 700px;
}
table.cont_table {
	border: 1px solid #e1e1e1;
	padding: 12px;
	min-width: 230px;
}
table.cont_table td.blue {
	color: #478dff !important;
}
table.cont_table td {
	color:#2e3641;
}
table.cont_table tr {
	height: 25px;
}
table.cont_table td.label {
	width: 80px;
	color:#81868c;
}

table.cform_table {
	border: 1px solid #e1e1e1;
	padding: 22px;
	width: 370px;
}
table.cform_table td.label {
	width: 80px;
	color:#81868c;
}


/*  NAHLAD KATEGORIE  */
#first-table { margin-bottom: 20px; }
#search-table {height:84px;}

.grey-color { color: #81868c; }

table.katInzList tr{
	height: 148px;
	width: 700px;
}

table.katInzList tr:hover {
	background: #EBF3FF;
}
table.katInzList td.nahlad {
	width: 210px;
	font-family: FiraSansOT-Bold;
	font-size: 16px;
	border-top: 1px solid #E1E1E1;
}
table.katInzList td.text {
	width: 483px;
	border-top: 1px solid #E1E1E1;
}
table.katInzList td.text a {
	color: #4e6ea7;
	text-decoration: none;
}
table.katInzList td.text a:hover {
	text-decoration: underline;
}
table.katInzList td.text table.info {
	margin-top: 7px;
	width: 483px;
}
table.katInzList td.text table.info tr {
	height: 35px;
}

/*  NAHLAD KATEGORII  */

table#main-table table.catlist {
	height: 55px;
	border: 1px solid #FFF;
	width: 255px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 7px 0px 7px 0px;
	padding: 10px 7px;
}
table#main-table table.catlist:hover {
	border: 1px solid #478dff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table#main-table table.catlist td {
	min-width: 65px;
}
table#main-table td.main-td a {
	text-decoration: none;
}

div.warn-list {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #a5c7ff;
	border-top: 1px solid #468cfe;
	border-bottom: 1px solid #468cfe;
	text-align: center;
	margin-bottom: 25px;
}