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

div {border: #000 0px solid; padding:0px; margin:0px;}
html,body{background:#3b3c3c url(../images/bg.png) repeat-x; height: 100%; }
.member {background:#3c3c3b url(../images/bg_m.png) repeat-x;}
body {
	margin: 0 auto;
	font:12px arial,helvetica,sans-serif; margin-top:0px; padding-top:0px;
	color: #333;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}

td { font:1em arial,helvetica,sans-serif; margin-top:0px; padding-top:0px; }
div.clear { clear: both; }


#maincontainer{
width: 1010px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
position:relative;
min-height: 100%;
height: auto !important;
height: 100%;

}

#main {padding-bottom: 120px;}  /* must be same height as the footer */


#right_c {width:227px; text-align:left; float:left; display:inline; margin-top:2px; padding:0px}
#left_c{width: 781px; text-align:left; margin-top:13px; padding-bottom:20px; float: left;  border:#fff 0px solid;}
#left_c_member {width:229px; text-align:left; float:left; display:inline; margin-top:2px; padding:0px}
#right_c_member {width: 781px; text-align:left; margin-top:13px; padding-bottom:20px; float: right;  border:#fff 0px solid;}
#left_c_join {width: 781px; text-align:left; float: left;  border:#fff 0px solid; margin-bottom:13px; padding-bottom:10px; background-color:#FFFFFF;}
#right_c_join {width:229px; text-align:left; float:left; display:inline; padding:0px; margin-bottom:13px; padding-bottom:10px; background-color:#FFFFFF;}
#left_c_movie {width: 690px; text-align:left; float: left;  border:#fff 0px solid; margin-bottom:13px; padding-bottom:10px;  margin-top:13px;}
#right_c_movie {width:320px; text-align:left; float:left; display:inline; padding:0px; margin-bottom:13px; padding-bottom:10px;  margin-top:10px;}
#right_c_login {width:229px; text-align:left; float:left; display:inline; padding:0px; margin-bottom:13px;}
.content {background: #1d1d20; padding:10px; Overflow: auto; width:auto; border: 1px solid #000000}

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {text-decoration: none; padding-bottom: 1px; }
a:link { color: #4dc8ea; }
a:visited { color: #4dc8ea; }
a:hover { color:#477679; 
text-decoration: underline; }


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
        font-family: arial,helvetica,sans-serif;
        font-weight: normal;
}

/* approx 21px*/
h1 {
        font-size: 2.1em;
        margin-top: 2em; 
}

/* approx 16px*/
h2 {
        font-size: 1.6em;
        margin-bottom: 0.2em; 
		margin-left: .9em;
		color:#FFFFFF;
}

/* approx 14px*/
h3 {
        font-size: 1.2em;
		text-transform:uppercase;
		color:#FFFFFF;
		margin-left: 1.9em;
		margin-top: .4em;
}

/* approx 12px*/
h4 {
        font-size: 1.2em;
}

/* approx 11/14 */
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
}

/*--------------------------------------
HEADER
---------------------------------------*/

#header {width:1010px; text-align:center; position: relative; margin-left: auto; margin-right: auto;}


#navbar{
	height:24px;
	line-height:24px;
	margin:0px; padding-top:2px;
	text-align:right;
	color:#cccccc;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

	#navbar ul, #navbar li, 
	#navbar form { border:0; margin:0; padding:0; list-style:none; display:inline; }
	#navbar button {
		border:0;  list-style:none; display:inline;
		background: url(../images/loginButton.gif) 0px 1px no-repeat; width:44px; height:16px;
		font-size:1em;
		font-weight:bold;
		line-height:16px;
		padding:1px 0px; text-align:center;
		margin:0px;
		
			cursor: pointer;
	}
	#navbar li a{
		margin:0 0 0 0px;
		text-decoration:none;
		color:#cccccc;
		font-weight:bold;
		font-size:10px;
	}

#navbar input {
border:none;
height:12px;
font-size:10px;
color:#666666;
background: url(../images/login_bg.gif) no-repeat;
line-height:12px;

}

#navbar label{
	padding:0;
	padding-left:12px;
	clear:both;
	cursor:pointer;
}



