@charset "utf-8";
/* CSS Document */



.products-navigation{
	float:right;
	margin:12px 33px 0 0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:2;
}
.products-navigation li{
	float:left;
	width:140px;
	height:150px;
	margin:0;
	padding:0;
	position:relative;
	z-index:2;
}
.products-navigation li a{
	outline:none;
}
.products-navigation li img{
	position:absolute;
	left:0; right:0;
	width:150px;
}

.products-navigation li.hover{z-index:4;}
.products-navigation li.selected{	z-index:3;}
.products-navigation li.selected img,
.products-navigation li.hover img{
	width:auto;
	top:-18px; left:-14px;
}


/*** Product slideshow ***/

.ProductSlideshow{
	background: #edebe6 url(../images/backgrounds/large-picture-bg.jpg) no-repeat 0 0;	
	width: 469px;
	height:392px;
	position:relative;
	overflow:hidden;
	margin-left:-16px;
}


.large-picture{
	border: #3f3d39 solid 1px;
	margin:16px auto;
	width:434px;
	height:269px;	
	position:relative;
}


.large-picture img{
	top:0;
	left:0;
	position:absolute;
	display:none;
}

.ProductSlideshow.SlideshowItems1{ 
	background-image: url(../images/backgrounds/large-picture-single-bg.jpg);
	height:306px;	
}
.ProductSlideshow.SlideshowItems1 img{display:block !important;}
.ProductSlideshow.SlideshowItems2 ul.previews{width:170px;}
.ProductSlideshow.SlideshowItems3 ul.previews{width:250px;}
.ProductSlideshow.SlideshowItems4 ul.previews{width:330px;}
.ProductSlideshow.SlideshowItems5 ul.previews{width:410px;}

.SlideshowItems1_text{min-height:215px;}
.SlideshowItems2_text{min-height:300px;}


.previews{
	width:321px;
	height:90px;
	margin:0px auto;
	padding:0 16px;
	text-decoration:none;
	list-style:none;
}


.previews li {	
	border:#aea69f solid 1px;
	padding:0;	
	float:left;
	margin:0 3px;
}

.previews li:hover{
	border: black 1px solid;
}

.previews li a{
	text-decoration:none;
	width: 72px;
	height:72px;
	display:block;
	outline: none;
}

.fillmore-banner a:hover {
	opacity:0.5;
}

.imgspc {
	margin:9px 0 0 7px;
}

ul.materials{
	margin:0 -55px 20px 0; padding:0; list-style:none;
}
ul.materials li{
	width:150px;
	font-size:93%;
	padding:10px 46px 10px 0;
	color:#808080;
	float:left;
	line-height:100%;
}
ul.materials li img{
	margin-bottom:.5em;
}

.combobox {
	left:0;
	top:66px;
	width:110px;
	position:absolute;
}

.combobox select {
	width : 105px;	
}

.add-text p{padding:0.8em 0 0 0;}

.colored-tr{	line-height:31px; background: #eeece8; }

table.book-dimensions { margin-left:-8px; }
table.book-dimensions td {	text-align : left; }
table.book-dimensions th{
	text-align:left;
	font-weight:normal;
	font-size:90%;
}
table.book-dimensions .first {
	padding-left:9px;	
}


table.wraps-dimensions { margin-left:-10px; background: #eeece8; }
table.wraps-dimensions td {	text-align : left; padding:2px 12px 0; width:25%; }

.product-link,.features .sample-link{	color:#0056ae; }
 .product-link:hover, .features .sample-link:hover { color:#3086de; }	
.product-link:active,
.features .sample-link:active {	color:#004489; }
	
.features .sample-link {
	font-size:13pt;
	line-height:33px;
}


.fillmore-img  {margin-left:-12px;}
.ashbury-img {margin-left:-30px;}

.cards {
	min-height:370px;
	position:relative;
}

.greetcard-img, .postcard-img, .promo-img, .event-img
{
	position:absolute;
	top:0;
}
.greetcard-img{
	left :0;	
}

.postcard-img{
	left :200px;	
}
.promo-img{
	left :400px;	
}
.event-img {
	left:600px;	
}


/*{
	font-size:14pt;
	color:#0056ae;
	line-height:30px;
}*/


h3 {
	position:relative;
	font-size:25pt;
}

h3 .bg-image {
	position:absolute;
	width:437px;
	height:147px;
	right:-20px;
	top:-35px;
}
.portola-img, .fillmore-img, .ashbury-img {
	outline:none;
}

.portola-img{
	width:319px;
	height:355px;
	
}
.fillmore-img {
	width:318px;
	heith:354px;

}
.ashbury-img {
	width:325px;
	height:360px;
	
}

.content1
{
	display:block;
}

.content2
{
	display:block;
}
.content3
{
	display:block;
}
.content4
{
	display:block;
}
.visible {

}	
.invisible {
	display:none;	
}

.col_12 a, .col_34 a{
		outline:none;
}

.products ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	background:#ece9e4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:277px;
	height:254px; /*was 310 */
	padding: 10px 0 10px 20px;   /*was 20px 0 40px 20px */
	display:block;
}

.products ul li a{
	color:#3e3e3e;
	font-size:18pt;

}

.products ul li a:hover{
	color:#808080;
}

.products ul li a:active{
	color:#282828;
}

.table-descript{
	font-size:9pt !important;
	padding:.5em 0 !important;
}
.color-size{
	font-size:90%;
}