@charset "UTF-8";
@import url("mobile.css");
/* CSS Document */



/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
		box-sizing: border-box;	
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box; 
	
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
		display: block; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	input, select, textarea, button {
		box-sizing: border-box;	
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box; 
	}


/* #Basic Layouts
================================================== */
body {
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 1;
	font-weight: normal;
 }
 
/* Box Setting
================================================== */
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
.Clear {
	clear:both;
}
.W100 {
	width:100%;
}
.W50 {
	width:50%;
}
.W33 {
	width:33%;
}



/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #222222;
	font-family: "Helvetica Neue", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
}
h1 {
	font-size: 34px;
	margin-bottom: 20px;
	font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
h2 {
	font-size: 24px;
	font-size: 24px;
	font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h3 {
	font-size: 20px;
	color: #000;
}
h4 {
	font-size: 13px;
	margin-bottom: 4px;
	color: #000;
}
h5 {
	font-size: 12px;
	line-height: 14px;
}
h6 {
	font-size: 11px;
}
p {
	line-height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
p img {
   margin: 0; 
   }
q {
	font-size: 13px;
	line-height: 14px;
}
s { color:#999; }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
b { font-weight: bold; }
small { font-size: 80%; }

hr {
	clear: both;
	height: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}



/* #Text formats 
================================================== */
.TextL {
	font-size: 13px;
}
.TextXL {
	font-size: 14px;
}
.TextXXL {
	font-size: 26px;
}
.TextS {
	font-size: 11px;
}
.TextXS {
	font-size: 10px;
}
.TextCenter {
	text-align:center;
}
.TextRight {
	text-align:right;
}
.TextMiddle {
	vertical-align:middle;
}
.block {
	display: block;
}
.StraightLine {
	text-decoration: line-through;
}
.TextWeighLight {
	font-weight: 300;
}


/* #Color
================================================== */
.ColorDarkGray {
	color: #53585F;
}

.ColorError {
	color: #F00;
}
.ColorHighlight {
	color: #CCCCCC;
}


/* #Links
================================================== */
	a, a:visited {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	a:hover, a:focus {
}


/* #Lists
================================================== */
ul, ol {
}
ul { 
    list-style: none outside;
	}
ol { 
	list-style: decimal; 
}
ol, ul.square, ul.circle, ul.disc {
}
ul.square { 
    list-style: square outside; 
}
ul.circle { 
    list-style: circle outside; 
}
ul.disc { 
    list-style: disc outside; 
}	





/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto; 
}
 

/* #Site Structure
================================================== */
menu {
	background-color: #000;
	height: 45px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	font-size: 26px;
	font-weight: 800;
	z-index: 5;
}
.MenuLinks {
	padding-top: 8px;
	margin-right: 15px;
}
.MenuLinks a{
	display: inline-block;
	margin-right: 5px;
	color: #434343;
}
.MenuLinks a:HOVER {
	color:#FFF;
	
}
a.MenuLinksActive {
	display: inline-block;
	margin-right: 5px;
	color: #FFF;
}
.MenuLinksActive a:HOVER {
	color:#FFF;
	
}
.CartLink {
	background-image: url(img_shop/shopping_cart_gray.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 38px;
	background-size: 100%;
	margin-right: 35px;
	margin-top: 10px;
	display: block;
	color: #FFF;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	padding-left: 10px;
}
.CartLink:HOVER{
	background-image: url(img_shop/shopping_cart.png);
	background-repeat: no-repeat;
	color: #000;
}
.BottomLogo {
	background-image: url(img/BottomLogo_Arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 27px;
	width: 135px;
	margin-top: 9px;
	margin-left: 40px;
	background-position: center center;
	display: block;
}

/* #Shop
================================================== */
.ShopOuter{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 75px;
}
.ItemTopBox {
	height: 460px;
}
.BuyButton {
	height: 48px;
	width: 48px;
	display: inline-block;
	border-radius: 23px;
	color: #FFF;
	background-color: #000;
	font-weight: 300;
	font-size: 21px;
	text-align: center;
	margin-bottom: 12px;
	padding-top: 13px;
	line-height: 18px;
	letter-spacing: 1px;
}
a.BuyButton:hover {
	color: #FFF;
}
a.BuyButton:visited {
	color: #FFF;
}
.OutOfStockButton {
	height: 48px;
	width: 48px;
	display: inline-block;
	border-radius: 23px;
	color: #FFF;
	background-color: #000;
	font-weight: 300;
	font-size: 17px;
	text-align: center;
	margin-bottom: 12px;
	padding-top: 7px;
	letter-spacing: 1px;
}
a.OutOfStockButton:hover {
	color: #FFF;
}
a.OutOfStockButton:visited {
	color: #FFF;
}
.ShopOuter h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}
.ShopOuter h2{
}
.ShopOuter p{
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 14px;
	line-height: 1.4em;
}

.ShopOuter p a{
	color: #000;
	text-decoration: underline;
}
.ShopOuter p a:hover{
	text-decoration: none;
}
a.SocialShare {
	font-weight: bold;
	color: #A6AAA9;
	font-size: 15px;
}
a.SocialShare:hover {
	color: #000;
}
/* #Shop Category view
================================================== */
.ShopCatBox {
	text-align: center;
	white-space: nowrap;
}
.ShopCatBox a:hover {
	transparent : 75%;
}
.CatManymals {
	margin-top: 283px;	
}
.CatManymals a{
	display: inline-block;
	width: 150px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	text-align:left;
}
.CatManymals h1 {
	margin-top: 177px;
	font-size: 15px;
	font-weight: bold;
}

.CatManymals h2{
	font-size: 15px;
	font-weight: 300;
	margin-top: 5px;
}
.CatGorilla {
	padding-left: 68px;
}
.CatSloth {
	padding-left: 56px;
}
.CatKoala {
	padding-left: 77px;
}
.CatBat {
	padding-left: 76px;
}
.CatBoa {
	padding-left: 58px;
}
.CatOlli {
	margin-top: 125px;
}
.CatOlli a{
	display: inline-block;
	width: 335px;
	height: 350px;
	background-repeat: no-repeat;
	
}
.CatOlli h1 {
	margin-top: 335px;
	font-size: 15px;
	font-weight: bold;
}
.CatWhiteCushion {
	background-size: 97%;
	margin-right: 15px;
}
.CatBlackCushion {
	background-size: 100%;
	background-position: center 2px;
	margin-left: 15px;
}

.CatBottomLogo {
	position: fixed;
	bottom: 55px;
}

/* #Manymals
================================================== */

.ManymalsItem1 {
	height: 190px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
}
.ManymalsItem2 {
	height: 270px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.ManymalsCategoryLogo {
	height: 30px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.ManymalsCategoryLogo img {
	height: 19px;
	width: 118px;
}

/* #Olli
================================================== */
.OlliItem1 {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	height: 415px;
	padding-top: 125px;
}
.OlliItem1 img{
    height: 290px;
	width:auto;
}
.OlliCategoryLogo {
	height: 30px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.OlliCategoryLogo img {
	height: 24px;
	width: 33px;
}

/* #Table
================================================== */
.TableItem1 {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	height: 415px;
	padding-top: 25px;
	text-align: center;
}
.TableItem1 img {
	height: 385px;
	width: auto;
}




/* #Member area 
================================================== */
.MemberNavi a {
	color: #A6AAA9;
	height: 34px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	margin-left: 10px;
}
	
.MemberNavi a:hover {
	color: #000;
}
a.MemberNaviActive {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	background-color: #000;
}
a.MemberNaviActive:hover {
	color: #fff;
}
.MemberNaviActive:visited {
	color: #fff;
}
.MemberSideItemBox  {
	padding-bottom: 10px;
	padding-top: 15px;
}
.MemberSideItemBox button{
	width:100%;
}
.MemberSideItemBox button:hover{
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #000;
}

.OrderHistoryBox {
	background: #f8f8f8;
	padding: 30px;

}
.OrderHistoryBox hr {
	margin-top: 30px;
}

.OrderHistoryBox h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.OrderHistoryBox h6 {
	line-height: 1.2em;
}
.OrderHistoryCat {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-bottom: 15px;
}
.OrderHistoryCatL {
	width: 32%;
	margin-right: 2%;
}
.OrderHistoryCatR {
	width: 65%;
}
.OrderHistoyItem {
	float: left;
	width: 50%;
	margin-right;
	margin-bottom: 15px;
}

.OrderHistoyItem div {
	background-color: #FFF;
	height: 80px;
	width: 80px;
	display: block;
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
	background-image: url(img_samples/black_olli.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
}

.OrderDetailsOptionBox {
	padding-top: 27px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.OrderDetailsOptionBox h4{
	font-weight: bold;
	margin-bottom: 5px;
}
.OrderDetailsOptionBox p{
	font-size: 11px;
	line-height: 1.2em;
}
.OrderDetails {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.OrderDetailsEnd {
	width: 32%;
	float: right;
}
.OrderDetailTotal {
	margin-top: 20px;
}
.DetailTotalL {
	float: left;
	margin-bottom: 12px;
}
.DetailTotalR {
	float: right;
	margin-bottom: 12px;
}


/* #Email Template
================================================== */
.EmailOuter {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 25px;
}
.EmailOuter h1 {
	margin-bottom: 15px;
}
.EmailRegularBody {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3em;
}
.EmailRegularBody a {
	color: #000;
	text-decoration: underline;
}
.EmailHeaderLogo {
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 65px;
}
.EmailHeaderLinks {
	color: #333;
	margin-top: 60px;
}
.EmailHeaderLinks a {
	color: #000000;
	height: 34px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	border: 1px solid #000;
	padding-right: 15px;
	padding-left: 15px;
}
.EmailHeaderLinks a:hover {
	color: #FFF;
	background-color: #000;
}
.EmailItemBox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 20px;
	padding-top: 20px;
}
.EmailItemLeft {
}
.EmailItemRight {
}
.EmailItemLeft a {
	width: 85px;
	margin-right: 15px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	height: 85px;
	background-color: #FFF;
	background-image: url(img_samples/koala_manymals.png);
	background-size: 90%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.EmailBottomTotal {
	margin-bottom: 35px;
}
.EmailBottomDetails h1 {
	margin-bottom: 25px;
}
.EmailBottomDetails h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.EmailBottomDetails p {
	font-size: 12px;
	margin-bottom: 20px;
}
a.FooterLink {
	text-decoration: underline;
}
.EmailTrackLinks {
	margin-bottom: 25px;
	text-align: center;
}
.EmailTrackLinks a {
	display: inline-block;
	color: #000;
	height: 34px;
	border: 1px solid #000;
	width: 180px;
	text-align: center;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
}


/* #About
================================================== */
.about{
	color: #FFF;
	background-color: #000;
	width: 100%;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2em;
}
.centering{
	background-color: #000;
}