.checked{
	background-image:url(../images/chk_on.png);
}
.unchecked{
	background-image:url(../images/chk_off.png);
}
.selected{
	background-image:url(../images/rdo_on.png);
}
.unselected{
	background-image:url(../images/rdo_off.png);
}


/*--------------------------------------
MENU
---------------------------------------*/

#menu { position: relative;
	    visibility: visible;
	    width: 1008px;
	    height:36px;
		background:#000 url(../images/menu_bg.gif) repeat-x;
		color:#fff;
		border:#404040 1px solid;
		line-height:36px;
		margin-top:5px;
		text-align: right;
		}
		
#menu a{ color:#FFFFFF; font-size:1.2em; text-transform:uppercase;}	

#applesearch { background-color:#000000; padding:5px 5px; margin-top:2px; margin-right:10px;  margin-left:10px; border: #414040 1px solid; display: inline; }
fieldset.search {
	border: none;
	width: 271px;
	margin: 0 auto;
	text-align:center;
	  height:18px;
	  line-height:18px;
	  
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1em;
	padding:1px;
	width: 200px;
	height: 16px;
	background: url(../images/search_bg.gif) no-repeat;
	margin-right: 5px;
	margin-left: 5px;
}
.search input.box:focus {
	background: url(../images/search_bg.gif) no-repeat left 0px;
	outline: none;
}
.search button.btn {
	width: 51px;
	height: 18px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/search.gif) no-repeat top right;
}

#archives{background:#333; width:1008px; border:#333 1px solid; color:#fff; line-height:22px;}
#archives a{color:#4dc8ea; text-transform:normal; width:99px;}
#archives a:hover{color:#4dc8ea; text-transform:normal;}

/*--------------------------------------
SIDEBAR
---------------------------------------*/


#tags {width:218px; background:#090d0e; text-align:center; border-left:#3b3c3c 0px solid; border-right:#3b3c3c 0px solid; margin-left:6px; margin-top:0px;}
#tags p a:hover {color:#477679;}
#tags p { padding:45px 10px 0px 10px; margin:0px; }

#ad { padding:0px; text-align:center; margin-top:10px;}
#ad img { border:#373737 4px solid;}


/*--------------------------------------
FOOTER
---------------------------------------*/
#footer {
    position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both;
   
	visibility: visible;
	width: 100%;
	display: block;
	text-align: center;
	background:#000;
	border-top:#7c7c7c 1px solid;
	 
}

#footerSleeve {
	width:1010px;
	margin:0px auto;
	padding-top: 14px;
	position: relative;
	color:#706b61;
	font-weight:normal;
	line-height:20px;
	border:#fff 0px solid;
	background:#000 url(../images/logo_bg.gif) top right no-repeat;
}

#footerSleeve p { width:781px; border:#fff 0px solid; text-align:center; margin:0px; padding:0px; line-height:20px; }
#footerSleeve p span { font-size:1em;}
#footerSleeve p span.nav a{ color:#FFFFFF; font-size:1.2em; text-transform:uppercase;}

#footer a{
    color:#4dc8ea; text-transform:normal;
}

	
/*--------------------------------------
Pagination
---------------------------------------*/


/* pagination */
	

