/*
	CSS стили для галереи игры
*/

/* Общая информация */
.gllrmd_padding_label {
	width: 910px;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 35px;
}
.gllrmd_games_title {
	font-size: 30px;
	font-weight: bold;
}
.gllrmd_addgames_title {
	padding-top: 10px;
}
.gllrmd_meny {
	padding-top: 40px;
}
.gllrmd_meny_min_padding {
	padding-top: 20px;
}
.gllrmd_no_active {
	color: #bebebe;
	font-size: 24px;
}
.gllrmd_content {
	width: 910px;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 15px;
}

/* Страница галереи */
.gllrgspg_no_result {
	padding-top: 20px;
}
.gllrgspg_no_loader {
	padding-top: 20px;
}
.gllrgspg_box {
	padding-bottom: 10px;
}
.gllrgspg_meny {
	width: 905px;
	height: 40px;
	padding-left: 5px;
	background-color: #f1f1f1;
}
.gllrgspg_border {
	height: 15px;
}
.gllrgspg_meny a.gllrgspg_add_image, .gllrgspg_meny a.gllrgspg_code {
	float: left;
	display: block;
	height: 20px;
	border: 0px;
	background-position: 0px -21px;
	background-repeat: no-repeat;
	margin-top: 9px;
	padding-left: 27px;
	padding-top: 1px;
	color: #555555;
	text-decoration: none;
}
.gllrgspg_meny a.gllrgspg_add_image {
	margin-left: 15px;
	background-image: url(/sites/all/images/gallery/add_file_i.png);
}
.gllrgspg_meny a.gllrgspg_code {
	margin-left: 25px;
	background-image: url(/sites/all/images/gallery/code_i.png);
}
.gllrgspg_meny a.gllrgspg_add_image:hover, .gllrgspg_meny a.gllrgspg_code:hover {
	background-position: 0px 0px;
	color: #555555;
	text-decoration: none;
}
.gllrgspg_sub_meny {
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #a5a5a5;
}
.gllrgspg_sub_meny a.gllrgspg_sub_meny_link {
	color: #d2d2d2;
	margin-left: 10px;
	margin-right: 10px;
}
.gllrgspg_sub_meny span {
	margin-left: 10px;
	margin-right: 10px;
}
.gllrgspg_image_boxes {
	float: left;
}
.gllrgspg_image_boxes_pp {
	float: left;
	padding-left: 2px;
}
.gllrgspg_description {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 14px;
}
.gllrgspg_image_box {
	position: relative;
	background-color: #000000;
	text-align: center;
}
a.gllrgspg_delete_link {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-image: url(/sites/all/images/icon/delete.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity: 0.6;
}
a.gllrgspg_delete_link:hover {
	opacity: 1.0;
}
.gllrgspg_image_box img {
	border: 0px;
	cursor: pointer;
}
.gllrgspg_image_line {
	height: 2px;
	clear: both;
	background-color: #ffffff;
}

/* Постраничная навигация */
.ajax_nav_page_TPL_gallery_games {
	padding-top: 10px;
	text-align: center;
}