/* MAIN OFFER */

.offer {
	width: 100%;
}
.offer tr { 
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.offer td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
}


/* novy znacky */

.offer .ico p {
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 10px;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;

	background-color: white;
	border: 3px solid black;
	margin-left:22px;
	width:51px;
}

.offer .ico h1,
.offer .ico h3 {
	/* mam dojem, ze to je napicu...
	behavior: url(/css/border-radius.htc);
	position: relative;
	*/

	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;

	/* background-color: #182983; /* tmavemodra znacka */
	background-color: #009DE0; /* modra znacka */

	border: 4px double white;
	width:65px;
	height:65px;
	margin-left:14px;
}

.offer .ico.tip h1 {
	background-color: #182983; /* tmavemodra znacka */	
}
.offer .ico.obdelnik h1,
.offer .ico.obdelnik h3 {
	background-color: #009DE0; /* tmavemodra znacka */	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;

	height:55px;
}
.offer .ico.obdelnik_tip h1 {
	background-color: #182983; /* tmavemodra znacka */	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;

	height:55px;
}


/* stary znacky */

.offer .ico {
	background-image: url("images/znacka_sloupek.gif");
	background-position: center;
	text-align: center;
	width: 100px;
	padding-top:0;
	display: block;
	margin-top: 5px;
	position: relative;
	top: 1px;
	height:115px;
}

.offer .ico h1 {
	font-family: Impact, Charcoal, sans-serif;
	text-indent: -1px;
	font-size: 48px;
	line-height: 65px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.offer .ico h3 {
	font-family: Impact, Charcoal, sans-serif;
	text-indent: -1px;
	font-size: 32px;
	margin-top: 0px;
	line-height: 60px;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.offer .ico.obdelnik p {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

.offer .ico.obdelnik_tip p {
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 10px;
}

.offer .ico.obdelnik h1,
.offer .ico.obdelnik_tip h1 {
	line-height: 60px;
}
.offer .price {
	color: #000;
}
.offer .price.tip {
	/* color: #46a12a; */
	color: #172983;
}
.offer .price h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	font-weight: bold;
	color: #000;
}
.offer .price.tip h1 {
	/* color: #46a12a; */
	color: #172983;
}
.offer .price h1 sub {
	font-size: 18px;
}
.offer .price p {
	margin: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

