﻿
/*==============================================================

	Version : 2009.08.10

==============================================================*/


/* @group BASE */

/* @group FRIENDLY SETTINGS */

img, a img { border:0; } /* nobody likes default border around images */

.clear { display: inline-block; }   
.clear:after { content: "."; display: block; height: 0;   clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */
/* based on YUI 2.3 base.css */

/* Idioms */

ul.mod {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.mod li {
	list-style: none;
}

/* @end */

/* @group Web Form */

ul.form {
	margin: 0;
	padding: 0;
}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.form li label {
	color: #888;
	display: block;
}

div.form div.item, div.webform div.item {
	padding: 9px;
}

cat_button {}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 300px;
}

.cat_dropdown_small {
	width: 200px;
}

.cat_dropdown_smaller {
	width: 150px;
}

.cat_textbox_small, .cat_listbox_small {
	width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
	height: 120px;
	width: 300px;
}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	font-size:12px;
}

table.webform td {
	line-height: 12px;
	padding: 6px;
}

.form label, .webform label {
    font-size:12px;  
	
}

.form input, .webform input {
	margin-right: 3px;
}

/* @end */

/* @group System Message */

.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

/*.system-message {
	background: #f9f9f9 url(http://theexhibitsource.com/CatalystImages/ok.png) no-repeat 29px 18px;	
}

.system-error-message {
	background: #f9f9f9 url(http://theexhibitsource.com/CatalystImages/error.png) no-repeat 26px 26px;
}*/

.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}

.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}

.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}

/* @end */

/* @group Announcement */

.announcement-list {
	font-size: 11px;
}

.announcement-list h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}

.announcement-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 6px;
}

.announcement-details span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 18px;
}

/* @end */

/* @group Blog */

/* NOTE: div.post-list exists in FORUMS as well */


.blog-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #000;
	font-size: 11px;
	margin: 0 0 18px;
	padding: 18px;
}

.blog-list h2 {
	font-size: 18px;
	margin: 0 0 3px 0;
}

.blog-list span {
	color: #888;
}

.blog-container h1 {
	font-size: 24px;
	line-height: 40px;
	margin: 0 0 6px 0;
}

.blog-container p.description {
	margin: 0 0 36px;
}

.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0;
	padding: 0 0 3px 0;
}

.blog-post .post-details {
	color: #888;
	font-size: 11px;
	margin: 0 0 18px;
}

.blog-container .post-list {
	float: left;
	width: 69%;
	margin-top: -25px;
}

.blog-post .post-body {
	margin: 0 0 36px;
}

.comment-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: 36px;
	padding: 18px;
}

.comment-list h5 {
	font-size: 14px;
	margin: 0 0 18px;
}

.comment-list input#Captcha {
	width: 300px;
}

.comment-list textarea.cat_listbox_small {
	height: 120px;
	width: 100%;
}

.blog-comment-container {
	border: 1px solid #e9e9e9;
	margin: 0 0 18px;
}

.blog-comment-container  .comment-details {
	background: #eee;
	font-size: 11px;
	padding: 6px;
}

.blog-comment-container .comment {
	background: #fff;
	padding: 9px;
}

span.flag {
	margin: 0 6px;
	vertical-align: middle;
}

input#fullname, input#website, input#emailaddress {
	width: 300px;
}

textarea.comment {
	height: 160px;
	width: 100%;
}

.forum-registration textarea.comment {
	height: 70px;
	width: 270px;
}

.post-body .links {
	font-size: 11px;
}

.blog-container .side-panel {
	float: right;
	width: 27%;
      
}

.side-panel h4 {
	font-size: 12px;
	margin: 0 0 9px;
}

.BlogTagCloud {
	margin: 0 0 18px;
}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 9px;
}

p.page-nav {
	text-align: center;
} 

p.page-nav a {
	margin: 0 9px;
}

.blog-post dl {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.blog-post dt {
	color: #000;
}

.blog-post dd {
	margin: 0 0 9px;
}

/* @end */

/* @group Booking */

.booking-list {
	margin: 0 0 9px;
}

.booking-list span.date {
	margin: 0 9px 0 0;
}

.booking-container h1, .form-container h2 {
	margin: 0 0 18px;
}

.form-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}

.form-container input#FirstName, .form-container input#LastName, .form-container input#EmailAddress, .form-container input#Company, .form-container input#WorkPhone {
	width: 260px;
}

.go-back {
	margin: 18px 0;
}

