/* Module Content */
div#bottom_fixed {
	/*padding-bottom: 10px;*/
	height:auto;
	font-size:13px;
	width:978px;
	z-index:1000;
	margin:40px auto 0px;
/* 	padding: 40px 0 0; */
/* 	display: none; */
}

div#bottom_fixed.fixed{
	position:fixed;
	bottom:0px;
	margin: 0 auto;
}

/* Module */
div.moduletable.eventList {
	border-width: 3px 0 0;
	border-color: #3499fe;
	border-style: solid;
}
#elmodulewide{
	position:relative;
}

/* Module Title */
div#elmodulewide h3{
	line-height: 20px;
	/*background: #EDEDED;	*/
	margin-bottom:10px;
	padding: 2px 17px;
	text-align: center;
	height: 20px;
	display:none;
}

div#elmodulewide h3:hover{
	background: #DBDBDB;
}
div#elmodulewide h3 span.title{
/* 	float:left; */
	position: absolute;
	left:17px;
}
div#elmodulewide h3 p.center{
	display: none;
}

div#elmodulewide h3 p.open{
	display: block;
}

#elmodulewide li {
	list-style-type: none !important;
}

ul.eventDays{
	margin:0 auto;
	width:900px;
	height: 40px;
	background: #873F41;
	border:solid grey;
	/*border-width:1px 1px 0px;*/
	border:0;

	webkit-border-radiu:2p 2px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:2px 2px 0px 0px;
	position:relative;
}

.eventDays li {
	float:left;
	display:inline;
	padding: 0;
	margin-left:15px;
	color:#fff;
	padding-top:5px;
	border:none !important;
}

.eventDayLabel li:hover{
	text-decoration:underline;
}

li.weekend .eventDayLabel {
	color: #acacac;
}

.eventDayLabel:hover, .eventDayLabel.hover {
	cursor: pointer;
}

.eventDayLabel span {
	
}

.eventDayLabel span.day {
	/*display: block;*/
	
	font-size: 20px;
	font-weight: bold;
}

li.active .eventDayLabel {
	/*background: #555;*/
	color: #fff;
}

li.open .eventDayLabel {
	/*background-color: #3499fe;*/
	/*color: #3499FE;*/
	color:#000;
	/*text-decoration:underline;*/
	/*font-size:16px;*/
	
}

li.weekend.open .eventDayLabel {
	/*background-color: #0b85fe;*/
}

li.active.open .eventDayLabel {
	color: #3499FE;
}

#elmodulewide h2{
	float:left;
	padding:5px 10px 0;
	color:#fff;
}

/* EVENTS BOX */
#elmodulewide #events_box{
	display:none;
	overflow: hidden;
	padding:7px 17px 50px;
	width:944px;
	position: absolute;
	bottom:0px;
	background: white;
/*	background:url("/templates/gk_coffe/images/style2/light_bg.png") repeat-x scroll 0 0 transparent; */
	border:solid #ccc;
	border-width:1px 1px 0 1px;
	
	
	-moz-box-shadow: 0px 0px 20px #545454;
	-webkit-box-shadow: 0px 0px 20px #545454;
	box-shadow: 0px 0px 20px #545454; 
}



/* EVENT */
#events_box .eventGroup{
	display:none;
}	
#events_box .eventGroup.event_open{
	display:block;
	/*max-height: 250px; */
	width:auto !important;
	/*background:url("/templates/gk_coffe/images/style2/light_bg.png") repeat-x scroll 0 0 transparent;*/
}

.event_slide{
	display: none;	
	width: inherit;
}
#event_slide_1{
	display: block;
}


.eventGroup:hover {
/*
	background-color: #3499fe;
	-moz-box-shadow: 0 2px 2px #b3b3b3;
	-webkit-box-shadow: 0 2px 2px #b3b3b3;
	box-shadow: 0 2px 2px #b3b3b3;
	color: #fff;
*/
}


/* EVENT DETAILS */
.eventDetails {
	float:left;
	padding:8px;
	margin-bottom:10px;
	margin-left:16px;
	background:#fff;
	color:#333;
}
.eventDetails .cont{
	width:275px;
	height:130px;
	padding:5px;
	border: 1px dashed #ccc;
}
.eventDetails div.event_thumb{
	width:70px;
	height:60px;
	float:left;
	clear:left;
	margin:5px 5px 5px 0px;
}
.eventDetails .eventImage{
	/*position:relative;*/
	/*left:-50%;*/
	/*top:-50%;*/
	width:70px;
	height:60px;
	float:left;
	clear:left;
	margin:5px 5px 5px 0px;
}
.eventImage ~ .detail_content{
	float:right;
	width:197px;
}

.event_left{
	margin-left:0px;
/* 	background: red; */
	
}
.event_right{
	margin-right:0px;
/* 	background: aqua; */
}


img + .eventDetails {
	/*width: 135px;*/
}

h4.eventTitle {
	margin-bottom: 5px;
}
.eventDetails p {
	margin:0px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}

/* ICONS */
.eventDate { padding-left: 19px; background-image: url(img/date.png); }
.eventMap { padding-left: 19px;background-image: url(img/map.png); }
.eventTime { padding-left: 19px;background-image: url(img/time.png); }
.eventVenue { padding-left: 19px;background-image: url(img/building.png); }


/*Close btn*/
#events_bar{
	position:relative;
	height: 30px;
}
#events_box #close_details{
	float:right;
}
#events_box #close_details a{	
	padding-right: 20px;
	background: url(img/close_events.png) no-repeat right top;
}
#events_box #close_details a:hover{
	text-decoration: underline;
	background: url(img/close_events_hv.png) no-repeat right top;
}
/* BTNS */
.btns_bar{
/* 	position: relative; */
/* 	height: 20px; */
}
#prev_btn{
/* 	position: absolute; */
/* 	left:0px; */
}


#events_box .btn {
/* 	float:right; */
/* 	margin-right: 5px;	 */
}

#events_bar p.btns{
	text-align: center;
}
#events_bar a{
	font-weight: bold;
}
#events_bar a.btn{
	color:#000;
/* 	font-size:16px; */
	margin:0 0 0 30px;
}
#events_bar a.btn:firstChild{
	margin:0 30px 0 0;
}
#events_bar a:hover{
	text-decoration:underline;
}


#prev_btn a{
	display: block;
/* 	width: 23px; */
/* 	height: 23px; */
	
/* 	background: url('http://www.timisoara.ro/templates/gk_coffe/images/style2/nsp_interface.png') no-repeat left -23px; */
}

#prev_btn a:hover{
/* 	background: url('http://www.timisoara.ro/templates/gk_coffe/images/style2/nsp_interface.png') no-repeat left  -46px; */
}
#next_btn{
/* 	position: absolute; */
/* 	right:0px; */
}
#next_btn a{
	display: block;
/* 	width: 23px; */
/* 	height: 23px; */
/* 	background: url('http://www.timisoara.ro/templates/gk_coffe/images/style2/nsp_interface.png') no-repeat right -23px; */
}
#next_btn a:hover{
/* 	background: url('http://www.timisoara.ro/templates/gk_coffe/images/style2/nsp_interface.png') no-repeat right  -46px; */
}
.unavailable{
	visibility: hidden;
}
.unavailable a{
/* 	color:#a4a4a4; */
/* 	font-size: 13px; */
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


