/*- - - - - - - - - - - - - - - - - - -
Title  : Infotag news agency
Author : Eugen Lobicov, Webartpro Studio 
url    : www.infotag.md

last updated : October 24, 2008 [adding new icons to sprite, adding layout for reports archive, adding styles for statistics block, changing styles for video-block on main page]
- - - - - - - - - - - - - - - - - - */

@import url("reset.css");

body{
	position:relative;
	width:980px;
	margin:0px auto 0;
	font:12px Arial, Helvetica, sans-serif; 
	line-height:1.5;
	color:#616161;
}
#header{
	margin:115px auto 2px;
	background:url(../i/top-bg.jpg) repeat-x top left;
}

/* fix opera bug with running line position */
html:first-child #header{
	position:relative;
}
#header .left, #footer .left{
	width:260px;
	clear:both;
}
#logo{
	clear:both;
	position:relative;
	width:240px;
	height:75px;
/*	background:url(../i/infotag-logo-bg.gif) no-repeat;*/
	background:url(../icons/sprite.png) no-repeat;
	margin:0 0 9px;
}
#logo a{
	position:relative;
	top:18px;
	display:block;
	width:240px;
	height:57px;
	text-indent:-9000px;
	background:url(../i/infotag-logo.gif) no-repeat 87px 1px;
}
.motto{
	font-size:12px;
	font-weight:bold;
	margin-bottom:9px;
}
#language-switcher, #main-nav{
	float:left;
	margin-bottom:18px;
}
#language-switcher{
	padding-left:8px;
}
#main-nav{
	width:700px;
}
#language-switcher li, #main-nav li, #footer-nav li{
	float:left;
	display:block;
	padding-right:15px;
	line-height:21px;
}
#main-nav li,
#language-switcher li#ru,
#language-switcher li#ro,
#language-switcher li#en{
	color:#4D84D1;
	font-weight:bold;
}
#language-switcher li#en{
	padding-right:0;
}
#language-switcher li#subscribe-to{
	position:absolute;
	top:0;
	right:0;
}
#language-switcher li#subscribe-to a{
	color:#555555;
	line-height:21px;}
#language-switcher li#subscribe-to img{
	vertical-align:middle;
	margin-left:4px;
}
#main-nav li, #footer-nav li{
	padding-right:20px;
}
#main-nav li{
	margin-right:25px;
	padding:0;
	line-height:21px;
}
#main-nav li.last,
#contacts li.last{
	margin:0;
}
#language-switcher li#ru a,
#language-switcher li#ro a,
#language-switcher li#en a,
#main-nav li a{
	text-decoration:none;
	color:#555;
	line-height:21px;
	font-weight:normal;
}
#language-switcher li#ru a:hover,
#language-switcher li#ro a:hover,
#language-switcher li#en a:hover,
#main-nav li a:hover{
	text-decoration:underline;
}
#top-banners{
	clear:both;
	margin:0 0 18px;
	padding:27px 0;
	width:700px;
	background-color:#f7f7f7;
}
#top-banners td{
	text-align:center;
	vertical-align:top;
}
#top-flash-banner a{
	display:block;
	line-height:50px;
	background-color:red;
	text-decoration:none;
	color:#fff;
}
#top-flash-banner a:hover{
	background-color:green;
	color:#fff;
}
#running-line-box{
	clear:both;
	width:980px;
	margin:0 0 9px 0;
	background-color:#F1F7FF;
	overflow:hidden;
}
#running-line{
	clear:both;
	position:relative;
	top:0 !important;
	left:0 !important;
	height:27px;
/*	width:100%;
	margin:0 0 9px 0;
	background-color:#F1F7FF;*/
}
#running-line p{
	line-height:27px;
	font-weight:normal;
}
#text{
	position:absolute;
	height:25px;
	width:auto;
	top:0;
	left:-10px;
	right:0 !important;
/*	left:-2000px;*/
}
html:first-child #text{
	overflow:hidden;
	top:0;
	bottom:0;
	left:0;
}
#wrapper{
	clear:both;
	float:left;
	width:100%;
	padding:18px 0;
	background:url(../icons/sprite.png) repeat-x 0 -222px;
}
#categories{
	width:260px;
	padding-top:20px;
}
.category{
	overflow:auto;
	margin-bottom:36px;
	padding:0 9px 9px;
	border:solid #ccc;
	border-width:0 1px 2px;
}
.category hr{
	clear:both;
	border:none;
	height:1px;
}
#exclusive{
	padding:0;
	margin:0 0 10px;
}
#exclusive p{
	padding:0 9px 9px;
}
#categories .icon{
	position:absolute;
	top:-22px;
	left:6px;
	z-index:6000;
	border:none;
	width:57px;
	height:57px;
}
#categories .exclusive{
	background:url(../icons/sprite.png) no-repeat 0 -75px;
}
#categories .photogallery{
	background:url(../icons/sprite.png) no-repeat -57px -75px;	
}
#categories .reports{
	background:url(../icons/sprite.png) no-repeat -114px -75px;	
}
#categories .press-releases{
	background:url(../icons/sprite.png) no-repeat -171px -75px;	
}
#categories .columnists{
	background:url(../icons/sprite.png) no-repeat 0 -132px;	
}
#categories .media{
	background:url(../icons/sprite.png) no-repeat -57px -132px;	
}
#categories h2{
	position:relative;
	text-indent:75px;
	line-height:36px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #ccc;
	color:#333;
}
#categories h3{
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin:9px 0;
	padding-right:10px;
}
#exclusive, #press-releases{
	background:#f1f7ff;
	border-bottom-color:#c9d5ec;
}
#photogallery, #columnists, #search{
	background:#fff9f0;
	border-bottom-color:#f3e5c8;
}
#reports, #media, #sidebar-ads, #premium-news, #press-conferences{
	background:#f7f7f7;
	border-bottom-color:#e0e0e0;
}

