body {
	text-align: center;
	margin: 0;
	padding:0;
	background: #000;
	font-size:12px;
	font-size:100.1%;
	font-family: "Trebuchet MS";
	color:#E5E5E5;
}



div, img, ul, li, a, h1, h2, h3, h4, p, form, input, select, textarea { margin: 0; padding: 0; border: 0 }


div.error-message {
	font-size: x-small;
	color: #ffc;
}

a { text-decoration: none; color:  #D5EBF7;
	cursor:pointer; cursor: hand;}

a:hover {
	color: #A4D5EE;
}

ul { list-style-image:url('../img/list-style.png'); }

h1 {
	font-size: 16px;
	color:white;
}

h2 {
	font-size:14px;
	color:white;
}



#container {
	margin: 0 auto;
	background: #000 url('../img/background-header.jpg') no-repeat center top;
	width:1024px;
	/* width: 1024px;  /* FOR ANY BROWSER OTHER THAN IE6 */ 
}


/* START HEADER */

#header {
	width:964px;
	margin:0 auto;
	text-align:left;
}

#header-logo {
/*	background: transparent url('../img/logo.png') no-repeat; */
	width: 270px;
	height:110px;
	float:left;
}

.header-logo-a {
	background: transparent url('../img/logo.png') no-repeat; width: 270px; height:110px; display:block;
}
.header-logo-a:hover {
	background: transparent url('../img/logo-hover.png') no-repeat; 
}

#header-buttons {
	height:110px;
	float:right;
	width:400px;
	text-align:right;
}

.header-btn {
	margin:20px 0 0 10px;
	height:20px;
	float:right;
}

#header-btn-login {
	float:right;
	width:46px;
/*	background: transparent url('../img/btn-login.png') no-repeat left top; */
}

.header-btn-login-a { width: 46px; height:20px;	display:block; background: url('../img/btn-login.png') no-repeat; }
.header-btn-login-a:hover {background: url('../img/btn-login-hover.png') no-repeat; }

#header-btn-login-new {
	width:46px;
	height:82px;
/*	background: transparent url('../img/btn-login-new.png') no-repeat left top; */
	float:right;
}
.header-btn-login-new-a { width: 46px; height:82px;	display:block; background: url('../img/btn-login-new.png') no-repeat;; }
.header-btn-login-new-a:hover {background: url('../img/btn-login-new-hover.png') no-repeat; }


#header-btn-login-selected {
	width:167px;
	height:82px;
	background: transparent url('../img/btn-login-selected.png') no-repeat left top;
	float:right;
	text-align:left;
}

#header-btn-user {
	width:153px;
}

#header-btn-logout {
	float:right;
}


.header-btn-logout-a { width: 50px; height:20px;	display:block; background: url('../img/btn-logout.png') no-repeat; }
.header-btn-logout-a:hover {background: url('../img/btn-logout-hover.png') no-repeat; }


#header-btn-myprofile {
	float:right;
	margin-right:10px;
}

#header-btn-language {
	width:65px;
	text-align:left;
	float:right;
	background: transparent url('../img/btn-language.png') no-repeat left top;
}

#languageBox{
	width:167px;
	height:81px;
	background: transparent url('../img/btn-language-selected.png') no-repeat right top;
}

#languages-list {
	list-style-type:none;
	width: 152px;
	height:57px;
	margin-top:21px;
	margin-left:10px;
}

#languages-list li {
	float:left;
	width:71px;
	height:15px;
}



#header-btn-login:hover {
/*	width:213px;
	height:82px;
	background: transparent url('../img/btn-login-selected.png') no-repeat right top;*/
}

#header-menu {
	background: transparent url('../img/menu.png') no-repeat;
	height:34px;
	width:964px;
	text-align:center;
	margin:0 auto;
}


#main-menu, #bottom-menu, .search-list {
	list-style:none;
}

#main-menu li, #bottom-menu li {
	display:inline;
	margin:5px 5px;
	float:left;
}

