/* ----- end float fix ----- */
body{
	background:#e7f7f7;
	color:#555;
	font: 75%/150% Georgia, "Times New Roman", Times, serif;	
	text-align:center;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#d4176e;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{
	font-size:120%;
	font-style: italic;
	color: #BA145F;
	}
h4, h5{font-size:100%;}
hr{display:none;}

.nb{color: #BA145F;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:873px;
	text-align:left;
	background: url(../images/pagebackground.gif) repeat-y;
	position:relative;
}

/* ----- header area ----- */
#header{
	position:relative;
	background:url(../images/picture_contact.jpg) 150px 0px no-repeat;
	padding: 0px;
	margin: 0px;
	height: 311px;
	width: 100%;
	z-index: 0;
}

#home #header{
	background:url(../images/home_picture.jpg) 130px 0px no-repeat;
}	

#is_this_you #header{
	background:url(../images/picture_isthisyou.jpg) 190px 0px no-repeat;
}

#top_tips #header, #where_you_like_to_shop #header{
	background:url(../images/picture_toptips.jpg) 130px 0px no-repeat;
}

#shopping_blog #header, #about_us #header{
	background:url(../images/picture_shoppingdiary.jpg) 220px 0px no-repeat;
}

#tell_a_friend #header{
	background:url(../images/picture_whatmycustomerssay.jpg) 220px 0px no-repeat;
}

#testimonials #header{
	background:url(../images/picture_whatmycustomerssay2.jpg) 200px 0px no-repeat;
}

#recommend_a_website #header{
	background:url(../images/picture_recommendawebsite.jpg) 180px 0px no-repeat;
}

#e-books #header, #products #header{
	background:url(../images/picture_ebook.jpg) 230px 0px no-repeat;
}


#tagline {
	position:absolute;
	margin:0;
	padding:0;	
	top:70px;
	left:565px;
}


#is_this_you #tagline {
	top:50px;
	left:640px;
}

#top_tips #tagline {
	top:120px;
	left:600px;
}

#shopping_blog #tagline {
	top:90px;
	left:550px;
}

#testimonials #tagline {
	top:30px;
	left:620px;
}

#recommend_a_website #tagline {
	top:25px;
	left:630px;
}

#e-books #tagline, #products #tagline {
	top:50px;
	left:520px;
}

#where_you_like_to_shop #tagline {
	top:120px;
	left:585px;
}

#tell_a_friend #tagline {
	top:5px;
	left:620px;
}

#book_an_online_consultation #tagline {
	top:20px;
	left:610px;
}

#about_us #tagline {
	top:60px;
	left:620px;
}


/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	z-index: 1;
	margin:0;
	padding:0;
	width:221px;
	height:311px;
	top:0;
	left:0px;
	font-size:500%;
	line-height:180%;
	text-align:center;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ------menu bar--------*/

#menubar{
	left: 35px;
	height:39px;
	overflow: hidden;
	position:relative;
/*	background-color: #000; /* menu background colour if images are turned off */
	z-index:3; /* firefox needs this to position menu bar over the top of later content allowing links to work*/
}

#menubar ul{
	margin:0;
	padding: 0; 
	list-style-type:none; /*removes bullets from the list*/ 
	text-align:center; /*aligns the text to what should end up as the center of each graphical button*/
}
#menubar ul li{ 
	float:left;

} 
#menubar ul li a{
	position:relative;
	display:block; /*makes the anchor fill the list item so clicking any part of the graphical button will work, also allows the anchor to take a width*/
	line-height:39px; /*set equal to the height of the navbar image. Using line-height, rather than height, will get the text aligned to the vertical centre of the button*/
	font-size:110%;
	font-weight:bold;
	color:#7D0119;	/* colour for link text if images are turned off */
	text-decoration:underline; /* stop text link underlining if images are turned off */
	border-bottom-style: none; /* tidy up later */
	margin:0;padding:0;
} 
#menubar ul li a span {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	height:39px;
	width:100%;
	background-repeat: no-repeat;
	background-position:0 0;
	overflow:hidden;
}

