@charset "utf-8";
/*************** BEGIN Да го има в FCKEditor *******/
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#666;
 	background-color: #ffffff;
	margin: 0px;
}

div {
	/*border:#CCCCCC 1px solid;  Временно!!!*/
}

h1 {
	font-size: 1.6em;
	font-weight:bold;
}

h2 {
	font-size: 1.4em;
	font-weight:bold;
}

h3 {
	font-size: 1.2em;
	font-weight:bold;
}

h4 {
	font-size: 1em;
	font-weight:bold;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#912121;
	text-decoration:none;
}

p {
	text-align: justify;
	font-size: 11px;
	/*text-indent: 2em;*/
}

.comment {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-style:italic;
	color:#F00;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/*********** END *************/

#site {
 width:1200px;
 margin-left: 50px;
 background-color: #ffffff;
}

#siteMain {
	width: 800px;
	min-height: 600px;
	float: left;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

#site_top {
}

#site_bottom {
}

#siteAddIns {
	width: 300px;
	min-height: 600px;
	margin-left: 15px;
	margin-top: 80px;
	float: left;
}

#siteAddIns h3 {
	text-align: right;
}

#siteAddIns img {
	width: 300px;
}

#siteAddIns .articleTools img {
	width: 13px;
}

#siteAddIns p {
	font-style:italic;
}

#bottomAddIns {
	clear:both;
	width:1200px;
	min-height: 100px;
	margin-left: 50px;
	background-color:#FFF;
}


#topLogin {
	font-size: 1em;
	text-align: right;
	float:left;
	width: 800px;
	height: 50px;
}

#login_error {
	color:#F00;
	float:right;
	margin-right: 30px;
}

#login_line {
	color:#FFF;
	float:left;
	margin: 15px 120px 1px 10px;
}

#login_line label {
	font-weight:bold;
	font-size: 10px;
	color: #999;
	background-color: #FFF;
	padding:0px 2px;
}

#login_line input {
	height: 14px;
	width: 60px;
	background-color:#FFF;
	border:#999 1px solid;
	font-size: 0.8em;
	margin-right:5px;
}

#login_line #submitLogin {
	width: 40px;
	height: 18px;
	border:#999 solid 1px;
	background-color:#FFF;
	color: #999;
	padding-left:5px;
	font-size:10px;
}

#menu_small {
	float:right;
	color:#666;
	margin: 20px 10px 1px 10px;
}

#menu_small a, #login_line a {
	color:#999;
	text-transform:lowercase;
}

#menu_small a:hover, #login_line a:hover{
	color:#666;
}

#header {
	margin-left: 0px;
	height: 250px;
	background: right url(images/background_header.png);
	background-repeat:no-repeat;
	/*background:center url(../uploaded_files/pics/articles/DSC08568.JPG);*/

}

#lang_select {
	float:right;
	text-align: right;
	color:#999;
	margin: 20px 10px 1px 10px;
}

#lang_select a {
	font-weight:bold;
	text-decoration:none;
	color:#666;
}

#lang_select a:hover {
	color:#999;
}

#lang_select .flag {
	height: 17px;
	width: 25px;
	border: #999 1px solid;
	margin-bottom: 10px; /*Не пречи на Explorer но помага на Mozzila*/
	margin-left: 5px;
}

#headerContainer {
	clear:both;
	width: 100%;
	margin-bottom: 20px;
}

#logo {
	width: 100%;
	min-height: 80px;
}

#logo img {

}

#logo .logo_first {
	float:right;
	margin: 0px 30px 10px 0px;
}

#logo .logo_page {
	float: left;
	margin: 0px 0px;
}

#logo_static {
	position:fixed;
	top: 0px;
	left: 100px;
}

#logo h2 {
	color:#FFF;
	font-size:20px;
	text-transform:capitalize;
}

#menu {
	color:#fff;
	text-align:right;
}

#menu ul {
}

#menu li {
	margin-left: -100px;
	list-style:none;
}

#menu_line {
	/*border: 1px solid #9f0a0e;*/
	background-color:#969696;
	text-align:right;
	padding-right: 20px;
}

#menu_line ul {
}

#menu_line li {
	display:inline;
	list-style:none;
}

#menu_line .line_separator {
	color:#505050;
}

