 @charset "utf-8";
/* Usce Shopping Centre Master CSS documet 
*	Design by Vladan Zlatic
*	HTML/CSS by Aleksandar Cocek
*	Use with YUI
*/

html{
	background: url(../graphics/jun/html-bg.jpg) left top repeat-x;
}

body{
	background:url(../graphics/jun/custom-doc-bg.jpg) center top no-repeat;
	min-height:1000px;
	
}

/* Imge preloading */
.image-preloader1{width:0;height:0;margin-left:-1000000px;background:url(../graphics/nav-pocetna-hover.jpg) no-repeat;} 

.image-preloader2{width:0;height:0;margin-left:-1000000px;background: url(../graphics/nav-kupovina-hover.jpg) no-repeat;} 

.image-preloader3{width:0;height:0;margin-left:-1000000px;background: url(../graphics/nav-hrana-hover.jpg) no-repeat;} 

.image-preloader4{width:0;height:0;margin-left:-1000000px;background: url(../graphics/nav-zabava-hover.jpg) no-repeat;} 

.image-preloader5{width:0;height:0;margin-left:-1000000px;background: url(../graphics/nav-usluge-hover.jpg) no-repeat;}

.image-preloader6{width:0;height:0;margin-left:-1000000px;background: url(../graphics/nav-dogadjaji-hover.jpg) no-repeat;}

/* Overall styles */
strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

a{
	outline: none;
}

.clearfix{
	clear: both;
	*height: 1%;
}

#custom-doc{
	padding: 0 20px;
	/*min-height: 1053px;*/
	position: relative;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.margin-10{
	margin-left: 10px;
}

.top-15{
	margin-top: 15px;
}

#active{
	color: #ca2d34;
}

#selected-article{
	color: #ca2d34;
}


/* Header */

#hd h1{
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.logo{
	position: relative;
	float: left;
}

.top-links{
	position: relative;
	float: left;
	left: 263px;
	top: 4px;
	width: 400px;
}

.top-links ul li{
	float: left;
	display: inline;
}

.top-links ul li a{
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	padding: 0 5px;
}


.flash-logo{
	position: relative;
	float: left;
	width: 353px;
	height: 63px;
	top: 30px;
	left: 300px;
}

.navigation{
}

.navigation ul li{
	float: left;
	display: inline;
	text-align: center;
}

.navigation ul li a{
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	
}

/* Navigation components */

