/* CSS Document */
.grass
{
	position:absolute;
	width:800px;
	height:580px;
	
	background-image:url(../../../pages/video_page/images/grass.png);
	background-repeat:no-repeat;
	
	z-index:2;
}

.mixitup
{
	position:absolute;
	width:239px;
	height:79px;
	
	background-image:url(../../../pages/video_page/images/mix-it-up.png);
	background-repeat:no-repeat;
	z-index:16;
}

.main
{
}

.logo
{
	position:relative;
	
	width:158px;
	height:129px;
	
	left:51px;
	top:77px;
	
	background-image:url(../../../images/logo.png);
	background-repeat:no-repeat;
	
	z-index:3;
}

.coupon
{
	position:absolute;
	
	display:block;
	text-decoration:none;
	
	background-image:url(../../../pages/video_page/images/coupon.jpg);
	background-repeat:no-repeat;
	
	width:273px;
	height:170px;
	
	right:40px;
	bottom:40px;
	
	z-index:80;
	cursor:pointer;
}

.coupon span
{
	display:none;
}

.table
{
	position:absolute;
	
	width:593px;
	height:381px;
	
	background-image:url(../../../pages/video_page/images/bamboo-table.png);
	background-repeat:no-repeat;
	z-index:4;
	
	bottom:0;
}

.click4more span
{
	display:none;
}

.click4more
{
	display:block;
	text-decoration:none;
	position:relative;
	
	width:197px;
	height:132px;
	
	left:10px;
	top:77px;
	
	background-image:url(../../../pages/video_page/images/click-for-drinks.png);
	background-repeat:no-repeat;
	
	z-index:20;
}

.new
{
	position:absolute;
	
	bottom:70px;
	right:310px;
	
	display:block;
	text-decoration:none;
	
	background-image:url(../../../pages/video_page/images/new-button.png);
	background-repeat:no-repeat;
	
	width:74px;
	height:50px;
	
	z-index:70;
}

.new span
{
	display:none;
}

.send-to-friend
{
	position:absolute;
	
	bottom:200px;
	right:290px;
	
	display:block;
	text-decoration:none;
	
	background-image:none;
	
	width:102px;
	height:68px;
	
	z-index:89;
}

.send-to-friend span
{
	display:none;
}

.video-panel
{
	position:absolute;
	float:right;
	right:15px;
	top:30px;
	
	width:575px;
	height:291px;
	
	z-index:20;
}

.left-panel
{
	position:relative;
	float:left;
	
	background-image:url(../../../pages/video_page/images/video-ear.png);
	background-repeat:no-repeat;
	
	width:86px;
	height:277px;
}

.right-panel
{
	position:relative;
	float:left;
	
	background-image:url(../../../pages/video_page/images/video-ear.png);
	background-repeat:no-repeat;
	
	width:86px;
	height:277px;
	
	left:-20px;
}

.video-frame
{
	position:relative;
	float:left;
	
	left:-10px;
	
	background-image:url(../../../pages/video_page/images/video-frame.png);
	background-repeat:no-repeat;
	
	width:402px;
	height:291px;
}

.video
{
	position:absolute;

	top:19px;
	left:40px;
	
	width:320px;
	height:240px;
	
	background-color:#000000;
}

.video-footer ul
{
	position:absolute;
	top:295px;
	right:140px;
	
	margin:0;
	padding:0;
	border:none;
	
	bottom:0;
	
	list-style:none;
	list-style-type:none;
	
	display:inline;
	z-index:61;
}

.video-footer ul li
{
	position:relative;
	float:left;
}

.video-footer ul li span
{
	display:none;
}

.button-sendtofriend
{
	display:block;
	text-decoration:none;
	cursor:pointer;
	
	background-image:url(../../../pages/video_page/images/send-to-friend-button.png);
	background-repeat:no-repeat;
	
	width:127px;
	height:16px;
}

.button-sendtofriend:hover
{
	background-image:url(../../../pages/video_page/images/send-to-friend-button-on.png);
	background-repeat:no-repeat;
}

.button-drinkrecipes
{
	display:block;
	text-decoration:none;
	cursor:pointer;
	
	background-image:url(../../../pages/video_page/images/drink-recipes-button.png);
	background-repeat:no-repeat;
	
	width:109px;
	height:16px;
}

.button-drinkrecipes:hover
{
	background-image:url(../../../pages/video_page/images/drink-recipes-button-on.png);
	background-repeat:no-repeat;
}

.button-getcoupon
{
	display:block;
	text-decoration:none;
	cursor:pointer;
	
	background-image:url(../../../pages/video_page/images/get-coupon-button.png);
	background-repeat:no-repeat;
	
	width:109px;
	height:16px;
}

.button-getcoupon:hover
{
	background-image:url(../../../pages/video_page/images/get-coupon-button-on.png);
	background-repeat:no-repeat;
}

.left-panel-videos
{
	position:absolute;
	
	top:35px;
	left:217px;
	
	margin:0;
	padding:0;
	border:none;
	
	list-style:none;
	display:inline;
	
	z-index:35;
	
	width:70px;
}

.left-panel-videos li
{
	position:relative;
	float:left;
	
	margin:0;
	padding:0;
	border:none;
	
	margin-bottom:4px;
}

.left-panel-videos li a
{
	display:block;
	width:70px;
	height:52px;
	
	text-decoration:none;
	
	border:1px solid #000000;
}

.left-panel-videos li a:hover
{
	border:1px solid #FF0000;
}

.left-panel-videos li a img
{
	border:none;
}

.right-panel-videos
{
	position:absolute;
	
	top:35px;
	right:43px;
	
	margin:0;
	padding:0;
	border:none;
	
	list-style:none;
	display:inline;
	
	z-index:35;
	
	width:70px;
}

.right-panel-videos li
{
	position:relative;
	float:left;
	
	margin:0;
	padding:0;
	border:none;
	
	margin-bottom:4px;
}

.right-panel-videos li a
{
	display:block;
	width:70px;
	height:52px;
	
	text-decoration:none;
	
	border:1px solid #000000;
}

.right-panel-videos li a:hover
{
	border:1px solid #FF0000;
}

.right-panel-videos li a img
{
	border:none;
}