#pagination .next a:link { font-weight:bold; background: url(../images/next.gif) no-repeat; width:70px; height:21px; text-transform:uppercase; font-weight:bold; line-height:21px; border:solid 0px #DEDEDE;  padding:1px 0px; text-align:center;}	
#pagination .next a:hover { font-weight:bold; background: url(../images/next.gif) no-repeat; width:70px; height:21px; text-transform:uppercase; font-weight:bold; line-height:21px; border:solid 0px #DEDEDE; padding:1px 0px; text-align:center;}
#pagination .next a:visited { font-weight:bold; background: url(../images/next.gif) no-repeat; width:70px; height:21px; text-transform:uppercase; font-weight:bold; line-height:21px; border:solid 0px #DEDEDE; padding:1px 0px; text-align:center;}
#pagination .previous a:link { font-weight:bold; background: url(../images/prev.gif) no-repeat; width:70px; height:21px; text-transform:uppercase; font-weight:bold; line-height:21px; border:solid 0px #DEDEDE; padding:1px 0px; text-align:center;}	
#pagination .previous a:hover { font-weight:bold; background: url(../images/prev.gif) no-repeat; width:70px; height:21px; text-transform:uppercase; font-weight:bold; line-height:21px; border:solid 0px #DEDEDE; padding:1px 0px; text-align:center; }	
#pagination .previous a:visited { font-weight:bold; background: url(../images/prev.gif) no-repeat; width:70px; height:21px; text-transform:uppercase; font-weight:bold; line-height:21px; border:solid 0px #DEDEDE; padding:1px 0px; text-align:center;}	



#pagination li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }

#pagination a           { border:solid 1px #9aafe5; margin-right:2px;  background-color:#FFFFFF;}
#pagination .previous-off,
#pagination .next-off   { background: url(../images/prev.gif) no-repeat; width:70px; height:21px; line-height:21px; color:#333; display:block; float:left; text-transform:uppercase; font-weight:bold; margin-right:2px; padding:1px 0px; text-align:center; }
#pagination .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }

#pagination a:link, 
#pagination a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination a:hover     { border:solid 1px #0e509e; }


/*--------------------------------------
Join Page
---------------------------------------*/

.joinThumb{
			width:250px;
			float:left;
			margin:0px 0px 0px 0px;
			_display:inline;
			text-align:center;
			
			}
			
.joinThumb2{
			width:330px;
			height:340px;
			float:left;
			margin:0px 0px 0px 0px;
			_display:inline;
			text-align:center;
			
			}
			
			
#join_box { background:transparent url(../images/feature_join.jpg) 0px 0px no-repeat; width:781; height:600px;}
#join_sidebar { background:transparent url(../images/sidebarJoin.jpg) 0px 0px no-repeat; width:229; height:700px;}

/* approx 14px*/
h3.join {
        font-size: 1.8em;
		text-transform:uppercase;
		color:#4dc8ea;
		margin-left: 0em;
		margin-top: 0em;
		line-height:40px;
}

#join_button
{
  display: block;
  width: 200px;
  height: 25px;
  background: url(../images/join_button.png) no-repeat 0 0;

}

#join_button:hover
{ 
  background-position: 0 -25px; text-decoration:none; text-transform:uppercase;
}

#join_button span
{
 color:white; font-weight: bold; line-height:25px; text-align:center; text-transform:uppercase;
}


#support ul,li { border:0; margin:0; padding:0; list-style:none;}
#support li { border:0; margin:0; padding:0; list-style:none; line-height:20px;}

#support a:hover {color:#477679;}

/*--------------------------------------
LOGIN PAGE
---------------------------------------*/

	
.loginForm {
	width:300px;
	margin-left:0px;
	margin-top:15%;
	margin-bottom:0px;
	padding:0px;
	height:150px;
	border: #c7ceda 0px solid;
	background:transparent url(../images/login_bg.png) 0px 0px no-repeat;
	}
	
	
	.loginForm .sceneInfo{
				background:transparent url(../images/info_bg.gif) 0px 12px no-repeat;
				clear:both;
				padding:0px 0px 0px 0px;
				width:252px;
				height:105px;
				}

.tableblock2 {border: #c7ceda 1px solid;
	background-color: #e5eaf3; padding-left:10px; }




#login_sidebar { background:transparent url(../images/login_sidebar.png) 0px 0px no-repeat; width:229; height:420px;}

#area { width:700px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	border: #505050 1px solid;
	height:360px;
	background-color:#232323;
	 }
	 
#area input.width120 { width: 150px; }

#area input.submit {
background: url(../images/loginButton.png) 0px 0px;
height: 25px;
width: 130px;
display: block;
border: none;
margin-top:12px;
cursor: pointer;
}
#area :hover input.submit {
background-position: 0px -25px;
}

/*--------------------------------------
MOVIE Page
---------------------------------------*/