#menu table {
	float:right;
	margin-right: 25px;
	margin-top: 6px;
	border:none;
}

#menu td {
	height: 20px; !important
	background-image: url(images/menu_bg.gif);
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	text-transform: uppercase;
}

#menu a, #menu .menuLink {
	margin-left: 20px;
	margin-right: 0px;
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}

#menu a:hover {
	color:#777;
}

#menu .active a {
	color:#912121;
}

#menu .active{
	background-color:#eee; 
	/*background-image:url(images/menu_bg_active.gif);*/
}

#menu .seperator {
	margin: 5px auto;
	text-align:center;
}

#searchSite {
	float: right;
	min-height: 20px;
	margin: 40px 10px 10px 0px;
}

#searchSite table {
}

.searchField {
	font-size: 1em;
	width: 100px;
	color: #333333;
}

.searchButton {
	width: 15px;
	color: #333333;
}


#content {
	min-height: 670px;
}

#left_column {
	margin-bottom: 10px;
	float: left;
	min-height: 300px;
	width: 200px;
	/*border: #CCCCCC 1px solid;*/
}

#sub_menus {
	margin-top: 40px;
}

.sub_menus {
	/*background-color:#eeeeee;
	border:#C60 1px solid;*/
}

#sub_menus ul{
	margin-top: 0px;
}

#sub_menus li{
	margin-left: -100px;
	margin-top: 5px;
	text-align:right;
	list-style:none;
}

#sub_menus a{
	color: #999;
}

#sub_menus a:hover{
	color: #666;
}

.sub_manu_button_arrow_last {
	width: 3px;
	background-color:#c6c6c6;
}

#login {
	position:fixed;
	left: 160px;
	height: 98px;
	top: 0px;
	width:288px;
	background-color:#FFF;
	border: solid 1px #999;
}

#login table{
	width:100%;
}

.td_box_header {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 0 10px;
}

#login table th {
	text-align: right;
	color:#999;
	width: 50%;
}

#login input {
	width: 100px;
	border:#999 1px solid;
	font-size: 1em;
}

#login .button {
	width:100px;
	border:#999 solid 1px;
}

#login #submitLogin {
	border:#999 1px solid;
	width:104px;
	font-weight:bold;
	height: 18px;
	background-color:#FFF;
	color: #999;
}


#banners {
	margin: 20px 0 10px 0;
}

.banner {
float:left;
margin-left: 20px;
}

.banner table {
	width: 100px;
}

.banner table td {
	text-align:left;
}

.banner img {
	max-width: 210px;
}

#path {
	width: 150px;
	margin-left: 50px;
	margin-top: 10px;
	text-align:right;
	border-bottom: #999 1px solid;
}

#path h3 {
	margin-bottom: 5px;
}

#main_column {
	margin: 0 310px 0 270px;
	min-height: 300px;
	/*border: #CCCCCC 1px solid;*/
}

#main_column_page {
	margin: 0px 30px 0 270px;
	min-height: 300px;
	/*border: #CCCCCC 1px solid;*/
}

#main_column_m {
	margin: 0px 0px 0 199px;
	min-height: 300px;
	/*border: #CCCCCC 1px solid;*/
}

#welcome {
	background-image:url(images/walls_menu.png);
	background-repeat:no-repeat;
	width: 999px;
	height: 300px;
}

#articles {

	margin-left: 20px;
}

.article{
	margin-bottom: 10px;
}

.articleHeader {
	clear:both;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 30px;
	/*overflow:auto;*/
}

.articleHeader h3{
	font-size:16px;
	text-align:right;
}

.articleHeader p {
	clear:both;
	font-style:italic;
	margin-top: 5px;
	font-size:1em;
}

.articleDate {
	font-family:"Times New Roman", Times, serif;
	text-align: right;
	font-style:italic;
	font-size:10px;
} 

.articleContent {
	margin-right: 10px;
	margin-left: 10px;
}

.articleContent embed, {
	width:100%; /*Опит за центриране на ВИДЕО*/
}

.articleFileField ul li{
	list-style-image:url(buttons/page.gif);
	}

.articleLinkField ul li{
	list-style-image:url(buttons/right.gif);
}

.articlesParameters{
	float: right;
	/*overflow: auto;*/
	background-color: #eeeeee;
	width: 200px;
	min-height: 300px;
	margin: 10px 5px 10px 20px;
	border: #999999 1px solid;
}

