﻿
#VideoWrapper
{
	font-size: 0px;
}

#VideoTop
{
	background-image: url(images/videotop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 825px;
	height: 6px;
}

#VideoFirstRowTop
{
	background-image: url(images/recipetop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 825px;
	height: 15px;
}


#VideoFirstRow
{
	padding-top: 10px;
	background-image: url(images/VideoThumbnailMiddle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 825px;
	min-height: 340px;
}

#VideoSecondRowTop
{
	float: left;
	background-image: url(images/greentop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 825px;
	height: 9px;
}

#VideoSecondRow
{
	background-image: url(images/greenmiddle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 825px;
	min-height: 50px;
}

#VideoSecondRowBottom
{
	float: left;
	background-image: url(images/greenbottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 825px;
	height: 10px;
}

#VideoThirdRow
{
	background-image: url(images/VideoThumbnailMiddle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 825px;
	height: 200px;
	padding: 5px 10px 0px 10px;
}

#VideoThirdRowFirstColumn
{
	width: 805px;
	height: 180px;
	position: relative;
}

#VideoBottom
{
	background-image: url(images/VideoBottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 825px;
	height: 14px;
}

#VideoFirstRowFirstColumn
{
	width: 805px;
	min-height: 300px;
	padding: 0px 10px 0px 10px;
}

#VideoTopBar
{
	width: 425px;
	height: 12px;
	position: absolute;
	background-color: #000;
	top: 10px;
}

#VideoTitle
{
	width: 722px;
	min-height: 20px;
	background-color: #000;	
	margin: 0px auto;
	position: relative;
}

#VideoPlayer
{
	width: 720px;
	height: 435px;
	border: solid 1px #000;
	margin: 0px auto;
}

.VideoGreenText
{
	color: #b4d540;
	font-size: 16px;
	font-family: Arial;
}

.VideoImage
{
	width: 189px;
	height: 157px;
	margin: 5px;
}

.VideoImage a
{
	text-decoration: none;
}

#VideoCollection
{
	width: 800px;
	height: 210px;
	position: relative;
	overflow: hidden;	
}

.VideoList
{
	top: 4px;
	left: 5px;
	width: 1990px;
	height: 180px;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#VideoLeftButton
{
	position: absolute;
	top: 40px;
	left: -30px;
	cursor: pointer;
}

#VideoRightButton
{
	position: absolute;
	top: 40px;
	left: 815px;
	cursor: pointer;
}

.RecipeName
{
	position: absolute;
	color: #b4d540;
	margin-top: 150px;
	margin-left: -189px;
	width: 175px;
	text-align: center;
	font-size: 16px;
	font-family: Arial;
}

#DownloadIcon
{
	position: absolute;	
	right: -35px;
	width: 413px;
	height: 42px;
	top: 3px;
}

.ListItem
{
	float: left;
	width: 199px;
	height: 195px;
}
