/* ###################################################    RESET */

#exhibitors html, 
#exhibitors body, 
#exhibitors applet, 
#exhibitors object, 
#exhibitors iframe, 
#exhibitors h1, 
#exhibitors h2, 
#exhibitors h3, 
#exhibitors h4, 
#exhibitors h5, 
#exhibitors h6, 
#exhibitors p, 
#exhibitors blockquote, 
#exhibitors pre, 
#exhibitors abbr, 
#exhibitors acronym, 
#exhibitors address, 
#exhibitors big, 
#exhibitors cite, 
#exhibitors code, 
#exhibitors dfn, 
#exhibitors font, 
#exhibitors kbd, 
#exhibitors q, 
#exhibitors s, 
#exhibitors samp, 
#exhibitors small, 
#exhibitors strike, 
#exhibitors tt, 
#exhibitors var, 
#exhibitors dl, 
#exhibitors dt, 
#exhibitors dd, 
#exhibitors ol, 
#exhibitors ul, 
#exhibitors li, 
#exhibitors fieldset, 
#exhibitors form, 
#exhibitors label, 
#exhibitors table, 
#exhibitors caption, 
#exhibitors tbody, 
#exhibitors tfoot, 
#exhibitors thead, 
#exhibitors tr, 
#exhibitors th, 
#exhibitors td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

#exhibitors input, 
#exhibitors select, 
#exhibitors keygen, 
#exhibitors textarea, 
#exhibitors button {
	vertical-align: baseline;
}

#exhibitors select[size] {
    vertical-align: top;
}

#exhibitors textarea {
	vertical-align: top; /* label next to large box should be top-aligned */
	/*max-width: 100%;*/ /* limits resizeability of textareas in webkit. */
}

#exhibitors input, 
#exhibitors textarea {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#exhibitors input[type=checkbox], 
#exhibitors input[type=radio] {
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 3px;
}

#exhibitors input[type=submit],
#exhibitors input[type=button], 
#exhibitors select, 
#exhibitors keygen, 
#exhibitors button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    cursor: pointer;
}

#exhibitors button::-moz-focus-inner {
    border: 0;
    cursor: pointer;
    padding: 0;
}

/* ###################################################    EXHIBITORS MODULE */

/* ---------------------------------------------------    Base */

#exhibitors {
    font: 10px/18px Arial,sans-serif;
}

#exhibitors a {
    text-decoration: none;
}

#exhibitors ul,
#exhibitors ol {
    list-style-type: none;
}

#exhibitors img {
    border: 0;
    margin: 0;
    padding: 0;
}

#exhibitors .box {
    clear: both;
    margin: 0 0 15px;
}

/* ---------------------------------------------------    Box header */

#exhibitors .header {
    overflow: hidden !important;
    background: url(images/header.png) no-repeat right top !important;
    line-height: 22px !important;
}

#exhibitors .header h1 {
    padding: 1px 16px 2px !important;
    width: 400px !important;
    float: left !important;
    background: url(images/header.png) no-repeat left bottom !important;
    border: none !important;
    color: #535353 !important;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 19px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    text-shadow: 0 1px rgba(255,255,255,0.7) !important;
}

#exhibitors .header .print {
    display: block !important;
    float: right !important;
    width: 26px !important;
    height: 21px !important;
    background: url(images/print.png) no-repeat 0 0 !important;
}

#exhibitors .header .back {
    display: block !important;
    float: right !important;
    background: #f6f6f6 !important;
    border-top: 1px solid #d7d5d5 !important;
    border-left: 1px solid #d7d5d5 !important;
    color: #272727 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

#exhibitors .header .back span {
    display: block !important;
    padding: 0 8px 0 30px !important;
    background: url(images/back.png) no-repeat 0 0 !important;
    line-height: 18px !important;
}

/* ---------------------------------------------------    Header 2 */

#exhibitors .header-2 {
    overflow: hidden;
    padding: 0 23px;
    background: url(images/header-2.png) repeat-x 0 0;
    border-left: 1px solid #d6d5d5;
    border-right: 1px solid #d6d5d5;
    border-bottom: 1px solid #ececec;
}

