@charset "utf-8";

/* CSS Document */

.csc-textpic-image {border-right: 5px solid #FFF; margin-right: 5px;}csc-textpic-imagewrap
/* [General Formatting] */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, em, font, img, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.clearBoth {
	clear:both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/* [Text] */

p {
	color: #666;
	margin-bottom: 15px;
	background: transparent;
	line-height: 20px;
}

p.align-right {
	text-align:right;
}

p.align-left {
	text-align:left;
}

a:link, a:visited {
	color:#D2373C;
	text-decoration: underline;
}

a:hover {
	color:#D2373C;
	text-decoration: none;
}

h1 {
	border-bottom: 1px dotted #999;
	color: #D2373C;
	font-size:20px;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	color: #D2373C;
	font-size:15px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	color: #D2373C;
	font-size:14px;
	font-weight: normal;
	margin-bottom: 5px;
}

h4 {
	border-bottom: 1px dotted #999;
	color: #D2373C;
	font-size:18px;
	font-weight: normal;
	margin-bottom: 5px;
}

h5 {
	color: #D2373C;
	font-size:17px;
	font-weight: normal;
	margin-bottom: 5px;
}

.external-link-new-window, .external-link {
	padding-right: 17px;
	background: url(../images/external_link.gif) right no-repeat;
	color:#F00;
}

.internal-link {
	padding-right: 13px;
	background: url(../images/internal_link.gif) right no-repeat;
	color:#F00;
}

.mail {
	padding-right: 17px;
	background: url(../images/mail.gif) right no-repeat;
}

.download {
	padding-right: 17px;
	background: url(../images/downloadfile.gif) right no-repeat;
}

body {
	background: #7a7a7a url(../images/bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

#container {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #fff url(../images/container.png) repeat-x;
	margin: 0px auto 0 auto;
	width: 900px;
	padding-bottom: 2px;
}

/* [Top] */
#top {
	margin: 0px;
	padding: 0px;
}

/* [Language] */

#language {
	
	height: 26px;
	font-size: 12px;
}

#language ul {
	background: url(../images/language.png) no-repeat;
	float: right;
	width: 180px;
	height: 26px;
	margin-right: 20px;
	padding-top: 3px;
}

#language ul li {display: inline;
	
}

#language ul li a:link, #language ul li a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 5px 0 0 7px;
	background: transparent;
}

#language ul li a:hover {
	border-bottom: 2px solid #FFF;
}

#language .active {
	border-bottom: 1px solid #FFF;
}

/* [Logo] */

.logo {
	float:left;
	/*text-indent:-999em;
	background: url(../images/logo.png) no-repeat;*/
	margin:0 0 0 8px;
	width:256px;
	height:105px;
	border-bottom: 0px;
}

.logo a {
	display:block;
	width:256px;
	height:105px;
}

/* [Bannere] */

.banner {
	float:right;
	margin: 18px 20px 0 0;
	width: 450px;
}

/* [Tree] */
#tree {
	background: url(../images/tree.png) no-repeat;
	height: 26px;
	width: 860px;
	margin: 20px 0 20px 20px;
}

#rootline li {
	font-size: 11px;
	list-style:none;
	float:left;
	margin: 1px 5px 0 10px;
	padding-top: 5px;
}

#rootline li.navigationMsg {
	color:#333;
}

#rootline li.navigation {
	height: 18px;
	padding-right: 10px;
	background:url(../images/treearrow.png) no-repeat center right; /* list-style between elements */
}

#rootline li.navigation a {
	color:#333;
	text-decoration:underline;
	margin-right: 10px;
}

#rootline li.navigation a:hover {
	color:#F00;
	text-decoration:underline;
}

#rootline li.navigationActif {
	color:#666;
	text-decoration:none;
}

/* [/Tree] */

/* [Main] */

#topmain {
	background: #FFF url(../images/topmain.png) no-repeat top center;
	height: 10px;
	width: 860px;
	margin-left: 20px;
}

#middlemain {
	background: #fff url(../images/middlemain.png) repeat-y center;
	width: 840px;
	margin-left: 20px;
	padding: 0 10px;
}

* html #middlemain {
	background: #fff url(../images/middlemain.png) repeat-y center;
	width: 840px;
	margin-left: 20px;
	padding: 0 10px;
}

#bottommain {
	background: #FFF url(../images/bottommain.png) no-repeat bottom center;
	height: 10px;
	width: 860px;
	margin-left: 20px;
}

/* [/Main] */

/* [Left] */

#left {
	float:left;
	width: 220px;
}

.leftbox {
	margin-bottom: 10px;
}

.topbox {
	background: #FFF url(../images/topbox.png) no-repeat top center;
	height: 10px;
	width: 220px;
}

.middlebox {
	background: #fff url(../images/middlebox.png) repeat-y center;
	width: 220px;
	padding: 0 0px;
	margin: 0px;
}
.middlebox .left_content p{
	padding: 0 0px;
	margin: 0px;
}
.middlebox .left_content h3{
	padding: 0 0px;
	margin: 0px;
}
.middlebox .left_content{
	padding: 0 10px;
	margin: 0px;
}


.middleboxsondaj {
	background: #fff url(../images/middlebox.png) repeat-y center;
	width: 200px;
	padding: 10px;
	margin: 0;
}

.bottombox {
	background: #FFF url(../images/bottombox.png) no-repeat bottom center;
	height: 10px;
	margin: 0px;
	width: 220px;
}

/* [Menu] */

#menu {
	width:220px;
	float:left;
}

#menu ul {
	list-style-type:none;
	margin: 0px;
	padding:0px;
}

