/**

	Site Name: Superga
	Site URI: http:superga.co.uk
	Version: 1.0
	Author: Graeme Pirie

*/

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

Reset

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

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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! */
a:focus, input:focus, button:focus, textarea:focus {
	outline: 1px dotted #000;
	overflow: hidden;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del, s {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/* Form Elements */

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"], .go-back {
	cursor: pointer;
	opacity: 0.9;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

input[type="submit"]:hover, .go-back:hover {
	opacity: 1;
}

-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color:    #333;
}

textarea {
	resize: none;
	overflow: auto;
}

/* Evil Elements */
font {
	display: none;
}

button, input, select, textarea {
	margin: 0;
}

input, select {
	vertical-align: middle;
}

input[type="search"] {
	-webkit-appearance: input;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

/* Clear fix (clear floated elements so they have weight in the page) */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

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

Page Elements

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

html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/bgbig.jpg) top left repeat-x #fff;
	font-family: ColaborateLightRegular, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: center;
	font-size: 16px;
	color: #030B3C;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 1px;
}

html > :first-child {
	margin-top: 0;
}

#content {
	position: relative;
	margin-top: 18px;
}

.skip-links {
	display: none;
	height: 0;
}

.error {
	color: #D71E26;
}

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

Typography

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

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('fonts/colabbol-webfont.eot');
    src: url('fonts/colabbol-webfont.eot?iefix') format('eot'),
         url('fonts/colabbol-webfont.woff') format('woff'),
         url('fonts/colabbol-webfont.ttf') format('truetype'),
         url('fonts/colabbol-webfont.svg#webfontuLPm4FA6') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('fonts/colablig-webfont.eot');
    src: url('fonts/colablig-webfont.eot?iefix') format('eot'),
         url('fonts/colablig-webfont.woff') format('woff'),
         url('fonts/colablig-webfont.ttf') format('truetype'),
         url('fonts/colablig-webfont.svg#webfontNSXRJw4E') format('svg');
    font-weight: normal;
    font-style: normal;
}

#product-aside h2, .pagination a, .story p {
	font-family: ColaborateLightRegular, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('fonts/colabmed-webfont.eot');
    src: url('fonts/colabmed-webfont.eot?iefix') format('eot'),
         url('fonts/colabmed-webfont.woff') format('woff'),
         url('fonts/colabmed-webfont.ttf') format('truetype'),
         url('fonts/colabmed-webfont.svg#webfontdqXHencS') format('svg');
    font-weight: normal;
    font-style: normal;
}

#order-summary h3, #costs label, .content-page em {
	font-family: ColaborateMediumRegular, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('fonts/colabreg-webfont.eot');
    src: url('fonts/colabreg-webfont.eot?iefix') format('eot'),
         url('fonts/colabreg-webfont.woff') format('woff'),
         url('fonts/colabreg-webfont.ttf') format('truetype'),
         url('fonts/colabreg-webfont.svg#webfontHgo1UqjN') format('svg');
    font-weight: normal;
    font-style: normal;
}

.story h1, h2, #order-summary td.thumb, #minamount, #maxamount {
	font-family: ColaborateRegular, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('fonts/colabthi-webfont.eot');
    src: url('fonts/colabthi-webfont.eot?iefix') format('eot'),
         url('fonts/colabthi-webfont.woff') format('woff'),
         url('fonts/colabthi-webfont.ttf') format('truetype'),
         url('fonts/colabthi-webfont.svg#webfontvZvSWH0s') format('svg');
    font-weight: normal;
    font-style: normal;
}

#search, #content-search, .enquiries input, .enquiries textarea {
	font-family: ColaborateThinRegular, "Helvetica Neue", Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 1.438em;
	margin-bottom: 15px;
	font-weight: normal;
}

h2 {
	font-size: 1.125em;
	margin-bottom: 18px;
	font-weight: normal;
}

h3{

}

h4 {
	font-size: 0.75em;
	line-height: 1.167em;
	font-weight: normal;
}

h5 {

}

h6 {

}

p, .vcard, .vevent, table, blockquote {
	font-size: 0.875em;
}

.content-page p, .content-page .vcard, .content-page .vevent, .content-page table, .content-page blockquote, .content-page em,
.content-page ul, .content-page-about p, .content-page-about .vcard, .content-page-about .vevent, .content-page-about table,
.content-page-about blockquote, .content-page-about em, .content-page-about ul, .press-page p, .press-page .vcard, .press-page .vevent,
.press-page table, .press-page blockquote, .press-page em, .press-page ul, .search-results p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 28px;
	font-family: Helvetica, Arial, sans-serif;
}

.content-page.sizesPage {
	overflow:hidden!important;
}

p.success {
	background: #b3e586;
	border: 1px solid #4c9b05;
	padding: 3px;
	width: 174px;
	margin-bottom: 10px;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ul {

}

blockquote {
	margin-left: 20px;
}

a {
	text-decoration: none;
	color: #00093c;
}

a:hover {

}

small {
	text-transform: uppercase;
	font-size: 0.563em;
	color: #999;
	font-family: helvetica, arial, verdana, sans-serif;
}

small a {
	color: #999;
	font-family: helvetica, arial, verdana, sans-serif;
}

/* contents that are no longer accurate or no longer relevant and that therefore has been "struck" from the document. */
s {
	text-decoration: line-through;
}

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

Header

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

#header {
	position: relative;
	width: 960px;
	height: 100px;
}

#header a.logo {
	float: left;
	display: block;
	margin: 17px 0 0 0;
}

#header .section, #header section {
	position: absolute;
	right: 0;
	top: 0px;

	color: #00093B;
	background: url(/images/bag.jpg) right 1px no-repeat;
}

.currency {
	position: absolute;
	top: 18px;
	left: 304px;
}

.currency li {
	line-height: 16px;
	padding: 0 0 5px 25px;
	font-size: 12px !important;
	float: left;
	margin: 0 34px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.head-delivery {
	background: url(/images/deliveryicon.jpg) top left no-repeat;
}

.contact {
	background: url(/images/bubbleicon.jpg) top left no-repeat;
}

.change-currency {
	position: relative;
}
.GBP_flag{
	background: url(/images/gbicon.jpg) 0 16% no-repeat;
}
.EUR_flag{
	background: url(/images/eu-flag.gif) 0 16% no-repeat;
}
.USD_flag{
	background: url(/images/us-flag.gif) 0 16% no-repeat;
}
.RUB_flag{
	background: url(/images/ru-flag.gif) 0 16% no-repeat;
}

	.change-currency ul{
		padding: 4px 0;
		background: rgb(239,239,239);
		background: rgba(239,239,239,0.9);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.125);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.125);
		-o-box-shadow: 0 0 5px rgba(0,0,0,0.125);
		-ms-box-shadow: 0 0 5px rgba(0,0,0,0.125);
		box-shadow: 0 0 5px rgba(0,0,0,0.125);
	}
	.change-currency ul li{
		padding: 4px 8px;
	}
	.change-currency ul li a{
		padding-left: 28px;
		line-height: 12px;
	}

.rl {
	position: absolute;
	top: 100%;
	left: -9px;
	z-index: 2000;
	display: none;
	background: #fff;
	width: 140px;
	border: 1px solid #C1C5CB;
}

.rl li {
	padding: 5px 5px 0 5px;
	margin: 0;
	clear: both;
	float: none;
	font-size: 16px;
}

.change-currency:hover .rl {
	display: block;
}

.mini-basket {
	position: absolute;
	right: 0;
	top: 0;
	width: 136px;
	padding: 0 0 10px 45px;
	background: url(/images/headerbag.jpg) center left no-repeat;
	height: 58px;
	z-index: 5001;
}