#exhibitors .header-2 h2 {
    text-transform: uppercase;
    color: #535353;
    font-weight: bold;
    text-align: left;
    width: 300px;
    float: left;
    line-height: 35px;
}

#exhibitors .header-2 .meeting {
    border: 1px solid #e3e2e2;
    background: #fff;
    color: #272727;
    line-height: 22px;
    float: right;
    display: block;
    padding: 0 12px;
    margin: 6px 0 0;
}

#exhibitors .header-2 .meeting span {
    font-weight: bold;
}

#exhibitors .header-2 .meeting:hover span {
    text-decoration: underline;
}

/* ---------------------------------------------------    Box content */

#exhibitors .content {
    border: 1px solid #d6d5d5;
    border-top: 0;
    padding: 14px;
    background: white;
}

/* ---------------------------------------------------    Results */

#exhibitors .count-results {
    float: left;
}

#exhibitors .count-results .description {
    display: block;
    background: url(images/results-count.png) repeat-x left bottom;
    float: left;
    padding: 0 16px;
    border: 1px solid #f2f2f2;
    border-right: 0;
    color: #434343;
    line-height: 24px;
    font-weight: bold;
}

#exhibitors .count-results form {
    float: left;
}

#exhibitors .results-list .nav {
    float: right;
}

#exhibitors .results-list .nav .item {
    display: block;
    float: right;
    border: 1px solid #ededed;
    padding: 0 8px;
    margin: 0 0 0 5px;
    color: #1d1d1d;
    line-height: 24px;
}

#exhibitors .results-list .nav .item:hover span {
    text-decoration: underline;
}

#exhibitors .results-list .nav .inactive {
    color: #818181;
}

#exhibitors .results-list .nav .inactive:hover span {
    text-decoration: none;
}

#exhibitors .results-list ul {
    clear: both;
    padding: 11px 0 0;
}

#exhibitors .results-list li {
    margin: 11px 0 0;
    overflow: hidden;
    padding: 6px;
    border: 1px solid #f2f2f2;
    background: #fdfdfd url(images/results-item.png) repeat-x left bottom;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
}

#exhibitors .results-list li:first-child {
    margin: 0;
}

#exhibitors .results-list .promo {
    border-color: #d6d6d6;
    background: #fff url(images/results-item-promo.png) repeat-x left bottom;
}

#exhibitors .results-list .photo {
    float: left;
    margin: 0 13px 0 0;
}

#exhibitors .results-list .details {
    float: left;
    padding: 0 42px 0 0;
    width: 342px;
}

#exhibitors .results-list .name {
    display: block;
    font-weight: bold;
}

#exhibitors .results-list .name a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

#exhibitors .xresults-list .place {
    color: #434343;
}

#exhibitors .results-list .promo .details {
    background: url(images/promo.png) no-repeat right center;
}

#exhibitors .results-more {
    background: #e7e7e7;
}

#exhibitors .results-more a {
    color: #272727;
    margin: 0 10px 0 0;
}

#exhibitors .results-more a span {
    text-decoration: underline;
}

#exhibitors .results-more a:hover span {
    text-decoration: none;
}

#exhibitors .meeting-button {
    margin: 7px 0;
    background: #515151;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    width: 353px;
    clear: both;
    float: right;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 0;
    padding: 0;
}

#exhibitors .button {
    float: right;
    margin: 0;
    padding: 0;
    background: url(images/submit.png) repeat-x 0 0;
    border: 1px solid #b5b5b5;
    border-top: 0;
    color: #272727;
    text-transform: uppercase;
}

#exhibitors .button span {
    display: block;
    padding: 0 20px 0 43px;
    background: url(images/button-more.png) no-repeat 9px center;
    line-height: 30px;
    color: #272727;
    font-size: 10px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase;
}


/* ---------------------------------------------------    Form */

#exhibitors form li {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0 0 5px;
}

