@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	background-color:#ffffff;
}

div {
	/*border:#CCCCCC 1px solid;  Временно!!!*/
}

h1 {
	font-size: 20px;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

h4 {
	font-size:10px;
	font-weight:bold;
}

a {
	color:#F00;
	text-decoration:none;
}

p {
	text-align: justify;
	/*text-indent: 2em;*/
}

#site {
	margin: 0 auto 0 auto;
	width: 1024px; 
	background-color:#ffffff;
	/*border: #CCC 1px solid;*/
}

#topLogin {
	font-size: 9px;
	text-align: right;
	margin-bottom: 5px;
}

#header {
	min-height: 160px;
	border: #eeeeee 1px solid;
	margin-bottom: 10px;
	/*background-color:#ddd;*/
	background: center url(images/header.jpg) no-repeat;
}

#logo {
	float:left;
	width: 80px;
	height: 80px;
}

#slogan {
	float: left;
	margin: -15px 10px 0px 20px;
	height: 30px;
/*	background-color:#fff;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.60;
	opacity: 0.60;*/
}

#slogan h1 {
	font-size:24px;
	color:#ffffff;
}

#lang_select {
	float:right;
	margin: 10px 20px 0px 0px; 
	min-height: 20px;
	text-align: right;
	/*background:#FFF;*/
}

#lang_select a {
	text-decoration:none;
}

#lang_select .flag {
	height: 17px;
	width: 25px;
	border: #CCCCCC 1px solid;
	margin-bottom: 10px; /*Не пречи на Explorer но помага на Mozzila*/
	margin-left: 5px;
}

#headerContainer {
	height: 30px;
	margin-top: 130px;
	clear:both;
	width: 100%;
}

#menu {
	float:right;
	min-height: 26px;
	max-height: 30px;
	max-width: 860px;
	margin-right: 20px;
	/*margin: 10px 10px 10px 10px;*/
	/*border: 1px solid #9f0a0e;*/
	filter: alpha(opacity = 70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#menu table {
}

#menu ul {
}

#menu li {
}


#menu td {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(images/button_main_normal.gif) repeat-x;
}

#menu .separator {
	background:url(styles/images/blank_.gif) repeat-x;
	padding-left: 0px;
	padding-right: 0px;
}

#menu a {
	text-decoration: none;
	font-weight:bold;
}

#menu a:hover {
	color:#990033;

}

#menu .active {
	background:url(images/button_main_active.gif) repeat-x;
}

#menu .active a {
	color:#FFFFFF;
}

#menu .seperator {
	width: 1px;
}

#searchSite {
	float: left;
	min-height: 20px;
	margin: 40px 10px 10px 0px;
}

#searchSite table {
}

.searchField {
	font-size: 10px;
	width: 100px;
	color: #333333;
}

.searchButton {
	width: 15px;
	color: #333333;
}


#content {
	margin-bottom: 10px;
}

#left_column {
	margin-bottom: 10px;
	float: left;
	min-height: 300px;
	width: 195px;
	/*border: #CCCCCC 1px solid;*/
}

#sub_menus {
	font-size:11px;
}

#sub_menus .sub_menu_column {
	width: 193px; /*Направено за едно ниво под менюта - това да се дели на броя под менюта*/
}

#sub_menus .sub_menus_button{
	color:#FF0000;
	height: 26px;
	padding-left: 10px;
	background:url(images/button_submenu_inactive.gif) no-repeat;
}

#sub_menus .sub_menus_button_active {
	color:#FFFFFF;
	height: 26px;
	padding-left: 10px;
	background:url(images/button_submenu_active.gif) no-repeat;
}

#sub_menus .sub_menus_button_active a{
	color:#FFFFFF;
}

#login table{
	width:100%;
}

.td_box_header {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 0 10px;
}

#login table th {
	text-align: right;
	width: 40%;
}

#login input {
	width: 90px;
	border:#999 1px solid;
	font-size: 10px;
}

#login .button {
	width:90px;
	border:#999 solid 1px;
}

#login #submitLogin {
	width:94px;
	border:#999 solid 1px;
	background-color:#CCC;
	color: #f30;
}

#banners {
	margin: 20px 0 10px 0;
}

.banner table, .banner_pro table {
	width: 100%;
}

.banner table td, .banner_pro table td {
	text-align: center;
}

.banner img {
	width: 132px;
}
.banner_pro img {
	width: 44px;
	border:none;
}

#path {
	margin: 0 205px 10px 205px;
	min-height: 20px;
	/*border: #CCCCCC 1px solid;*/
}

#path td {
	text-align:center;
}

#main_column {
	margin: 10px 195px 10px 195px;
	min-height: 300px;
	/*border: #CCCCCC 1px solid;*/
}

#articles {
}

.article{
	margin-bottom: 10px;
	padding:5px;
	overflow:auto;
}

.articleHeader {
	margin-left: 170px;
	margin-right: 160px;
}

.articleHeader p {
	font-style:italic;
}

.articleDate {
	width: 140px;
	float: right;
	margin-right: 5px;
	text-align: right;
	font-style:italic;
} 

.articleContent {
}

.articleContent embed, {
	width:100%; /*Опит за центриране на ВИДЕО*/
}

.articlePicsField {
	float:left;
	margin: 10px;
}

.articleGallery table{
	text-align:center;
}

.pics {
	margin-bottom: 5px;
	margin-right: 15px;
	/*border: #CCCCCC 1px solid;*/
	background-color:#FFF;
}

.pics table {
	height: 100%;
	width: 100%
}

.pics table td{
	text-align:center;
}

.articleTextField {
	text-align:justify;
}

.articleTextField li{
}

.articleFooter {
	text-align: right;
}

.articleFooter ul li {
	display:inline;
	font-size: 9px;
}

.articleTools {
	cursor: pointer;
	text-decoration: none;
}

.search_result_item {
	padding: 2px;
}

.searchArticleContent {
	visibility:hidden;
	position:absolute;
	width: 300px;
	background-color:#FFF;
	border: #cccccc 1px solid;
	padding: 10px;
}

.cards {
	float:left;
	background-color:#eeeeee;
	margin: 10px;
	width: 280px;
	min-height: 150px;
}

.cards p {
	padding: 0px 10px 0px 10px; 
}


#right_column {
	float: right;
	min-height: 300px;
	width: 195px;
	/*border: #CCCCCC 1px solid;*/
}

#lastArticles {
	padding: 0 10px;
}

.lastArticle{
	margin-bottom: 10px;
	padding:5px;
	overflow:auto;
}

#footer {
	clear: both;
	min-height: 20px;
	border: #dddddd 1px solid;
	background-color:#eeeeee;
	/*background: url(images/backgraund.jpg) 1280px;*/
}

#rights {
	margin: 10px 10px;
	text-align: center;
	border: 1px solid #dddddd;
	background-color:#fff;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#bottom_menu {
	width:auto;
	text-align:center;
	vertical-align:middle;
}

.form {
}

.form table {
	margin: 11px;
}

.form table th {
	background-color:#CCC;
}

.form input {
	width: 200px;
	border:#999 1px solid;
	font-size: 11px;
}

.form textarea {
	width: 200px;
	border:#999 1px solid;
	font-size: 11px;
}


.form .button {
	width: 100px;
	border:#999 1px solid;
	font-size: 11px;
}