.mini-basket p {
	margin-top: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.view-bag {
	position: absolute;
	bottom: 15px;
	left: 45px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}

.checkout {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #fff;
	background: #e03940;
	width: 84px;
	height: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: 600;
}

#basket-preview {
	position: absolute;
	right: 0;
	top: 68px;
	width: 283px;
	background: rgb(239,239,239);
	background: rgba(239,239,239,0.9);
	color: #00093C;
	border: 1px solid #c5c5c5;
	overflow: hidden;
	display: none;
	z-index: 5000;
	font-size: 14px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	box-shadow: 0 0 5px rgba(0,0,0,0.125);
	padding-top: 8px;
}

.no-js .mini-basket:hover #basket-preview {
	display: block;
}

#basket-preview h2 {
	line-height: 2;
	padding: 0 13px;
	margin-bottom: 10px;
}

#basket-preview table {
	width: 257px;
	margin: 0 auto;
}

#basket-preview td {
	vertical-align: top;
	padding: 0 0 10px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#basket-preview td.description {
	width: 170px;
}

#basket-preview td.image {
	width: 55px;
}

#basket-preview td.image .basketimage {
  height:40px;
  margin-right:15px;
  line-height:40px;
  height:40px;
  background:#fff;
  overflow:hidden;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	box-shadow: 0 0 5px rgba(0,0,0,0.125);
  text-align:center;

}

#basket-preview td.image .basketimage img {
  float:none;
  vertical-align:middle;
  margin:0;
}

#basket-preview td.remove {
	text-align: right;
	font-weight: bold;
}

	#basket-preview td a.rem_image{
		background: url('/images/remove.png');
		text-indent: -10000px;
		display: block;
		width: 15px;
		height: 15px;
		line-height: 0px;
		font-size: 0px;
		overflow: hidden;
	}

#basket-preview table a {
	color: #ff6000;
	display: block;
}

#basket-preview p {
	font-size: 18px;
	line-height: 2;
	text-indent: 17px;
	font-weight: bold;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin: 0 0 1em 0;
}

#basket-preview p.mini-price {
	font-family: ColaborateLightRegular,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

#basket-preview .preview-checkout {
	position: absolute;
	right: 17px;
	bottom: 29px;
	font-weight: bold;
	color: #E03940;
}

#header .section li.currency-icons, #header section li.currency-icons {
	font-family: Helvetica, Arial, sans-serif;
	border:none;
	padding: 2px 20px 0 0;
}

#header .section li.currency-icons img, #header section li.currency-icons img {
	vertical-align: text-top;
}

#header .section li.view-bag, #header section li.viewbag {
	border-right: none;
}

#header .section form, #header section form {

}

#search {
	border: 1px solid #E8BBBB;
	border: 1px solid rgba(232,187,187,0.6);
	line-height: 14px;
	height: 14px;
	width: 161px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	display: block;
}

#searchform {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 181px;
	z-index: 3000;
}

#searchtop {
	border: 1px solid #E8BBBB;
	border: 1px solid rgba(232,187,187,0.6);
	line-height: 14px;
	height: 14px;
	width: 148px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	display: block;
}


#searchbtn {
	float: left;
	width: 25px;
	height: 22px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(/images/searchbtn.jpg) top left no-repeat;
	border: 0;
}

#searchbtntop {
	float: left;
	width: 25px;
	height: 22px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(/images/searchbtn.jpg) top left no-repeat;
	border: 0;
}

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

Navigation

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

#nav {
	top: 80px;
	left: 300px;
	position: absolute;
}

#nav li {
	float: left;
	margin-right: 26px;
	position: relative;
	font-size: 1.125em;
}

#nav li.last {
	margin: 0;
}

#nav a {

}


/* Drop down */
#nav li ul {
	display: none;
	position: absolute;
	top: 17px;
	left: -55px;
	z-index: 10000;
	width: 167px;
	background: url(/images/subnavbg.jpg) top left no-repeat #fff;
	padding-top: 5px;
	border-bottom: 1px solid #d7d6d6;
}

#nav li:hover ul {
	display: block;
}

#nav li ul a {
	display: block;
	background: #fff;
	width: 135px;
	font-size: 0.875em;
	line-height: 1.125em;
	padding: 0 15px 3px 15px;
}

#nav li li {
	border: 1px solid #d7d6d6;
	border-top: 0;
	border-bottom: 0;
}

#nav li li.first {
	padding-top: 15px;
}

#nav li li.last {
	padding-bottom: 10px;
}

#nav li ul a:hover {
	border: 0;
}

#nav li:hover ul li:first-child {
	margin-top: 10px;
}

.no-js #nav ul ul {
	display: none;
}

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

Homepage

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

#home-video {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5000;
	display: block;
	width: 919px;
	height: 548px;
}

.home-skip, .view-range {
	background: url("/images/bgbig.jpg") top left no-repeat;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 8000;
	-webkit-box-shadow: -5px 0 5px rgba(0,0,0,0.25);
	-moz-box-shadow: -5px 0 5px rgba(0,0,0,0.25);
	-ms-box-shadow: -5px 0 5px rgba(0,0,0,0.25);
	-o-box-shadow: -5px 0 5px rgba(0,0,0,0.25);
	box-shadow: -5px 0 5px rgba(0,0,0,0.25);
}

.view-range {
	left: 20px;
	right: auto;
	-webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
	-ms-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
	-o-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
	box-shadow: 5px 0 5px rgba(0,0,0,0.25);
}

#home-video video {
	display: block;
}

.video-js {
	background: #fff;
}

.slideshow {
	overflow: hidden;
	height: 549px !important;
}

#featured, #about-images, #new-featured {
	position: relative;
	padding: 19px;
	z-index: 1000;
	margin-bottom: 30px;
}

#new-featured {
	overflow: hidden;
	background: #fff;
	margin: 0;
}

.top {
	background: url(/images/imagestop.png) no-repeat scroll left top;
	display: block;
	height: 50px;
	width: 1020px;
	position: absolute;
	top: -18px;
	left: -32px;
	z-index: -1;
}

.featured-images {
	position: relative;
	z-index: 1000;
	overflow: hidden;
	height: 493px;
}

.featured-images img {
	height: 493px;
	width: 922px;
}

.right {
	background: url(/images/imagesright.png) no-repeat scroll left top;
	display: block;
	height: 500px;
	width: 60px;
	position: absolute;
	top: 19px;
	right: -28px;
}

#new-featured .right {
	right: -23px;
	top: 1px;
	width: 43px;
	background: url(/images/sliderRight.png) top left;
}

#new-featured .left {
	width: 51px;
	background: url(/images/sliderLeft.png) top right;
}

#new-featured img {
	border: 1px solid #C1C5CB;
}

.bottom {
	background: url(/images/imagesbottom.png) no-repeat scroll left top;
	display: block;
	height: 61px;
	width: 1020px;
	position: absolute;
	top: 512px;
	left: -28px;
}

.left {
	background: url(/images/imagesleft.png) no-repeat scroll left top;
	display: block;
	height: 500px;
	width: 52px;
	position: absolute;
	top: 1px;
	left: -31px;
}

.orbit-bullets {
	bottom: -19px;
	margin-left: 0;
	z-index: 5000;
}

.orbit-bullets li {
	background: url(/images/slidebullet.jpg) top left no-repeat;
	width: 10px;
	height: 9px;
}

.orbit-bullets li.active {
	background: url(/images/activeslide.jpg) top left no-repeat;
	width: 10px;
	height: 9px;
}

