li.main {
	list-style-image: url(http://images.crystalgroup.sk/li_main.gif);
	margin: 0px 0px 0px 0px;
}

li.sub1 {
	list-style-image: url(http://images.crystalgroup.sk/li_sub1.gif);
	margin: 0px 0px 0px 20px;
}

li.sub2 {
	list-style-image: url(http://images.crystalgroup.sk/li_sub2.gif);
	margin: 0px 0px 0px 40px;
}




.content_l {
	float: left;
	padding: 0px 9px 20px 0px;
	width: 345px;
}

.content_r {
	float: left;
	padding: 0px 0px 20px 9px;
	width: 345px;
}




.field_xxs {
	width: 20px;
}

.field_xs {
	width: 50px;
}

.field_s {
	width: 100px;
}

.field_m {
	width: 150px;
}

.field_l {
	width: 250px;
}

.field_xl {
	width: 300px;
}

.field_xxl {
	width: 100%;
	_width: 99%;
}

.button {
	width: 80px;
}





.newline {
	clear: both;
}

.mid {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}





.l {
	float: left;
}

.r {
	float: right;
}

.img_l {
	float: left;
	padding-right: 10px;
}

.img_r {
	float: right;
	padding-left: 10px;
}





.img_l {
	margin: 0px 5px 0px 0px;
	float: left;
}

.img_r {
	margin: 0px 0px 0px 5px;
	float: right;
}





.t_10 {
	width: 10%;
}

.t_15 {
	width: 15%;
}

.t_20 {
	width: 20%;
}

.t_25 {
	width: 25%;
}

.t_30 {
	width: 30%;
}

.t_35 {
	width: 35%;
}

.t_40{
	width: 40%;
}

.t_45 {
	width: 45%;
}

.t_50 {
	width: 50%;
}

.t_60 {
	width: 60%;
}

.t_70 {
	width: 70%;
}

.t_75 {
	width: 75%;
}




.status_NEW {
	background: #ffff00;
}

.status_OK {
	background: #00ff00;
}

.status_UNPAID {
	background: #ff9900
}

.status_DELAY {
	background: #ff0000;
}




.warning {
	padding: 5px 0px 5px 0px;
	color: red;
	border: 3px double red;
	text-align: center;
}

.success {
	padding: 5px 0px 5px 0px;
	color: green;
	border: 3px double green;
	text-align: center;
}

.missing {
	color: red;
}

.white {
	color: white;
}




.c_help {
	cursor: help;
}

.c_hand {
	cursor: pointer;
}
