a {
	color: #EF272B;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
	color:#000000;
}
a img {
	border:none;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #EF272B;
	line-height: 35px;
	margin: 0 0 10px;
}
h2 {
	font-size: 25px;
	font-weight: normal;
	color: #EF272B;
	line-height: 30px;
	margin: 0 0 10px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin: 0 0 10px;
}
h4 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
p {
	font-size: 12px;
	line-height: 20px;
}
ul {

}
ol li,
ul li {
	font-size: 12px;
	line-height: 20px;
}
fieldset {
	border:none;
	margin: 0;
	padding: 0;
}
label {
	font-size: 14px;
}
table {
	font-size: 12px;
}
blockquote {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	padding:0 5px;
	zoom:1;
}
blockquote img {
	position:relative;
	top:-15px;
}
span.firstQuotes{ 
	background:url(../images/open_qoutes.gif) no-repeat left top; 
	width:11px;
	display:inline-block;
	height:25px;
	float:left;
	margin-left: -15px;
}
span.firstQuotes em{
	display:none;
} 
span.secondtQuotes{ 
	background:url(../images/close_qoutes.gif) no-repeat left top; 
	width:11px;
	
	height:11px;
}
span.secondtQuotes em {
	visibility:hidden;
}

.hidden {
  display: none;
}
a.button {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../images/button-right.gif') no-repeat top right;
	height: 28px;
	border: none;
	padding: 0 14px 0 0;
}

#block-album a.button{
	float:right;
	margin-right: 40px;
	margin-top:1px;		
}
button {
	float: left;
	cursor: pointer;
	font-size: 12px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	background: transparent url('../images/button-right.gif') no-repeat top right;
	height: 28px;
	border: none;
	padding: 0 14px 0 0;
}	
button:hover,
button.over,
a.button:hover {
	background-position:  right -28px;
}
a.button span,
button span {
	float: left;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	background: transparent url('../images/button-left.gif') no-repeat top left;
	height: 22px;
	margin: -2px -3px 0 0;
	padding: 6px 0 0 13px;
	
}
a.button:hover span,
button.over span,
button:hover span {
	background-position:  left -28px;
}