.timer {
	display: none;
}

.top-categories {
	margin-bottom: 59px;
}

.top-categories h1, .best-sellers h1, h1.buzz, .category h1 {
	margin-left: 20px;
}

.categories {
	overflow: hidden;
	margin-bottom: 26px;
	border-top: 1px solid #e2e2e2;
	padding-top: 4px;
}

.best-sellers {
	margin-bottom: 26px;
}

.best-sellers .categories {
	overflow: visible;
}

.categories li {
	float: left;
	width: 230px;
	background: url(/images/categoriesbg.jpg) top right no-repeat;
	padding: 0 6px 0 7px;
	text-align: center;
	position: relative;
	margin-bottom: 47px;
}

.best-sellers .categories li {
	margin-top: 16px;
	margin-bottom: 0;
	position: relative;
}

.best-sellers .categories li:nth-child(4n) {
	padding: 0;
	background: none;
}

.best-sellers .categories li.last {
	padding: 0;
	background: none;
}

.top-categories .categories li {
	margin-bottom: 0;
}

.categories li.last {
	padding: 0;
	background: none;
}

.categories img {
	display: block;
	text-align: center;
	margin-bottom: 3px;
}

.categories a {
	/*text-align: center;*/
	display: block;
}

.price {
	/* color: #C0373F; red orig */
	color: black;
	font-size: 12px;
	margin-top: 3px;
	font-family:  Helvetica, Arial, sans-serif;
}

.sale .price {
color: #c0373f;
}

.price s {
	color: #8C8D8F;
}

.sale {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.preview {
	width: 270px;
	height: 163px;
}

.csstransitions .preview {
	opacity: 0;
	background: #fff;
	width: 270px;
	height: 163px;
	position: absolute;
	top: 0;
	left: -13px;
	z-index: 2000;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.csstransitions .categories li:hover .preview {
	opacity: 1;
}

.boxshadow .categories li:hover .preview {
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 50px rgba(0,0,0,0.4);
	box-shadow: 0 0 50px rgba(0,0,0,0.4);
}

.no-boxshadow .categories li:hover .preview {
	padding: 20px;
	width: 270px;
	height: 163px;
}

.no-csstransitions .preview {
	display: none;
	background: #fff;
	width: 270px;
	height: 163px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	overflow: hidden;
}

.preview {
	overflow:hidden;
}

.preview img {
	position:relative;
	margin:-100px 0 0 -100px;
	/*width: 270px;
	height: 163px;*/
	display: block;
}

.no-csstransitions .categories li:hover .preview {
	display: block;
}

.preview-details {
	height: 29px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	text-align: left;
	background: #2c2b2b;
	background: url(/images/previewbg.png) top left repeat;
	background: rgba(44,43,43,0.9);
	z-index: 8000;
	cursor: pointer;
}

.preview-details p {
	color: #fff;
	/*float: left;
	width: 140px;*/
	font-size: 0.786em;
	margin-bottom: 2px;
	text-align: left;
}

.preview-details p.view {
	float: right;
	color: #fff;
	display: block;
	font-size: 0.938em;
	line-height: 29px;
	width: auto;
	margin: 0;
}

.preview-details a {
	color: #fff;
}

.social {
	overflow: hidden;
	width: 100%;
}

.social h1 {
	float: left;
}

.social aside {
	float: right;
}

.socialaside {
	float: right;
	display: inline;
	margin-right: 16px;
}

.social aside a, .socialaside a {
	display: block;
	float: right;
	margin-right: 5px;
}

.stories {
	overflow: hidden;
	clear: both;
	background: url(/images/superga-social-back.jpg) ;
}

a.twitter {
	margin-right: 5px;
}

.news, .tweet, .facebook {
	float: left;
	width: 283px;
	padding: 27px 19px 0 20px;
	border-top: 1px solid #e2e2e2;
	background: url(/images/categoriesbg.jpg) center right no-repeat;
	min-height: 220px;
}

.news {
	clear: both;
	width: 301px;
}

.tweet {
	padding-right: 11px;
}

.facebook {
	background: 0;
	margin-right: 0;
	padding: 27px 0 0 23px;
	float: left;
}

.story {
	margin-bottom: 46px;
	font-size: 0.875em;
	line-height: 1.2;
}


.story h1 {
	font-size: 1em;
	margin-bottom: 9px;
	float: none;
	line-height: 1.2;
	font-family: Helvetica, Arial, sans-serif;

}

.story p {
	font-size: 12px;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

.home-boxes {
	overflow: hidden;
	padding: 0 0 0 19px;
}

.home-boxes a {
	display: block;
	margin: 0 16px 19px 0;
	float: left;
}

.home-boxes a.women, .home-boxes a.kids, .home-boxes a.festival {
	margin-right: 0;
}

.home-boxes img {
	border: 1px solid #c1c5cb;
}

.home-boxes .socialmedia_links{
	width: 235px;
	float: left;
}

.home-boxes .socialmedia_links a{
	margin: 0px;
}

.home-boxes .socialmedia_links a.margin-bottom{
	margin-bottom: 15px;
}

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

Top Category Pages

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

.category-right {
	background: url(/images/category-right.png) no-repeat scroll left top;
	display: block;
	height: 376px;
	width: 42px;
	position: absolute;
	top: 18px;
	right: -21px;
}

.category-bottom {
	background: url(/images/imagesbottom.png) no-repeat scroll left top;
	display: block;
	height: 61px;
	width: 1020px;
	position: absolute;
	top: 391px;
	left: -28px;
}

.category-left {
	background: url(/images/category-left.png) no-repeat scroll left top;
	display: block;
	height: 376px;
	width: 52px;
	position: absolute;
	top: 15px;
	left: -22px;
}

.top-category {
	margin-top: 15px;
}

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

Category Page

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

.browse {
	background: url(/images/categorybg.jpg) top left repeat-y #fff;
}

.browse-top {
	background: url(/images/imagestop.png) no-repeat scroll left top;
	display: block;
	height: 50px;
	width: 1020px;
	position: absolute;
	top: -18px;
	left: -32px;
	z-index: -1;
}

#product-aside {
	width: 200px;
	float: left;
	background: #EAEAEA;
	position: relative;
}

.left-shadow {
	position: absolute;
	top: 0;
	left: -22px;
	height: 181px;
	width: 22px;
	background: url(/images/leftshadow.png) top left no-repeat;
}

#product-aside h2 {
	background: url(/images/browsebg.jpg) bottom left no-repeat #CFD0D5;
	padding: 22px 0 0 23px;
	height: 44px;
	font-weight: normal;
	margin-bottom: 4px;
}

#product-aside ul {
	margin-bottom: 20px;
}

#product-aside li {
	font-size: 0.875em;
	line-height: 1.429em;
	height: 1%;
}

#product-aside a {
	padding: 3px 23px;
}

#product-aside a {
	display: block;
}

#product-aside a:hover {
	background: #D9DADE;
}

#product-aside .active a {
	font-weight: bold;
}

#product-aside select {
	width: 157px;
	margin: 0 0 13px 23px;
	line-height: 24px;
	vertical-align: middle;
}

#product-aside select#sizes {
	margin-top: 10px;
}

#slider {
	width: 157px;
	margin-left: 23px;
	height: 10px;
}

#product-aside a.ui-slider-handle {
	padding: 0;
	width: 14px;
	height: 14px;
	margin-top: 2px;
}

