/* ---------- Basic Styles ---------- */
body{
	margin: 0px;
	padding: 0px;
	font: 80% Tahoma, Arial, Helvetica, sans-serif;
	color: #606060;
	background: #ffffff;
}


.SpacerFF {
	width: 1px;
	height: 1px;
	font-size: 1px;
}

.ClearFF{
	clear: both;
}

a{
	color: #7f02b9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0px none;
}

hr{
	border: none;
	height: 1px;
	background: #e5e5e5;
	margin: 0px;
	clear: both;
}


/* ---------- Text Styles ---------- */
div.normaltext{
	font-size: 16px;
	line-height: 1.4em;
}


div.normaltext h1{
	font-size: 32px;
	color: #8003b9;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

div.normaltext .intro{
	font-weight: bold;
}

.roundedbutton{
	background: #cabede;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	
	border-radius: 4px 4px 4px 4px; 
	-moz-border-radius: 4px 4px 4px 4px; 
	-webkit-border-radius: 4px 4px 4px 4px; 
}

.roundedbutton:hover{
	background: #7f02b9;
	text-decoration: none;
}



/* ---------- Basic Layout Styles ---------- */
#mainwrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#maincontentwrapper{
	margin: 60px auto 60px auto;
}

#breadcrumb h2{
	margin: 0px 18px 10px 18px;
	text-transform: lowercase;
	font-size: 16px;
	color: #999999;
}

#breadcrumb a{
	color: #999999;
}

#breadcrumb a.breadcrumbselected{
	color: #8003b9;
}



/* ---------- HEADER ---------- */
#headerwrapper{
	padding: 30px 0px 0px 0px;
}

#werlogo{
	width: 80px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 12px;
	left: -18px;
}

#werlogo h1{
	margin: 0px;
	padding: 0px;
}


/* ---------- MAIN NAV ---------- */
#primarynav{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	background: #8003b9; /* Old browsers */
	background: -moz-linear-gradient(top, #8003b9 0%, #55057a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8003b9), color-stop(100%,#55057a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8003b9 0%,#55057a 100%); /* IE10+ */
	background: linear-gradient(top, #8003b9 0%,#55057a 100%); /* W3C */
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#primarynav ul{
	margin: 0px 0px 0px 70px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	height: 46px;
	background: url('../../images/system/primarynavdivider.png') repeat-y left center;
}

#primarynav ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url('../../images/system/primarynavdivider.png') repeat-y right center;
}

#primarynav ul li a{
	display: block;
	height: 22px;
	min-width: 63px;
	padding: 12px 20px 8px 20px;
	margin: 2px 6px 2px 2px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-align: center;
}

#primarynav ul li ul{
	display: none;
}

#primarynav ul li:hover a{
	color: #7f02b9;
	background: #fafafa;
	
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#primarynav ul li:hover ul{
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	top: 41px;
	left: 2px;
	z-index: 999999;
	border-top: 2px solid #f0f0f0;
	
	border-radius: 0px 0px 6px 6px; 
	-moz-border-radius: 0px 0px 6px 6px; 
	-webkit-border-radius: 0px 0px 6px 6px; 
	
	background: -moz-linear-gradient(top, #fafafa 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 0%,#d1d1d1 100%); /* W3C */
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

#primarynav ul li:hover ul li{
	float: none;
	background-image: none;
}


#primarynav ul li:hover ul li a{
	background: transparent none;
	height: auto;
	min-width: 83px;
	padding: 5px 6px 5px 6px;
	margin: 4px 4px 4px 4px;
}

#primarynav ul li:hover ul li a:hover{
	color: #ffffff;

	background: #8003b9; /* Old browsers */
	background: -moz-linear-gradient(top, #8003b9 0%, #55057a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8003b9), color-stop(100%,#55057a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8003b9 0%,#55057a 100%); /* IE10+ */
	background: linear-gradient(top, #8003b9 0%,#55057a 100%); /* W3C */
}


/* ---------- SOCIAL NAV ---------- */
#socialnav{
	position: absolute;
	top: 36px;
	right: 14px;
}

#socialnav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#socialnav ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	width: 32px;
	height: 32px;
	float: left;
}


/* ---------- FOOTER ---------- */
#footerleft{
	width: 360px;
	height: 40px;
	padding-top: 2px;
	float: left;
}

#footerleft h2{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footerright{
	width: 596px;
	height: 40px;
	float: right;
}



#messagestrip{
	width: 596px;
	height: 30px;
	margin-top: 5px;
	
	background: #8003b9; /* Old browsers */
	background: -moz-linear-gradient(top, #8003b9 0%, #55057a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8003b9), color-stop(100%,#55057a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8003b9 0%,#55057a 100%); /* IE10+ */
	background: linear-gradient(top, #8003b9 0%,#55057a 100%); /* W3C */
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

#messagetitle{
	width: 33px;
	height: 27px;
	padding: 3px 0px 0px 6px;
	float: left;
}

#messageticker{
	width: 548px;
	height: 30px;
	padding-left: 4px;
	float: left;
}