/*--------------- press-conferences ---------------- */

#press-conferences p{
	margin-top: 4px;
}

#press-conferences .date{
	margin-top: 4px; 
	color: red; 
	font-weight: bold; 
	font-size: 11px;
}

#press-conferences .organizer{
    font-size: 11px;
    margin-top: 4px;
}

#press-conferences .organizer strong{
    font-size: 11px;
    font-weight: bold;
}

#press-conferences h3{
    color: #526993;
    text-transform: uppercase;
	}
/*--------------- //press-conferences ---------------- */

#press-releases hr{
	background-color:#c9d5ec;
}
#columnists hr{
	background-color:#f3e5c8;
}
#reports hr, 
#media hr{
	background-color:#e0e0e0;
}
#photogallery img{
	display:block;
	width:240px;
	margin:9px 0;
}
#media{
	/*margin-bottom:0;*/
}
.illustration{
	display:block;
	float:left;
	margin:4px 10px 4px 0; 
}
.category .illustration{
	width:85px;
}
.category .announce{
	font-size:11px;
	line-height:14px;
}
p.announce .published,
.entry small{
	font-weight:bold;
	padding-right:10px;
	text-align:left;
	display:block;
}
#content{
	width:490px;
	padding-top:20px;
	position:relative;
}
.doubled #content{
	width:750px;
}
#content h2{
	line-height:36px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-bottom:18px;
	color:#333;
}
#content .entry-title{
	line-height:22px;
	padding-bottom:9px;
}
#content p{
	line-height:18px;
	margin-bottom:18px;
}
#content .links a{
	background:url(../i/external.gif) no-repeat 100% 50%;
	padding-right:15px;
}
.list li, .links li{
	background:url(../i/bullet.gif) no-repeat 0 7px;
	padding-left:10px;
}
.links li small{
	display:block;
}
.half-first li{
	margin-bottom:9px;
}
.links li{
	margin-bottom:18px;
}
.half li{
	padding:0 0 9px 35px;
}
.entry{
	margin-bottom:7px;
	overflow:auto;
	border:1px solid #ccc;
	border-width:0px 0 1px;
}
.full{
	border:none;
}
.archive-founded{
	clear:both;
}
.entry h3{
	margin-bottom:9px;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	color:#333;
}
#content .entry .announce{
	margin:0 0 9px 162px;
