/* 
	File: 	stylesheet.css
	Author: Ben Schwabe (ben.schwabe@lonelyplanet.com.au)
	Notes:	Provides all styling for the entire Lonely Planet TV site.
			All style related images (icons etc) must be in the same folder as this css file.
			
*/

/* Global classes and types */
/********************************************************************************************************/
	*{ font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; }
	
	body, html { height:100%; }
	
	body { background:#C1B3A0 url('body_bg_slice.gif') repeat-x top left; color:black;  line-height: 1.2em }
	
	h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{ margin:0; padding:0;}
	
	p {margin-bottom:0.5em; }
	
	h1 { letter-spacing:0px; font-size:23pt; margin-bottom:0.5em; line-height:normal; color:#2C2C2C; font-family:Tahoma;font-weight:normal;}
	h2 { font-size:18pt; margin-bottom:0.5em; color:#666666; font-weight:normal; line-height:19px;}
	h3 { font-size:14px; margin-bottom:0.5em; color:#666666; font-weight:normal; line-height:normal;}
	
	a { color:#009DF6; text-decoration:none;}
	a:hover { text-decoration:underline;}
	a img {border:none;}
	a.alt { border-bottom:dotted 1px #009DF6; padding:0; margin:0; font-weight:bold; }
	a.alt:hover { border-bottom:solid 1px #009DF6; padding:0; margin:0; font-weight:bold; text-decoration:none;}
	a.altBold { font-weight:bold; }
	
	.thumbnail {border:solid 1px #B7B7B7; padding:1px }
	/* Icons */
	.vs_iconRSSR { padding-right:13px; background:url('icon_rss.gif') no-repeat right; } /* Places RSS icon to right of link */
	.vs_iconRSSL { padding-left:13px; background:url('icon_rss.gif') no-repeat left; } /* Places RSS icon to left of link */
	
	.vs_iconUserPub { padding-left:20px; background:url('icon_user_pub.gif') no-repeat left;  padding-top:2px } /* Places Public User icon to left of link */
	.vs_iconUserPubLge { padding-left:20px; background:url('icon_user_pub_large.gif') no-repeat left;  padding-top:2px;  height:21px} /* Places Large Public User icon to left of link */
	li.vs_iconUserPubLge { list-style-image:url('icon_user_pub_large.gif'); background:none; height:auto; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0 }
	
	.vs_iconUserLP { padding-left:20px; background:url('icon_user_lp.gif') no-repeat left;  padding-top:2px} /* Places LP User icon to left of link */
	.vs_iconUserLPLge { padding-left:20px; background:url('icon_user_lp_large.gif') no-repeat left;  padding-top:2px; height:21px} /* Places Large LP User icon to left of link */
	li.vs_iconUserLPLge { list-style-image:url('icon_user_lp_large.gif'); background:none; height:auto; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0 }
	
	.vs_iconTagL {height:20px; padding-left:20px; padding-top:3px; background:url('icon_tag.gif') no-repeat left top; }
	.vs_iconTagR {height:20px; padding-right:20px; padding-top:3px; background:url('icon_tag.gif') no-repeat right top; }
	
	.vs_iconChannelL {height:20px; padding-left:20px; padding-top:3px; background:url('icon_channel.gif') no-repeat left top; }
	.vs_iconChannelR {height:20px; padding-right:20px; padding-top:3px; background:url('icon_channel.gif') no-repeat right top; }
	
	.vs_iconLocation {height:20px; padding-left:20px; padding-top:3px; background:url('icon_location.gif') no-repeat left top; }
	.vs_iconLocationR {height:20px; padding-right:20px; padding-top:0px; background:url('icon_location.gif') no-repeat right top; }
	
	.vs_iconHeartL { padding-left:20px; background:url('icon_heart.gif') no-repeat top left; height:20px }
	.vs_iconHeartBrokenL { padding-left:20px; background:url('icon_heart_broken.gif') no-repeat top left; height:20px }
	
	.vs_iconEmailL { padding-left:20px; background:url('icon_envelope.gif') no-repeat top left; height:20px }
	
	.vs_iconRelatedL { } /* Awaiting icon for "related clips" */
	.vs_iconRelatedR { } /* Awaiting icon for "related clips" */
	/* End Icons */
	
	.hide { display:none; }
	.blue { color:#009DF6; } 
	.clear { clear:both; }
	.right { text-align:right; }
	.pad_right {padding-right:10px;}
	.vs_padLR {padding-left:12px; padding-right:12px;}
	.vs_centre { text-align:center;}
	
	ul.vs_smallMenuList { list-style:none; font-weight:bold; display:inline; }
	ul.vs_smallMenuList li { display:inline; border-left:solid 1px #009DF6; padding:0 6px 0 6px; margin:0;}
	ul.vs_smallMenuList li.first { border-left:none; }
	ul.vs_smallMenuList li a { color:#009DF6; }
	
	.vs_guideText { font-size:14px; margin-right:20px }
	
	h1.blue{color:#009DF6;background:none;}
	
/********************************************************************************************************/
/* End Global classes and types */

/* Main Content Container */
#vs_container { width:990px; margin:106px auto 0 auto;}
/* End Main Content Container */

/* Top nav */
#vs_topLinks { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #fff; background: #000000; margin:0; width:990px; padding:0; height:25px;}
#vs_topLinks ul { padding:0; margin: 0 0 0 10px;}
#vs_topLinks ul li { display: inline; font-size:11px;}
#vs_topLinks ul li a, .uninav_top  ul li a:visited {font-size:11px; display:block; float:left; padding: 4px 3px 0 3px; height:20px; border-right:1px solid #000; border-left:1px solid #000; color:#ccc; text-decoration:none; background: #000000; }
#vs_topLinks ul li a:hover {font-size:11px; color: #fff; text-decoration: none; background-color:#464545; border-right:1px solid #575656; border-left:1px solid #575656;}
/* End Top nav */

/* #vs_topLinks { width:942px; padding:0px 24px 0px 24px; text-align:left; background:#000000; font-size:10px; }
/* #vs_topLinks a { color:#ffffff }
/* #vs_topLinks ul { padding:0 10px 0 10px; margin:0; display:block; line-height:2em; }
/* #vs_topLinks ul li { display:inline; margin-right:1em}

/* Banner */
#vs_banner {  clear:both; height:93px; background:url('banner_bg_slice.gif') repeat-x; }
#vs_bannerLeft { float:left; }
#vs_bannerLeft a { background:url('banner_lptv_logo.gif'); display:block; height:93px; width:620px }
#vs_bannerLeft a span { display:none; } /* Hide the title in the header - only shows if styles are disabled */
#vs_bannerCentre { float:left; }
#vs_BannerRight { background:url('banner_lp_logo.gif') no-repeat right; float:right; height:93px; width:109px }
#vs_BannerRight a { display:block; height:93px; width:109px; }
#vs_BannerRight a span { display:none; } /* Hide the title in the header - only shows if styles are disabled */
html>body #vs_searchButton { padding-bottom:0px; } /* IE Hack for search button positioning */
/* End Banner */

/* First Tab Bar */
#vs_tabBar1 { clear:both; height:32px; background:#555554; color:#FFFFFF; }
#vs_tabBar1 div.vs_tabBar1Left { float:left; width:650px; padding-top:7px; padding-left:175px; text-align:center;}
#vs_tabBar1 div.vs_tabBar1Right { float:right; padding:2px 5px 0 0; text-align:right;}
#vs_tabBar1 a {color:#ffffff; text-decoration:underline;}
#vs_tabBar1 ul { display:inline; }
#vs_tabBar1 ul li {display:inline; }
#vs_tabBar1 ul li a {display:block; float:left; text-align:center; width:85px; height:21px; background:url('button_navBar1_off.jpg'); padding-top:5px; margin:0 3px; text-transform:uppercase; font-size:11pt; font-weight:bold; color:#000000; text-decoration:none}
#vs_tabBar1 ul li a.current, #vs_tabBar1 ul li a.current:hover { background:url('button_navBar1_on.jpg'); color:#000000}
#vs_tabBar1 ul li a:hover { color:#ffffff; }
#vs_tabBar1 form #vs_searchInput { background:#ffffff; border:solid 1px #BA9F40; padding:0; margin:4px 0 0 0; color:#666666; height:18px; width:110px;}
#vs_tabBar1 form #vs_searchButton { vertical-align:top; padding:0; margin:3px 0 0 0 }
/* End First Tab Bar */


/* Second Tab Bar */
#vs_tabBar2 { clear:both;  height:32px; color:#009DF6;  background:#FFFFFF ; font-weight: bold; }
#vs_tabBar2 div.vs_tabBar2Left { float:left; padding-left:170px; padding-top:8px;}
#vs_tabBar2 div.vs_tabBar2Right { float:right; padding:7px 23px 0 0; text-align:right; font-size:76.1%;}
#vs_tabBar2 ul { display:inline;}
#vs_tabBar2 ul li { display:inline; font-size:12pt;  color:#636363; font-weight:bold; margin:0; border-left:solid 1px #009DF6; padding:0 6px 0 6px; }
#vs_tabBar2 ul li.first { border-left:none; }
#vs_tabBar2 ul li a { text-decoration:none; color:#009DF6; }
#vs_tabBar2 ul li a.navBarSubActive { text-decoration:none; color:#000000; }
#vs_tabBar2 ul li a.navBarSubInactive { text-decoration:none; color:#009DF6; }
#vs_tabBar2 ul li a:hover { text-decoration:underline; }
#vs_tabBar2 ul li span { color:#000000; }
/* End Second Tab Bar */

/* Content */
#vs_content { padding:5px 0 5px 0; height:100%; overflow:hidden; font-size:11px; text-align:left; background:#FFFFFF; color:black; }
#vs_contentBG { padding:0; margin-left:24px; background:#FFFFFF url('content_bg_home.gif') repeat-y top right; height:1px; overflow:visible; margin-right:0; margin-top:0; margin-bottom:0 }
html>body #vs_contentBG { height:auto; overflow:hidden; }

#vs_contentLeft { float:left; width:327px; height:660px; margin:0px; background-image:url(content_bg_twopane.gif) }
#vs_contentLeft h1 { margin-right:20px; padding-left:0px; margin-top:0; padding-top:5px;  margin-top:0;clear:both; background:url('dots_horizontal.gif') repeat-x bottom left;}
#vs_contentLeft ol { padding-left:25px }
#vs_contentLeftInner {width:310px; padding:0;}

#vs_contentCentre { float:left; width: 460px; margin:0px; padding:0; }
#vs_contentCentre h1 { margin-right:12px; padding-left:0px; margin-top:0; padding-top:5px;  margin-top:0;clear:both; background:url('dots_horizontal.gif') repeat-x bottom left;}
#vs_contentCentre .vs_contentCentrePadding {  padding:0 12px 0 12px; }

#vs_contentRight { float:left; width:165px; margin:0; padding:0;}
#vs_contentRightInner { width:160px; height:610px; padding:5px 0 5px 5px; margin:0 0 12px 0; background:url(advertisement_horizontal.gif) no-repeat bottom right;}
#vs_contentRightSpacer {height:30px; background:#FFFFFF; margin:0; padding:0; } /* Provides white space above skyscraper ad */
/* End Content */

/* Footer */
#vs_footer { clear:both; width:942px; padding:0px 24px 29px 24px; text-align:left; background:#ffffff; font-size:10px; color: #009DF6;}
#vs_footer ul { padding:0 10px 0 10px; margin:0; display:block; background:#F3F3F3; border-top:solid 1px silver; border-right:solid 1px #ECE7E4; border-left:solid 1px #ECE7E4; line-height:2em; }
#vs_footer ul.alt {background:#FFFFFF;}
#vs_footer ul li { display:inline; margin-right:1em}
#vs_footer div { width:922px; padding:0 10px 0 10px; border-top:solid 1px silver; background:#ECE7E4; color:gray; line-height:2.5em; }
/* End Footer */

/* Banner Ad */
#vs_bannerAd { position:absolute; top:0px; width:990px; height: 106px; padding:0; margin:0; background:url('banner_ad_bg_slice.gif') repeat-x;}
#vs_bannerAdInner { width:738px; height: 90px; padding:0; margin:8px 126px; background:url('advertisement_vertical.gif') no-repeat right top; }
/* End Banner Ad */


/* Page Intro */
#vs_pageIntro {padding:12px 12px 0 12px; overflow:hidden;}
#vs_pageIntro p { margin-bottom:0; padding-right:100px;}
#vs_pageIntro h1 { background:none; height:78px; font-size:24px; padding:0; color:#888888;}
#vs_pageIntro h1 img {vertical-align:middle; border:0; margin:0; padding-right:12px;}
/* End Page Intro */


/* Sponsor Info */
#vs_sponsorInfo {background:#E1E1E1; padding:6px; }
#vs_sponsorInfo p {background:#FFFFFF; padding:6px; }
/* End Sponsor Info */

/* Related Products */
#vs_relatedProducts { padding:12px 12px 0 0;}
#vs_relatedProducts h2 { font-size:11px;  background:url('dots_horizontal.gif') repeat-x bottom left; line-height:1.5em }
#vs_relatedProducts .clear { height:1px; padding:0; background:url(dots_horizontal.gif) repeat-x bottom left;}
#vs_relatedProducts p img {float:right; padding-left:20px;}
/* End Related Products */

/* Terms and Conditions Page */
/********************************************************************************************************/
	
	#vs_tandc_container { width:530px; margin:0 auto; background:#FFFFFF; }
	#vs_tandc_container #vs_banner .logo { background:url(banner_lptv_logo.gif) no-repeat top left; height:93px; width:389px; }
	#vs_tandc_container #vs_content { padding:12px;}
	
/********************************************************************************************************/
/* End Terms and Conditions Page */


/* Comp Page */
/********************************************************************************************************/

#vs_compIntro { background:url(image/competition.jpg) no-repeat bottom left #E1E1E1; height:175px; padding:0 margin:0; color:#fff}
#vs_compIntro p {margin:0; padding: 60px 120px 10px 10px}
#vs_compIntro a {color:#FFF}
#vs_compIntro a:hover {color:#FFF}
#vs_compIntro a:visited {color:#FFF}
#vs_compContainer {padding:0 12px 0 12px;}
#vs_compContainer ul {margin:10px; padding:0px; font-size:12px}
#vs_compContainer p.compText {font-size:12px}
#vs_compContainer h1 { margin-right:20px; padding-left:0px; margin-top:0; padding-top:5px;  margin-top:0;clear:both; }


/* Search Page */
/********************************************************************************************************/
	#vs_searchIntro { background:url(search_intro_bg.jpg) no-repeat bottom left #E1E1E1; padding:12px 12px 115px 12px; margin:0;}
	#vs_searchIntro p {}
	
	#vs_searchControls { width:298px;  text-align:right; padding:12px 0;}
	#vs_searchControls li { list-style:none; line-height:2em;}
	#vs_searchControls h1 { color:#999999; }
	
	#vs_searchResultContainer {padding:0 12px 0 12px;}
	#vs_searchResultContainer h1 { margin:0;}
	#vs_searchResultCountTop { position:relative; top:-20px; width:100%; display:block; text-align:right; }
	#vs_searchResultCountBottom { padding:12px 0 12px 0; display:block; float:left; width:50%; text-align:left; }
	#vs_searchResultPrevNext { padding:12px 0 12px 0; display:block; float:left; width:50%; text-align:right; font-weight:bold; }
	#vs_searchResultPrevNext ul { display:inline; }
	#vs_searchResultPrevNext ul li { display:inline; list-style:none; padding:0 0 0 8px;}
	
	.vs_searchResultBG { background:url(search_result_bg.gif) top left repeat-y; overflow:visible; height:1px;} /* heght:1px hack for IE */
	html>body .vs_searchResultBG {height:auto; overflow:hidden;}
	
	.vs_searchResult { padding:6px 0 6px 0; background:url(dots_horizontal.gif) bottom left repeat-x; }
	.vs_searchResult div.left { float:left; width:108px;}
	.vs_searchResult div.left img { padding:1px; border:solid 1px #666666;}
	.vs_searchResult div.centre { width:195px; float:left; padding:0 6px 1px 7px;}
	.vs_searchResult div.centre .ctrLeft {width:99px; display:block; float:left; padding-bottom:1px;}
	.vs_searchResult div.centre .ctrRight {width:99px; display:block; float:left; text-align:right; padding-bottom:1px;}
	.vs_searchResult div.right { width:133px; float:left; text-align:left; padding:0 0 1px 5px; margin:0;}
/********************************************************************************************************/
/* End Search Page */

/* List Channels Page */
/********************************************************************************************************/
	#vs_channelsIntro { padding:12px 12px 15px 12px; margin:0;}
	#vs_channelsIntro p {}
	
	#vs_channelsControls { width:298px; padding:12px 0;}
	#vs_channelsControls li { list-style:none; line-height:2em; font-weight:bold;}
	#vs_channelsControls h1 { color:#999999; }
	
	#vs_channelListingContainer {padding:0 12px 0 12px;}
	#vs_channelListingContainer h1 { margin:0;}
	
	.vs_channelListingBG { background:url('channel_list_bg.gif') repeat-y top left; height:1px; overflow:visible }
	html>body .vs_channelListingBG { height:auto; overflow:hidden; }
	
	.vs_channelListing { padding-left:0; padding-right:0; padding-top:6px; padding-bottom:6px}
	.vs_channelListing .vs_ChannelListingL img { display:block; float:left; width:58px; padding-right:6px; border:none; }
	.vs_channelListing .vs_ChannelListingL { float:left; width:295px; padding:0 6px 0 0; margin:0;}
	.vs_channelListing .vs_ChannelListingR { float:left; width:125px; padding:0 6px 0 12px; margin:0;}
	
	#vs_channelListingCountTop { position:relative; top:-20px; width:100%; display:block; text-align:right; }
	#vs_channelListingCountBottom { padding-top:12px; width:100%; text-align:right; }
/********************************************************************************************************/
/* End List Channels Page */

/* Create Account Page */
/********************************************************************************************************/
	#vs_createAccountIntro { background:url('create_account_intro_bg.gif') no-repeat top left; padding-left:120px; padding-right:12px; padding-top:0; padding-bottom:0 }
	
	#vs_accountForm { padding:0;}
	
	#vs_accountForm .vs_accountForm_Left { float:left; width:30%; padding:0; }
	#vs_accountForm .vs_accountForm_Right { float:left; width:70%; padding:0; }
	
	label { font-weight:bold; color:#999999; padding:2px; display:block; float:left; width:120px;  }
	input { margin:2px 0 2px 0; }
	.vs_formField_Text { width:130px; padding:2px; border:solid 1px #008CAF; background:#fff; font-size:11px;}
	.vs_formField_Radio { padding:2px; }
	.vs_formField_TextArea {  padding:2px; border:solid 1px #008CAF; background:#FFFFFF; font-size:11px; }
	.vs_formField_TextFile { width:250px; padding:2px; border:solid 1px #008CAF; background:#fff; font-size:11px;}

	.vs_form_FieldHolderzzzz {text-align:right; display:block; width:60%}
	.vs_lblCheckbox { float:left; width:350px; padding-left:12px;}
	
	fieldset { border:medium none; background:url('dots_horizontal.gif') repeat-x top left; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:12px}
	fieldset div.vs_accountForm_Padding { padding:0 0 0 50px; min-height:50px;}
	
	#vs_accountForm_Part1 div.vs_accountForm_Padding { background:url('number_1.gif') no-repeat top left; }
	#vs_accountForm_Part2 div.vs_accountForm_Padding { background:url('number_2.gif') no-repeat top left; }
	#vs_accountForm_Part3 div.vs_accountForm_Padding { background:url('number_3.gif') no-repeat top left; }
	#vs_accountForm_Part3 label { width:160px; }
	#vs_accountForm_Part3 li { clear:both; list-style:none; }
	#vs_accountForm_Part4 div.vs_accountForm_Padding { background:url('number_4.gif') no-repeat top left; }
	#vs_accountForm_Part5 div.vs_accountForm_Padding { background:url('number_5.gif') no-repeat top left; }
	
	
/********************************************************************************************************/
/* End Create Account Page */

/* Upload video Page */
/********************************************************************************************************/
	#vs_webuploadintro { background:url('create_account_intro_bg.gif') no-repeat top left; height:120px; padding-left:120px; padding-right:12px; padding-top:0; padding-bottom:0}
	
	#vs_webupload { padding:30px 12px 0 12px;}
	
	#vs_webupload .vs_webuploadpart { border:medium none; background:url('dots_horizontal.gif') repeat-x bottom left; margin-left:0; margin-right:0; margin-top:0; margin-bottom:12px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:12px }

	#vs_webupload .vs_webuploadpart ol { padding: 0 0 10px 40px; }
	#vs_webupload .vs_webuploadpart ul { list-style-type:none; padding: 0 0 0 23px; }
	
	#vs_webupload .vs_webuploadpart .numChoice { width:90px; float:right; }
	#vs_webupload .vs_webuploadpart .numChoice .upNumButton { margin-bottom:5px; width:50px; padding:2px; border:solid 1px #008CAF; background:#fff; font-size:11px; }
		
	#vs_webupload .progressBarContainer { width:173px; height:18px; padding:0; margin: 0 0 5px 0; border:solid 1px #008CAF; }
	
	#vs_webupload .progressBarContainer .progressBar { width:0px; height:18px; background:black;  }
	
	
/********************************************************************************************************/
/* Upload video Page */

/* Logged in Home Page */
/********************************************************************************************************/

		.accview { margin:0; padding:0 0 10px 0; }
		.accview .accimage { float:left; width:115px; }
		.accview .accdetails { margin:0 0 0 120px; }
		.accview .acctools {clear:left; padding:10px 0 0 0 ; }
		.accview .acctools .upImg { float:left; width:115px; }
		.accview .acctools .tools { margin:0 0 0 120px; }
		.accview .acctools .tools ul { list-style-type:none; }

/********************************************************************************************************/
/* Logged in Home Page*/

/* My Profile Page */
/********************************************************************************************************/
	#vs_myProfileIntro { background:url('create_account_intro_bg.gif') no-repeat top left; height:118px; padding-left:120px; padding-right:12px; padding-top:0; padding-bottom:0}
/********************************************************************************************************/
/* End My Profile Page */

/* My Videos Page */
/********************************************************************************************************/
	#vs_myVideosIntro { background:url('create_account_intro_bg.gif') no-repeat top left; height:118px; padding-left:120px; padding-right:12px; padding-top:0; padding-bottom:0}
	.vs_myVideos_Section { background:url(dots_horizontal.gif) repeat-x bottom left; padding:12px 0 12px 0; }
/********************************************************************************************************/
/* End My Videos Page */


/* Home Page */
/********************************************************************************************************/
	#vs_podLatestTags { float:left; width:140px; padding:12px 12px 0 0; }
	#vs_podLatestTags h2 { text-transform:uppercase; font-size:11px;  background:url('dots_horizontal.gif') repeat-x bottom left; line-height:1.5em }
	
	#vs_podPopChannel {float:right; padding:12px 12px 0 0; width:140px; text-align:right;}
	#vs_podPopChannel div {padding:0.5em 0 0.5em 0;}
	#vs_podPopChannel h2 { text-transform:uppercase; font-size:11px;  background:url('dots_horizontal.gif') repeat-x bottom left; line-height:1.5em }
	
	/* Clip Listing Items */
	div.vs_clipListing { float:left; padding:0 10px 0 0px; margin:0;}
	div.vs_clipListingContainer { background:url('clip_list_bg.gif') repeat-y top left; height:1px; overflow:visible}
	html>body div.vs_clipListingContainer { height:auto; overflow:hidden;}
	div.vs_clipListing img { border:solid 1px #B7B7B7; padding:1px; }
	/* End Clip Listing Items */
	
	#vs_sponsoredLinks {  margin:12px 12px 0 12px; background:#EDEDED; clear:both;}
	#vs_sponsoredLinks h1 { background:#B7B7B7; color:#FFFFFF; border:none; font-size:11px; height:1em; text-transform:uppercase; margin:0; padding:3px 12px 3px 12px;}
	#vs_sponsoredLinks div { padding:3px 12px 3px 12px; }
	#vs_sponsoredLinks div p { padding:0; margin:0;}
/********************************************************************************************************/
/* End Home Page */

/* Video Clip Page */
/********************************************************************************************************/
	#vs_contentBGAlt { background:#FFFFFF url('content_bg_videoclip.gif') repeat-y top right; padding-left:12px; height:1px; overflow:visible }
	html>body #vs_contentBGAlt { height:auto; overflow:hidden; }
	#vs_contentBGAlt h2 {font-size:11px; line-height:1.5em; background:url('dots_horizontal.gif') repeat-x bottom left;}
	
	#vs_contentLeftAlt { float:left; width:460px; padding-right:20px; margin-top:0px; }
	#vs_contentLeftAlt h2 {font-size:11px; line-height:1.5em; background:url('dots_horizontal.gif') repeat-x bottom left;}
	#vs_contentCentreAlt { float:left; width:310px; margin-top:0px; }
	#vs_contentCentreAlt h2 {font-size:11px; line-height:1.5em; background:url('dots_horizontal.gif') repeat-x bottom left;}
	#vs_contentCentreAlt h1 {margin-left:12px; margin-right:12px; padding-left:0px; }
	
	#vs_videoContainer { }
	#vs_videoPlayer { padding:10px; background:#EAEAEA; }
	#vs_videoControl { padding:10px 0 20px 0;}
	
	#vs_videoAbout {float:left; width:310px; padding-bottom:10px;}
	#vs_videoRating {float:right; width:140px; padding-bottom:10px;}
	
	
	#vs_videoCommentsContainer ul {margin-left:0px;}
	#vs_videoCommentsContainer ul li {margin-left:0px; list-style-position:inside; }
	#vs_videoCommentsContainer ul li a.vs_linkUser {padding-left:10px;} /* IE 6 needs padding */
	html>body #vs_videoCommentsContainer ul li a.vs_linkUser {padding-left:0px;} /* This removes padding for FireFox etc. */
	#vs_videoCommentsContainer ul li p {margin-left:27px;}
	#vs_videoCommentsContainer ul li.vs_altRow {background:#EAEAEA;}
	
	
	#vs_videoChannelContainer {padding-bottom:10px;}
	#vs_videoChannelContainer h2 {height:20px; padding-top:10px;}
	#vs_videoChannelContainer span.vs_spanA {width:230px; display:block; float:left}
	#vs_videoChannelContainer span.vs_spanB {width:50px; display:block; float:left; text-align:right; padding-top:2px; font-weight:normal;}
	
	#vs_videoChannelContainer #vs_videoChannelScreenShots {}
	#vs_videoChannelContainer #vs_videoChannelScreenShots ul {list-style:none; margin:0; padding:0;}
	#vs_videoChannelContainer #vs_videoChannelScreenShots li {display:inline; margin:0; padding:0; width:100px; float:left;}
	#vs_videoChannelContainer #vs_videoChannelScreenShots li img {border:solid 1px #666666; margin:0; padding:0;}
	
	#vs_videoTagsContainer {padding-bottom:10px;}
	
	
	#vs_videoRelatedContainer {padding-bottom:10px;}
	#vs_videoRelatedContainer ul { list-style:none; height:200px; overflow:auto; background:#EAEAEA;}
	#vs_videoRelatedContainer ul li {padding:7px 0 7px 7px; clear:both; margin-right:15px;}
	#vs_videoRelatedContainer ul li div { border:solid 1px #666666; float:left; margin-right:10px;}
	#vs_videoRelatedContainer ul li img { border:solid 1px #FFFFFF;}
	
	#vs_videoLocationContainer {}
	#vs_videoLocationContainer div {width:280px; margin:0 auto;} /* This div contains the google map */
/********************************************************************************************************/
/* End Video Clip Page */