@import url(page.css);

div#live-right-splash-custom {
	background-image: url(../jpg/store_splash_custom_background.jpg);
}
table#table_content{
	background-color: white;
	width: 100%;
	/*border: 2px solid #D65500;*/
}
table#table_content p{
	text-align: justify;
}
#sidebar{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 120px;
	overflow: hidden;
}
div#sidebar_up{
	background-image: url(/png/sidebar_top.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 33px;
	}
#side_content{
	height: 400px;
	width: auto;
	overflow: hidden;
	text-align: center;
	background-image: url(/png/sidebar_bg.png);
	background-repeat: repeat;
	padding-right: 6px;
}
#side_content img{
	margin: 5px auto;
	cursor: pointer;
	padding: 5px;
	display: block;
	text-align: center;
}
div#sidebar_down{
	background-image: url(/png/sidebar_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 37px;
}
div#live-right{
	width: 879px;
	margin: 0 auto;
	overflow: hidden
}