a.button span {
	margin: 0;
}
img.listen {
	float:left;
	height:10px;
	width:10px;
	margin:5px 4px 0 -5px;
}
.starRatingHolder{
	overflow:hidden;
}
.ratingWidget{
	width:200px;
	margin:auto;
}
.ratingWidget .title{
	float:left;
	margin-right:10px;
	margin-top:5px;
	font-size: 12px;
	color: #666;
}
.ratingWidget .star span{
	display:block;
	width:0px;
	height:0px;
	overflow:hidden;
}
.ratingWidget .star {
	background-image:url(../images/starOff.png);
	display:block;
	float:left;
	height:23px;
	padding-top:3px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:19px;
	text-align:center;
}
.ratingWidget .star:hover{
	background-image:url(../images/starCurrent.png);	
}
.hasJs .ratingWidget .star {
	height:26px;
	padding-top:0px;
}
.ratingWidget .star.selected {
	background-image:url(../images/starOn.png);
}
.ratingWidget .star.hovering{
	background-image:url(../images/starCurrent.png);	
}
div#musicPlayer div#block-player {
	float: right;
	margin: 20px 20px 0 0;
}
div#musicPlayer div#block-player img.album {
 margin: 0 0 0 10px;
}
div#musicPlayer div#block-player p {
	text-align: center;
	margin: 0 0 5px;
	padding: 0;
}
div#musicPlayer div#block-player p em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
div#musicPlayer div.mp_ProgressBar{
	height: 3px;
	width: 235px;
	overflow: hidden;
	background-color: #F4E9E9;
}
div.mp_ProgressBar span{
	display: block;
	width: 5px;
	overflow: hidden;
	background-color: #EF272B;
}
div#musicPlayer .time {
	display: none;
}
div#musicPlayer div.tracks {
	float: left;
	background: #FFF;
	border: 1px solid #F4E9E9;
	margin: 10px;
	padding: 10px;
}
div#musicPlayer ul.controls {
	float: left;
	margin: 180px 0 0 10px;
	overflow: hidden;
	padding: 0;
}
div#musicPlayer ul.controls li {
	float:left;
	list-style: none;
}
div#musicPlayer ul.controls span{
	position:absolute;
	left:-9999px;
}
div#musicPlayer ul.controls li.middleItem {
	width: 86px;
	height: 40px;
	background:transparent url('../images/music-player/play.png') left top no-repeat;
}
div#musicPlayer ul.controls li.middleItem {
	margin:0 0 5px 0;
}
div#musicPlayer ul.controls a {
	display:block;
}
div#musicPlayer ul.controls a.previous {
	width: 75px;
	height: 40px;
	background:transparent url('../images/music-player/previous.png') left top no-repeat;
}
div#musicPlayer ul.controls a.play {
	width: 86px;
	height: 40px;
	background:transparent url('../images/music-player/play.png') left top no-repeat;
}
div#musicPlayer ul.controls a.pause {
	width: 86px;
	height: 40px;
	background:transparent url('../images/music-player/pause.png') left top no-repeat;
}
div#musicPlayer ul.controls a.next {
	width: 75px;
	height: 40px;
	background:transparent url('../images/music-player/next.png') left top no-repeat;
}
div#musicPlayer h3 {
	float: left;
	margin: 0 0 0 10px;
}
div#musicPlayer div.tracks p {
	float: right;
	margin: -15px 12px 0 0;
}
div#musicPlayer div.tracks p img{
	position:relative;
	top:0;
}
div#musicPlayer div.tracks p em {
	font-style: normal;
	font-weight: bold;
}
div#musicPlayer div.tracks table  {
 	float: left;
	border-collapse: collapse;
	border-top: 1px dotted #FBCCCD;
	margin: 10px 0 0 0;
}
div#musicPlayer div.tracks table tr td a.button {
	margin: 0 0 0 12px;
}
div#musicPlayer div.tracks table tbody tr td {
	padding: 5px 0;
	border-bottom: 1px dotted #FBCCCD !important;
}
div#musicPlayer div.tracks table tbody tr td.playing {
	background: transparent url('../images/not-playing.gif') no-repeat 10px center;
}
div#musicPlayer div.tracks table tbody tr.playingRow td.playing,
div#musicPlayer div.tracks table tbody tr.playingRow td.track {
	background: #EEE;
}
div#musicPlayer div.tracks table tbody tr td.track {
	width: 220px;
	padding-left: 2px;
	height: 40px;
}

/* Safari 3 fix */
html[xmlns*=""] body:first-of-type div#musicPlayer div.tracks table tbody tr td.track {height: 30px;}
/* end */

td.track a{
	color:#333333;
	text-decoration:none;
}
div#musicPlayer div.tracks table tbody tr.playingRow td.playing img {
	margin: 6px 0 0;
	padding: 5px 5px 5px 10px;
}
ul#navigation-primary {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 40px;
}
ul#navigation-primary li {
	float: left;
	font-size: 16px;
}
ul#navigation-primary li a,
ul#navigation-primary li span {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px 10px;
}
ul#navigation-primary li a:hover,
ul#navigation-primary li.active a,
ul#navigation-primary li span {
	background-color: #A2081B;
}
ul#navigation-music {
	float: left;
	width: 249px;
	height: 50px;
	list-style-type: none;
	background: transparent url('../images/navigation-music-background.png') no-repeat top left;
	margin: -42px 0 0 580px;
	padding: 11px 0 0 19px;
}
ul#navigation-music li {
	float: left;
	background: transparent url('../images/button-right.gif') no-repeat top right;
	height: 28px;
	margin: 0 10px 0 0;
	padding: 0 14px 0 0;
	position: relative;
	z-index: 5;
}
ul#navigation-music li a {
	float: left;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: transparent url('../images/button-left.gif') no-repeat top left;
	height: 25px;
	padding: 3px 7px 0 21px;
}
ul#navigation-music li:hover,
ul#navigation-music li.over {
	background-position:  right -28px;
}
ul#navigation-music li:hover a,
ul#navigation-music li.over a {
	background-position:  left -28px;
}
div#hero-home div#video {
	float: left; 
	margin: 0 0 0 520px;
}
div#hero-home img {
	float: left;
	width: 310px; 
	height: 74px;  
	margin: 20px 0 0 530px;
}
div#block-latest-news h1 {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}
div#block-latest-news ul {
	float: right;
	width:330px;
	list-style-type: none;
	border-bottom: 1px solid #e2e2e2;
	margin: -30px 0 0 0;
	padding:0 0 0 180px;
}
div#block-latest-news ul li {
	float: left;
	width: 58px;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	background: #EEE;
	margin: 0 0 0 5px;
}
div#block-latest-news ul li.active,
div#block-latest-news ul li.active:hover {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 -1px 5px;
}
div#block-latest-news ul li:hover {
	background: #666;
	border-bottom: 1px solid #666;
	margin: 0 0 -1px 5px;
}
div#block-latest-news ul li a {
	float: left;
	color: #BCBABA;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
