div.content_wrap {
    border-style: solid;
}
/********************************************/
/*************** GENERAL STYLING ************/
/********************************************/

.formpageheader {
    font: 21px arial;
    padding-bottom: 30px;
}
.formheadertd2 {
    background: #FFF;
    border-bottom: 1px dashed #dddddd;
}

.tableheader {
    font: 12px arial;
    font-weight: bold;
    color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:500;
    margin:0 0 10px 0;
}
h1 {
    font-size:250%;
}
h2 {
    font-size:200%;
}
h3 {
    font-size:180%;
}
h4 {
    font-size:140%;

}
h5 {
    font-size:120%;
}
h6 {
    font-size:110%;
}

.page-section {
    padding:5px;
    margin:0;
    clear:both;
}

.page-section.page-section-no-spacing {
    padding:0;
}
.page-section.page-section-bottom-hr {
    border-bottom:1px solid #dddddd;
}
div.clear {
	clear: both;
}

/********************************************/
/************* PAGINATION STYLING ***********/
/********************************************/

.pagination {
	width: 100%;
	margin: 13px 0;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.pagination>a,
.pagination>span {
    margin: 2px;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
	display: inline-block;
}

.pagination .current-selected, .pagination>a:hover {
	border-color: currentColor;
}

/********************************************/
/************* STANDARD PAGE STYLING ********/
/********************************************/

.page-grid {
    box-sizing:border-box;
    width:100%;
}

.page-row {
    box-sizing:border-box;
    width:100%;
    position:relative;
    overflow:hidden;
}

.page-item {
    box-sizing:border-box;
    float:left;
    min-height:1px;
    overflow:hidden;
    position:relative;
}
.page-item-inner {
    display:table;
    position:relative;
    table-layout:fixed;
    width:100%;
}
.page-item-content {
    display:table-cell;
    box-sizing:border-box;
    overflow:hidden;
    position:relative;
    width:100%;
    vertical-align:top;
    padding:5px;
    background-position:top left;
    background-repeat:no-repeat;
}

.page-item-type-image img,
.page-item-type-media audio,
.page-item-type-media video {
    max-width:100%;
    margin:auto;
    box-sizing:border-box;
    display:block;
}

.page-item-type-image .page-item-type-image-placeholder {
    position:relative;
    height:100%;
    width:100%;
    box-sizing:border-box;
    min-height:60px;
    display:table;
}
.page-item-type-image .page-item-type-image-placeholder>div {
    background-color:#222;
    color:#fff;
    background-color:#cccccc;
    color:#969696;
    line-height:20px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    font-family:arial, sans-serif;
    font-size:13px;
}

.page-item-type-image.page-item-type-image-stretch img {
    width:100%;
}
.page-item-type-image.page-item-type-image-actual img {
    max-width:none;
}

.page-item-type-content .page-item-content>h1:first-child,
.page-item-type-content .page-item-content>h2:first-child,
.page-item-type-content .page-item-content>h3:first-child,
.page-item-type-content .page-item-content>h4:first-child,
.page-item-type-content .page-item-content>h5:first-child,
.page-item-type-content .page-item-content>h6:first-child {
    margin-top:0;
}

/********************************************/
/************** BLOG PAGE STYLING ***********/
/********************************************/

/*    background: url('http://media.freeola.com/images/images/calendar-default.gif') no-repeat left;
    background: url('http://media.freeola.com/images/images/speech-bubble-default.gif') no-repeat left;
    background: url('http://media.freeola.com/images/images/more-default.gif') no-repeat left;
    background: url('http://media.freeola.com/images/images/speech-bubble-default.gif') no-repeat left;*/

.blog-header h2,
.blog-header h3,
.blog-header h4 {
    margin-bottom:0;
}

.blog-rss {

}
.blog-filter {
    float:right;
    padding:2px 0 0 0;
}
.blog-filter select {
    position:relative;
    top:-1px;
    width:225px;
}
.blog-post {
    border-top:1px solid #dddddd;
    padding:30px 0 20px;
}
.blog-post:last-child {
    border-bottom:1px solid #dddddd;
}
.blog-title h1,
.blog-title h4 {
    margin-bottom:0;
}
.blog-title h1 a {
    font-weight:normal;
}
.blog-date {
}
.blog-date-date {
    font-weight:bold;
}
.blog-content {
    padding:15px 0;
}
.blog-content.blog-trunc {
    padding:15px 0;
    max-height:230px;
    overflow:hidden;
    position:relative;
}
.blog-content.blog-trunc::after {
    position:absolute;
    left:0;
    right:0;
    height:60px;
    content:' ';
    top:200px;
    display:none;
}
.blog-footer {
    clear:both;
    position:relative;
    overflow:hidden;
    padding-top:20px;
}
.blog-success {
    padding-left:30px;
    margin-top:10px;
    background: url('http://media.freeola.com/images/images/speech-bubble-default.gif') no-repeat 10px center;
}
.blog-read-more {
    float:right;
}
.blog-comments {
    float:left;
}
.blog-comments.blog-comments-right {
    float:right;
}
.blog-comments .fa {
    margin-right:5px;
}

.blog-comments-header {
    padding:10px;
    color:#fff;
}
.blog-comments-header h2,
.blog-comments-header h3,
.blog-comments-header h4 {
    margin-bottom:0;
}

/********************************************/
/********** GUEST BOOK PAGE STYLING *********/
/********************************************/

.guestbook-comments {
    border-top:1px solid #dddddd;
}

/********************************************/
/************* COMMENT STYLING **************/
/********************************************/

.ip-comment {
    margin:0 0 10px;
    border-bottom:1px solid #dddddd;
    padding:20px 0;
}
.ip-comment-header {

}
.ip-comment-date {
    font-style:italic;
}
.ip-comment-content {
    padding:0 0 20px;
}

.ip-comment-new {
    margin:0 0 10px;
    padding:20px 0;
}

.ip-comment-new label {
    display:block;
}
.ip-comment-row {
    display:table;
    table-layout:fixed;
    width:100%;
}
.ip-comment-row >div {
    padding-right:5px;
    padding-left:5px;
    display:table-cell;
}
.ip-comment-row >div:first-child {
    padding-left:0;
}
.ip-comment-row >div:last-child {
    padding-right:0;
}
.ip-comment-new .formInputButton,
.ip-comment-new .ip-comment-message,
.ip-comment-new .ip-comment-captcha {
    margin-top:10px;
}
.ip-comment-new .ip-comment-message .error {
	margin-top: -14px;
}
.ip-comment-new input.formInputButton {
    display:block;
    margin:20px auto 0 0;
}

/********************************************/
/************* LINKS PAGE STYLING ***********/
/********************************************/

.linknumber {
    font: bold 40px arial;
    color: #E8E8E8;
}
.linksrow1 {
    background: #F8F8F8;
    padding: 6px;
    font: 13px arial;
    font-weight: none;
    color: #555;
    margin-bottom: 0px;
    border-bottom:1px solid #dddddd;
}
.linksrow2 {
    background: #FFF;
    padding: 6px;
    font: 13px arial;
    font-weight: none;
    color: #555;
    margin-bottom: 0px;
    border-bottom:1px solid #dddddd;
}

/********************************************/
/************ FORM ELEMENT STYLING **********/
/********************************************/

/* Generic Themes */
input:focus,
input[type=text]:focus,
input[type=text]:focus + .min_controls,
input[type=text]:focus + .hour_controls,
input[type=password]:focus,
select:focus,
textarea:focus,
textarea.custom-font:focus {
    outline:none;
    border-color:#79d6fb;
    box-shadow:0 0 5px #79d6fb;
}

label {
    font-weight:bold;
}
input[type=text],
input[type=password] {
	line-height: 1.4;
    min-height: 40px;
    box-sizing:border-box;
    padding:0 5px;
    margin: 0;
    border: 1px solid #bdbdbd;
    color: #555;
	width: 100%;
	max-width: 460px;
    background: #fff;
    overflow-y: auto;
}
input.formInputText.full {
    box-sizing:border-box;
    width: 100%;
    height: 29px;
}
.contacttable {
    border: 1px dashed #CCCCCC;
    padding: 10px;
}
textarea,
textarea.custom-font {
	line-height: 1.4;	
    box-sizing:border-box;
    color: #555;
    border: 1px solid #BDBDBD;
    padding: 5px;
	width: 100%;
	max-width: 460px;
    resize: none;
}
textarea.full {
    box-sizing:border-box;
    width:100%;
    max-width:100%;
}
.characters-left {
    text-align:right;
}
select,
select.custom-font {
	width: 100%;
	max-width: 460px;
	line-height: 1.4;
	min-height: 40px;
	height: 1.2em; /* ff needs this */
    box-sizing:border-box;
    padding:0 5px;
    margin: 0;
    border: 1px solid #bdbdbd;
    color: #555;
    background: #fff;
}
select option {
	padding: .7em; /* doesn't work in chrome */
}
.recaptchatable #recaptcha_response_field,
.recaptchatable .empty {
    min-height:0;
    box-sizing:initial;
    line-height:10px;
    height:21px;
}
.recaptchatable .empty {
   bottom: 7px !important;
    font-size: 10pt;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 153px !important;
}
input.formInputButton, .formInputButton {
    color: #FFF;
    cursor: pointer;
    padding:7px 12px;
    box-sizing:border-box;
    min-height:39px;
    font-weight:700;
}
.formInputButton + .formInputButton {
    margin-left:20px;
}

/*****************************************************/
/************* CONTACT FORM PAGE STYLING *************/
/*****************************************************/

.contactform>div {
    margin:0 0 20px;
}

.contactform label {
    display:block;
    padding-bottom:5px;
    clear:both;
    word-wrap:break-word;
}
.contactform .opt-group {
	line-height: 1.4;
}
.contactform .opt-group label {
    display:inline;
    font-weight:normal;
}
.contactform .opt-group > div > div {
    display:table-cell;
    vertical-align:middle;
}
.contactform .opt-group > div > div > label {
    padding-bottom:0;
}
.contactform .opt-group input {
    margin:0 5px 0 0;
}
.contactform .time_container {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.contactform .time_container input {
    float: left;
    border-right:0 none;
}

.contactform .picker-date {
	float: left;
	width: 7em;
	max-width: 100%;
    cursor:pointer;
	margin-bottom: 10px;
}
.contactform .time_hour,
.contactform .time_min {
    width: 3em;
}

.contactform .time_container .hour_controls,
.contactform .time_container .min_controls {
    background: rgba(0, 0, 0, 0) url("/images/custom-contact/add-sub-large.png") no-repeat scroll 0 0;
    border: 1px solid #cccccc;
    cursor: pointer;
    display: block;
    height:38px;
    width: 14px;
    position:relative;
    float:left;
    margin-right:14px;
}
.contactform .time_container .add {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:50%;
}
.contactform .time_container .sub {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:50%;
}
form.contactform>div {
    position:relative;
}
.form-required {
	font-weight: bold;
}
.contactform .captcha .form-required {
    position:absolute;
    top:0;
    left:311px;
}

/*****************************************************/
/***************** TIME DATE POPOUT ******************/
/*****************************************************/

.standard #CP_hourcont {
padding: 0px;
position:absolute;
left: 380px;
top: 25px;
z-index: 1000;
border:1px dashed #bbbbbb;
background-color:#dddddd;
display:none;
}

.twocol #CP_hourcont {
padding: 0px;
position:absolute;
left: 240px;
top: 40px;
z-index: 1000;
border:1px dashed #bbbbbb;
background-color:#dddddd;
display:none;
}