.articlesParameters h3 {
	padding-left: 10px;
	padding-top: 5px;
}

.articlesParameters img {
	border:none;
}

.articlesParameters a {
	text-decoration:none;
	border:none;
}

.articlesParameters table {
	width: 190px;
	margin: 5px;
}

.articlesParameters table th {
	width: 60px;
	background-color:#CCC;
	text-align:right;
}

.articlesParameters table td {
	font-size: 1em;
	border: #999 solid 1px;
}

.articlePicsField {
}

.articlePreviewField {
	min-height: 250px;
	margin-bottom: 15px;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}

.articleGallery table{
	text-align:center;
}

.articleThumbField {
	width: 570px;
}

.pics {
	float:left;
	margin-bottom: 5px;
	margin-left: 7px;
	margin-right: 7px;
	border: #CCCCCC 1px solid;
	background-color:#FFF;
}

.portfolio_arrow {
	float:left;
	margin-top: 24px;
	border: none;
}

.portfolio_arrow a, .portfolio_arrow img {
	border:none;
}

.preview {
	overflow:hidden;
	width: 100%;
	height:250px;
	border:none;
}

#picViewer{
	position:absolute;
	top: 0px;
	left: 180px;
	width: 400px;
	height: 250px;
	border-left: 1px solid #666;
}

#picViewer img{
	width:400px;
	border: none;
	cursor:pointer;
}

#picExplanation {
	color:#eee;
	background-image:url(images/background_explanation.png);
	position:absolute;
	top: 0px;
	left: 0px;
	width:180px;
	height: 250px;
}

#picExplanation h3 {
	margin: 10px 10px;
}

#picExplanation p {
	font-size:10px;
	margin: 5px 10px;
	text-align:left;
}

#picExplanation a {
	color:#88CBD2;
}

.pics img {
	border:none;
}

.pics table {
	height: 100%;
	width: 100%
}

.pics table td{
	text-align:center;
}

.articleTextField {
	text-align:justify;
	border-bottom:dotted 1px #505050;
}

.articleTextField li {
}

.articleTextField img {
	border: 1px solid #666;
	/*width: 200px;*/
	float:left;
	margin: 0px 10px 10px 0px;
}

.articleFooter {
	text-align: right;
}


.articleFooter ul li {
	display:inline;
	font-size: 1em;
}

.articleFooter a
{
	text-decoration:none;
}	

.articleFooter img
{
	border:none;
}

.articleTools {
	cursor: pointer;
	text-decoration: none;
}

.articleToolsInactive {
	color:#858585;
}

.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:#ccc;
	border: 5px solid #FFF;

	min-height: 150px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 48%;
	/*padding: 5px;*/
}

.cards p {
	padding:0px 5px;
}

#right_column {
	float: right;
	min-height: 300px;
	width: 260px;
	margin-right: 30px;
	/*border: #CCCCCC 1px solid;*/
}

.lastArticles {
	padding: 0 10px;
}

#listArticlesMenu {
	margin-top: 10px;
	padding: 0 10px;
}

#listArticlesMenu li {
	font-size: 1em;
	list-style:url(buttons/email.gif);
	font-weight: bold;
	margin-top: 5px;
}
#footer {
	float:left;
	width: 800px;
}

#bottom_menu {

	height: 35px;
}

#bottom_menu table {
	margin-top: 5px;
}

#rights {
	text-align: center;
	color:#505050;
	margin-top: 15px;
}

.form {
}

.form table {
	min-width: 380px;
	margin: 10px;
}

.form table th {
	width: 120px;
	text-align:right;
	background-color: #aaa;
}

.form input {
	width: 240px;
	border:#808080 1px solid;
	font-size: 1em;
}

.form textarea {
	width: 100%;
	border:#808080 1px solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	color:#333;
}


.form .button {
	width: 100px;
	border:#808080 1px solid;
	font-size: 1em;
	background-color:#ccc;
}


/*************** SITE MAP ****************/
#siteMap
	{
		margin-left: 20px;
	}
	
#siteMap li {
	list-style-image:url(buttons/right.gif);
}
	
.siteMap_button { 
	border:none;
}

.siteMap_inactive a{
	color:#006; 
}