@import "../../css/common.css";
body {
	background:none;
}

table {
	text-align:center;
	border-collapse:collapse;
}

#wrap {
	width:700px;
	height:601px;
	background:url(../images/event_back.jpg) no-repeat left top;
}
/*
* html #wrap {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='../images/lady_back.png');
}
*/
#shop_info h1 {
	float:left;
	width:233px;
	text-align:left;
}

#shop_info {
	float:left;
	height:151px;
	padding:21px 24px 0px 19px;
}

#shop_info h2 {
	text-align:right;
	float:right;
	height:91px;
}

#shop_info p {
	float:right;
	height:60px;
	width:257px;
}

#head_left {
	float:left;
	padding-left:19px;
}

#head_right {
	padding:7px 0px 7px 384px;
	background-color:#ff2e87;
	margin-top:29px;
	float:left;
}

#event_area  {
	clear:both;
	height:314px;
	width:473px;
	overflow:hidden;
	float:left;
	text-align:left;
	padding-left:29px;
	position:relative;
}

.event_block h3 {
	border-left:solid 10px #b259d0;
	border-bottom:solid 1px #b259d0;
	text-indent:5px;
	height:23px;
	margin:0;
	padding:0;
	line-height:23px;
	width:473px;
}
.time {
	padding:5px 20px;
}

.event_block {
	width:473px;
	height:300px;
	padding-bottom:34px;
	background:url(../images/block_back.gif) no-repeat 0 50px;
}
.event_block div {
	padding:15px;
	height:228px;
	width:440px;
	line-height:18px;
	overflow:auto;
}

#move_area {
	position:relative;
}	

#event_list {
	float:right;
	width:160px;
	height:240px;
	padding-right:23px;
}

#event_list li {
	width:160px;
	margin-bottom:5px;
	height:50px;
	background:url(../images/block.gif) no-repeat left top;
	line-height:14px;
}
#event_list li div {
	padding:5px;
	width:150px;
	height:40px;
	cursor:pointer;
}
#event_list li span {
	display:block;
	font-size:10px;
	line-height:12px;
}

#footer {
	padding-right:23px;
	text-align:right;
	width:160px;
	float:right;
}

#footer img {
	cursor:pointer;
}