#movie_area { width:680px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:10px 0px;
	border: #505050 1px solid;
	height:735px;
	background-color:#232323;
	text-align:left;
	 }
	
#thumbs_area { width:680px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
	padding:5px 0px;
	border: #505050 1px solid;
	height:240px;
	background-color:#232323;
	text-align:center;
	 }	 
	 
.movieThumb {
			width:156px;
			float:left;
			margin:0 0px;
			padding-left:4px;
			padding-bottom:10px;
			_display:inline;
			text-align:left;
			
			}
		.movieIMG {width:140px;}
		
			.movieThumb .movieThumbImg img{
				border:5px solid #8d8d8d;
				padding:1px;
				background-color:#000000
				}
			.movieThumb .movieThumbImg img:hover{
				border:5px solid #fff;
				padding:1px;
				background-color:#000000
				}
			.movieThumb .movieInfo{
				background:transparent url(../images/info_bg_s.png) 0px 0px no-repeat;
				clear:both;
				padding:0px 0px 0px 0px;
				width:152px;
				height:70px;
				
				}
				.movieThumb .movieInfo .title{
					font-size:1.0em;
					color:#4dc8ea;
					display:block;
					clear:both;
					text-align:center;
					text-decoration:none;
					line-height:24px;
					min-height:26px;
					_height:26px;
					padding-bottom:1px;
					background:#232323 url(../images/title_bg.gif) repeat-x;
					border:#000 1px solid;
					
					}
				.movieThumb .movieInfo .leftMovieInfo{
					width:41%;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:5px;
					text-align:left;
					padding-left:7%;
					
					}
					.movieThumb .movieInfo .leftMovieInfo span{
						display:block;
						clear:both;
						height:10px;
						line-height:10px;
						}
				.movieThumb .movieInfo .rightMovieInfo{
					width:78px;
					float:right;
					font-size:11px;
					color:#a9a9a9;
					padding-top:5px;
					
					}
					.movieThumb .movieInfo .rightMovieInfo span{
						display:block;
						clear:both;
						height:10px;
						line-height:10px;
						
						}		
						
.BigThumb {
			width:615px;
			margin:0 26px;
			padding-left:4px;
			padding-bottom:10px;
			text-align:center;
			
			}
		.BigIMG {width:608px;}
		
			.BigThumb .BigThumbImg img{
				border:5px solid #8d8d8d;
				padding:1px;
				background-color:#000000
				}
			.BigThumb .BigThumbImg img:hover{
				border:5px solid #8d8d8d;
				padding:1px;
				background-color:#000000
				}
			.BigThumb .BigInfo{
				background:#000 url(../images/info_bg_b.png) left bottom no-repeat;
				clear:both;
				padding:0px 0px 0px 0px;
				width:610px;
				height:210px;
				
				}
				.BigThumb .BigInfo .title{
					font-size:1.6em;
					color:#ffae32;
					display:block;
					clear:both;
					text-align:center;
					text-decoration:none;
					line-height:34px;
					min-height:36px;
					_height:36px;
					padding-bottom:0px;
					background:#232323 url(../images/title_bg1.gif) repeat-x;
					border:#000 1px solid;
					text-transform:uppercase;
					}
					
				.BigThumb .BigInfo a:hover { color:#fff; }	
				.BigThumb .BigInfo .leftBigInfo{
					width:595px;
					float:left;
					font-size:1em;
					color:#a9a9a9;
					padding-top:15px;
					text-align:left;
					padding-left:2%;
					
					}
					
.sceneThumb1 {
			width:260px;
			float:left;
			margin:0 0px;
			padding-right:0px;
			padding-bottom:10px;
			_display:inline;
			text-align:center;
			 border:#505050 0px solid;
			 height:320px;
			
			
			}
		.sceneIMG1 {width:252px;}
		.sceneThumb1 .download{
			width:130px;
			height:25px;
			background:url(../images/downloadButton.png) 0 0 no-repeat;
			float:left;
			}
		.sceneThumb1 a:hover.download{
			background-position:0 -25px;
			}
			.sceneThumb1 .download span{
				position:absolute;
				left:-9999px;
				}
			.sceneThumb1 .sceneThumbImg1 img{
				border:5px solid #8d8d8d;
				padding:1px;
				background-color:#000000
				}
			.sceneThumb1 .sceneThumbImg1 img:hover{
				border:5px solid #fff;
				padding:1px;
				background-color:#000000
				}
			.sceneThumb1 .sceneInfo1 {
				background:transparent url(../images/info_bg.png) 0px 0px no-repeat;
				clear:both;
				padding:0px 0px 0px 0px;
				width:252px;
				height:105px;
				}
				.sceneThumb1 .sceneInfo1 .title{
					font-size:1.1em;
					color:#4dc8ea;
					font-weight:bold;
					display:block;
					clear:both;
					text-align:center;
					text-decoration:none;
					line-height:24px;
					min-height:26px;
					_height:26px;
					padding-bottom:1px;
					background:#232323 url(../images/title_bg.gif) repeat-x;
					border:#000 1px solid;
					}
				.sceneThumb1 .sceneInfo1 .leftSceneInfo1 {
					width:41%;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					text-align:left;
					padding-left:7%;
					
					}
					.sceneThumb1 .sceneInfo1 .leftSceneInfo1 span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						}
				.sceneThumb1 .sceneInfo1 .rightSceneInfo1 {
					width:130px;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					}
					.sceneThumb1 .sceneInfo1 .rightSceneInfo1 span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						
						}					
			
