
/*

Tradingeye SCREEN style sheet
=================================================

Copyright:		2009 dpivision.com
Author:			Ian Sidaway
Last edit:		09/09/2009 by Ian Sidaway
Notes:			Horizontal top-level departments, optional drop-down sub departments

*/


/* RESET
------------------------------ */

/* global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

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

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

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

/* global reset-reset */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a img {
	border: none;
}

html, body {
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	-webkit-text-stroke:1px transparent;
	background-color:#91887D;
}
 @media only screen and (max-device-width:480px) {
	body {
	-webkit-text-stroke:0 black;
	}
}

/** GARAMOND **/

@font-face {
 font-family: 'Garamond';
 src: url('fonts/EBGaramond-webfont.eot');
 src:
 	url('fonts/EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/EBGaramond-webfont.woff') format('woff'),
	url('fonts/EBGaramond-webfont.ttf') format('truetype'),
	url('fonts/EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

p {
	margin:0 0 10px 0;
}

a {
	color:#DF0045;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: all 0.1s linear;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color:#DF0045;
	display:block;
	background:#D8D4C9;
	padding:10px;
	margin:10px 0 0 0;
	border-bottom:1px dashed #CCC1B2;
	width:948px;
	font-family: 'Garamond', 'Times New Roman', Times, serif;
	font-weight:normal;
	font-size:24px;
	clear:both;
}

h3 {
	font-size:14px;
	color:#DF0045;
	margin:0;
}

#skip {
	display:none;
}

#container {
	position:relative;
	width:968px;
	margin:0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:url(../images/swirlBg.png) bottom right no-repeat #CCC1B2;
	padding:0 28px;
}

#header {
	margin: 20px 0 0 0;
	padding-top: 10px;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	float:left;
	width:968px;
	height: 153px;
}

#logo {
	background:url(../images/crootslogo.png) no-repeat;
	width:107px;
	height:118px;
	float:right;
	margin-top: 10px;
}

#logo span {
	display:none;
}

.menu, .mainmenu {
	float:left;
	margin-right:28px;
}

.menu, .mainmenu li {
	line-height: 14px;
}

.mainmenu li:first-child {
	display: none;
}

.menu p, .mainmenu p {
	font-weight:bold;
}

.mainmenu p a {
	color: #DF0045;
}

.menu a, .mainmenu a {
	color:#000000;
}

.menu a:hover, .mainmenu a:hover,
.menu a.selected, .mainmenu a.selected {
	color:#DF0045;
}

.menu ul, .mainmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu {
/*	margin-top:26px; 
	display:none; */
}

.logo {
	float:right;
	margin-top:10px;
}

#search {
	width:300px;
	left:486px;
	position:absolute;
}

#search h3 {
	font-size: 12px;
	clear: left;
	padding-top: 1em;
	*padding-top: 0.5em;
}

#searchKeyword, #newsletterEmail {
	padding: 3px;
	border: none;
	box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
	width:232px;
	float: left;
	margin-top: 2px;
}

#searchSubmit, #newsletterSubmit {
	font-size: 11px;
	float: left;
	height: 19px;
	width: 39px;
	background-color: #D8D4C9;
	background-image: url('../images/submit_bg.png');
	background-repeat: no-repeat;
	background-position: 27px 8px;
	border-radius: 2px;
	font-weight: bold;
	margin: 3px 0 0 5px;
	padding-right: 12px;
	border: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#searchSubmit:hover, #newsletterSubmit:hover {
	color: #D8D4C9;
	background-color: black;
	cursor: pointer;
}

#social_media li {
	display: inline;
}

#social_media li img {
	margin-top: 2px;
	border-radius: 3px;
	opacity: 0.8;
	-webkit-transition: all 0.1s linear;
}

#social_media li a:hover img {
	opacity: 1;
	position: relative;
	top: -1px;
	left: -1px;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
}

.deptitems {
	width:800px;
}

