/* === news === */

/* -------------------------------------------------- title */

#page-title #page-title-inner h2 {
	background:url(../images/page_title.gif) no-repeat 0 0;
	width:151px;
	height:14px;
}


#smenu ul li#smenu-single a {
	background:url(../images/smenu_single_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-single a:hover {
	background:url(../images/smenu_single_hover.gif) no-repeat 0 0;
}

#smenu ul li#smenu-album a {
	background:url(../images/smenu_album_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-album a:hover {
	background:url(../images/smenu_album_hover.gif) no-repeat 0 0;
}

#smenu ul li#smenu-analog a {
	background:url(../images/smenu_analog_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-analog a:hover {
	background:url(../images/smenu_analog_hover.gif) no-repeat 0 0;
}

#smenu ul li#smenu-dvd a {
	background:url(../images/smenu_dvd_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-dvd a:hover {
	background:url(../images/smenu_dvd_hover.gif) no-repeat 0 0;
}

h3 {
	width:620px;
	height:33px;
	text-indent:-9999px;
	display:block;
	margin-bottom:18px;
}

h3#page-title-single {
	background:url(../images/disco_title_single.gif) no-repeat 0 0;
}

h3#page-title-album {
	background:url(../images/disco_title_album.gif) no-repeat 0 0;
}

h3#page-title-analog {
	background:url(../images/disco_title_analog.gif) no-repeat 0 0;
}

h3#page-title-dvd {
	background:url(../images/disco_title_dvd.gif) no-repeat 0 0;
}


.disco-box {
	padding-bottom:15px;
	border-bottom:1px dotted #34352B;
	margin-bottom:15px;
}

.single .disco-box-inner .left {
	float:left;
	width:305px;
}

.single .disco-box-inner .right {
	float:right;
	width:305px;
}


.single .disco-box-inner .photo {
	float:left;
	width:100px;
	text-align:center;
}

.single .disco-box-inner .text {
	float:left;
	margin-left:10px;
	width:195px;

}

.disco-box-inner h4 {
	margin-bottom:10px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.disco-box-inner h4 strong {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:5px 0;
	line-height:1.5em;
}


.disco-box-inner .text p {
	line-height:1.2em;
}

.track p {
	padding-left:1.7em;
	text-indent:-1.7em;
}

/*DVD*/

.dvd .disco-box-inner .photo {
	float:left;
	width:75px;
	text-align:center;
}

.dvd .disco-box-inner .text {
	float:left;
	margin-left:10px;
	width:220px;

}

/* analog & ALBUM */
.analog .photo,
.album .photo {
	float:left;
	width:100px;
	text-align:center;
}

.analog .title,
.album .title {
	float:left;
	margin-left:10px;
	width:240px;
}

.analog .track,
.album .track {
	float:right;
	width:260px;
}