
/* Layout tabulky */

table#content_table {
	width: 654px;
	cell-spacing: 0!important;
	border-collapse: separate;
	/*border-spacing: 2px 2px;*/
	margin-left: -2px;
}
table#content_table * {
	border:0;
	margin:0;
	padding:0;	
}

table#content_table td {
	vertical-align: top;
	padding-bottom: 2px;
	background: white;
}

table#content_table td.quarter {
	width: 148px;
	padding: 7px;
}

table#content_table .white_line {
  background-color: #fff;
  height: 2px;
}

table#content_table td.half {
	width: 326px;
	padding: 7px;
}

table#content_table .topic_container {
	background-color:#fff;
	padding-bottom: 2px;
}

table#content_table td.quarter2 .topic_container {
	padding-top: 2px;
}

table#content_table .cnt_container {
	overflow: hidden;	
}

table#content_table td.quarter .cnt_container {
	width: 148px;
}

table#content_table td.half .cnt_container {
	width:312px;
}


table#content_table .topic  {
	padding-bottom: 5px;
	font-size: 11px;
	color: #003781;
	font-weight: bold;
}


table#content_table .cnt {
	padding: 5px 0px;
	position:relative;
	margin: 0!important;
}

table#content_table td.half .fixed_height .cnt {
	height: 88px;
	position: relative;
}

/* Styly pro obsah prvku tabulky */

table#content_table a {
	text-decoration: none;	
	font-size: 11px;
}

table#content_table .topic a {
	font-size: 11px;
	color: #003781;
	text-decoration: none;
}

table#content_table a:hover, table#content_table a.moreLink:hover {
	text-decoration: underline;	
}

table#content_table a.imgLink {
	margin:  0!important;
	padding: 0!important;
	display: block;
}

table#content_table img.wide {
	margin-bottom: 2px;
}

table#content_table a.moreLink {
	display:block;
	text-align: right;	
	font-size: 11px;
	text-decoration: none;
	padding-top: 3px;
	position: absolute;
	bottom: 12px;
	right: 7px;	
}

table#content_table h3.teaser1 {
	color: #0e3787;
	font-size: 11px;
}

table#content_table .cnt p {
	font-size: 11px;
	line-height: 13px;
}

table#content_table ul {
	list-style-type: none;
	padding:0px!important;
}

table#content_table ul li {
	padding-left: 15px;
	padding-bottom: 3px;
	line-height: 12px;
	background-image: url('../img/list_style_up.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	margin:0;
}


table#content_table .portlet_g {
	padding-bottom:12px;	
}

table#content_table h3.bigBlue {
	font-size: 17px;
	line-height: 19px;	
}

table#content_table td.quarter img {
	margin: 0px;
}

/* Hlavni stranka produktovych sekci */
.cleaner {
	clear: both;	
}

.link-content {
	margin-top:2px !important;
}



img.linkTopImg {
	display:block;
	border: 7px solid white;
	width: 640px;
}
.link-content .simple {
	width:auto!important;	
	background-color: #e5ecf6;
	padding-bottom: 0px !important;
}

.link-content .item {
	height: 1%;
	width: 100%;
	padding-bottom: 5px;
	background: url('/images/point.gif') repeat-x bottom center;	
	margin-bottom: 10px;
}

.link-content .item-last {
	margin-bottom: 0px;
	background-image: none;
}

.link-content .item .left-col {
	float: left;
	padding:0;
	width: 200px!important;
}

.link-content .item .right-col {
	float: left;
	text-align:left;
	padding:0;
	width: 454px!important;
}

.link-content .item .right-col p {
	margin-right: 30px!important;
}

.link-content h3 {
	margin:0px 10px;	
	pading:10px 5px;
}



.link-content h3.teaser1, .link-content h3.teaser1 a {
	color: #003781!important;
	text-decoration: none;
	font-size: 12px;
}

.link-content h3.teaser1 a:hover {
	color: #000 !important;
	text-decoration: none;
	font-size: 12px;
}

.link-content ul {
	list-style-type: none;
	padding:0px!important;
	margin-top: 5px;
	margin-bottom: 5px;
	height:1%;
	margin-left: 2px;
}

.link-content ul li {
	padding-left: 15px;
	padding-bottom: 3px;
	line-height: 12px;
	background-image: url('../img/list_style_up.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	margin:0;
}

.link-content a.moreLink {
	float: right;
	clear: both;
	display: block;
	position: relative;
	right: 10px;
	margin-top: 10px!important;	
	white-space: nowrap;
	color: black !important;
	text-decoration: none;
	margin-bottom: 5px!important;	
}

.link-content a.moreLink:hover {
    text-decoration: underline;
}