#exhibitors form .error label {
    color: red;
}

#exhibitors form .error input.text {
    border-color: red;
}

#exhibitors form .error-message {
    display: block;
    color: red;
    font-weight: bold;
    padding: 5px 0 0 117px;
    line-height: 16px;
}

#exhibitors form .captcha .error-message {
    padding-left: 0;
}

#exhibitors form input.text {
    width: 333px;
    height: 20px;
    padding: 3px 9px;
    line-height: 20px;
    border: 1px solid #eaeaea;
    border-top-color: #f1f1f1;
    border-bottom-color: #e4e3e3;
}

#exhibitors label {
    display: block;
    float: left;
    width: 92px;
    margin: 0 5px 0 0;
    padding: 0 9px;
    background: url(images/label.png) repeat-x 0 0;
    border: 1px solid #f1f1f1;
    border-bottom-color: #f4f4f4;
    color: #272727;
    font-weight: bold;
    line-height: 26px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#exhibitors label span {
    color: #f00;
}

#exhibitors .branch label {
    width: 110px;
    padding: 0;
    cursor: pointer;
}


#exhibitors .branch label span {
    color: #272727;
}

#exhibitors .add-branch span {
    display: block;
    padding: 0 30px 0 9px;
    background: url(images/label-add.png) no-repeat right top;
}

#exhibitors .remove-branch {
    background: #fff;
}

#exhibitors .remove-branch span {
    display: block;
    padding: 0 30px 0 9px;
    background: url(images/label-remove.png) no-repeat right top;
}

#exhibitors form button {
    float: right;
    margin: 0;
    padding: 0;
    background: url(images/submit.png) repeat-x 0 0;
    border: 1px solid #b5b5b5;
    border-top: 0;
}

#exhibitors form button span {
    display: block;
    padding: 0 20px 0 53px;
    background: url(images/magnify.png) no-repeat 0 0;
    line-height: 30px;
    color: #272727;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#exhibitors .captcha {
    clear: both;
    float: right;
    width: 353px;
}

#exhibitors .required {
    clear: both;
    float: right;
    width: 353px;
    color: #f00;
    font-weight: bold;
}

/* ---------------------------------------------------    Recommended offers */

#exhibitors .best-offers li {
    background: url(images/best-offer.png) repeat-x left bottom;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    margin: 6px 0 0;
    padding: 8px 10px;
}

#exhibitors .best-offers li:first-child {
    margin: 0;
}

#exhibitors .best-offers .photo {
    float: left;
    margin: 0 10px 0 0;
}

#exhibitors .best-offers .photo img {
    display: block;
}

#exhibitors .best-offers .details {
    float: left;
    width: 379px;
}

#exhibitors .best-offers .name {
    display: block;
}

#exhibitors .best-offers .name a {
    color: #040404;
    font-weight: bold;
    font-size: 11px;
}

#exhibitors .best-offers .place {
    color: #434343;
    font-size: 11px;
}

/* ---------------------------------------------------    Results */

#exhibitors .results {
    background: #e7e7e7;
    overflow: hidden;
}

#exhibitors .results li {
    overflow: hidden;
    margin: 7px 0 0;
}

#exhibitors .results li:first-child {
    margin: 0;
}

#exhibitors .results .place {
    float: left;
    width: 235px;
}

#exhibitors .results .label {
    display: block;
    border: 1px solid #d3d3d3;
    border-right: 0;
    width: 92px;
    padding: 0 9px;
    float: left;
    background: url(images/results-label.png) repeat-x 0 0;
    font-weight: bold;
    color: #272727;
    line-height: 29px;
    padding: 0 10px;
}

#exhibitors .results .place li {
    width: 103px;
    float: left;
    margin: 7px 13px 0 0;
}

#exhibitors .results .place .label {
    width: 50px;
}

#exhibitors .results .criterion {
    display: block;
    border: 1px solid #d3d3d3;
    width: 90%;
    margin: 0 0 5px 0;
    padding: 6px 16px;
    float: right;
    background: #f1f1f1 url(images/results-criterion.png) repeat-x 0 0;
    color: #272727;
    font-weight: bold;
    line-height: 17px;
}