/* Set width and image on each span (if all equal set individual width on anchor instead.
Make sure the combined width doesn't exceed the total width of the menu bar */

#menubar ul li a#menu_isthisyou{
	width:126px;
}
#menubar ul li a#menu_tips{
	width:111px;
}
#menubar ul li a#menu_blog{
	width:151px;
}
#menubar ul li a#menu_shop{
	width:208px;
}
#menubar ul li a#menu_testimonials{
	width:207px;
}
#menubar ul li a#menu_isthisyou span{
	background-image:url(../images/menu_isthisyou.gif);
}
#menubar ul li a#menu_tips span{
	background-image:url(../images/menu_toptips.gif);
}
#menubar ul li a#menu_blog span{
	background-image:url(../images/menu_shoppingblog.gif);
}

#menubar ul li a#menu_shop span{
	background-image:url(../images/menu_whereyouliketoshop.gif);
}

#menubar ul li a#menu_testimonials span{
	background-image:url(../images/menu_whatmycustomerssay.gif);
}

#menubar ul li a:link span, #navbar ul li a:visited span{ background-position: 0 0;} /* image in base position */
#menubar ul li a:hover span, #navbar ul li a:focus span, #navbar ul li a:active span { background-position: 0 -39px;} /* shift image up to selected position */
#menubar ul li a:hover, #navbar ul li a:focus, #navbar ul li a:active {color: #d4176e;} /* selected text colour*/

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	display:none;
}

#where_you_like_to_shop #breadcrumbs {
	display: block;
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	border-bottom: #CCCCCC 1px solid;
}

#navDept li.first{
	border-top: #CCCCCC 1px solid;
}
#leftmenu li a:hover, #leftmenu li a.selected{background:#F5F5F5;}
#navDept li a:hover, #navDept li a.selected{background:#F5F5F5;}
#navDept li a span{
	display:block;
	padding:5px 20px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
	width: 600px;
}

#navSubDept img {
	float: left;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.where_you_like_to_shopMain #navSubDept img {
	float: none;
	border: none;
}
#navSubDept{
	margin:0;
	padding-top:10px;
	color:#d4176e;
}
#navSubDept li{
	line-height:150%;
	padding: 0 10px 10px 0;
	list-style:none;
	display: inline;
}
#navSubDept li a, #navSubDept li a:visited {color:#d4176e;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#000;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;
	color:#555;
}
#navTools li a:hover, #navTools li a.selected{background:#ddd;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a, .navStatic li a:visited{
	display:block;
	width:100%;	
	color:#d4176e;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:200px;
	margin-left:35px;
	margin-top:20px;
}


/* ----- main content area ----- */
#main{
	float:left;
	width:570px;
	margin: 0 0 30px 30px;
}

#instructions{
	width:770px;
	margin-left:50px;
}

.homeMain #content, .indexMain #content, .is_this_youMain #content, .book_an_online_consultationMain #content, .recommend_a_websiteMain #content, .tell_a_friendMain #content, .about_usMain #content, #top_tips #content, #top_tips #articles, #shopping_blog #content, #shopping_blog #articles, #testimonials #content, #testimonials #articles, #special_offers #content, #newsletter_archive #content, #newsletter_archive #articles {
	float:left;
	width:355px;
}


#main h2{
	font-weight:normal;
	padding:0;
	color:#d4176e;
	font-size:160%;
	clear:both;
}

#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin: 15px 0 5px 0;
	color:#d4176e;
	font-size:180%;
}

.homeMain h2#pageTitle {
	display: none;
}

.homeMain #ads {
	top: 15px;
}

.homeMain #content {
	margin-top: 8px;
}

#main h3 {
	margin-top: 0.5em;
}

#main li {
	line-height: 150%;
	color:#555;
}

.note{
	font-size:110%;
}

#ads {
	position: relative;
	text-align: right;
	top: -20px;
	float: right;
	width: 195px;
	margin: 0;
}

