/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; margin-top: 20px; }

#bodyWrapper { width: 950px; margin: auto; }

/* specific link colours for this site */
a         { color: #ed1c24; text-decoration: none; }
a:link    { color: #ed1c24; text-decoration: none; }
a:visited { color: #ed1c24; text-decoration: none; }
a:hover   { color: #231f20; text-decoration: none; }
a:active  { color: #231f20; text-decoration: none; }


/*******************/
/* header elements */
/*******************/
#header {  }

.worldpay_container{ margin-top:20px; }
.worldpay_container img{ padding-top:10px; }

#logo { float: left; }

#search-form { float: right; }

#twitterContainer { width: 948px; margin-top:20px; }
#twitterContainer #icon {	
	float:left;
	width: 38px;
	background: url(../images/twitter_icon.png) no-repeat;
	height:34px;
}
#twitterContainer #text { 
	float:left;  
	color:#555555; 
	font-size: 11px;
	margin:5px 0 0 11px; 
	padding:0px 5px;
	width:885px;
}

#search-form p * {
	background: #bcbdc0;
	border: 1px solid #dedee0;
	color: #fff;
	padding: 3px 6px 2px;
	text-transform: uppercase;
}
#search-form #search-form-submit { background: #939598; padding: 2px 6px 1px; }

#nav-header { background: #bcbdc0; margin-bottom: 20px; }

ul#nav { float: left; }
ul#nav li {
	float: left;
	font-size: 1.3em;
	border-right: 3px solid #fff;
	text-transform: lowercase;
}
ul#nav li a       { background: #bcbdc0; color: #231f20; display: block; padding: 10px 15px; }
ul#nav li a:hover { background: #ed1c24; color: #fff; text-decoration: none; }

#basket {
	background: #ed1c24;
	border-left: 2px solid #fff;
	color: #fff;
	float: right;
	font-size: 1.1em;
	padding: 10px 15px;
	text-transform: uppercase;
}
#basket a { color: #fff; text-decoration: underline; }

/********************/
/* content elements */
/********************/

h1 {
	background: #939598;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding: 0 15px;
	text-transform: lowercase;
}

.content { font-size: 1.1em; }

#side { float: left; width: 250px; }

#side h1 {
	margin-bottom: 0;
}

#our-collections {
	background: #e7e7e8;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 25px;
	padding: 3px 5px 25px;
	text-transform: lowercase;
}
#our-collection li {  }
#our-collection li.sale { !important;  }

#our-collections > li > a { border-bottom: 1px dotted #ed1c24;   }
#our-collections ul { border-bottom: 1px dotted #ed1c24; font-weight: normal; }
#our-collections li a { display: block; color: #231f20; padding: 2px 10px; }
#our-collections li li a { color: #636466; }
#our-collections li a:hover { background: #fff; }

#our-collections > li.sale > a { border:0px; color:#ed1c24; border-bottom: 1px dotted #ed1c24; }


#sign-up-form {
	background: #e7e7e8;
	font-size: 1.4em;
	margin-bottom: 25px;
}
#sign-up-form input {
	background: #bcbdc0;
	border: 0;
	color: #fff;
	margin: 1px 2px;
	padding: 5px 15px;
	text-transform: lowercase;
	width: 216px;
}
#sign-up-form #sign-up-form-button {
	background: #ed1c24;
	font-size: 0.714em;
	margin: 6px;
	padding: 2px 6px;
	text-transform: uppercase;
	width: auto;
}

#side-word {
	background: #e7e7e8;
	padding: 5px 15px;
}
#side-word h2 { font-size: 1.1em; text-transform: uppercase; }

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

#exclusives {
	height: 324px;
	overflow: hidden;
	position: relative;
	width: 671px;
}

#exclusives .items { position: absolute; width: 10000px; }
#exclusives .items div { float: left; }

