/* CSS Document */

* {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* ELEMENTS */
html, body, form {
	margin:0;
	padding:0;
	height:100%;
}
html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height:1.5;
	background-color:#fff;
	color:#313131;
	text-align:center;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	text-align:left;
}
h1 {
	font-size:1.4em;
	margin-bottom:0.6em;
	color:#ff6cc0;
}
h2 {
	font-size:1.2em;
	margin:0;
	font-weight:normal;
}
h3 {
	margin-bottom:0.2em;
}
h4 {
	font-size:1.8em;
	margin-bottom:0.2em;
}
p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}
img {
	border:none;
	vertical-align:middle;
}
hr {
	background:none;
	border:none;
	border-bottom:1px solid #5a5a5a;
	height:0px;
	clear:both;
	padding:1.7em 0 0 0;
	margin:0 0 1.7em 0;
 margin:1.7em 0 1.7em 0 !justIE;
 padding:0 !justIE;
}
input, textarea, select {
	font-size:1em;
}
input.textbox, textarea.textbox {
	border:1px solid #777;
	background-color:#fff;
	color:#313131;
	width:200px;
}
input.button, a.button {
	border:1px solid #777;
	background-color:#fff;
	color:#313131;
	font-weight:normal;
}
input.button[disabled] {
	color:#eee;
}
input.pinkbutton, a.pinkbutton {
	border:1px solid #9f9f9f;
	background:#da3694 url(/img/pinkbutton_Background.gif) repeat-x;
	color:#fff;
	font-weight:normal;
	font-size:17px;
	text-align:left;
	padding:2px 10px 2px 19px;
}
#pinkbuttonarrow {
	float:right;
	position:absolute;
	top:9px;
	left:140px;
}
* html #pinkbuttonarrow {
	left:120px;
}
select {
	color:#313131;
}
ul {
	list-style:circle;
	margin:0;
	padding:0;
	padding-left:20px;
}
li {
	margin:0;
	padding:0;
	_height:0; /* IE6- Bug Fix */
	vertical-align: bottom; /* IE6- Bug Fix */
}
table {
	border:none;
	border-style:none;
	border-spacing:0px;
	border-collapse:collapse;
}
table tr {
	margin:0;
}
table th, table td {
	margin:0;
	border:none;
	vertical-align:top;
}
table th {
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
.stockist td {
	width:33%;
	text-align:left;
	white-space:nowrap;
	padding: 20px 0 0 0;
}
.stockist h3 {
	padding: 30px 0 0 0;
}
small {
	font-size:0.85em;
}
big {
	font-size:1.5em;
}
a {
	text-decoration:underline;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	color:#313131;
}
a:hover {
	text-decoration:underline;
}
fieldset {
	border:1px solid #999;
 padding:0 10px 10px 10px !justIE;
}
fieldset legend {
	font-weight:normal;
 margin-bottom:7px !justIE;
 margin-left:-7px !justIE;
	padding:1px 5px;
	border:1px solid #999;
}
/* CONTENT */
strong, .bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.error {
	color:#c00;
	font-weight:bold;
}
.note {
	color:#FF6CC0;
	font-weight:bold;
}
/* SECTIONS */
#content, .mastheadContent, #footerContent {
	width:870px;
	text-align:left;
	margin:0px auto;
	font-size:1.3em;
	clear:both;
	overflow:visible;
}
#content {
	padding:20px 0 0 0;
}
#container {
	min-height:100%;
}
* html #container {
	overflow:visible;
	height:100%;
}
#masthead {
/*	background-color:#424242;*/
	position:relative;
	padding-bottom:35px;
	border-bottom:1px solid #606060;
}
* html #masthead {
	overflow:visible;
	height:1%;
}
#masthead h1 {
	padding:72px 0 24px 0;
}
#masthead h1 a {
	text-decoration: none;
	display:block;
	width:536px;
	height:38px;
	background:transparent url(/img/mastheadLogo.jpg) left top no-repeat;
	text-indent:-9999em;
	overflow:hidden;
	margin:0 auto;
}
/*#mastheadSection1 {
	overflow:hidden;
}*/
* html #mastheadSection1 {
	overflow:visible;
	height:1%;
}
#footerSpacer {
	clear:both;
	height:76px;
}
#footer {
	clear:both;
	margin:-56px 0 0 0;
	background-color:#424242;
	font-size:0.9em;
	height:56px;
}
#footer a {
	color:#808080;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	clear:both;
	color:#313131;
	margin:5px 0 10px 0;
	padding:5px 0 10px 0;
	font-size:1.3em;
}
#footer img {
	margin-left:20px;
	padding-left:20px;
}
/* NAVIGATION */