.deptitems div {
	float:left;
	cursor:pointer;
	width:200px;
	margin:0 30px 10px 0;
	padding:0 0px;
	display:inline;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 948px;
	height: 250px;
	padding: 10px;
	margin: -10px;
	/* custom decorations */
	clear:both;
	/* background:#D8D4C9; */
	border-bottom: 1px dashed rgb(204, 193, 178);
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .items div {
	float: left;
	cursor: pointer;
	width: 220px;
	padding: 0 0 0 50px;x
	display: inline;
}

.scrollable a {
	color:#DF0045;
	text-decoration:none;
}

.nav {
	background:#D8D4C9;
	width:948px;
	float:left;
}

.nav .prev_support,
.nav .next_support {
	width: 34px;
	height: 240px;
	background-color: rgb(223, 0, 69);
	position: absolute;
	top: 10px;
}

.nav .prev,
.nav .next {
	width: 34px;
	height: 240px;
	background-color: rgba(223, 0, 69, 0.8);
	background-repeat: no-repeat;
	background-position: center center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCDF0045,endColorstr=#CCDF0045);
	position: absolute;
	top: 10px;
	-webkit-transition: width 0.1s linear;
	-moz-transition: width 0.1s linear;
	-o-transition: width 0.1s linear;
	transition: width 0.1s linear;
}

.nav .prev.disabled,
.nav .next.disabled,
.nav2 .prev.disabled,
.nav2 .next.disabled {
	width: 0px;
}

.prev_support {
	left: 0px;
}

.prev {
	left: 0px;
	background-image: url('../images/arrow-left.png');
}

.next_support {
	right: 0px;
}

.next {
	right: 0px;
	background-image: url('../images/arrow-right.png');
}

.nav2 {
	position: relative;
}

.nav2 .prev,
.nav2 .next {
	width: 34px;
	height: 40px;
	background-color: rgba(223, 0, 69, 0.8);
	background-repeat: no-repeat;
	background-position: center center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCDF0045,endColorstr=#CCDF0045);
	position: absolute;
	top: -200px;
	z-index: 99;
	-webkit-transition: width 0.1s linear;
	-moz-transition: width 0.1s linear;
	-o-transition: width 0.1s linear;
	transition: width 0.1s linear;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable2 {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 474px;
	height:350px;
	padding:0 0px;
	/* custom decorations */
	background:#D8D4C9;
	float:left;
	_width:390px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable2 .items a {
	cursor: crosshair;
}

/* single scrollable item */
.scrollable2 .items div {
	float:left;
	cursor:pointer;
	width:474px;
	margin-right:30px;
}

.scrollable2 a {
	color:#DF0045;
	text-decoration:none;
}

.nav2 {
/*	background:#D8D4C9; */
	width:474px;
	float:right;
}

.zoomCaption {
/*	font-variant: small-caps;
	text-align: center;
	font-family: 'Garamond', 'Times New Roman', Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #DF0045;
	text-align: center;
	font-size: 12px;
}

/*
.nav2 .prev, .nav2 .next {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/arrow-left.gif) no-repeat;
	float:left;
}

.nav2 .next {
	background:url(../images/arrow-right.gif) no-repeat;
	margin-left:110px;
}*/

.scrollable3 {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 722px;
	height:400px;
	padding:0 0px;
	/* custom decorations */
	background:#D8D4C9;
	float:left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable3 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable3 .items div {
	float:left;
	cursor:pointer;
	width:722px;
	margin-right:0px;
}

.scrollable3 a {
	color:#DF0045;
	text-decoration:none;
}

.nav3 {
	background:#D8D4C9;
	width:722px;
	float:right;
}

.nav3 .prev, .nav3 .next {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/arrow-left.gif) no-repeat;
	float:left;
	margin:5px;
}

.nav3 .next {
	background:url(../images/arrow-right.gif) no-repeat;
	margin-left:654px;
}

#deptdesc {
	clear:both;
	font-family: 'Garamond', 'Times New Roman', Times, serif;
	font-size:18px;
	width:484px;
	padding-top:10px;
	line-height:18px;
}

#product {
	background:#D8D4C9;
	float:left;
	padding:10px 0;
	position: relative;
}

.info {
	width: 464px;
	height: 424px;
	float:left;
	margin-right:20px;
	padding-left:10px;
}

.desc {
	font-family: 'Garamond', 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 18px;
	height: 215px;
}

.desc h3 {
	font-size: 18px;
}

.image {
	width:474px;
	float:left;
}

.formButton {
	font-size: 11px;
	float: left;
	height: 19px;
	background-color: #DF0045;
	color:#fff;
	background-image: url('../images/submit_bg.png');
	background-repeat: no-repeat;
	background-position: right 7px;
	border-radius: 2px;
	font-weight: bold;
	margin: 15px 0 0 0px;
	padding: 0 20px 0 4px;
	border: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 1px solid rgba(255,255,255,0.5);
}

.add_to_basket{
	font-size:14px;
	padding:5px 20px 5px 5px;
    background-position: right 12px;
	height:auto;
}

.formButton:hover {
	color: #D8D4C9;
	background-color: black;
	cursor: pointer;
}

.orderCol {
	float:left;
	width:60px;
}

.orderCol select {
	padding: 0;
	margin-bottom:10px;
}

#breadcrumbs {
	font-size:12px;
	margin-top:5px;
	float:left;
	width: 450px;
	margin-right: 7px;
}

#footer {
	position: relative;
	height: 20px;
	clear: both;
	font-size: 12px;
	padding: 110px 10px 0 10px;
}

#footer a {
	color:#000000;
}

#wrap {
	min-height:100%;
}

#footer li {
	margin-right:10px;
	float:left;
}

