﻿/*   
File: screen.css
Styles for screen presentation
*/

/* general */
* { font-size: 100%; padding: 0; margin: 0; }
body { font: 0.75em/1.333 Helvetica, Arial, sans-serif; margin: 0; padding: 0; color: #333; background: #FFF; }
p { padding-bottom: .8em; }
a:link { color: #3D6E9F; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0 none; }
ul, ul li { list-style: none; }
fieldset { border: 0 none; }
ol { margin-left: 2em; padding-left: 1em; }
.gray { color: #999; }
/* misc */
a.cta-inline { text-decoration: none; padding-left: 11px; background: transparent url('images/cta-inline.gif') 0 0 no-repeat; }
a.cta-inline:hover { text-decoration: underline; }
a.cta-arrow { padding-left: 15px; background-image: url('images/cta-inline-arrow.gif'); }
.js .hide { display: none; }
.text-center { text-align: center; }
/* horizontal rules and IE6: must follow this convention: <div class="hr"><hr/></div> */
.hr { clear: both; height: 1px; overflow: hidden; margin: 1.5em 0; background: #ccc; }
.hr hr { display: none; }
/* IE hack to cancel default MARGIN on HR */
.row { clear: both; padding: 20px 0; }
.no-border { border: 0 none; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

/* layout */
#wrapper { width: 980px; overflow: hidden; margin: 0 auto; }
#global-header { width: 100%; }
#primary-nav { width: 100%; padding: 0; margin-bottom: 22px; color: #fff; background-color: #000; font-size: 12px; line-height: 1.5em; text-transform: uppercase; }
#primary-nav ul { width: 970px; height: 23px; line-height: 23px; overflow: hidden; padding-left: 40px; }
#primary-nav li { display: inline; float: left; }
#primary-nav a { display: block; float: left; padding: 0 1.3em; text-decoration: none; color: #fff; }
#primary-nav a:visited { color: #fff; }
#primary-nav a:hover { background-color: #666; }
#masthead { width: 100%; overflow: hidden; margin-bottom: 5px; }
#branding { float: left; }
#global-search { float: right; clear: right; }
#content { width: 100%; overflow: hidden; }
#hero { margin-bottom: 22px; }
#sidebar-a { float: left; width: 279px; margin-right: 18px; }
#main-content { float: left; width: 438px; margin-right: 18px; }
#wide-left { float: left; width: 737px; margin-right: 16px; }
#sidebar-b { float: left; width: 227px; }
#global-footer { width: 920px; height: 102px; overflow: hidden; position: relative; padding: 15px 30px; color: #fff; background: url('images/footer-bg.png') 0 0 repeat-x; }
#global-footer a { color: #fff; }
#global-footer ul.popular-searches { margin-bottom: 1em; padding-left: 40px;}
#global-footer ul.popular-searches li { display: inline; font-weight: bold; }
#global-footer ul.popular-searches li a { padding: 0 1.1em 0 0; font-weight: normal; }
#global-footer .hr { background-color: #999; margin: 1em 0; }
#global-footer .col { float: left; padding-right: 40px; }
#global-footer .social-links { position: absolute; bottom: 15px; right: 30px; }
#global-footer .social-links li { display: inline; padding-left: 10px; }

/* headers */
#masthead h1 { position: relative; width: 269px; text-indent: -2000em; }
#masthead h1 a { display: block; height: 60px; background: transparent url('images/logo-italbooks.gif') 0 0 no-repeat; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.4em; margin-bottom: 0.3em; }
h2 { font-size: 2em; color: #6c3; margin-bottom: 0; }

/* modules */
.module { background-color: #fff; border: 1px solid #ccc; margin-bottom: 18px; }
.module .module-head { padding: 3px 10px; background-color: #000; }
.module .module-head ul { float: right; height: 12px; margin-top: 3px; }
.module .module-head li { display: inline; float: left; border: 1px solid #fff; margin: 0 2px; padding: 2px 4px 2px 4px; height: 11px; line-height: 11px; }
.module .module-head li a { text-decoration: none; color: #fff; font-size: 11px; }
.module .module-head .spotlight-title { float: left; }
.module .spotlight-tab { display: block; position: absolute; left: 3000px; top: 20px; width: 416px; height: 200px; }
.module h3 { font-size: 16px; color: #fff; margin-bottom: 0; }
/* topic-specific color variations */
.featured-author .module-head { background-color: #00A4D0; }
.most-recent .module-head { background-color: #C5338D; }
.featured-pub .module-head { background-color: #65CC27; }
.home-spotlight .module-head { background-color: #FEB727; }
.news .module-head { background-color: #000000; }
.exhibitions .module-head { background-color: #792979; }
.interviews .module-head { background-color: #006599; }
.advanced-search .module-head { background-color: #74d132; }
.industry-news .module-head { background-color: #000000; }
.media-links .module-head { background-color: #000000; }
.events .module-head { background-color: #792979; }
.all-events .module-head { background-color: #792979; }
.module .module-body { padding: 20px 10px; }
.module .module-body img { padding: 0 10px 0px 0; }
.module h2 { font-size: 1.5em; line-height: 1.5em; color: #000; }
.module h4 { font-weight: bold; color: #3D6E9F; font-size: 1.2em; }
.module h5 { font-weight: bold; color: #AAA; font-size: 1.2em; }
.module a { text-decoration: none; }
.module a:hover { text-decoration: underline; }
.module em { display: block; position: relative; top: -0.4em; }
.module img.thumbnp { float: left; padding: 5px 5px 5px 0; }
.module img.thumb { float: left; padding: 5px 10px 96% 0; }
.module .lefty { float: left; }
.module p.blurb { float: right; }
.main .module-body p { font-size: 1.1em; line-height: 1.45em; }
.module .clearLeft { clear: left; }
.module .clearBoth { clear: both; }
/* fixed height modules */
.featured-author .module-body, .home-spotlight .module-body { height: 200px; overflow: hidden; position: relative; }

/* banners */
.banner-wide { width: 100%; text-align: center; padding: 20px 0; }

/* site-search */
#global-search { width: auto; overflow: hidden; }
.ie6 #global-search { width: 575px; }
#global-search form fieldset { padding: 10px; background-color: #ccc; border: 1px solid #999; }
#global-search form label { float: left; font-size: 16px; line-height: 29px; color: #fff; text-transform: uppercase; padding-right: 8px; }
.ie #global-search form label { line-height: 1.3em; }
#global-search form input { float: left; width: 275px; height: 24px; line-height: 24px; font-size: 12px; margin-right: 8px; padding: 4px; border: 0 none; background: transparent url('images/input-bg.gif') 0 0 no-repeat; }
.ie #global-search form input { padding: 0 4px; }
#global-search form .submit { float: left; width: auto; height: auto; line-height: normal; background: none; padding: 0 4px; }
#global-search select { width: 133px; }
#global-search .select { float: left; }
#global-search .select div { float: left; height: 24px; line-height: 24px; padding-left: 4px; background: url('images/input-bg.gif') 0 0 no-repeat; }
#global-search .select a { float: left; display: block; width: 20px; height: 24px; text-indent: -2000em; background: url('images/select-arrow.gif') 0 0 no-repeat; }
#global-search .select ul { background-color: #fff; width: 133px; border: 1px solid #999; border-top: 0; }
#global-search .select ul li { line-height: 24px; cursor: pointer; padding: 0 4px; }
#global-search .select ul li.active { background-color: #ccc; }

/* advanced-search */
.advanced-search .module-body { background-color: #fff; overflow: hidden; padding-right: 0; }
.advanced-search ul { float: left; margin-right: 30px; }
.advanced-search li { padding-bottom: 0.8em; }
.advanced-search li a { text-decoration: none; color: #4d7caf; font-weight: bold; }
.advanced-search li a:hover { text-decoration: underline; }
.advanced-search .search-options { width: 165px; margin-right: 30px; border-right: 1px solid #d9d9d9; }
.advanced-search .search-options li { padding-bottom: .5em; }
.advanced-search .search-options label { padding-left: 10px; }
.advanced-search h4 { color: #d77c0a; font-size: 1.5em; padding-bottom: .5em; }
.advanced-search h4 a { color: #3D6E9F; }
.advanced-search h5 { color: #d77c0a; font-weight: bold; }
.advanced-search .search-options h4 { padding-bottom: 0; }
.advanced-search .submit { text-align: center; }
.advanced-search .cta-arrow { font-weight: bold; }
.advanced-search .search-field { width: 410px; }
.advanced-search .search-term { color: #c60; font-weight: bold; }
.advanced-search .search-category { color: #3D6E9F; font-weight: bold; }
/* search results list */
.advanced-search .search-results-list { margin: 20px 0 0 0; }
.advanced-search .search-results-list li { float: left; width: 454px; clear: left; padding-bottom: 18px; margin: 0 40px 10px 0; border-bottom: 1px solid #ccc; }
.advanced-search .search-results-list li.even { margin-right: 0; clear: none; }
.advanced-search .search-results-list li a.search-result { display: inline-block; width: 100px; vertical-align: middle; margin-right: 10px; }
.advanced-search .search-results-list li a.last { margin-right: 0; }
.advanced-search .search-results-list li p a { display: inline; width: auto; vertical-align: bottom; margin-right: auto; }
.advanced-search .search-results-list li p { text-align: right; padding-top: 4px; }
/* search navigation */
.search-navigation { clear: both; width: 100%; overflow: hidden; padding: 10px 0 0 0; margin-bottom: 18px; text-align: center; }
.search-navigation a { padding-left: 17px; line-height: 15px; background-image: url('images/search-nav-sprite.gif'); background-repeat: no-repeat; }
.search-navigation a.prev { float: left; background-position: 0 0; }
.search-navigation a.next { float: right; margin-right: 18px; background-position: 0 -30px; }
.search-navigation a.up { background-position: 0 -16px; }
/* search results carousel */
.advanced-search .carousel { margin: 10px 0 20px 0; }

/* search results */
.results .module-body { padding: 0; }

.search-result-book .carousel-container { width: 786px; }
.search-result-book .carousel { margin: 0; height: 198px; }
.search-result-book .carousel li { height: 198px; line-height: 198px; }
.search-result-book .carousel li img { vertical-align: middle; }

/* publisher result */
.search-result-publisher { width: 938px; padding: 20px; overflow: hidden; background: url('images/search-result-bg.gif') 0 0 repeat-y; }
.search-result-publisher .col-a { float: left; width: 708px; padding-right: 20px; }
.search-result-publisher .col-b { float: left; width: 200px; padding: 0 0 0 10px; }
.search-result-publisher .col-b h5 { margin: 10px 0 0 0; }
.search-result-publisher .col-b p { margin: 5px 0 0 0; }
.search-result-publisher .logo { float: right; margin: 0 10px 10px 0; }
.logo22 { float: left; margin: 0 10px 10px 0; }
.search-result-publisher p { float: left; margin: 10px 10px 10px 0; display: inline; }
.search-result-publisher h4 { padding-bottom: 0; }
/* book result */
.search-result-book { width: 978px; padding: 0px; overflow: hidden; background: url('images/search-result-book-bg.gif') 0 0 repeat-y; }
.search-result-book .col-a { float: left; width: 786px; overflow: hidden; }
.search-result-book .col-b { float: left; width: 165px; padding: 20px 0 0 20px; }
.search-result-book .book-cover { float: left; width: 240px; margin-right: 40px; padding-bottom: 20px; }
.search-result-book .book-cover .cover { display: block; margin-bottom: 20px; }
.search-result-book .book-cover ul.book-actions { float: none; margin-right: 0; }
.search-result-book .book-cover ul.book-actions li { display: inline; }
.search-result-book .book-info { float: left; width: 465px; padding-bottom: 20px; }
.search-result-book .other-titles { clear: left; border-top: 1px solid #ccc; }
.search-result-book .wrapper { padding: 20px; }
.search-result-book .logo { float: left; margin: 0 10px 10px 0; }
.search-result-book h4 { padding-bottom: 0; margin-bottom: 0; }
.search-result-book .subtitle { font-size: 0.85em; color: #666; line-height: 1.2em; margin-bottom: .5em; }

/* distributor titles */
.distributor { padding-left: 40px; color: #333 !important; font-size: 1.25em !important; margin-bottom: 1em; background-repeat: no-repeat; background-position: left; }
.dist-us { background-image: url('images/distributor-us.gif'); }

/* news page */
.media-links a { color: #3D6E9F; font-weight: bold; }
.media-links li { padding-bottom: 1em; }

/* events page */
.events .module-body { padding: 0; }

/* world map events */
#map-content { padding: 20px; }
.js #map-content ul { display: none; }
/* made visible by javascript */
#map-content ul li { width: 100%; overflow: hidden; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px; }
#map-content .event-logo { float: right; margin: 0; padding: 0; }
#map-content h4 { color: #333; font-weight: bold; font-size: 1.4em; }
#map-content h4 img { position: relative; top: 3px; }
#map-content a { font-weight: bold; color: #3D6D9F; }

/* about us */
.about-us .module-head { background-color: #00A4D0; }
.about-us .main .module-body { padding: 0; }
.about-us .main .module-body .content { padding: 20px; }
.about-us .main .module-body h4 { font-size: 1.4em; color: #333; }

/* publishers */
.publishers .module { border: 0 none; }
.publishers .module-head { background-color: #65CC27; border: 1px solid #ccc; }
.publishers .module-body { padding: 20px 0 0 0; }
.alpha-nav { width: 100%; text-align: left; margin-bottom: 20px; }
.alpha-nav li { display: inline; font-size: 1.4em; padding: 0 11px; }
.ie .alpha-nav li { padding: 0 10px; }
.alpha-nav li a { color: #999; font-weight: bold; }
.alpha-nav li a.active { color: #f60; }
.alpha-nav li a:hover { color: #3D6E9F; }
.publisher-list { width: 100%; overflow: hidden; }
.publisher-list li { display: inline; float: left; overflow: hidden; width: 274px; height: 176px; padding: 20px; margin: 0 15px 15px 0; border: 1px solid #999; }
.publisher-list li h4 { font-size: 1.3em; }
.publisher-list li.last { margin-right: 0; }
.publisher-list li .logo { float: right; padding: 0 0 10px 10px; }
.publisher-list li p { clear: right; }
.publishers .search-navigation a.next { margin-right: 0; }

/* spotlight */
.spotlight .main .module-head { background-color: #FEB727; }
.spotlight .main .module-body { padding: 0; width: 100%; overflow: hidden; background: url('images/bg-spotlight-module.gif') 0 0 repeat-y; }
.spotlight .main .module-body .col-a { float: left; display: inline; width: 205px; padding: 10px 20px; }
.spotlight .main .module-body .col-b { float: left; display: inline; width: 449px; padding: 10px 20px; }
.spotlight .article { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 10px; }
.spotlight .article .hero { margin-bottom: 10px; }
.spotlight .article .date-slug { font-size: 1.4em; color: #f60; }
.spotlight .article h4 { font-size: 1.4em; color: #333; }
.spotlight .article p { padding-bottom: 1.2em; }
.spotlight .main a { color: #3D6C9F; }
.spotlight .col-a fieldset { margin: 30px 0; }
.spotlight .col-a label { display: block; margin-bottom: 1em; }
.spotlight .col-a input.email-field { color: #999; margin-bottom: 1em; }

/* resources */
.resources .main .module-head { background-color: #792979; }
.resource-list li { width: 100%; overflow: hidden; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.resource-list li .logo { float: left; margin-right: 10px; }
.resource-list li .content { padding-left: 100px; }
.resource-list li:last-child { border-bottom: 0 none; }
.resource-list li h4, .resource-list li h5 { font-size: 1.23em; margin-bottom: 0; line-height: 1.2em; }
.resource-list li .subhead { padding-bottom: .5em; }

/* exhibitions */
.exhibitions .main .module-head { background-color: #792979; }
.exhibitions .main .module-body { padding: 0; position: relative; }
.exhibitions .main .module-body a#view-all-exhibitors { position: absolute; top: 10px; left: 13px; font-weight: bold; z-index: 100; }
.exhibitions .main .module-body #all-exhibitors { background-position: bottom; display: none; position: absolute; top: 0; left: 0; width: 958px; height: 221px; padding: 10px; z-index: 200; background: url('images/bg-all-participants.gif'); background-repeat: no-repeat; }
.exhibitions .main .module-body #all-exhibitors .close { display: block; position: absolute; bottom: 30px; right: 152px; width: 56px; height: 14px; line-height: 16px; text-indent: 20px; color: #fff; font-size: 12px; background: url('images/bg-close-sprite.gif') 0 0 no-repeat; }
.exhibitions .main .module-body #all-exhibitors .close:hover { background-position: 0 -14px; }
.exhibitions .main .module-body #all-exhibitors ul { float: left; width: 235px; }
.exhibitions .main .module-body #all-exhibitors ul li { margin-bottom: .5em; }
.exhibitions .main .module-body #all-exhibitors a { color: #fff; }
.exhibitions .carousel-container { z-index: 1; }
.exhibitions .carousel { margin: 0; }
.exhibitions .carousel li img { vertical-align: middle; }
.exhibitor-details { width: 582px; margin: 20px 0 20px 200px; }
.exhibitor-details .content { width: 580px; margin-bottom: 10px; overflow: hidden; border: 1px solid #ccc; background: url('images/bg-exhibitor-details.gif') 0 0 repeat-y; }
.exhibitor-details .col-a { float: left; padding: 15px; width: 321px; }
.exhibitor-details .col-b { float: left; padding: 0; width: 229px; }
.exhibitor-details .col-b .module-head { padding: 3px 10px; background-color: #792979; }
.exhibitor-details .col-b .module-head h4 { font-size: 16px; color: #fff; margin-bottom: 0; }
.exhibitor-details .col-b ul { margin: 10px; }
.exhibitor-details .col-b .hr { margin: .5em 0; background-color: #ccc; }
.exhibitor-details .exhibitor-details-nav a.right { float: right; line-height: 1em; margin-right: 0; margin-top: 2px; }
.exhibitor-details .exhibitor-details-nav a { margin-right: 72px; }
.ie .exhibitor-details .exhibitor-details-nav a { margin-right: 68px; }
.ie .exhibitor-details .exhibitor-details-nav a.right { margin-right: 0; }

/* content-block-list */
.content-block-list li { padding-bottom: 1em; }
.content-block-list li h4 { color: #333; font-size: 1em; }
.content-block-list li h4 a { color: #3D6E9F; font-weight: bold; }
.content-block-list .hr { background-color: #ccc; margin: 1em 0 0 0; }
.content-block-list li em { display: block; font-weight: bold; color: #f60; font-style: normal; }

/* carousel */
.carousel-container { width: 976px; position: relative; }
.carousel { width: 978px; height: 238px; position: relative; margin: 10px 0 20px 0; overflow: hidden; background: url('images/carousel-bg.gif') bottom left repeat-x; }
.carousel ul { position: absolute; left: 0; top: 0; padding: 0; width: 2000em; }
.carousel li { display: inline; float: left; position: relative; width: auto; height: 215px; line-height: 215px; margin: 0 15px 23px 15px; }
.carousel li img { vertical-align: bottom; }
.ie .carousel li { padding: 10px 0; position: static; }
/* static is overwritten by js later */
.carousel li .item-info { display: none; position: absolute; width: 200px; height: auto; top: 50px; left: 70%; padding: 15px 5px 10px 15px; line-height: 1.1em; background-color: #F8F5F0; border: 1px solid #CECECC; }
.carousel li .left { right: 70%; left: auto; }
.carousel li .item-info h3 { color: #333; font-weight: bold; font-size: 1.1em; padding-bottom: 0; margin-bottom: 0; line-height: 1em; }
.carousel li .item-info .subhead { margin-bottom: .9em; }
.carousel li .item-info p { font-size: .95em; }
.carousel li .item-info a { color: #3D6E9F; text-decoration: none; }
.carousel li .item-info a:hover { color: #3D6E9F; text-decoration: underline; }
.carousel-container a.prev span, .carousel-container a.next span { position: absolute; top: 0; left: 0; width: 31px; line-height: 238px; text-indent: -9999px; z-index: 50; background: transparent url('images/carousel-arrow-sprite.png') no-repeat; z-index: 100; }
.carousel-container a.next span { left: auto; right: 0; background-position: -31px 0; }
.ie .carousel-container a.prev span { background-position: 0 20px; }
.ie .carousel-container a.next span { background-position: -31px 20px; }

/* top_up style overrides */
.te_wrapper { padding: 30px 50px; background-color: #fff; }
.te_dashboard .te_close_link { top: auto; bottom: 3px; right: 3px; width: 83px; height: 24px; background: url('images/topup-close.gif') 0 0 no-repeat; }
.te_dashboard .te_controls { left: 0; margin: 0; padding: 0; height: 36px; bottom: 50%; width: 100%; background-image: none; }
.te_dashboard .te_controls .te_previous_link, .te_dashboard .te_controls .te_next_link { position: absolute; height: 36px; background-image: url('images/look-inside-nav-sprite.png'); background-repeat: no-repeat; }
.te_dashboard .te_controls .te_previous_link { left: 10px; top: 0; background-position: 0 0; }
.te_dashboard .te_controls .te_next_link { right: 10px; top: 0; background-position: -593px 0; }
.te_dashboard .te_controls .te_previous_link:hover { background-position: 0 0; }
.te_dashboard .te_controls .te_next_link:hover { background-position: -593px 0; }
.te_dashboard .te_top, .te_dashboard .te_bottom { height: 18px; }
.te_dashboard .te_bottom .te_left { background-position: -17px -52px; }
.te_dashboard .te_bottom .te_middle { background-position: -17px -94px; }
.te_dashboard .te_bottom .te_right { background-position: -33px -52px; }
.te_dashboard .te_middle .te_middle { background-image: none; }

/* accordion */
dl.accordion { margin-bottom: 20px; }
dl.accordion dt, dl.accordion dd { padding: 5px 20px; border: 1px solid #ccc; }
dl.accordion dt { background-color: #efefef; margin-bottom: 10px; }
dl.accordion dd { border-top: 0 none; margin-bottom: 10px; display: none; }
dl.accordion dt a { display: block; padding-left: 20px; color: #333; font-size: 1.5em; line-height: 1.5em; text-decoration: none; background: transparent url('images/accordion-arrow-sprite.gif') 0 0 no-repeat; }
dl.accordion dt.open { padding-bottom: 0; margin-bottom: 0; border-bottom: 0 none; background-color: #fff; }
dl.accordion dt.open a { background-position: 0 -131px; }
dl.accordion h4 { color: #c60; font-weight: bold; }
dl.accordion p { font-size: 1.1em; line-height: 1.45em; }


.anythingSlider { width: 760px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper { width: 680px; overflow: auto; height: 341px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider ul li { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
/*
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
*/
#thumbNav { position: relative; top: 323px; text-align: center; }
#thumbNav a { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover { background-image: none; }
#thumbNav a.cur { background: #e0a213; }

#start-stop { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing { background-color: red; }
#start-stop:hover { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }

.press-release { padding:30px 100px; }
.press-release ul { width:100%; clear:both; }
.press-release li { float:left; display:block; margin:30px 42px 30px 0; text-align:center; width:150px; }
.press-release li span a { font-weight:bold; }
.press-release h2 { font-size:1.5em; font-weight:bold; clear:both; margin:25px 0 15px 0;}
.press-release .line { border-bottom: 1px solid #ccc; clear:both; }

.other-exhibitors { padding:30px 100px; }
.other-exhibitors ul { width:100%; clear:both; }
.other-exhibitors li { display:block; margin:30px 42px 30px 0; }
.other-exhibitors li span a { font-weight:bold; }
.other-exhibitors h2 { font-size:1.5em; font-weight:bold; clear:both; margin:25px 0 5px 0;}
.other-exhibitors .line { border-bottom: 1px solid #ccc; clear:both; }


.exhibitor-details-nav2 a.right { float: right; line-height: 1em; margin-right: 0; margin-top: 2px; margin-bottom:10px;}
.exhibitor-details-nav2 a { margin-right: 150px; margin-bottom:10px; }


