﻿@font-face {
  font-family: 'HelveticaLt';
  src: url('../../Fonts/helveticaneueltstd-lt-webfont.eot?#') format('eot'),
       url('../../Fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
       url('../../Fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype');
}



.SDetailPicTD
{
    width: 400px;
}
.SDetailPic
{
    position: relative;
    width: 380px;
    height: 500px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: White;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border: solid 1px #808080;
    cursor: none;
    border-radius: 6px;
}
.SDetailPicZoom
{
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: White;
    border: solid 5px #666666;
    cursor: none;
    border-radius: 130px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
    overflow: hidden;
    -moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
 
}
.SDetailPicZoomPic
{
    position: absolute;
    width: 660px;
    height: 870px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: White;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    cursor: none;
}
.SDetailTitleFA
{
    background-color: #F0F0F0;
    width: 98%;
    height: auto;
    padding-left: 2%;
    padding-top: 12px;
    padding-bottom: 3px;
    font-family: 'HelveticaLt';
    font-size: 22px;
    text-align: left;
    color: Black;
}
.SDetailTitleEN
{
    background-color: #F0F0F0;
    width: 98%;
    height: auto;
    padding-left: 2%;
    padding-top: 12px;
    padding-bottom: 3px;
    font-family: 'HelveticaLt';
    font-size: 22px;
    text-align: left;
    color: Black;
}
.SDetailSep
{
    background-image: url('../../ImagesFA/Prd-Sep.png');
    background-repeat: repeat-x;
    background-position: center center;
    width: 100%;
    height: 30px;
    clear: both;
}
.SDetailTitle
{
    background-image: url('../../ImagesFA/Prd-Bull.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: auto;
    height: 30px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'HelveticaLt';
    font-size: 16px;
    text-align: left;
    color: #888888;
}
.SDetailTextFA
{
    width: auto;
    height: auto;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-family: 'HelveticaLt';
    font-size: 22px;
    text-align: left;
    color: Black;
}
.SDetailTextEN
{
    width: auto;
    height: auto;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-family: 'HelveticaLt';
    font-size: 20px;
    text-align: left;
    color: Black;
}
.SDetailKeyShop
{
    background-image: url('../../ImagesFA/Sign-Shop1.png');
    background-repeat: no-repeat;
    background-position: 110px center;
    background-color: #00AFA5;
    width: 110px;
    height: 28px;
    padding-right: 35px;
    padding-top: 7px;
    font-family: 'HelveticaLt';
    font-size: 14px;
    text-align: center;
    color: White;
    cursor: pointer;
    border-radius: 6px;
    -moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.SDetailKeyShop:hover
{
    background-color: #00C8BE;
}
.SDetailKeyShopDis
{
    background-color: #B40000;
    width: auto;
    height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    font-family: 'HelveticaLt';
    font-size: 14px;
    text-align: center;
    color: White;
    border-radius: 6px;
}
.SDetailKeyGallery
{
    background-image: url('../../ImagesFA/Sign-Gallery.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #00AFA5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 20px;
    -moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.SDetailKeyGallery:hover
{
    background-color: #00C8BE;
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .SDetailPicTD
    {
        width: 280px;
    }
    .SDetailPic
    {
        width: 260px;
        height: 345px;
    }
}