/*	line-height:15px;*/
}
#content .archive .announce{
	margin:0 0 9px 0;
}
#content .archive-founded .date{
	margin:0 0 0 262px;
}
#content .full .date{
	margin:0;
}
#content .full strong{
	font-weight:bold;
}
#content .entry .number-of-comments,
#content .entry .comment-this{
	margin:0 0 9px 162px;
	color:#526993;
}
#content .archive-founded .announce,
#content .archive-founded .number-of-comments{
	margin:0 0 9px 262px;
}
.entry .illustration,
.archive-founded .illustration{
	width:150px;
	margin:0 0 9px;
	clear:both;
}
.archive .illustration,
#inside-reports .illustration{
	float:none;
	width:350px;
	margin:0 auto 9px;
	padding:2px;
	border:1px solid #ccc;
}
.full .illustration{
	width:240px;
	margin:0 12px 9px 0;
	padding:2px;
	border:1px solid #ccc;
}
.full ul.list{
	margin-bottom:18px;
}
.archive-founded .illustration{
	width:240px;
	padding:2px;
	border:1px solid #ccc;
}
.archive-founded h3{
	margin:0 0 9px 262px;
}
.entry small, .entry .published, .video-entry .published, .first dd .published{
	font-weight:bold;
	color:#4d84d1;
	padding-right:5px;
}
.entry small{
	margin-left:162px;
}
.news-banner img{
	display:block;
	width:460px;
	margin:0 auto;
	border:1px solid #888;
}
.banner{
	padding-bottom:8px;
	margin-bottom:9px;
	border-bottom:1px solid #ccc;
	min-height:40px;
}
.banner img{
	display:block;
	margin:0 auto;
	width:468px;
}
#content #agency{
	float:right;
}
.wide-img{
	display:block;
	margin-bottom:9px;
}
#top-flash-banner-in-news,
#central-flash-banner-in-news,
#flash-banner-in-news{
	width:320px;
	margin:0 auto;
}
#central-flash-banner-in-news{
	width:auto;
	text-align:center;
}
#sidebar{
	width:188px;
	margin-top:18px;
}
#sidebar-ads img{
	display:block;
	margin: 0 auto 9px;
}
#sidebar-ads div{
	width:120px;
	margin:0 auto 9px;
}
.services{
	margin-bottom:18px;
	border:1px solid #ccc;
	clear:both;
}
.services h2{
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	border-bottom:1px solid #ccc;
	text-indent:10px;
	margin-bottom:18px;
	background:#fff;
	color:#333;
}
#sidebar-ads{
	padding:18px 0 9px;
}
#exchange, #archive{
	background:#f1f7ff;
}
#exchange table{
	width:100%;
	padding-bottom:9px;
}
#exchange table caption{
	text-align:center;
	font-weight:bold;
	margin-bottom:9px;
}
#exchange table tbody td{
	vertical-align:middle;
}
#exchange table tbody th{
	padding:5px 0;
	vertical-align:bottom;
}
#exchange th img{
	display:block;
	margin:0 auto;
	width:30px;
	height:20px;
	background:url(../icons/sprite.png) no-repeat -114px -132px;
}
#exchange th img#EUR{
	background-position: -144px -132px;
}
#exchange th img#RON{
	background-position: -174px -132px;
}
#exchange th img#RUB{
	background-position: -204px -132px;
}
#exchange th img#UAH{
	background-position: -114px -152px;
}
#site-statistics li{
	padding:0 18px 18px;
}
#site-statistics li span{
	white-space:nowrap;
}
.clear{
	clear:both;
}
.column{
	position:relative;
	float:left;
	margin:0 10px;
}
.left{
	margin-left:0;
}
.right{
	margin-right:0;
}
.last, #content .last{
	margin:0;
}
.links, .adr, .tel-box{
	width:235px;
}
#very-expensive-ad{
	position:absolute;
	top:-115px;
	left:0;
	height:100px;
	background:#F7F7F7;
	width:100%;
}
#very-expensive-ad p{
	line-height:100px;
	text-align:center;
	border:solid #ccc;
	border-width:0 1px 1px;
	width:100%;
}

.wine-ad-wrapper{
	width:260px;
}
#wine-ad{
	width:200px;
	height:300px;
	margin:0 0 35px;
}
.vita-ad-wrapper{
	display:none;
}

#footer{
	clear:both;
	margin-bottom:18px;

	overflow:auto;
	font-size:11px;
}
.footer-nav-wrapper{
	overflow:hidden;
	width:100%;
	background:url(../i/top-bg.jpg) repeat-x 0 1px;
	border-top:1px solid #ccc;
	margin:14px 0 10px;
	text-align:center;
}
#footer #footer-nav{
	
	display:inline-block;
/*	margin:0 0 27px 280px;	*/

	font-size:12px;
/*	display:inline;	*/

	
}
#imprint span{
	display:block;
}
#copyright{
/*	padding:0 0 0 2px;*/
}
#acceptable-usage-policy{
/*	color:#828892;*/
/*	font-size:10px;
	line-height:normal;*/
	display:block;
	margin:2px 0 0 0px;
}
#contact-info-box{
	clear:both;
	float:left;
	width:520px;
}
#contacts{
	float:left;
/*	width:400px;*/
}
#contacts li{
	float:left;
	display:block;
	width:167px;
	margin-right:10px;
	font-weight:normal;
}
#contacts .country-name{
	display:block;
}
#contacts .tel .value{
	padding-left:5px;
}
.adr{
	margin-bottom:18px;
}
#contacts li.adr{
	margin-bottom:0;
}
.postal-code{
	padding-right:2px;
}
.locality, .street-address{
	display:block;
	padding-left:34px;
}
#contacts .locality, 
#contacts .street-address{
	padding:0;
}
#contacts .last img{
	display:block;
	margin-left:35px;
}
#contacts .last #powered-by{
	text-indent:51px;
}
/* Reports archive
- - - - - - - - - - - - - - - - - - - - */
#page-reports-archive .hfeed{
	clear:both;
	overflow:hidden;
}
.reports-archive .illustration{
	width:auto;
	padding:2px;
	border:1px solid #eee;
}
.reports-archive h3,
.reports-archive .date,
#content .reports-archive .announce{
	margin-left:365px;
}
/*#page-reports-archive hr{
	clear:both;
	height:1px;
	border:none;
	background-color:#eee;
	margin-bottom:9px;
}*/
/* External ads in footer
- - - - - - - - - - - - - - - - - - - - */
#external-ads{
	clear:both;
	margin:0 0 18px;
	color:#ccc;
}
#external-ads a:link,
#external-ads a:visited,
#external-ads a:hover,
#external-ads a:active{
	color:#ccc;
}