#content {
	padding-bottom: 0px; /* bottom padding for footer */
}

/*
.content {
	height: 500px;
}*/

.cart, .content {
	width: 948px;
	background: #D8D4C9;
	padding: 10px;
	margin-bottom: 0px;
	float: left;
	position: relative; /* for .prev / .next buttons */
}

.cart table {
	width:948px;
}

.cart th {
	padding-bottom:10px;
}

.borderBottom {
	border-bottom:1px dashed #6D5E51;
}

.cart td, .cart th {
	padding:10px;
}

.module1, .module2 {
	margin-top:20px;
}

#homepage {
	z-index:1000;
	position:absolute;
}

#homepage p {
	background-color:rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	color:#FFFFFF;
	width: 375px;
	font-family: 'Garamond', 'Times New Roman', Times, serif;
	font-size:24px;
	padding:10px;
	line-height:24px;
	margin: 265px 0 0 0px;
}

.fadein {
	position: relative;
	width: 560px;
	height: 552px;
	clear: both;
	float: left;
	overflow: hidden;
	background: black; /* REMOVE */
}

.fadein img {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 0;
	float: left;
}

/*HOMEPAGE PRODUCTS*/

#homepage_products {
	width: 396px;
	float: left;
	margin-left: 12px;
	*margin: 10px -10px 0 118px;
}

#homepage_products h2 {
	width: auto;
	background: none;
	border: 0;
	padding: 0;
}

#homepage_products h2,
#homepage_products p {
	padding-left: 12px;
	padding-right: 12px;
}

#homepage_products .product {
	float: left;
	width: 195px;
	height: 182px;
	background: rgba(255,255,255,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
	margin: 0 3px 3px 0;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
	cursor: pointer;
}

#homepage_products .product:hover {
	background: rgba(255,255,255,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#99FFFFFF);
}

#homepage_products .fullwidth {
	width: 393px;
}

/*STOCKISTS*/

.regionMenu {
	width:206px;
	float:left;
	padding-right:20px;
	background:#D8D4C9;
	height:424px;
	font-family: 'Garamond', 'Times New Roman', Times, serif;
	font-size:20px;
	color:#65443C;
	padding-top:10px;
}

.regionMenu li {
	cursor:pointer;
}

.regionMenu li:hover {
	color:#DF0045;
}

h4 {
	color:#DF0045;
	font-weight:bold;
}

.scrollable3 .items .regionCol {
	width:230px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}

.region {
	font-size:12px;
}

.last {
	margin-right:0;
}

#viewlargelink {
	float:left;
	margin-left:101px;
}

#basket {
	background:url('../images/cart.png') no-repeat;
	margin: 3px 0 0 0;
	padding: 2px 0 0 23px;
	font-size:12px;
	float: right;
}

#basket span {
	width: 20px;
	display: inline-block;
}

label {
	display:block;
	float:left;
	width:150px;
}

.orderCol .formField {
	width:140px;
}

.formField {
	padding:5px;
	width:180px;
}

#personalisation {
	margin-top: 1em;
	width: 300px;
}

#personalisation label {
	font-size: 11px;
	line-height: 14px;
	height: 35px;
}

#personalisation p {
	font-size: 11px;
	line-height: 14px;
	margin: 4px 0 0 81px
}

#personalisation img {
	float: left;
	margin-right: 0.5em;
}


#js_colour_options {
	width: 315px;
	z-index: 500;
	margin-top: 70px;
	font-size: 10px;
	position: relative;
	pointer-events: none;
}

#js_colour_options div {
	margin-right: 5px;
	float: left;
}

.persfield {
	font-size:26px;
	margin-top:5px;
	
	font-family: monospace;
	padding: 0 5px;
	letter-spacing: 1.35em;
	width: 205px;
	height: 35px;
	line-height: 35px;
	background-color: transparent;
	background: url('../images/personalisedInput.png') no-repeat top left;
	border: none;
}

.persfield:focus {
	outline: none;
}

.push {
	margin-left:150px;
}

.clear {
	clear:both;
}

.global-form input, .global-form label, .global-form select {
	margin-top:10px;
}

#hideGalleryInput {
	clear:both;
}

.col1 {
	width:254px;
	margin:0 20px 0 0;
	float:left;
	padding-bottom:20px;
	line-height: 1.3em;
	font-family: 'Garamond', 'Times New Roman', Times, serif;
}

.imageCol {
	width:399px;
	float:left;
}

strong {
	color:#DF0045;
}

.nav .prev:not([dummy]),
.nav .next:not([dummy]),
.nav2 .prev:not([dummy]),
.nav2 .next:not([dummy]),
#homepage p:not([dummy]),
#homepage_products .product:not([dummy]),
#homepage_products .product:hover:not([dummy]) {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

#fb {
	margin-left:-10px;
}