/* @end */

/* @group Calendar */

div.select-month-year {
	padding: 9px 0;
}

table.module-calendar {
	border: 1px solid #888;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.module-calendar td {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

table.module-calendar td span {
	background: #f7f7f7;
	color: #333;
	display: block;
	font-size: 11px;
	padding: 0 2px;
	text-align: right;
}

tr.day-of-week td {
	background: #d7d7d7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}

table.module-calendar td.events span {
	background: #2BABFA;
	color: #fff;
	font-weight: bold;
}

table.module-calendar td.events {
	background: #EEF5FA;
}

table.module-calendar td ul {
	margin: 9px 0;
	padding-left: 24px;
}

table.module-calendar td.last-month {
	background: #eee;
}

table.module-calendar td.next-month {
	background: #eee;
}

/* @end */

/* @group Catalogue and Products */

.shop-catalogue {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 180px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	width: 180px;
}

.shop-catalogue h4 {
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	text-indent: 9px;
}

.shop-catalogue h4 a {
	color: #1969bc;
	text-decoration: none;
}

.shop-catalogue .image {
	/* Image size should be 150px by 120px */
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}

.shop-main {
	margin-top: 18px;
}

.shop-main .header {
	border-bottom: 1px solid #eee;
	height: 27px;
	line-height: 27px;
	margin: 0 0 18px;
}

.shop-main .breadcrumbs {
	float: left;
	width: 40%;
}

.shop-main .cart-summary {
	float: right;
	width: 40%;
}

.shop-main .description ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.shop-main .description li {
	list-style: square;
}

table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;	
	font-size: 12px;
	float: right;
}

td.cartSummaryItem {
	padding: 0;
}

a.cartSummaryLink {
	margin: 0 0 0 18px;
}

.shop-main ul {
	margin: 0;
	padding: 0;
}

.shop-main li {
	list-style: none;
}

table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
	margin: 0 0 18px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	table-layout: fixed;
	width: 100%;
}

table.productTable td {
	padding: 3px;
}

.shop-product-small {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
}

.shop-product-small h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	min-height: 36px;
	padding: 18px 18px 6px;
}

.shop-product-small h4 a {
	color: #1969bc ;
}

.shop-product-small h5 a {
	text-decoration: none;
}

.shop-product-small ul {
	background: #f9f9f9;
	padding: 18px;
}

.shop-product-small ul li {
	font-size: 11px;
	margin: 0 0 6px;
}

.shop-product-small li.price {
	font-size: 11px;
}

.shop-product-small li.price strong {
	font-size: 14px;
	margin-left: 6px;
}

.shop-product-small li.stock {
	font-size: 11px;
}

.shop-product-small li.stock strong {
	color: #666;
	margin-left: 3px;
}

.shop-product-small .image {
	height: 120px;
	margin: 0 auto 9px;
	overflow: hidden;
	width: 120px;
	text-align: center;
}

.image a, td.actions a {
	border: none !important;
}

.shop-product-small li.quantity {
	line-height: 30px;
}

li.quantity img {
	position: relative;
	top: 8px;
	/* or vertical-align: middle; */
}

.shop-product-small li.quantity input.productTextInput {
	width: 50px;
}

.shop-product-small li.quantity input.productSubmitInput {
}

.shop-product-large {
	background: #fff;
	border: 1px solid #eee;
	color: #666;
	margin: 0 0 18px;
	min-width: 240px;
	overflow: hidden;
}

.shop-product-large h1 {
	color: #000;
	font-size: 14px;
}

.shop-product-large .image {
	margin-left: 36%;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */		
	padding: 18px;
	text-align: center;
}

.shop-product-large .shop-product-small .image {
 	margin: 0;
	min-height: 160px; 
	height: auto !important; /* for modern browsers */
	height: 160px; /* for IE5.x and IE6 */		
	padding: 18px;
	text-align: center;
	width: auto;
}

.shop-product-large .shop-product-small ul {
	padding: 9px;
}

.shop-product-large .shop-product-small ul, .shop-product-large .shop-product-small li  {
	margin: 0;
}

.shop-product-large li.price {
	font-size: 14px;
}

.shop-product-large li.instock {
	font-size: 10px;
}

.shop-product-large li.quantity input.productTextInput {
	width: 50px;
}

td.productItem .comment-form input#Captcha {
	width: 300px;
}

.poplets {
	border-top: 1px solid #eee;
	margin-top: 36px;
	padding: 9px 0;
}