/* comments
- - - - - - - - - - - - - - - - - - - - */
#add-comment, 
#comments{
	border-top:1px solid #333;
	font-weight:bold;
	padding:8px 0 9px 20px;
	clear:both;
}
#comments{
	background:url(../icons/comments.gif) no-repeat 0 50%;
}
#comment-form-container{
	float:left;
	position:relative;
}
#photo-for-sale #comment-form-container{
	background-color:#F1F7FF;
}
#add-comment{
	background:url(../icons/comments_add.gif) no-repeat 0 50%;
	border-bottom:1px solid #ccc;
}
#content #comments .number-of-comments{
	display:inline;
	margin:0;
}
#comments #remark-it{
	margin:0 0 0 32px;
}
#comments #adauga,
#comments #remark-this{
	margin:0 0 0 43px;
}
#add-comment-form ul{
	float:left;
	width:100%;
}
#add-comment-form li{
	float:left;
	position:relative;
	width:100%;
	padding:6px 0 7px 0;
	border-bottom:1px solid #ccc;
}
#photo-for-sale #add-comment-form li{
	border-bottom-color:#C9D5EC;
}
#add-comment-form li#button{
	border:none;
}
#photo-for-sale #add-comment-form li#button{
	border-bottom:1px solid #C9D5EC;
}
#add-comment-form label{
	float:left;
	width:130px;
	margin-right:6px;
	font-size:12px;
	line-height:14px;
	padding:2px 0 0 20px;
}
#add-comment-form input{
	width:190px;
	height:14px;
	padding:2px 2px 2px 5px;
	font:11px Arial, Helvetica, sans-serif;
}
#add-comment-form textarea#message{
	height:100px;
	width:325px;
	padding:0 0 0 5px;
	font:12px Arial, Helvetica, sans-serif;
}
#add-comment-form input, 
#add-comment-form textarea{
	border:1px solid #7F9DB9;
}
#add-comment-form select#country{
	font:11px Arial, Helvetica, sans-serif;
	width:200px;
}
#add-comment-form select#country option{
	padding-left:5px;
}
#entry-comments li{
	border-top:1px solid #ccc;
	clear:both;
}
#entry-comments .date{
	float:left;
	width:130px;
	padding:6px 0 8px 20px;
	background:url(../icons/comment.gif) no-repeat 0 8px;
}
#entry-comments .date span{
	font-size:10px;
}
#entry-comments .author cite{
	display:block;
	font-weight:bold;
	font-style:normal;
}
#entry-comments blockquote{
	display:block;
	margin:0 0 0 155px;
	padding:6px 0 8px 0;
}
#comment-confirmation,
#comment-form-container noscript{
	position:absolute;
	top:0;
	left:0;
	z-index:6000;
	background-color:#F7F7F7;
	border:1px solid #ccc;
	padding:40px 20px 0;
	font-size:18px;
	width:446px;
	height:218px;
}
#content #comment-confirmation h2,
#content #comment-form-container noscript h3{
	border:none;
	font-size:27px;
	margin-bottom:36px;
	color:#333;
}
#comment-confirmation p{
	line-height:27px;
}
#close{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.subscription h3{
	line-height:36px;
	font-size:21px;
	color:#000;
	border-bottom:2px solid #333;
}
/* Photogallery 
- - - - - - - - - - - - - - - - - - - - */
dl{
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:18px;
}
dl.first{
	border:none;
	padding:0;
}
dd.img img{
	float:left;
	display:block;
	width:240px;
	margin:0 18px 18px 0;
}
dd{
	position:relative;
	top:-4px;
}
dd.img{
	top:0;
}
dd.photo-id{
	margin-top:18px;
	font-size:11px;
}
#photo-for-sale{
	clear:both;
	border-top:1px solid #C9D5EC;
	background-color:#F1F7FF;
}
#photo-for-sale h2{
	line-height:27px;
	padding:9px;
	margin:0;
	font-size:16px;
	font-weight:bold;
	border:none;
}
#photo-for-sale p{
	padding:0 9px;
	margin:0 0 9px;
}
#photo-for-sale #phones{
	border-bottom:1px solid #C9D5EC;
	padding-bottom:9px;
}
#photo-for-sale #phones li{
	padding:5px 0 5px 35px;
	background:url(../icons/phone-icon.gif) no-repeat 15px 50%;
}
#photo-for-sale #phones li strong{
	padding-left:35px;
	background:url(../icons/phone-icon.gif) no-repeat 15px 50%;
	font-weight:normal;
}
#photo-for-sale #selected-photos{
	position:relative;
	top:4px;
}
#photogallery-calendar{
	width:100%;
	margin-bottom:30px;
	padding-right:6px;
}
#photogallery-calendar thead th{
	border-bottom:2px solid #333;
}
#photogallery-calendar thead th, 
#photogallery-calendar td{
	font-weight:bold;
	text-align:center;
	padding:4px 0;
}
#photogallery-calendar td{
	font-weight:normal;
	width:30px;
	height:32px;
}
#photogallery-calendar td a{
	text-decoration:none;
	width:25px;
	height:20px;
	display:block;
	margin:0 auto;
}
/* video-archive
- - - - - - - - - - - - - - - - - - - */
#flash-movie{
	margin-bottom:9px;
	position:relative;
	min-height:105px;
}
.video-entry{
	border:solid #ccc;
	border-width:0 0 1px;
	margin-bottom:9px;
	padding:0 0 9px 0;
}
.video-entry dt{
	margin-bottom:9px;
	font-weight:bold;
}
#header:after, #related-video:after, #related-video dl.last:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*#related-video, #related-video dl.last{
	display: inline-block;
}*/
#related-video dl{
	clear:none;
	float:left;
	display:inline;
	width:152px;
	margin:0 8px 9px 0;
	border:1px solid #ccc;
	padding:2px;
}
#related-video dl.last{
	margin-right:0;
}
#related-video dd{
	top:0;
}
#related-video dd img{
	width:150px;
	height:100px;
	border:1px solid #ccc;
}
#related-video .title{
	background-color:#F1F7FF;
	min-height:55px;
	padding:5px;
	font-size:11px;
	line-height:normal;
}
#related-video hr{
	clear:both;
	border:none;
	height:1px;
	margin:0 0 9px;
}
/* Search 
- - - - - - - - - - - - - - - - - - - - */
#search{
	overflow:auto;
	display:inline;
	float:right;
	width:185px;
}
#global-search, #global-search-form, #global-search-preference{
	position:relative;
}
#content #global-search-box h2{
	margin:0;
	border:none;
}
#global-search #q,
#premium-news input{
	display:block;
	width:145px;
	padding:0 0 0 5px;
	margin:0 auto 9px;
}
#global-search-submit{
	float:right;
	display:inline;
	margin:0 15px 9px 0;
}
#global-search-form .q{
	width:410px;
	padding:1px 0 1px 5px;
	font-size:16px;
	font-family:Helvetica; 
}
#show-preference{
	position:absolute;
	top:46px;
	right:5px;
	z-index:6000;
	cursor:pointer;
	text-decoration:underline;
	display:none;
}
#global-search-form .extended-search-closed{
	background: red url(../icons/close-confirmation.gif) no-repeat;
	width:12px;
	text-indent:-9000px;
	cursor:pointer;
	top:48px;
	right:10px;
	z-index:6000;
}
#global-search-preference{
	float:left;
	width:99.5%;
	margin:17px 0 9px;
	padding:9px 0;
	border:1px solid #ccc;
	background-color:#eee;
	display:block;
	position:relative;
	z-index:1;
}
#global-search-preference h2{
	float:left;
	padding-right:20px;
	text-indent:10px;
}
#global-search-preference label{
	position:relative;
	top:8px;
}
#global-search-preference select{
	font-size:11px;
	width:50px;
	position:relative;
	top:8px;
	margin-right:10px;
}
#global-search-preference #close-preferences{
	position:absolute;
	top:7px;
	right:15px;
	width:12px;
	height:12px;
	background:url(../icons/close-confirmation.gif) no-repeat;
}
.global-results-box{
	clear:both;
	margin:12px 0 9px;
}
#content .global-search-metadata{
	margin:0;
	background-color:#FFFEB2;
	padding:3px 10px;
	border-bottom:1px dashed #ccc;
}
.global-search-results li{
	border-bottom:1px solid #D8D8D8;
}
.global-search-results li, 
.global-search-results li a{
	color:#125AA7;
	font-size:11px;
	font-weight:bold;
	padding:10px 0 10px 5px;
}
.global-search-results li li{
	border:none;
	color:#333333;
	font-weight:normal;
	padding:5px 5px 0pt 30px;
}
.global-search-results li blockquote strong{
	font-weight:bold;
}
.global-search-results li.propriet ul{
	background:url(../icons/propriet-news.gif) no-repeat 0 .75em;
}
.global-search-results .propriet .warning{
	color:red;
}
.pages span,
.pages a{
	float:left;
	display:block;
	border:1px solid #eee;
	margin:0 2px;
	padding:2px 5px;
	text-align:center;
	text-decoration:none;
	color:#069;
}
.pages a.arrow{
	padding:8px 5px;
	border:none;
	background-color:#fff;
}
.pages .current-page{
	padding:3px 5px;
	border:none;
	font-weight:bold;
	background-color:#fff;
	color:#0099FF;
}
#total-news-amount{
	width:240px;
	height:289px;
	float:left;
	display:inline;
	margin-bottom:27px;
	font-size:13px;
}
#total-news-amount h3{
	line-height:63px;
	font-size:45px;
	text-align:center;
	margin:45px 0 68px;
	font-weight:normal;
}
#total-news-amount h3 small{
	position:relative;
	font-size:16px;
	top:-21px;
}
#total-news-amount p em{
	font-style:normal;
	font-size:10px;
	display:block;
	border-top:1px solid #ccc;
}
#controls{
	position:relative;
	width:490px;
	margin:0 0 18px 260px;
	border:1px solid #333;
}
#controls #photogallery-calendar{
	width:48%;
	margin:0;
}
#archive-query{
	float:right;
	position:relative;
	top:9px;
}
#first-date-container{
	float:left;
}
#end-date-container{
	margin-left:270px;
}
#sort-button-box{
	clear:both;
	position:relative;
	margin-top:9px;
	border-top:1px solid #333;
}
h2#search_message, h2#no_results, h2#last-20{
	line-height:27px;
	margin-bottom:9px;
	clear:both;
}
h2#no_results{
	border:none;
}
#content h2.gallery-state{
	line-height:36px;
	margin-bottom:18px;
}
.voting-list{
	overflow:auto;
	margin-bottom:36px;
}
.vote{
	overflow:auto;
}
.vote h3{
	clear:both;
	border-bottom:1px solid #333;
	margin-bottom:9px;
	padding-bottom:9px;
	font-size:16px;
	font-weight:normal;
}
.vote dl{
	width:320px;
	border:none;
	margin-bottom:36px;
	padding:0;
}
.vote dd{
	top:0;
	clear:both;
}
.vote .vote-description{
	margin-bottom:9px;
}
.vote dd span{
	float:left;
	width:80px;
	font-weight:bold;
}
.participate{
	float:left;
	width:150px;
	margin:0 0 18px 20px;
	text-align:right;
}
.status{
	text-align:center;
	margin-bottom:9px;
	position:relative;
	top:2px;
}
.voting-results a, a.voting-results{
	text-decoration:none;
	background:url(../icons/view-results.gif) no-repeat 100% 50%;
	padding:8px 25px 8px 20px;
}
/* view results inside form */
a.voting-results{
	position:absolute;
	right:0;
	bottom:0;
}
#previous-votes .polls-metadata{
	display:none;
	overflow:auto;
}
#previous-votes .vote .visible{
	display:block;
}
#content #previous-votes h2{
	margin-bottom:9px;
}
#previous-votes .vote h3{
	font-size:12px;
	cursor:pointer;
	color:#1B7EDF;
}
#answers{
	border-bottom:1px solid #eee;
}
#answers li{
	overflow:auto;
}
#answers li input{
	float:left;
	width:15px;
}
#answers li p{
	margin-left:30px;
	margin-bottom:9px;
}
#content #voting-form h2{
	line-height:25px;
	padding-bottom:5px;
}
.vote .participate .status a, #vote-submit{
	text-decoration:none;
	color:#565656;
	background:#F5F5F5 url(../icons/vote.gif) no-repeat 95% 50%;
	padding:5px 25px 6px 10px;
	display:block;
	border:1px solid #ccc;
	line-height:17px;
	font-weight:bold;
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	cursor:pointer;
}
.vote .status a:hover{
	background-color:#F1F7FF;
	border-color:#C9D5EC;
}
#vote-submit{
	margin:9px 0 0 25px;
}
#results, #results li, #previous-votes, #answers li, #voting-form{
	clear:both;
	position:relative;
}
#results li{
	overflow:auto;
	border-top:1px solid #eee;
	padding-top:9px;
}
#results #all-voted{
	border-top-color:#333;
}
#results .option-number{
	float:left;
 	font-size:48px;
	line-height:48px;
	color:#ddd;
	font-family:Helvetica;
	margin:0 0 9px 0;
 }
