/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 0;
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
}

#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
	float: right;
	margin-top: -57px;
	margin-right: 17px;
}
#block-locale-language li {
	float: left;
	list-style: none;	
}
#block-locale-language li.fr a {
	background: url('../images/flag-fr.png') no-repeat;
}
#block-locale-language li.en {
	background: url('../images/flag-en.png') no-repeat;
}
#block-locale-language li a {
	font-size: 0px;
	display: block;
	width: 40px;
	height: 27px;
}
#block-locale-language .locale-untranslated {
	display: none !important;
}
#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

#block-search-form /* "Search form" block */ {
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}

#block-system-main-menu /* "Main menu" block */ {
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-login /* "User login form" block */ {
}

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
}

/* e-ticket */
#block-views-news-block,
#block-views-e-ticket-block {
	background-color: #1f150d;
}

#block-block-4 {
	position: absolute;
	margin-left: 70px;
}

#block-commerce-cart-cart {
	width: 93%;
}
#block-commerce-cart-cart .content {
	padding: 5px 50px;
	padding-bottom: 50px;
}
#block-commerce-cart-cart table {
	width: 100%;
}
#block-commerce-cart-cart table a {
	color: #EC7506;
}
#tab-leg {
	font-size: 1.3em;	
}
#tab-leg .tab-leg2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;	
}
#ag-warn {
	font-size: 1.3em;	
	text-align: center;	
	font-weight: bold;
	padding: 1em 0;
	text-transform: uppercase;	
}

#block-sharethis-sharethis-block {
	margin-bottom: 30px;
}
#block-sharethis-sharethis-block .st_fblike_hcount {
	float: left;
}
#content .section .block-block {
	padding: 23px;
	display: inline-block;
}
#content .section #block-block-6,
#content .section #block-block-7 {
	display: block;
}