
/*
 * html elements
 */
body{
	margin: 0;
	font-family: "Arial CE", "Helvetica CE", lucida, sans-serif;
	font-size: 0.9em;
	background: #ededed;
}

a{
	font-weight: normal;
	color: #1055b9;
	text-decoration: underline;
}
a:visited{
	color: #366ab4;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	color: #366ab4;
}

h1{
	margin: 0;
	padding: 5px 10px;
	background: #1055b9;
	color: #fff;
	font-size: 0.9em;
}
h2, h3, h4, h5, h6{
	margin: 15px 0 0 0;
}
h2{
	font-size: 0.9em;
	line-height: 1.2em;
	color: #A90708;
}

p{
	margin: 0 0 10px 0;
}

p.title {
	display: none;
}

img{
	border: 1px solid #D6D6D6;
}
a img{
	border: 1px solid #1055b9;
}

/* definition list */
dl{
	margin: 10px 0 10px 15px;
}
dt{
	font-weight: bold;
	font-size: 1em;
	color: #3E73BF;
}
dd{
	margin: 0 0 6px 15px;
	line-height: 1.7em;
}

/*table styles*/
table{
	border-collapse: collapse;
	margin: 10px 0;
}
caption{
	font-weight: bold;
	text-align: left;
	color: #1055B9;
	margin: 5px 0 0 6px;
}
th{
	text-align: left;
	background: #DFDFDF;
}
th, td{
	border: 1px solid #636161;
	padding: 4px;
}

/*end of html elements*/

/*
 * layout
 */
#header{
	height: 43px;
	position: relative;
	background: #38424e url("/img/u/mobile/bg-top.gif") repeat-x;
}
#header-link{/*nej radia, zatim se nepouziva*/
	position: absolute;
	margin: 0;
	padding: 0;
	top: 15px;
	right: 10px;
	font-size: 11px;
}
#header-link a{
	font-weight: bold;
}
#header a, #footer a{
	color: #fff;
}
#header a:visited, #footer a:visited{
	color: #e0e0e0;
}
#header a:focus, #footer a:focus{
	color: #e0e0e0;
}

#body, #footer{
	padding: 5px 10px;
	line-height: 1.4em;
}
#main-content {
	padding: 5px 10px;
}
#main-content img.fLeft {
	float: left;
	margin: 2px 10px 5px 0px;
}
#main-content p {
	clear: both;
	margin-bottom: 0px;
}
#footer{
	margin: 0;
	background: #000;
	color: #fff;
	font-size: 10px;
}
/*end of layout*/

/*
 * classes, ids
 */

/* logo features */
#logo-wrapper{
	position: absolute; top: 10px; left: 10px;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}
#logo-wrapper a{
	display: block;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 10px;
}
#logo-wrapper strong{
	display: block;
	width: 71px;
	height: 24px;
	position: absolute; left: 0 !important; top: 0 !important;
	z-index: 1;
	background-image: url("/img/u/mobile/logo-mobile.png");
	cursor: pointer;
}

/*list novinek, , kam vyrazit, navigace*/
ul#item-list, ul#nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#item-list li{
	margin: 0;
	padding: 10px 0;
	border-top: 1px #a0a0a0 dotted;
	width: 100%;
	overflow: hidden;
	position: relative;
}
ul#item-list img{
	float: left;
	margin: 5px 5px 0 0;
}
ul#item-list li p{
	margin: 0;
}
.non-top-line li{
	border-bottom: 1px #a0a0a0 dotted;
	border-top: none !important;
}

/*navigace*/
ul#nav li{
	margin: 0;
	padding: 0;
	border-bottom: 1px #9a9aa6 solid;
	line-height: 1.4em;
}
ul#nav li a{
	display: block;
	padding: 5px 10px;
	background: #474b52;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
}
ul#nav li a:after {
	content: " >";
}


/*h2 v listech (kam vyrazit, rychlovky, ...)*/
ul#item-list li h2{
	margin: 0;
}
/*h2 odkaz napr v listu kam vyrazit*/
h2 a{
	font-size: 1.1em;
	font-weight: bold;
}

/*jednoucelove tridy*/
.small-font{
	font-size: 11px;
}
.bold-font, .bold-font a{
	font-weight: bold;
}
.less-margin{
	margin: 5px 0;
}
.border-top{
	border-top: 1px solid #fff;
	padding-top: 5px;
}

/*prouzek pro akce trva od do, akce zrusena, presunuta*/
.small-stripe{
	font-size: 11px !important;
	color: #d0f1ff !important;
	background: url("/img/u/bg-small-stripe.gif") no-repeat;
	margin: 7px 0 0 0 !important;
	height: 21px;
	padding: 3px 0 0 8px !important;
	width: 15.5em;
	float: left;
}
.small-stripe span{
	color: #fff;
}

.action-destage{
	background: url("/img/u/bg-small-discontinue.gif") no-repeat;
	width: 9em;
	padding-left: 6px !important;
}
.action-discontinue{
	background: url("/img/u/bg-small-discontinue.gif") no-repeat;
	width: 8.5em;
	padding-left: 12px !important;
}
.action-destage a, .action-discontinue a{
	color: #fff !important;
}

/*loga radii akci doporucuje*/
.radio-doporucuje{
	position: absolute;
	right: 0;
	top: 0;
}

/*top10 interpreti ve stylu*/
#style-top10 ul{
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
#style-top10 ul li{
	float: left;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 55px;
}
#style-top1 dl{
	margin: 0;
	padding: 10px;
	background: #DBDBDB;
}
#style-top1 dd{
	margin: 0;
	padding: 5px 0;
	background: #DBDBDB;
}
#style-top1 dt{
	font-weight: bold;
}

/*filtrace v kam vyrazit*/
.filtrace, .filtrace dt, .filtrace dd{
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 1.4em;
}
.filtrace dt, .filtrace dd{
	float: left;
}
.filtrace{
	margin: 5px 0;
}
.filtrace dd{
	margin: 0 5px 7px 5px;
}
/*pismena v interpretech*/
.abeceda dd{
	padding: 2px 0;
}
.abeceda a{
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 2px 4px;
}

/*element pro obrazky s popiskem*/
.imgContainer{
    background-color: #24292F;
    border: 1px #CCCCCC solid;
    color: #FFF;
    font-size: 10px;
    margin-top: 5px;
    width: 230px;
}
.imgContainer img{
    border: none;
}
.imgContainer p{
    margin: 0;
    padding: 0;
}
.imgContainer-label{
    padding: 5px;
    line-height: normal;
}