#minamount {
	float: left;
	display: inline;
	margin: 9px 0 0 23px;
	width: 30px;
	border: 0;
	background: #eaeaea;
	color: #00093b;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#maxamount {
	float: right;
	display: inline;
	margin: 9px 12px 0 0;
	width: 30px;
	border: 0;
	background: #eaeaea;
	color: #00093b;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	float: right;
	width: 760px;
}

#main h1 {
	padding: 20px 0 0 12px;
	margin-bottom: 15px;
	background: #fff;
}

.pagination {
	overflow: hidden;
	min-height: 36px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 1px 20px;
	clear: both;
}

.pagination select {
	display: block;
	float: left;
	width: 156px;
	margin-top: 9px;
	height: 20px;
}
	.pagination .fakeform {
		display: block;
		float: left;
	}

.pages {
	margin-right: 28px;
}

.pagination ol {
	float: right;
	list-style: none;
	margin-right: 12px;
	display: inline;
    width:375px;
}

.pagination li {
	float: left;
	line-height: 36px;
	margin-right: 5px;
}

.pagination a {
	padding: 0 3px;
	display: block;
	font-size: 0.875em;
    height:36px;
}

.pagination a.first:hover, .pagination a.last:hover {
	background: none;
}

.pagination a:hover, .pagination a.current {
	background: #e2e2e2;
	color: #DF3A3E;
}
	.pagination a.prevPage:hover, .pagination a.nextPage:hover {
		background: none;
		opacity: 0.8;
	}

.pagination select {
	float: left;
}

.browse-products {
	/*overflow: hidden;*/
	margin-bottom: 20px;
	padding: 30px 0 0 20px;
}

.browse-products li {
	float: left;
	width: 230px;
	background: url(/images/categoriesbg.jpg) top right no-repeat;
	padding-right: 13px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	height:200px;
}

.browse-products li:nth-child(3n) {
	padding-right: 0;
	background: none;
}

.browse-products li.last {
	padding-right: 0;
	background: none;
}

.browse-products li a img {
	display: block;

	text-align: center;
}

.browse-products a {
	display: block;
}

.browse-products p {
	/*color: #c0373f; red orig */
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.browse-products s {
    color: #8c8d8f;
	/* color: #8c8d8f; gray - orig */
	/* color: #c0373f; red */
}
.browse-products .sale{
    z-index: auto;
}
.browse-products .sale p {
    color: #c0373f;
}
.csstransitions .preview {
	opacity: 0;
	background: #fff;
	width: 270px;
	height: 163px;
	position: absolute;
	top: 0;
	left: -13px;
	z-index: 2000;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.csstransitions .browse-products li:hover .preview {
	opacity: 1;
}

.boxshadow .browse-products li:hover .preview {
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 50px rgba(0,0,0,0.4);
	box-shadow: 0 0 50px rgba(0,0,0,0.4);
}

.no-boxshadow .browse-products li:hover .preview {
	padding: 20px;
	width: 270px;
	height: 163px;
}

.no-csstransitions .preview {
	display: none;
	background: #fff;
	width: 270px;
	height: 163px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	overflow: hidden;
}

.no-csstransitions .browse-products li:hover .preview {
	display: block;
}

.preview {
	overflow:hidden;
}

.preview img {
	position:relative;
	margin:-100px 0 0 -100px;
	/*width: 270px;
	height: 163px;*/
	display: block;
}

/*.no-csstransitions .categories li:hover .preview {
	display: block;
}*/

.preview-details {
	height: 29px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 93%;
	padding: 10px;
	color: #fff;
	text-align: left;
	background: #2c2b2b;
	background: url(/images/previewbg.png) top left repeat;
	background: rgba(44,43,43,0.9);
	z-index: 8000;
	cursor: pointer;
}

.preview-details p {
	color: #fff !important;
	/*float: left;
	width: 140px;*/
	font-size: 11px;
	margin-bottom: 2px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.preview-details p.view {
	float: right;
	color: #fff;
	display: block;
	font-size: 0.938em;
	line-height: 29px;
	width: auto;
	margin: 0;
}



.us-preview-details {
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	padding: 10px;
	color: #fff;
	text-align: left;
	background: #2c2b2b;
	background: url(/images/previewbg.png) top left repeat;
	background: rgba(44,43,43,0.9);
	z-index: 8000;
	cursor: pointer;
}

.us-preview-details p {
	color: #fff;
	/*float: left;
	width: 140px;*/
	font-size: 11px;
	margin-bottom: 2px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.us-preview-details p strong {
	width: 70px;
	float: left;
	font-weight: bold;
}

.us-preview-details p span {
	width: 180px;
	float: left;
	padding-bottom: 7px;
}

.us-preview-details p.view {
	float: right;
	color: #fff;
	display: block;
	font-size: 0.938em;
	line-height: 29px;
	width: auto;
	margin: 0;
}



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

Item Page

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

#item {
	position: relative;
	zoom: 1;
	background: #fff;
}

#item-shadow {
	position: absolute;
	top: -1px;
	right: -42px;
	background: url(/images/productshadow.png) top left no-repeat;
	width: 47px;
	height: 347px;
	z-index: 1000;
}

#right-shadow {
	position: absolute;
	top: -1px;
	right: -42px;
	background: url(/images/rightshadow.png) top left no-repeat;
	width: 47px;
	height: 347px;
	z-index: 1000;
}

#item h1 {
	float: left;
	margin-bottom: 15px;
}

#price {
	position: absolute;
	top: 10px;
	right: -6px;
	font-size: 1.5em;
	color: #fff;
	width: 104px;
	height: 46px;
	background: url(/images/pricebg-small.jpg) top left no-repeat #E23B3E;
	line-height: 41px;
	text-align: center;
	z-index: 2000;
}

#price.long {
	background: url(/images/pricebg.jpg) no-repeat scroll right top #E23B3E;
	width: 177px;

}

#price s {
	color: #EDB4B5;
}

#item-share {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	height: 37px;
	clear: both;
	position: relative;
	padding-left: 15px;
}

#tweet {
	position: absolute;
	top: 8px;
	right: 168px;
}

#facebook {
	position: absolute;
	top: 8px;
	right: 70px;
}

#item ol {
	clear: both;
	list-style: none;
}

#item ol li {
	float: left;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.538em;
	background: url(/images/breadcrumbsbg.jpg) center right no-repeat;
	padding-right: 6px;
	margin-right: 2px;
	line-height: 37px;
}

#item ol li.active {
	background: none;
}

#item ol a {
	color: #666;
}

#item ol li.active a {
	color: #000a3d;
}

#item-images {
	float: left;
	width: 517px;
	padding-left: 20px;
}

.new{
    position: absolute;
    top: 1px;
    right: 7px;
    display:  block;
    z-index:  10;
    border: 2px solid red;
    width: 70px;
    height: 25px;
    background: url('/images/new.jpg');
}

#views, #colours {
	float: left;
	position: relative;
}

#views {
	margin-right: 50px;
}

#colours {
	width: 200px;
}

.csstransforms #views h3, .csstransforms #colours h3 {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 19px;
	left: -13px;
}

.no-csstransforms #views h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 49px;
	text-indent: -9999px;
	background: url(/images/viewsbg.jpg) top left no-repeat;
}

.no-csstransforms #colours h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 47px;
	text-indent: -9999px;
	background: url(/images/coloursbg.jpg) top left no-repeat;
}

#views ul, .available-colours {
	overflow: hidden;
	margin-left: 20px;
}

#views ul {
	margin-bottom: 20px;
}

#views li {
	float: left;
	margin-right: 9px;
	border: 1px solid #C0C1C4;
	height: 48px;
	width: 48px;
}

