﻿/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content
        +content-main
            +shop
                =cosmetics
                =food
                =result
                =pager
-----------------------------------------------------------------------------*/

/* +content
*----------------------------------------------------------------------------*/
/* +content-main
*----------------------------------------------------------------------------*/

/**
 *
 * +shop
 *
 **/

#content-main .shop {
    margin: 0 0 5px 0;
    *margin: 0 0 5px 0;
    _margin: 0 0 5px 0;
}

#content-main .shop h1 {
    height: 38px;
    background: url(../../i/bg-shop-h1.gif) no-repeat;
    text-indent: -100000px;
}

/**
 *
 * =shopbox 
 *
 **/

#content-main .shop .shopbox {
    width: 704px;
    margin: 10px auto 0 auto;
    _margin: 5px auto 0 auto;
    padding: 20px 10px 0 10px;
    background: url(../../i/bg-shop.jpg) no-repeat;
}

#content-main .shop .shop-location {
    background: none;
}

#content-main .shop .shopbox .box {
    width: 704px;
    display: block;
    clear: both;
    overflow: hidden;
    zoom: 1;
    padding: 0 0 20px 0;
}
#content-main .shop .shopbox h3 {
    margin: 10px 0;
}
#content-main .shop .shopbox p {
    color: #4f4f4f;
    font: 13px/22px Arial, sans-serif, "新細明體";
}
#content-main .shop .shopbox p span {
    color: #ea8440;
}

#content-main .shop .shopbox p.photo-r {
    float: right;
    width: 277px;
    margin: 0 30px 0 10px;
    display: inline;
}
#content-main .shop .shopbox p.photo-l {
    float: left;
    width: 198px;
    margin: 18px 30px 0 10px;
    display: inline;
}

#content-main .shop .shopbox .case {
    width: 704px;
    display: block;
    clear: both;
    overflow: hidden;
    zoom: 1;
    padding: 5px 0;
    border-bottom: 1px dotted #9d9d9d;
}
#content-main .shop .shopbox .list {
    border-bottom: 0px dotted #fff;
}

#content-main .shop .shopbox .photo {
    width: 320px;
    
    margin: 0 0 0 0;
    display: table-cell; 
	*display: inline;
	zoom: 1;
	vertical-align: middle;   
}

#content-main .shop .shopbox .con {
    width: 342px;
    margin: 0 30px 0 0;   
    display: table-cell; 
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

#content-main .shop .shopbox .con ul {
    width: 312px;
    height: 121px;
	background: url(../../i/bg-shop-info.gif) no-repeat center;
    font: 13px/20px "新細明體", sans-serif;
    color: #52595a;
    padding: 15px 0 0 30px;
}

#content-main .shop .shopbox .con ul li {
    padding: 0 0 0 18px;
    background: url(../../i/icon-service-add.gif) no-repeat 0 6px;
}
#content-main .shop .shopbox .con ul li.header {
    padding: 0;
    background: none;
    font: bold 15px/24px "新細明體", sans-serif;
    color: #4ec6d5;
}

/**
 *
 * =pager
 *
 **/
 
#content-main .shop .pager {
    text-align: center; 
    margin: 10px 0 20px 0;
    font: 13px/18px Arial, sans-serif, "新細明體";    
    float: left;
	clear: left;
	overflow: hidden;
    width: 100%;
}

#content-main .shop .pager ul { 
    float:left;
    position:relative;
	left:50%;
    text-align: center;
}

#content-main .shop .pager ul li { 
    margin: 0 10px 0 0;    
    display:block;
	float:left;
	position:relative;
	right:50%;
}

#content-main .shop .pager ul li a { 
    color: #7cd2d6;
}

#content-main .shop .pager ul li.active,
#content-main .shop .pager ul li a:hover { 
    color: #ff7e81;
    font: 18px/20px Arial, sans-serif, "新細明體";
}

/* pre */
#content-main .shop .pager ul li.pre a {
    display: block;
    width: 58px;
    height: 18px;
    background: url(../../i/btn-member-pager-p.gif) no-repeat 0 0;
    text-indent: -100000px;
    overflow: hidden;
}
/* next */
#content-main .shop .pager ul li.next a {
    display: block;
    width: 58px;
    height: 18px;
    background: url(../../i/btn-member-pager-n.gif) no-repeat 0 0;
    text-indent: -100000px;
    overflow: hidden;
}