#main-menu li a {
	margin: 0 29px 0 29px;
}

/* END HEADER */



/* START LANGUAGES */


/*
#lan-concerts { width: 75px; height:24px; }
#lan-whatsnew { width: 88px; height:24px;}
#lan-photo { width: 45px; height:24px;}
#lan-video { width: 53px; height:24px;}
#lan-forum { width: 59px; height:24px;}
#lan-discography { width: 93px; height:24px;}
#lan-contact { width: 67px; height:24px;}
*/




.btn-language-selected-eng {
	width:56px;
	height:10px; 
	display:block;
	float:left;
	background: url('../img/btn-language-selected-eng.png') no-repeat;
}
.btn-language-selected-eng:hover {
	background: url('../img/btn-language-selected-eng-hover.png') no-repeat;
}

.btn-language-selected-bgr {
	width:46px;
	height:10px; 
	display:block;
	float:left;
	background: url('../img/btn-language-selected-bgr.png') no-repeat;
}
.btn-language-selected-bgr:hover {
	background: url('../img/btn-language-selected-bgr-hover.png') no-repeat;
}

.btn-language-selected-grc {
	width:57px;
	height:10px; 
	display:block;
	float:left;
	background: url('../img/btn-language-selected-grc.png') no-repeat;
}
.btn-language-selected-grc:hover {
	background: url('../img/btn-language-selected-grc-hover.png') no-repeat;
}

.btn-language-selected-rum {
	width:58px;
	height:10px; 
	display:block;
	float:left;
	background: url('../img/btn-language-selected-rum.png') no-repeat;
}
.btn-language-selected-rum:hover {
	background: url('../img/btn-language-selected-rum-hover.png') no-repeat;
}

.btn-language-selected-rus {
	width:62px;
	height:10px; 
	display:block;
	float:left;
	background: url('../img/btn-language-selected-rus.png') no-repeat;
}
.btn-language-selected-rus:hover {
	background: url('../img/btn-language-selected-rus-hover.png') no-repeat;
}




/*
.btn-keepreadingback{
	width:19px;
	height:20px; 
	display:block;
	float:left;
	background: url('../img/btn-keepreadingback.png') no-repeat;
}
.btn-keepreadingback:hover {
	background: url('../img/btn-keepreadingback-hover.png') no-repeat;
}

.btn-keepreadingnext{
	width:19px;
	height:20px; 
	display:block;
	float:left;
	background: url('../img/btn-keepreadingnext.png') no-repeat;
}
.btn-keepreadingnext:hover {
	background: url('../img/btn-keepreadingnext-hover.png') no-repeat;
}
*/


.btn-keepreadingnext-a { width:19px; height:20px; display:block; float:left; margin:0 0 0 5px; background: url('../img/btn-keepreadingnext.png') no-repeat; }
.btn-keepreadingnext-a:hover { background: url('../img/btn-keepreadingnext-hover.png') no-repeat; }

.btn-keepreadingback-a { width:19px; height:20px; display:block; float:left;  margin:0 0 0 5px; background: url('../img/btn-keepreadingback.png') no-repeat; }
.btn-keepreadingback-a:hover { background: url('../img/btn-keepreadingback-hover.png') no-repeat; }


.btn-send { }



/* END LANGUAGES */






/* START CONTENT */

#content {
	margin: 0 auto;
	width:962px;
	text-align:left;
}

#content-right-column {
	float:right;
}

#content-left-column {
	width:721px;
	float:left;
	margin-left:-2px;
}

/* END CONTENT*/









/* START FOOTER */

#footer {
	width:1024px;
	padding:30px 0 0 0;
	background: transparent url('../img/background-footer.png') no-repeat left top;
	height:186px;
}

#footer-menu {

	text-align:center;

	width:450px;
	margin:0 auto;
	margin-top:20px;
}


.search-box {
	margin:5px 0 0 0;
	text-align:center;

}


