/*
	Author: Mogul AB
*/

*{margin:0;padding:0;} /* remove default margin and padding from all elements */
/* ----------------------------------------
 * Clear fixes
 ---------------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix{
    display:inline-block;
}
html[xmlns] .clearfix{
    display:block;
}
* html .clearfix{
    height:1%;
}
body{
	font: 62.5% Arial, Helvetica, sans-serif;
}
img {
    border: 0;
}
table{
	border-collapse: separate;
	border-spacing:0;
	outline:0;
	width:100%;
}
caption, th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	border:0;
}
select,input,textarea
{
	font: 62.5% Arial, Helvetica, sans-serif;
}
ul, li{
	list-style-type: none;
}
abbr{border:none;}
h2
{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0.2em;
}
h3
{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.2em;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
{
	text-decoration:none;
}
/* MAIN WRAPPER, wraps around all content element */
div#mainWrapper{
	margin:0 auto;
	width:990px;
	background:#fff;
}

/* HEAD SECTION */
div#headContainer{
	position:relative;
}
div#headContainer h4{
	height:27px;
}
div#headContainer h4 span{
	display:none;
}
div#headContainer h4 a{
	display:block;
	height: 28px;
	width: 145px;
}
div#headContainer img.print-img{display:none;}

div#headContainer a.fairname{
	height:100px;
}

div#headContainer a.fairname span{
	display:none;
}

div#headContainer a.fairname {
	display:block;
	height:100px;	
	width: 990px;
}
div#headContainer a.fairname img{
	border: none;
}


/*	SEARCH AREA */
div#headContainer fieldset.search{
	position: absolute;
	top: 131px;
	right: 0px;
	border: none;
	z-index: 9;
}

div#headContainer fieldset.otherfairs{
	position:absolute;
	top: 132px;
	right:175px;
	border: none;
}

div#headContainer fieldset legend,
div#headContainer fieldset label{
	display:none;	
}

div#headContainer fieldset input.txtSearch{
/*	float: left;*/
	border: none;
	background: url(../img/search/bg_search.gif) 0 0 no-repeat;
	font-size:1.2em;
	height: 21px;
	width: 100px;
	padding: 1px 14px 0px 25px;
	/*margin-right: 3px;*/
	z-index: 10;
}

div#headContainer fieldset input.txtSearch.inactive {
	color: #9c9c9c;
	font-style: italic;
/*	letter-spacing: -0.05em;    */
}

div#headContainer fieldset select{
	width:170px;
	font: 1.1em Arial, Helvetica, sans-serif ;
	padding: 0 2px;
}

div#headContainer fieldset option{
	padding: 1px 7px;
}

/* moved to fair-color.aspx

div#headContainer fieldset a.btnSearch{
	float: left;
	background: #fff;
	padding: 2px 6px;
	border: 1px solid #4E4E4E;
	border-width: 1px 2px 2px 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
}*/

/*	MAIN CONTENT */
div#contentWrapper{
	clear: both;
	margin: 18px 0 0 10px;
	width: 980px;
}


.templateArticleStandard div#contentWrapper{
	background: #fff url(../img/general/bg_article-content.gif) no-repeat 766px 37px; 
	margin-bottom: 20px;
}

/*	ALPHABET FILTER LIST */
div#contentTextContainer ul#alphabetNav{
	border: 1px solid #DCDCDC;
	padding: 5px 8px;
	margin:0 0 18px 0;
	overflow: auto;
	list-style-type:none;
}
div#contentTextContainer ul#alphabetNav li{
	float: left;
	margin: 0 16px 0 0;
	list-style-type:none;
	font-size:1.1em;
}
div#contentTextContainer ul#alphabetNav li.all-items{
	float:right;
	margin:0;
}
div#contentTextContainer ul#alphabetNav li a{
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/*	BREAD CRUMS*/
ul#breadCrumbs{
	float: left;
	clear: right;
	margin:0 0 17px 0;	
	width:772px;
	padding-bottom: 3px;
}

ul#breadCrumbs li{
	list-style-type:none;
	display:inline;
	background:url(../img/general/arrow_grey.gif) no-repeat 0 3px;
	padding:0 5px 0 10px;
	font:bold 1.1em arial !important;
	color:#333;
}

ul#breadCrumbs li.breadFirstItem{
	font:bold 1.2em arial !important;
	text-transform:uppercase;
	background:none;
	padding:0 5px 0 0;
}


div#filesForPrint ul{
	margin-top:10px;
}