/* Primary Nav */
ul.horizontalMenu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.horizontalMenu li {
	display:block;
	padding:0 9px;
	background:transparent url(/img/primaryNavBullet.gif) right 1.5em no-repeat;
	float:left;
}
ul.horizontalMenu li a {
	line-height:35px;
	overflow:visible;
	display:block;
	padding:0;
	text-decoration:none;
	color:#313131;
	text-transform:lowercase;
}
ul.horizontalMenu li a:hover {
	text-decoration:none;/*	color:#a6a6a6;*/
}
ul.horizontalMenu li.last {
	background:none;
}
ul.horizontalMenu li.selected a {
	color:#ff6cc0;
}


/* Primary Nav */
ul#primaryNav {
	background:transparent url(/img/asterisk.gif) left 1.3em no-repeat;
	padding:0 0 0 10px;
	margin-left:-18px;
	height:35px;
	position:absolute;
	bottom:-1px;
}
ul#primaryNav li {
	height:35px;
	/*overflow:hidden;*/
}
#primaryNav em{
	font-style:normal;
	color:#f234a0;
	text-transform:none;
}
ul#primaryNav li a {
	/*line-height:999em;
	background:transparent url(/img/primaryNavItems.gif) left 3px no-repeat;*/
	font-size:15px; /* this is important so that the menu items are the right width for the images */
}
ul#primaryNav li a:hover{
	color:#F76ABB;	
}
ul#primaryNav li.selected{
}
ul#primaryNav li.selected a{
	cursor:default;	
}
ul#primaryNav li a#home {
	background-position:0px 0px;
}
ul#primaryNav li.selected a#home {
	background-position:-200px 0px;
}
ul#primaryNav li a#specials {
	background-position:0px -100px;
}
ul#primaryNav li.selected a#specials {
	background-position:-200px -100px;
}
/*ul#primaryNav li a#shoppingAssistant {
	background-position:0px -200px;
}
ul#primaryNav li.selected a#shoppingAssistant {
	background-position:-200px -200px;
}*/
ul#primaryNav li a#wishlist {
	background-position:0px -300px;
}
ul#primaryNav li.selected a#wishlist {
	background-position:-200px -300px;
}
ul#primaryNav li a#myAccount {
	background-position:0px -400px;
}
ul#primaryNav li.selected a#myAccount {
	background-position:-200px -400px;
}
ul#primaryNav li a#register {
	background-position:0px -500px;
}
ul#primaryNav li.selected a#register {
	background-position:-200px -500px;
}
ul#primaryNav li a#blog {
	background-position:-1px -600px;
}
ul#primaryNav li.selected a#blog {
	background-position:-201px -600px;
}
ul#primaryNav li a:hover {
}
ul#primaryNav li.last {
	background-image:none;
}
/*ul#primaryNav li.selected a, ul#primaryNav li.selected a em {
	color:#ff6cc0;
}*/
#secondarygroup{
	position:absolute;
	top:0;
	right:0;
}
/* eComm Nav */
ul#eCommNav {
	float:right;
	padding:0;
	background-color:#606060;
	/*position:absolute;
	top:0;
	right:0;*/
}
ul#eCommNav li {
	height:35px;
	overflow:hidden;
	color:#DDD;
}
ul#eCommNav.horizontalMenu li a {
	color:#fff;
}
ul#eCommNav li a#checkout, ul#eCommNav li a#currency {
	line-height:999em;
	background:transparent url(/img/miscNavItems.gif) left 3px no-repeat;
	font-size:15px; /* this is important so that the menu items are the right width for the images */
}
ul#eCommNav li a#checkout {
	background-position:0 -400px;
}
ul#eCommNav li.selected a#checkout {
	background-position:-200px -400px;
}
ul#eCommNav li a#currency {
	background-position:0 -500px;
}
ul#eCommNav li.selected a#currency {
	background-position:-200px -500px;
}
/*ul#eCommNav li a:hover {
}
ul#eCommNav li.last {
}
ul#eCommNav li.selected a {
}*/
/* Secondary Nav */
ul#secondaryNav {
	float:right;
