.bg-pg {
	background-image: url(images/bg-pg.jpg);
	background-color: #F1370E;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}
#evaHeader {
	background-color: #EC2F05;
	background-image: url(images/layout_07.jpg);
	position: relative;
	width: 950px;
	height: 299px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
#evaMain {
	background-image: url(images/layout_11.jpg);
	position: relative;
	height: 50px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}



#sony-bar{position:relative;top:0;left:0;height:26px;background:#ccc url(http://www.sonybmg.ca/myplay/toolbar/images/network_bar_bg_silver.gif) repeat top left;font-family:Verdana,sans-serif;font-size:11px;color:#666;margin:0 auto;text-align:center;width:100%;}
#sony-bar iframe{width:1000px;height:26px;margin:0 auto;}
#sony-bar a{text-decoration:none;color:#000;}
#sony-bar a:hover{text-decoration:none;color:#000;color:#6600CD;}
img.sony_logo{float:left;margin-right:5px;}
img.rss_link{position:absolute;top:5px;left:975px;}
#sony-bar p{position:relative;left:20px;top:3px;margin:2px 0 0;padding:0;}
.bgMainTile {
	background-image: url(images/layout_11.jpg);
	background-repeat: repeat;
}
.bgHeader {
	background-image: url(images/header-withtext.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	line-height: 0.75em;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -.5em;
	margin-left: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #505050;
	line-height: 1.5em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #505050;
	font-size: 1.2em;
	margin-bottom: 0.4em;
	margin-top: 1.25em;
}

.links {
	font-size: .7em;
}


a:link {
	color: #F95A00;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a:visited {
	color: #AB654E;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
    outline: none;
}
a:hover {
	color: #F95A00;
	background-color: #FEF7DA;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a.image:link, a.image:visited, a.image:active {
	color: none;
	background-color: none;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: none;
    outline: none;
}

a.image:hover {
	color: none;
	background-color: transparent;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: none;
}.newsletterEmailBox {
	height: 20px;
	width: 250px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

.photoSet {
}

.photoSet h2 {
	font-size: 1.2em;
	font-weight:bold;
}


.photoThumb200 {
	position:relative;
	float:left;
	width:210px;
	height:210px;
	text-align:center;
}

.photoThumb {
	position:relative;
	float:left;
	width:130px;
	height:130px;
	text-align:center;
}


.privacy {
	font-size: 0.7em;
	margin-top: 2px;
}



/* === LIGHTBOX CSS starts === */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #284A75;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* === LIGHTBOX CSS ends === */

/* lightbox fix */
a#nextLink { border-bottom: none; }
a#nextLink:link { border-bottom: none; }
a#nextLink:visited { border-bottom: none; }
a#nextLink:hover { border-bottom: none; background-color: transparent; }
a#prevLink { border-bottom: none; }
a#prevLink:link { border-bottom: none; }
a#prevLink:visited { border-bottom: none; }
a#prevLink:hover { border-bottom: none; background-color: transparent; }
a#bottomNavClose { border-bottom: none; }
a#bottomNavClose:link { border-bottom: none; }
a#bottomNavClose:visited { border-bottom: none; }
a#bottomNavClose:hover { border-bottom: none; background-color: transparent; }





#formContents {
	font-size: .8em;
}