/*--------------------------------------
MEMBER Page
---------------------------------------*/

.memberThumb {
			width:255px;
			float:left;
			margin:0 0px;
			padding-left:5px;
			padding-bottom:10px;
			_display:inline;
			text-align:right;
			border:#fff 0px solid;
			
			}
		.memberIMG {width:252px;}
		.memberThumb .download{
			width:130px;
			height:25px;
			background:url(../images/downloadButton.png) 0 0 no-repeat;
			float:left;
			}
		.memberThumb a:hover.download{
			background-position:0 -25px;
			}
			.memberThumb .download span{
				position:absolute;
				left:-9999px;
				}
			.memberThumb .memberThumbImg img{
				border:5px solid #8d8d8d;
				padding:1px;
				background-color:#000000
				}
			.memberThumb .memberThumbImg img:hover{
				border:5px solid #fff;
				padding:1px;
				background-color:#000000
				}
			.memberThumb .memberInfo{
				background:transparent url(../images/info_bg.png) 0px 0px no-repeat;
				clear:both;
				padding:0px 0px 0px 0px;
				width:252px;
				height:105px;
				}
				.memberThumb .memberInfo .title{
					font-size:1.1em;
					color:#4dc8ea;
					font-weight:bold;
					display:block;
					clear:both;
					text-align:center;
					text-decoration:none;
					line-height:24px;
					min-height:26px;
					_height:26px;
					padding-bottom:1px;
					background:#232323 url(../images/title_bg.gif) repeat-x;
					border:#000 1px solid;
					}
				.memberThumb .memberInfo .leftMemberInfo{
					width:41%;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					text-align:left;
					padding-left:7%;
					
					}
					.memberThumb .memberInfo .leftMemberInfo span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						}
				.memberThumb .memberInfo .rightMemberInfo{
					width:130px;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					}
					.memberThumb .memberInfo .rightMemberInfo span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						
						}		
						
							
/*VERTICAL MENU*/

#basic-accordian{
	border:5px solid #373737;
	padding:2px;
	width:200px;
	margin-top:42px;
}

.accordion_headings{
	padding:5px;
	background:#8d8d8d;
	color:#FFFFFF;
	border:1px solid #373737;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#ffae32;
}

.accordion_child{
	padding:15px;
	background:#373737;
	color:#a9a9a9;
}

.header_highlight{
	background:#ffae32;
}

#tags_member {width:202px; background:#090d0e; text-align:center; border:#373737 6px solid; margin-left:0px; margin-top:20px;}
#tags_member p a:hover {color:#477679;}
#tags_member p { padding:65px 10px 20px 10px; margin:0px; }