#CP_minutecont {
background-color:#dddddd;
padding: 0px;
position:absolute;
width:45px;
border: 1px dashed #cccccc;
display:none;
}

.floatleft {
float:left;
}

.CP_hour {
padding:1px;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
white-space:nowrap;
cursor:pointer;
width:35px;
margin:1px;
color:#333;
background-color:#eeeeee;
}

.CP_minute {
padding:1px;
background-color:#eeeeee;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
white-space:nowrap;
cursor:pointer;
width:auto;
color:#333;
margin:1px;
}

.CP_over {
background-color:#ffffff;
}

#ui-datepicker-div {
	display: none;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
	content: '';
}
.ui-datepicker td {
	font-family: Arial, Verdana, sans-serif;
    font-size:12px;
	line-height: 1.4;
}

/*****************************************************/
/************ GALLERY ORIGINAL PAGE STYLING **********/
/*****************************************************/
.zoom {
    display: inline-block;
    position: absolute;
    z-index: 100;
    width: 100%;
}
.zoom img {
    float:right;
}
#categorybar a:link {
    font: 13px arial;
    font-weight: none;
    text-decoration: underline;
    color: #DDDDDD;
    border: none;
}
#categorybar a:visited {
    font: 13px arial;
    font-weight: none;
    text-decoration: underline;
    color: #FFFFFF;
    border: none;
}
#categorybar a:hover {
    font: 13px arial;
    font-weight: none;
    text-decoration: underline;
    color: #FFFFFF;
    border: none;
}
.selectedcategory {
    font: 13px arial;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.selectedcategorytitle {
    font: 13px arial;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
.sectionsbartable {
    font: 12px arial;
    padding: 4px;
    background: #EEEEEE;
    color: #666666;
    border: 1px 1px 0px 1px;
    border-color: #666666;
}
#sectionsbar a:link {
    font: 12px arial;
    font-weight: none;
    text-decoration: underline;
    color: #666666;
    border: none;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #666;
    font: 11px verdana;
    font-weight: normal;
    color: #494949;
    background-color: #FFF;
    padding: 5px;
}
#tooltip h3, #tooltip div {
    font: 11px verdana;
    color: #494949;
    font-weight: normal;
    margin: 0;
}
.thumbnail_container {
    position: relative;
    float:left;
    display:inline;
    width:120px;
    text-align: left;
    border: 1px solid #333333;
    background: #FFF;
}
.thumbnail_image_container {
    display: inline-block;
    width:120px;
    height:79px;
    vertical-align:middle;
    text-align:center;
    cursor:hand;
    /*border: 1px solid #FFF;*/
    z-index:1;
}