#views a {
	line-height: 47px;
	display: block;
}

#views img, #colours img {
	vertical-align: middle;
}

.available-colours {
	background: #EBEBEB;
	padding: 8px 13px;
	float: left;
}

.info {
	float: left;
}

.info p, .info a {
	font-size: 0.75em;
	line-height: 1.167em;
}

.info a {
	font-weight: bold;
}

#colours img {
	float: left;
	margin-right: 12px;
}

#item-description {
	padding: 20px 10px 0 0;
	float: left;
	width: 212px;
}

#item-description p {
	font-size: 11px;
	line-height: 1.538em;
	padding-right: 0.7em;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
}

#item-description li {
	font-size: 11px;
	line-height: 1.538em;
	font-family: Helvetica, Arial, sans-serif;
	background: url("../../images/bullet.jpg") center left no-repeat;
	padding: 0 0 0 9px;
}

#item-description li + br, #item-description p + br {
	display: none;
	height: 0;
}

#item-details {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0;
	margin: 15px 0;
}

#related {
	clear: both;
	padding-left: 20px;
}

#related li:last-child {
	background: none;
}

#related .categories {
	overflow: visible;
}

.item-sizes {
	overflow: hidden;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #e2e2e2;
}

#item-description a {
	display: block;
	float: left;
	font-size: 0.688em;
	line-height: 1.818em;
	text-transform: uppercase;
}

#item-description p a {
    display: inline;
    float: none;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}

.sizes {
	background: url(/images/sizesbg.jpg) center right no-repeat;
	width: 88px;
	margin-right: 25px;
}

.delivery {
	background: url(/images/deliverybg.jpg) center right no-repeat;
	width: 96px;
}

#item-description form {
	clear: both;
	padding-top: 15px;
}

#item-description select {
	display: block;
	width: 156px;
	padding: 3px 0;
	margin-bottom: 22px;
}

#buy-now {
	height: 48px;
	width: 171px;
	border: 0;
	background: url(/images/buynow.jpg) top left no-repeat;
	color: #fff;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
}

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

Order Complete Page

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

.complete-next {
	width: 100%;
	overflow: hidden;
	color: #949599;
}

.complete-next img {
	float: left;
}

.complete-next img.facebookimage {
	margin: 0 5px 5px 0;
}

.complete-next img.logo {
	float: right;
	margin-top: 22px;
}

.complete-next h2 {
	font-size: 24px;
	color: #00093C;
	margin-top: 38px;
}

.complete-next p {
	margin-bottom: 10px;
}

.complete-next a {
	color: #949599;
}

.complete-next a.contact {
	color: #76c2da;
	text-decoration: underline;
	background: none;
}

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

Standard Pages

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

.content-page {
	background: url("/images/categorybg.jpg") repeat-y scroll left top #fff;
	/*overflow: hidden;*/
	height: 1%;
}

.content-page-about {
	background: none;
}

.content-page em {
	display: block;
	font-style: normal;
}

.complementary {
	padding: 0 15px 15px 35px;
	float: left;
	display: inline;
	width: 709px;
}



#sizeTables {
	float:right;
	padding-left:0px;
	overflow: hidden!important;
}
.complementary h1, .press-page h1 {
	line-height: 2.565em;
	border-bottom: 1px solid #e2e2e2;
}

.complementary-text {
	float: left;
	width: 195px;
	padding-left: 20px;
}

.complementary-text p {
	font-size: 0.875em;
	line-height: 1.429em;
	margin-bottom: 1.857em;
}

.complementary-image {
	float: right;
}

.complementary-text a.pr {
	display: block;
}

#content-search {
	border: 1px solid #E8BBBB;
	border: 1px solid rgba(232,187,187,0.6);
	line-height: 20px;
	height: 20px;
	width: 161px;
	float: left;
	font-size: 0.813em;
	padding: 0 3px;
}

#content-searchbtn {
	float: left;
	width: 25px;
	height: 22px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(/images/searchbtn.jpg) top left no-repeat;
	border: 0;
}

.complementary-press img {
	float: right;
	display: inline;
}

#terms-address .fn {
	display: none;
}

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

404 Page

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

.not-found {
	background: #fff;
}

.not-found h1 {
	line-height: 2.565em;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 20px;
}

img.error-shoe {
	margin-right: 100px;
	float: right;
	display: inline;
	width: 480px;
}

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

Size Guides

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

#baby-sizes, #junior-sizes, #adult-sizes  {
	cellspacing: 0;
	cellpadding: 5px;
	width: 450px;
	border: 1px solid #e2e2e2;
}

#junior-sizes {
	width: 550px;
}

.tableWrap {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.tableWrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 6px;
}

.tableWrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    background-color: #f1f1f1;
    border-radius: 8px;
}

.tableWrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3);
    cursor: pointer;
}

#adult-sizes {
	width: 800px;
}

#baby-sizes td, #junior-sizes td, #adult-sizes td {
	border: 1px solid #e2e2e2;
	text-align: center;
}

#baby-sizes th, #junior-sizes th, #adult-sizes th {
	text-align: left;
	border: 1px solid #e2e2e2;
	padding: 3px;
}

.eu {
	background: #de2205;
	color: #fff;
}


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

About Page

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

h1.about-story {
	line-height: 2.565em;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 20px;
}

#about-images {
	margin-bottom: 10px;
	background: #fff;
}

.superga-images {
	position: relative;
	z-index: 1000;
	height: 388px;
	overflow: hidden;
	background: #fff;
}

.superga-images img {
	float: left;
}

.first-image, .second-image, .third-image {
	display: none;
}

.no-js .first-image, .no-js .second-image, .no-js .third-image {
	display: block;
}

a#promo-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.promo-video {
	position: absolute;
	top: 0;
	right: -922px;
	z-index: 2000;
	padding: 28px;
	width: 866px;
	height: 332px;
	background: url(/images/videobg.jpg) top left repeat-x;
}

.no-js .promo-video {
	right: 0;
	top: 400px;
}

video {
	border: 1px solid #a8a7a7;
	float: left;
	margin-right: 22px;
	width: 584px;
	display: none;
}

video:hover {
	cursor: pointer;
}

.no-js video, .no-js .video-info {
	display: block;
}

.video-info {
	float: left;
	width: 255px;
	position: relative;
	display: none;
}

.video-info a {
	color: #fff;
	display: block;
}

.promo-video h1 {
	color: #fff;
	font-size: 1.5em;
	width: 153px;
	margin-bottom: 26px;
}

.promo-video p {
	border-top: 1px solid #a6a5a5;
	padding-top: 12px;
	color: #fff;
	font-size: 1em;
}

.about-tweet {
	position: absolute;
	left: 0;
	bottom: -98px;
}

.about-facebook {
	position: absolute;
	left: 63px;
	bottom: -98px;
}

.about-video .about-tweet {
	position: absolute;
	left: 0;
	bottom: -125px;
}

.about-video .about-facebook {
	position: absolute;
	left: 63px;
	bottom: -125px;
}

#video-close {
	position: absolute;
	top: 315px;
	right: 0;
	color: #fff;
	display: block;
}

.about {
	float: left;
	width: 440px;
	padding: 0 0 0 20px;
}

.about:last-of-type {
	margin-left: 56px;
	padding: 0 0 20px 0;
	position: relative;
}

.sub-col {
	float: left;
	display: inline;
	width: 400px;
	margin-left: 56px;
	padding: 0 0 20px 0;
	position: relative;
}

#about-images .bottom {
	top: 398px;
}

#about-images .left {
	height: 413px;
}

