@charset "utf-8";
/* Hover.css CSS Document */

.image-title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 3px 0 3px;
	padding-top:5px;
	text-align:center;
	line-height:1.2em;
	color: #666;
}

.image-desc {
	line-height: 1.1em;
	margin:8px 3px 8px 3px;
	color:#999;
	text-align:left;
}

.byline {
	font-style:oblique;
	font-size: 0.9em;
	color:#777;
	float:right;
}

.byline a {
}

/*Credits for Hover CSS and Code: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.smallborder {
	border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.thumbnail{
	position: relative;
	z-index: 0;
	float:left;
	margin: 3px;
	background-color:#ffffff;
	padding: 2px;
}

.thumbnail:a {
text-decoration:none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration:none;
	background: #930393;
}



.thumbnail span{ /*CSS for enlarged image*/
	opacity:0;
	position: absolute;
	background-color: #fff;
	padding: 3px;
	width:156px;
	left: -10000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border: 2px solid #930393;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

-webkit-box-shadow: -1px 2px 7px 2px #666;
-moz-box-shadow: -1px 2px 7px 2px #666;
box-shadow: -1px 2px 7px 2px #666;
-webkit-transition: opacity 125ms ease-in-out;
-moz-transition: opacity 125ms ease-in-out;
-o-transition: opacity 125ms ease-in-out;
transition: opacity 125ms ease-in-out;
-webkit-transition-delay: 150ms;
-moz-transition-delay: 150ms;
-o-transition-delay: 150ms;
transition-delay: 150ms;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
margin: 0 auto;
padding:3px;
/* max-height:150px;
max-width:150px; */
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
opacity:1;
visibility: visible;
top: 50px;
left: -160px; /*position where enlarged image should offset horizontally */
}

.more-left:hover span {
	left:-240px;
}
.more-left span {
	width:246px;
}

.product-kit {
	width:166px;
	height:229px;
	padding:8px;
	margin:0 7px 15px 7px;
	text-align:center;
 	border: 1px solid #afb4e3;
   -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	box-shadow: -1px 2px 7px #d7daf9;
	-o-box-shadow: -1px 2px 7px #d7daf9;
	-webkit-box-shadow: -1px 2px 7px #d7daf9;
	-moz-box-shadow: -1px 2px 7px #d7daf9;
}

.product-kit:hover span{ /*CSS for enlarged product text display on hover*/
top: 150px;
width:170px;
padding:5px;
}

.product-thumb{
	width:150px;
	height:150px;
	border:none;
	padding: 0 8px 0 8px;
}

/* <a class="thumbnail" href="#thumb"><img src="images/yourimage.jpg" width="100px" height="66px" border="0" /><span><img src="images/yourimage.jpg" /><br />Text under your image on hover.</span></a> */


/* END hover */

.theme-page {
	border-color: #17598b;
	-webkit-box-shadow: -1px 2px 2px 1px #17598b;
	-moz-box-shadow: -1px 2px 2px 1px #17598b;
	box-shadow: -1px 2px 2px 1px #17598b;
}

.thumbsize {
    width: 75px;
    height: 75px;
}

.fullsize {
    width: 150px;
    height: 150px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 8px;
}

.giantsize {
    width: 240px;
    height: 240px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 8px;
}

.giantsize img {
	width:240px;
	height:240px;
}

.productsize {
    width: 150px;
    height: 150px;
}

.small-title {
 	font-size:0.8em;
	line-height:0.95em; 
	background-color:#fff; 
	padding:3px 0 3px 0; 
	overflow:hidden; 
	height:30px; 
	max-height:30px; 
	max-width:75px;
	text-align:center;
}

.overflow-wrapper {
height:71px;
max-height:71px;
overflow:hidden;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wraptocenter * {
    vertical-align: middle;
}

[if lt IE 8]
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
[endif]