.thumbnail_info {
    display: block;
    margin-bottom:0;
    padding:3px;
    width:114px;
    height:18px;
    line-height:18px;
    background: #333333;
    text-align:center;
    font-family:arial;
    font-size:12px;
    font-weight: normal;
    color:#FFFFFF;
    overflow: hidden;

}
.thumbnail_nofooter {
    display: block;
    margin:0;
    padding:0;
    width:114px;
    height:24px;
    line-height:15px;
    text-align:center;
    font-family:arial;
    font-size:12px;
    color:#666;
}
.error-field input,
.error-field select,
.error-field textarea {
    border:1px solid #ff0000;
}
.error {
    margin-top:5px;
    color: #FF0000;
    word-wrap:break-word;
}
.hidden_caption {
    display:none;
}

/*******************************************/
/************ Gallery Styling **************/
/*******************************************/

.gallery-original-grid {
    position:relative;
    overflow:hidden;
    margin:auto;
    width:640px;
}
.gallery-original-grid .gallery-item {
    border:1px solid #fff;
    float:left;
    margin:4px;
    width:150px;
    background-color:#fff;
}
.gallery-original-grid .gallery-item > a {
    outline:medium none;
}
.gallery-original-grid .gallery-item-image {
    padding:5px;
    height:140px;
    width:150px;
}
.gallery-original-grid .gallery-item-caption {
    padding:5px 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
}