#messagestrip #messageticker{
	color: #ffffff;
}

#messagestrip #messageticker a{
	color: #ffffff;
	font-weight: bold;
}

#messagestrip #messageticker .container {
	width: 546px;
	height: 20px;
	overflow: hidden;
	position: relative;
	margin: 6px 0px 0px 0px;
}

#messagestrip #messageticker .slides {
	position: absolute;
	top: 0;
	left: 0;
}  

#messagestrip #messageticker .slides div {
	position: absolute;
	top: 0;
	width: 546px;
	white-space: nowrap;
	display: none;
	overflow: hidden;
} 

#footerlinks{
	clear: both;
	padding-top: 100px;
}

#footerlinks ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footerlinks ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-right: 10px;
}

#footerlinks ul li a{
	color: #606060;
}




#copyright{
	clear: both;
	padding: 10px 0px 20px 0px;
}



/* ---------- HP FEATURE ---------- */
div.hpfeature{
	width: 820px;
	padding: 0px;
	margin: 60px auto 60px auto;
	position: relative;
}

div.bx-window{
	width: 820px;
	height: 460px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	background: #666666;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px; 
	
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

/* very annoying - rounded corners don't work when scrolling so add in images */
div.hpfeatureTL, div.hpfeatureTR, div.hpfeatureBL, div.hpfeatureBR{
	position: absolute;
	width: 5px;
	height: 5px;
	z-index: 999999;
}

div.hpfeatureTL{
	top: 0px;
	left: 0px;
	background: url('img/hpfeatureTL.png') no-repeat left top;
}

div.hpfeatureTR{
	top: 0px;
	right: 0px;
	background: url('img/hpfeatureTR.png') no-repeat left top;
}

div.hpfeatureBL{
	top: 455px;
	left: 0px;
	background: url('img/hpfeatureBL.png') no-repeat left top;
}

div.hpfeatureBR{
	top: 455px;
	right: 0px;
	background: url('img/hpfeatureBR.png') no-repeat left top;
}




div.hpfeature div.hpfeatureitem{
	width: 820px;
	height: 460px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px; 
}

ul.hpfeatureslider{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



/* ---------- Normal content pages ---------- */
div#maincontentwrapper div#normalcontent{
	padding: 0px 15px 15px 15px;
	border: 3px solid #e8e8e8;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

div#maincontentwrapper div#normalcontent div.leftcolumn{
	width: 640px;
	float: left;
}

div#maincontentwrapper div#normalcontent div.rightcolumn{
	width: 246px;
	margin-top: 15px;
	padding: 10px;
	float: right;
	background: #eaeaea;
}



/* ---------- Careers ---------- */
div#maincontentwrapper div#careerscontent{
	padding: 0px 5px 0px 5px;
	border: 3px solid #e8e8e8;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

div#maincontentwrapper div#careerscontent h1.pageheading{
	margin: 20px 10px 12px 10px;
}


div#maincontentwrapper div#zartiscontent{
	width: 943px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

div#maincontentwrapper div#zartiscontent iframe{
	width: 955px !important;
}





/* ---------- CONTACTS ---------- */
div#maincontentwrapper div#contactscontent{
	padding: 0px 0px 0px 0px;
	border: 3px solid #e8e8e8;
	position: relative;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

div#maincontentwrapper div#contactmap div#map_canvas{
	width: 100%;
	height: 400px;
}


div#contactscontent div.mapdirections{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 210px;
	padding: 10px;
	color: #ffffff;
	
	background: #8003b9; /* Old browsers */
	background: -moz-linear-gradient(top, #8003b9 0%, #55057a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8003b9), color-stop(100%,#55057a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8003b9 0%,#55057a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8003b9 0%,#55057a 100%); /* IE10+ */
	background: linear-gradient(top, #8003b9 0%,#55057a 100%); /* W3C */
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

div#contactscontent div.mapdirections h1{
	font-size: 15px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}


div#contactscontent div.mapcontacts ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#contactscontent div.mapcontacts ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline-block;
	width: 214px;
	text-align: center;
}