#exhibitors .results .place .criterion {
    width: 30px;
    padding: 6px 0;
    text-align: center;
}

#exhibitors .results .more {
	background: none repeat scroll 0 0 transparent !important;
    display: block !important;
    float: right !important;
    margin: 8px 0 0 !important;
    color: #272727 !important;
}

#exhibitors .results .more span {
    text-decoration: underline;
}

#exhibitors .results .more:hover span {
    text-decoration: none;
}

#exhibitors .exhibitor .more {
    margin: 15px 0 0 15px !important;
}

#exhibitors .exhibitor-details {
    background: white url(images/exhibitor.png) repeat-y;
    border: 1px solid #d6d5d5;
    border-top: 0;
    overflow: hidden;
}

#exhibitors .exhibitor-details .photo {
    padding: 40px 14px 14px;
    width: 210px;
    float: left;
    text-align: center;
}

#exhibitors .exhibitor-details .details {
    float: left;
    padding: 14px;
    width: 232px;
    line-height: 24px;
}

#exhibitors .exhibitor-details .details div:first-child {
    margin-bottom: 1em;
}

#exhibitors .exhibitor-details .details a {
    color: #f00;
}

#exhibitors .exhibitor-details .details a:hover {
    text-decoration: underline;
}

#exhibitors .exhibitor-description {
    padding: 22px 30px;
}

#exhibitors .exhibitor-photos {
    padding: 22px 30px;
}

#exhibitors .exhibitor-photos ul {
    overflow: hidden;
    margin: 0;
}

#exhibitors .exhibitor-photos li {
    float: left;
    margin: 0 9px 0 0;
    display: block;
}

#exhibitors .exhibitor-photos img {
    display: block;
}

#exhibitors .exhibitor-map .map {
    width: 470px;
    height: 400px;
}

/* ###################################################    JQUERY SELECT BOX */

#exhibitors .selectbox {
    float: left;
    margin: 0;
    width: auto !important;
}

#exhibitors .selectbox .display.select-1 {
    background: url(images/select.png) repeat-x;
    border: 1px solid #e5e5e5;
    height: 26px;
    line-height: 26px;
    width: 282px;
    padding: 0 48px 0 20px;
    margin: 0;
    font-size: 10px;
    color: #484848;
    font-weight: bold;
}

#exhibitors .selectbox .display.select-3 {
    width: 30px;
    padding: 0 22px 0 0;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

#exhibitors .selectbox .display.select-1 .arrow_btn {
    background: url(images/arrow.png) no-repeat center center;
    border: 0;
    border-left: 1px solid #e5e5e5;
    width: 26px;
    height: 26px;
}

#exhibitors .selectbox .display.select-1 .arrow_btn {
    width: 22px;
    height: 24px;
}

#exhibitors .selectbox .display.select-2 .arrow_btn {
    background: url(images/arrow-2.png) no-repeat center center;
}

.selectbox.items li > .item > .text {
    line-height: 18px;
    padding: 4px 0;
}

#exhibitors .selectbox .display.select-1 .text {
    width: 282px;
} 

#exhibitors .selectbox .display.select-3 .text {
    width: 30px;
} 

.selectbox.items.select-1 {
    border-top: 1px solid #E5E5E5;
    background: #fff;
    font-size: 10px;
}

.selectbox.items.select-1 li {
    border-top: 1px solid #e5e5e5;
    line-height: 26px;
}

.selectbox.items.select-1 li:first-child {
    border: none;
}

.selectbox.items .optgroup > .label {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 0 10px;
    line-height: 26px;
}

.selectbox.items .optgroup .items li > .item {
    padding: 0 20px;
}

.selectbox.items.select-1 li > .item {
    color: #272727;
    padding: 0 20px;
    line-height: 26px;
}

.selectbox.items.select-1 li.hover > .item {
    background: #f6f6f6;
    color: #272727;
}
