@CHARSET "ISO-8859-1";

/* Clear Reset */

html * {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color: #ccc;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

body {
	background-color: #0f1014;
}

a img { border: 0px; }


/* Header */

#header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 5px 10px 5px;
    text-transform: uppercase;
    background-color: #fff;
}

#header img {
	float: left;
	margin-top: 18px;
	margin-left: 10px;
}

#header ul {
    list-style-type: none;
    float: right;
}
#header ul li {
	margin-bottom: 2px;
}

#header ul li a,
#header ul li a:hover {
	text-decoration: none;
    font-size: 10pt;
    color: #999;
}
#header ul li.active a,
#header ul li.active a:hover {
	color: #000;
}



/* Wrapper */

#wrapper {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
    width: 320px;
}
body[orient="landscape"] #wrapper {	width: 480px; }

#wrapper img.home {
	margin: 0px auto;
	width: 320px;
}
body[orient="landscape"] #wrapper img.home { width: 480px; }


#wrapper div.image-home {
	margin: 0px auto;
	width: 320px;
	height: 340px;
	background: transparent url(/iphone_new/images/home04.jpg) top center no-repeat;
}
body[orient="landscape"] #wrapper div.image-home {
    width: 480px;
    height: 510px;
    background: transparent url(/iphone_new/images/home03.jpg) top center no-repeat;
}



#wrapper div.coll {
	width: 320px;
	overflow: hidden;
	margin: 11px auto;
}

#wrapper div.coll h3 {
	padding-top: 1px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 10pt;
	font-weight: normal;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    text-transform: uppercase;
}

#wrapper div.coll_picture,
#wrapper div.acc_picture {
	margin-left: 20px;
	margin-top: 5px;
}
body[orient="landscape"] div.coll_picture img{ width: 316px; height: 448px }
body[orient="profile"] div.coll_picture img{ width: 211px; height: 299px }
body[orient="landscape"] div.acc_picture img{ width: 330px; height: 440px }
body[orient="profile"] div.acc_picture img{ width: 225px; height: 300px }

#wrapper div.coll_picture span,
#wrapper div.acc_picture span {
	font-size: 10pt;
    font-weight: normal;
}

#wrapper #pagination a,
wrapper #pagination a:hover {
	text-decoration: none;
	padding: 5px 20px;
	text-transform: uppercase;
}

#wrapper div.shop { margin: 20px 10px 20px 22px; }
#wrapper div.shop div * {
    font-size: 11pt;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.4;
}
#wrapper div.shop div h5 { text-transform: uppercase; }
body[orient="landscape"] #wrapper div.shop div {
    float: left;
    width: 46%;
}
body[orient="landscape"] #wrapper div.shop div.full {
	width: 100%;
}
#wrapper div.shop img {
	margin-top: 10px;
	float: both;
	width: auto;
}
body[orient="landscape"] #wrapper div.shop img {
	float: right;
	margin: 0px;
	margin-top: 5px;
	margin-right: 20px;
}

#wrapper ul.video {	list-style-type: none; }
#wrapper ul.video li { margin: 10px; }


/* General */

.left { float: left; }
.right { float: right; }
.twothird { width: 65%; }
.onethird { width: 33%; }
.full { width: 100%; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