/*--------------------------------------
Thumbs
---------------------------------------*/


.sceneThumb {
			width:255px;
			float:left;
			margin:0 0px;
			padding-right:3px;
			padding-bottom:10px;
			_display:inline;
			text-align:center;
			
			}
		.sceneIMG {width:252px;}
		.sceneThumb .download{
			width:130px;
			height:25px;
			background:url(../images/downloadButton.png) 0 0 no-repeat;
			float:left;
			}
		.sceneThumb a:hover.download{
			background-position:0 -25px;
			}
			.sceneThumb .download span{
				position:absolute;
				left:-9999px;
				}
			.sceneThumb .sceneThumbImg img{
				border:5px solid #8d8d8d;
				padding:1px;
				background-color:#000000
				}
			.sceneThumb .sceneThumbImg img:hover{
				border:5px solid #fff;
				padding:1px;
				background-color:#000000
				}
			.sceneThumb .sceneInfo{
				background:transparent url(../images/info_bg.png) 0px 0px no-repeat;
				clear:both;
				padding:0px 0px 0px 0px;
				width:252px;
				height:105px;
				}
				.sceneThumb .sceneInfo .title{
					font-size:1.1em;
					color:#4dc8ea;
					font-weight:bold;
					display:block;
					clear:both;
					text-align:center;
					text-decoration:none;
					line-height:24px;
					min-height:26px;
					_height:26px;
					padding-bottom:1px;
					background:#232323 url(../images/title_bg.gif) repeat-x;
					border:#000 1px solid;
					}
				.sceneThumb .sceneInfo .leftSceneInfo{
					width:41%;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					text-align:left;
					padding-left:7%;
					
					}
					.sceneThumb .sceneInfo .leftSceneInfo span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						}
				.sceneThumb .sceneInfo .rightSceneInfo{
					width:130px;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					}
					.sceneThumb .sceneInfo .rightSceneInfo span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						
						}			

.sceneThumbR {
			width:255px;
			float:left;
			margin:0 0px;
			padding-right:3px;
			padding-bottom:10px;
			_display:inline;
			text-align:center;
			
			}
		.sceneIMG {width:252px;}
		.sceneThumbR .download{
			width:130px;
			height:25px;
			background:url(../images/downloadButton.png) 0 0 no-repeat;
			float:left;
			}
		.sceneThumbR a:hover.download{
			background-position:0 -25px;
			}
			.sceneThumbR .download span{
				position:absolute;
				left:-9999px;
				}
			.sceneThumbR .sceneThumbImg img{
				border:5px solid #8d8d8d;
				padding:1px;
				background-color:#000000
				}
			.sceneThumbR .sceneThumbImg img:hover{
				border:5px solid #fff;
				padding:1px;
				background-color:#000000
				}
			.sceneThumbR .sceneInfo{
				/*background:transparent url(../images/info_bg_r.png) 0px 0px no-repeat;*/
				clear:both;
				padding:0px 0px 0px 0px;
				width:252px;
				height:10px;
				}
				.sceneThumbR .sceneInfo .title{
					font-size:1.1em;
					color:#4dc8ea;
					font-weight:bold;
					display:block;
					clear:both;
					text-align:center;
					text-decoration:none;
					line-height:24px;
					min-height:26px;
					_height:26px;
					padding-bottom:1px;
					/*background:#232323 url(../images/title_bg.gif) repeat-x;*/
					border:#000 1px solid;
					}
				.sceneThumbR .sceneInfo .leftSceneInfo{
					width:41%;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					text-align:left;
					padding-left:7%;
					
					}
					.sceneThumbR .sceneInfo .leftSceneInfo span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						}
				.sceneThumbR .sceneInfo .rightSceneInfo{
					width:130px;
					float:left;
					font-size:11px;
					color:#a9a9a9;
					padding-top:8px;
					}
					.sceneThumbR .sceneInfo .rightSceneInfo span{
						display:block;
						clear:both;
						height:13px;
						line-height:13px;
						
						}			

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
