/****************************** GENERAL ******************************/
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	font-size: 13px;
	line-height: 160%;
	overflow-x: hidden;
	letter-spacing: -0.4px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../image/backgrounds/bg-noise-light.png);
}
p, pre, blockquote, form, dl, ul, ol, fieldset, address {
	padding: 0;
	margin: 12px 0 15px 0;
}
fieldset {
	padding: .5em;
	border: 1px solid #444;
}
small {
	font-size: .85em;
}
strong {
	font-weight: 600;
}
.primary-define img {
	max-width: 100%;
}
.primary-define input,
.primary-define select,
.primary-define textarea {
	margin: 0;
	color: #666;
	padding: 5px 0;
	max-width: 100%;
	font-size: 14px;
	text-indent: 10px;
	letter-spacing: -0.4px;
	border: 1px solid #D0D0D0;
	border-width: 1px 0 0 1px;
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.primary-define textarea {
	padding: 5px;
	text-indent: 0;
	max-width: 97%;
}
.primary-define input[type*="file"] {
	font-family: Arial, Helvetica, sans-serif;
}
.primary-define input[type*="radio"],
.primary-define input[type*="checkbox"] {
	top: 1px;
	margin: 0;
	border: none;
	position: relative;
}
.primary-define select {
	text-indent: 0;
	cursor: pointer;
	font-weight: 600;
	padding: 7px 5px 6px 5px;
}
.primary-define label {
	cursor: pointer;
}
/* =============== DEFAULT HTML - CLEARING =============== */
.primary-define .clearbreak {
	clear: both;
}
.primary-define .clearafter:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
/* =============== DEFAULT HTML - GRID LAYOUT =============== */
.primary-define .grid-2 {
	float: left;
	width: 46.95%;
	margin: 0 1.5%;
}
.primary-define .grid-3 {
	float: left;
	width: 30.3%;
	margin: 0 1.5%;
}
.primary-define .grid-4 {
	float: left;
	width: 21.975%;
	margin: 0 1.5%;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
.primary-define h1,
.primary-define h2,
.primary-define h3,
.primary-define h4,
.primary-define h5,
.primary-define h6 {
	color: #666;
	font-weight: 600;
	line-height: 120%;
}
.primary-define h1 {
	color: #444;
	font-size: 22px;
	padding-bottom: 18px;
	margin: 25px 0 10px 0;
	background: url(../image/backgrounds/bg-double-line.png) left bottom repeat-x;
}
.primary-define h2 {
	color: #525252;
	font-size: 22px;
	margin: 15px 0 10px 0;
}
.primary-define h3 {
	margin: 0.3em 0;
	font-size: 18px;
	font-weight: 400;
}
.primary-define h4 {
	margin: 0.3em 0;
	font-size: 1.25em;
	font-weight: 400;
}
.primary-define h5,
.primary-define h6 {
	margin: 0.3em 0;
	font-size: 1.1em;
	font-weight: 400;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
.primary-define a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define a:hover {
	text-decoration: underline;
}
.primary-define a img {
	border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
.primary-define ul li {
	padding: 0;
	margin: 0.3em 0 0.3em 1.6em;
}
.primary-define ol li {
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}
/* =============== DEFAULT HTML - ICONS =============== */
/* .primary-define [class*="icon-"] {
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
} */
.primary-define .icon-grid {
	background: url(../image/icons/icon-grid.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-list {
	background: url(../image/icons/icon-list.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-wishlist-white {
	background: url(../image/icons/icon-wishlist-white.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-wishlist-grey {
	background: url(../image/icons/icon-wishlist-grey.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-compare-grey {
	background: url(../image/icons/icon-compare-grey.png) left 1px no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-grid-grey {
	background: url(../image/icons/icon-grid-grey.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-list-grey {
	background: url(../image/icons/icon-list-grey.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-cart-white {
	background: url(../image/icons/icon-cart-white.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-user-white {
	background: url(../image/icons/icon-user-white.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
.primary-define .icon-checkout-white {
	background: url(../image/icons/icon-checkout-white.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
}
/* =============== DEFAULT HTML - BUTTONS =============== */
.primary-define .button {
	color: #fff;
	border: none;
	text-indent: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 15px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .button:hover {
	text-decoration: none;
	background-color: #666;
}
/* =============== DEFAULT HTML - NOTIFICATIONS =============== */
.primary-define #notification {
	top: 80px;
	z-index: 3;
	opacity: 0;
	right: 20px;
	width: 300px;
	position: fixed;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define #notification.active {
	top: 20px;
	opacity: 1;
	visibility: visible;
}
.primary-define #notification a {
	color: #D54D48;
}
.primary-define #notification > div {
	margin: 0;
	width: auto;
}
.primary-define .success,
.primary-define .warning,
.primary-define .attention,
.primary-define .information {
	color: #555555;
	margin: 0 auto 15px auto;
	padding: 10px 30px 10px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;		 /* Opera/IE 8+ */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
}
.primary-define .success {
	background: #fff url(../../default/image/success.png) 10px center no-repeat;
}
.primary-define .warning {
	background: #FFD1D1 url(../../default/image/warning.png) 10px center no-repeat;
}
.primary-define .attention {
	background: #FFF5CC url(../../default/image/attention.png) 10px center no-repeat;
}
.primary-define .success .close,
.primary-define .warning .close,
.primary-define .attention .close,
.primary-define .information .close {
	top: 50%;
	right: 15px;
	cursor: pointer;
	margin-top: -7px;
	position: absolute;
}
.primary-define .required {
	color: #C54032;
	margin-left: 4px;
	font-weight: 700;
}
.primary-define .error {
	display: block;
	color: #FF0000;
}
.primary-define .help {
	color: #999;
	font-size: 10px;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
/* REGISTER - LOGIN - AFFILIATE */
.primary-define #content .content:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define #content .content .left {
	float: left;
	width: 48%;
}
.primary-define #content .content .right {
	float: right;
	width: 48%;
}
/* BUTTONS IN REGISTER - LOGIN - AFFILIATE */
.primary-define .buttons {
	border-top: 1px solid #eee;
}
.primary-define .buttons:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .buttons .left {
	float: left;
	text-align: left;
}
.primary-define .buttons .right {
	float: right;
	text-align: right;
}
.primary-define .buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.primary-define .buttons .button {
	margin: 10px 0;
}
/* =============== PAGINATION =============== */
.primary-define .pagination {
	z-index: 1;
	margin: 10px 0;
	position: relative;
	text-align: center;
}
.primary-define .pagination .links {
	padding: 20px 0 10px 0;
}
.primary-define .pagination .links a,
.primary-define .pagination .links b {
	color: #fff;
	margin: 0 1px;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.primary-define .pagination .links b {
	font-weight: 400;
}
/* =============== TABLE =============== */
.primary-define table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.primary-define table.form td {
	padding: 4px;
}
.primary-define table.form td:first-child {
	font-weight: 600;
	white-space: nowrap;
}
.primary-define table.form td select,
.primary-define table.form td input[type*="text"],
.primary-define table.form td input[type*="password"] {
	width: 100%;
}
.primary-define table.form td input[name*="postcode"] {
	width: auto;
}
.primary-define .left > table.form td,
.primary-define .right > table.form td {
	display: block;
}
.primary-define table.list {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.primary-define table.list td {
	padding: 7px;
}
.primary-define table.list td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.primary-define table.list td b {
	font-weight: 600;
}
.primary-define table.list td.name {
	text-align: left;
	font-weight: 600;
}
.primary-define table.list .right {
	text-align: right;
}
.primary-define table.list thead td {
	color: #666;
	font-weight: 600;
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define table.list tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.primary-define table.list tbody td.quantity input[type='text'] {
	min-width: 35px;
	font-weight: 600;
}
.primary-define table.list tbody td.quantity input[type='image'],
.primary-define table.list tbody td.quantity img {
	padding: 0;
	border: none;
	vertical-align: middle;
	background-color: #fff;
}
.primary-define table.list tbody td.price,
.primary-define table.list tbody td.total {
	color: #C64132;
}
.primary-define table.list tbody span.stock {
	color: #F00;
	font-weight: 700;
}
.primary-define table.radio {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.primary-define table.radio td {
	padding: 5px;
	vertical-align: top;
}
.primary-define table.radio td label {
	display: block;
	font-weight: 600;
}
.primary-define table.radio tr td:first-child {
	width: 1px;
}
.primary-define table.radio tr td:first-child input {
	margin-top: 1px;
}