#about-images .right {
	height: 380px;
}

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

Press Page

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

.press-page {
	background: #fff;
	padding: 0 20px 20px 20px;
	height: 1%;
}

.press-header {
	position: relative;
}

.press-header form {
	position: absolute;
	top: 23px;
	right: 0;
}

.press-header select {
	width: 156px;
}

.press-articles {
	float: right;
	width: 672px;
}

.press-articles ul {
	overflow: hidden;
	font-size: 0.933em;
	margin-top: 8px;
}

.press-articles li {
	float: left;
	width: 150px;
	margin-right: 24px;
	text-align: center;
	color: #030b3c;
	position: relative;
	line-height: 1em;
	height: 263px;
}

.press-articles .last {
	margin-right: 0;
}

.press-articles a.more-info-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.press-articles li:hover .more-info-overlay {
	/*display: block;*/
}

.press-articles p {
	color: #333;
	font-size: 0.8em;
	margin: 4px 0 20px 0;
	line-height: 1em;
}

.press-page .pagination {
	clear: both;
}

#colorbox {
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.press-popup, .sizes-popup, .delivery-popup {
	background: none;
	text-align: left;
	padding: 0;
	overflow: hidden;
	width: 560px;
}

.delivery-popup p {
	font-size: 0.938em;
	line-height: 1.467em;
	margin-bottom: 28px;
	color: #333;
}

.delivery-popup em {
	display: block;
	font-style: normal;
	margin-bottom: 28px;
}

.sizes-popup table {
	margin-bottom: 28px;
}

.press-popup img {
	border: 1px solid #ccc;
	float: left;
	margin-right: 7px;
}

.press-popup #press-product img {
	border: none;
}

#press-product {
	float: left;
	color: #000a3b;
}

#press-product form {
	width: 171px;
	margin: 0 auto;
}

#press-product .price {
	color: #333;
	margin-bottom: 20px;
}

#press-product select {
	margin-bottom: 13px;
	width: 100%;
}

#press-product a {
	color: #061561;
	font-size: 0.75em;
	display: block;
	margin: 6px 0 0 6px;
}

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

News Page

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

.newsList {
    background: #FFF;
    padding: 6px 30px 30px;
}
    .newsList h1 {
        border-bottom: 1px solid #e2e2e2;
        line-height: 2.565em;
    }
    .newsList .news {
    	width: 100%;
        background: none;
        border: 0;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid #e2e2e2;
    }
    .newsList .news h2 {
        margin: 0 0 2px;
    }
    .newsList .news .time {
        margin: 0 0 10px;
    }
    .newsList .news .subscribe {
        width: auto;
        padding: 1px 40px 0 10px;
    }

.news-page {
	background: #fff;
}

.news-article {
	margin-top: 21px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e2e2;
}

.complementary .news-article h1 {
	border: none;
	line-height: 1em;
}

.news-article div.image {
	float: right;
	width: 237px;
}

/*.news-article div.body {
	float: left;
	width: 440px;
}*/

.news-article p {
	font-size: 0.938em;
	line-height: 1.467em;
	margin-bottom: 28px;
	color: #333;
}

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

Contact Page

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

.enquiries, .contacts, .trade-enquiries {
	float: left;
	position: relative;
}

.enquiries, .contacts {
	width: 210px;
	margin-right: 40px;
}

.enquiries .error {
	padding: 5px;
	width: 170px;
	margin-bottom: 10px;
}

.trade-enquiries {
	width: 200px;
}

.enquiries label {
	display: none;
}

.enquiries input, .enquiries textarea {
	width: 167px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px solid #f0c4c4;
	font-size: 0.813em;
	padding: 0 6px;
}

.enquiries textarea {
	height: 118px;
	padding: 6px;
}

.enquiries -webkit-input-placeholder {
    color: #464a62;
}

.enquiries textarea:-webkit-input-placeholder {
    color: #464a62;
}

.enquiries input:-moz-placeholder, .enquiries textarea:-moz-placeholder {
    color: #464a62;
}

.enquiries input#submit {
	border: 0;
	background: url(/images/searchbtn.jpg) top left no-repeat;
	width: 25px;
	height: 22px;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	position: absolute;
	bottom: 129px;
	right: 0;
}

.trade-enquiries a {
	display: block;
}

.inline-anchor{
	display: inline !important;
}

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

Search Page

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

.search-results {
	padding: 16px 0 0 22px;
}

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

Footer

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

#footer {
	background: url(/images/footerbg2.jpg) top left no-repeat;
    background-size: cover;
	padding: 25px 28px 10px 25px;
	overflow: hidden;
	clear: both;
	height: 218px;
	margin-top: 14px;
	position: relative;
}

.shop-women {
	float: left;
	width: 329px;
}

.shop-women ul {
	float: left;
}

.shop-women ul.first {
	margin-right: 28px;
}

.shop-men {
	float: left;
	width: 322px;
}

.shop-men ul {
	float: left;
	width: 127px;
}

.customer-service {
	float: left;
	width: 256px;
}

.customer-service ul {
	float: left;
	width: 127px;
}

#footer li {
	margin-bottom: 6px;
	font-size: 0.875em;
}

.footer-form {

	}
	.footer-social {
		position: absolute;
		left: 20px;
		bottom: 27px;
	}
	.footer-social a {
		display: block;
		float: left;
		margin-right: 5px;
	}
	.footer-subscribe {
	position: absolute;
		left: 677px;
		bottom: 32px;
	}

form.subscribe {
	min-height:300px;
	height:auto !important;
	height:300px;
	}
	.subscribe-button {
		border:1px solid #e44e50;
		padding:2px 4px;
		background:#fff;
	}

.copyright {
	clear: both;
	float: left;
	margin: 0px 0 15px 0;
	width: 270px;
}

.mtc {
	float: right;
	margin: 0px 0 15px 0;
}

#item-description p {
	padding:0 !important;
	margin:0 !important;
}

/* styles for stars page */

.star-intro {
	height: 90px;
	background: url(/images/stars/red-carpet.jpg) no-repeat;
}

.celeb {
	float: left;
	margin: 15px 7px 20px 7px;
	position: relative;
	width:215px;
	height: 385px;
	z-index: 8000;
}

.stars .active {
	z-index: 9000;
}

.celeb p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

.celeb img, .celeb-fade img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.celeb-fade {
	display: none;
	width:215px;
	height: 355px;
	overflow: hidden;
	position: absolute;
	background: #fff;
	-moz-box-shadow: 0px 0px 20px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 0px 20px #888888; /* Safari and Chrome */
	box-shadow: 0px 0px 20px #888888;
	right: 0;
	top: 0;
	z-index: 9400;
}

.celeb-fade img.original {
	z-index: 9000;
}

.celeb-fade img.fadeto {
	z-index: 9100;
	display: none;
}

.celeb-fade .logo {
	position: absolute;
	z-index: 9300;
	width: 165px;
	height: 150px;
	background: url(/images/stars/fade-logo.png) no-repeat;
	background-position: 45% 95px;
	top:-150px;
	left: 70px;
	display: none;
}

.celeb-fade .logo a {
	float: left;
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
	height: 120px;
}

.celeb-fade .logo a.buy {
	height: 20px;
}

a.link {
	display: block;
	float: left;
	width:215px;
	height: 355px;
}

/**
 * 	Category lifestyle images
 */
#lifestyle_image{
	position: relative;
	width: 760px;
	overflow: hidden;
	z-index: 1002;
}
	#lifestyle_image img{
		position: absolute;
		z-index: 1001;
	}

/**
 * 	Subscribe page styles
 */