.gallery-static-grid {
    position:relative;
    overflow:hidden;
    margin:auto;
}

.gallery-static-grid .gallery-item {
    float:left;
    padding:1px;
    margin:3px;
}

.gallery-captions-row {
    position:relative;
    overflow:hidden;
    width:636px;
    padding:8px 25px;
    margin:0;
}

.gallery-captions-row .gallery-item,
.gallery-captions-row .gallery-caption {
    padding:5px;
    width:300px;
}

.gallery-item>a{
    display:block;
    text-decoration:none;
    border:0px;
}
.gallery-item img {
    border:0 none;
}
.gallery-item-image {
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.gallery-item-image>.zoom.zoom-small {
    width:24px;
    height:24px;
    top:0;
    right:0;
    background-image:url('/media/images/gallery/Enlarge-Icon-24x24.png');

}
.gallery-item-image>.zoom.zoom-large {
    width:30px;
    height:30px;
    top:0;
    right:0;
    background-image:url('/media/images/gallery/Enlarge-Icon-30x30.png');
}

.gallery-heading {
    padding:36px 0 24px 4px;
    clear:both;
}
.gallery-heading:first-child {
    padding-top:0;
}
.gallery-heading:last-child {
    padding-bottom:0;
}

/********************************************/
/******** Horizontal nav list styling *******/
/********************************************/
#navarrowleft, #navarrowright {
    display:none;
}
#hidden_menu {
    top:-5000px;
    left:-10000px;
    position:absolute;
    visibility:hidden;
}
#hidden_menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
#top_navigation1 ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    left:0;
    top:0;
}
#top_navigation1 ul li, #hidden_menu ul li {
    float:left;
    margin:0;
    padding:0;
}
img {
    border: 0;
}
/********************************************/
/******** Dropdown Nav Styling *******/
/********************************************/

