@charset "utf-8";
body {
	font: 11px Tahoma, Verdana, Arial;
	color: #666666;
	margin: 0px auto;
	padding: 0px;
	background: #AA5A00 url(/obrazky/bg-body.jpg) repeat-x;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
	position: static;
	text-align: left;
}
img {
	border-style: none;
}
ul {
	margin: 0px;
	padding: 15px 0px 0px 25px;
}
li {
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	list-style: url(/obrazky/list.png);
}
table {
	font-size: 11px;
	/* zakomentovano (sirka) margin: 15px 0px 0px;*/
	margin: 0px 0px 0px;
	padding: 0px;
}
p {
	line-height: 130%;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: justify;
}
/** moje cast (sirka) */
h1 {
	color: #B36C48;
	font-size: 150%;
	font-weight:bold;
}

h1 a, h1 a:hover	 {
	font-weight: bold;
}

.umelciNadpis a, .umelciNadpis a:hover {
	font-weight: normal;
}


h2, .h2 {
	color: #1D2A3C;
	font-size: 150%;
}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h4 {
	margin: 0px;
	padding: 15px 0px 3px 18px;
	font-weight: bold;
	background: url(/obrazky/arrow.png) no-repeat 0px 17px;
	font-size: 11px;
	border-bottom: 1px solid #D8D3C7;
}

form {
	margin: 0px;
	padding: 0px;
}
input {
	font: 11px Tahoma, Verdana, Arial;
	overflow: visible; /** IE stretched button bug solution. thx to La Trine */
}

a {
	font-weight: bold;
	color: #B36C48;
	text-decoration: none;
}
a:Hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#indies {
	margin: 0px auto;
	width: 950px;
}
#logo {
	height: 150px;
	width: 170px;
	position: absolute;
	margin-left: 5px;
}
#header {
	background: #E48F02 url(/obrazky/bg-header.png);
	height: 115px;
	overflow: hidden;
}
#header a, #language a {
	color: #000000;
	font-weight: normal;
}
#headerPhoto {
	margin-left: 175px;
	display: inline;
	height: 115px;
	width: 590px;
}
#logoRadia {
	height: 100px;
	width: 150px;
	margin: 10px 0px 0px 780px;
	position: absolute;
}
#logoRadia img {
	opacity:0.7;
	filter:alpha(opacity=70);
	margin-top: 18px;
	margin-left: 30px;
}
#logoRadia img:hover {
	opacity:1;
	filter:alpha(opacity:100);
}
#menu {
	padding: 0px;
	background: #2F3748 url(/obrazky/bg-menu.png);
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	width: 590px;
	margin-left: 176px;
	display: inline;
	float: left;
}
#menu li {
	line-height: normal;
	list-style: url(none) none;
	display: inline;
}
#menu li a, #menu li a:Hover {
	display: block;
	float: left;
	border-right: 1px solid #3E4647;
	border-left: 2px solid #3E4647;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 14px;	/* bylo 16 */
	-webkit-transition: linear 0.2s;
}
#menu li a:Hover {
	background: #FBBB01;
}
#menu li #first {
	border-left: 3px solid #3E4647;
}
#menu li #last {
	border-right: 3px solid #3E4647;
}
#language {
	float: right;
	padding-top: 6px;
}
#language span {
	padding-right: 3px;
}

