@import url("../mainMenuFigs.css");
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.wrappermain {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #8bbbd1; 
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
}


#HeaderLinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #CCC;
	
	text-decoration: none;
}

#Headertest {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #CCC;
	
	
	text-decoration: none;
}
/* Tips for Elastic layouts 
1.promo-body Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable.promo-body Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.promo-body
2.promo-body Sizing of divs in this layout are based on the 100% font size in the body element.promo-body If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately.promo-body You may want to increase the widths of the various divs to compensate for this.promo-body
3.promo-body If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size.promo-body You may want to adjust based on your final font sizing.promo-body
*/
ul {
	float: left;
	height: 15em;
	width: 15em;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

/* Captions for main menus */
figure {
  
  width: 222px;
  margin: 15px 10px 5px 10px;
}
figure img {
  border: 1px solid #666;
  background-color: #CCC;
  padding: 10px;
}
figcaption {
  font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  text-align: center;
  background-image: linear-gradient(to bottom, #e6f3ff, white);
  border: 1px dashed #666;
  padding: 5px;
}

/* Tips for sidebar1:
1.promo-body Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.promo-body
2.promo-body Since we are working in ems, it's best not to use padding on the sidebar itself.promo-body It will be added to the width for standards compliant browsers creating an unknown actual width.promo-body 
3.promo-body Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.promo-body
*/

#Product_Info_Box {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	font-weight: normal;
	
	margin: auto;
	padding: 0px;
}

/* Tips for mainContent:
1.promo-body If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size.promo-body You may wish to adjust the values of these divs.promo-body
2.promo-body The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.promo-body  No matter how much content the sidebar1 div contains, the column space will remain.promo-body You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.promo-body
3.promo-body To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set.promo-body However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.promo-body
4.promo-body In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout.promo-body" This avoids several IE-specific bugs that may occur.promo-body
*/
.thrColElsHdr #mainContent {
	margin: 0 12em 0 12em;
}
.thrColElsHdr #footer {
	padding: 0 10px;
	background-color: #E8F2E6;
}
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.caption {
	font-family: Times New Roman, Times, serif;
	font-size: small;
	font-style: italic;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	background-color: #B1D3AE;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
blockquote .product_info_box_data notice {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: large;
	color: #006;
}
.product_info_box_data {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}
#main_content_article {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.thumbs {
}
.artwork {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.artist {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	float: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-bottom: 14px;
	display: inline;
}
.gallery {
	float: none;
	clear: none;
}
.wrapper {
	float: none;
}
.museum-labels li
{
	text-align: center;
	float: none;
	clear: none;
	list-style-type: none;
	display: inline;
	width: 60px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	vertical-align: middle;
}
#Christmas-Deadline {
	background-color: #FF0;
}
.thrColElsHdr .wrappermain #main_content_labels ul li a strong {
	text-align: center;
}
/*GCS css*/
/** * Default theme * */ /* Slight reset to make the preview have ample padding. */ .cse .gsc-control-cse, .gsc-control-cse { padding: 1em; width: auto; } .cse .gsc-control-wrapper-cse, .gsc-control-wrapper-cse { width: 100%; } .cse .gsc-branding, .gsc-branding { display: none; } .cse .gsc-control-cse div, .gsc-control-cse div { position: normal; } /* Selector for entire element. */ .cse .gsc-control-cse, .gsc-control-cse { background-color: #ffffff; border: 1px solid #ffffff; } .cse .gsc-control-cse:after, .gsc-control-cse:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } .cse .gsc-resultsHeader, .gsc-resultsHeader { border: block; } table.gsc-search-box td.gsc-input { padding-right: 12px; } input.gsc-input { border-color: #D9D9D9; font-size: 13px; padding: 1px 6px; } /* Search button */ .cse input.gsc-search-button, input.gsc-search-button { font-family: inherit; font-size: 11px; font-weight: bold; color: #000; padding: 0 8px; height: 20px; min-width: 54px; background-color: #CECECE; border: 1px solid #666; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; } /* Inactive tab */ .cse .gsc-tabHeader.gsc-tabhInactive, .gsc-tabHeader.gsc-tabhInactive { border-bottom: none; color: #666666; background-color: #e9e9e9; border: 1px solid; border-color: #e9e9e9; border-bottom: none; } /* Active tab */ .cse .gsc-tabHeader.gsc-tabhActive, .gsc-tabHeader.gsc-tabhActive { background-color: #FFFFFF; border: 1px solid; border-top: 2px solid; border-color: #e9e9e9; border-top-color: #FF9900; border-bottom: none; } /* This is the tab bar bottom border. */ .cse .gsc-tabsArea, .gsc-tabsArea { margin-top: 1em; border-bottom: 1px solid #e9e9e9; } /* Inner wrapper for a result */ .cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic { padding: .25em; border: 1px solid; border-color: #ffffff; margin-bottom: 1em; } /* Result hover event styling */ .cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover { border: 1px solid; border-color: #FFFFFF; } /*Promotion Settings*/ /* The entire promo */ .cse .gsc-webResult.gsc-result.gsc-promotion, .gsc-webResult.gsc-result.gsc-promotion { background-color: #FFFFFF; border-color: #336699; } /* Promotion links */ .cse .gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link, .cse .gs-promotion a.gs-title:link *, .gs-promotion a.gs-title:link *, .cse .gs-promotion .gs-snippet a:link, .gs-promotion .gs-snippet a:link { color: #0000CC; } .cse .gs-promotion a.gs-title:visited, .gs-promotion a.gs-title:visited, .cse .gs-promotion a.gs-title:visited *, .gs-promotion a.gs-title:visited *, .cse .gs-promotion .gs-snippet a:visited, .gs-promotion .gs-snippet a:visited { color: #0000CC; } .cse .gs-promotion a.gs-title:hover, .gs-promotion a.gs-title:hover, .cse .gs-promotion a.gs-title:hover *, .gs-promotion a.gs-title:hover *, .cse .gs-promotion .gs-snippet a:hover, .gs-promotion .gs-snippet a:hover { color: #0000CC; } .cse .gs-promotion a.gs-title:active, .gs-promotion a.gs-title:active, .cse .gs-promotion a.gs-title:active *, .gs-promotion a.gs-title:active *, .cse .gs-promotion .gs-snippet a:active, .gs-promotion .gs-snippet a:active { color: #0000CC; } /* Promotion snippet */ .cse .gs-promotion .gs-snippet, .gs-promotion .gs-snippet, .cse .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right, .cse .gs-promotion .gs-title .gs-promotion-title-right *, .gs-promotion .gs-title .gs-promotion-title-right * { color: #000000; } /* Promotion url */ .cse .gs-promotion .gs-visibleUrl, .gs-promotion .gs-visibleUrl { color: #008000; } /* Style for auto-completion table * .gsc-completion-selected : styling for a suggested query which the user has moused-over * .gsc-completion-container : styling for the table which contains the completions */ .gsc-completion-selected { background: #EEE; } .gsc-completion-container { font-family: Arial, sans-serif; font-size: 13px; background: white; border: 1px solid #CCC; border-top-color: #D9D9D9; margin-left: 0; margin-right: 0; /* The top, left, and width are set in JavaScript. */ } .gsc-completion-title { color: #0000CC; } .gsc-completion-snippet { color: #000000; } /* Full URL */ .gs-webResult div.gs-visibleUrl-short, .gs-promotion div.gs-visibleUrl-short { display: none; } .gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long { display: block; }
#content {
	padding: 10px 0;
	width: 60%;
	float: left;
}
#cse-search-form {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 60%;
	float: left;
}
#cse {
	padding: 10px 0;
	width: 100%;
}
#mainContentiphone {
	display: none;
}
#container #mainContent p {
}
.mailOrderText {
	clear: both;
}
.mainMenuFigs figure img {
	border: 1px solid #666;
	background-color: #fff;
	padding: 4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.mainMenuFigs figcaption {
	font: 1.1em Arial;
	text-align: center;
	margin: 0 10px 10px 10px;
}
.mainMenuFigs figure {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 0 10px 10px 10px;
}
.CalendarPix img {
	border: 1px solid #666;
	background-color: #fff;
	padding: 4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	width: 50%;
}

.lineHeight {
	line-height: 1.5em;
}
.thrColElsHdr #Product_Info_Box .jt_articles {
	float: left;
	text-align: left;
}
.track-listings {
	margin: auto;
	float: none;
	text-align: left;
	padding-left: 100px;
}
.ad-bodypromo-body     {
	padding-left: 10px;
}
.mainheader {
	padding-left: 15px;
	margin-left: 15px;
}
.body-padding {
	padding-left: 15px;
}
.body-padding {
	margin-left: 15px;
}
.thrColElsHdr .wrappermain #container h1 .heading {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: large;
	font-weight: bold;
	color: #3510EB;
}
.heading {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: bold;
	font-size: large;
}
.main-pix {
	width: 50%;
}
.thrColElsHdr .wrappermain #container h2 a .main-pix {
}
.thrColElsHdr .wrappermain #container h2 .subheading {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 0px #030303;
}
.subheading {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: large;
	text-shadow: 1px 1px #7896CA;
}
.promo-text {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: left;
}
.promo {
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
.price {
	font-size: small;
}