li.home{
	background:url(../graphics/nav-hrana.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.home:hover{
	background:url(../graphics/nav-hrana-hover.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.buy{
	background:url(../graphics/nav-hrana.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.buy:hover{
	background:url(../graphics/nav-hrana-hover.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.food{
	background: url(../graphics/nav-hrana.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.food:hover{
	background: url(../graphics/nav-hrana-hover.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

.fun{
	background:url(../graphics/nav-hrana.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.fun:hover{
	background:url(../graphics/nav-hrana-hover.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.services{
	background: url(../graphics/nav-hrana.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.services:hover{
	background: url(../graphics/nav-hrana-hover.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.events{
	background: url(../graphics/nav-hrana.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

li.events:hover{
	background: url(../graphics/nav-hrana-hover.jpg) center top no-repeat;
	width: 153px;
	height: 50px;
}

.carousel{
	position: absolute;
	left: -60px;
	_left: -60px;
	z-index: 3333;
	top: 193px;
	*top: 220px;
	/*height: 246px;*/
	float: left;
}

.carousel-page{
	position: relative;
	left: 0px;
	z-index: 3333;
	top: 25px;
	height: 333px;
}

/* Content */
#bd{
	position: relative;
	
}

.home{
	top: 288px;
}

.opening-hours{
	background: #c7282d;
	height: 34px;
	margin-top: 20px;
	clear:both;
	margin-bottom:10px;
}

.opening-hours ul li{
	float: left;
	display: inline;
}

.opening-hours ul li a{
	font: bold 12px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 33px;
}

li.hours{
	background:url(../graphics/icon-time.png) left top no-repeat;
	padding-left: 35px;
	height: 34px;
	margin: 0 20px;
}

li.location{
	background:url(../graphics/icon-lokacija.png) left top no-repeat;
	padding-left: 35px;
	height: 34px;
	margin: 0 40px;
}

li.shops{
	background:url(../graphics/icon-shoping.png) left top no-repeat;
	padding-left: 35px;
	height: 34px;
	margin: 0 40px;
}

li.parking{
	background:url(../graphics/icon-parking.png) left top no-repeat;
	padding-left: 35px;
	height: 34px;
}

/* Boxes */
.small{
	width: 215px;
}

.large{
	width: 470px;
}

.box-large{
	width: 450px;
	float: left;
}

.box-large ul li{
	padding: 10px 0;
	color: #666666;
}

.box-large ul li h4{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #555555;
	color: #555555;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.box-large ul li a{
	color: #555555;
	text-decoration: underline;
}

.box-small{
	width: 215px;
	float: left;
	margin-left: 20px;
	padding: 10px 0;
}

.box-small h4{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #cccccc;
	text-transform: capitalize;
	color: #555555;
	padding: 5px 0 5px 7px;
}

.box-small ul{
	margin-left: 17px;
}

.box-small ul li{
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.box-small ul li a{
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
}

.calendar{
	/*background:url(../graphics/calendar-bg.jpg) top center no-repeat;*/
	width: 215px;
	height: 203px;
}

.cinema-carousel{
	background:url(../graphics/calendar-bg.jpg) top center no-repeat;
	width: 215px;
	height: 203px;
}

.downloads{
	margin-top: 10px;
}

.tv{
	background: #666666;
	padding: 20px;
	height: 163px;
	position: relative;
}

.tv h4{
	font: bold 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	width: 100px;
}

.tv-more{
	position: relative;
	float: left;
	top: 100px;
	width: 85px;
}

.tv-more a{
	color: #FFF;
	font-size: 10px;
}

.tv-clip{
	position: relative;
	/*float: left;*/
	left: 35px;
	top: -35px;
}

.banner{
	margin-top: 10px;
}

.search{
	background: #666666;
	padding: 17px 8px;
}

.search-input{
	background: #FFF;
	border: none;
	width: 130px;
	*width: 115px;
	color: #444;
	font-size: 10px;
	padding: 3px 0;
	*padding: 5px 0;
}

.search-button{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #c41f25;
	color: #FFF;
	text-transform: uppercase;
	/*line-height: 50px;*/
	border: none;
	padding: 0 2px;
}

.top-banner{
	border: 5px solid #969696;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}

.bottom-banner{
	border: 5px solid #666666;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}

/* Page elements */
.page{
	float: left;
	display: inline;
	width: 683px;
	margin-left: 8px;
	_margin-left: 4px;
	position: relative;
	margin-top: 35px;
}

.post-image{
	/*border: 1px solid #999999;
	width: 681px;*/
	text-align: center;
	max-width: 680px;
}

.post-image img{
	max-width: 680px;
}

.post-content{
}

.post-content img{
	text-align: center;
}

.page h2{
	font: bold 14px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.post-content h2{
	font: bold 14px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0.5em 0;
}

.post-content h3{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

.page p, .post-content p{
	color: #666666;
	margin: 5px 0;
	line-height: 18px;
}

.page a, .post-content a{
	color: #C93130;
}

.post-content ul li{
	color: #666666;
	margin: 5px 0 5px 10px;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

.post-content ol li{
	color: #666666;
	margin: 5px 0 5px 10px;
	padding-left: 10px;
	list-style-type: decimal;
	list-style-position: inside;
}

.date{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ca2d34;
}

/* Apply for job form */

ul.apply-form{
	margin: 1em 0;
}

ul.apply-form li{
	list-style-type: none;
	list-style: none;
	padding: 10px 0;
}

ul.apply-form li label{
	float: left;
	display: block;
	width: 150px;
}

.apply-input{
	width: 250px;
}

/* Cinema */
.row_gray{
	background-color:#E4E4E4;
	line-height:21px;
}

tr.row_gray th{
font-weight:bold;
padding:2px;
}

.movie-image{
	float:left;
	margin:10px;
	text-align:center;
}

.movie-info  {
	margin-left:125px;
	margin-top:5px;
}

.movie-info a{
	color: #CA2D34;
	text-decoration: underline;
}

.title-si  {
	display:block;
	font-size:125%;
	font-weight:bold;
}

.title-si a{
	color: #CA2D34;
	text-decoration: none;
}

div.movie-info-separator  {
	font-size:10px;
	line-height:1em;
	margin:1px 0 0;
}

div.timetable table.timetable div.movie-info span.director, div.timetable table.timetable div.movie-info span.country, div.timetable table.timetable div.movie-info span.actors, div.timetable table.timetable div.movie-info span.producer, div.timetable table.timetable div.movie-info span.screenplay, div.movie-comming-soon div.movie-info span.director, div.movie-comming-soon div.movie-info span.country, div.movie-comming-soon div.movie-info span.actors, div.movie-comming-soon div.movie-info span.producer, div.movie-comming-soon div.movie-info span.screenplay, div.movie-comming-soon div.movie-info span.place-date, div.movie-info span.director, div.movie-info span.country, div.movie-info span.language, div.movie-info span.actors, div.movie-info span.producer, div.movie-info span.screenplay, div.movie-info span.place-date {
	display:block;
}

div.timetable span.label, div.movie-comming-soon span.label, div.movie-info span.label {
	font-weight:bold;
}

.details  {
	color:#808184;
	margin:5px 0;
}

.details h3 {
	color:#FF0000;
	font-size:125%;
}


.details ul {
}
.details ul li {
	list-style-type: none;
	list-style: none;
}
.details .title-orig a, .details .trailer {
	border-bottom:1px solid #009CD1;
	color:#009CD1;
	font-weight:normal;
	text-decoration:none;
}
.details li label {
	font-weight:bold;
}
.details .genre {
	color:#747474;
	display:block;
	font-size:90%;
	font-weight:bold;
	line-height:20px;
}
.details .tagline {
	color:#747474;
	display:block;
	font-size:100%;
	font-style:italic;
	font-weight:normal;
	line-height:1.4em;
}
.details .description {
	color:#009CD1;
	font-weight:normal;
}

/* Search results */
ul.search-results{
	margin: 5px 0;
}

ul.search-results li{
	list-style: none;
}

/* Catalog */
ul.catalog{
	float:left; 
	width:900px;
}

ul.catalog li{
	float:left; 
	width:280px; 
	padding: 0 10px;
}

ul.catalog li h2{
	font: bold 18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0.5em 0;
}

ul.catalog li h3{
	font: bold 16px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0.5em 0;
}

ul.catalog li a{
	font: 16px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C93130;
}



/* Sidebar */
.sidebar{
	position: relative;
	float: left;
	width: 215px;
	margin-right: 15px;
	margin-top: 20px;
}

li.nav-box{
	margin-bottom: 15px;
}

li.nav-box h3{
	font: bold 15px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

li.nav-box ul{
	background: #dfdfdf;
	border-top: 5px solid #eb1c24;
}

li.nav-box ul li{
	padding: 5px 20px;
}

li.nav-box ul li a{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
}

.pagination{
	height: 25px;
	background: #959595;
	padding: 5px;
}

/* Events list */
.event-item{
	background: #ccc;
	padding: 5px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}


.event-item-bgd{
	border-right: 5px solid #c4292d;
	background: #e5e5e5;
	float:left;
}

.event-item-image{
	position: relative;
	float: left;
}

.event-item-image img{
	border-right: 5px solid #c4292d;
}

.event-item-content{
	position: relative;
	float: left;
	width: 393px;
	/*border-right: 5px solid #c4292d;*/
	height: 263px;
	/*background: #e5e5e5;*/
	padding: 10px;
}

.event-item-content h3{
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

.event-item-content p{
	margin-top: 10px;
}

a.event-item-read-more{
	position: absolute;
	left: 305px;
	bottom: 15px;
	background:url(../graphics/arrow-next-end.png) right top no-repeat;
	padding: 0 30px 0 0;
	color: #c93130;
	height: 28px;
	line-height: 25px;
}

/* Catalog item*/
.catalog-item{
	background: #dedede;
	padding: 5px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

.catalog-item-image{
	position: relative;
	float: left;
}

.catalog-item-image img{
	border-right: 5px solid #c4292d;
}

.catalog-item-content{
	position: relative;
	float: left;
	width: 450px;
	/*height: 116px;*/
	padding: 10px;
}

.catalog-item-content h3{
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

.catalog-item-content p{
	margin-top: 10px;
}

.catalog-item-details{
	display: block;
}

a.catalog-item-read-more{
	/*position: absolute;*/
	left: 390px;
	bottom: 0;
	color: #c93130;
	height: 28px;
	line-height: 25px;
	text-decoration: underline;
	float: right;
}


/* Footer */
#ft{
	/*margin-top: 20px;*/
	background: #555555;
	padding: 10px 0;
	color: #FFF;
	position: relative;
	margin-top:15px;
	/*top: -10px;*/
	
}

.ft-home{
	top: 288px;
}

ul.bottom-links{
	margin-left: 10px;
	position: relative;
	float: left;
	width: 240px;
}

ul.bottom-links li{
	float: left;
	display: inline;
	padding: 0 5px;
}

ul.bottom-links li a{
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	line-height: 25px;
}

ul.copyright{
	float: left;
	position: relative;
	left: 50px;
	width: 300px;
}

ul.copyright li{
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}

ul.copyright li p{
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	line-height: 25px;
}

ul.social{
	float: left;
	position: relative;
	left: 130px;
	width: 240px;
}

ul.social li{
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	float: left;
	display: inline;
	padding: 0 5px;
}

ul.social li p{
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	line-height: 25px;
}


.padding-right-10 {
    padding-right: 10px;
}
.big-box {
    width: 300px;
    float: left;
	display: inline;
    padding-top: 12px;
    padding-bottom: 10px;
}

.big-box h4 {
    height: 53px;
    background-color: #666;
    color: #fff;
	padding-left:15px;
	padding-top:13px;
	font-size:20px;
}

.big-box h4.vesti {
    height: 53px;
    background: url(../graphics/vesti-bg.jpg) scroll top left no-repeat;
    color: #fff;
}

.big-box h4.events {
    height: 53px;
    background: url(../graphics/dogadjaji-bg.jpg) scroll top left no-repeat;
    color: #fff;
}

.big-box h4.quick-links {
    height: 53px;
    background: url(../graphics/brz-lilinkovi-bg.jpg) scroll top left no-repeat;
    color: #fff;
}

.big-box ul {
    height: 150px;
	margin-top:-14px;
}

.big-box ul li {
    height: 30px;
    padding-left: 24px;
    background: url(../graphics/acordian-heading-bg.jpg) scroll top left repeat-x;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 33px;
	*line-height: 30px;
	_line-height: 10px;
	*float:left;
	_height: 1%;
}



.big-box ul.events-ul li {
    height: 50px;
    background: url(../graphics/acordian-heading-events-bg.jpg) scroll top left repeat-x;
	_height: 1%;
}

.big-box ul.events-ul li p{
	
}
.big-box ul li a{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	float: left;
	line-height: 30px;
	*line-height: 16px;
	*float: none;
	_float:left;
	_display:block;
	_line-height:30px;
}

.big-box ul li p{
	float:left;
	line-height:30px;
	/*_float:left;*/
	/*_display:block;*/
}

.ninja {
    display: none;
    /*position: relative;*/
    float: left;
    padding-left: 20px;
    width:335px;
	_height: 1%;
	_float:none;
	position:absolute;
}
.ninja-events{
	
}


.big-box ul li.li-5{
	background: url(../graphics/acordian-red-bg.jpg) scroll top left repeat-x;
	line-height: 16px;
	_line-height:10px;
	color: #FFF;
	height:30px;
	_height: 1%;
}
.big-box ul li.li-5 p{
	line-height:15px;
	display:block;
}
.big-box ul li.li-4{
	background: url(../graphics/acordian-red-bg.jpg) scroll left 20% repeat-x;
	line-height: 16px;
	_line-height:10px;
	color: #FFF;
	_height: 1%;
}
.big-box ul li.li-4 p{
	line-height:15px;
	display:block;
}
.big-box ul li.li-3{
	background: url(../graphics/acordian-red-bg.jpg) scroll left 40% repeat-x;
	line-height: 16px;
	_line-height:10px;
	color: #FFF;
	_height: 1%;
}
.big-box ul li.li-3 p{
	line-height:15px;
	display:block;
}
.big-box ul li.li-2{
	background: url(../graphics/acordian-red-bg.jpg) scroll left 60% repeat-x;
	line-height: 16px;
	_line-height:10px;
	color: #FFF;
	_height: 1%;
}
.big-box ul li.li-2 p{
	line-height:15px;
	display:block;
}
.big-box ul li.li-1{
	background: url(../graphics/acordian-red-bg.jpg) scroll left 80% repeat-x;
	line-height: 16px;
	_line-height:10px;
	color: #FFF;
	_height: 1%;
}
.big-box ul li.li-1 p{
	line-height:15px;
	display:block;
}

.big-box ul.events-ul li.li-1{
	line-height: 28px;
}
.big-box ul.events-ul li.li-1 p{
	line-height: 30px;
}

.big-box ul.events-ul li.li-2{
	line-height: 28px;
}
.big-box ul.events-ul li.li-2 p{
	line-height: 30px;
}

.big-box ul.events-ul li.li-3{
	line-height: 28px;
}
.big-box ul.events-ul li.li-3 p{
	line-height: 30px;
}

.big-box-arrow{
	position:relative; 
	float:right; 
	display: inline;
	right: 5px; 
	top:2px;
	/**top: -30px;
	_top: -15px;*/
}

.big-box-arrow-quick{
	position:relative; 
	float:right; 
	display: inline;
	right: 5px; 
	top:2px;
	*top: -28px;
	_top: 2px;
}

.pagoda {
    background: url(../graphics/acordian-red-bg.jpg) scroll top left repeat-x;
    color: #fff;
    width: 0px;
    height: 0px;
    float: left;
    position: absolute;
	margin-top:214px;
    z-index: 2;
}
.events-box div.pagoda{
	margin-left:310px;
}

.page-tpl_boks {
	position:relative;
	float:left;
}

.image {
    padding: 15px 10px 22px 0px;
    position: relative;
    float: left;
	overflow:hidden;
	height:100px;
}

.text {
    padding: 15px 10px 22px 0px;
    position: relative;
    float: left;
    width: 50%;
    font-size: 10px;
}

.date {
    display: none;
    color: #fff;
	clear:both;
	line-height:0px;
	float:left;
	margin-top:-5px;
	*line-height:20px;
}
.date-events {
    display: none;
    color: #fff;
	clear:both;
	line-height:0px;
	float:left;
	margin-top:5px;
	*margin-top:0;
	*line-height:20px;
}


.events-ul .date {
    display: block;
    color: #fff;
}

.reed-moar{
    display: inline;
    float: right;
    position: absolute;
    /*left: 90px;*/
	right: 20px;
    bottom: 10px;
	*bottom: 15px;
}

.reed-moar a{
    color: #cecece;
	text-decoration:underline;
	font-size: 10px;
	background: url(../graphics/acordian-details.png) center right no-repeat;
	padding: 5px 30px 5px 0;
	position: relative;
}

/* Race forms */
.form-box{
	background: url(../graphics/form-bg.jpg) center top no-repeat;
	width: 646px; 
	height: 270px;
	padding: 20px;
	_padding: 10px;
}

.form-announcement{
	float: left;
	width: 340px;
}

.form-announcement ul li{
	color: #666666;
	padding: 0.3em 0;
}

.form-announcement h2 {
	color:#333333;
	font:bold 18px "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-bottom:1em;
	text-transform:uppercase;
	text-shadow: #FFFFFF 1px 1px 2px;
}

.form-form{
	/*float: left;*/
	width: 280px;
	padding: 10px;
}

.form-form ul li{
}

.form-form ul li label{
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #626262;
	float: left;
	display: block;
}

.form-input{
	width: 280px;
	background: #FFF;
	border: none;
	height: 23px;
}

.form-button{
	background:none repeat scroll 0 0 #C41F25;
	border:medium none;
	color:#FFFFFF;
	font:bold 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding:0 2px;
	text-transform:uppercase;
	margin: 0.5em 0;
}