#results .option-value{
	margin:0 0 18px 45px;
}
#results .option-value p{
	margin-bottom:9px;
}
#results .voted-number{
	position:relative;
	top:0px;
	font-weight:bold;
}
#results #all-voted p{
	float:right;
	position:relative;
	right:28px;
}
.graph{
	float:left;
	border:1px solid #8FB5FF;
	margin:0 9px 0 0;
	padding:2px;
	position:relative;
	width:350px;
}
.graph .bar{
	background-color:#8FB5FF;
	color:#000;
	display:block;
	height:1.5em;
	line-height:1.5em;
	position:relative;
	text-align:center;
}
/* polls-block on main page 
- - - - - - - - - - - - - - - - - - - - */
#poll .vote{
	padding:0 5px;
}
#poll .vote h3{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
#poll .vote dl{
	width:auto;
}
#content h2 .already-voted{
	padding-left:20px;
	background: url(../icons/vote.gif) no-repeat 0 50%;
}
.pages{
	font-size:12px;
}
#warning{
	margin-top:16px;
}
#content #warning h2{
	margin-bottom:9px;
}
#warning h3{
	font-weight:bold;
}
#warning ul{
	padding-left:40px;
}
/* Authorization form
- - - - - - - - - - - - - - - - - - - - */
#premium-news label{
	padding-left:16px;
}
#premium-news #auth-submit{
	width:auto;
}
#premium-news p{
	padding:9px 5px 5px 16px;
}
#premium-news a{
	display:block;
	padding:0 0 27px 16px;
}
#content #logout-block{
	position:absolute;
	top:30px;
	right:0;
}
#content #logout-block p{
	float:left;
	margin:0 5px 0 0;
}
#content #logout-block a{
	text-decoration:none;
}
#sign-in-block form{
	width:410px;
	margin:0 auto;
}
#sign-in-block label{
	display:block;
	margin:0 0 3px 0;
	font:14px Lucida Grande;
	font-weight:bold;
}
#sign-in-block input{
	width:390px;
	margin:0 0 30px;
	padding:2px 0 2px 5px;
	font:30px Georgia, "Times New Roman", Times, serif;
}
#sign-in-block #auth-submit{
	position:relative;
	width:150px;
	height:52px;
	border:none;
	background-color:#57A0EB;
	color:#fff;
	font-size:22px;
}
#sign-in-block #auth-submit span{
	position:absolute;
	top:-14px;
	left:-9px;
	z-index:10;
	width:150px;
	height:52px;
	background:url(../icons/login-big.png) no-repeat;
	cursor:pointer;
}
#sign-in-block #auth-submit #auth-ro{
	background-image:url(../icons/intra-big.png);
}
#sign-in-block #auth-submit #auth-en{
	background-image:url(../icons/sign-in-big.png);
}