/*	overflow:hidden;*/
/*	position:absolute;
	top:0;
	right:280px;*/
}
* html ul#secondaryNav {
	overflow:visible;
	height:1%;
}
ul#secondaryNav li {
	height:35px;
	overflow:hidden;
}
ul#secondaryNav li a {
/*	line-height:999em;
	background:transparent url(/img/secondaryNavItems.gif) left 3px no-repeat;*/
	font-size:14px; /* this is important so that the menu items are the right width for the images */
	color:#999;
}
ul#secondaryNav li a:hover{
	color:#DDD;	
}
#secondaryNav li.selected a, #secondaryNav li.selected a:hover{
	color:#BBB;
	cursor:default;
}
ul#secondaryNav li a#sale {
	background-position:0px -906px;
	width:100px;
}
ul#secondaryNav li.selected a#sale {
	background-position:-200px -906px;
	width:100px;
}
/*ul#primaryNav li a#newProducts {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat 0 0;
}
ul#secondaryNav li.selected a#newProducts {
	background-position:-200px 0px;
}
ul#primaryNav li a#bras {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat 0 -100px;
}
ul#primaryNav li.selected a#bras {
	background-position:-200px -100px;
}
ul#primaryNav li a#knickers {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat 0 -200px;
}
ul#primaryNav li.selected a#knickers {
	background-position:-200px -200px;
}
ul#primaryNav li a#thongs {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat 0 -300px;
}
ul#primaryNav li.selected a#thongs {
	background-position:-200px -300px;
}
ul#primaryNav li a#tops {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat -2px -400px;
}
ul#primaryNav li.selected a#tops {
	background-position:-202px -400px;
}
ul#primaryNav li a#nightwear {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat 0 -500px;
}
ul#primaryNav li.selected a#nightwear {
	background-position:-200px -500px;
}
ul#primaryNav li a#mens {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat 0 -600px;
}
ul#primaryNav li.selected a#mens {
	background-position:-200px -600px;
}*/
/*ul#secondaryNav li a#ranges				{ background-position:0px -600px;}	ul#secondaryNav li.selected a#ranges			{ background-position:-200px -600px;}
ul#primaryNav li a#entireCollection {
	background:transparent url(/img/secondaryNavItems.gif) no-repeat 0 -800px;
}
ul#secondaryNav li.selected a#entireCollection {
	background-position:-200px -800px;
}
ul#secondaryNav li a:hover {
}
ul#secondaryNav li.last {
}*/
/* Misc Nav */
ul#masthead_miscNav {
	padding:0 10px 0 15px;
	background-color:#fff;
	float:right;
}
ul#masthead_miscNav li {
	margin:0 20px 0 0;
	padding:0 0 0 8px;
	background:transparent url(/img/primaryNavBullet.gif) left 1.4em no-repeat;
	height:35px;
	overflow:hidden;
}
.usMiscNavBlankPlaceholder {
	height:35px;
}
ul#masthead_miscNav li a {
	line-height:999em;
	background:transparent url(/img/miscNavItems.gif) left 3px no-repeat;
	font-size:15px; /* this is important so that the menu items are the right width for the images */
}
/*ul#primaryNav li a#viewByRange {
	background:transparent url(/img/miscNavItems.gif) no-repeat 0 0;
}
ul#masthead_miscNav li.selected a#viewByRange {
	background-position:-200px 0px;
}*/
ul#masthead_miscNav li a#membership {
	background-position:0px -100px;
}
ul#masthead_miscNav li.selected a#membership {
	background-position:-200px -100px;
}
ul#masthead_miscNav li a:hover {
}
ul#masthead_miscNav li.last {
	margin:0 6px 0 0;
	background:transparent url(/img/primaryNavBullet.gif) left 1.4em no-repeat;
}
ul#masthead_miscNav li.selected a {
}
#footerContent {
	line-height:56px;
	height:56px;
	color:#313131;
	overflow:visible;
	white-space:nowrap;
}
#footerContent ul.horizontalMenu {
	clear:both;
	padding:0 0 0 10px;
	overflow:hidden;
	background:none;
	margin-left:-10px;
	position:absolute;
	color:#fff;
}
* html #footerContent ul.horizontalMenu {
	overflow:visible;
	height:1%;
	width:945px;
}
#footerContent ul.horizontalMenu li {
	background:transparent url(/img/primaryNavBullet.gif) right 2.5em no-repeat;
	height:56px;
	overflow:hidden;
}
#footerContent ul.horizontalMenu li.last {
	background:none;
}
#footerContent ul.horizontalMenu li a {
	line-height:999em;
	background:transparent url(/img/footerNavItems.gif) left 3px no-repeat;
	font-size:15px; /* this is important so that the menu items are the right width for the images */
}
#footerContent ul.horizontalMenu li a#aboutUs {
	background-position:0px -200px;
}
#footerContent ul.horizontalMenu li.selected a#aboutUs {
	background-position:-200px -200px;
}
#footerContent ul.horizontalMenu li a#contactUs {
	background-position:0px -300px;
}
#footerContent ul.horizontalMenu li.selected a#contactUs {
	background-position:-200px -300px;
}
/*#footerContent ul.horizontalMenu li a#requestCatalogue	{ background-position:0px -400px;}	 	#footerContent ul.horizontalMenu li.selected a#requestCatalogue{ background-position:-200px -400px;}*/
#footerContent ul.horizontalMenu li a#returns {
	background-position:0px -400px;
}
#footerContent ul.horizontalMenu li.selected a#returns {
	background-position:-200px -400px;
}
#footerContent ul.horizontalMenu li a#press {
	background-position:0px -500px;
}
#footerContent ul.horizontalMenu li.selected a#press {
	background-position:-200px -500px;
}
#footerContent ul.horizontalMenu li a#tandc {
	background-position:0px -600px;
}
#footerContent ul.horizontalMenu li.selected a#tandc {
	background-position:-200px -600px;
}
#footerContent ul.horizontalMenu li a#mailingList {
	background-position:0px -700px;
}
#footerContent ul.horizontalMenu li.selected a#mailingList {
	background-position:-200px -700px;
}
#footerContent ul.horizontalMenu li a#stockists {
	background-position:0px -800px;
}
#footerContent ul.horizontalMenu li.selected a#stockists {
	background-position:-200px -800px;
}
#footerContent ul.horizontalMenu li a#blog {
	background-position:0px -900px;
}
#footerContent ul.horizontalMenu li.selected a#blog {
	background-position:-200px -900px;
}
*/  #footerContent em {
 color:#313131;
 font-style:normal;
 text-transform:none;
}
/* UTILITIES */

.clearfix {
	overflow:hidden;
}
* html .clearfix {
	overflow:visible;
	height: 1%;
}
.clearfix:after {
	content:".";
	height:1px;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
div.placeholder { /* Used for development and ddCMS backend */
	background-color:#eee;
	text-align:center;
	overflow:hidden;
	position:relative;
}
div.placeholder div {
	position:absolute;
	overflow:visible;
	top:45%;
	left:0px;
	height:1em;
	width:100%;
	font-size:1.3em;
	font-weight:bold;
	color:#999;
}
#top {
	font-size:0.9em;
	text-align:right;
	padding: 0 10px 10px 0;
	background:transparent url(/img/top-arrow.gif) right 5px no-repeat;
}