#main {
	background: #FBBB01 url(/obrazky/bg-main.jpg);
	clear: both;
}
#cd {
	background: url(/obrazky/bg-cd.jpg) no-repeat;
	width: 950px;
}
#left {
	float: left;
	width: 175px;
	padding-bottom: 10px;
}
#left h3 {
	margin: 10px 0px 0px 16px;
	padding: 10px 0px 4px;
	width: 150px;
	background: url(/obrazky/bg-left-title.png);
	color: #FFFFFF;
	text-indent: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.leftBox {
	background: url(/obrazky/bg-left-in.png) repeat-y;
	width: 150px;
	margin-left: 16px;
}
.leftBoxIn {
	padding: 2px 13px 4px;
}
.leftBoxIn p {
	text-align: left;
}
.leftBoxEnd {
	background: url(/obrazky/bg-left-bottom.png) no-repeat;
	height: 10px;
	font-size: 1px;
	margin-left: 16px;
}
.leftBoxIn p, .rightBoxIn p, .middleBoxIn p {
	padding-top: 5px;
}
.leftForm {
	width: 124px;
	background: #FFFFFF;
	border-style: none;
	margin-top: 5px;
}
#middle {
	float: left;
	width: 585px;
	padding-bottom: 10px;
}
#middle h3 {
	padding: 10px 0px 5px;
	background: url(/obrazky/bg-middle-title.png);
	text-indent: 15px;
	width: 575px;
	margin: 10px 0px 0px;
}
.middleBox {
	background: url(/obrazky/bg-middle-in.png) repeat-y;
	width: 575px;
}
.middleBoxIn {
	padding: 0px 18px 3px; /* 23 bylo puvodne 13, kdyby to blblo (p) */ /* 18 byl druhy padding */
}
.middleBoxEnd {
	background: url(/obrazky/bg-middle-bottom.png) no-repeat;
	height: 15px;
	font-size: 1px;
}
.newBox {
	background: #EBE1C7;
	float: left;
	padding: 5px 2px 7px 5px;
	margin: 10px 5px 5px 2px;
	display: inline;
	width: 120px; /** pridal jsem - sirka */
	min-height: 198px;
}
.newBoxDistrib {
	background: #EBE1C7;
	float: left;
	padding: 5px 2px 5px 5px;
	margin: 5px 5px 5px 2px;
	display: inline;
	width: 93px; /** pridal jsem - sirka */
	text-align: center;
	overflow: hidden;
	height: 120px;
}
.new, .new:Hover {
	display: block;
	margin: 7px 7px 0px 0px;
	height: 110px;
	_height: 112px;
	width: 110px;
	_width: 112px;
	padding: 1px;
	border: 1px solid #9A968A;
}
.new:Hover {
	border: 1px solid #B36C48;
}
.info, .info:Hover {
	display: block;
	margin: 3px 8px 3px 3px;
	float: left;
	padding: 1px;
	border: 1px solid #9A968A;
}
.info img {
	margin-bottom: -2px;
	_margin-bottom: 0px;
	padding: 0px;
	border: none;

}
.info:Hover {
	border: 1px solid #B36C48;
}
.catalogBox {
	background: url(/obrazky/dotted_line_vertical.png) repeat-y right;
	float: left;
	width: 265px;
	padding-bottom: 6px;
	margin-right: 9px;
}
.catalog, .catalog:Hover {
	display: block;
	margin: 7px 7px 0px 0px;
	float: left;
	height: 90px;
	_height: 92px;
	width: 90px;
	_width: 92px;
	padding: 1px;
	border: 1px solid #9A968A;
}
.catalog:Hover {
	border: 1px solid #B36C48;
}
.catalogBoxRight {
	background: url(none);
	margin-right: 0px;
}
#right {
	float: left;
	width: 185px;
	padding-bottom: 10px;
}
#right h3 {
	padding: 10px 0px 4px;
	background: url(/obrazky/bg-right-title.png);
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-indent: 15px;
	width: 185px;
	margin: 10px 0px 0px;
}
.rightBox {
	background: url(/obrazky/bg-right-in.png);
	width: 185px;
}
.rightBoxIn {
	background: url(/obrazky/bg-right-bottom.png) no-repeat bottom;
	padding: 2px 7px 11px 13px;
}
.rightBoxIn ul {
	padding: 5px 0px 0px 18px;
}
.rightBoxIn ul li {
	list-style: url(/obrazky/side_list.png);
	padding-left: 3px;
}
.action, .action:Hover {
	display: block;
	margin: 7px 7px 6px 0px;
	float: left;
	height: 65px;
	_height: 67px;
	width: 65px;
	_width: 67px;
	padding: 1px;
	border: 1px solid #9A968A;
}


.actionPiko:Hover {
	border: 1px solid #B36C48;
}

.actionPiko, .actionPiko:Hover {
	display: block;
	margin: 1px 3px 1px 0px;
	float: left;
	height: 32px;
	_height: 34px;
	width: 32px;
	_width: 34px;
	padding: 1px;
	border: 1px solid #9A968A;
}
.actionPiko:Hover {
	border: 1px solid #B36C48;
}


#headphones {
	height: 45px;
	width: 57px;
	position: absolute;
	margin: 25px 0px 0px 110px;
	background: url(/obrazky/headphones.png);
	display: inline;
}

#footer {
	background: #1E2B3C;
	color: #89897A;
	padding-bottom: 30px;
}
#footer p {
	padding-top: 5px;
	text-align: center;
}

