@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/ProximaNova-Light.otf') format('opentype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/ProximaNova-LightItalic.otf') format('opentype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: italic;
	font-weight: bold;
	src: url('../fonts/ProximaNova-SemiboldItalic.otf') format('opentype');
}

/* ******************** */

html, body {
	height: 100%;
	margin: 0;
}
body {
	font-family: 'Proxima Nova', Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
	background-color: #FFF;
}

img { border: 0; }

a {
	color: #3B65D1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

.header a {
	color: #000;
	text-decoration: none;
}
.header a:hover { text-decoration: underline; }

h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	clear: both;
}

/* ******************** */

.underline { text-decoration: underline; }
.blue a { color: #3B65D1; }
.small {
	display: block;
	margin-top: 2px;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}
.disabled { color: #AAA; }
a.boxtwo {
	color: #777;
	padding-left: 12px;
	padding-top: 1px;
	background-image: url('../../images/list.png');
	background-position: left center;
	background-repeat: no-repeat;
}

/* ******************** */

.container {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

/* ******************** */

.illustration {
	width: 300px;
	height: 600px;
	padding: 0 0 0 20px;
	float: left;
}
.illustration img { position: absolute; }
.illustration img#one { display: none; z-index: 1; }
.illustration img#two { display: none; z-index: 2; }
.illustration img#bg { z-index: 3; }

/* ******************** */

.datacontent {
	width: 550px;
	padding: 0 20px 0 0;
	float: right;
}

.infos {
	width: 400px;
	padding: 0 0 40px 0;
	float: left;
}
.infos a { color: #777; }
.infos ul {
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}
.infos ul li {
	padding-left: 15px;
	background-image: url('../../images/list.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.infos .twitter-share-button { margin-left: 20px; }

/* ******************** */

.shop {
	width: 550px;
	padding: 0 0 40px 0;
	float: left;
}

.shop form { margin-bottom: 10px; }

#shipping .choose .styled-select,
.shop .styled-select {
	margin-right: 10px;
	border: 2px solid #CCC;
	border-radius: 4px;
	float: left;
	background: url('../../images/select-arrow.png') no-repeat right #FFF;
}

#shipping .choose .styled-select {
	float: none;
}

#shipping .choose .styled-select select,
.shop .styled-select select {
	min-width: 110px;
	height: 32px;
	padding: 5px;
	font-size: 11px;
	line-height: 1;
	color: #BBB;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
}

#shipping .choose .styled-select select {
	width: 100%;
}

#shipping .choose .styled-select-button,
.shop .styled-select-button {
	font-size: 13px;
	font-weight: bold;
	min-width: 140px;
	height: 36px;
	padding: 5px;
	line-height: 1;
	color: #FFF;
	border: 0;
	border-radius: 4px;
	background-color: #ff581e;
}

#shipping .choose a.button,
.shop a.button {
	display: block;
	font-size: 13px !important;
	font-weight: bold;
	min-width: 160px;
	height: 26px;
	padding: 6px 0 4px 0;
	line-height: 1;
	color: #FFF;
	border: 0;
	border-radius: 4px;
	background-color: #ff581e;
	text-align: center;
	float: left;
}

#shipping .choose a.button {
	float: none;
}

#shipping .choose a.button:hover,
.shop a.button:hover {
	background-color: #cc4618;
	text-decoration: none;
}

#shipping .choose .size-help,
.shop .size-help {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
}

#shipping .choose .credit-cards,
.shop .credit-cards {
	margin-top: 10px;
	float: right;
}

#shipping .choose ul,
.shop ul {
	padding: 0;
	list-style: none;
}

#shipping .choose ul li,
.shop ul li {
	min-width: 40px;
	margin: 0 3px 8px 0;
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #FFF;
	background-image: url('../../images/color-swatch-mask.png');
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}