div#block-latest-news ul li a:hover {
	color: #FFF;
	background: #666;
}
div#block-latest-news ul li.active a
{
	color: #EF272B;	
}
div#block-latest-news ul li.active a:hover
{
	background:none;
	color:#EF272B;
}

div#block-latest-news ul li a span {
	font-size: 25px;
	display: block;
	margin: -5px 0 1px;
	padding: 0 0 7px 0;
}
div#block-latest-news div.block-wrapper div.news-latest {
	float: left;
	width: 500px;
	margin: 20px 0 0 10px;
}

div#block-latest-news div.block-wrapper div.news-latest p{
	margin:3px 0;
}
div#block-latest-news p.more {
 	float: right;
	font-size: 14px; 
	margin: 0 10px 0 0; 
}
div#block-register-updates p {
	margin:0 0 15px 0;
}
div#block-register-updates p#validationMsg {
	float: left;
	color: #EF272B;
	margin: 0;
}
div#block-register-updates input {
	margin:0 30px 5px 0;
	width: 200px;
}
div#block-register-updates button {
	margin: 10px 0 0 0;
}
div#block-album h3 {
	margin: 0 9px 5px 0;
	padding: 0;
	text-align:right;
	color:#EF272B;
}
div#block-album img.album {
	float: left;
	margin: -24px 18px 0 0;
	padding: 0;
}
div#block-album-cd img.album,
div#block-album-itunes img.album {
	padding: 0 0 2px;
}
div#block-album ul {
	margin: 0;
	padding: 0 0 0 15px;
	margin-left:115px;
}
div#block-album ul li {
	margin: 0 0 5px;
	padding: 0;
	line-height: 15px;
}
div#block-album p,
div#block-album-cd p,
div#block-album-itunes p {
	margin: 0 0 5px 10px;
	padding: 0;
}
div#block-album p em,
div#block-album-cd p em,
div#block-album-itunes p em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
div#block-competition h2 {
	margin: 0 0 5px;
}
div#block-competition h3 {
	margin: 0 0 5px;
	color: #000000;
}
div#block-competition p {
	line-height: 16px;
	margin-top:5px;
}
div#block-gallery h2 {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
}
div#block-gallery ul.gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#block-gallery ul.gallery li {
	margin: 0;
	padding: 0;
}
div#block-gallery ul.gallery li a img {
	float: left;
}
div#block-gallery a#controls-previous {
	background:url(../images/block-gallery-previous.gif) no-repeat top left;
	position: absolute;
	top: 55px;
	left: -3px;
	width: 29px; 
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#block-gallery a#controls-previous:hover {
	background-position:bottom left;
	left: -2px;
}
div#block-gallery a#controls-next {
	background:url(../images/block-gallery-next.gif) no-repeat top left;
	position: absolute;
	top: 55px;
	left: 218px;
	width: 29px; 
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

div#block-gallery a#controls-next:hover {
	background-position:bottom left;
	left: 218px;
}

div#block-competition img {
	float: right;
	margin: -60px 0 0;
}
div#block-network ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
div#block-network ul li {
	float: left;
	margin:5px 5px 0 0;
}
div#block-the-prizes h2 {
	background: transparent url('../images/prizes.png') no-repeat top right;
	margin:0 0 -20px;
	padding:0 0 35px;
}
div#block-the-prizes ul,
div#block-how-to-enter ul {
	padding: 0 0 0 15px;
	margin-left: 0;
	margin-top: -0.6em;
}

