.forminput {
	border: 1px solid #ed9a28;
	padding: 3px;
}

body {
	background-color: #ffffff;
	padding: 10px;
	margin: 0;
	font-family: Arial, Serif, Verdana, Tahoma;
	font-size: 12px;
}
img {
	border: 0;
	margin: 0;
}
div.main-container {
	background: #ffffff url(../gfx/bg-main-container.png) no-repeat 0px -10px;
	width: 856px;
	margin: 0px auto 0 auto;
	padding: 18px 0 0 0;
}
div.main-header {
	clear: both;
	width: 856px;
	height: 80px;
	position: relative;
}
	div.main-menu {
		text-align: right;
		position: absolute;
		top: 40px;
		left: 340px;
		width: 530px;
		font-size: 16px;
	}
		div.main-menu a {
			color: #000000;
			text-decoration: none;
			padding: 0 16px 0 16px;
			border-left: 2px solid #ed9a28;
		}
			div.main-menu a:first-child {
				border-left: 2px solid #ffffff;
			}
	div.main-promo {
		clear: both;
		width: 846px;
		margin: 0 auto 0 auto;
	}
		div.image {
			clear: both;
			width: 846px;
			height: 241px;
		}
		div.one-cols div.image {
			background: transparent url(../gfx/bg-promo-one-cols.jpg) no-repeat top left;
		}
		div.three-cols div.image {
			background: transparent url(../gfx/bg-promo-three-cols.jpg) no-repeat top left;
		}
		div.four-cols div.image {
			background: transparent url(../gfx/bg-promo-four-cols.jpg) no-repeat top left;
		}
			div.main-promo div.links a {
				float: left;
			}

div.main-footer {
	margin: 0 auto 0 auto;
	clear: both;
	width: 846px;
	padding: 43px 0 0 0;
	background-color: #94151c;
}
	div.main-footer div.text {
		width: 833px;
		padding: 3px 3px 3px 10px;
		border-top: 3px solid #ffffff;
		background-color: #ed9a28;
		color: #ffffff;
	}

div.content {
	clear: both;
	margin: 0 auto 0 auto;
	width: 826px;
	padding: 20px 10px 20px 20px;
}
div.search-form {
	clear: both;
	width: 846px;
	padding: 0;
	margin: 0 auto 0 auto;
	height: 141px;
	background: transparent url(../gfx/bg-search-form.jpg) no-repeat top left;
}
	div.search-form td.form {
		padding: 7px 0 0 13px;
		width: 620px;
		height: 140px;
	}
		div.search-form td.form-title { 
			padding: 6px 0 0 0;
			width: 200px;
		}
		
		div.search-form td.form-title a { 
			font-weight: bold;
			color: #000000;
			text-decoration: none;
		}
		
	div.search-form td.roka {
		padding: 13px 0 0 0;
		width: 213px;
	}
		div.search-form td.roka p.small-info {
			font-size: 10px;
			padding: 0 0 0 110px;
		}
		div.search-form td.roka img.more-info {
			float: right;
			margin: 0 10px 0 0;
		}
		

h1 {
	background: transparent url(../gfx/bg-h1.gif) no-repeat top left;
	font-size: 21px;
	line-height: 23px;
	padding: 0 0 14px 20px;
	margin: 0;
	color: #94151c;
}
h2 {
	background: transparent url(../gfx/bg-h2.gif) no-repeat 0px 2px;
	font-size: 20px;
	line-height: 23px;
	padding:  0 14px 20px;
	margin: 0;
	color: #94151c;
}
	h2 span {
		color: #ffffff;
	}
h3 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 20px 20px;
	margin: 0;
	font-weight: normal;
}
h4 {
	background: transparent url(../gfx/bg-h1.gif) no-repeat 10px 0px;
	font-size: 14px;
	line-height: 16px;
	padding: 3px 0 20px 26px;
	margin: 0;
	font-weight: normal;
}
/*******************
 * form elements
 *******************/

input, textarea, select {
	font-family: Arial, Serif, Verdana, Tahoma;
	font-size: 12px;
	line-height: 14px;
}
label {
	cursor: pointer;
}
label.login {
	padding: 3px 3px 6px 6px;
	display: block;
}
div.login-input {
	background: transparent url(../gfx/bg-login-inputs.png) no-repeat top left;
	width: 207px;
	height: 34px;
	padding: 5px 0 0 5px;
}
	div.login-input input {
		width: 188px;
		height: 22px;
		padding: 6px 6px 0 6px;
		border: 0;
		background-color: transparent;
	}

div.short-input {
	background: transparent url(../gfx/bg-short-inputs.png) no-repeat top left;
	width: 46px;
	height: 35px;
	padding: 4px 0 0 5px;
}
	div.short-input input {
		width: 28px;
		height: 22px;
		padding: 6px 5px 0 5px;
		border: 0;
		background-color: transparent;
	}
	
	input.login-submit {
		border: 0;
		background: transparent url(../gfx/bg-login-submit.png) no-repeat top left;
		width: 78px;
		height: 37px;
		cursor: pointer;
	}
	input.search-submit {
		border: 0;
		background: transparent url(../gfx/bg-search-submit.png) no-repeat top left;
		width: 78px;
		height: 37px;
		cursor: pointer;
	}


	
/********************
 * Photo tags
 ********************/
div.form-tags {
	clear: both;
	margin: 0 auto 0 auto;
	width: 826px;
	padding: 20px 10px 20px 20px;
}
input.btn-add {
	width: 74px;
	height: 32px;
	background: transparent url(../gfx/btn-add.jpg) no-repeat top left;
	border: none;
	font-size:11px;
}

/********************
 * List pages
 *******************/
div.list {
	clear: both;
	margin: 0 auto 0 auto;
	width: 846px;
}
table.list-pager {
	height: 40px;
	background: #FFF5DA;
	padding: 0 20px;
}
td.pager {
	color: #ed9a28;
}
td.filename {
	font-size: 10px;
}
a.link-pager {
	color: #b61524;
	text-decoration: none;
	padding: 0 1px;
}
span.link-pager-act {
	color: #b61524;
}
table.list-table {
	clear: both;
	margin: 0 auto 0 auto;
	width: 846px;
	padding: 20px 0;	
}

table.list-table a { 
	font-weight: normal;
	color: #94151c;
	text-decoration: none;
}

table span.red {
	color: #b70717;
	font-size: 11px;
}
table span.black {
	color: #000;
}