#footer a {
	color: #89897A;
	font-weight: normal;
}
#footer a:Hover {
	color: #FFFFFF;
	font-weight: normal;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.dottedLine {
	font-size: 1px;
	clear: both;
	height: 3px;
	background: url(/obrazky/dotted_line.png);
}
.button, .buttonSmall {
	background: #676767;
	border-style: none;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	font-size: 11px;
	margin-top: 5px;
	padding: 6px;
	cursor: pointer;
}
.buttonSmall {
	padding: 1px 3px;
}
.maybe { /* u buttonu, skoro jako inactive */
	background-color:#aaa;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.noPaddUp {
	padding-top: 0px;
	margin-top: 0px;
}
.noPaddBottom {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.slim, .slim:Hover {
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}
.lightLink, .lightLink:Hover {
	font-weight: normal;
}
.lightLink a, .lightLink a:Hover {
	font-weight: normal;
}
/* Detail titulu */
.typeTab {
	padding: 0px;
}
.typeTab li {
	line-height: normal;
	list-style: url(none) none;
	display: inline;
}
.typeTab li a, .typeTab li a:Hover {
	background: url(/obrazky/type-tab.png);
	display: block;
	float: left;
	padding: 3px 0px 5px;
	width: 75px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
}
.typeTab li a:Hover {
	background: url(/obrazky/type-tab-hover.png);
	color: #B36C48;
}
.detailType {
	padding-top: 15px;
	width: 537px; /** tohle mozna pomuze internet exploreru nedelat ghost pruh nalevo od alba (predtim radek width nebyl */
}
.detailType h1 {
    font-size: 17px;
    font-weight: normal;
    color: #B36C48;
    background: url(/obrazky/bg-detail-title.png) no-repeat 5px 5px;
    position: relative;
    width: 345px;
    margin: -25px 0px 0px -30px;
    padding: 0px 0px 0px 30px;
}
.detailLeft {
	float: left;
	width: 154px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.detail, .detail:Hover {
	display: block;
	float: left;
	height: 150px;
	_height: 148px;
	width: 150px;
	_width: 148px;
	padding: 1px;
	border: 1px solid #9A968A;
}
.detail:Hover {
	border: 1px solid #B36C48;
}
.detailRight {
	float: left;
	width: 350px;
	display: inline;
	padding-top: 20px;
	/*padding-left: 30px;*/
}
.detailRight h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.buy, .buy:Hover {
	width: 330px; /** hodnota blizka .detailRight.width */
	background: url(/obrazky/basket.png) no-repeat 0px 2px;
	display: block;
	padding-left: 20px;
	font-weight: normal;
	padding-bottom: 15px;
}
.buy:Hover {
	font-weight: normal;
}
.tracklist {
	width: 539px;
	color: #000000;
}
.tracklist thead th {
	background: #4A5667;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 0px 5px 4px;
	text-align: left;
}
.tracklist tbody td {
	padding: 4px 0px 5px 4px;
}
.tracklist tbody tr.dark td {
	background: #E4DDCE;
}
.tracklist tbody tr.light td {
	background: #EEE6D2;
}
.tracklist select {
	font-size: 10px;
}


/** moje (sirka) */
.likealink {
	cursor: hand;
	cursor: pointer;
}

.recenze ul {
	padding-top: 5px;

}
.recenze a, .recenze a:hover {
	font-weight: normal;
}

/*********** obrazek indikujici odkaz mimo web */
.imgLinkOut {
    border: 0px;
    margin-left: 4px;
    margin-top: -2px;
    margin-bottom: 3px;
 }

 .noMargin {
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 }


/************** podlouhle informace o albu (jedno na radek) */
 	.albaBoxLong {
		float: left;
		width: 540px; /* bylo 550 */
		text-align: left;
		height: 78px;
	}

	.albaBoxLong img {
		/*float: left;*/
		text-align: left;
	}
	.bgLight {
		background-color: #E4DDCE;
	}
	.bgDark {
		background-color: #EEE6D2;
	}
	.bgVeryDark {
		background-color: rgb(228, 221, 206);
	}
/****************** stavove zpravy */
.stateMsg {
    background-color: #FFEC7D;
    padding: 3px;
    }
.stateMsgOk {
    color: #00BB00;
    font-weight:bold;
    padding-right: 35px;
    }
.stateMsgErr {
    color: #F06F0F;
    font-weight:bold;
    padding-right: 10px;
    }
/************************/
h3 a {
	color: white;
}
h3 a:hover {
	color: white;
}
/* buttony dole u seznamu skladeb **********/

#tracklistButton {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	float: left;

}
#tracklistButton li {
	line-height: normal;
	list-style: url(none) none;
	display: inline;


}
#tracklistButton li a, #tracklistButton li a:Hover {
	display: block;
	float: left;
	font-weight: bold;
	color: #4A5667;
	text-decoration: none;
	padding: 3px 12px 3px;
	border: 1px solid #E3E3E3;
	background-color: #ffffff;
	margin-right: 10px;
}
#tracklistButton li a:Hover {
	color: #000000;
	border: 1px solid #aaaaaa;
}
#tracklistButton li a img {
	margin-bottom: -4px;
	margin-right: 5px;
}
#tracklistButton li #first {
	margin-left: 10px;
}
.tracklistSumRow {
	color: #4A5667;
	font-weight:bold;
}