.poplets img {
	border: 1px solid #ddd;
}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}

.shop-product-large .details {
	background: #f9f9f9;
	float: left;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */	
	padding: 18px;
	width: 30%;
}

.shop-product-large ul {
	margin: 0 0 36px;
	padding: 0;
}

.shop-product-large li {
	margin: 9px 0;
}

.shop-cart .breadcrumbs {
	margin: 0 0 18px;
}

table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 11px;
	width: 100%;
}

table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
}

table.cart a {
	color: #1969bc;
}

table.cart th, table.cart td {
	color: #666;
	padding: 9px;
}

tr.val td {
	border-bottom: 1px solid #eee;
}

tr.shipping td {
	border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

input.cartInputText {
	width: 70px;
}

input#DiscountCode, input#GiftVoucher {
	width: 70px;
}

select.shippingDropDown {
	width: 150px;
}

table.cart th.quantity {
	text-align: right;
}

table.cart td.quantity {
	text-align: right;
}

.productitemcell {
	height: 23px;
	line-height: 20px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

table.cart td.actions {
	text-align: right;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

table.cart strong {
	font-size: 14px;
}

.shop-form {
	margin: 0 0 18px;
}

.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}

.shop-form label {
	font-size: 11px;
}

.shop-form ul.form li {
	margin: 0;
	padding: 9px 0;
}

.shop-form li.last {
	border-top: 1px solid #eee;
}

/*.shop-form .checkboxes {
	line-height: 27px;
}*/

input.PaymentMethodType {
	margin: 0 6px 0 0;
}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
	width: 260px;
}

.shop-form textarea.cat_listbox {
	height: 100px;
}

.shop-receipt, .shop-quote-receipt {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 18px;
	padding: 18px;
}

.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
}

.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}

/* @end */

/* @group Customer Cases */

table.case-list {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0;
	width: 100%;
}

table.case-list td {
	padding: 6px;
}

table.case-list td.subject,
table.case-list td.category {
	width: 40%;
}

table.case-list td.status {
	width: 20%;
}

table.case-details {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}

table.case-details td {
	padding: 6px;
}

table.case-details tr.odd td {
	background: #fff;
}

table.case-details td.var {
	color: #888;
	text-align: right;
	width: 130px;
}

table.case-details td.val {
	color: #000;
}

/* @end */

/* @group Customer Orders */

