/* CSS Document */
* {
	
}
body {
	font: 14px/19px Arial, Helvetica, sans-serif;
	color: #494859;
	padding: 0;
	margin: 0;
}
/*** hide stuff that we don't want to see ***/
.right_content,
#newsticker,
#alt_image,
#strap,
#logo,
#tools,
#footer_left,
#footer_logos,
.mainimage,
#otherflagholder,
.nomob,
img,
#nav-euroblech-live,

#nav-press-photos,

#footer #dsmob,
#footer #dsd1,
#footer #dsd2  {
	display: none;
}
#container {
	max-width: 480px;
}
#banner_logo {
	height: 75px;
	background: url(../_img/mobile/logo.gif) no-repeat;
}
#banner_logo h1 {
	background: url(../_img/mobile/logo.gif) no-repeat;
	width: 180px;
	height: 75px;
	text-indent: -3333px;
	padding: 0;
	margin: 0;
	float: left;
}
#banner_logo p {
	padding: 0;
	margin: 0;
	float: right;
	width: 64px;
}
#banner_logo p a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../_img/mobile/menu_button.gif) no-repeat;
	height: 64px;
	font-weight: bold;
	line-height:68px;
	padding-left: 12px;
	font-size: 13px;
	cursor: pointer;
}

#globalnav {
	list-style: none;
	padding: 0 8px;
	margin-left: 0;
}
#globalnav li {
	width: 100%;
}
#globalnav li a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	display: block;

}

#globalnav li ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#globalnav li ul li a {
	font-weight: normal;
	color: #494859;
	text-decoration: none;
	padding: 0 8px 0 24px;
}
#globalnav li a:hover {
	background-color: #eee;
	text-decoration: underline;
	color: #000;
}
#content {
	padding: 0 8px;
}
#content h2 {
	color: #92268F;
	font-size: 19px;
}
#content h3 {
	color: #92268F;
	font-size: 16px;
}
#footer_disclaimer {
	font-size: 12px;
	padding-left: 8px;
}
#device_switches {
	display: block;
	padding-bottom: 10px;
	font-weight: bold; 
	font-size: 15px;
}

#topbar {
	border-top: 2px dashed #ddd;
	font-size: 13px;
}
#lang-chooser {
	list-style: none;
	margin: 0;
	padding: 8px;
}
#lang-chooser li {
	height: 21px;
}
#lang-chooser a {
	display: block;
	text-decoration: none;
	line-height: 15px;
	padding: 3px;
	padding-left: 32px;
	color: #666;
}
#lang-chooser a:hover {
	color: #000;
	background-color: #eee;
}
#lang-de a {
	background: url(../_img/mobile/flag-de.gif) no-repeat 3px center;
}
#lang-eng a {
	background: url(../_img/mobile/flag-en.gif) no-repeat 3px center;
}
#lang-fr a {
	background: url(../_img/mobile/flag-fr.gif) no-repeat 3px center;
}
#lang-it a {
	background: url(../_img/mobile/flag-it.gif) no-repeat 3px center;
}
#lang-esp a {
	background: url(../_img/mobile/flag-es.gif) no-repeat 3px center;
}


/* ========================================== */
/* ============= ALPHABET TABLE ============= */
/* ========================================== */
#alphabet_nav {
	text-align: left;
}
#content table.alphabet {
	padding-top: 6px;
}
#content table.alphabet tr td {
	margin: 0;
	padding: 0px;
	border: none;
	background: transparent;
	text-align: center;

}
#content table.alphabet tr td a {
	display: block;
	padding: 0px;
	text-align: center;
	background: #EDE7F2;
	text-decoration:none;
	color: #000;
	border-right: 1px solid #fff;
}
#content table.alphabet tr td a:hover {
	background: #4C4B4D;
	color: #fff;

}
/* ================================================ */
/* ============= EXHIBITOR LIST TABLE ============= */
/* ================================================ */


.exlist #content table.exlist_table,
#press-releases-page #content table.exlist_table {
	width: 95%;
}
.exlist #content table.exlist_table tr td.alphacell,
#press-releases-page #content table.exlist_table tr td.alphacell{
	padding: 0;
	border-bottom: 2px solid #F3EFF6;
	padding-top: 12px;
}
.exlist #content table.exlist_table tr td.alphacell b,
#press-releases-page #content table.exlist_table tr td.alphacell b{
	display: block;
	background: #F3EFF6;
	text-decoration:none;
	width: 21px;
	text-align: center;
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	color: #333;
	font-family: Arial, Helvetica, sans-serif
}
.exlist #content table.exlist_table tr td,
#press-releases-page #content table.exlist_table tr td {
	background: transparent;
	border: 0;
	padding: 8px;
}
.exlist #content table.exlist_table tr.alt_row td,
#press-releases-page #content table.exlist_table tr.alt_row td {
	background: #F3EFF6;
}
/* for Hall and Stand Info */
.secondary_info {
	font-style: italic;
	color: #666;
	font-size: 90%;
}

/* ===================================== */
/* =======  EXHIBITOR SCHEDULE ========= */
/* ===================================== */
#content #exhibitor_schedule {
	border: 1px solid #BB7DBB;
	padding: 0;
}
#exhibitor_schedule th,
#exhibitor_schedule td {
	padding: 2px;
	vertical-align: top;
}
#exhibitor_schedule td {
	border-bottom:  1px solid #E3CFE5;
}
#exhibitor_schedule th {
	text-align: left;
	background: #BB7DBB;
	color: #fff;
	font-size: 14px;
}
#exhibitor_schedule td.tablenotes {
	font-size: 11px;
	font-style: italic;
	border: 0;
}


a {
	color: #143E8E;
}
a:hover {
	color: #ED1C2E;
}