/* Left column on shop */
div.ShopLeftColumn
{	
	float: left;
	width: 485px;
	margin-right: 5px;
}

/* Videos */
ul.Videos
{
	list-style-type: none;
	margin: 0;
	width: 490px;
	overflow: hidden;
}
ul.Videos li
{
	position: relative;
	float: left;
	width: 240px;
	height: 250px;
	background: url(/Images/VideoBackground.gif) no-repeat left top;
	padding: 0 5px 5px 0;
}
ul.Videos li a
{
	display: block;
	font-size: 0.6em;
	color: #715d45;
	padding: 215px 10px 20px 10px;
	width: 220px;
	height: 15px;
	overflow: hidden;
	background-position: 1px 26px;
	background-repeat: no-repeat;	
}

/* Paging */
div.Paging
{
	font-size: 0.6em;
	color: #999;
	padding: 10px;
	background: url(/Images/PagingBg.gif) no-repeat left top;
	min-height: 50px;
}
div.Paging select
{
	border:solid 1px #eee;
	padding: 2px;
	width: 50px;
}
div.Paging a
{
	color: #999;
}
div.Paging div.Left
{
	text-align: center;
}

/* Video */
div.Video
{
    background: #f3efea url(/Images/VideoTop.gif) no-repeat;
    margin-bottom: 5px;
}
div.VideoBottom
{
    background: url(/Images/VideoBottom.gif) no-repeat left bottom;
    padding: 10px;
    text-align: center;
}