.subscribe input, .subscribe select {
    border: 1px solid #F0C4C4;
    font-size: 0.813em;
    height: 20px;
    margin-bottom: 10px;
    padding: 0 6px;
    width: 167px;
    font-family: ColaborateThinRegular,"Helvetica Neue",Arial,Helvetica,sans-serif;
}
.subscribe select{
	padding: 0;
}
.subscribe label{
	display: block;
	width: 100px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.subscribe .row{
	clear: both;
	margin-bottom: 5px;
}

a.subscribe{
	display: block;
	float: left;
	width: 155px;
	line-height: 20px;
	font-size: 0.8em;
	padding-left: 20px;
	color: #fff;
	background: url("/images/searchbtn.jpg") no-repeat top right #E2393E;
}

.subscribe-button{
	width: 80px !important;
	border: 0px !important;
	height: 22px !important;
	line-height: 20px;
	font-size: 0.8em;
	padding-left: 20px;
	color: #fff;
	text-align: left;
	background: url("/images/searchbtn.jpg") no-repeat top right #E2393E;
}





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

Stores Page

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

#our-stores {
	display: block;
	float: left;
	width: 100%;
}
.ie6 #our-stores {
	width: 100%;
	overflow: hidden;
}
	#our-stores .location {
		position: relative;
		display: block;
		float: left;
		width: 101%;
		margin-bottom: 30px;
		margin-left: -1px;
	}
	.mapWrap {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
		#our-stores .location h2 {
			font-size: 19px;
		}
		#our-stores .location a {
			color: #FFF;
		}
		#our-stores .location .block {
			position: relative;
			display: block;
			float: left;
			width: 354px;
			height: 200px;
			background: #CCC;
			margin: 0 0 1px 1px;
			overflow: hidden;
		}
		#our-stores .location .block p {
			margin: 0;
			line-height: 1.5;
		}
		#our-stores .location .block p.location {
			margin-bottom: 15px;
		}
		.ie7 #our-stores .location .block p.location, .ie6 #our-stores .location .block p.location {
			margin-bottom: 0px;
		}
		#our-stores .location .block.content {
			width: 314px;
			height: 160px;
			background: #c21a1f url(/images/our-stores/location_bg.png) no-repeat bottom right;
			color: #FFF;
			padding: 20px;
		}
		#our-stores .opening-times {
			display: block;
			width: 89%;
			height: 89%;
			background: #c21a1f;
			color: #fff;
			padding: 20px;
			z-index: 2;
		}
		.ie6 #our-stores .opening-times {
			position: relative;
			width: 100%;
			left: 0px;
		}
		#storeSlider {
		    float: left;
		    width: 100%;
		}
		  #storeSlider img, #storeSlider .slides {
		      float: left;
		      width: 100%; height: 100%;
		  }

		#our-stores .opening-times h3 {
			margin-bottom: 15px;
			font-size: 18px;
		}
			#our-stores .opening-times table {
				width: 100%;
			}

		#our-stores .location a.opening-link {
			display: block;
			position: absolute;
			right: 20px;
			top: 25px;
			cursor: pointer;
			font-size: 12px;
			text-transform: uppercase;
			background: url(/images/our-stores/times-arrow.png) no-repeat right center;
			padding-right: 9px;
		}

		#our-stores #store-2 .block.content,
        #our-stores #store-5 .block.content,
        #our-stores #store-8 .block.content,
        #our-stores #store-11 .block.content
        {
            background: url(/images/our-stores/location_bg.png) no-repeat right bottom #000B48;
        }
        #our-stores #store-2 .opening-times,
        #our-stores #store-5 .opening-times,
        #our-stores #store-8 .opening-times,
        #our-stores #store-11 .opening-times{
            background: #000B48;
        }

        #our-stores #store-3 .block.content,
        #our-stores #store-6 .block.content,
        #our-stores #store-9 .block.content,
        #our-stores #store-12 .block.content {
            background: url(/images/our-stores/location_bg.png) no-repeat right bottom #8589A2;
        }
        #our-stores #store-3 .opening-times,
        #our-stores #store-6 .opening-times,
        #our-stores #store-9 .opening-times,
        #our-stores #store-12 .opening-times {
            background: #8589A2;
        }


        #our-stores .location:nth-of-type(3n-1) .block.content {
            background: url(/images/our-stores/location_bg.png) no-repeat right bottom #000B48;
        }

        #our-stores .location:nth-of-type(3n-1) .opening-times {
            background: #000B48;
        }


        #our-stores .location:nth-of-type(3n+3) .block.content {
            background: url(/images/our-stores/location_bg.png) no-repeat right bottom #8589A2;
        }

        #our-stores .location:nth-of-type(3n+3) .opening-times {
             background: #8589A2;
        }




.featured-text {
	padding: 15px 15px 0;
}
	.featured-text p {
		margin-bottom: 15px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.3;
	}









/* filter specific */

#filtersidebar {
	float: left;
    width:200px;
	padding: 0 0 19px;
}

#filtersidebar h2, #filtersidebar h3 {
	text-indent: 16px;
	font-size: 1.25em;
	margin-bottom: 1.2em;
}
	#filtersidebar h2 {
		display: block;
		float: left;
		width: 100%;
		text-transform: capitalize;
		line-height: 1;
		padding: 21px 0 30px;
		background: url(/images/filter_heading_bg.png) no-repeat 0 0;
		margin-top: 0px;
		font-family: "ColaborateLightRegular","Helvetica Neue",Arial,Helvetica,sans-serif;
		text-indent: 45px;
		font-size: 18px;
		margin-bottom: 10px;
	}

#filtersidebar h3 {
	border-bottom: 1px dashed #85868b;
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
}

#filtersidebar table {
	width: 200px;
	border-bottom: 1px dashed #85868b;
	margin: 0;
	margin-bottom: 15px;
}

#filternavigation {
	display: block;
	float: left;
	width: 100%;
}

#filtersidebar th {
	text-align: left;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#filtersidebar td {
	padding: 0 0 10px 0;
	text-indent: 17px;
}

#filtersidebar fieldset {
	border-bottom: 1px dashed #85868b;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.pricerange {
	padding: 10px 17px 9px 17px;
}

#filtersidebar .size {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}

#filtersidebar .autoscroll {
	max-height: 200px;
	overflow: auto;
	padding: 10px 17px 9px 17px;
}



#filtersidebar fieldset .row input, .ui-checkbox {
	display: block;
	float: left;
	clear: both;
	margin: 0 11px 0 0;
	padding: 0;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #a3bdb7;
	position: relative;
	top: 1px;
}

#filtersidebar span.ui-checkbox-state-checked, #filtersidebar span.ui-checkbox-state-checked-hover {
	background: #c80032;
	border: 1px solid #010a4b;
}

#filtersidebar span.ui-checkbox-state-hover {
	background: #fff;
}

#filtersidebar label.label {
	display: block;
	float: left;
	margin: 0;
	width: 125px;
    background:transparent;
    clear:none;
    height:auto;
    border:0;
	font-size: 13px;
	cursor: pointer;
}

#filtersidebar .row {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 6px;
}

#filtersidebar div.row label {
	line-height: 1;
}

.ui-slider-horizontal {
	height: 8px;
	background: #CCC;
	border: 1px solid #cfd0d5;
}

.ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-slider .ui-slider-handle {
	background: #c7002c;
	width: 14px;
	height: 14px;
	top: -3px; left: 0;
	border: 0px;
}

.ui-slider-range {
	background: #cfd0d5;
}

