@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////////// DISCOGRAPHY, VIDEOGRAPHY, MEDIA */


/* ----------------------------------------------------- Index */

.mediaIndex ul {
	margin-bottom: 20px;
	padding: 0px;
}

.mediaIndex ul li {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	zoom: 1;
}

.mediaIndex .listBoxR{
	width: 510px;
	float: right;
}

.mediaIndex .listBoxL{
	width: 120px;
	float: left;
}

.mediaIndex .listBoxL img{
	width: 100px;
	padding: 1px;
	background: #737373;
	border: 2px solid #e5e5ed;
}

.mediaIndex .listBoxR h2{
	margin-bottom: 5px;
	line-height: 1.3;
	font-size: 130%;
	font-weight: bold;
}

.mediaIndex .listBoxR img{
	vertical-align: text-top;
}

.mediaIndex .listBoxR p{
	line-height: 1.6;
}

.mediaIndex .listBoxR strong{
	font-weight: bold;
}

.mediaIndex .listBoxR .listHidden{
	display: none;
}


/* ----------------------------------------------------- Item */

.mediaItem h2 {
	margin-bottom: 10px;
	font-size: 182%;
	line-height: 1.3;
	font-weight: bold;
}

.productsMain{
	text-align: left;
}

.productsMain dl{
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	zoom: 1;
}

.productsMain dt{
	width: 140px;
	float: left;
}

.productsMain dt img{
	padding: 1px;
	background: #737373;
	border: 2px solid #e5e5ed;
}

.productsMain dd{
	width: 475px;
	float: right;
	line-height: 1.8;
}

.productsMain dd p{
	margin: 10px 0px 0px 0px;
}

.productsMain dd strong{
	color: #c00;
}

.productsMain dd ul li {
	margin-left: 1.1em;
	list-style: disc;
}

.productsList{
	margin: 0 0 10px 0;
	text-align: left;
}

.productsList h3{
	margin: 0 0 10px 0;
	padding: 8px 0px 0px 0px;
	font-size: 87%;
	color: #c60;
	border-top: 1px dotted #ccc;
	font-weight: bold;
}

.productsList h4{
	margin: 0 0 3px 0;
	padding: 0px 0px 0px 14px;
	font-size: 87%;
	line-height: 1.6;
	font-weight: normal;
	background: url(img/list01.gif) no-repeat 2px 50%;
}

.trackList{
	margin-bottom: 20px;
}

.buyList{
	margin-bottom: 10px;
}

.trackList li{
	padding: 2px 4px;
}

.buyList li{
	padding: 0px 0px 0px 14px;
	background: url(img/list02.gif) no-repeat 2px 50%;
}

.discList01 li{
	margin: 0px 0px 0px 1.1em;
	list-style: disc;
}

.listBg,
.list{
	background: #eef1f6;
}

.itemInfo{
	margin: 0px 0px 15px 0px;
	padding: 8px 0px 0px 0px;
	font-size: 87%;
	line-height: 1.4;
	color: #999;
	text-align: right;
}

.itemInfo a:link, .itemInfo a:visited{
	color: #999;
}

.itemInfo a:hover, .itemInfo a:active{
	color: #333;
}

.contentbody{
	text-align: left;
}

.flv{
	text-align: center;
}

.flv p{
	margin-bottom: 3px;
}


/* ----------------------------------------------------- Comment */
#tweetbacks {
	padding-top: 8px;
	border-top: 1px dotted #ccc;
}

.commentH301{
	margin: 20px 0 15px 0;
}

.contentitempostedby, .commentinfo{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 87%;
	line-height: 1.6;
	color: #999;
	text-align: right;
}

.informer{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}


/* ----------------------------------------------------- Search */
#searchBox{
	margin: 0;
}

#searchBox a:link, #searchBox a:visited{
	color: #06c;
	text-decoration: none;
}

#searchBox a:hover, #searchBox a:active{
	color: #06c;
	text-decoration: underline;
}

#searchBox .indexHeadline{
	margin: 0px 0px 5px 0px;
	font-size: 160%;
	line-height: 1.3;
	font-weight: normal;
}

#searchBox .itemBox{
	padding: 0px 0px 10px 0px;
	background: url(../images/cont_line01.gif) repeat-x 0% 100%;
}

#searchBox .itemBox p{
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#searchBox .itemBox .date{
	margin: -4px 0px 0px 0px;
	font-size: 87%;
	line-height: 1.6;
	color: #808080;
}

#sideBar .box .mediaList {
	padding-top: 3px;
}

#sideBar .box .mediaList a img,
#sideBar .box .mediaList a:hover img {
	border: 0;
}