#ads img {
	margin: 5px 0;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

.signature {
	width: 100%;
	margin-left: 150px;
}
/* ----- footer area ----- */
#footer{
	background:url(../images/footer.gif) no-repeat;
	height: 42px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	float: left;
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul {
	margin:10px 0 0 30px;
}

#footer li{display:inline;margin-right:.5em;}

#footer a:link, #footer a:visited, #footer a:active{
	color:#B1B1B1;
	text-decoration:none;
}

#footer a:hover{
	color:#777;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin:10px 30px 0 0;
	color:#CCCCCC;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:25px;
	line-height:16px;
	float:right;
}
#pagination p{
	margin:0;
	float:left;
	width:100px;
}

#pagination p.links{
	float: right;
	text-align: right;
	margin-right: 35px;
	width: 400px;
}

#pagination a{
	margin-left:10px;
	margin-top:3px;
}

#pagination a.selected{
	color:#999;
}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
	clear: both;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	background:#f1f1f1;
	border:1px solid #e1e1e1;
	color:#777;
}
.products li:hover{
	background:#f5f5f5;
	border:1px solid #e5e5e5;
}
.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	background:none;
}
.products li h3 a{color:#555;}
.products li h3 a:hover{color:#000000;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
	color:#d4176e;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}



/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin: 7px 0 10px 0;
	padding-bottom: 10px;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width: 300px;
	padding:0 5px;
	margin:7px 0 0 0;
}

#product .info label,  #product .info select{
	position: relative;
	left: 17px;
}

#product .info p#addBasket label{
	position: relative;
	left: 0px;
}
#product .infonoprice{	
	float:right;
	width: 280px;
	padding: 0 15px;
}
#product .info .subhdr{
	padding-top:2px;
}

.fs {
	float: right;
	padding:5px 5px 0 10px;
}

#product .sample {
	padding:0;
}

#product .info p, #product .info h3{
	margin:0 0 0.2em 15px;
}

#product .info p.price{
	margin-top:0.5em;
	color:#d4176e;
	font-size:120%;
	padding:0;
}

#product .info .notes{
	font-size:90%;
}

#product .info h2#pageTitle{
	margin: 0 0 10px 15px;
}

#tbyb, #tbybcd{
	background-color:#F4F4F4;
	margin: 15px 0;
}

#productdetails{
	clear:both;
}

#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{
 width: 550px;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none; 
}
#articles ul{
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	list-style:url(../graphics/plain/arrow3.gif) none inside;
	background: url(../images/lippie.gif) no-repeat right bottom;
	margin:1em 0;
	padding:8px 70px 8px 15px;
	border:1px solid #eee;
}

.what_can_i_wear_ebook_pdfMid #articles ul li, .what_can_i_wear_cdMid #articles ul li {
	background: none;
}

.shopping_blogMain #articles ul li {
		background: url(../images/dress.gif) no-repeat right bottom;
}

.testimonialsMain ul {
	margin:0;
	padding:0;
}

.testimonialsMain ul li {
	padding:0;
	background: url(../images/jar.gif) no-repeat right bottom;
	list-style: none;
	line-height:150%;
	margin:1em 0;
	padding:8px 70px 8px 15px;
	border:1px solid #eee;
}

#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

.shopping_diaryMain #articles {
}

/* ----- customer reviews ----- */
#reviews{
	width: 450px;
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */

#productDisplay{
	margin:0;
	padding:0;
}

fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:355px;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#d4176e;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#d4176e;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#d4176e;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}
/* spam trapping css to hide input field from Humans */
.hideInput { display:none; }

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

.dept_desc, h3.dept_title{
	float: right;
	width: 400px;
	margin-right: 20px;
	display: inline;
}

.where_you_like_to_shopMain h3.dept_title, .where_you_like_to_shopMain .dept_desc{
	display: none;
	
}

h3.dept_title {
	text-transform: capitalize;
	margin-bottom: 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */