@charset "utf-8";

pre {
	text-align: left;
	color: white;
}


/* ***************************
	HEADER
** ***************************/
#header-top { width: 100%; 
}
#header-bottom {
	clear: both;
	height: 28px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo {
	width: 200px;
	height: 40px;
	float: left;
	padding-left: 10px;
	padding-top: 12px;
}
#afterLogoBox {
	float: left;
	width: 610px;
	overflow: hidden;
	height: 62px;
}
#headerLoginFormBox {
	margin: 0;
	padding: 0 0 0 40px;
	width: 340px;
	text-align: left;
	float: left;
	display:inline; /* bug double margin FIX - IE(5,6,7) float-margin bug FIX */
}

#headerLoginForm { width: 100%; }

.headerInText {
	color: #808080;
	width: 115px;
	font-size: 13px;
	margin: 0 5px 0 0;
	border: 2px inset #FFFFFF;
	line-height: 15px;
	background: transparent url(../images/form_input_bg1.gif) repeat-x 0px -3px;
}
.headerInBtn {
	font-size: 9px;
	border: none;
	font-weight: bold;
	height: 25px;
	width: 50px;
}
.headerInLabel {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding:0;
}

#headerLoginForm {
	width: 345px;
	float: left;
	overflow: hidden;
}

#headerSearchForm {
	float: left;
	width: 210px;
}

#headerButtonSearch {
	width: 30px;
	font-size: 10px;
	margin-left: 5px;
}

#loginButtonLogin {
	font-size: 10px;
	width: 30px;
	margin-left: 10px;
}

#headerLoginForm2 legend { display: none; }

.twoColHybRtHdr #container #header #header-top #afterLogoBox #headerLoginFormBox #headerLoginForm2 fieldset {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#headerSearchForm legend { display: none; }

#headerForms {
	overflow: hidden;
	padding-top: 17px;
}

#headerSearchFormBox {
	text-align: left;
	width: 200px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding-left: 10px;
	display:inline; /* bug double margin FIX - IE(5,6,7) float-margin bug FIX */
}

.btnLogin	{ background: url(../images/button_new_login2.gif) no-repeat left center; }
.btnGo 		{ background: url(../images/button_new_Go.gif) no-repeat left center; }

/* ***************************
	MIDDLE
** ***************************/

/* ALL PAGES STUFF */
.textNext { color: #D71D20; }
a:hover.a_btn {	text-decoration: none; }
a,
a:hover,
a:visited {
	/*color: #D71D20;*/
}
.backLink {	padding-top: 20px;	}
.backLink a,
.backLink a:hover {
	color: #D71D20;
}
.required { color: red; }
.error { color: red; }
#contentCms { padding: 2px; }
.pg-paragraf { /* */ }
.textRed { color: #D71D20; }
.textBlack{ color: #000; }

#mainContentFront {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.frontDoubleTitleBox,
.frontDoubleNoTitleBox{
	margin-bottom: 0px;
	clear: both;
	overflow: hidden;
	/* FRONT total WIDTH = 466px = margin + padding + width */
	/* BOX total WIDTH = 446px */
}
.frontDoubleNoTitleBox1{
	margin-bottom: 0px;
	clear: both;
	overflow: hidden;
	border-bottom: 2px solid #474747;
	/* FRONT total WIDTH = 466px = margin + padding + width */
	/* BOX total WIDTH = 446px */
}
.frontSingleNoTitleBox {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	/* FRONT total WIDTH = 466px = margin + padding + width */
	/* BOX total WIDTH = 446px */
}


.frontDoubleLeftBox {
	/* LEFT_BOX total WIDTH = 446px/2 = 223px = margin + padding + width */
	width: 223px;
	margin: 0 0 0px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.frontDoubleRightBox {
	/* RIGHT_BOX total WIDTH = 446px/2 = 223px = margin + padding + width */
	width: 223px;
	margin: 0px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}


.frontLeftBoxLine {
	border: none;
	border-right: 2px solid #474747;
	margin: 0;		/* obavezno */
	padding: 0;		/* obavezno */
	padding-right: 3px;
	min-height: 170px;
}
.frontLeftBox {
	border: none;
	margin: 0;		/* obavezno */
	padding: 0;		/* obavezno */
	padding-right: 3px;
}
.frontRightBox {
	border: none;
	margin: 0;		/* obavezno */
	padding: 0;		/* obavezno */
	padding-left: 3px;
}

.boxTitle {
	background: #474747;
	height: 16px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 2px;

}
.frontDoubleTitleBox > .boxTitle {
	margin-bottom: 5px;
}
.frontDoubleTitleBox h1.frontTitle {
	margin: 5px 0;
}

.frontTextBox {
	padding:0px;
}

.frontTextBoxDate {
	font-size: 10px;
	color: #808080;
}
a.frontTextBox h1,
.frontTextBox h1 a:link,
.frontTextBox h1 a:visited,
.frontTextBox h1 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
}
a:hover.frontTitle {
	text-decoration:underline;
	color: #fff;
}

.frontTextBox p { 
	margin: 0px;
	padding: 0px;
}

.frontContentBannerBox {
	text-align: center;
	padding: 0px 0px 10px 0px;
}



/* AKTUELL gray part */

#mainContentAktuell {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

/* CLASSes */
.aktuellBox {
	overflow: hidden;
	margin: 0px;
	padding-bottom: 10px;
}
.aktuellBox h1 {
	background: #474747;
	height: 16px;
	margin: 0;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 2px;
	font-size: 13px;
	margin-bottom: 10px;
}
.aktuellBox p {
	margin: 0px;
	padding: 0px;
}
.aktuellBoxVideoRightTop{
	border-bottom: 2px solid #333333;
	margin-top: 15px;
}



.eventsBtns {
	padding-top: 0px;
}
.eventsSearch {
	padding-top: 10px;
}


.btn_orange {
	background: transparent url(../images/btn_orange_new.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	width: 136px;
	height: 23px;
	text-align: center;
}
.btn_orange_shop {
	background: transparent url(../images/btn_orange_shop.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	width: 176px;
	height: 23px;
	text-align: center;
	
}
.btn_orange_shop1 {
	background: transparent url(../images/btn_orange_shop.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 9px;
	padding-top: 3px;
	width: 176px;
	height: 23px;
	text-align: center;
	
}
.btn_orange_bold {
	background: transparent url(../images/btn_orange_new.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	width: 136px;
	height: 23px;
	text-align: center;
	font-weight: bold;
}
.btn_cat {
	background: transparent url(../images/btn_orange_small.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	width: 96px;
	height: 23px;
	text-align: center;
	
}
.btn_cat1 {
	background: transparent url(../images/btn_cat_small.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 1px;
	width: 56px;
	height: 20px;
	text-align: center;
	
}
.btn_bcat {
	background: transparent url(../images/btn_blue_small.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	width: 96px;
	height: 23px;
	text-align: center;
}
.btn_cat_bold {
	background: transparent url(../images/btn_orange_small.gif) 50% 50% no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	width: 96px;
	height: 23px;
	text-align: center;
	font-weight: bold;
}
.aktuellEventsCategory {
	font-size: 10px;
	font-style: italic;
}
.aktuellEventsTitle {
	padding: 0;
	margin: 0;
	color: #D71D20;
}
.aktuellEventsTitle a {
	padding: 0;
	margin: 0;
	color: #D71D20;
}
.aktuellEventsPlace {
	font-weight: bold;
}
.aktuellEventsTermin {
	
}

/* IDs */

#aktuellBreakingNewsBox {
	margin-top: 0px;
}
#aktuellHalfBannerBox {
	text-align: center;
}
#aktuellWetherBox {
	margin-top: 0px;
}
#aktuellEventsCalendarBox {
	margin-top: 0px;
}
#aktuellEventsTodayBox {
	margin-top: 0px;
}









/* PAGE: NEWS DEATAILS */


.frontSingleTitleBox {
	clear: both;
}

.frontSingleTitleBox > .boxTitle {
	margin: 0;
	margin-bottom: 15px;
	font-weight: bold;
}

.newsReportHeadBox { }
.newsReportTextBox { }

.newsReportUpdateDate {
	color: #808080;
	font-size: 10px;
}

.newsReportTitle {
	font-size: 18px;
	padding: 10px 0;
	color: #D71D20;
}
.newsReportIntro {
	font-weight: bold;
	margin-bottom: 10px;
}
.newsReportDateLine {
	color: #808080;
	font-size: 10px;
	margin-bottom: 5px;
}
.newsReportTextBox p {
	padding: 0 0px 10px 0px;
}

.newsReportPictureColumnBox {
	float: left;
	display: inline; /* IE Float+margin BUG Fix */
	overflow: hidden;
	width: 200px;
	/*height: 300px;*/
	/*border: 2px solid #993366;*/
	margin: 2px 15px 5px 0;
	padding: 0;
}
.newsReportPictureColumnBox img.mainPhoto {
	width: 200px;
}
.newsReportPhotoSource {
	color: #808080;
	font-size: 10px;
	margin-bottom: 5px;
}
.newsReportServiceBox {
	overflow: hidden;
	border: 2px solid #D71D20;
	margin: 0;
	padding: 5px 10px; /* ako se stavi veca sirina, Box ce preci u text */
	color: #D71D20;
	font-size: 11px;
}
.newsReportServiceBox img {
	width: 13px;
}
.newsReportServiceBox a {
	color: #D71D20;
	margin-left: 10px;
}


/* PAGE: LIST of COMPANIES */


.an_list_companies table td {
	width: 250px;
}




/* PAGE: FAQ */

#faq #mainContentFront a { color: #D71D20; }
#faq #mainContentAktuell a { color: #333333; }



#faqSearchBox{}
.faqSearchFieldset{
	text-align: right;
	background-color: #847A78;
	padding: 5px;
	margin-top: 5px;
	border: none;
}
#faqSearchRes{
	margin: 10px 0;
}
#faqContent{
	padding-top:20px;
	padding-bottom: 20px;
}
#faqContent > ol > li > a {
	font-weight: bold;
}

#faqQandA{}
#faqQandA > dl > di {
	display:block; padding-top: 20px;
}
#faqQandA > dl > di > dt {
	
}
#faqQandA > dl > di > dd {
	
}

/*
ol dl li {
	list-style-type:decimal;
	list-style-position: outside;
	font-size:60pt;
	position: relative;
	top: 70px;
	left: 65px;
	line-height:normal;
	color:#DDD;
	_color:#FFF; *//* show to IE *//*
}
ol dl li dt {
	_margin-top: -70px;
}
ol dl li dd {
	width: 400px;
}
ol dl li dt, ol dl li dd {
	_list-style-type:decimal;
	_list-style-position: outside;
	color:#111;
	font-size:0px;
	line-height:normal;
	font-size:small;
	position: relative;
	top: -70px;
	left: -70px;
}
*/



/* PAGE: Search */

.searchContainerBox{
	margin: 10px;
}
.searchContainer{
	margin-top: 0px;
}
.searchContainer a{
	color: red;
}



/* PAGE: Kontakte */

#kontakte .cssform textarea {
	width: 80%;
	height: 100px;
}
#kontakte .cssform label {
	width: 8em;
}
#kontakte .cssform fieldset.submit {
	padding-left: 10em;
}



/* PAGE: Event One */

#event_one_box {}

.form_wide_box {
	/*border: 1px solid gray;*/
	padding: 0px;
	overflow: hidden;
}
.left_half_box {
	width: 370px;
	float:left;
	display:inline; /* bug double margin FIX - IE(5,6,7) float-margin bug FIX */
	padding: 0px;
	margin: 0;
	overflow: hidden;
	/*border: 1px solid gray;*/
}
.right_half_box {
	width: 365px;
	float:left;
	display:inline; /* bug double margin FIX - IE(5,6,7) float-margin bug FIX */
	overflow: hidden;
	padding: 0 5px 5px 5px;
	/*
	border: 1px solid black;
	background-color: gray;
	min-height: 520px;
	*/
}
.label{
	color: grey;
	font-weight: bold;
	width: 100px;
	padding-right: 10px;
}
.labels{
	color: grey;
	font-weight: bold;
	width: 80px;
	padding-right: 10px;
}
.data{
	color: #000;
	width: 100px;
}