div#block-the-prizes ol,
div#block-how-to-enter ol {
	padding: 0 0 0 20px;
}
div#block-how-to-enter ol {
	margin-left: 0;
}
div#block-how-to-enter ol li {
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 0.5em;
}
div#block-how-to-enter ol li.one {
	list-style-image: url('../images/list-item-one.png');
}
div#block-how-to-enter ol li.two {
	list-style-image: url('../images/list-item-two.png');
}
div#block-how-to-enter ol li.three {
	list-style-image: url('../images/list-item-three.png');
}
div#block-how-to-enter ol li.four {
	list-style-image: url('../images/list-item-four.png');
}
div#block-how-to-enter ol li span {
	position: relative;
	top: -0.4em;
}
div#block-how-to-enter ol li ul {
	list-style-type: disc !important;
	list-style-image: none;
	margin-top: 0;
}
div#block-how-to-enter ol li ul li {
	margin-bottom: 0;
	padding-left: 0;
}
div#page-album div#block-quote h2 {
	display: none;
}
div#page-album div#block-quote blockquote {
	margin: 40px 0 0;
}
div#node-my_story blockquote {
	width: 240px;
	padding: 0 0 0 15px;
}
div#block-quote p.author em,
div#node-my_story p.author em {
	font-weight: normal;
	padding: 0 0 0 18px;
	font-style: normal;
}
div#block-quote h2 {
	padding: 0 0 0 5px;
}
div#block-quote p.author em {
	padding: 0 0 0 5px;
}
div#node-news h1 {
	margin: 0 0 -23px;
}
div#node-news div.pagination {
	width: 100%;
	text-align: right;
	padding: 0 0 10px;
}
div#node-news div.pagination p {
	font-size: 14px;
	color:#262626;
	display:inline;
	padding:0 15px;
	position:relative;
}
div#node-news div.pagination p span.pageNumber {
	font-weight: bold;
}
div#node-news div.pagination a {
	font-size: 14px;
}
div#node-news ol.newsList {
	list-style: none;
	border-top: 1px dotted #FBCACB;
	margin: 0;
	padding: 17px 0 0;
}
div#node-news ol.newsList li {
	border-bottom: 1px dotted #FBCACB;
	margin-bottom: 17px;
}
div#node-competition p.closingDate {
	line-height: 0.5;
}
div#node-competition p.closingDate em {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin: 0 0 10px;
	font-style: normal;
}
div#node-entry ul#gallery-list,
div#node-competition ul#gallery-list,
div#node-gallery ul#gallery-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:100;
}
div#node-entry ul#gallery-list {
	margin: 20px 0 0;
}
div#node-entry ul#gallery-list li,
div#node-competition ul#gallery-list li,
div#node-gallery ul#gallery-list li {
	float: left;
	background: transparent url(../images/tabOffRight.gif) no-repeat top right;
	padding: 0 6px 0 0;
	margin: 0 -7px 0 9px;
}

div#node-gallery ul#gallery-list li{
}
div#node-entry ul#gallery-list li a,
div#node-competition ul#gallery-list li a,
div#node-gallery ul#gallery-list li a {
	float: left;
	color: #999;
	font-size: 18px;
	text-decoration: none;
	background: transparent url(../images/tabOffLeft.gif) no-repeat top left;
	padding:7px 6px 7px 10px;
	outline:none;
}
div#node-entry ul#gallery-list li.active,
div#node-competition ul#gallery-list li.active,
div#node-gallery ul#gallery-list li.active,
div#node-gallery ul#gallery-list li:hover {
	background: transparent url(../images/tabOnRight.gif) no-repeat top right;
	border-bottom: 1px solid white;
}
div#node-entry ul#gallery-list li.active a,
div#node-competition ul#gallery-list li.active a,
div#node-gallery ul#gallery-list li.active a,
div#node-gallery ul#gallery-list li a:hover,
div#node-competition ul#gallery-list li a:hover,
div#node-entry ul#gallery-list li a:hover {
	color: #EF272B;
	background: transparent url(../images/tabOnLeft.gif) no-repeat top left;
}
div#node-entry div.gallery-box,
div#node-competition div.galleryHolder,
div#node-gallery div.galleryHolder {
	float: left;
	border:1px solid #C0C0C0;
}
div#node-entry div.gallery-box {
	width: 488px;
	padding: 10px;
	margin-top: -1px;
}
div#node-entry div.galleryHolder ul.gallery,
div#node-competition div.galleryHolder ul.gallery,
div#node-gallery div.galleryHolder ul.gallery {
	float: left;
	width: 660px;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