/* Buttons
- - - - - - - - - - - - - - - - - - - - */
#button button, .global-search-submit, #global-search-submit, #sort-button-box button, #premium-news #auth-submit{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px;

	background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    font-weight:bold;

    line-height:130%;
    color:#565656;
	cursor:pointer;
}
#button button[type], .global-search-submit button[type], #global-search-submit [type], #sort-button-box button[type], #premium-news #auth-submit[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
#button button img, #sidebar #global-search-submit img, #premium-news #auth-submit img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	background:none;
}
/* add comment button*/
#comment-submit{
    margin:0 7px 0 156px;
}
#button #comment-submit:hover{
	background-color:#DFF4FF;
	border:1px solid #C2E1EF;
	color:#336699;
}
/* login button in authorisation form */
#premium-news #auth-submit{
	position:relative;
	display:block;
	width:95px;
	height:28px;
	margin:18px 0 18px 15px;
	padding:0;
	border:1px solid #ccc;
	overflow:hidden;
	background-color:#f7f7f7;
	font-size:13px;
	color:#616161;
}
#premium-news #auth-submit img{
	background:url(../icons/sprite.png) no-repeat 0 -189px;	
} 

#premium-news #auth-submit span{
	display:block;
	position:absolute;
	top:-10px;;
	left:-3px;
	z-index:10;
	width:95px;
	height:28px;