div#filesForPrint ul li{
	list-style-type:none;
	margin-bottom:5px;
	padding:5px;
	line-height:1.5em;
}

div#filesForPrint ul li a{
	color:#000;
	text-decoration:none;
	font:normal 1.1em arial !important;
	padding-right:10px;
}

/*	FOOTER */
div#footerContainerTitle
{
	height: 21px;	
}
div#footerContainerTitle h4
{
	font: bold 1.2em Arial;
}
div#footerContainer{
	clear:both;
	overflow: auto;
	margin: 0 0px;
	background:url(../img/general/bg-footer.jpg) repeat-x left bottom;
}

div#footerContainer .column{
	float: left;
/*	width: 146px;*/
	width:163px;
	padding: 15px 24px 40px 24px;
	padding:15px 15px 40px;
	border-top: 0px solid #fff;
	background:url(../img/general/bg-footer-col.png) no-repeat left bottom;
	min-height:120px;
	border-right:solid #fff 1px;
}
div#footerContainer .last-col{
	width:164px;
	border-right:none;
}
div#footerContainer .three{
	width:298px;
}
div#footerContainer .four{
	width:215px;
}
div#footerContainer .column h4{
	font: bold 1.2em Arial;
	margin-bottom:20px; 
	overflow: auto;
}
div#footerContainer .column h4 span{
	float: left;
	display: block;
	padding-top: 7px;
}
div#footerContainer .column p{
	font: normal 1.1em Arial;
	line-height: 1.4em;
	clear: left;
}
div#footerContainer .column a{
	font: bold 1em Arial;
	text-decoration: none;
	line-height: 1.4em;
	clear: left;
}

div#footerContainer .column img{
	float: left;
	margin-right: 8px;
}

div#footerAdressContainer address{
	font:normal 1em arial;
	text-align:center;
	color:#3f3b3c;
	background-color:#fff;
	text-transform:uppercase;
	padding-bottom:1em;
	clear: both;
}

/*	LINKS, global layout and behaviour */
a{
	font-weight:bold;
	color:#000;
	/*text-decoration:none;*/
}

a:link{
	font-weight:bold;
	color:#000;
}
/*
a:visited{
	color:#666;
	font-weight:bold;	
}
*/
a:hover{
	text-decoration:none;
	font-weight:bold;
}
a:active
{
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}
div#errorPage{
	font: 1.2em arial;	
}

p.abstract{
	font-weight:bold !important;
	clear:both;
}
/*icons*/
a.icon
{
	display:inline-block;
	height:28px;
	width:28px;
	background-repeat:no-repeat;
	background-position:0 0;
}
a.icon-small
{
	display:inline-block;
	height:17px;
	width:17px;
	background-repeat:no-repeat;
	background-position:0 0;
}
a.icon-wide
{
	display:inline-block;
	height:17px;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:0 0;
}
a.icon,a.icon-small,a.icon-wide{
	text-decoration:none;
}
a.save-company, a.save-product
{
	background-image:url(../img/icons/ico-save.gif);
}
a.save-company-small,
a.save-product-small,
a.save-activity-small,
a.save-seminar-small
{
	background-image:url(../img/icons/ico-save-small.gif);
}
a.book-seminar-small
{
	background-image:url(../img/icons/ico-book-seminar-small.gif);
}
a.download-pdf-small,
a.download-doc-small
{
	background-image:url(../img/icons/ico-download-doc-small.gif);
}
a.print-small
{
	background-image:url(../img/icons/ico-print-small.gif);
}
a.tell-friend-small
{
	background-image:url(../img/icons/ico-tell-friend-small.gif);
}
a.show-map-small
{
	background-image:url(../img/icons/ico-show-map-small.gif);
}
a.save-company span,
a.save-product span,
a.save-product-small span,
a.download-pdf-small span,
a.download-doc-small span{display:none;}
a.save-seminar-small span{color:#ff0000;}

a.icon-delete{
	display:inline-block;
	margin-top:3px;
	height:10px;
	width:10px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../img/icons/ico-delete.gif);
}
a.icon-delete:hover{
	/*background-image:url(../img/icons/ico-delete-hover.gif);*/
	background-color:red;
}
a.icon-delete span{display:none;}

img.icon-lang{margin-right:10px;}
span.lang-description{font-style:italic;}

/*Movies*/
div.movie
{
	float:left;
	width: 435px;
}