#menu li {
	height:27px;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #E2E6E8;
}

#menu li a:link, #menu li a:visited {
	color: #666666;
	background: transparent;
	text-decoration: none;
	margin:0px;
	padding:5px 0px 0px 15px;
	height:20px;
	display: block;
}

#menu li a:hover {
	color:#fff;
	background:#666;
	height: 22px
}

#menu li.active a {
	color:#fff;
	background: transparent url(../images/hover.png) no-repeat;
	height: 27px;
	width: 233px;
	border-bottom: 0px;
}

* html #menu li.active a {
	height: 27px;
	width: 205px;
}

/* Poll */
.pollanswer {
	border: 0px solid red;
}

.pollanswer p {
	background: white;
	margin: 0px 0 2px 0;
	border: 1px solid #E2E6E8;
	font-size: 11px;
	padding: 5px;
}

/* [/Menu] */


#content {
	float: right;
	width: 590px;
	padding: 0 5px;
}

#content ul,  #content ol{
	color: #666;
	margin-left: 30px;
	list-style-image: url(../images/bulina.gif);
}



#content ul li a:link, #content ul li a:visited {
	color: #D2373C;
	text-decoration: none;
}

#content ul li a:hover {
	color: #D2373C;
	text-decoration: underline;
}

/* News */
.news-latest-container{
	background: white;
}
.news-single-item img{
	float: left;
	}
.news-single-item h3{
	font-size: 13px;
	color:#000;
	font-weight: normal;
	}
	
.news-latest-container h3 a, .news-list-item h3 a{
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}
.news-latest-container p, .news-list-item p{
	margin: 0px;
	padding: 0px;
}
.newsblock{
	
	margin: 5px 0px;
	padding: 5px;
	
}

.date{
	width: 200px;
	color: #ccc;
	font-size: 10px;
	clear: both;
	font-weight: normal;
}

.news{
	border-bottom:  1px solid #e8e8e8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.news img{
	float: left;
	margin-right: 10px;
}

.more{
	text-align: right;
}
#footer {
	background: transparent url(../images/footer.png) no-repeat;
	height: 35px;
	margin: 10px 0px 10px 20px;
	padding: 20px 20px 0 20px;
	color:#FFF;
	font-size: 12px;
	width: 820px;
}

#footer a:link, #footer a:visited {
	color:#CCC;
}

#footer a:hover {
	color:#FFF;
	background: transparent;
}

#footer .copy {
	float:left;
	color:#FFF;
	background: transparent;
}

#footer .designby {
	float:right;
	color:#FFF;
	background: transparent;
}

#sponsors {
	margin: 5px 20px 10px 20px;
	font-size: 9px;
	color: #CCC;
	padding: 0 5px;
}

#sponsors a:link, #sponsors a:visited {
	color: #CCC;
	text-decoration:underline;
}

#sponsors a:hover {
	color: #D2373C;
	text-decoration:underline;
}

.sponsorslogo {
	float:left;
	width: 200px;
	margin-top: 5px;
}

.sponsorslogo img {
	margin-right: 5px;
	border: 0px solid #CCC;
}

.sponsorstext {
	float: right;
	margin-top: 5px;
	width: 630px;
}

.video{
  margin-bottom: 20px;
}
.news-single-item img {
	margin: 0 10px 5px 0;
}

.accordionButton{
	color:#D2373C;
	margin: 2px 0 2px 10px;
	cursor: pointer;
	padding-left: 10px;
	background: transparent url(../images/bulina.gif) no-repeat left center;

}

.accordionContent p{
	margin: 2px 0 2px 20px;
	font-size: 13px;
	border-top: 1px dotted #D2373C;
}
.accordionContent .download{
	margin: 2px 0 12px 20px;
	background: none;
}

a[href$=".doc"], a[href$=".rtf"], a[href$=".DOC"], a[href$=".RTF"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://upload.moldova.org/zite/ico/icon_doc.gif) no-repeat scroll left center;
padding:5px 0 5px 20px;
}
a[href$=".xls"], a[href$=".XLS"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://upload.moldova.org/zite/ico/icon_xls.gif) no-repeat scroll left center;
padding:5px 0 5px 20px;
}
a[href$=".pps"], a[href$=".PPS"], a[href$=".ppt"], a[href$=".PPT"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://upload.moldova.org/zite/ico/icon_pps.gif) no-repeat scroll left center;
padding:5px 0 5px 20px;
}
a[href$=".pdf"], a[href$=".PDF"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://upload.moldova.org/zite/ico/icon_pdf.gif) no-repeat scroll left center;
padding:5px 0 5px 20px;
}
a[href$=".zip"], a[href$=".rar"], a[href$=".RAR"], a[href$=".ZIP"], a[href$=".gzip"], a[href$=".bzip"], a[href$=".ace"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://upload.moldova.org/zite/ico/icon_archive.gif) no-repeat scroll left center;
padding:5px 0 5px 20px;
}
a[href$=".mov"], a[href$=".wmv"], a[href$=".mp4"], a[href$=".avi"], a[href$=".mpg"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://upload.moldova.org/zite/ico/icon_film.gif) no-repeat scroll left center;
padding:5px 0 5px 20px;
}
a[href$=".mp3"], a[href$=".wav"], a[href$=".ogg"], a[href$=".wma"], a[href$=".m4a"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://upload.moldova.org/zite/ico/icon_music.gif) no-repeat scroll left center;
padding:5px 0 5px 20px;
}

.oneplayer{
	margin: 10px 0;
	background-color:#CCC;
	}