div#node-competition div.galleryHolder ul.gallery {
	width: 508px;
	position: relative;
	left: 10px;
}
div#node-competition div.galleryHolder ul.gallery li,
div#node-gallery div.galleryHolder ul.gallery li {
	float: left;
	width: 120px;
	margin:10px 3px 0 0;
}
div#node-competition div.galleryHolder ul.gallery li img {
	height: 90px;
	width: 120px;
}
div#node-competition .readOnlyVotes{
	background-color:#FFFFFF;
	text-align:left;
	margin:5px 0px 0px 8px;
}
body.hasJs div#node-competition .readOnlyVotes{
	background-image:url(../images/starOffView.png);
	background-position:0px 0px;
	background-repeat:no-repeat;	
}
body.hasJs div#node-competition .readOnlyVotes .value {
	display:block;
	text-indent: -10000px;
}
body.hasJs div#node-competition .readOnlyVotes .value.hidden {
	display:none !important;
}
body.hasJs div#node-competition .readOnlyVotes .description {
	position:absolute;
	left:-10000px;
}
div#node-competition .gallery .entryName{
	margin:0px;
	overflow:hidden;
	text-indent:0px!important;
	white-space:nowrap;
}
div#node-competition .readOnlyVotes .stars{
	height:16px;
	background-image:url(../images/starOnView.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
}
div#node-competition div.pagination {
	width: 488px;
	/*overflow: hidden;*/
	text-align: right;
	border-top : 1px dotted #EEE;
	padding: 10px 0;
	margin: 0 10px;
	float: left;
}
div#node-competition div.pagination p {
	font-size: 14px;
	color:#262626;
	display:inline;
	padding:0 15px;
	position:relative;
}
div#node-competition div.pagination p span.pageNumber {
	font-weight: bold;
	margin: 0 0 0 5px;
}
div#node-competition div.pagination a {
	font-size: 14px;
}
div#node-album h2 {
	float: left;
	width: 495px;
	border-bottom:1px dotted #FBCCCD;
	padding-bottom:5px;
	padding-left:10px;
}
div#node-album table {
	float:left;
	width: 510px;
}
div#node-album table tbody tr td {
	padding: 5px 0;
	border-bottom: 1px dotted #FBCCCD;
}
div#node-competition a.button {
	float: right;
}
div#node-entry div.formFields{
	border-top:1px solid #ddd;
	display:block;
	margin-top:20px;
	padding-top:20px;
	overflow:hidden;
}
.entryblock{
	display:block;
	overflow:hidden;
}
div#node-entry div.formFields label{
	float:left;
	clear:left;
}
div#node-entry div.tabMenuContainer{
	margin-top:20px;
}
div#node-entry div.formFields input {
	clear:right;
	display:block;
	margin-bottom:10px;
	margin-left:200px;
	padding:2px;
	width:260px;
}
div#node-entry div.formFields input.hidden {
	display: none;
}
div#node-entry div p{
	clear:both;
}
.hasJs .parentalCheck{
	display:none;
}
.parentalCheck{
	margin-bottom:30px;
	background-color:#FFFFCC;
	overflow:hidden;
	padding:10px;
}
input#parentalCheck{
	margin:2px 5px 0px 0px !important;
	width:auto !important;
	float:right;
}
.parentalCheck label{
	clear: left!important;
	width: 80%;
	float: left !important;
	/*margin-top: -1.8em;*/
}
div#node-entry div.formFields .required{
	border:1px dotted #FF3300;	
}
div#node-entry div.formFields .error{
	color: #EF272B;
	font-weight:bold;
}
div#node-entry div.formFields .dateFields{
	margin-left:195px;
}
div#node-entry div.dateFields .date{
	clear:none;
	width:2em;
	display:inline;
	margin-left:5px;
}
div#node-entry div.dateFields .date4 {
	clear:none;
	width:4em;
	display:inline;
	margin-left:5px;
}
div#node-entry div.checks {
	float: left;
	margin: 20px 0 10px;
}
div#node-entry div.checks input{
	display:inline;
	width:auto;
	float:none;
	clear:none;
	margin:3px;
	margin-bottom:10px;
}
div#node-entry div.checks label{
	float:none;
	vertical-align:text-bottom;
}
div#node-entry div.formFields .submit{
	background-color:transparent;
	clear:none;
	display:inline;
	width:auto;
	margin:20px 0px 0px;
	border:none;
	width:126px;
	height:28px;
	background-image:url(../images/buttons/submitVideo.gif);
	background-position:left top;
	cursor:pointer;
}
div#node-entry div div.formFields .submit.hover{
	background-position:right top;
}
div#node-entry div div.formFields .submit span{
	display:none;
}
div#node-entry button {
	margin: 10px 0 0 0;
}
div#node-entry div.termsAndConditions{
	height:300px;
	overflow-y:scroll;
}
div#node-entry div.termsAndConditions ol{
	padding: 0 0 0 20px;
}
div#node-thanks ul {
	margin: 0;
	padding: 0 0 0 15px;
}
div.lightbox div.cont {
	position: relative;
	width: 609px;
	min-height: 396px;
	background:transparent url('../images/background-lightbox-bottom.gif') no-repeat scroll left bottom;
	margin: 53px 0 0 39px;
	padding: 5px 5px 4px 3px;
}
div#video-lightbox {
	width: 484px;
}
div#video-lightbox div.cont {
	background:transparent url('../images/background-video-lightbox-bottom.png') no-repeat scroll left bottom;
	margin: 53px 0 0 37px;
	width: 410px;
	position: relative;
}
div#video-lightbox .legend {
	padding-top: 10px;
	margin-bottom: 0.6em;
}
div.lightbox div.cont img{
	color: #FFF;
}
div.lightbox div.cont p{
	color:#666666;
	font-size: 14px;
	line-height: 12px;
	width:426px;
	margin:0 0 5px 10px;
	color:#EF272B;
	font-weight:bold;
}
div.lightbox div.cont .extra {
	color:#333333;	
	padding-bottom:10px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
div.lightbox div.contentHolder {
	display:none;
} 
div.lightbox div.cont div.assetHolder {
	width:609px;
	height:345px;
	background:transparent url('../images/ajax-loader.gif') center center no-repeat;
	margin:0 0 7px 0;
	position:relative;
}
div#video-lightbox div.cont div.assetHolder {
	width: auto;
}
div.lightbox a.closeLink {
	color:#fff;
	position:absolute;
	right:28px;
	display:block;
	top:-22px;
	background-image:url('../images/videoCloseBG.png');
}
div#video-lightbox a.closeLink {
	top:-21px;
}
div.lightbox a.closeLink img {
	display:block;
	width:60px;
	cursor:pointer;
}
div.lightbox .starRatingHolder {
	text-align:center;
}
div#video-lightbox .starRatingHolder {
	position: absolute;
	bottom: 0.6em;
	right: 10px;
	margin: 10px 0 0;
	width: 200px;
}
div#video-lightbox .legend {
	width: 90%;
}
div.lightbox ul.buttonsPanel {
	list-style:none;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
div.lightbox ul li.previous {
	position:absolute;
	top:0;
	left:0;
	height:100%;
}
div.lightbox li.previous a,
div.lightbox li.next a {
	position:absolute;
	display:block;
	right:5px;
	background-color:transparent;
	padding:0px;
	top:60px;
	width:21px;
	height:32px;
	background-image:url('../images/videoPrev.png');
}
div#video-lightbox li.previous a {
	right:3px;
}
div.lightbox li.next a {
	background-image:url('../images/videoNext.png');
}
div.lightbox li.previous a span,
div.lightbox li.next a span {
	display:block;
	width:0px;
	height:0px;
	overflow:hidden;
}
div.lightbox ul li.next { 
	position:absolute;
	top:0;
	right:40px;
	height:100%;
}
div#video-lightbox  ul li.next {
	right: 49px;
}
div.lightbox li.next a {
	right:auto;
	left:6px;
}
div#block-footer h2 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
}
div#block-footer h2 a {
	text-decoration: none;
}
div#block-footer ul#colophon {
	float: left;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
	overflow:hidden;
	
}
div#block-footer ul#colophon li {
	float: left;
	font-size: 11px;
	padding: 0 10px;
}
div#block-footer ul#colophon li{
	 background:url(../images/divider.gif) center right no-repeat;
	 margin-right:-2px;
	
}
div#block-footer ul#colophon li a {
	text-decoration: underline;
	position: relative;
	top: -2px;
	color:#ef272b;
}
div#block-footer ul#colophon li a:hover {
	text-decoration: none;
	color:#000000;
}
div#block-footer ul#sponsor {
	float: right;
	list-style-type: none;
	margin: 34px 0 0;
	padding: 0;
}
div#block-footer ul#sponsor li {
/*	float: left;*/
	padding: 0 0 0 15px;
	text-align: right;
}
div#block-footer p {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 500px;
}
.back {
	width:100%; text-align:right; border-top:1px dotted #FBCCCD; padding-top:15px; margin-top:30px;
}
.back a{ font-size:14px;}
#block-network .block-wrapper h3 {
	color:#EF272B;
	padding-left: 5px;
	margin-bottom:20px;
}

