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

BODY 					{ background-color:#322D23; background-image:none; font-family:Tahoma; font-size:11px; margin:0; }
DIV.ControlBar 	{
	font-size:			11px;
	height:				20px;
	padding:			3px 10px 4px 10px;
	background-color:	#6c6454;
	margin-bottom:		10px;
	border:				1px solid #a3977e;
	text-align:			right;
	color:				#FFF;
}
DIV.ControlBar A					{ font-weight:bold; color:#938c7f; }
DIV.ControlBar a:link,      		/* unvisited link */
DIV.ControlBar a:visited,   		/* visited link */
DIV.ControlBar a:hover,    			/* mouse over link */
DIV.ControlBar a:active				{ color:#d4bc83; text-decoration:none; }    /* selected link */
DIV.ControlBar A#Pager1_lnkPrev,
DIV.ControlBar A#Pager2_lnkPrev		{ margin-right:15px; }
DIV.ControlBar A#Pager1_lnkNext,
DIV.ControlBar A#Pager2_lnkNext		{ margin-left:15px; }

DIV.Component250 						{ 
	border:				1px solid #6f6c66; 
	background-color:	#4c463b; 
	margin:				0 0 10px 0;
	font-size:			11px;
}
DIV.Padded 				{ padding:10px; float:left; }
DIV.Component250 DIV.ImgContainer		{ 
	display: 			table; 
	height: 			58px;
	width:				60px;
	#position: 			relative; 
	overflow: 			hidden;
	.padding:			2px 0 0 2px;
	border:				1px solid #908b82;
	float:				left;
	margin-right:		10px;
}
DIV.Component250 DIV.ImgContainer A.Image	{ 
	#position: 			absolute;  
	#top: 				50%;
	display: 			table-cell; 
	vertical-align: 	middle;
	text-align:			center;
/*	width:				58px;*/
}
DIV.Component250 DIV.ImgContainer A IMG.thumb { 
	#position: relative;  #top: -50%; width:58px; height:56px; border:0px; 
}
DIV.Component250 A.UserName 			{ color:#908b82; font-weight:bold; float:left; color:#d4bc83; }
DIV.Component250 DIV.Review 			{ line-height:4mm; margin-top:5px; width:435px; float:left; color: #FFF;}
DIV.Component250 DIV.Review STRONG 		{ display:block; margin-top:3px; }	