/* +shop-wrap
*----------------------------------------------------------------------------*/

#content-main .shop-wrap {
    margin-top: 10px;
}

#content-main .shop-wrap p.notice {
    color: #ea8440;
    font-size: 13px;
}

/**
*
* =shop-info
*
**/

#content-main .shop-wrap .shop-info {
    width: 700px;
    height: 784px;
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
    background: url(../../i/bg-shop-info02.gif) no-repeat 0 0;
}

#content-main .shop-wrap .shop-info .wrap {
    padding-top: 33px;
    background: url(../../i/bg-shop-info03.gif) no-repeat 0 0;
}

#content-main .shop-wrap .shop-info .wrap p {
    margin: 0 0 22px 365px;
    padding-right: 15px;
    background-color: #fff;
    color: #4f4f4f;
    font: 13px/22px Arial;
}

#content-main .shop-wrap .shop-info .wrap .img {
    position: relative;
    float: left;
    overflow: hidden;
    border: 3px solid #fff;
}

#content-main .shop-wrap .shop-info .wrap .img img {
    display: block;
}

#content-main .shop-wrap .shop-info .wrap .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    text-indent: 6px;
    filter: alpha(opacity=70);  /* IE */
    -moz-opacity: .7;           /* prior to FireFox 1.7 */
    opacity: .7;
}

#content-main .shop-wrap .shop-info .wrap .img1 {
    display: inline;
    margin: 9px 0 0 426px;
}

#content-main .shop-wrap .shop-info .wrap .img2 {
    display: inline;
    margin: 0 19px 0 13px;
}

#content-main .shop-wrap .shop-info .wrap .img3 {
    margin: -30px 16px 0 0;
}

#content-main .shop-wrap .shop-info .wrap .img4 {
    margin: 18px 0 50px 0;
}

#content-main .shop-wrap .shop-info .wrap p.last {
    margin: 0 0 0 239px;
    background: none;
}

/**
*
* =shop-premium
*
**/

*:first-child+html #content-main .shop-wrap .shop-premium {
    margin-bottom: 9px;
}

* html #content-main .shop-wrap .shop-premium {
    margin-bottom: 9px;
}

#content-main .shop-wrap .shop-premium h3 {
    margin-bottom: 9px;
}

#content-main .shop-wrap .shop-premium ol {
    position: relative;
    overflow: hidden;
    width: 705px;
}

#content-main .shop-wrap .shop-premium ol li {
    float: left;
    width: 393px;
    height: 81px;
    margin-bottom: 4px;
}

#content-main .shop-wrap .shop-premium ol li.premium01 {
    background: url(../../i/bg-shop-premium01.gif) no-repeat 0 0;
}

#content-main .shop-wrap .shop-premium ol li.premium02 {
    background: url(../../i/bg-shop-premium02.gif) no-repeat 0 0;
}

#content-main .shop-wrap .shop-premium ol li.premium03 {
    background: url(../../i/bg-shop-premium03.gif) no-repeat 0 0;
}

#content-main .shop-wrap .shop-premium ol li.premium04 {
    position: absolute;
    top: 0;
    left: 399px;
    width: 293px;
    height: 251px;
    margin: 0;
    background: url(../../i/bg-shop-premium04.gif) no-repeat 0 0;
}

#content-main .shop-wrap .shop-premium ol li p {
    width: 345px;
    margin: 19px 0 0 37px;
    color: #4f4f4f;
    font-size: 13px;
    line-height: 22px;
}

#content-main .shop-wrap .shop-premium ol li.premium03 p {
    margin: 6px 0 0 37px;
}

#content-main .shop-wrap .shop-premium ol li.premium04 p {
    margin: 15px 0 0 37px;
}

#content-main .shop-wrap .shop-premium ol li.premium04 ul {
    overflow: hidden;
    padding: 0 10px 0 42px;
}

#content-main .shop-wrap .shop-premium ol li.premium04 ul li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 8px;
    background: url(../../i/icon-member-04.gif) no-repeat 0 10px;
    color: #4f4f4f;
    font-size: 13px;
    line-height: 22px;
}