table.border {
	border-collapse:collapse;
	border-spacing:0;	
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table.border td {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

table.border span { color: #888; }

table.order-list {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

table.order-list td {
	border: 1px solid #eee;
}

table.order-list a {
	margin: 0 9px 0 0;
}

table.order-list span.number {
	font-size: 11px;
}

/* @end */

/* @group Comment */

.comment-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
}

.comment-container .header {
	background: #eee;
	font-size: 11px;
	padding: 6px 18px;
}

.comment-container span.name {
	color: #000;
}

.comment-container span.rating {
	margin: 0 9px;
	vertical-align: middle;
}

.comment-container .content {
	padding: 18px;
}

.comment-form {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 0 0 18px;
	padding: 18px;
}

.comment-form h3 {
	font-size: 14px;
	margin: 0 0 18px;
}

.comment-form h5 {
	color: #666;
	font-size: 14px;
	margin: 0 0 18px;
}

/*.comment-form li.rating div {
	font-size: 10px;
}*/

/*.comment-form li.rating div input {
	margin: 0 3px;
}*/

.comment-form input.cat_textbox_small,
.comment-form textarea {
	width: 300px;
}

.comment-form textarea {
	height: 120px;
}

/* @end */

/* @group FAQ */

table.faq-search {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0 0 18px 0;
	width: 100%;
}

table.faq-search label {
	color: #888;
}

table.faq-search td {
	border-collapse:collapse;
	border-spacing:0;	
	padding: 9px;
}

table.faqresultstable {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}

table.faqresultstable td {
	color: #666;
	padding: 9px;
}

table.faqresultstable a {
	color: #1969bc;
}

table.faqresultstable td.faqresultstableinfo {
	background: #f9f9f9;
	color: #888;
	font-size: 10px;
	padding: 3px 18px;
	text-align: right;
}

table.faqresultstable td.faqresultstablecount {
	padding-left: 18px;
	width: 10px;
}

td.faqresultstablehead {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;	
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group Forums */

/* NOTE: div.post-list exists in BLOG as well */

.forum-container h1 {
	font-size: 24px;
}

table.topic-list, div.forum-posts-container div.post-list, div.forum-registration {
	color: #666;
}

div.forum-posts-container div.post-list a, div.forum-registration a {
	color: #1969bc;
}

div.forum-registration h2 {
	color: #000;
}

table.forum {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0;
	width: 100%;	
}

table.forum td {
	font-size: 11px;
	padding: 9px;
	vertical-align: top;
}

table.forum td.topics {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 90px;
}

table.forum td.posts {
	border-right: 1px solid #eee;	
	width: 90px;
}

table.forum td.lastpost {
	border-left: 1px solid #eee;	
	width: 180px;
}

table.forum .icon {
	float: left;
	width: 50px;
}

table.forum .forum {
	margin: 0 0 0 50px;
}

table.forum h3 {
	margin: 0;
}

table.forum h3 a {
	text-decoration: none;
}

ul.cap-top,
ul.cap-bottom {
	font-size: 11px;
	height: 30px;
	margin: 0 0 18px;
	padding: 0;
}

ul.cap-bottom {
	margin: 18px 0 0;
}

ul.cap-top li,
ul.cap-bottom li {
	display: block;	
	line-height: 30px;
	list-style: none;	
}

ul.cap-top li.user,
ul.cap-bottom li.nav-page {
	float: left;
	width: 200px;
}

ul.cap-top li.actions,
ul.cap-bottom li.actions
{
	float: right;
	font-size: 12px;
	text-align: right;
	width: 350px;
}

ul.cap-top li.actions a,
ul.cap-bottom li.actions a{
	float: right;
	margin: 0;
	padding: 0 9px;
}

table.topic-list {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 100%;
}

table.topic-list th {
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	font-size: 10px;
	padding: 6px;
	text-align: left;
}

table.topic-list .name {
	font-weight: bold;
	width: 60%;
}

table.topic-list .name .icon {
	float: left;
	width: 30px;
}

table.topic-list .replies,
table.topic-list .views {
	font-size: 10px;
	text-align: center;
	width: 10%;
}

table.topic-list .date {
	font-size: 10px;
	text-align: right;
	width: 20%;
}

table.topic-list td {
	padding: 0;
}

table.topic-list a {
	color: #1969bc;
}

table.topic {
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;;
	margin: 0;
	width: 100%;
}

table.topic td {
	padding: 9px;
}

table.topic td.name,
table.topic td.replies,
table.topic td.views {
	border-right: 1px solid #eee;
	vertical-align: middle;
}

.forum-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.forum-registration input.cat_textbox,
.forum-registration textarea.cat_textbox {
	width: 260px;
}

.forum-registration input.cat_button {
	margin: 0 6px 0 0;
}

.forum-posts-container .breadcrumb {
	font-size: 11px;
	padding: 6px;
}

.forum-posts-container h1 {
	font-size: 18px;
	margin: 18px 0;
}

.forum-posts-container h2 {
	background: #eee;
	border: 1px solid #eee;
	color: #888;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 3px 18px;
}

.forum-posts-container table.container {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

.forum-posts-container td {
	background: #f9f9f9;	
	border: 1px solid #ddd;
	padding: 18px;
	vertical-align: top;
}

.forum-posts-container td.author {
	font-size: 11px;
	width: 160px;
}

.forum-posts-container h3.name {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.forum-posts-container tr.sub td {
	height: 30px;
	padding: 0 18px;
}

.forum-posts-container td.action a {
	float: right;
	line-height: 30px;
}

/* @end */

/* @group Literature */

p.literature-container img {
	vertical-align: middle;
}

p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;
}


/* @end */

/* @group Secure Zone Markup */

.case-search {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-lost-password {
	background: #f9f9f9;
	border: 1px solid #eee;	
	padding: 18px;
}

.secure-lost-password input.cat_textbox_small {
	width: 210px;
}

.secure-update-details {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-update-details input.cat_textbox,
.secure-update-details select.cat_dropdown {
	width: 260px;
}


/* @end */

/* @group Form Modules */

.product-form h3 {
	padding-left: 9px;
}

.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

/* @end */

/* @group Search */

.search-box {
	padding: 6px;
}

.search-box input.cat_textbox_small {
	margin: 0 3px 0 0;
}

/* @end */

/* @group Photo Gallery */

#imageContainer img {
	margin: 0;
}

table.photogalleryTable td {
	padding: 9px;
}

/* @end */

/* @group Affiliate Program */

table.affiliate-stats {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}

table.affiliate-stats td {
	border: 1px solid #d7d7d7;
	padding: 6px;
}

table.affiliate-stats td.var {
	color: #888;
}

/* @end */

/* @group Tell a Friend */

.tell-a-friend {
	border: 2px solid #333;
	background-color: #fff;
	color: #666;
	padding: 18px;
}

.tell-a-friend form {
	padding: 0 0 0 36px;
}

.tell-a-friend  h1 {
	border-bottom: 1px solid #ccc;
	color: #222;
	font-size: 18px;
	margin: 0;
	padding: 0 0 6px;
}

.tell-a-friend  h2 {
	border-bottom: 1px dotted #ccc;
	color: #222;
	font-size: 12px;
	margin: 18px 0 9px;
}

.tell-a-friend  td.var {
	text-align: right;
	width: 130px;
}

.tell-a-friend td {
	font-size: 11px;
	vertical-align: top;
}

.tell-a-friend  label {
	color: #888;
	font-size: 11px;
}

.tell-a-friend  input.cat_textbox_small {
	height: 21px;
}

.tell-a-friend  input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
	font-size: 11px;
	width: 300px;
}

/* @end */

/* @group Favourites */

.favourite-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.favourite-registration input.cat_textbox,
.favourite-registration textarea.cat_textbox {
	width: 260px;
}

.favrourite-registration input.cat_button {
	margin: 0 6px 0 0;
}


/* @end */

/* @group eCommerce Browse Panel */

.browse-panel {
	border: 1px solid #d7d7d7;
}

.browse-panel h5 {
	background: #eee url(http://theexhibitsource.com/CatalystImages/shop_bg-browse-panel.png) repeat-x;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	margin: 0;
	padding: 9px;
}

.browse-panel h6 {
	background: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 9px;
}

.browse-panel ol {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 9px;
}

.browse-panel ol.browse-catalogue {
	border-bottom: none;
}

.browse-panel li {
	list-style: none;
	padding: 3px 9px;
}

.browse-panel li span {
	display: inline;
	font-weight: bold;
}

/* @end */

/* @group eCommerce Image Zoom Slider */

img.drag {
	position: relative;
	padding: 0.5em;
	/*margin: 0 0 0.5em 1.5em;*/
	margin: 0;
	cursor: move;
}
 
.slidertrack {
    background-color: #d7d7d7;
    color: #333;
    float: left;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    border: 1px solid;
    border-color: #ccc #aaa #aaa #ccc;
}
 
.slidertrack .sliderslit {
    background-color: #333;
    color: #ccc;
    height: 2px;
    margin: 4px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}
 
.slidertrack .slider {
    width: 16px;
    background-color: #555;
    color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    z-index: 1;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    border: 2px solid;
    border-color: #999 #222 #222 #999;
}
 
#zoomcontainer{
    overflow: hidden;
    position: relative;
}

#zoomcontainer img{
    position: absolute;
}


/* @end */

/* @group Web Apps */

/*pagination*/
ul.pagination {
	margin: 0;
	padding: 0;
}

ul.pagination li {
	display: inline;
	list-style: none;
	margin: 0 2px;
}

/* @end */






html, body, div, span, applet, object, iframe, , blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
 caption,  tfoot, thead,h1,h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr
{
	color: #778D20;
	background-color: #778D20;
	height: 1px;	
	border:1px;
}

body
{
	background:#9e2828 repeat;
	font-size:13px;
	color:#000;
	-webkit-text-size-adjust: none;
	font-family:Calibri;
}

#wrapper
{
	width:973px;
	margin:0 auto;
}

#bg-top
{
	background:url("http://theexhibitsource.com/images/bg-top.png");
	background-repeat:no-repeat;
	width:973px;
	height:30px;
}

#bg-center
{
	background:url("http://theexhibitsource.com/images/bg-center.png");
	background-repeat:repeat-y;
	width:973px;
	height:auto;
	margin-left:-1px;
	margin-top:0;
	padding-top:0;
}

#bg-bottom
{
	background:url("http://theexhibitsource.com/images/bg-bottom.png");
	background-repeat:no-repeat;
	width:973px;
	height:30px;
}

#header
{
	background:url("http://theexhibitsource.com/bedbugssuck/images/header-bg.jpg");
	background-repeat:repeat-x;
	width:975px;
	height:81px;
	border:2px solid #fff;
}

#logo
{
	margin-left:25px;
}

#callnumber
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#000;
	text-align:center;
	float: right; 
	margin-top: -110px; 
	margin-right: 280px;
}

#contact-infos
{
    float: right; 
	margin-top: -100px; 
	margin-right: 30px; 
	font-family: arial; 
	color: #778d20; 
	font-size: 13px; 
	text-align: right;
}

#add-logo
{
	float:right;
	margin-top:-60px;
	margin-right:20px;
}

.navs
{
	width:951px;
	margin-top:8px;
	background:url("http://theexhibitsource.com/images/hnav.png") repeat-x;
	height:30px;
	margin-left:12px;
}

.navs ul
{
	padding:0;
	margin:0;
}

.navs ul li
{
	list-style:none;
	display:inline-block;
	background:none;
	border-right:1px solid #fff;
	height:30px;
	position:relative;	
	float:left;
}

.navs ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:30px;
	text-decoration:none;
	padding-left:1px;
}

.navs ul li a:hover
{
	background-color:#dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b12e31;
	font-weight:bold;
	display:block;
	line-height:30px;
	text-decoration:none;
	padding-left:1px;
}

.navs .selected a
{
	background-color:#dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b12e31;
	display:block;
	line-height:30px;
	text-decoration:none;
	padding-left:1px;
}

.navs li:hover ul 
{	
}

.navs ul ul /* Second Level Menu */
{
	position: absolute;
	z-index: 1000;
	padding: 0px;
	border:0;
	display:none;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.navs ul ul li/* Second Level Menu */
{
	border-left:0;
	border-right:0;
	height:30px;
	background:none;
	padding-right:0;
}

.navs ul li:hover ul li a  /* Second Level Menu */
{
	display:block;
	width:165px;
	height:30px;
	line-height:30px;
	border-top:0;
	border-bottom:1px solid #fff;
	color:#a7343b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:0;
	padding-left:5px;
	margin:0;
	text-decoration:none;
	background:none;
	background-color:#dbdbdb;
}

.navs ul li:hover ul li a:hover  /* Second Level Menu */
{
	background-color:#a7343b;
	color:#fff;
}

.navs ul li:hover .selected a  /* Second Level Menu */
{
	background-color:#a7343b;
	color:#fff;
}

.navs  ul ul ul /* Third-and-Above-level lists */
{
	position:absolute;
	padding:0;
	margin:0;
    margin-left:100%;
	margin-top:-31px;
	left:0;
	width:170px;
}

.navs ul li:hover ul li ul /* Third-and-Above-level lists */
{
	display: none;
	width:170px;
	left:0;
}

.navs  ul li:hover ul li:hover ul li a /* Third-and-Above-level lists */
{
	display:block;
	width:170px;
	color:#a7343b;
	font-style:normal;
	background-color:#dbdbdb;
}

.navs  ul li:hover ul li:hover ul li a:hover /* Third-and-Above-level lists */
{
	display:block;
	width:170px;
	color:#FFF;
	font-style:normal;
	background-color:#a7343b;
}

.navs ul li:hover  ul li:hover .selected a  /* Second Level Menu */
{
	background-color:#a7343b;
	color:#fff;
}

.navs  li:hover ul, .navs  li li:hover ul, .navs  li li li:hover ul, .navs  li.sfhover ul, .navs  li li.sfhover ul, .navs  li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding:0;
	clear:both;
}


.navs #home
{
	width:100px;
	text-align:center;
}

.navs #portfolio
{
	width:100px;
	text-align:center;
}

.navs #about-us
{
	width:100px;
	text-align:center;
}

.navs #rentals
{
	width:100px;
	text-align:center;
}

.navs #pre-owned
{
	width:100px;
	text-align:center;
}

.navs #client
{
	width:120px;
	text-align:center;

}

.navs #exhibitor
{
	width:130px;
	text-align:center;

}

.navs #contact
{
	width:100px;
	text-align:center;
}

.navs #blog
{
	width:93px;
	text-align:center;
	background:none;
	border:0;
}


#banners
{
	border:2px solid #fff;
	margin-top:5px;
	width:758px;
}

#content-holder
{
	margin-top:8px;
	width:903px;
	padding:10px 20px 10px 10px;
	margin-left:20px;
}

#content-holder2
{
	margin-top:8px;
	width:953px;
	margin-left:25px;
}

#content-holders
{
	margin-top:8px;
	width:907px;
	padding-left:34px;
	padding-right:40px;
}

#content-holders ul li
{
color:#000;
	font-family:Calibri;
	font-size:14px;
}

#contents
{
	margin-top:8px;
	width:584px;
	padding-left:28.5px;
	padding-right:28.5px;
}

#contents-right
{
    width: 260px; 
    color:#000;  
	background-color:#e4e3e8; 
	padding: 20px;
}

#contents-portfolio
{
	margin-top:8px;
	width:644px;
	padding-left:28.5px;
	padding-right:28.5px;
}

#contents-right-portfolio
{
    width: 200px; 
    color:#000;  
	background-color:#e4e3e8; 
	padding: 20px;
}

h1#homepage
{
	color:#a8333b;
	font-size:24px;
	font-family:calibri;
	font-weight:bold;
	margin-top:0px;
}

h1
{
	color:#a7343b;
	font-size:24px;
	font-family:calibri;
	font-weight:bold;
}

h2.sidebar-h2
{
	color:#000;
	font-size:23px;
	font-family:calibri;
	font-weight:bold;
	margin-top:0;
}

h3.sidebar-h3
{
	color:#778d20;
	font-size:15px;
	font-family:calibri;
	font-weight:bold;
}

h4
{
	color:#a7343b;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
}

a
{
	color:#b12f31;
	text-decoration:none;
}

a:hover
{
	color:#b12f31;
	text-decoration:underline;
}

h2#titlebar
{
	background:#0077b3;
	height:35px;
	width:220px;
	color:#fff;
	font-size:24px;
	font-family:calibri;
	font-weight:bold;
	padding:5px 5px 0px 13px;
	margin-top:0px;
}

p
{
	color:#000;
	font-family:Calibri;
	font-size:14px;
}

.sidebar-nav ul
{
	margin-left:0px;
	padding-left:0;
}

.sidebar-nav ul ul
{
	margin-left:10px;
	padding-left:10px;
	padding-top:5px;
}

.sidebar-nav ul ul li
{
    list-style-type:none;
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
}

.sidebar-nav ul li a:hover
{
   color:#778d20;
}

.sidebar-nav ul ul li a:hover
{
   color:#778d20;
}

.sidebar-nav ul li
{
    list-style-type:none;
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	padding-bottom:7px;
}



#cobs
{
	margin-top:5px;
	width:973px;
	margin-left:30px;
}


.callbox h2
{
	color:#fff;
	font-family:Arial;
	font-size:15px;
	margin-top:0px;
	text-align:center;
}

ul li
{
        color:#000;
	font-family:Calibri;
	font-size:14px;
}

.callbox p img
{
	margin-top:5px;
}

.callbox
{
	background:#fff url(images/COB-bg.jpg) repeat-x;
	height:41px;
	width:320px;
	border:2px solid #fff;
	cursor:pointer;
	padding:10px 5px 5px 5px;
}

.callbox:hover
{
	background:#fff url(images/COB-bg-hover.jpg) repeat-x;
	height:41px;
	width:320px;
	border:2px solid #fff;
	cursor:pointer;
}

#footer
{
	height:20px;
	padding-top:5px;
	/*background-color:#778d20;*/
	background-color:#a8333b;
	width:951px;
	margin-left:12px;
	color:#fff;
}

#footer-holder
{
	margin-top:5px;
	padding-top:5px;
	width:951px;
	color:#fff;
}

#footer2
{
	height:20px;
	padding-top:5px;
	background-color:#778d20;
	width:951px;
	margin-left:12px;
	color:#fff;
}

#footer2-holder
{
	width:951px;
	color:#fff;
}

#footer-nav
{
	font-family:calibri;
	font-size:13px;
	color:#fff;
	text-align:center;
}

#footer-nav a
{
	font-family:calibri;
	font-size:13px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

#footer-nav a:hover
{
	font-family:calibri;
	font-size:13px;
	color:#fff;
	text-align:center;
	text-decoration:underline;
}

#copyright
{
	font-family:calibri;
	font-size:13px;
	color:#000;
	text-align:center;
	margin-top:6px;
}

#copyright a
{
	font-family:calibri;
	font-size:13px;
	font-weight:bold;
	color:#7c8f1c;
	text-align:center;
	text-decoration:none;
}

#bedbugssuck-form table.webform td {
    line-height: 10px;
    padding: 6px;
}

img
{
	border:0;
}

/*----- Tool tip CSS --- */

/* trigger button */
#display-cob {
	background:transparent url("http://theexhibitsource.com/images/display-configuration.png") no-repeat scroll 0 0;
	display:block;
	height:148px;
	overflow:hidden;	
	width:220px;
	cursor:pointer;
}