/*Products*/
div.productImage
{
	float:left;
	width: 245px/*175px*/;
/*	margin:0 0 18px 18px; */
}
div.movie .caption,
div.productImage .caption
{
    font-size: 1.1em !important;
	text-align:left;
/*	padding:8px; */
    padding-top: 8px;
	border:0px solid #DCDCDC;
	/*border-top:none;*/
	display:block;
}
div.movie .caption a,
div.productImage .caption a
{
    font-weight: bold;
    text-decoration:none;
}
div.column img.product
{
	max-width:175px;
}
/*my pages layer*/
div#mypages-layer,
div#bookSeminar-layer,
div#bookMeeting-layer,
div#feedback-layer{
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	display:none;
	font-size:1.1em;
	border:solid 1px #ec4e97;
	padding:8px;
	width:395px;
	min-height:200px;
}
div#mypages-layer p,
div#feedback-layer p{
	margin:0.5em 0;
}
div#mypages-layer h3{margin-bottom:1em;}
div#mypages-layer h4{margin:1em 0;}
div#mypages-layer h3 span.df-name{text-decoration:underline;}
div#mypages-layer a{text-decoration:none;font-weight:normal;}
div#mypages-layer a.close,
div#bookSeminar-layer a.close,
div#bookMeeting-layer a.close,
div#feedback-layer a.close{
	float:right;
	text-decoration:none;
	color:#9c9c9c;
	display:block;
}
div#mypages-layer a.close span.close,
div#bookSeminar-layer a.close span.close,
div#bookMeeting-layer a.close span.close,
div#feedback-layer a.close span.close{
	display:inline-block;
	font-size:1em;
	padding-left:4px;
	text-transform:uppercase;
}
div#mypages-layer div.feedback-information,
div#bookSeminar-layer div.feedback-information,
div#bookMeeting-layer div.feedback-information,
div#feedback-layer div.feedback-information{
	clear:both;
	float:none;
}
div.feedback-information h2{
	margin:0.5em 0 1em;
}
dl.layer-form { }
dl.layer-form dt label{font-weight: bold;}
dl.layer-form dt {float: left; width: 180px;}
dl.layer-form dt span.reguired{color:Red;padding-left:4px;font-size:1.3em;font-weight:bold;}
dl.layer-form dd { margin: 0 0 0.4em 0; float: left; }
dl.layer-form dd input,dl.layer-form dd textarea{
	width:200px;
	background:url(../img/general/bg-input.gif) repeat-x;
	border: 1px solid #E6E6E6;
	border-top: 1px solid #BBBBBB;
	padding: 2px;
	font-size: 1.1em;
}
dl.layer-form dd input.dt-small{
	width:40px;
	margin-right:4px;
}
dl.layer-form dd input.dt-medium{
	width:60px;
	margin-right:4px;
}
dl.layer-form dd textarea{
	background:none;
}
div#bookSeminar-layer div.feedback-information p,
div#bookMeeting-layer div.feedback-information p{clear:both;float:none;}
div#bookSeminar-layer div.feedback-information a.book-seminar,
div#bookMeeting-layer div.feedback-information a.book-meeting{
	display:inline-block;
	border:solid 1px #b5b5b5;
	background-color:#fff;
	margin-top:4px;
	padding:4px 8px;
	text-decoration:none;
}
div.feedback-information div#error-feedback{
	display:none;
	border:solid 1px red;
	padding:8px;
	margin-bottom:16px;
}
div.feedback-information div#error-feedback ul{
	margin-left:16px;
}
div.feedback-information div#error-feedback li{
	list-style-type:disc;
	font-size:1.1em;
	color:red;
}
div.feedback-information div#error-feedback li label{
	color:#000;
}
.left{float:left;}
.right{float:right;}
/* E-DRUM EDITOR RULES */
.edrumImage, .edrumImageLeft { float: left; margin: 0 10px 10px 0; }
.edrumImageCenter { width:100%; text-align: center; margin: 0 0 10px 0; }
.edrumImageRight { float:right; margin: 0 10px 0px 10px; }
.edrumImageText, .edrumImageTextLeft { text-align:left; }
.edrumImageTextCenter { text-align:center; }
.edrumImageTextRight { text-align:right; }
.edrumAlignCenter { text-align:center; }
.edrumAlignRight { text-align:right; }
.edrumImageBorder0 { border:none; }
.edrumImageBorder1 { border:1px solid #333; }
.nobg { background-image:none !important; }
div#contentTextContainer div.preamble,
div#contentTextContainer div.preamble p
{
	font-weight:bold;
}

input.required-missing, textarea.required-missing{
	border:1px solid red !important;
}