#event_details{}
#event_details a {
	color: red;
	font-weight: normal;
}
.eventOneCategory{	color: gray;}
.eventOneTitle{		color: #000;}
.eventOneTitle h1{	color: #000; font-size: 22px;}
.eventOneTermin{	color: #000; font-weight: bold;  margin: 3px 0;}
.eventOneDesc{		color: #000; margin: 15px 0;}

#eventOneLines { 
	border-top: 1px solid gray;
	margin: 10px 0;
}
#eventOneLines .eventOneLine{
	border-bottom: 1px solid gray;
	
	float: left;
	display:inline; /* bug double margin FIX - IE(5,6,7) float-margin bug FIX */
	clear: left;
	width: 100%;
	padding: 3px 0;
	overflow: hidden;
}
#eventOneLines .label {
	color: #000;
	font-weight: bold;
	text-align: left;
	float: left;
	display:inline; /* bug double margin FIX - IE(5,6,7) float-margin bug FIX */
	margin-right: 1em;
	width: 10em; /*!!!10em*/
	overflow: hidden;
}
#eventOneLines .data {
	color: #000;
	font-weight: bold;
	float: right;
	text-align: right;
	overflow: hidden;
	margin-right: 70px;
}
.eventOnePlace{
	color: #000;
	padding-bottom: 40px;
}
.eventOnePlace .eventPlaceName{
	/*font-weight: bold;*/
	font-size: 21px;
	margin: 20px 0;
}
.eventOnePhone{
	color: grey;
	font-weight: bold;
}
.eventOnePhotos {
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.eventOnePhotos .title{
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid gray;
}
.eventOnePhotos #underPhotoLink {
	width: 150px;
	text-align: center;
}
.eventOnePhotos #underPhotoLink a {
	color: blue;
	font-size: 10px;
}
.eventOneMoreEvents {
	/*border-bottom: 1px solid gray;*/
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.eventOneMoreEvents .title{
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid gray;
}
.eventOneComments {
	margin: 10px 0;
	padding: 0px 0;
}
.eventOneComments .title {
	border-bottom: 2px solid gray;
}
.eventOneComments .title a.black {
	color: #000;
	font-weight: bold;
}
.eventOneComments .title a {
	color: red;
	font-weight: normal;
}



/* PAGE: Jobs */

#jobSeekQvickSearchFormBox {
	height: 100px;
}
#jobSeekQvickSearchFormBox .cssform li{
	margin-bottom: 7px;
	/*background-color: yellow;*/
}
#jobSeekQvickSearchFormBox .cssform label{
	width: 80px;
	/*background-color: yellow;*/
}
#jobSeekQvickSearchFormBox .cssform input{
	width: 240px;
}
#jobSeekQvickSearchFormBox .cssform select{
	width: 244px; /* + 4px */
}
#jobSeekQvickSearchFormBox .cssform .btn_search_box{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color: green;*/
}

.jobSeekJobFieldText{
	padding-left: 20px;
}

/* PAGE: Job One */
.jobOneNavigator {	margin: 0; padding: 0 10px 0 10px; float: left; display: inline;	}
.jobOneNavigator .first	{	padding: 0 20px 0 0px;	}
.jobOneNavigator .last	{	padding: 0 0px 0 20px;	}

/* -------------------------------------------------------------------------------------------------- */