/*	background:url(../icons/login.png) no-repeat 0 0;*/
	background:url(../icons/sprite.png) no-repeat 0 -189px;	
	margin:0;
	padding:0;	
	cursor:pointer;
}
/* opera hack to fix position of authorisation button */
html:first-child #premium-news #auth-submit span{
	top:0;
	left:0;
}

#premium-news #auth-submit span#auth-ro{
	background-image:url(../icons/intra.png);
}
#premium-news #auth-submit span#auth-en{
	background-image:url(../icons/sign-in.png);
}
#global-search #global-search-submit{
	background-color:#FFECCF;
	border:1px solid #F3E5C8;
	color:#960;
}

#global-search #global-search-submit img{
	background:url(../icons/sprite.png) no-repeat -16px -189px;	
	margin-right:6px !important;
}

/* Links
- - - - - - - - - - - - - - - - - - - - */
#content .entry .number-of-comments a{
	padding:2px 0 2px 20px;
	background:url(../icons/comments.gif) no-repeat 0 50%;
	color:#f60;
	font-weight:bold;
}
#categories h2 a,
.category h3 a,
.entry h3 a,
.entry .number-of-comments a,
.entry .comment-this a,
#comments #remark-it a,
#comments #remark-this a,
#comments #adauga a,
.global-search-results li a,
.video-entry .title a,
#related-video .title a,
.links li a,
a.email,
#footer a,
#footer #footer-nav li a,
h2 a,
h2 a:hover,
.vote .participate a,
.vote .participate a:hover,
.services h2 a,
a.voting-results,
a.voting-results:hover{
	color:#526993;
	text-decoration:none;
}
#categories h2 a:hover,
.category h3 a:hover,
.entry h3 a:hover,
.entry .number-of-comments a:hover,
.entry .comment-this a:hover,
#comments #remark-it a:hover,
#comments #remark-this a:hover,
#comments #adauga a:hover,
.global-search-results li a:hover,
.video-entry .title a:hover,
#related-video .title a:hover,
.links li a:hover,
a.email:hover,
#footer a:hover,
#footer #footer-nav li a:hover,
h2 a,
.vote .participate a,
.services h2 a:hover,
a.voting-results{
	text-decoration:underline;
}
#categories h2 a,
#photogallery-calendar td a:link,
#photogallery-calendar td a:active,
#related-video .title a,
.services h2 a{
	color:#333;
} 
#photogallery-calendar td a:visited{
	color:#bbb;
}
#photogallery-calendar td a:hover{
	background:#556074;
	color:#eee;
}
.global-search-results li a{
	color:#125AA7;
}
.pages a:hover{
	background-color:#069;
	color:#fff;
	border-color:#069;
}
.pages a.arrow:hover{
	background-color:#fff;
}	
/* Handling no-flash and non-js
- - - - - - - - - - - - - - - - - - - - */
#content h2.no-flash{
	border:none;
	line-height:21px;
	padding:9px 0 9px 50px;
	background:#eee url(../icons/no-flash.jpg) no-repeat 5px 50%;
	border:1px solid #333;
}
#flash-movie noscript{
	position:absolute;
	background:#eee url(../icons/no-js.jpg) no-repeat 5px 50%;
	width:100%;
	top:0;
}
#flash-movie noscript h3{
	line-height:27px;
	font-size:16px;
	font-weight:bold;
	margin:9px 0;
}
#flash-movie noscript h3,
#flash-movie noscript p{
	padding-left:80px;
}
#news-archive noscript h3{
	line-height:27px;
	background:url(../icons/warning.gif) no-repeat 32px 7px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#news-archive noscript p{
	font-size:14px;
	padding:0 9px 9px;
}
#content #error-404{
	font:45px Helvetica;
	text-align:center;
	line-height:99px;
	border-color:#333;
	padding-top:18px;
}
#error-404 strong{
	display:block;
	font-size:130px;
}
#error-name,
#error-surname,
#error-message,
#empty-mail,
#error-email{
	margin-bottom:9px;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
}
#error-name,
#error-message,
.subscription #error-name,
.subscription #error-surname,
.subscription #error-message,
.subscription #empty-mail,
.subscription #error-email,
.stock #empty-mail,
.stock #error-email{
	position:relative;
	line-height:27px;
	text-indent:155px;
	background-color:#ff5f5f;
	color:#fff;
	border:none;
}
#add-comment-form #required-name .hidden,
#add-comment-form #required-message .hidden,
.hidden,
#language-switcher li#subscribe-to span{
	height:0.1em !important;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-50em !important;
	width:0.1em !important;
}
#page-vote #language-switcher,
#page-sondaj #language-switcher,
#page-vote-en #language-switcher,
#page-404 #language-switcher,
.invisible{
	visibility:hidden;
}
#print-logo,
.none{
	display:none;
}

