@font-face {
	font-family: "icon";
	src: url("../../fonts/icomoon.eot");
	src: url("../../fonts/icomoon.eot?#iefix") format("embedded-opentype"),
			 url("../../fonts/icomoon.woff") format("woff"),
			 url("../../fonts/icomoon.ttf") format("truetype"),
			 url("../../fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "light";
	src: url("../../fonts/helveticaneue-light.eot");
	src: url("../../fonts/helveticaneue-light.eot?#iefix") format("embedded-opentype"),
			 url("../../fonts/helveticaneue-light.woff") format("woff"),
			 url("../../fonts/helveticaneue-light.ttf") format("truetype"),
			 url("../../fonts/helveticaneue-light.svg#raleway-regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "regular";
	src: url("../../fonts/helveticaneue.eot");
	src: url("../../fonts/helveticaneue.eot?#iefix") format("embedded-opentype"),
			 url("../../fonts/helveticaneue.woff") format("woff"),
			 url("../../fonts/helveticaneue.ttf") format("truetype"),
			 url("../../fonts/helveticaneue.svg#raleway-regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	font-size:0.8em;
	color: #333;
	background: #fff;
	font-family: light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: regular, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

#message {
	width: 96%;
	padding: 5px 2%;
	margin: 5px 0;
	border-radius: 5px;
	background: #f66;
	color:#fff;
	cursor: pointer;
	line-height: 150%;
	display:inline-block;
}

.reset_password {
	margin: 0 5px;
	padding: 7px 12px;
	border:0;
	border-radius: 15px;
	display:inline-block;
	vertical-align:middle;
	cursor: pointer;
}

.button {
	margin: 0 5px;
	padding: 5px 12px;
	border:0;
	border-radius: 15px;
	background: #333;
	color: #fff;
	display:inline-block;
	vertical-align:middle;
	font-size:0.8em;
	cursor: pointer;
}
.button.main {
	background: #690;
}

#message-box {
	margin-top: 50px;
	margin-bottom: 200px;
}

#message-box * {
	margin: 20px 0;
}

#message-box img {
	max-height:200px;
}

select {
	width:100%;
	margin: 5px 0;
}

input[type='text'], input[type='password'], .textarea {
	border:1px solid #ddd;
	width: 96%;
	padding: 10px 2%;
	margin: 3px 0;
}

.textarea {
	height:150px;
	line-height: 150%;
}

input.narrow-input {
	width:30%;
	margin-right: 10px;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: top;
}

label {
	width:100%;
	cursor: pointer;
}

#signin, #signup {
	margin-top: 100px;
	margin-bottom: 100px;
}

h1 {
	font-size: 1.5em;
	margin: 10px 0;
}

/** notification **/
.notification {
	width: 96%;
	padding: 5px 2%;
	margin: 5px 0;
	border-radius: 5px;
	background: #f66;
	color:#fff;
	cursor: pointer;
	line-height: 150%;
	display: none;
}


#footer {
	background: #f1f1f1;
	width:100%;
	padding: 20px 0;
	text-align: center;
}

#footer a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
}

#footer a:hover {
	color:#f66;
}

/** other viewport **/
@media screen and (max-width: 767px) {
	#menu, #cart, #steps, #total {
		top: 110px;
	}	
	.navigation {
		 background: #000;
		 padding: 2px 0;
		 margin-top: 5px;
	}
	.navigation * {
		color: #fff !important;
	}
}