
body{
	background:url(../images/bg.jpg) no-repeat;
}
body#viplayer{
	text-align:left;
}

body#viplayer #contents{
	margin:10px 0 10px 10px;
	text-align:left;
	width:660px;
}

	body#viplayer #contents #cLeft{
		float:left;
		background:#000 url(../images/bg-contents.gif) left top repeat-x;
		width:325px;
		height:460px;
		position:relative;
	}
		body#viplayer #contents #cLeft .title{
			margin:0 0 20px 19px;
			padding-top:60px;
		}

		body#viplayer #contents #cLeft .tagline{
			margin:0 0 231px 19px;
		}

	body#viplayer #contents #info{
		margin:0 0 5px 0;
		position:absolute;
		left:19px;
		bottom:13px;
	}

		body#viplayer #contents #info .logo{
			float:left;
			width:67px;
		}

		body#viplayer #contents #info .enter{
			float:left;
			width:78px;
		}

		body#viplayer #contents #info .comment{
			padding-top:5px;
			clear:both;
			font-size:77%;
			color:#ccc;
		}

	body#viplayer #contents #cRight{
		float:right;
		width:330px;
	}

		body#viplayer #contents #cRight ul{
			width:320px;
			height:460px;
			overflow:auto;
			overflow-x:hidden;
		}

			body#viplayer #contents #cRight ul li{
				margin-bottom:1px;
				width:300px;
				min-height:22px;
				overflow:hidden;
				vertical-align:bottom;
			}

			body#viplayer #contents #cRight ul li.odd{
				background-color:#eee;
			}

			body#viplayer #contents #cRight ul li.even{
				background-color:#f7f7f7;

			}
				body#viplayer #contents #cRight ul li a{
					padding:3px 19px;
					display:block;
					background:url(../../common/images/parts/icn-arrow-r-04.gif) 10px 0.82em no-repeat;
				}

				body#viplayer #contents #cRight ul li a:link,
				body#viplayer #contents #cRight ul li a:visited{
				}

				body#viplayer #contents #cRight ul li a:hover{
					background:#313131;
					text-decoration:none;
				}

				body#viplayer #contents #cRight ul li a:active{
				}


body#ieViplayer #cLeft{
	float:left;
	width:320px;
	padding:10px 0 0 10px;
}

body#ieViplayer #info{
	padding:5px 0 0 0;
}

body#ieViplayer #cRight{
	float:left;
	width:335px;
	margin:5px 0 0 0;
}