/**
 * @package    PLG_LIDAPP_AJAXListGames
 * @details    LidApp - Ajax List Games Plugin
 * @author     LidApp - http://www.lidapp.com @ Ordered By MB-EMPIRE.COM
 * @copyright  MB-EMPIRE.COM - All Rights Reserved For MB-EMPIRE.COM
 * @license    GNU/GPL  http://www.gnu.org/copyleft/gpl.html
 * @version    1.0.0
 */

div#alg_main_wrapper{
	margin: 5px auto; 
	width: 80%; 
	text-align: center;
	padding: 10px;
	position: relative;
}

.alg_tbl{
	margin: 0px auto;
}

div#alg_ajax_result{
	direction: rtl;
	text-align: right;	
	width: 200px;
	background-color: #fff;
	border: 1px solid #000;
	position: absolute;
	display: none;
	padding: 10px;
	z-index: 10000;
}

p.alg_result_line{
	cursor: pointer;
	text-align: center;
}

p.alg_result_line:hover{
	background-color: #F0EEB8;
}

div.alg_choosed_games{
	background-color: #C5C5F5;
	padding: 3px;
	margin: 3px;
	color: #000;
	width: 250px;
	text-align: center;
}

span.alg_choosed_games_remove{
	float: left;
	color: #f00;
	font-weight: bold;
	cursor: pointer;
}
