/* shout */
.shoutall { position:absolute; width:550px; height:468px; top:8px; left:7px; 
			z-index:10; display:none;
			opacity:1.00;
		  }
.shoutall:hover { opacity:1.00; }

.shout_close { position:absolute; top:18px; right:28px; 
			   width:100px; height:20px; margin:auto; 
			   font:14px Tahoma,Arial,serif; color:#bbb; text-align:right; 
			   cursor:pointer; display:table; z-index:11; }
.shout_close:hover { color:#fd2; }
.shout_border { position:absolute; top:4px; left:4px; z-index:9;
				width:627px; height:452px; background:#222; 
				opacity:0.40; display:none; }
.shout { position:absolute; top:0px; left:0px;
			/*width:531px; height:450px; */
			width:550px; height:468px; 
			padding:0px; 
			background:url(../images/bg_shout.png) no-repeat;
			border:0px solid #333;
			display:table; z-index:10; }
.shout_main { position:relative; width:100%; height:450px; margin:22px 0px 0px 9px; }
	.shout_menu { width:521px; height:15px; margin:13px 0px 0px 10px; }
		.shout_menu_i { margin:0px 2px 0px 10px; width:5px; height:20px; float:left; }
		.shout_menu_button { width:auto; height:20px; cursor:pointer; display:table; float:left; }
		.shout_menu_close { position:relative; width:45px; height:20px; margin:13px 8px 0px 0px; 
							font:14px Tahoma,Arial,serif; color:#bbb; text-align:right; border:1px solid #fe2;
							cursor:pointer; float:right; }
	.shout_messages_users { width:531px; height:355px; margin:0px 0px 0px 0px; clear:both; }
		.shout_messages { position:relative; width:488px; height:335px; background:transparent; 
						  margin:8px 0px 0px 25px; padding:0px 2px 0px 0px; 
						  line-height:21px; font:11px/18px Tahoma,Arial,serif; color:#333; 
						  overflow:auto; float:left; }
		.shout_date { font:10px Tahoma,Arial,serif; color:#aaa; }
		.shout_message { height:auto; margin:0px 0px 0px 0px; font:11px/21px Tahoma,arial; line-height:21px; }
		.shout_smileys { cursor:pointer; }
		.shout_smileys2 { position:relative; top:2px; border:0px; }
		.shout_users  { width:82px; height:320px; margin:23px 0px 0px 24px; 
						overflow-y:auto; overflow-x:hidden; display:none; float:left; }
		.shout_user   { width:auto; height:14px; }
	.shout_username { position:relative; width:auto; height:14px; margin:0px 0px 0px 30px; 
					  font-size:9px; color:#aaa; clear:both; }
	.shout_input { position:relative; width:100%; _width:auto; height:25px; margin:0px 0px 0px 28px; clear:both; }
		.shout_input_text { width:395px; height:25px; float:left; }
		.shout_input_send { width:100px; height:25px; margin:-2px 0px 0px 5px; float:left; }
		input.shout_text { width:387px; background:transparent; border:0px; font:11px Tahoma,Arial,serif; color:#000; padding:2px 0px 0px 2px; }
		.shout_iframe { width:0px; height:0px; display:none; }
	.shout_icons_counter { width:625px; height:18px; clear:both; }
		.shout_icons { width:380px; height:100%; margin:0px 0px 0px 32px; 
					   opacity:0.30; float:left; }
		.shout_icons:hover { opacity:1.00; }
		.shout_counter { position:relative; width:80px; height:15px; padding:0px 0px 0px 2px; margin:5px 0px 0px 20px;
						 border:0px solid #555; font:10px Georgia,Arial,serif; color:#999; letter-spacing:1px; text-align:right; float:left; }
.shout_admin { color:#7ae; }
.shout_owner { color:#d70; }

a.shout_linki         { text-decoration:none; }
a.shout_linki:link    { color:#26b; }
a.shout_linki:visited { color:#26b; }
a.shout_linki:active  { color:#f00;text-decoration:none; }
a.shout_linki:hover   { color:#f00;text-decoration:none; }

