/* Imports */
@import url("reset.css");
@import url("grid.css");
@import url("typography.css");

/***** Global *****/
/*
	Header
*****************/
.topNav {
	height: 29px;
	line-height: 29px;
	padding-left: 14px; 
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 14px;
}
.topNav a {
	text-transform: uppercase;
	float: left;
}
.main .topNav li {
	padding: 0 10px;
	float: left;
}
.main .topNav li.marked a {
	line-height: 16px;
	margin-top: 6px;
	background: #F00;
	color: #FFF;
	padding: 1px 5px;
}
.main .topNav li:first-child {
	margin-left: 0;
} 
.topNav span, .topNav li.shop {
	padding: 0 20px 0 30px;
	background: url('http://b92s.net/ona/img/sprite.png') no-repeat -375px -354px;
}
.main .topNav ul {
	float: right;
}
.main .topNav li.socialButtons {
	line-height: 14px;
}
.main .topNav li iframe {
	margin-top: 5px;
}
.topNav form {
	float: right;
}
.topNav input {
	line-height: 29px;
	height: 29px;
	padding: 0;
	float: left;
}
.topNav input[type=text], .topNav #query-input {
	color: #838383;
	font-style: italic;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	padding: 0 10px;
	font-family: Helvetica, sans-serif;
	width: 188px;
	height: 28px;
	padding-bottom: 1px;
	background-position: 7px center !important;
}
.topNav input[type=submit] {
	text-indent: -9999px;
	background: url('http://b92s.net/ona/img/sprite.png') no-repeat -377px 7px;
	width: 32px;
	cursor: pointer;
}
.logo {
	position: absolute;
	top: 21px;
	left: 39px;
}
.main .banner {
	float: right;
	padding-right: 10px;
	height: 90px;
	width: 728px;
}
.main nav {
	margin: 12px 10px 15px;
	border: 1px solid #C8C8C8;
	background: url('http://b92s.net/ona/img/nav.gif') repeat-x left bottom;
	/* test */
	height: 32px;
}
.main li {
	float: left;
	padding: 7px 6px;
}
.main li:first-child {
	margin-left: 9px;
}
.main .active {
	background: url('http://b92s.net/ona/img/arrow-pink.png') no-repeat center bottom;
}
.main .star a {
    color: #D61D1D;
}
.main .star {
    background: url("http://b92s.net/ona/img/menu-star.png") no-repeat scroll 0 0 transparent;
    margin: 0 0 0 6px;
    padding: 7px 7px 7px 22px;
}
.main li.highlight {
	border: 1px solid #E8B2C2;
	margin: -1px 0 0 0;
	background: #F4B8C8; /* Old browsers */
	background: -moz-linear-gradient(top, #FFECEF 0%, #F4B8C8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFECEF), color-stop(100%,#F4B8C8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFECEF 0%,#F4B8C8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFECEF 0%,#F4B8C8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFECEF 0%,#F4B8C8 100%); /* IE10+ */
	background: linear-gradient(top, #FFECEF 0%,#F4B8C8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFECEF', endColorstr='#F4B8C8',GradientType=0 ); /* IE6-9 */
}
.main li.highlight a {
	color: #962B4C;
}
.main li.highlight.active a {
	color: #962B4C;
}
/* nav with dd */
.main .dd {
	padding: 0;
	overflow: visible;
}
.main .dd li {
	margin-right: 0;
	padding: 0 12px 0 11px;
	height: 32px;
	line-height: 32px;
	position: relative;
	background: url('http://b92s.net/ona/img/nav-li-bg.gif') no-repeat right bottom;
}
.main .dd .active, .main .dd li:hover {
	background: url('http://b92s.net/ona/img/nav-li-bg.gif') no-repeat right bottom;
}
.main .dd .active a, .main .dd li:hover a {
	background: url('http://b92s.net/ona/img/arrow-pink.gif') no-repeat center bottom;
	height: 32px;
	display: block;
	color: #6A30BE;
}
.main .dd li ul {
	position: absolute;
	background: #FAFAFA;
	border: 1px solid #CBCBCB;
	top: 32px;
	left: -2px;
	z-index: 100;
	display: none;
	width: 111px;
}
.main .dd li li {
	float: none;
	border-top: 1px solid #DBDBDB;
	background: none;
	padding: 0 11px 0 10px;
	height: 29px;
	line-height: 29px;
}
.main .dd li li:first-child {
	border-top: none;
}
.main .dd li li a {
	text-transform: none;
}
.main .dd li:hover ul {
	display: block;
}
.main .dd li:hover li, .main .dd li:hover li a {
	background: none;
}
.main .dd li:hover li a {
	height: auto;
	color: #000;
}
.main .dd li:hover li:hover a {
	color: #6A30BE;
}
/*
.main .dd li.nav-lepota ul {
	width: 69px;
}
.main .dd li.nav-moda ul {
	width: 69px;
}
.main .dd li.nav-zdravlje ul {
	width: 79px;
}
.main .dd li.nav-dijeta ul {
	width: 69px;
}
.main .dd li.nav-ljubav ul {
	width: 69px;
}
.main .dd li.nav-hrana ul {
	width: 69px;
}
.main .dd li.nav-kuca ul {
	width: 69px;
}
.main .dd li.nav-porodica ul {
	width: 69px;
}
.main .dd li.nav-posao ul {
	width: 69px;
}
.main .dd li.nav-kako ul {
	width: 69px;
}
.main .dd li.nav-zodijak ul {
	width: 69px;
}*/
#brandingLeft, #brandingRight {
    height: 1020px;
    left: 50%;
    margin-left: -858px;
    position: fixed;
    top: 0;
    width: 360px;
}
#brandingRight {
    margin-left: 496px;
}
.subHeader {
	margin: 0 10px 20px;
}
/*
	Article
*****************/
article span {
	text-transform: uppercase;
	margin: 15px 0 12px;
	display: block;
}
article address {
	display: inline;
	font-style: normal;
}
article bdi {
	color: #6A30BE;
	padding-left: 10px;
}
article p, article li, .commentsContainer p, #singlePage p, article .text {
	font-size: 14px;
	line-height: 1.6em;
	font-family: 'OpenSans-Regular', Arial, Helvetica, sans-serif;
}
article .social {
	margin: 17px 0 15px;
}
article .social.down {
	padding: 27px 0 23px;
	clear: both;
}
.img-frame-center, .img-frame-left, .img-frame-right {
	position: relative;
	margin-bottom: 17px;
}
.img-frame-left {
	margin: 20px 10px 10px 0;
}
.img-frame-right {
	margin-left: 10px;
}
.img-frame-center {
	width: 640px !important;
	margin-top: 10px;
}
.img-caption {
	position: absolute;
	left: 0;
	bottom: 6px;
	background: url('http://b92s.net/ona/img/dot.png') repeat;
	color: #FFF;
	height: 23px;
	line-height: 23px;
	padding: 0 14px;
	letter-spacing: 0.85;
}
.img-frame-center .img-caption {
	bottom: 10px;
}
.img-frame-right .img-caption {
	left: 2px;
}
article .social span {
	margin: 0;
}
.antrfile {
	border: 1px solid #C8C8C8;
	background: #FCFCFC;
	width: 285px;
}
.antrfile .textvesti {
	padding: 21px 23px;
}
.antrfile.right {
	margin-left: 30px;
	float: right;
}
.antrfile.left {
	margin-right: 30px;
	float: left;
}
article ul {
	margin: 0 0 15px 2px;
}
article li {
	padding: 7px 0 7px 12px;
	background: url('http://b92s.net/ona/img/dot-pink.gif') no-repeat left center;
}
article .mmedia-block {
	max-width: 640px;
}
article .mmedia-block object, article .mmedia-block embed, article .mmedia-block iframe {
	max-width: 640px;
}
/*
article .mmedia-block object, article .mmedia-block embed, article .mmedia-block iframe {
	width: 640px !important;
	height: 480px !important;
} 
article .mmedia-block iframe.twitter-tweet {
	height: auto !important;
}*/
.readMore {
	border: 1px dotted #000;
	overflow: auto;
	margin-bottom: 23px !important;
}
.readMore li {
	float: left;
	width: 318.5px;
	text-align: center;
}
.readMore li:first-child {
	border-right: 1px dotted #000;
}
.readMore li:first-child a {
	background: url('http://b92s.net/ona/img/arrow-previous.png') no-repeat 13px center;
}
.readMore li:last-child a {
	background: url('http://b92s.net/ona/img/arrow-next.png') no-repeat 295px center;
} 
.readMore li a {
	padding: 12px 5px 33px;
	float: left;
	width: 308.5px;
}
.readMore span {
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 3px;
}
.module {
	overflow: hidden;
}
article .module {
	margin-bottom: 30px;
}
.module h3 {
	background: url('http://b92s.net/ona/img/module-bg.gif') repeat-x left center;
	margin-bottom: 10px;
}
.module.sms-box h3 {
	background: #FFF;
}
.module.sms-box h3 img {
	float: right;
}
.module .stars {
	background: url('http://b92s.net/ona/img/zvezdice.gif') no-repeat right top;
}