/* ---------- PRESS ---------- */
div.newsitem div.newstitle h1{
	font-size: 20px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

div.newsitem div.newstitle h1 a:hover{
	text-decoration: none;
	cursor: arrow;
}

div.newsitem div.newsrelatedinfo p{
	font-size: 0.8em;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

div.newsitem div.newsrelatedinfodate{
	display: inline-block;
	padding-right: 10px;
}

div.newsitem div.newsrelatedinfopostedby{
	display: inline-block;
}

ul.newssummarylist, ul.newssummarylist li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.newssummaryitem{
	border-top: 2px solid #d0d0d0;
	padding-top: 10px;
}

ul.newssummarylist li:first-child div.newssummaryitem{
	border-top: 0px none;
	padding-top: 0px;
}

div.newssummaryitem h4{
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.4em;
}

div.selecteditem h4{
	color: #7f02b9;
}

div.newssummaryitem p{
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

div.newssummaryitem a.readmore{
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-decoration: underline;
}

div.newssummaryitem a.readmore:hover{
	color: #7f02b9;
}


/* ---------- BRANDS ---------- */
ul.brandslist{
	list-style-type: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 940px;
}

ul.brandslist li{
	list-style-type: none;
	margin: 0px 9px 5px 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 302px;
	height: 300px;
}



ul.brandslist div.branditem{
	width: 296px;
	background: #7c03b3;
	border: 3px solid #7c03b3;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

ul.brandslist div.branditem h1{
	color: #ffffff;
	font-size: 16px;
	margin: 8px 0px 8px 8px;
}

ul.brandslist div.branditem div.brandimage{
	width: 296px;
	height: 180px;
	overflow: hidden;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
}

ul.brandslist div.branditem div.brandimage img{
	width: 296px;
}


/* ---------- PEOPLE ---------- */
ul.peoplelist{
	list-style-type: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 940px;
}

ul.peoplelist li{
	list-style-type: none;
	margin: 0px 14px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 174px;
	height: 374px;
	position: relative;
}

ul.peoplelist div.person{
	width: 168px;
	background: #ffffff;
	border: 2px solid #ffffff;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

ul.peoplelist div.person div.mugshot{
	width: 168px;
	height: 234px;
	overflow: hidden;
	
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
}

ul.peoplelist div.person div.mugshot img{
	width: 168px;
}

ul.peoplelist li h1{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.peoplelist li p{
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.peoplelist li p.position{
	margin: 0px 0px 6px 0px;
}

ul.peoplelist li p.fullbio{
	position: absolute;
	top: 333px;
}


/* ---------- GAMES ---------- */

div#maincontentwrapper div#gamescontent{
	padding: 0px;
	border: 3px solid #e8e8e8;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

div#maincontentwrapper div#gamescontent div.leftcolumn{
	width: 710px;
	padding: 20px 0px 20px 20px;
	float: left;
}

div#maincontentwrapper div#gamescontent div.rightcolumn{
	width: 200px;
	padding: 0px 10px 20px 5px;
	float: right;
}

div#gamescontent div.gameimage{
	text-align: left;
}

div#gamescontent div.gameimage img{
	max-width: 200px;
	max-height: 160px;
}

div#gamescontent div.introtext{
	font-size: 14px;
	font-weight: bold;
}

div#gamescontent div.playnowlinkswrapper h2{
	color: #7f02b9;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#gamescontent div.playnowlinkswrapper div.playnowlink{
	float: left;
	margin-right: 4px;
}

div#gamescontent div.gamedescription{
	padding: 0px 20px 0px 20px;
}


div#gamescontent div.gamescontentinner{
	padding: 0px 15px 15px 15px;
}


ul.gameslist{
	list-style-type: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 940px;
}

ul.gameslist li{
	list-style-type: none;
	margin: 0px 9px 5px 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 302px;
	height: 300px;
}



ul.gameslist div.gameitem{
	width: 296px;
	background: #7c03b3;
	border: 3px solid #7c03b3;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

ul.gameslist div.gameitem h1{
	color: #ffffff;
	font-size: 16px;
	margin: 8px 0px 8px 8px;
}

ul.gameslist div.gameitem div.gamelistimage{
	width: 296px;
	height: 180px;
	background: #ffffff;
	text-align: center;
	overflow: hidden;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
}

ul.gameslist div.gameitem div.gamelistimage img{
	width: 296px;
}




/* ---------- VIDEO TEMPLATE ---------- */

div#maincontentwrapper div#videocontent{
	padding: 0px;
	border: 3px solid #e8e8e8;
	
	border-radius: 6px 6px 6px 6px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;
	
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

div#maincontentwrapper div#videocontent div.leftcolumn{
	width: 710px;
	padding: 20px 0px 20px 20px;
	float: left;
}

div#maincontentwrapper div#videocontent div.rightcolumn{
	width: 200px;
	padding: 2px 10px 20px 5px;
	float: right;
}


div#videocontent div.introtext{
	font-size: 14px;
	font-weight: bold;
}

div.simplepagecontent{
	padding: 0px 15px 15px 15px;
}