#corporate-cob {
	background:transparent url("http://theexhibitsource.com/images/corporate-interiors.png") no-repeat scroll 0 0;
	display:block;
	height:148px;
	overflow:hidden;	
	width:220px;
	cursor:pointer;
}

#rental-cob {
	background:transparent url("http://theexhibitsource.com/images/rentals.png") no-repeat scroll 0 0;
	display:block;
	height:148px;
	overflow:hidden;	
	width:220px;
	cursor:pointer;
}

#resources-cob{
	background:transparent url("http://theexhibitsource.com/images/client-resources.png") no-repeat scroll 0 0;
	display:block;
	height:148px;
	overflow:hidden;	
	width:220px;
	cursor:pointer;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url("http://theexhibitsource.com/images/black_arrow_big.png") no-repeat;
    height:250px;   
	padding:50px 30px 30px 30px;
	width:310px;
	font-size:12px;
	color:#fff;
	position:absolute;
	z-index:5;
}

.tooltip p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.tooltip h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	background-color:#b12e31;
	margin:0;
	padding:5px;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:12px;
	font-weight:bold;
}

/*--------ENd of Tool Tip ----------*/

#boxes
{
	margin-left:30px;
}

#box-left-top
{
	background:url("http://theexhibitsource.com/images/box-left-top.png") no-repeat;
	width:370px;
	height:10px;
}

