/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	border: none;
}


#mchatIndex {
	width: 740px;
	position:relative;
}

#panelHolder01 {}
#panelHolder02 {}


.channel_list{
	padding-left:0;
	margin-top:10px;
}

.channel_list .shopname{
	background:url(/images/side_new_ttl.jpg) no-repeat center bottom;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 9px;
}

.channel_list li {
	background:url(/images/side_new_bg.jpg) no-repeat center top;
	border: 1px solid #444;
	margin: 10px 2px 12px 2px;
	overflow: hidden;
	padding:10px 9px 12px;
	position: relative;
	width: 160px;
}
.channel_list li .pix{}

.channel_list li .pix a{
	display:block;
	height: 90px;
	width: 160px;
}

.channel_list .dtl {
	background-color: #000;
	border: 1px solid #444;
	margin: 10px 0;
	padding: 4px;
	text-align: center;
}
.channel_list .dtl h3{
	margin-bottom:2px;
}