/* -------------------- */
/* -------------------- */
/*		LOGIN			*/
/* -------------------- */
/* -------------------- */

/* PAGE: Real Estate */

#reSeekQvickSearchFormBox {
	height: 180px;
}
#reSeekQvickSearchFormBox .cssform li{
	margin-bottom: 7px;
	/*background-color: yellow;*/
}

#reSeekQvickSearchFormBox .cssform label{
	width: 80px;
	/*background-color: yellow;*/
}
#reSeekQvickSearchFormBox .cssform input{
	width: 240px;
}
#reSeekQvickSearchFormBox .cssform select{
	width: 244px; /* + 4px */
}

#reSeekQvickSearchFormBox .cssform .btn_search_box{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	/*background-color: green;*/
}

/* For BOXED Menu */
#erBoxedMenuContainer{	margin:0; width: 99%;}
.erBoxWide{	//margin:0; padding:10px 0; width: 100%; overflow: hidden;
			margin:0; padding:10px 0; width: 100%; overflow: hidden; clear: both;
}
.erBoxLeft{	float:left; margin:0; width:47%; vertical-align:top; overflow: hidden;}
.erBoxLeft1{float:left; margin:0; width:47%; vertical-align:top; overflow: hidden; padding-bottom: 20px; padding-right: 20px;}
.erBoxRight{	float:right; margin:0; width:47%; vertical-align:top;	overflow: hidden;}
.erBoxBorderSmall{	border: 1px solid #aaa; overflow: hidden; height: 250px;}
.erBoxBorder{	border: 1px solid #aaa; overflow: hidden; height: 300px;}
.erBoxBorder1{	border: 1px solid #aaa; overflow: hidden; height: 200px;}
.erBoxTitle{	background-color: #D71D20; color: white; padding: 5px; text-align: center;}
.erBoxImgLink{}
.erBoxText{	padding: 15px 5px 5px 5px;}
.erBoxBottomALeft{	background-color: white; padding: 20px 5px;}
.erBoxBottomARight{	background-color: white; padding: 20px 5px; text-align: right;}

.erReBoxBorder{	border: 1px solid #aaa; overflow: hidden; height: 410px;}
.erCMBoxBorder{	border: 1px solid #aaa; overflow: hidden; height: 360px;}


#erBoxedMenuContainer span.jobLinks {	color: #ccc;	}
#erBoxedMenuContainer a,
#erBoxedMenuContainer a:hover,
#erBoxedMenuContainer a span,
#erBoxedMenuContainer a span.jobLinks {
	color: #f30; /* D71D20 */
}





/* PAGE: Organizer */

.eventItem {
	padding: 25px 5px;
	margin: 10px;
}
.eventName h1 {
	color: #000;
}

/* -------------------------------------------------------------------------------------------------- */

/* -------------------- */
/* -------------------- */
/*		ADMIN			*/
/* -------------------- */
/* -------------------- */

/* admin menu */
.admin .mainRightItem,
.admin .mainRightItem-select {
	text-transform: uppercase;
}
.admin .mainRightItem-select {
	font-weight: bold;
	margin-top: 0px;
}
.admin .rightItem {
	margin-left: 15px;
}
.admin .rightItem-select {
	margin-left: 15px;
	font-weight: bold;
}
.admin .rightItem2 {
	margin-left: 25px;
}
.admin .rightItem2-select {
	margin-left: 25px;
	font-weight: bold;
}


/* content-s */
.adminContent {
	padding-top: 30px;
}
.adminContent thead {
	height: 25px;
	background-color: #D71D20;
}
.adminContent thead td {
	font-weight: bold;
	padding: 5px 0;
	color: #ffffff;
}
.adminContent tr {}
.adminContent td {
	text-align: center;
	padding: 1px 0;
}
.adminContent1 td {
	text-align: left;
	padding: 1px 0;
}
.adminContent td.txtleft {
	text-align: left;
	padding-left: 10px;
}
.neparna {	background-color: #E0E0E0;	}
.parna {	background-color: #D0D0D0;	}
.adminContent textarea {
	width: 300px;
	height: 70px;
}
form#faqedit table {
	/*border-width: 1px;			*/	/* (px) 	1px 2px 3px 4px 5px thin medium thick 0px */
	/*border-spacing: 1px;		*/	/* 	2px 1px 3px 4px 5px 0px */
	/*border-style: solid;		*/	/* 	outset none hidden dotted dashed solid double ridge groove inset */
	/*border-color: green;		*/	/* 	gray white blue green black red custom: */
	/*border-collapse: separate;	*/	/* 	separate collapse */
	/*background-color: orange;	*/	/* 	white #FFFFF0 #FAF0E6 #FFF5EE #FFFAFA custom: */
}
form#faqedit tr {}
form#faqedit td,
form#faqedit th {
	text-align: left;
	padding				:		5px;		/*	1px 2px 3px 4px 5px 0px                                                 */
	/*border-width		:		5px;	*/	/* (px) 	1px 2px 3px 4px 5px thin medium thick 0px                       */
	/*border-style		:		solid;	*/	/*	inset none hidden dotted dashed solid double ridge groove outset        */
	/*border-color		:		red;	*/	/* 	gray white blue green black red custom:                                 */
	/*background-color	:		yellow;	*/	/* 	white #FFFFF0 #FAF0E6 #FFF5EE #FFFAFA custom:                           */
	/*-moz-border-radius	:	12px;	*/	/* 	0px 3px 6px 9px 12px                                                    */
}



/* -------------------------------------------------------------------------------------------------- */



/* ***************************
	SIDEBAR LEFT
** ***************************/



/* ***************************
	SIDEBAR RIGHT
** ***************************/
#sidebar1 h3, #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}





/* ***************************
	FOOTER
** ***************************/


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #D71D20;
	text-decoration: underline;
}

#footer .footerText { float: left; }
#footer .footerLinks {
	float: right;
	margin-right: 180px;
}
#footer .footerLinks a {
	margin-left: 10px;
}
#videoSmallBox {
	float: left;
	width: 248px;
	height: 92px;
	padding: 0px;
	background: url(../images/videos_bg2.gif);
}
#videoSmallBoxn{
	float: left;
	width: 148px;
	height: 75px;
	padding: 0px;
	background: url(../images/videos_bgn.gif);
}
#videoSmallBox2 {
	float: left;
	width: 248px;
	height: 92px;
	padding: 0px;
	background: url(../images/videos_bg2.gif);
}
#videoSmallBoxn2 {
	float: left;
	width: 148px;
	height: 75px;
	padding: 0px;
	background: url(../images/videos_bg2n.gif);
}
.videoSmallImg {
	width: 65px;
	margin-left: 3px;
	float: left;
}
.videoSmallTitle {
	width: 65px;
	float: left;
	
}
#videoPlayIcon {
	right :12px;
	bottom: 18px;
}
#videoCat{
	margin-bottom: 10px;
	margin-top: 5px;
}

.videoNewsLink{
	color: black;
}
.videosNewsLink{
	color: #353A90;
}
.videoNewsLink:hover{
	color: red;
	text-decoration: none;
}
#videoDesc{
	float: left;
	margin-top: 5px;
	overflow: auto;
}
.videosImg{
	width: 80px;
	border: 1px solid #666666;
	
}

.box { 
  background: #000000;
  width: 14px;
  height: 80px;
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right;
}
.boxbottom div { 
  font-size: 0;
  height: 4px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  background: red;
  height: 76px;
  border-left: 4px solid black;
  border-right: 4px solid black;
  }

ul#videocats {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 28px;			/* B1 */ /* utice skoro kao i A1 */
	margin-top: 2px;
	margin-bottom: 2px;
}
ul#videocats li {
	float: left;
	height: 15px;			/* A1 */
	margin-left: 2px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: inline;
	padding-left: 16px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #D71D20;
	color: #FFFFFF;
}