.pageHeading {
	font-size: larger;
	color: #CE8C00;
	margin-bottom: 3px;
}

.headingBorder {
	border-top: 1px solid  #FFF;
	height: 2px;
	margin-top: 2px;
	margin-right: 10px;
}

.visible {
	display: block !important;
	visibility: visible !important;
}

.nobackground {
	background: transparent !important;
}

.noborder {
	margin-top: 10px !important;
	padding-top: 15px !important;
	border-style: none;
	border-top: 1px dotted #FFFFFF !important;

}

.clear {
	clear: both;
}

.padding {
	padding: 6px;
}

.newsListDiv {
	margin-bottom: 8px;
	padding: 0px 10px;
}

.sondajeListDiv {
	margin-bottom: 3px;
	padding: 0px 10px;
}

.newsListUL {
	padding-left: 20px;
	list-style-type: none !important;
	/*list-style-image: url(/img/graphics/arrow_right.gif);*/
}

.newsListUL img {
	visibility: visible;
}

.text-block {
	margin: 10px 0 3px 0;
}

.readNews {
	margin-top: 5px;
	padding: 6px;
}

.readNews h1 {
	font-size: 17px;
	font-weight: bold;
}

.readNews img {
	visibility: visible !important;
	margin: auto;
}

.smallerText {
	font-size: 0.85em;
}


.commentList {
	
}

.commentList li {
	border-bottom: 1px solid white;
	padding: 3px;
	display: block;
	float: left;
	width: 98%;
	margin-top: 7px;
	padding-bottom: 20px;
}

.commentContent {
	width: 75%;
	float: left;
	
}

.commentInfo {
	float: left;
	margin-left: 20px;
}

/********************* form elements ********************************/

.loginHeading {
	padding: 6px 0px 0px 6px;
}

.form-buttons,
.form-buttons-cancel {
	border:1px solid #462222;
	background: #FFFFFF;
	cursor: pointer;
	letter-spacing:1px;
	padding:1px 5px;
	color:#555555;
	/*font-weight:bold;
	vertical-align:baseline;
	line-height: 16px;*/
	height: 22px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}

.form-buttons:hover {
	border:1px solid #777777;
	background-color: #FFEFCE/*#F2F6F9*/;
}

.form-buttons-cancel:hover {
	border:1px solid #777777;
	background-color: #F2F6F9;
}

.required {
	font-weight: bold;
}

.form-field-error {
	border: 1px solid #FF9191 !important;
}

.form-field-required {
	font-weight: bold;
}

.form-field-error:focus  {
	border: 1px solid #FF3333 !important;
}

.form-fieldset { 
	border-style: none;
	/*border-bottom: 1px dotted #FFFFFF;*/
	padding: 5px 5px 5px 20px;
	margin-top: 5px;
}

.form-field {
	display: block;
	clear: both;
	padding: 5px 0;
	/*margin-top: 5px;
	margin-bottom: 3px;*/
}

.form-field label {
	
}

.form-field .input:focus, 
.form-field textarea:focus { 
	border:1px solid #777777;
	color:#333333;
	background-color: #FFFFFF;
}

.form-field .input:hover, 
.form-field textarea:hover { 
	background-color: #FFFFFF;
}

.form-field select {
	width: 248px !important; 
	padding: 1px !important;
}

.form-field .input, 
.form-field textarea, 
.form-field select {
	border:1px solid #462222;
	color:#555555;
	background-color: #F8F9FB/*#F2F6F9*/;
	font-family:"Courier New",monospace,sans-serif;

	padding:1px 3px;
	width:240px;
	float: right;
	margin-left: 6px;
	font-size: small;
}

.terms-agree select { 
	width: 248px !important; 
	margin-left: -8px !important; 
}

.terms-agree input {
	margin-left: -8px !important;
}

.terms-agree input.spaceleft {
	margin-left: 10px !important;
}

.terms-agree {
	width: 240px; 
	margin-left: 12px; 
	float: right; 
	text-align: left;
	padding: 0;
}

.termslink {
	text-decoration: underline !important;
}

.mediumin {
	width: 130px !important;
	margin-bottom: 3px !important;
}

.shortin {
	width: 80px !important;
}
.shorterin {
	width: 40px !important;
}

.longin {
	width: 300px !important;
}

.bottom5 {
	margin-bottom: 3px !important;
}

.usererror {
	color: #FF8A6C;
	font-family: verdana;
}

#register .form-fieldset, #comments .form-fieldset {
	margin-right: 10px !important;
}

#comments .form-field {
	text-align: right;	
	margin-right: 20% !important;
	cursor: default;
}

#comments .form-field textarea {
	height: 140px !important;
	font-size: small;
}

#register .form-field {
	text-align: right;	
	padding-right: 15% !important;
	cursor: default;
}

#forgot-things .form-field .input, 
#forgot-things .form-field textarea, 
#forgot-things .form-field select {
	float: none !important;
}

#login .form-field {
	text-align: right;	
	padding-right: 35% !important;
	cursor: default;
}

#login .form-fieldset {
	
}

#login .form-field .input, 
#login .form-field textarea, 
#login .form-field select {
	width: 150px !important;
}

#new .form-field .input, 
#new .form-field textarea, 
#new .form-field select {
	float: none;
	margin: 0;
}

