﻿.error
{
   color: #e00;
}
.separator
{
   clear: both;
   height: 1px;
   line-height: 1px;
   overflow: hidden;
}
.floatLeft
{
   display: block;
   float: left;
   margin-right: 20px;
}
.floatRight
{
   display: block;
   float: right;
   margin-left: 20px;
}
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }
.noWrap { white-space: nowrap; }

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

.noLeading { margin-top: 0; margin-bottom: 0; }
.margin-0  { margin-top: 0; margin-bottom: 0; }
.margin-10 { margin-top: 10px; margin-bottom: 10px; }
.margin-20 { margin-top: 20px; margin-bottom: 20px; }
.margin-30 { margin-top: 30px; margin-bottom: 30px; }
.margin-40 { margin-top: 40px; margin-bottom: 40px; }
.margin-50 { margin-top: 50px; margin-bottom: 50px; }

.margin-top-0  { margin-top: 0; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-50 { margin-top: 50px; }

.margin-bottom-0  { margin-bottom: 0; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-50 { margin-bottom: 50px; }


.doublePanel,
.triplePanel,
.quadPanel
{
   display: block;
   margin: 20px 10px;
   padding: 0;
   float: left;
}
.doublePanel { width: 334px; }
.triplePanel { width: 216px; }
.quadPanel { width: 157px; }



table.staffGallery
{
   margin: 30px 0;
}
table.staffGallery td
{
   width: 157px;
   padding: 0 10px;
   overflow: hidden;
}
table.staffGallery img
{
   display: block;
   padding: 3px;
   margin-bottom: 5px;
   border: solid 1px #ccc;
}


/*
** Product List Table
*/
table.ptable
{
   background-color: #fff;
   border-bottom: 2px dotted #ccc;
   color: #585858;
   margin: 10px 0;
   width: 710px;
}
table.ptable th,
table.ptable td
{
   border-right: 2px solid #fff;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   padding: 4px 5px;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
}
table.ptable th
{
   background-color: #ccc;
   color: #000;
   padding-top: 5px;
   padding-bottom: 5px;
}
table.ptable tr.odd
{
   background-color: #eee;
}
table.ptable a
{
   border: none;
   text-decoration: none;
}
table.ptable a:hover
{
   text-decoration: underline;
}
table.ptable .productText
{
   text-align: left;
}


/*
** Principals Table - with left background
*/
table.principals
{
   width: 710px;
   height: 383px;
   margin: 20px 0;
}
table.principals td
{
   vertical-align: top;
   padding: 10px 20px;
   width: 315px;
}
table.principals td.col1
{
   color: #fff;
   font-weight: bold;
   background-image: url(img/principal-background.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
}
#leftColumn .principal-background
{
   padding: 10px 20px;
   height: 383px;
   width: 315px;
   color: #fff;
   font-weight: bold;
   background-image: url(img/principal-background.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
}
/*----------------------------------------------
12. Pagination
------------------------------------------------*/
#columnWrapper a:HOVER{text-decoration: none;}
ul.pagination {
	display: block;
	height: 30px;
	margin-left: -5px;
	margin:20px 0;
}
ul.pagination li {
	float: left;
	display: block;
	height: 24px;
	color: #999;
	font-size: 14px;
	margin-left: 0px;
	margin-right:0px;
}
ul.pagination li a {
	display: block;
	padding: 4px 7px 3px;
	color: #555;
}
ul.pagination li:hover a, ul.pagination li a:focus {
	background: #444;
	color:#fff;
}
ul.pagination li.unavailable a {
	cursor: default;
	color: #999;
}
ul.pagination li.unavailable a:focus {
	background: transparent;
}
ul.pagination li.current a {
	background:#da6752;
	color:#fff;
	font-weight:bold;
	cursor:default
}
ul.pagination li.current a:hover {
	background: #444;
}
ul.pagination li.unavailable:hover a {
	background:#eee;
}