.search-box .search-magnify {
	background: transparent url('../img/search-magnify.png') no-repeat;
	width:29px;
	height:24px;
	float:left;
}

.search-box form {
	float:left; margin:0; padding:0;
	margin:0 0 0 0;
}

.search-box .search-input {
	background: transparent url('../img/search-input.png') repeat-x;
	width:118px;
	height:24px;
	float:left;
	color:#FFF;
	margin-right:-5px;
	padding:2px 4px 0 2px;
}

.search-box .search-magnify-big {
	background: transparent url('../img/search-magnify-big.png') no-repeat;
	width:95px;
	height:99px;
	float:left;
}

.search-box .search-input-big {
	background: transparent url('../img/search-input-big.png') repeat-x;
	width:400px;
	height:99px;
	float:left;
	color:#FFF;
	margin-right:0;
	padding:18px 4px 0 2px;
	font-size:38px;

}

.search-box .search-input-big input{
	

}
/* END FOOTER */



/* START CONTAINER BOX */
.box {
	margin:17px 0 0 0;
}

/* END CONTAINER BOX */


/* START 231 WIDTH BOX */
.box-231-top {
background:transparent url('../img/box-231-top.png') no-repeat 0 0;
width:229px;
height:20px;
}

.box-231-top p{
	margin: 0 4px 0 6px;
	width:220px;
	height: 20px;
	overflow:hidden;
}


.box-231-content {
width:231px; 
background:transparent url('../img/box-231-content.png') repeat-y 0 0; 
color:#FFF;
}

.box-231-content p{
margin:0 4px 0 6px;

}

.box-231-bottom {
background:transparent url('../img/box-231-bottom.png') no-repeat 0 0; 
width:229px; 
height:10px; 

}


.box-231-special {
background:transparent url('../img/box-231-special.png') no-repeat 0 0; 
width:229px; 
height:384px;
}
/* END 231 WIDTH BOX */








/* START 719 WIDTH BOX */

.box-719-top {
background:transparent url('../img/box-719-top.png') no-repeat 0 0; 
width:719px; 
height:20px;
}

.box-719-top p{
	margin: 0 4px 0 4px;
	width:713px;
	height: 20px;
	overflow:hidden;
}

.box-719-content {
width:721px; 
width:712px!important; 
background:transparent url('../img/box-719-content.png') repeat-y 0 0; 
color:#E5E5E5;
padding: 0 4px 0 5px;

}

.box-719-bottom {
background:transparent url('../img/box-719-bottom.png') no-repeat 0 0; 
width:719px; 
height:10px;
}


/* END 719 WIDTH BOX */






/* START 476 WIDTH BOX */
.box-476-top {
background:transparent url('../img/box-476-top.png') no-repeat 0 0; 
width:476px; 
height:20px; 
}

.box-476-top p{
	margin: 0 4px 0 4px;
	width:460px;
	height: 20px;
	overflow:hidden;
}

.box-476-content {
width:476px; 
width:466px!important; 
background:transparent url('../img/box-476-content.png') repeat-y 0 0; 
color:#E5E5E5; 
padding: 0 5px 0 5px;
}

.box-476-content p{

}

.box-476-bottom {
background:transparent url('../img/box-476-bottom.png') no-repeat 0 0; 
width:476px; 
height:10px; 

}

/* END 476 WIDTH BOX */





/* START PARAGRAPH */

.box-719-content p, .box-231-content p, .box-476-content p, .box-231-special p, .p , #flashMessage{
	padding: 0;
	font-size:11px;
	color:#E5E5E5;
}

.p {
	margin-left:8px;
}

p.heading, .box-719-top p, .box-231-top p, .box-476-top p{
	padding:3px 0 0 7px;
	height:17px;
	font-size:12px;
	color:#D5EBF7;
	font-weight: bold;
}


/* END PARAGRAPH */









.pending {
  border: solid 3px #ffc;
}