.largetextarea {
	width: 280px !important;
	height: 80px;
}

/************* menu ******************/

.presenterCurrentPage {
	border: 1px solid transparent;
	margin: 4px 0px 1px 0px;
	padding: 0px 0 2px 3px;
	float: left;
	color: #1A2328;
	width: 205px;
	text-align: right;
}

.presenterCurrentPage a {
	clear: right;
}

.presenterCurrentPage .presenterCurrentPageMenu {
	text-align: left;
	display: none;
	background: white;
	width: 140px;
	border: 1px solid #D7E1E6;
	margin-top: -3px;
	font-weight: normal;
	padding: 1px;
}

.presenterCurrentPage:hover {
	/*border: 1px solid #D7E1E6;
	background: white;/*#E5EDF0;*/
	text-decoration: underline;
}

.presenterCurrentPage:hover>.presenterCurrentPageMenu {
	display: inline;
	position: absolute;
	left: auto;
}

.presenterCurrentPageMenu ul li {
	padding: 2px 3px;
	border: 1px solid transparent;
	cursor: pointer;
}

.presenterCurrentPageMenu ul.lisep {
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	border-width: 0px;
	border-top: 1px solid #D7E1E6 !important;
}

.presenterCurrentPageMenu ul li:hover {
	background-color: #F9EDD0;
	border: 1px solid #E9BD58;
}

.presenterCurrentPage a:hover div.presenterCurrentPageMenu {
	display: inline;
	position: absolute;
	left: auto;
}


/************************** main menu (imported) *************************/

.menu {
/*position: relative;*/
margin:0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
/*position:relative;*/
z-index:500;
padding:0;
margin:0;
list-style-type:none;
/*width:140px;*/
}

/* style the list items */
.menu li {
background:transparent;
color: #1A2328;
/* for IE7 */
float:left;
}

.rootul {
	height: 20px;
	position: absolute;
}

.childli {
	width: 150px !important;
}

.childul {
	height: auto;
	overflow: visible;
}

.childul li{
	background-color: #FFFFFF !important;
}

.childul li a, .childul li a:visited{
	padding-left: 5px;
}

/*.menu li.sub {background:transparent url(/3rd-party/design/images/sub.gif) no-repeat right center; } 
*/

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
line-height:18px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
padding-right: 2px;
/*width:139px;*/
color:#1A2328;
border:1px solid #ccc;
border-width:1px 1px 1px 1px;
}

.menu a.pp, .menu a.pp:visited {
display:block; 
font-weight:bold;
text-decoration:none;
line-height:18px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
padding-right: 3px;
/*width:139px;*/
color:#1A2328;
border:1px solid #ccc;
border-width:0px 0px 0px 0px;
margin: 0px;
}


/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {/*width:140px; width:139px; */font-weight:bold;}
/* style the link hover */
* html .menu a:hover {color:#6784A2; /*background:#FFF;*/ position:relative;}

/*pentru meniu principal*/
* html .menu a.pp, * html .menu a.pp:visited {/*width:140px; width:139px;*/ font-weight:bold;}
* html .menu a.pp:hover {color:#6784A2; font-weight:bold; /*background:#FFFFFF;*/ position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#701F1C; /*background:#FFFFFF;*/}
.menu a.pp:active, .menu a.pp:focus {color:#701F1C; /*background:#FFFFFF;*/}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#6784A2; /*background:#FFF*/}
.menu li:hover > a.pp {color:#6784A2; /*background:#FFF*/}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
/* set up the overlap (minus the overrun) */
top:-10px;
left:-35px;
/* set up the overrun area */
margin-top: 30px;
padding: 0px 30px 30px 30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(/3rd-party/design/images/transparent.gif);

}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}


.searchbocs {
	height: 12px;
	font-size: 11px;
}

.searchbocsel {
	font-size: 11px;
}

.topList {
	list-style-image: url( /img/blue_bullet_small.png );
	margin-bottom: 15px;
}

.accountUL {
	list-style-type: none !important;
	padding-left: 20px !important;
}

.genreTitle {
	color: #E7AAA9;
	text-transform: uppercase;
	
	padding-left: 6px;
}

.genreTitle small {
	font-weight: normal;
	text-transform: none;
}

.genreContent {
	border-left: 1px solid #E7AAA9;
	border-right: 1px solid #E7AAA9;
	border-bottom: 1px solid #E7AAA9;
	padding: 3px 0px 3px 20px;
	margin-bottom: 20px;
	margin-top: 2px;
}

.albumViewTitle {
	color: #E7AAA9;
	font-weight: bold;
}

.albumViewDetails {
	font-weight: bold;
	font-size: 11px;
}

.albumViewPlaylist {
	border-top: 1px solid #E7AAA9;
	border-left: 1px solid #E7AAA9;
	width: 100%;
}

.articlehead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #333333 }

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid; }

.prod {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	background-color : #093D86;
	color: #FFFFFF;
	border: 0px;
}

.contentLink>img {
	margin: 0px !important;
}

#slideshow {
}


#slideshow DIV {
    z-index:8;
    display: none;
}

#slideshow DIV.active {
    z-index:10;
	display: block;
 }

#slideshow DIV.last-active {
    z-index:9;
}

.wovis {
	display: none !important;
}

.wvis {
	display: block !important;
}