#container_01 #bannav_wrap {
    position:relative;
}
#container_01 .expand-menu-outer {
    position:absolute;
    right:0;
    left:0;
}
#container_01 .expand-menu {
    position:absolute;
    right:0;
    z-index:100;
    border-bottom:3px solid #111;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color:#f9f9f9;
}
#container_01 .expand-menu ul {
    list-style:none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    text-align: left;
    top: 0;
    z-index: 1000;
    padding:0 0 5px;
    border:0 none;
}
#container_01 .expand-menu ul li {
    padding:0;
    margin:5px 5px 0 6px;
}
#container_01 .expand-menu ul li a {
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    text-decoration:none;
    margin:0;
    font-size:14px;
    background-color:#dad8da;
    border:1px solid #cbcccb;
    border-bottom:1px solid #afb1af;
    padding:3px 10px;
    overflow:hidden;
    color:#444;
    transition:all 0.1s ease 0s;
    text-align:center;
    font: 14px arial, sans-serif;
}
#container_01 .expand-menu.check-widths ul li a {
    overflow:visible;
    display:inline;
}
#container_01 .expand-menu ul li a.selected {
    background-color:#7a787a;
    color:#eee;
}
#container_01 .expand-menu ul li a:hover {
    background-color:#3c3e3c;
    color:#eee;
    border:1px solid #343334;
    border-bottom:1px solid #636163;
    transition:all 0.1s ease 0s;
}

#container_01 .dark-theme .expand-menu {
    background-color:#050505;
}
#container_01 .dark-theme .expand-menu ul {
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.176);
}
#container_01 .dark-theme .expand-menu ul li a {
    background-color:#3c3e3c;
    color:#eee;
    border:1px solid #343334;
    border-bottom:1px solid #636163;
}
#container_01 .dark-theme .expand-menu ul li a.selected {
    background-color:#7c7e7c;
}
#container_01 .dark-theme .expand-menu ul li a:hover {
    background-color:#c3c1c3;
}

#container_01 .waffle-menu.expand-menu {
    left:0;
    right:0;
}
#container_01 .waffle-menu.expand-menu ul {
    width:100%;
    padding:0 2px 5px;
    box-sizing:border-box;
}

#container_01 .waffle-menu.expand-menu.quarters ul li {
    width:25%;
}

#container_01 .waffle-menu.expand-menu.thirds ul li {
    width:33.3333%;
}
#container_01 .waffle-menu.expand-menu ul li {
    box-sizing:border-box;
    padding:0;
    float:left;
    padding:5px 3px 0 3px;
    margin:0;
    width:50%;
}

#container_01 .mobile .expand-menu ul {
    position:relative;
}
#container_01 .mobile .expand-menu ul li a {
    padding:20px 10px;
    font-size:20px;
}

#container_01 .mobile .waffle-menu.expand-menu ul li a {
    padding:20px 10px;
    font-size:20px;
}

#container_01 #top_navigation1.matrix-menu-loaded ul li.waffle {
    float:right;
}

#container_01 .waffle a {
    outline:0 none;
    text-align:right;
}

#container_01 #top_navigation1,
#container_01 #top_navigation1.small {
    width:100% !important;
}