/**************** umelec Foto */
.umelecFoto, .umelecFoto:Hover {
	display: block;
	float: left;
	height: 140px;
	_height: 142px;
	width: 215px;
	_width: 217px;
	padding: 1px;
	border: 1px solid #9A968A;
}
.umelecFoto:Hover {
	border: 1px solid #B36C48;
}
.umelecFotoMini, .umelecFotoMini:Hover {
	display: block;
	float: left;
	height: 65px;
	_height: 67px;
	width: 65px;
	_width: 67px;
	padding: 1px;
	border: 1px solid #9A968A;
	margin-top: 5px;
	margin-right: 5px;
}

.umelecFotoMini:Hover {
	border: 1px solid #B36C48;
}

.detailLeftUmelec {
	width: 232px;
	margin-right:20px;
	margin-bottom:5px;
	border:1px solid #F1EAD8;
}
.detailRightUmelec {
	width:280px;
	/*width:100px;
	float: left;
	display: inline;	*/
}

.detailRightUmelec h1 {
	width: auto;
}

.detailTypeNizsi {
	padding-top: 5px;
}

.mojeIndiesBox {
	padding-left:8px;
	padding-top: 5px;
}
.mojeIndiesBox ul {
	padding-left:15px;
}
.mojeIndiesBox li {
	margin-bottom: -1px;
	padding-top: 0px;
}


.odrazkovyBlok h2 {
	margin-bottom: 0px;
}
.odrazkovyBlok ul {
	padding-top: 0px;
}

.smallPadd {
	padding-left: 18px;
}

#miniStatusKosiku {
	padding-right: 12px;
	color: #999999 !important;
}

.kosiklist thead th {
	background-color: #5D4F34;
}


.normalniText {
	color:#666666;
}

.fright {
	float: right;
}
.fleft {
	float: left;
}

.infoBox {
	width:520px;
	/*_width: 538px;*/
	background-color:#E4DDCE;
	padding:5px;
	padding-left:15px;
}
.trackComment {
	cursor: help;
}

#promoVideoBox {
	margin-top: 5px;
	background-image: url(/obrazky/video-pozadi.gif);
	width: 124px;
	height: 73px;
}


.abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
}


.featuringBox {
	background-color:#E8DCBF;
	border: 1px solid #1E2B3C;
	float: right;
	padding: 10px;
	margin-top: 30px;
}


/*********** autocomplete *******/

	div.autocomplete {
      width: 200px !important;
      background: #fff;
    }
    div.autocomplete ul {
      border:1px solid #888;
      margin:0;
      padding:0;
      list-style-type: none;
    }
    div.autocomplete ul li {
      margin:0;
      padding:3px;
      cursor:pointer;
      list-style-type: none;
    }

    div.autocomplete ul li.selected {
      background-color: #ffb;

    }
    div.autocomplete ul strong.highlight {
      color: #800;
      margin:0;
      padding:0;
    }
    span.informal {
    	font-size: 80%;
    	color: #aaaaaa;
    }

/*********** preskrtnuti *******/
del {
    color: red;
}
del span {
    color: #666666;
}
/*********** /preskrtnuti *******/

.histokenko {
	background-color:#F89FFF;
	padding:5px;
}

.mensi {
	font-size: 0.8em;
}
.bledsi {
	opacity:.5;
	width: 100%;
	filter: alpha(opacity=50);
}


ul#social {
	display: block;
	position : relative;
	height: 18px;
	text-align : left;
	margin-right : 5px;
	padding-left: 0px;
}

ul#social li {
	display : inline;
	padding-left: 3px;
}

ul#social li a img {
	opacity : 0.6;
	-webkit-transition: linear 0.2s;
}

ul#social li a img:hover {
	opacity : 1;
}

strike { color: #666; }