#singlePage h1 {
	background: url('http://b92s.net/ona/img/title-bg.gif') repeat-x left 7px;
	margin-bottom: 10px;
}
#singlePage h1.img {
	background-position: left 11px;
}
.module h3 span, #singlePage h1 span {
	background: #FFF;
	padding-right: 12px;
	display: inline;
}
.related li {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.module h2 {
	margin-top: 2px;
}
.commentsArticle, .commentsArticle a {
	color: #191919;
}
.commentsArticle ul {
	border: 1px solid #CCC;
	padding: 10px 0 18px 18px; 
	overflow: auto;
}
.commentsArticle li {
	float: left;
}
.commentsArticle li:first-child {
	padding-left: 0;
	width: 206px;
}
.commentsArticle .number {
	font-size: 44px;
	padding: 17px 0 0 5px;
	display: block;
}
.commentsArticle .second {
	width: 244px;
}
.commentsArticle .second span {
	margin-bottom: 1px;
}
.commentsArticle .second a {
	display: block;
	line-height: 16px;
}
.commentsArticle .button {
	background: #CE3628; /* Old browsers */
	background: -moz-linear-gradient(top, #E95C33 0%, #E53C2C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E95C33), color-stop(100%,#E53C2C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* IE10+ */
	background: linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E95C33', endColorstr='#E53C2C',GradientType=0 ); /* IE6-9 */
	border:1px solid #CE3628;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	color: #FFF;
	height: 35px;
	line-height: 35px;
	width: 147px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	margin-top: 21px;
}
article .text table td {
	padding: 2px 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
article .text table tr:first-child td {
	background: #F4F6F8;
	text-align: center;
} 
article table.antrfile td {
	padding: 0;
	border: none;
}
article .text table.antrfile tr:first-child td {
	background: none;
	text-align: left;
}
/*
	Footer
*****************/
.bottom {
	border-top: 1px solid #C8C8C8;
	background: #F1F1F1;
	padding: 22px 20px 27px 19px;
	text-transform: uppercase;
	margin: 16px 0 1px;
}
.bottom nav, .bottom .social {
	overflow: auto;
}
.bottom li {
	float: left;
	padding: 10px 18px 0 0;
}
.bottom nav li:first-child {
	padding: 0 13px 0 0;
}
.bottom .social a, .bottom span a {
	color: #050505;
}
.bottom .social {
	margin: 15px 0 17px;
}
.bottom .social li {
	padding: 3px 20px 3px 0;
}
.bottom .social a {
	background: url('http://b92s.net/ona/img/sprite.png') no-repeat;
	padding: 0 0 1px 21px;
}
.bottom .social a[href*="facebook.com"] {
	background-position: -384px -39px;
}
.bottom .social a[href*="twitter.com"] {
	background-position: -384px -63px;
}
.bottom .social a[href*="plus.google"] {
	background-position: -384px -87px;
}
.bottom .b92 {
	overflow: auto;
}
.bottom a.top {
	color: #676767;
	float: right;
	background: url('http://b92s.net/ona/img/sprite.png') no-repeat 15px -995px;
	padding: 8px 0 0 0;
	margin-top: -35px;
}
/*
	Aside
*****************/
aside .banner {
	border: 5px solid #EBEBEB;
	margin-bottom: 13px;
	line-height: 0;
}
aside .module {
	margin-bottom: 25px;
}
.fb {
	margin-top: 16px;
}
.types li {
	background: url('http://b92s.net/ona/img/sprite.png') no-repeat;
	margin: 0 0 10px 0;
	width: 150px;
	height: 80px;
}
/*
.types li:nth-child(2n+1) {
	float: left;	
}
.types li:nth-child(2n+2) {
	float: right;	
}
.typesli:first-child {
	background-position: left 0;
}
.typesli:first-child + li {
	background-position: -160px 0;
}
.typesli:first-child + li + li {
	background-position: left -90px;
}
.types li:nth-child(4) {
	background-position: -160px -90px;
}
.types li:nth-child(5) {
	background-position: left -180px;
}
.types li:nth-child(6) {
	background-position: -160px -180px;
}
.types li:nth-child(7) {
	width: 310px;
	background-position: left -270px;
}
.types li:nth-child(7) a {
	width: 310px;
}
*/
.types li.one, .types li.three, .types li.five, .types li.seven {
	float: left;	
} 
.types li.two, .types li.four, .types li.six {
	float: right;
}
.types .one {
	background-position: left 0;
}
.types .two {
	background-position: -160px 0;
}
.types .three {
	background-position: left -90px;
}
.types .four {
	background-position: -160px -90px;
}
.types .five {
	background-position: left -180px;
}
.types .six {
	background-position: -160px -180px;
}
.types .seven {
	width: 310px;
	background-position: left -270px;
}
.types li a {
	width: 150px;
	height: 80px;
	display: block;
}
.types .seven a {
	width: 310px;
}

.tabs {
	overflow: auto;
	background: url('http://b92s.net/ona/img/tabs-bg.gif') repeat-x left bottom;
	padding-left: 12px;
	margin-bottom:8px;
}
.tabs li a {
	float: left;
	padding: 10px 15px;
	margin-right: 5px;
}
.tabs li a.current, .tabs li.ui-tabs-active a {
	padding: 10px 15px;
	border-top: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	background: #FFF;
}

/*
.tabs {
	padding-left: 12px;
	border-bottom:1px solid #7F7F7F;
	z-index: 10;
	padding-bottom: 0;
	float: left;
	width: 98%;
}
.tabs li {
	display: inline-block;
	margin-bottom: -4px;
	position:relative;
	z-index:100;
}

.tabs li a {
	float: left;
	padding: 10px 15px;
	margin-right: 5px;
	display: inline-block;
}
.tabs li a.current, .tabs li.ui-tabs-active a {
	padding: 10px 15px;
	border-top: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	background: #FFF;
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;

}
*/
.panes {
	margin-top: 10px;
}
.panes li {
	border-top: 1px dotted #7F7F7F;
	padding: 16px 0 16px 41px;
	clear: both;
}
.panes li:first-child {
	border-top: none;
	background: url('http://b92s.net/ona/img/number1.png') no-repeat 4px center;
} 
.panes li:first-child + li {
	background: url('http://b92s.net/ona/img/number2.png') no-repeat 4px center;
} 
.panes li:first-child + li + li {
	background: url('http://b92s.net/ona/img/number3.png') no-repeat 4px center;
} 
.panes li:first-child + li + li + li {
	background: url('http://b92s.net/ona/img/number4.png') no-repeat 4px center;
} 
.panes li:first-child + li + li + li +li {
	background: url('http://b92s.net/ona/img/number5.png') no-repeat 4px center;
} 
.gallery {
	margin-top: 24px;
}
.gallery li {
	position: relative;
	width: 310px;
}
.jcarousel-container-horizontal {
	width: 310px;
}
.jcarousel-clip {
	overflow: hidden;
}
.jcarousel-clip-horizontal {
	width: 310px;
	height: 150px;
}
.jcarousel-prev, .jcarousel-next {
	width: 20px;
	height: 150px;
	background: url('http://b92s.net/ona/img/sprite.png') no-repeat left -353px;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.jcarousel-next {
	background-position: -24px -353px;
}
.jcarousel-prev {
	left: 0;
}
.jcarousel-next {
	right: 0;
}
.gallery p {
	padding: 2px;
	position: absolute;
	left: 25px;
	top: 126px;
	background: url('http://b92s.net/ona/img/dot.png') repeat;
	color: #FFF;
	font-size: 11px;
}
/*
	Content
*****************/
.slider {
	margin-bottom: 19px;
	float: left;
}
.sliderTop {
	position: relative;
	margin-bottom: 10px;
	/*test*/
	overflow: auto;
}
.slider span {
	background: #FFF;
	padding: 4px 0 4px 4px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.slider span a {
	width: 5px;
	height: 5px;
	background: #D0D0D0;
	margin-right: 4px;
	float: left;
}
.slider span a.active {
	background: #6A30BE;
}
.sliderDescription {
	background: url('http://b92s.net/ona/img/dot-white.png') repeat;
	padding: 7px 9px 9px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 452px;
}
.sliderDescription h1 {
	line-height: 29px;
}
.sliderDescription p {
	font-size: 13px;
	text-shadow: 1px 1px 1px #FFF;
	margin: 11px 0 7px;
	line-height: 17px;
}
.sliderDescription p a, .articlesList-category p a {
	color: #6A30BE;
	font-size: 14px
}
.slider li {
	float: left;
	width: 76px;
	margin-left: 4.5px;
	position: relative;
}
.slider li:first-child {
	margin-left: 0;
	margin-right: 0.5px;
}
.slider .arrow {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.slider .active .arrow {
	display: block;
}
.fullWidth h3 {
	text-align: center;
}
.fullWidth h3 span {
	padding-left: 12px;
}
.fullWidth li {
	float: left;
	width: 156px;
	margin-left: 6px;
	text-align: center;
}
.fullWidth li:first-child {
	margin-left: 0;
}
.fullWidth.smaller li {
	margin-left: 4px;
}
.left {
	margin-right: 10px;
}
.article1 h2 {
	margin-top: 4px;
}
.selectCategory {
	border: 1px solid #F0B1C4;
	margin-top: 4px;
	/*overflow: auto;*/
	height: 23px;
	display: block;
}
.selectCategory li {
	float: left;
	border-left: 1px solid #F0B1C4;
	text-align: center;
	height: 23px;
	line-height: 23px;
	width: 132px;
}
.selectCategory li:first-child {
	border-left: none;
}
.selectCategory li.previous, .selectCategory li.next {
	width: 23px;
}
.selectCategory li.previous a, .selectCategory li.next a {
	background: url('http://b92s.net/ona/img/sprite.png') no-repeat -313px -81px;
	width: 23px;
	height: 23px;
	display: block;
}
.selectCategory li.next a {
	background-position: -338px -81px;
}
.selectCategory a {
	text-transform: uppercase;
	font-size: 14px;
}
.articlesList {
	padding-top: 4px;
}
.articlesList li {
	padding: 3px 0 3px 28px;
	background: url('http://b92s.net/ona/img/dot-pink.gif') no-repeat 13px center;
}
.articlesList li.last {
	font-style: italic;
	font-weight: bold;
} 
.articlesList .arrows {
	color: #6A30BE;
}
.article2 div {
	float: left;
	width: 315px;
}
.article2 div.clear {
	float: none;
}
.article2 h2 {
	margin-top: 6px;
}
.article2 .articlesList {
	float: left;
	padding: 4px 0 0 4px;
	width: 320px;
}
.article2 .articlesList li {
	padding: 6px 0 6px 28px;
}
.article3 img {
	float: left;
	width: 160px;
	margin-right: 12px;
}
.module.article3 h2 {
	margin-top: -2px;
	float: left;
	width: 143px;
}
.article3 .articlesList {
	clear: both;
	padding-top: 8px;
}
.article3 .articlesList li, .article4 .articlesList li {
	background-position: 1px center;
	padding: 4px 0 4px 16px;
}
section.secondHalf .module {
	margin-bottom: 19px;
}
.article4.left {
	margin-right: 20px;
}
.article4 .articlesList {
	padding-top: 6px;
}
.article4 .articlesList li {
	padding-left: 10px;
}
.articlesList-images li {
	overflow: auto;
	margin-bottom: 5px;
}
.articlesList-images img {
	float: left;
	width: 65px;
	margin-right: 15px;
}
.articlesList-images {
	font-size: 16px;
}
.articlesList-images .link {
	padding-top: 3px;
	float: left;
	width: 235px;
}
.article5 {
	position: relative;
}
.article5 h3 {
	background: none;
}
.article5 .arrowUp {
	position: absolute;
	left: 11px;
	top: 95px;
}
.article5 h2 {
	font-size: 12px;
	padding: 1px 0 11px 11px;
	margin-top: 6px;
	line-height: 14px;
}
.article5 li {
	padding: 11px 0 14px 11px;
	border-bottom: 1px solid #CCC;
	line-height: 14px;
}
.article5 li:first-child {
	border-top: 1px solid #CCC;
} 
.article6 h2 {
	font-size: 16px;
	margin-top: 4px;
}
.article6 img {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.article6 div {
	float: left;
	width: 225px;
}
.inBox-left, .inBox-right {
	position: relative;
}
.inBox-left h2, .inBox-right h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('http://b92s.net/ona/img/dot-white.png') repeat;
	padding: 9px 12px 14px;
	text-shadow: 1px 1px 1px #FFF;
	width: 239px;
	line-height: 19px;
}
.poll {
	background: url('http://b92s.net/ona/img/question-mark.png') no-repeat right 38px;
}
.slider.category {
	margin-bottom: 15px;
}
.listTwo {
	overflow: auto;
	margin-bottom: 16px;
}
.listTwo li {
	float: left;
	position: relative;
}
.listTwo li:first-child {
	margin-right: 20px;
} 
.listTwo h2 {
	padding: 5px 0 8px;
	text-align: center;
	width: 310px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("http://b92s.net/ona/img/dot-white.png") repeat;
}
.listTwo h2 a {
	color: #6A30BE;
}
.articlesList-category li {
	padding: 0 0 20px 0;
}
.articlesList-category img {
	float: left;
	padding: 0 9px 0 0;
}
.articlesList-category h2 {
	float: left;
	width: 421px;
	font-size: 20px;
	margin-bottom: 5px;
}
.articlesList-category h2 a {
	color:#6A30BE;
}
.articlesList-category p {
	line-height: 1.4em;
	float: right;
	width: 421px;
	font-size: 14px;
	margin-top: 5px;
}
.more {
	border: 1px solid #C8C8C8;
	height: 38px;
	line-height: 38px;
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 30px;
	background: url('http://b92s.net/ona/img/more-bg.gif') repeat-x left bottom;
	cursor: pointer;
}
.horoskop {
	padding-bottom: 18px;
	overflow: auto;
	position: relative;
}
.horoskop li {
	float: left;
	width: 47px;
	margin-left: 6px;
	text-align: center;
}
.horoskop li:first-child {
	margin-left: 4px;
} 
.horoskop .sign {
	background: url('http://b92s.net/ona/img/horoskop.png') no-repeat;
	width: 47px;
	height: 47px;
	margin-bottom: 8px;
	display: block;
}
.horoskop li:first-child .sign {
	background-position: -4px 0;
}
.horoskop li:first-child + li .sign {
	background-position: -57px 0;
}
.horoskop li:first-child + li + li .sign {
	background-position: -109px 0;
}
.horoskop li:first-child + li + li +li  .sign {
	background-position: -162px 0;
}
.horoskop li:first-child + li + li +li + li .sign {
	background-position: -216px 0;
}
.horoskop li:first-child + li + li +li + li + li  .sign {
	background-position: -268px 0;
}
.horoskop li:first-child + li + li +li + li + li + li .sign {
	background-position: -320px 0;
}
.horoskop li:first-child + li + li +li + li + li + li + li .sign {
	background-position: -375px 0;
}
.horoskop li:first-child + li + li +li + li + li + li + li + li .sign {
	background-position: -428px 0;
}
.horoskop li:first-child + li + li +li + li + li + li + li + li + li .sign {
	background-position: -481px 0;
}
.horoskop li:first-child + li + li +li + li + li + li + li + li + li + li .sign {
	background-position: -534px 0;
}
.horoskop li:first-child + li + li +li + li + li + li + li + li + li + li + li .sign {
	background-position: -588px 0;
}
.horoskop .additional {
	display: block;
	text-align: center;
	color: #6A30BE;
	background: #FFF;
	width: 102px;
	height: 18px;
	line-height: 20px;
	position: absolute;
	top: 3px;
	left: 266px;
}
.horoskop a:hover {
	color: #6A30BE;
}
.halfWidth .horoskop {
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
.halfWidth .horoskop li, .halfWidth .horoskop li:first-child {
	margin: 0 5px 2px 0 !important;
}
.halfWidth .horoskop .sign {
	margin-bottom: 0;
}
#komentar-forma input[type=text], #komentar-forma textarea {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 5px 0 10px 0;
}
#captcha_attempt {
	width: 192px;
}
#komentar-forma input[type=submit] {
	cursor: pointer;
	width: 198px !important;
}
/* old comments style */
#comments-switch-order {
	border-bottom:1px solid #BBB;
	background:url("http://b92s.net/v4/img/comment-bg.gif") repeat-x 0 16px;
	width: 630px;
}
#comments-switch-order li span {
	font-size:12px;
}
.comments li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
    padding-top: 22px;
}
.comments li a {
    color: #333366;
    font-size: 12px;
}
.comments li.selected-tab {
	border-top:1px solid #BBB;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
	background:#FFF;
	padding:0;
	margin:11px 20px -1px 0;
 }
.comments li.selected-tab a {
	padding:10px 15px 15px 15px;
	color:#444;
	display:block;
}
.comments {
    float: left;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
    width: 650px;
}
.comments ol {
	list-style-type: none;
}
.comments ol li {
    border-bottom-color: #EFEFEF;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    width: 640px;
}
.rate-comment-container .rc-item {
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
}
.rate-comment-container .rc-item a {
    display: block;
    padding-bottom: 5px;
    padding-left: 24px;
    padding-right: 0;
    padding-top: 5px;
}
.rate-comment-container .rc-item a.rate-up {
	background:url("http://b92s.net/v4/img/up.gif") no-repeat left center;
}
.rate-comment-container .rc-item a.rate-dn {
	background:url("http://b92s.net/v4/img/dn.gif") no-repeat left center;
}
.rate-comment-container .rc-item a.rate-what {
	background:url("http://b92s.net/v4/img/what.gif") no-repeat 9px center;
}
.commentsContainer p.preview, .commentsContainer .sendComment, #komentar-forma input[type=submit] {
	width: 250px;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
}
.commentsContainer p.preview {
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#F4F4F4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#F4F4F4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#F4F4F4 100%); /* IE10+ */
	background: linear-gradient(top, #FFFFFF 0%,#F4F4F4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-9 */
	border:1px solid #BBBBBB;
	color: #464646;
}
.commentsContainer p.preview {
	cursor: pointer;
}
.commentsContainer .sendComment, #komentar-forma input[type=submit] {
	background: #AFD752; /* Old browsers */
	background: -moz-linear-gradient(top, #AFD752 0%, #76A91E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AFD752), color-stop(100%,#76A91E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #AFD752 0%,#76A91E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #AFD752 0%,#76A91E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #AFD752 0%,#76A91E 100%); /* IE10+ */
	background: linear-gradient(top, #AFD752 0%,#76A91E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AFD752', endColorstr='#76A91E',GradientType=0 ); /* IE6-9 */
	border:1px solid #397832;
	color: #FFF;
}
.commentsContainer .sendComment {
	margin-bottom: 15px;
}
.commentsContainer .sendComment a {
	color: #FFF;
}
.pages-navigation-form {
	width: 640px;
	float: left;
	margin: 0 0 0 10px;
	background: url("../img/dot-white.png") repeat;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
.pages-navigation-form-child {
	width: 300px;
}
.pages-navigation-form-child td {
	vertical-align: middle;
	padding: 3px 3px 0 3px;
	text-transform: uppercase;
}
.pages-navigation-form-child input[type=text] {
	border: 1px solid #EBEBEB;
}
.bmi {
	padding: 10px 0 55px;
	background: url('http://b92s.net/ona/img/bmi-girl.jpg') no-repeat right bottom;
}
.bmi .left {
	float: left;
	width: 170px;
}
.bmi .right {
	margin-left: 50px;
	text-align: center;
	width: 200px;
	float: left;
	padding: 37px 0 0 0;
}
.bmi label, .bmi span {
	font-weight: bold;
}
.bmi label {
	width: 50px;
	display: inline-block;
}
.bmi label.long {
	font-weight: normal;
	width: 250px;
}
.bmi input[type=text], .calendarOvulation input[type=text], .calendarOvulation select {
	border: 1px solid #C3C3C3;
	background: url('http://b92s.net/ona/img/form-bg.gif') repeat-x;
	padding: 3px;
}
.bmi input[type=button], .calendarOvulation input[type=submit] {
	background: #CE3628; /* Old browsers */
	background: -moz-linear-gradient(top, #E95C33 0%, #E53C2C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E95C33), color-stop(100%,#E53C2C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* IE10+ */
	background: linear-gradient(top, #E95C33 0%,#E53C2C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E95C33', endColorstr='#E53C2C',GradientType=0 ); /* IE6-9 */
	border:1px solid #CE3628;
	color: #FFF;
	height: 32px;
	line-height: 32px;
	width: 151px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
}
.bmi span {
	font-size: 14px;
}
#bmi_res {
	font-size: 50px;
	color: #808080;
	font-weight: bold;
	margin-top: -5px;
}
.bmiTable {
	color: #333;
}
.bmiTable td, .bmiTable th {
	padding: 10px;
	border: 1px solid #B6C2A7;
	background: url('http://b92s.net/ona/img/form-bg.gif') repeat-x;
}
.bmiTable th {
	font-weight: bold;
	padding: 5px 10px;
}
.calendarOvulation label {
	display: inline-block;
	width: 420px;
}
/*
	Gallery
*****************/
.galleryContainer .pages-navigation-form {
	margin-left: 0;
}
.galleryList {
	margin: 10px 0;
}
.galleryList li {
	overflow: auto;
}
.galleryList li img {
	float: left;
	padding: 0 10px 10px 0;
}
.galleryList p {
	margin: 0 0 5px 0;
	font-size: 14px;
}
.galleryList span {
	text-transform: uppercase;
	font-size: 11px;
	color: #767676;
}
.galleryList adress {
	color: #767676;
	font-size: 11px;
}
#galleryImg {
	background:#333;
	overflow:auto;
}
#galleryImg h2 {
	background:url("../img/bg-galerija-top.jpg") no-repeat 0 0;
	color:#FFF;
	font-size:16px;
	padding:10px;
}
#galleryImg p a {
	color:#FFF;
}
#galleryImg .img img {
	max-width:640px;
}
#zoom #left-container {
	padding:0;
	width:660px;
	margin:10px 0;
}
#zoom #right-container {
	padding-top:9px;
	border:none;
}
#zoom #section_navigation {
	margin:0 0 0 10px;
}
#galleryImg .img {
	background:#000;
	text-align:center;
	position:relative;
}
#galleryImg h5 {
	color:#FFF;
	margin:5px 10px 10px 10px;
	font-size: 10px;
	text-transform: uppercase;
}
#galleryImg p {
	color:#FFF;
	font-size: 16px;
	margin:10px 10px 5px 10px;
	padding-bottom:10px;
	border-bottom:2px solid #808080;
}
#galleryImg .prev, #galleryImg .next {
	width:25%;
	position:absolute;
	top:0;
	display:block;
	height:100%;
}
#galleryImg .prev {
	left:0;
}
#galleryImg .next {
	right:0;
}
#galleryImg .prev div {
	background:url("../img/gallery-left.png") no-repeat 0 0;
	width:100px;
	height:100px;
	position:absolute;
	top:40%;
	left:0;
}
#galleryImg .next div {
	background:url("../img/gallery-right.png") no-repeat 0 0;
	width:100px;
	height:100px;
	position:absolute;
	top:40%;
	right:0;
}
#galleryImg .previus-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 25%;
}
#galleryImg .previus-image:hover {
	background: url("../img/gallery-left.png") no-repeat scroll left 50% transparent;
	}
