.gallery-big-photo-loading {
	background:#E9E9E9 url("../images/loading.gif") no-repeat center 140px;
	/*margin-bottom:1px;*/
}
.gallery-big-photo-frame {
	background:url("../images/gallery/frames/big.png") no-repeat 0 0;
}
.gallery-big-photo-frame img {
	width:634px;
	height:363px;
	margin:10px;
}
.gallery-big-photo-frame a {
    margin-bottom:1px;
    display:block;
}
#jquery-lens {
	background:url("../images/gallery/lens.png");
}
* html #jquery-lens {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/fck2.1/images/gallery/lens.png", sizingMethod="crop");
}

.avatar {
	width:60px;
	height:60px;
}

.left-content {
	float:left;
}
.right-content {
	float:right;
}

.container {
	width:1008px;
	margin:0 auto;
}

.header .logo {
	display:block;
	height:122px;
}

.register-or-login {
	top:134px;
	right:22px;
	font-size:10px;
}

.search {
	top:163px;
	right:23px;
}

/**
 * Text styles
 */
body {
	font:12px "Trebuchet MS";
	color:#4c4c4c;
}

a {
	color:#007d18;
}

.header a {
	color:#f5db00;
}

.header {
	color:#fff;
}

strong {
	font-weight:bold;
}
.register strong {
	color:#f00;
}

.content .hl {
	color:#007d18;
}

.content .hl-error {
	color:#f00;
}

/*.content p {
	margin-bottom:10px;
}*/

table.data-holder td {
	vertical-align:top;
	padding:0 20px 20px 0;
}

.content ul li {
	background:url("../images/common/bullets/grey-right.png") no-repeat left 5px;
	padding-left:10px;
}
.content ol li {
	list-style:decimal inside;
}

/**
 * forms 
 */
form {
	
}

	form p {
		margin-bottom:10px;
	}
	
	form label {
		color:#000;
		font-size:10px;
		display:block;
		margin-bottom:2px;
	}

	form input.text {
		border:0;
		height:16px;
		padding:1px 4px;
	}
	
	.content form input.text {
		border:#a7a7a7 solid 1px;
	}
	
	.search form input.text {
		margin:0 5px 0 0;
		font-size:11px;
		width:170px;
		border:#707070 solid 1px;
		float:left;
	}
	
/**
 * footer
 */	
.footer {
	width:1008px;
	margin:0 auto;
	font-size:10px;
	color:#ccd6cf;
}	
	.footer a {
		color:#fff;
	}
	.footer div {
		position:absolute;
		z-index:1;
		top:20px;
	}
	
	.footer .counters {
		width:230px;
		text-align:center;
		padding:15px 0 0 0;
	}
	
	.footer .cr {
		padding:15px 0 0 18px;
		left:235px;
		border-left:#4d7156 solid 1px;
		height:52px;
	}
	
	.footer .footer-menu {
		padding:15px 0 0 18px;
		left:544px;
		border-left:#4d7156 solid 1px;
		height:52px;
		color:#43694c;
	}

/**
 * menu
 */
.menu {
	height:31px;
	background:url("../images/common/menu/bg.png") repeat-x;
}
	.menu li {
		float:left;
		background:url("../images/common/menu/separator.png") no-repeat right 10px;
		margin-top:-10px;
		padding-top:10px;
	}
	
	.menu li.enter {
		float:right;
	}
		.menu li.enter a {
			color:#f5db00;
		}
	
	.menu li.last {
		background:none;
	}
	
	.menu a {
		text-decoration:none;
		color:#fff;
		display:block;
		float:left;
		height:32px;
		padding-right:12px;
	}
	
	.menu li.hsm.current a, .menu li.hsm.active a {
		background-image:url("../images/common/menu/bg-hsm.png");
	}
	
	.menu a span {
		display:block;
		float:left;
		padding:9px 8px 0 10px;
		background:url("../images/common/bullets/grey-right.png") no-repeat right 14px;
	}
	
	.menu li.enter a span {
		background-image:url("../images/common/bullets/white-right.png");
	}
	
	.menu a:hover, 
	.menu li.enter a:hover,
	.menu li.hsm.current a,
	.menu li.hsm.active a {
		padding-right:9px;
	}
	
	.menu a:hover span, 
	.menu li.enter a:hover span,
	.menu li.hsm.current a span,
	.menu li.hsm.active a span {
		background-image:url("../images/common/bullets/yellow-down.png");
		background-position:right 14px;
		padding-right:11px;
	}
	
/**
 * submenu 
 */	
.submenu-items {
	display:none;
	position:absolute;
	z-index:2;
	left:4px;
	top:157px;
	line-height:31px;
	color:#a3a3a3;
	font-size:11px;
	width:760px;
	height:51px;
}
.menu li.hsm.current .submenu-items, .menu li.hsm.active .submenu-items {
	display:block;
}
	.menu li.hsm.current .submenu-items a, .menu li.hsm.active .submenu-items a {
		background:none;
		display:inline;
		float:none;
		height:auto;
		padding:0;
		color:#fff;
		margin:0 10px 0 14px;
		text-decoration:none;
		background:url("../images/common/bullets/small-light-grey-right.png") no-repeat right 6px;
		padding-right:6px;

	}
	.menu li.hsm.current .submenu-items a:hover, .menu li.hsm.active .submenu-items a:hover {
		text-decoration:underline;
		padding:0;
		padding-right:6px;
	}


/**
 * blocks
 */
.block {
	/*float:left;*/
}

	.block .bg {
		padding:4px;
	}

/**
 * hx
 */
h1 {
	background:url("../images/common/titles/h1/bg.png");
	height:30px;
	padding-right:10px;
	color:#fff;
	font-size:12px;
	padding:0 9px;
	margin-bottom:20px;
}
	.block h1 {
		margin-bottom:0;
	}
	
h1.multiline {
	height:45px;
}		

.content h1 .hl {
	color:#f5db00;
}

h1 a {
	color:#fff;
}
	
h1 span, h1 strong {
	display:block;
	height:23px;
	background:url("../images/common/bullets/yellow-down.png") no-repeat right 13px;
	padding-top:7px;
}

h1 span span {
	display:inline;
	padding:0;
	height:auto;
	background:none
}

h1.w-all span {
	background:url("../images/common/bullets/h1.png") no-repeat right 8px;
}

h2 {
	font-size:13px;
	margin-bottom:10px;
}
	h2 a {
		background:url("../images/common/bullets/blacka-d.png") no-repeat right 8px;
		padding-right:12px;
	}

.date {
	color:#000;
	font-size:11px;
}

/**
 * lines
 */	
.hline-dotted {
	height:41px;
	background:url("../images/common/lines/hline-dotted.png") repeat-x 0 center;
}

/**
 * pager 
 */
.pager {
	font-size:11px;
	margin:20px 0 0 0;
}
	.pager strong, .pager a, .pager .current {
		display:block;
		float:left;
		line-height:19px;
	}
	.pager a, .pager .current {
		width:19px;
		text-align:center;
		margin-right:1px;
		font-size:11px;
	}
	.pager strong {
		margin-right:10px;
	}
	.content .pager a {
		background:url("../images/common/pager/a.png");
		color:#635c00;
		text-decoration:none;
	}
	.pager .current {
		background:url("../images/common/pager/current.png");
		color:#fff;
	}

