@charset "UTF-8";


#main h2 {
 font-size: 24px;
 line-height: 1.4em;
 margin-bottom: 15px;
}

#photothumb {
 width: 770px;
 margin-bottom: 15px;
}

.box1 { width: 490px;}

#details {
 width: 210px;
 padding: 20px;
 border: 1px solid #aaa;
}

#details .inner {
 width: 210px;
}

#details h3 {
 color: #000;
 font-size: 12px;
 line-height: 1.4em;
}

#details p {
 color: #000 !important;
 font-size: 10px !important;
}

#teika {
 color: #000;
 font-size: 12px;
}

#cartform {
 position: absolute;
 right: 0;
 bottom: 0;
}

#lightbox p {
 margin-top: 10px;
}


/* slideshow-part */
.thumbs li {
 float: left;
 font-size: 0;
 line-height: 0;
 padding-right: 5px;
 padding-bottom: 15px;
}

.slideshow-container {
 position: relative;
 height: 577px;
}

.loader {
 position: absolute;
 top: 0;
 left: 0;
 background-image: url('../images/loader.gif');
 background-repeat: no-repeat;
 background-position: center;
 width: 770px;
 height: 577px;
}

.slideshow span.image-wrapper {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}

.slideshow a.advance-link {
 text-decoration: none;
}

a {
 padding: 0 !important;
 background: none !important;
}