/*výšky, šířky --------------------*/
.w_100_pr {
	width:100% !important;
}
.w_50_pr {
	width:50% !important;
}

.lh_22 {
	line-height:22px;
}
.h_20 {
	height:20px !important;
}

.h_50 {
	height:50px !important;
}
.h_200 {
	height:200px !important;
}
.w_50 {
	width:50px !important;
}
.w_66 {
	width:66px !important;
}

/*floaty - displaye ---------------------------*/
.fl_right {
	float:right !important;
}
.fl_left {
	float:left !important;
}
.vis_none {
	display:none !important;
}
.vis_inline {
	display:inline !important;
}
.txt_right {
	text-align:right !important;
}
/*marginy -----------------------*/
.m_t_3 {
	margin-top:3px !important;
}
.m_t_15 {
	margin-top:15px !important;
}
.m_t_20 {
	margin-top:20px !important;
}
.m_t_30 {
	margin-top:30px !important;
}
.m_t_35 {
	margin-top:35px !important;
}
.m_t_40 {
	margin-top:40px !important;
}
.m_r_0 {
	margin-right:0px !important;
}
.m_b_3 {
	margin-bottom:3px !important;
}
.m_b_10 {
	margin-bottom:10px !important;
}

/*elementy ----------------------*/
.field {
	background:#4c4c4c;
	border:solid 1px #333333;
	color:#FFF;
	border-left-color:#5e5e5e;
	border-top-color:#5e5e5e;
	font-size:12px;
}
.butt {
	background:#fe6600 url(../images/backs/butt.gif) left top repeat-x;
	color:#FFF;
	text-transform:uppercase;
	line-height:25px;
	height:25px;
	padding:0 10px 0 10px;
	border:none;
	font-size:16px;
	cursor:pointer;
}
.art_video {
	width: 320px !important; 
	display:none;
}
