@charset "utf-8";
/* CSS Document */

/* Needed for the lightbox */
html, body {
    height:100%; width:100%;
}

/* Element wrapper */
.sp-wrap {
    display:none;
    line-height:0;
    font-size:0;
    background:#fff;
    position:relative;
    /*margin:0 25px 15px 0;
    float:left;*/
    /**************
      Set max-width to your thumbnail width
    ***************/
    max-width: 300px;
	min-height: 350px; /*edit2*/
}

/* Thumbnails */
.sp-thumbs {
	text-align: left;
	display: inline-block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	/*width: 100%; edit*/
	width: 300px; /*edit2*/
}
.sp-thumbs img {
    width: auto;  /*edit2*/
    height:50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    /*opacity:.2;*/
    display:inline-block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	padding-left: 5px; /*edit*/
	padding-right: 5px; /*edit*/
	padding-top: 5px; /*edit*/
}
.sp-thumbs a:hover{
    opacity:1;
}
.sp-thumbs a:active, .sp-current {
    opacity:1!important;
    position: relative;
}
.sp-current:after {
    content:'';
    border:6px solid transparent;
    border-top:6px solid #CCCCCC;
    position: absolute;
    left:50%;
    top:0;
    margin-left:-6px;
	display: none; /*edit*/
}

/* Unzoomed, big thumbnail */
.sp-large {
    position:relative;
    overflow:hidden;
    top:0;
    left:0;
	width: 300px; /*edit2*/
	}
.sp-large a img {
    max-width:100%;
    height:auto;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
	}
.sp-large a {
    display:inline-block;
}

/* Panning Zoomed Image */
.sp-zoom {
    position:absolute;
    left:0;
    top:0;
    cursor:zoom;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    display:none;
}

/* Button to go full size */
.sp-full-screen {
    position: absolute;
    z-index: 1;
    display: block;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 1em;
    width: 19px;
    height: 20px;
    padding: 0 0 2px 1px;
    background: #CCCCCC;
}
.sp-full-screen a:link,
.sp-full-screen a:visited {
    background: none;
    color: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Lightbox */
.sp-lightbox {
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background:rgb(0,0,0);
    background:rgba(0,0,0,.8);
    z-index: 999;
    display: none;
}
.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

/* Remove margin in mobile view */
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin:0 0 15px 0;
    }
}

.productImageDiv2 {
	min-height: 370px;
	border: 1px solid #cccccc;
	padding-top: 10px;
	text-align: center;
	}
	
@charset "utf-8";
/* CSS Document */

.spec-box {border: 0px solid #333; width:100%; overflow:auto;}
.spec-box-left {width:50%; float: left; padding: 2px;}
.spec-box-right {width:50%; float: left; padding: 2px;}
h3 {
	border-bottom: 1px solid #414c5c;
	color: #414c5c;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	/*padding-bottom: 2px;*/
	padding: 2px;
	text-transform: uppercase;
	background-color: #dbdfe5;
}
.spec-text {}
.tp-label {font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 400; display:block; 
margin-bottom: 5px;
    padding-bottom: 5px;
	border-bottom: 1px solid #dbdfe5;}
	
	
.spec-caption {font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 400; display:block; 
margin-bottom: 5px;
    padding-bottom: 5px;
	}
	
	
#flip {
	text-align: right;
	background-color: #FFF;
	color: #414c5c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
    }

#panel {
    display: none;
	min-height: inherit;
	background-color: #fff;
	color: #414c5c;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    text-align: left;
	padding-top: 5px; 
	margin-top: 5px;
	border-top:1px solid #999;
    
}
.temp {background-color: #fff;}