.minamount {
	clear: both;
	float: left;
	border: none;
	background: #EAEAEA;
	margin: 10px 0 0 0;
	height: 15px;
	overflow: hidden;
	width: 20%;
	position: relative;
}

#filtersidebar .minamount input, #filtersidebar .maxamount input {
	width: 30px;
	margin: 0;
	border: none;
	background: #EAEAEA;
	height: 12px;
	padding: 0;
}

.maxamount {
	clear: none;
	float: right;
	border: none;
	background: #EAEAEA;
	margin: 10px 0 0 0;
	text-align: right;
	height: 15px;
	position: relative;
	width: 20%;
}

.pricerange {
	position: relative;
	height: 35px;
}

.no-js .pricerange {
	display: none;
}

.no-js #filternavigation + h3 {
	display: none;
}

.minamount b {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.minamount input {
	position: absolute;
	top: 0;
	left: 9px;
}

.maxamount b {
	position: absolute;
	top: 1px;
	left: -8px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.maxamount input {
	position: absolute;
	top: 0;
	right: 0;
}

#browse {
	overflow: hidden;
}

.browse-sort {
	width: 740px;
	height: 36px;
	position: relative;
	z-index: 4500;
	background: #fff;
}

#browse-products {
	float: right;
	width: 100%;
	margin: 21px 0 0 0;
	position: relative;
}

.hidden {
	display: none !important;
}

div.loading {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	background: url(../../images/filter-loading.gif) center center no-repeat rgba(255,255,255,0.8);
	z-index: 100000;
	opacity: 1 !important;
}

.vjs-default-skin .vjs-big-play-button {
	width: 189px !important;
	height: 59px !important;
	background: url(/images/launch_video.png) no-repeat 0 0 !important;
	border: 0px !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 !important;
	margin-left: -85px !important;
	filter: none !important;
	z-index: 2;
}
	.vjs-default-skin .vjs-big-play-button:hover {
		background: url(/images/launch_video.png) no-repeat 0 -60px !important;
	}
	.vjs-default-skin .vjs-big-play-button span {
		background: none !important;
	}

/*.vjs-loading-spinner {
    display: none !important;
}*/

/*
	Rita Ora standalone player
*/

.video-wrap{
	position: relative;
	background: #fff;
	text-align:center;
	padding:20px 0 0 20px;
}


#file-video video{
    display:block;
    border:none;
    float:none;
    margin:0;
}

#file-video.vjs-default-skin .vjs-controls{
    z-index: 9999;
}

#browsepage1 li {
	padding-right: 8px;
	padding-left: 8px;
}



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

Featured Basket Items - T35224

********************************************************* */
.featuredBasketItems {
    float: left;
    margin-bottom: 100px;
    margin-top: 1em;
}

#checkout .featuredBasketItems h2 {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.featuredBasketItem {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}


.featuredBasketItemImageWrap {
    float: left;
    width: 80px;
    height: 73px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 1em;
    position: relative;
}

.featuredBasketItemImageWrap img {
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.featuredBasketItemDetails {
    position: relative;
    float: left;
    width: 330px;
    height: 73px;
    margin: 0;
    padding: 0;
}

.buttonWrap {
    position: absolute;
    right: 0;
    top: 1.5em;
}

.featuredBasketItem .itemName {
    float: left;
    width: 210px;
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 6px 0;
    padding: 0;
}

.featuredBasketItem .itemPrice {
    float: left;
    width: 210px;
    font-size: 1em;
}

#checkout .featuredBasketItem .addtobasketbutton {
    position: relative;
    float: right;
    color: #fff;
    width: 114px;
    height: 28px;
    line-height: 28px;
    background: #e03940;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}


/*
    X Liberty Landing Page
*/

#new-featured .featuredBlock {
    background: url('/images/x-liberty/header-image-x-liberty.jpg') no-repeat center top;
    padding-top: 325px;
}

.featuredBlock {
    text-align: center;
}

.featuredBlock .logo {
    display: block;
    margin-top: 30px;
}

.featuredBlock h1 {
    font-size: 45px;
    margin: 20px 0 30px;
}

.featuredBlock p {
    font-size: 19px;
    color: #030b3c;
    margin-bottom: 15px;
}

.featuredList {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 25px;
    position: relative;
    list-style: none;
}

.featuredList:before, .featuredList:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    width: 70%;
    left: 15%;
    top: 0;
}

.featuredList:after {
    top: 100%;
}

.featuredList li {
    float: left;
    width: 15%;
    margin: 0 5%;
    font-size: 19px;
    text-align: left;
    position: relative;
}

.featuredList li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -25px;
    color: #c7002b;
}

.featuredItems {
    float: left;
    width: 100%;
    margin: 10px 0 50px;
}

.featuredItems li {
    width: 25%;
    float: left;
    color: #030b3c;
    text-align: center;
    font-size: 19px;
}

.featuredItems li p {
    color: #c7002b;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}

/* "Send Basket" positioning - add item to basket, open checkout, close tab. Might need a reopen/close again to see */

#ChatMainDiv {
    left: 37% !important;
}

#content.personalisationPage {
	padding-right: 22px;
	padding-left: 22px;
}

#content .postcardLeft {
	float: left;
	width: 540px;
	margin-top: 20px;
	margin-bottom: 16px;
	padding-left: 0;
}

    #content .postcardLeft p {
        margin-bottom: 10px;
    }

    #content .postcardLeft.leftSide {
        width: 292px;
        margin-top: 67px;
    }

	#content .postcardLeft h1 {
		padding-left: 0;
	}

	#content .postcardLeft.rightHandSide {
		padding: 12px 0 0 30px;
	}

	#content .postcardLeft.rightHandSide.leftSide {
		padding: 12px 0 0;
	}

#content .postcardRight {
	float: right;
	width: 292px;
	margin-top: 64px;
	margin-bottom: 16px;
}

    #content .postcardRight p {
        margin-bottom: 10px;
    }

    #content .postcardRight.rightSide {
        float: right;
        width: 540px;
        margin-top: 20px;
        margin-bottom: 16px;
        padding-left: 0;
    }

        #content .postcardRight.rightSide h1 {
            padding-left: 0;
        }

	#content .postcardRight img {
		margin-top: 15px;
	}

	#content .postcardRight.rightHandSide img {
		margin-top: 27px;
	}

	#content .postcardRight.rightHandSide {
		float: left;
		padding: 0 20px 0 0;
	}

	#content .postcardLeft h4, #content .postcardRight h4 {
		font-weight: normal;
		font-size: 19px;
	}

#content .postcardGrey {
	width: 255px;
	margin-top: 20px;
	padding: 20px;
	background: #f3f3f5;
}

	#content .postcardGrey h2 {
		padding-bottom: 15px;
		font-family: ColaborateLightRegular, "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 23px;
		border-bottom: 1px solid #dddedf;
	}

#content .postcardPhotos {
	float: left;
	width: 100%;
}

	#content .postcardPhotos li {
		float: left;
		margin-right: 20px;
		margin-bottom: 16px;
	}

		#content .postcardPhotos img {
			width: 292px;
		}

	#content .postcardPhotos li.last {
		margin-right: 0;
	}

	.socialaside {
	    position: relative;
	}


.socialaside a.pinterest {
    display: block;
    height: 25px;
    width: 25px;
    padding: 1px 0;
    background-color: #e2393e;
    border-radius: 4px;
    box-sizing: border-box;
    position: absolute;
}


.socialaside a.pinterest:after {
    display: block;
    height: 26px;
    width: 26px;
    line-height: 25px;
    text-align: center;
    content: '\F0D2';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
}