/* Wine-testings
- - - - - - - - - - - - - - - - - - - */
#testing-archive{
	position:relative;
	overflow:hidden;
}
#testing-archive h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:9px;
}	
#testing-controls{
	position:absolute;
	top:0;
	right:0;
	width:52px;
}
.hide{
	display:none;
}

#testing-controls img{
	float:left;
	display:block;
	width:23px;
	height:20px;
	margin-left:3px;
	background:url(../icons/sprite.png) no-repeat;
	cursor:pointer;
}
#left-arrow img{
	background-position:-167px -152px;
}
#testing-controls .inactive img#prev{
	background-position:-144px -152px;
}
#right-arrow img{
	background-position:-190px -152px;
}
#testing-controls .inactive img#next{
	background-position:-213px -152px;
}
#slide-wrapper{
	width:490px;
	height:auto;
	overflow:hidden;
/*	background-color:#e7e7e7;*/
	border:1px solid #D3D3D3;
}
#slider{
	position:relative;
/*	background-color:#eee;*/
	width:1960px;
}
#slider dl{
	position:relative;
	left:-1px;
	float:left;
	clear:none;
	width:225px;
	height:auto;
	padding:10px 10px 5px;
	border:solid #D3D3D3;
	border-width:0 0 0 1px;	
}
#slider dd.img img{
	display:block;
	width:225px;
	height:150px;
	margin:0;
}
#slider dd.img a{
	position:relative;
	overflow:hidden;
	display:block;
	width:225px;
	height:150px;
}
#slider dd.img a span{
	position:absolute;
	right:0;
	bottom:-200px;
	display:block;
	width:215px;
	background-color:#333;
	padding:5px;
	font-weight:bold; 
}
#slider dd.img a:hover{
	text-decoration:none;
	color:#fff;
}
#slide-wrapper dd.img a:hover span{
	bottom:0;
}
#slider dd.summary{
	top:0;
	margin-top:5px;
	line-height:16px;
}
#content .full blockquote{
	margin-bottom:18px;
}
#content blockquote p{
	margin:0;
	padding:0 0 9px 18px;
	border-left:1px solid #043168;
	font-style:oblique;
	color:#333;
}

/* runline */
ul.runline2{
	font-size: 14px;
	height   : 38px;
	overflow : hidden;
	display  : block;

	width    : 100%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul.runline2 li{
	display: inline;
	height: 38px;
	overflow: hidden;
	padding: 0 200px 0 0;
	margin: 0;
}