#box-left-center
{
	background:url("http://theexhibitsource.com/images/box-center.png") repeat-y;
	width:330px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	height:176px;
}

#box-left-bottom
{
	background:url("http://theexhibitsource.com/images/box-left-bottom.png") no-repeat;
	width:370px;
	height:10px;
}

#box-right-top
{
	background:url("http://theexhibitsource.com/images/new-box-left-top.jpg") no-repeat;
	width:532px;
	height:9px;
        
}

#box-right-titlebar
{
       background:url("http://theexhibitsource.com/images/box-right-titlebar.png") repeat-y;
       height:25px;
       font-family:Arial;
       font-size:18px;
}

#box-right-center
{
	background-color:#778d20;
	width:532px;	
	padding-top:0;
	margin-top:0;
}

#box-right-center p
{
	margin-top:0;
}

#box-right-bottom
{
	background:url("http://theexhibitsource.com/images/new-box-left-bottom.jpg") no-repeat;
	width:532px;
	height:11px;
}

#display-config li
{
	list-style-image:url("http://theexhibitsource.com/images/bullet-homepage.png");
	list-style-position:center;
	height:15px;
	margin-bottom:5px;
	font-family:Arial;
	font-size:13px;
}

#display-config li ul li
{
	list-style-image:none;
	list-style-type:none;
	list-style-position:center;
	font-family:Arial;
	font-size:11px;
}

