/**
 * Eventim lite theme Cee portals
 *
 * Events css file for Lite theme Cee integration
 *
 * @project  Cee integration
 * @version  2.6 revision
 * @author   Dhimahi d.o.o.
 * @cssdoc   version 1.0-pre
 */

#events {
	clear:left;
	display:inline;
	float:left;
}

.event {
	float:left;
	display:inline;
	width:484px;
}

.event img {
	float:left;
	margin-right:10px;
	border:0;
}

.event p {
}

.event a {
	color:#002b50;
	text-decoration:none;
	font-weight:bold;
}

.event a:hover,
.event a:focus {
	text-decoration:underline;
}

.event .buy {
	float:right;
	font-weight:bold;
	position:relative;
	text-decoration:underline;
}

.no_active_performances {
	clear: both;
	display: inline;
	float: left;
	margin: 10px 0;
}

/* =Small events------------------------------------------------------------------*/
.small {
	clear:both;
	border-bottom:1px solid #e1e1e1;
	margin-top:6px;
}

.small p {
	clear:both;
	line-height:18px;
	margin-bottom:6px;
}

.small p a {
	font-weight:normal;
	color:#666;
}

.small .title {
	clear:both;
	display:block;
	float:left;
	line-height:24px;
}

.small .buy {
	display:block;
	float:right;
	line-height:24px;
}

.small .status {
	color:red;
	text-decoration:none;
}

#events .first {
	border-top:1px solid #e1e1e1;
}

/* =Delimiter---------------------------------------------------------------------*/
.delimiter {
	background:#002b50;
	border:0px none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin:0 0 1px;
	padding:0 0 0 6px;
	width:478px;
}

.delimiter a {
	color:#fff;
}

.delimiter .expand {
	color:#fff;
	text-decoration:none;
	background:transparent url(/static/images/arrow_down.gif) no-repeat center right;
	padding-right:20px;
}

.delimiter .collapse {
	background:transparent url(/static/images/arrow_up.gif) no-repeat right center;
	padding-right:20px;
}

#content #events .delimiter a {
	color: #fff !important;
}

/* =Big event---------------------------------------------------------------------*/
.big {
	background:#eef0f5;
	height:134px;
	padding:12px;
	position:relative;
	width:460px;
}

.big .title {
	font-size:1.3em;
	font-weight:bold;
	display:block;
	line-height:1.3em;
}

.big .buy {
	position:absolute;
	bottom:1em;
	right:1em;
	clear:both;
	font-size:1.1em;
}

/**
 * Tell a friend
 */
#taf_main {
	float: left;
	margin: 1em 0;
}

.tell-friend-notice {
	display: none;
	margin: 0 0 10px;
	padding: 9px;
	background: #DFF2BF;

	border: 1px solid #4F8A10;

	color: #4F8A10;
}

.jsEnabled .tell-friend-notice {
	display: block;
}

#taf_main li {
	clear: both;
	display: inline;
	float: left;
	margin- bottom:6px;
	width: 484px;
}

#taf_main label {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;

	line-height: 24px;
}

#taf_main .field {
	width: 25em;
}

#taf_main textarea {
	height: 6em;
	width: 25em;
}

#recaptcha_widget br,
#recaptcha_widget {
	display: none;
}

.jsEnabled #recaptcha_widget {
	clear: both;
	display: inline;
	float: left;
	padding: 10px;
	width: 463px;

	background: #EEF0F5;
}

#recaptcha_image {
	display: inline;
	float: left;
	margin: 0 5px 10px;
}

.recaptcha_refresh,
.recaptcha_help {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

#recaptcha_response_field {
	clear: both;
	display: inline;
	float: left;
}

#taf_main iframe {
	margin: 0 0 10px;

	border: 1px solid #ccc;
}

#taf_main .form-row-error {
	padding: 9px;
	width: 463px;

	background: #FBEBEB none;

	border: 1px solid #F7D9D9;
}

#taf_main .error {
	clear: both;
	display: inline;
	float: left;
	width: 100%;

	line-height: 21px;
}


/*	=Event details----------------------------------------------------------------*/
#event_details {
	line-height:1.5em;
	margin-bottom:1em;
	width:484px;
}

/* =Event sponsors----------------------------------------------------------------*/
#event_sponsor {
	margin-bottom:1em;
	width:484px;
}

/*	=Venue details----------------------------------------------------------------*/
#venue_details {
	clear:both;
	display:inline;
	float:left;
	margin:6px 0 0;
	position:relative;
	width:484px;
}

#venue_details p {
	line-height:1.5em;
	margin-bottom:1em;
}

#venue_details a {
	color:#666;
}

#venue_details #view_map {
	position:absolute;
	top:-25px;
	line-height:1em;
	right:1em;
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
}

/*	=Paging-----------------------------------------------------------------------*/
.pagging {
	clear:left;
	display:inline;
	float:left;
	width:484px;
}

.pagging li {
	float:left;
	margin:6px 2px 0;
	color:#999;
	list-style:none;
}

.pagging a {
	text-decoration:none;
	color:#999;
	display:block;
	line-height:18px;
	padding:0 3px;
}

.pagging a:hover,
.pagging a:focus,
.pagging .selected {
	color:#fff;
	background-color:#999;
}

.pagging .info {
	clear:left;
	float:left;
	width:400px;
}

.pagging .events_per_page {
	float:right;
	width:5em;
	text-align:right;
}

.pagging .events_per_page select {
	padding:0;
	width:50px;
}

/* =Sorting-----------------------------------------------------------------------*/
#sorting {
	color:#666;
	display:inline;
	float:left;
	margin:9px 0;
}

#sorting form {
	float:left;
	padding-right:12px;
}

#sorting select {
	padding:0;
}

#form_sort_change select {
	width:100px;
}

/* =Search form-------------------------------------------------------------------*/
#search_form p {
	margin-bottom:1em;
	color:#666;
}

#search_form br { display:none; }

#search_form td {
	padding:0 12px 6px 0;
	width:31em;
}

#search_form label {
	cursor:pointer;
	display:block;
	line-height:24px;
}

#search_form .category-select label {
	display:inline;
	float:left;
}

#search_form input[type="text"] {
	width:25em;
}

#search_form select {
	width:25.75em;
}

#search_form .checkbox {
	float:left;
	clear:left;
	margin:5px 5px 0 0;
}

#search_form .btn {
	margin:1em 0 1em 0px;
}

#search_form .m,
#search_form .d {
	width:5em;
}

#search_form .y {
	width:8em;
}

#search_results {
	float:left;
}

#advance_search fieldset {clear: both;}
#search_form label {line-height: 8px;}

