/* ------------------------------------------------------------------------------- LAYOUT COLOURS */
/* ---------------------------------------------------------------------------------------------- */

	.dark { 	/* This is the darker of the two-colour scheme */
		background: #333333; }
	
	.light {	/* This is the lighter of the two-colour scheme */
		background: #eeeeee; }
		
	a:link, a:visited {	/* link and visited link colour & decoration */
		color: #009933;
		text-decoration: none;
		border-bottom: dotted 1px #009933; }
		
	a:hover, a:active {	/* hover and active link colour * decoration */
		color: #000000;
		text-decoration: none;
		border-bottom: dotted 1px #000000; }
		

/* ---------------------------------------------------------------------------------- GENERIC CSS */
/* ---------------------------------------------------------------------------------------------- */

.clear { clear: both; display: block; position: relative; vertical-align: none; top: 0; left: 0; }
.fullclear { width: 100%; height: 1px; margin: 0 0 -1px; clear: both; }
* { margin: 0; }
html, body { height: 100%; }
body { font-family: Arial; font-size: 12px; color: #444751; }
body#tinymce { text-align: left; }
body#tinymce p { margin: 0; }

p {}
		
.solidbar { width: 960px; height: 32px; background: #444751; margin: 27px 0 10px; }
.thinbar { width: 960px; height: 1px; background: #b1b2b9; margin: 30px 0; }
.hollowbar { position: relative; z-index: 99; width: 940px; height: 24px; font-family: Tahoma; font-size: 12px; font-weight: bold; color: #2a2b2d; padding: 7px 0 0 20px; background: #e1e1e1; margin: 0 0 0 -250px; border-top: solid 1px #b1b2b9; border-bottom: solid 1px #b1b2b9; }
	body#tinymce .hollowbar { margin: 0 !important; }

.pageHeading { font-size: 26px; color: #000000; margin: 0 0 18px; }
.subHeading { font-size: 15px; font-weight: bold; }

.imgleft { float: left; margin: 0 20px 20px 0; }
.imgright { float: right; margin: 0 0 20px 20px; }

.linklist	{list-style:inside none;}
.linklist li	{margin:14px 0;}
#pearlCategoryID_316 h2{ margin:20px auto 10px; text-align:left;}

/* -------------------------------------------------------------------- THEME-SPECIFIC LAYOUT CSS */
/* ---------------------------------------------------------------------------------------------- */

#container { width: 960px; margin: 0 auto; position: relative; z-index: 1; }

#header {}

	#header_info { width: 230px; float: left; padding: 14px 0 0; line-height: 1.15em; }
	
	#logo { width: 500px; float: right; text-align: right; padding: 12px 0 0; }
		#logo a { border: none; }
		#logo a img { border: none; outline: none; cursor: pointer; }

#main {}

	#leftcol { width: 230px; margin: 0 20px 0 0; float: left; }
	
	#rightcol { width: 700px; margin: 0 10px 0 0; float: left; *margin: 0; }
	
#footer {}
	#footer .hollowbar { margin: 50px 0 20px !important; }
	#kitemarks { padding: 0 0 0 250px; }
		#kitemarks a { border: none; }
		#kitemarks a img { border: none; outline: none; cursor: pointer; }
	#copyright { background: #444751; height: 63px; margin: 30px 0 40px; padding: 50px 20px 20px; width: 920px; }
		#copyright span { font-size: 11px; color: #a3a4a8; }
			



/* Calendar */

#cal-legend ul { list-style-type: none; margin: 20px 0 0; padding: 0; overflow: auto; }
#cal-legend ul li { color: #ffffff; font-weight: bold; margin: 0 0 2px; padding: 4px; }

				
				
/* ------------------------------------------------------------ PRODUCT LISTINGS (SEARCH RESULTS) */
/* ---------------------------------------------------------------------------------------------- */

.filter { margin: 40px 0 5px; }
.page-results {}
.pr0 { margin: 0 0 10px; }
.pr1 { margin: 10px 0 0; }
	
.product-listing-table { width: 100%; }
.product-listing-table tbody {}
.product-listing-table tr {}
.product-listing-cell { border-bottom: 1px dotted #d1d1d1; padding: 10px 0; }
.product-listing-image { float: left; margin: 0 10px 0 0; }
.product-listing-image a {}
.product-listing-image a img {}
a.product-listing-name { font-weight: bold; color: #000000; font-size: 16px; }
.product-listing-price { font-weight: bold; font-size: 14px; margin: 2px 0 0; }
.productSpecialPrice { color: #ff0000; }
.product-listing-addtocart { margin: 10px 0; }
.product-listing-addtocart a { font-size: 14px; text-transform: lowercase; font-weight: bold; }
.product-listing-addtocart a:link, #cart-checkout a:visited {}
.product-listing-addtocart a:hover, #cart-checkout a:active { text-decoration: none; }




/* ---------------------------------------------------------------------------- CATEGORY LISTINGS */
/* ---------------------------------------------------------------------------------------------- */

.categoryTable-table {}
.categoryTable-table tr {}
.categoryTable-cell { padding: 0 10px 10px 0; }
.categoryTable-cell table { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-left: solid 1px #eeeeee; border-top: solid 1px #eeeeee; border-right: solid 1px #eeeeee; }
.categoryTable-cell table tbody tr td a img { margin: 6px 0 3px; }
.catListItemText { -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; background: #dddddd; padding: 6px; }
.catListItemText a {}
.catListItemText a:link, .catListItemText a:visited {}
.catListItemText a:hover, .catListItemText a:active {}
.categoryTable-cell .no-prod-image { background: #ffffff; border: none; float: none; font-size: 10px; height: 120px !important; margin: 6px 0; width: 120px !important; }


	
	
/* ------------------------------------------------------------------------------- PRODUCT DETAIL */
/* ---------------------------------------------------------------------------------------------- */

.product-detail-name { float: left; font-size: 17px; font-weight: bold; width: 75%; }
.product-detail-price { color: #ff0000; float: right; font-size: 17px; font-weight: bold; text-align: right; width: 25%; }
.product-detail-description { border-top: 1px dotted #d1d1d1; margin: 10px 0; padding: 10px 0 0; }
.product-detail-description p {}
.product-detail-options {}
.product-detail-bundle {}
#product-detail .button {}
.product-detail-images { border-top: 1px dotted #d1d1d1; margin: 10px 0; }
#product-detail #gallery { padding: 10px 0; }
#product-detail #gallery > br { display: none; }
#product-detail .lbox { padding: 0; margin: 0 0 0 -20px; }
#product-detail .lbox li { margin: 0 0 0 20px; *margin: 0 15px 0 0; }
#product-detail .lbox li a.lightbox {}
#product-detail .lbox li a.lightbox img {}
#product-detail .lbox li a.lightbox .enlarge { display: none; }
						
						
						
						
/* ----------------------------------------------------------------------- Pearl Generic: General */
/* ---------------------------------------------------------------------------------------------- */

.subsec { margin: 10px 0; }

.content {}

.catDescription { text-align: justify; }

.error { color: #ff0000; font-weight: bold; }
.messageStackError { color: #ff0000; font-weight: bold; }
td.message { color: #ff0000; font-weight: bold; }
div.message { color: #ff0000; font-weight: bold; margin: 0 0 10px; }



/* ------------------------------------------------------------ Pearl Generic: index.html widgets */
/* ---------------------------------------------------------------------------------------------- */

/* Featured Items */
.featured-tbl { list-style-type: none; margin: 0; padding: 0; }
.featured-item { width: 170px; min-height: 42px; border-bottom: 1px dotted #d1d1d1; margin: 0 0 10px; padding: 0 0 10px; }
.featured-image {}
.featured-image img { width: 40px; height: 40px; border: 1px solid #EAEAEA; float: left; margin: 0 5px 0 0; }
.featured-item br { display: none; }
.featured-name { float: left; font-size: 10px; font-weight: bold; width: 123px; }
.featured-price { font-size: 11px; font-weight: bold; }
.no-prod-image { border: solid 1px #EAEAEA; display: block; float: left; font-size: 8px; height: 40px !important; margin: 0 5px 0 0; overflow: hidden; width: 40px !important; }

/* Featured List */
.featured-list { list-style-type: none; margin: 0; padding: 0; }
.featured-list li { line-height: 1.35em; }
a.featured-list-name {}
.featured-list-price { display: inline; margin: 0 0 0 5px; }
.featured-list-price span {}

/* New Items */
.new-prod-tbl { list-style-type: none; margin: 0; padding: 0; }
.new-prod-item { width: 520px; min-height: 102px; border-bottom: 1px dotted #d1d1d1; margin: 0 0 10px; padding: 0 0 10px; }
.new-prod-image {}
.new-prod-image img { border: 1px solid #eaeaea; float: left; margin: 0 10px 0 0; }
.new-prod-item br { display: none; }
.new-prod-name { float: left; width: 388px; font-weight: bold; }
.new-prods-price { font-weight: bold; }

/* Shopping Cart */
#box-cart { line-height: 1.35em; }
#cart-contents { margin: 0 0 10px; }
#cart-contents ul { padding: 0; margin: 0 0 10px; }
#cart-contents ul li { font-size: 11px; }
#cart-itemcount { font-weight: bold; }
#cart-total { color: #ff0000; font-size: 13px; font-weight: bold; margin: 0 0 10px; }
#cart-view {}
#cart-view a { font-size: 14px; text-transform: lowercase; font-weight: bold; }
#cart-view a:link, #cart-view a:visited {}
#cart-view a:hover, #cart-view a:active { text-decoration: none; }
#cart-checkout {}
#cart-checkout a { font-size: 14px; text-transform: lowercase; font-weight: bold; }
#cart-checkout a:link, #cart-checkout a:visited {}
#cart-checkout a:hover, #cart-checkout a:active { text-decoration: none; }

/* My Account */
.account { line-height: 1.35em; }
.account_greeting { font-weight: bold; color: #ffffff; }
.account_greeting br {}
.account_greeting a {font-weight: normal; }
.accountlinks { list-style-type: none; margin: 0; padding: 0; }
.accountlinks li {}
.accountlinks li a {}

/* Special Offers */
.specials-tbl { list-style-type: none; margin: 0; padding: 0; }
.specials-item { width: 170px; min-height: 42px; border-bottom: 1px dotted #d1d1d1; margin: 0 0 10px; padding: 0 0 10px; }
.specials-image {}
.specials-image img { width: 40px; height: 40px; border: 1px solid #eaeaea; float: left; margin: 0 5px 0 0; }
.specials-item br { display: none; }
.specials-name { float: left; font-size: 10px; font-weight: bold; width: 123px; }
.specials-price { font-size: 11px; font-weight: bold; color: #ff0000; }
.specials-price s { font-size: 11px; font-weight: bold; color: #000000; margin: 0 5px 0 0; }

/* Specials List */
.specials-list { list-style-type: none; margin: 0; padding: 0; }
.specials-list li { line-height: 1.35em; }
.specials-list li br { display: none; }
a.specials-list-name { margin: 0 5px 0 0; }
.specials-list-price { display: inline; margin: 0 0 0 5px; color: #ff0000; }
.specials-list-price span {}
.specials-list li s .specials-list-price { margin: 0; color: #000000; }



/* ---------------------------------------------------------------------- Pearl Generic: Helpdesk */
/* ---------------------------------------------------------------------------------------------- */

.helpdesk-header {  padding-bottom: 10px}
.ticket-description {  font-style: italic; color: #990000; margin-bottom: 10px; border-color: black black #666666; padding-top: 4px; padding-bottom: 4px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.helpdesk-note {  padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; border-color: black black #999999; margin-bottom: 6px; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.helpdesk-note-text { }
.helpdesk-note-details { color: #CCCCCC}
.helpdesk-upload { background-color: #EFEFEF; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; border: 1px #999999 solid; margin-top: 4px; margin-bottom: 14px }
.helpdesk-ticket {  margin-top: 2px; margin-bottom: 2px; padding-top: 2px; padding-bottom: 2px; border-color: black black #CCCCCC; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.helpdesk-rating { margin-top: 12px; border:1px solid #CCCCCC; padding:10px; background-color:#99FF99; }
.helpdesk-rating-text { display:block; margin-top:10px }
.helpdesk-rating-select { display:block; margin-top:10px }



/* ---------------------------------------------------------------------- Pearl Generic: Projects */
/* ---------------------------------------------------------------------------------------------- */

.project-job-title { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #006699; padding-top: 4px; border-color: black black #666666; margin-bottom: 6px; padding-bottom: 0px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
.project-files-title {  font-size: 11px; font-weight: bold; padding-top: 15px}
.project-files-filename {  color: #006699}
.project-files-filesize {  color: #999999}
.project-files-filemodified {  color: #999999}
.project-note-title {  color: #999999}
.project-note-content {  margin-bottom: 6px; border-color: black black #CCCCCC; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.project-notes {  background-color: #FFFFFF; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; border: 0px #666666 dotted; margin-bottom: 5px; margin-top: 5px}
.project-files {  margin-top: 5px; margin-bottom: 5px}
.project-job {  background-color: #EFEFEF; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border: 1px #CCCCCC solid; margin-bottom: 10px; margin-top: 10px}
.project-list { padding: 2; margin: 0; list-style: none; clear: left; }



/* ----------------------------------------------------------------- Pearl Generic: Contact Pages */
/* ---------------------------------------------------------------------------------------------- */

#contact-form { width:100%; } 
.contact-fieldset { padding:4px; margin:4px; background-color:#efefef; border-bottom: 1px solid #cccccc; }
.contact-fieldtext { float:left; display:block; width:180px; margin:4px; text-align:right;font-weight:bold; }
.contact-field { display:block; margin-left:180px; margin-right: 0px; margin-top:4px; display:block; padding-left:10px; }
.contact-foot { clear:both; padding-top:10px;}
.button {}
.bigLink { font-size:18px; color:#006600; }
.bigLink:hover {}
#login-newuser {}
.login-newuser-intro { margin: 5px 0 0; }
#login-login { margin: 20px 0 0; }
.login-login-intro { margin: 5px 0 10px; }
.contact-fieldtext { margin-top:5px; display: block; }
.contact-required { font-size: 11px; color: #ff0000; }
textarea#customers_message { height: 150px; margin: 0 0 3px 0; width: 98%; }
	
	
	
/* -------------------------------------------------------------------- Pearl Generic: My Account */
/* ---------------------------------------------------------------------------------------------- */

.portal-menu { -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f1f1f1; margin: 0 0 30px; }
.portal-menu table {}
.portal-menu table tr {}
.portal-menu table tr td { line-height: 1em; padding: 3px 4px; }
.portal-menu table tr td a { font-size: 11px; font-weight: bold; }
.portal-menu table tr td a:link, .portal-menu table tr td a:visited { color: #000000; }
#portal-account {}
#portal-orders {}
#portal-statement {}
#portal-helpdesk {}
#portal-projects {}
#portal-profile {}
#portal-addresses {}
#portal-password {}
#portal-logout {}
	


/* ---------------------------------------------------------------------- Pearl Generic: Newsdesk */
/* ---------------------------------------------------------------------------------------------- */

.news-wrp { border-top: 1px dotted #d1d1d1; margin: 10px 0 0; padding: 10px 0 0; }
.news-title { font-weight: bold; }
.news-date { color: #5c5c5c; font-size: 11px; }
.news-author { color: #5c5c5c; font-size: 11px; }
.news-summary { margin: 5px 0 0; }

.news-feed-item {}
.news-content { margin: 10px 0 0; }


/* ---------------------------------------------------------------------- NBA: Custom             */
/* ---------------------------------------------------------------------------------------------- */

td.calendar-month-linkDay,
td.calendar-month-linkDay a,
td.calendar-month-linkDay a:link,
td.calendar-month-linkDay a:active,
td.calendar-month-linkDay a:visited{color:#000 !important; text-decoration:none; font-family:arial;}
td.calendar-month-linkDay a:hover{}

ul.category-list {list-style-type:none;}
ul.category-list li a {font-size:14px;}

#cal-legend li{ width:138px;margin:5px;float:left;}


#cal-calendars { margin: 10px 0 0; }
#calSearchDates { margin: 10px 0; }
#calSearchVenue { margin: 10px 0 20px; }