@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

body {
	margin:0;
	padding:0;
    background-color:#fff;
    font-family: 'ReplicaLight','Lucida Grande', arial, helvetica, verdana, sans-serif;
    font-size:14px;
    
}
#container{
    width:960px;
    padding:0 0 100px 0;
    margin-left:50%;
    left:-480px;
    position:absolute;
}
#scale{
    width:720px;
    padding:0 0 100px 0;
    margin-left:50%;
    left:-360px;
    position:absolute;
    top:820px;
}
#loader{
    position:absolute;
    height:18px;
    width:720px;
    left:-360px;
    margin-left:50%;
    top:660px;
}
#box{
    width:720px;
    left:-360px;
    margin-left:50%;
    margin-top:70px;
    height:660px;
    z-index:1000;
    position:absolute;
}
#slide{
    margin-top:70px;
    width:960px;
    position:relative;
    
}

#bookTitle{
    width:960px;
    text-align:center;
    margin:40px 0 20px 0;
    padding:0;
    position:relative;
}
#description {
    margin:0 20px 0 0;
    padding:0;
    width:460px;
    float:left;
}
#buy {
    margin:0 0 1em 0;
    padding:0;
    width:240px;
    float:right;
}
#detail {
    margin:0;
    padding:0;
    width:240px;
    float:right;
    position:relative;
   }
   
p {
    color:#000;
}
ul, p, li{
	font-style:normal;
	color:black;
	margin:0;
	padding:0;
}

a {
    text-decoration:underline;
    color:black;
}
ul {
    padding:0 0 1em 1.4em;
}
ul#order{
    list-style:none;
    padding:0;
    margin: 5px 0;
    font-size:1.2em;
    display:inline;
    float:left;
    font-family:'ReplicaRegular', 'Lucida Grande', arial, helvetica, verdana, sans-serif;
}
ul#order li{
    display:inline;
    float:left;
    margin-right:8px;
    height:20px;
    padding:0 5px;
    border:2px solid #000;
}
ul#order li a{
    text-decoration:none;
    text-align:center;
}

#order li:hover{
    border-color:red;
    color:red;
}

h1, h2, h3, h4                          {font-family: 'ReplicaLight','Lucida Grande', arial, helvetica, verdana, sans-serif; font-weight:normal;}
h1 a, h2 a, h3 a, h4 a		            { font-weight:inherit; }
h1 										{ line-height:1em; margin:0 0; padding:0; font-size:3em; color: #000;  }
h2										{ line-height:1em; margin:0 0; padding:0; font-size:2.4em; color: #000; }
h3 										{ line-height:1em; margin:0 0; padding:0; font-size:1.8em; color: #000; }
h4 										{ line-height:1em; margin:0 0; padding:0; font-size:1.2em; color:#000; }
p 										{ line-height:1.4em; margin:0; padding:0 0 1.4em 0; font-size:1em;}
a:hover{
	color:red;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.uppercase{
    text-decoration:uppercase;
}
strong{
    font-weight:normal;
    font-family:'ReplicaRegular','Lucida Grande', arial, helvetica, verdana, sans-serif;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #detail {
        float:left;
    }
    #scale{
        width:560px;
    }
}

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * studiomoniker.com
 * conditionaldesign.org
 * pointerpointer.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2012
 */

@font-face {
    font-family: 'ReplicaRegular';
    src: url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-regular.eot');
    src: url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-regular.eot?#iefix') format('embedded-opentype'),
         url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-regular.woff') format('woff'),
         url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-regular.ttf') format('truetype'),
         url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-regular.svg#ReplicaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ReplicaLight';
    src: url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-light.eot');
    src: url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-light.eot?#iefix') format('embedded-opentype'),
         url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-light.woff') format('woff'),
         url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-light.ttf') format('truetype'),
         url('https://s3.amazonaws.com/do-not-touch-fonts/lineto-replica-light.svg#ReplicaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}