#exclusives-nav {
	background: #666;
	color: #fff;
	line-height: 2.1em;
	margin-bottom: 20px;
	padding: 3px 2px;
}

#exclusives-nav a { color: #fff; }
#exclusives-nav a:hover,
#exclusives-nav a.active,
#exclusives-nav .prev:hover,
#exclusives-nav .next:hover { color: #aaa; }

#exclusives-nav .prev,
#exclusives-nav .next {
	display: inline-block;
	cursor: pointer;
	padding: 0 4px;
}

#exclusives-nav .navi {
	background: #222;
	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;
	text-align: center;
	width: 638px;
}

/*
#exclusives { position: relative; }
#exclusive-content {
	background: #959594;
	background: rgba(176, 176, 176, 0.8);
	color: #fff;
	height: 324px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
}
#exclusive-content h1 {
	background: #e4e4e4;
	background: rgba(255, 255, 255, 0.7);
	color: #231f20;
}
#exclusive-content-content {
	font-size: 1.3em;
	height: 255px;
	line-height: 1.4em;
	overflow: hidden;
	padding: 0 10px;
}
#exclusive-pagination {
	bottom: 0;
	position: absolute;
}
#exclusive-pagination li {
	background: #c9cac9;
	background: rgba(210, 210, 210, 0.6);
	color: #555;
	cursor: pointer;
	float: left;
	margin-right: 2px;
	padding: 2px 0 5px;
	text-align: center;
	width: 92px;
}
#exclusive-pagination li:hover {
	background: #e4e4e4;
	background: rgba(255, 255, 255, 0.7);
}
*/


/***********/
/* headers */
/***********/
#dynamic-header {
	list-style: none;
	height: 326px; /* change me */
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px; /* change me */
}
#dynamic-header .dynamic-header-image {
	left: 0px;
	position: absolute;
	top: 0px;
}
#dynamic-header #dynamic-header-pagination {
	bottom: 10px;
	cursor: pointer; /* doesn't make sense but the 'links' have a weird transition otherwise */
	position: absolute;
	right: 10px;
	z-index: 1001;
}
#dynamic-header #dynamic-header-pagination span {
	background: #ccc;
	background: rgba(255, 255, 255, 0.8);
	color: #555;
	cursor: pointer;
	padding: 2px 5px;
}
#dynamic-header #dynamic-header-pagination span:hover,
#dynamic-header #dynamic-header-pagination span.dynamic-header-selected {
	background: #aaa;
	background: rgba(255, 255, 255, 0.45);
}

/********/
/* tabs */
/********/
/* non-JS styeles */
.tabcontainer {  }
.tabcontainer .tab {  }
.tabcontainer .tab .tabtitle   {  }
.tabcontainer .tab .tabcontent {  }

/* JS styles */
.tabcontainer.decorated .tabbar {  }
.tabcontainer.decorated .tabbar li {
	background: #e2e2e2;
	color: #333;
	cursor: pointer;
	float: left;
	padding: 5px 10px;
}
.tabcontainer.decorated .tabbar li:hover,
.tabcontainer.decorated .tabbar li.selected {
	background: #d31919;
	color: #fff;
}

.tabcontainer.decorated .tab { border: 4px solid #dbdbdb; padding: 15px 20px; }
.tabcontainer.decorated .tab .tabtitle   {  }
.tabcontainer.decorated .tab .tabcontent {  }


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .detail  { float: right; width: 520px; }
.item .title   { font-size: 1em; font-weight: bold; margin-bottom: 0; text-transform: uppercase; }
.item .title a { color: #231f20; }
.item .date    { color: #989898; font-size: 0.909em; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer {
	color: #555;
	font-family: Arial, helvetica, sans-serif;
	padding: 10px 0;
	text-transform: uppercase;
}
#footer a { color: #555; }

#footer-links { float: left; }
#footer-links li { float: left; margin-right: 7px; }
#footer div { float: right; }


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error {  color: #f00; } /* error box in red */