#display-config li a
{
	font-family:Arial;
	font-weight:none;
	font-size:15px;
}

#display-config-rentals
{
	width:200px;
	background-color:#9E2828;
	padding:10px;
	color:#fff;
}


#nav2
{
   background-color:#9E2828;
   width:auto;
   height:25px;
   color:#fff;
}

#nav2 a
{
   color:#fff;
}

#horizontal-line
{
 color: #fff;
background-color: #fff;
height: 1px;
width:200px;
}

.facebook-badge {
	border: thin solid #778D20; 
	background-color: #ffffff; 
	width: 240px; 
	padding: 5px;
	margin-top:0px;
	text-align: center;
        margin-right:5px;
}

.feedburner {
     border: thin solid #778D20; 
     width: 240px;
    padding:5px; 
     margin-top: 10px;
     background: url("http://theexhibitsource.com/images/feedburner-bg.jpg") repeat-x scroll 0 0 transparent;
     color: #000;
}

.feedburner a:link, .feedburner a:visited {
     color: #000;
}



#sidebar {
  float: left;
  width: 210px;
  display: inline;
  font-size: 11px;
  margin-top: 40px;
  margin-left: 30px;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar h2 {
  background: #778D1E;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 2px 5px;
  margin-bottom: 2px;
}

#sidebar a {
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 3px 5px 4px 5px;
}

#sidebar a:hover {
  background: #A7343B;
  color: #fff;
}

.sidebar-block{
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px #666666;
}