#galleryImg .next-image {
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 25%;
}
#galleryImg .next-image:hover {
	background: url("../img/gallery-right.png") no-repeat scroll right 50% transparent;
}
#ajaxGallery-Prev, #ajaxGallery-Next{
	font-size: 280%;
	padding: 20px;
}
.imgHeader {
	background: url("http://b92s.net/v4/img/bg-galerija-top.jpg") no-repeat 0 0;
	color: white;
	font-size: 16px;
	padding: 5px 5px 10px;
	height:25px;
}
#galleryImg h2 {
	background: none;
	color: white;
	font-size: 16px;
	padding:5px;
	width:400px;
	float:left;
	text-align:left;
}
#galleryImg .previus-image {
	float:right;
	position:relative!important;
	height: 30px;
	width: 30px;
	padding:0;
	color:#fff;
	font-size:14px;
	background: url('http://b92s.net/gallery/img/btnPrevius.png') no-repeat 0 0;
	margin: 0 0 0 0;
}
#galleryImg .previus-image:hover {
	background: url('http://b92s.net/gallery/img/btnPrevius.png') no-repeat 0 0;
}
#galleryImg .next-image {
	float:right;
	position:relative!important;
	height: 30px;
	width: 30px;
	padding:0;
	color:#fff;
	font-size:14px;
	background: url('http://b92s.net/gallery/img/btnNext.png') no-repeat 0 0;
	margin: 0 0 0 5px;
}
#galleryImg .next-image:hover {
	background: url('http://b92s.net/gallery/img/btnNext.png') no-repeat 0 0;
}
.galleryArchive {
	margin-top: 10px;
}
.galleryArchive li {
	float: left;
	width: 120px;
}
#tips li{
	display:none; /* hide the items at first only to display one with javascript */
}
/* Search */
#results {
	width: 970px;
	padding: 0;
}
.gsc-adBlockVertical {
	display:none;
}
.gsc-tabsArea {
	float:left;
	width:980px;
}
.gsc-control-cse {
	float:left;
}
form.gsc-search-box {
	width: 540px !important;
	margin: 0 auto !important;
}
input.gsc-input {
	border:1px solid #000;
	height:21px;
}
input.gsc-search-button {
	background: #343434;
	border:none;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px;
}
.gsc-tabsArea {
	float: left;
	margin-top: 6px;
	width:965px;
	background: url('http://b92s.net/v4/img/1x1grey.gif') repeat-x scroll center bottom transparent;
	padding-bottom: 1px;
}
.gsc-tabHeader.gsc-tabhActive {
   background: none repeat scroll 0 0 #FFFFFF;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	margin: 0 1px;
	padding: 10px 5px 11px;
	text-align: center;
	float:left;
	color: #8A8A8A;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: -1px;
}
.gsc-tabHeader.gsc-tabhInactive {
	background: none repeat scroll 0 0 #E9E9E9;
	border-left:none;
	border-top:none;
	border-right:none;
	float: left;
	margin: 0 1px;
	padding: 10px 5px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
	text-decoration: none;
}
.gsc-wrapper {
	float:left;
	width:100%;
}
.gsc-resultsbox-visible {
	margin:5px 0 0 0;
}
.gsc-resultsHeader {
	border-bottom: none;
}
.gs-result .gs-title, .gs-result .gs-title * {
	font-size:16px;
	color:#333366;
}
.gs-result .gs-snippet {
	font-size:14px;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color:#666699;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border:1px solid #B5B5B5;
	color:#666699;
	font-weight:bold;
	font-size:14px;
	padding: 8px 0 0 0;
	text-align: center;
	width: 30px;
	height:22px;
	float:left;
	text-decoration:none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border:none;
	background:#666699;
	color: #FFF !important;
	font-weight:bold;
	font-size:14px;
	height: 24px;
	padding: 8px 0 0 0;
	text-align: center;
	width: 32px;
	float:left;
}
.gsc-completion-container {
	background:#FFF;
	z-index:50;
}
.gsc-results .gsc-cursor-box {
	overflow: auto;
	margin: 10px 0;
}
#singlePage.iShop p {
	font-size: 12px;
	color: #909090;
	margin-bottom: 5px;
}
.iShop p a, #singlePage p a {
	color: #6A30BE;
}
.avatar {
	overflow: auto;
}
.avatar p {
	float: left;
	width: 560px;
}
.avatar div {
	float: right;
	width: 70px;
	margin-left: 10px;
	position: relative;
}
.avatar span {
	font-size: 10px;
	position: absolute;
	background: url("http://b92s.net/ona/img/dot-white.png") repeat;
	width: 66px;
	padding: 2px 2px 4px 2px;
	left: 0;
	bottom: 0;
}
.twitter-share-button {
	margin-left: 5px;
}
.kickdown {
	margin: -5px 0 10px;
}
.promoLine {
	padding: 10px;
	border: 1px solid #C8C8C8;
	text-align: center;
	margin: 10px 0 0 0;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFF 0%, #F7F7F7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F7F7F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFF 0%,#F7F7F7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFF 0%,#F7F7F7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFF 0%,#F7F7F7 100%); /* IE10+ */
	background: linear-gradient(top, #FFF 0%,#F7F7F7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
}
.promoLine a {
	color: #6A30BE;
}
#galleryImg p {
	font-size: 14px;
}
#galleryImg .img img {
	margin-bottom: -4px;
}
.promoBox {
	background: url("../img/superzena-rss.png") no-repeat 27px 230px;
}
.promoBox h3 {
	/*padding: 5px;
	background: #336;
	margin-bottom: 5px;
	text-align: center;
	font-size: 18px;*/
}
.module.promoBox h3 a {
	/*color: #FFF;*/
}
.promoBox li {
	border-top: 1px solid #E2DFD3;
	overflow: auto;
	padding: 8px 5px;
	font-size: 14px;
}
.promoBox li:first-child {
	border-top: none;
}
.promoBox img {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 5px;
}
.mainLeft, .mainRight {
	float: left;
}
.mainLeft {
	width: 386px;
	margin: 0 10px;
}
.mainRight {
	width: 256px;
}
.mainLeft div img {
	width: 386px;
	height: 264px;
}
.mainLeft li {
	float: left;
	width: 188px;
}
.mainLeft li:first-child {
	margin-right: 10px;
}
.mainLeft li img {
	width: 188px;
	height: 100px;
}
.mainRight img {
	width: 256px;
	height: 180px;
}
.mainLeft h2, .mainRight h2 {
	font-family: 'OpenSans-Light', Arial, Helvetica, sans-serif;
	clear: both;
}
.mainLeft div h2 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 17px;
	padding: 4px 4px 0 4px;
}
.mainLeft li h2 {
	font-size: 16px;
	line-height: 22px;
	padding: 7px 5px 0 5px;
}
.mainRight li h2 {
	font-size: 20px;
	line-height: 30px;
	padding: 5px 4px 0 4px;
}
.mainRight li:first-child {
	margin-bottom: 24px;
}
.pds-input-label {
	width: 287px !important;
}
.horoskop-img-tabs {
	overflow: auto;
	margin: 0 0 20px 0;
}
.horoskop-img-tabs li {
	float: left;
	margin-left: 20px;
	width: 198px;
	background: url('http://b92s.net/ona/img/nav.gif') repeat-x left bottom;
	line-height: 50px;
	border: 1px solid #E7E7E7;
	font-size: 12px;
	padding: 0;
}
.horoskop-img-tabs li a {
	text-transform: uppercase;
	font-weight: bold;
}
.horoskop-img-tabs li:first-child {
	margin-left: 0;
}
.horoskop-img-tabs li img {
	float: left;
	margin-right: 5px;
}
.horoskop-img-tabs li.active {
	background: #336;
	border-color: #336;
}
.horoskop-img-tabs li.active a {
	color: #FFF;
}
.horoskop-provide {
	padding: 5px;
	text-align: center;
	display: block;
	background: url('http://b92s.net/ona/img/nav.gif') repeat-x left bottom;
	color: #333;
	border: 1px solid #E7E7E7;
	font-size: 13px;
	text-transform: none;
}
.horoskop-provide a {
	color: #336;
}
.horoskop-annual {
	padding: 5px;
	margin-top: -5px;
	text-align: center;
	display: block;
	border: 1px solid #336;
	background: #336;
}
.horoskop-annual a, .horoskop-annual a:hover {
	color: #FFF;
}
.module.horoskop ul {
	overflow: auto;
}
.module.horoskop .horoskop-provide {
	margin-top: 10px;
	clear: both;
}
.pds-answer .pds-answer-group {
	padding-bottom:14px !important; 
}
/* zoom */
.zoom {
	display: none;
}
a.b92docImage .zoom {
	display: none;
	height: 93px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 93px;
	margin: 0;
}
a.b92docImage:hover .zoom {
	display: block;
}
.img-frame-center a.b92docImage .zoom {
	right: 0px;
}
.sms-box ul {
	overflow: auto;
}
.sms-box li {
	overflow: auto;
	border-bottom: 1px solid #F5F5F5;
}
.sms-box .img-overlay {
	float: left;
	overflow: hidden;
	width: 100px;
	height: 80px;
	margin-right: 5px;
}
.sms-box .img-overlay img {
	width: 150px;
	height: auto;
}
.sms-box h5 {
	float: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	width: 190px;
	margin-top: 5px;
}
.archive-title {
    display: block;
    text-align: center;
    background: url('http://b92s.net/ona/img/nav.gif') repeat-x left bottom;
    color: #6A30BE;
    border: 1px solid #EBEBEB;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.polls-article {
    padding-bottom: 20px;
}
.polls-article .left-column, .polls-article .right-column  {
    float: left;
    width: 310px;
}
.polls-article .left-column {
    background: url('http://b92s.net/ona/img/poll-divider.jpg') no-repeat right center;
    margin-right: 10px;
    padding-right: 10px;
}
.polls-article .right-column .pds-question-top {
    text-align: right !important;
}
.polls-article .right-column .pds-answer-input, .polls-article .right-column .pds-vote-button, .polls-article .right-column .pds-links {
    float: right !important;
}
.polls-article .right-column .pds-input-label {
    float: right !important;
    text-align: right !important;
}
.polls-article .right-column .pds-links {
    margin-right: 10px;
}
.polls-article .right-column .pds-answer-span {
    margin-right: 5px;
}
.polls-article .pds-question-top {
    font-weight: bold !important;
}