@charset "UTF-8";
/* CSS Document */

#browse_header {
	float:left;
	width:880px;
	height:30px;
	background:transparent url('templates/images/px880_bg_header.png') top center no-repeat;
	margin:-30px 0 0 0;
}
#browse_mid {
	float:left;
	margin:0;
	width:880px;
	background:transparent url('templates/images/px880_bg_mid.png') top center repeat-y;
}
#browse_footer {
	float:left;
	width:880px;
	height:30px;
	background:transparent url('templates/images/px880_bg_footer.png') top center no-repeat;
	margin:0;
}

#browse_main {
	width:828px;
	margin:0 auto;
	color:#444;
}
#browse_main p {
	color:#444;
}
#browse_main a {
	color:#900;
	text-decoraton:none;
}
#browse_main a:hover {
	text-decoraton:underline;
}

#ctnr_topRated {
	position:absolute;
	left:50%;
	top:0px;
	z-index:1000;
}
#topRated {
	position:absolute;
	width:818px;
	height:120px;
	top:115px;
	left:-409px;
	z-index:1001;
}

#entry_listing, #topRated_listing {
	width:100%;
}
#entry_listing p, #topRated_listing p, #entry_listing td, #topRated_listing td {
	color:#444;
}
#entry_listing a, #topRated_listing a {
	color:#990000;
	text-decoration:none;
}
#entry_listing a:hover, #topRated_listing a:hover {
	text-decoration:underline;
}

#entry_listing .thumb, #topRated_listing .thumb { padding:10px; width:125px; vertical-align:top; text-align:center; }
#entry_listing .thumb img, #topRated_listing .thumb img { border:1px solid #444; }
#entry_listing .youtube, #topRated_listing .youtube { text-align:right; margin-top:-29px; width:129px; }
#entry_listing .copy, #topRated_listing .copy { padding:10px 0; vertical-align:top; text-align:left; }
#entry_listing .copy h2, #topRated_listing .copy h2 { color:#444; font-size:16px; margin:0; line-height:19px; }
#entry_listing .rating, #topRated_listing .rating { padding:10px; width:120px; vertical-align:top; text-align:left; }

#entry_listing .odd { background-color:#ede9d5; }
#entry_listing .even { background-color:transparent; }

#topRated_listing .copy { font-size:16px; }
#topRated_listing .copy h2 { font-size: 18px; } 
#topRated_listing .rating {  } 

#btn_back { text-align:center; }

/* submit page styles ------------------------------------ */
#entry_copy {
	width:340px;
	float:left;
	margin:20px 20px 0 6px;
	color:#fff;
}
#entry_copy p {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:18px;
}
#entry_copy h1 {
	font-family::Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	margin:0 0 5px 0;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	line-height:20px;
}
#entry_gfx_container {
	float:left;
	width:514px;
	margin-top:-30px;
}
#entry_gfx_header {
	float:left;
	width:514px;
	height:30px;
	background:transparent url('templates/images/px514_bg_header.png') top center no-repeat;
	margin:0;
}
#entry_gfx_mid {
	float:left;
	margin:0;
	width:514px;
	background:transparent url('templates/images/px514_bg_mid.png') top center repeat-y;
}
#entry_gfx_footer {
	float:left;
	width:514px;
	height:30px;
	background:transparent url('templates/images/px514_bg_footer.png') top center no-repeat;
	margin:0;
}

#entry_gfx_main {
	width:454px;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
}
#entry_gfx_main, #entry_gfx_main p {
	color:#444;
}
#entry_gfx_main a {
	color:#990000;
	text-decoration:none;
} 
#entry_gfx_main a:hover {
	text-decoration:underline;
}

#entry_details td {
	color:#fff;
	padding:0 5px 10px 0;
}

#entry_gfx_main img {
	margin-bottom:10px;
	border:1px solid #444;
}

#entry_details {
	margin-top:10px;
}

#entry_details .label {
	vertical-align:middle;
	text-align:left;
	width:100px;
	height:30px;
}
#entry_details .details {
	vertical-align:middle;
	text-align:left;
	height:30px;
}

#btn_back {
	margin-bottom:10px;
}