#container_01 #top_nav_wrap > table {
    width:100%;
}

#container_01 {
    /*z-index:10;*/
}
#container_02 {
    z-index:5;
}

/********************************************/
/******** RSS Sprite *******/
/********************************************/
a#feed-button {
    background:url("http://media.freeola.com/images/buttons/subscribe-to-rss.png") 0px 0px no-repeat;
    width:104px;
    height:13px;
    padding:6px 8px;
    text-align:right;
    display:block;
    font:11px arial, san-serif;
    text-decoration:none;
    color:#000 !important;
}
a#feed-button:hover,a.feed-button:focus {
    background-position:0 -25px;
}
#rss-button {
    float:right;
}
#rss-button span {
    margin-right:5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* html{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
  padding-top: 5px;
}
#TB_window a:link {color: #555;}
#TB_window a:visited {color: #555;}
#TB_window a:hover {color: #666;}
#TB_window a:active {color: #555;}
#TB_window a:focus{color: #555;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  height:100%;
  width:100%;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 2px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
    clear:both;
  display:block;
  margin-top: 5px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:100%;
  padding:7px 30px 10px 14px;
  float:left;
  font: bold arial 13px;
  font-weight: bold;
  color:#666666;
}
#TB_closeWindow{
  height:20px;
  padding:11px 25px 2px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  font: bold 13px arial;
  color: #666;
  height: 27px;
  background: #CECECE url('../images/tb/titlebg.gif') top repeat-x;
  border-bottom: 1px dashed #999;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
input.TBtext {
    background: #EEEEEE;
    border: 1px #A9A9A9 solid;
    color: #777777;
    height: 21px;
    width: 200px;
    padding-top: 4px;
    padding-left: 3px;
    font-size: 14px;
    font-family: arial;
    margin: 0px;
}
.caption {
    font:arial;
    font-size:11px;
    font-weight:bold;
    color:#666666;
}
.description {
    font:arial;
    font-size:11px;
    font-weight:normal;
    color:#666666;
}

 /*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox, #cboxOverlay, #cboxWrapper{z-index:999999;}
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:6px solid #000; background:#fff;}
           #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
           #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}


#colorbox{outline:0;}  /* Fixes issue where chrome and safari put an outline around the popup box */

.overlay-notice {
    position:fixed;
    left:0;
    right:0;
    top:0;
    text-align:center;
    color:#ffffff;
    text-shadow: 0 0 2px #202020;
    padding:10px 0;
    font-weight:bold;
    cursor:pointer;
    z-index:20;
}
.overlay-notice.success {
    background-color:#A0CF0E;
    border-bottom:2px solid #91BB10;

}
.overlay-notice.fail {
    background-color:#e80c0c;
    border-bottom:2px solid #b70909;
}

/********************************************/
/********** shop_bar.php styling ************/
/********************************************/

#shop_bar_container {
	margin-bottom: 30px;
	height:50px;
}

#search_container {
	float:left;
	width: 100%;
	background: #F6F6F6;
	height: 50px;
	border: 1px solid #E7E7E7;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#show_category,
#show_subcategory,
#sort_order,
#search_terms {
	font-size: 12px;
	line-height: 1.4;
	float: left;
	width: 150px;
	border: 1px solid #CCC;
	height: 30px;
	min-height:30px;
	padding: 5px;
	margin: 0 10px 0 0;
}

#sort_order,
#trolley_button {
	float: right;
	margin: 0 0 0 10px;
}

#search_terms_container {
	position: relative;
	overflow: hidden;
}

#search_terms {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

#sort_order_form {
	float: right;
}

#sort_order {
	width: 100px;
}

#sort_order:disabled {
	background: #F9F9F9;
}

#trolley_button {
	position: relative;
	width: 48px;
	height: 48px;
	border-left: 1px solid #E7E7E7;
	margin: -10px -10px 0 10px;
	text-align: center;
}

#trolley_button:hover {
	background:#FAFAFA;
}

#trolley_icon {
	margin: 15px 0 0 0;
}

#trolley_count_container {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #333;
	padding: 2px 5px;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4;
	font-weight: bold;
}