.block-wrapper p span{
	font-size:14px;
}
.block-wrapper p em { 
	font-style:normal;
	font-weight:bold;
}
#node-album .node-wrapper h1 {
	margin-left:10px;
}
.newsList p {
	margin-top:0;
}

#page-news #block-register-updates {
	margin-bottom:30px;
}






/*Country Selection Page */
div#country-home img {
	float: left;
	width: 310px; 
	height: 74px;  
	margin: 103px 0 0 455px;
}
div.page-wrapper div.select-country .selectSub {
	margin: -10px 0 0 415px;
}
div.page-wrapper div.select-country .selectSub h1 {
	margin-top: -10px;
}
div.page-wrapper div.select-country .selectSub ul,
div.page-wrapper div.select-country .selectSub p {
	color: #333;
	font-size: 18px;	
}
div.page-wrapper div.select-country .selectSub p {
	padding: 0;
	margin: 36px 0 0 0;	
}
div.page-wrapper div.select-country ul {
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;	
}
div.page-wrapper div.select-country ul li {
	color: #333;
	float: left;
	font-size: 18px;	
	list-style-type: none;
	margin-right: 6px;
}
div.page-wrapper div.select-country ul li a.country-uk {
	background:url(../images/country-UK.gif) no-repeat left top;
	display:block;
	color: #333;
	height: 42px;
	text-decoration: none;
	width: 65px;
}
div.page-wrapper div.select-country ul li a.country-uk:hover {
	background:url(../images/country-UK-hover.gif) no-repeat left top;
}
div.page-wrapper div.select-country ul li a.country-usa {
	background: url(../images/country-USA.gif) no-repeat left top;
	display:block;
	color: #333;
	height: 42px;
	text-decoration: none;
	width: 65px;
}
div.page-wrapper div.select-country ul li a.country-usa:hover {
	background: url(../images/country-USA-hover.gif) no-repeat left top;
}
div.page-wrapper div.select-country ul li a span {
	float:left;
	margin: 46px 0 0 18px;
/*	padding-top: 36px;*/
}
div.page-wrapper div.select-country ul li img {
	display: block;	
}
div.select-country-footer div#block-footer ul#sponsor {
	margin: 10px 0;
}
div.select-country-footer div#block-footer p {
	color: #666;
}
div.select-country-footer {
	background: none !important;
	float:left;
	margin-top: 63px !important;	
}
/*End of Country Selection */



/*Footer Country Links*/
div#block-footer ul li.country-selected {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-top: -2px;
}

div#block-footer ul.sponsor-container {
	margin: 10px 0 0 0 !important;
	width: 265px;	
}
div#block-footer ul.info-container li.statements {
	float: left;
	margin: 18px 0 0 9px !important;	
	background:url(../images/divider.gif) no-repeat 0 center;
	padding-left: 9px;
}
div#block-footer ul.info-container li.policy {
	float: left;
	margin: 18px 0 0 9px !important;	
}
div#block-footer div#sponsor-main {
	float: right;
	list-style-type: none;
	padding: 0;
	width: 270px;
}
div#block-footer ul#info {
	float: right;
	list-style-type: none;
	margin: 34px 0 0;
	padding: 0;
}
div#block-footer ul.info-container {
	margin: 0 0 0 0 !important;
}