html {
	font-size:62.5%;
	height:100%;
	margin-bottom:1px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1.2em;
	padding-bottom:50px;
}
* {
	-moz-outline:none;
}
a {
	color:#7D754B;
	text-decoration:none;
}
a:hover {
	color:#7D754B;
	text-decoration:underline;
}
a:active {
	outline:none;
}
.hide {
	display:none;
}
.show {
	display:inline;
}
.jsshow {
	display:none;
}
.withScript .jsshow {
	display:inline;
}
.notVisible {
	visibility:hidden;
}
.clear {
	clear:both;
	height:1px;
}
.clearl {
	clear:left;
	height:1px;
}
.clearr {
	clear:right;
	height:1px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.txtIndent {
	overflow:hidden;
	text-indent:-9999px;
}
.asterix {
	color:#f90102;
}
.underline {
	text-decoration:underline;
}
.cursor {
	cursor:pointer;
}
strong {
	font-weight:bold;
}
.odd {
	background-color:#e7e6e1;
}
.even {
	background-color:none;
}
input, select, textarea, file {
	border:1px solid #D6D4CF;
	color:#999186;
	font-family:Arial, Helvetica, sans-serif;
}
#skipLinks ul, #skipLinks li {
	padding:0;
	margin:0;
	list-style:none;
}
#skipLinks li {
	display:inline;
}
#skipLinks a:link, #skipLinks a:visited {
	float:left;
	overflow:hidden;
	width:0;
	height:0;
	z-index:1002;
}
#skipLinks a:active, #skipLinks a:focus {
	position:absolute;
	overflow:visible;
	width:auto;
	height:auto;
	border:none;
	margin:0;
	padding:5px;
	z-index:10000;
	background-color:#FFF;
}
form legend {
	font-weight:bold;
	margin-bottom:10px;
	color:#000;
}
form div.formElement0 {
	margin-bottom:8px;
	width:337px;
	padding:10px;
}
form div.formElement0 label {
	width:120px;
	float:left;
	font-weight:bold;
	color:#45473B;
	font-size:1em;
	position:relative;
}
form div.formElement0 a {
	font-size:1em;
}
form div.formElement0 input.numerical {
	width:30px;
}
form div.formElement1 {
	margin-bottom:8px;
	position:relative;
	background-image:url(/pws/images/cell_bg2.gif);
	background-repeat:repeat-x;
	background-color:#EEEDE8;
	width:337px;
	padding:10px;
}
form div.formElement1 label {
	width:120px;
	float:left;
	font-weight:bold;
	color:#45473B;
	font-size:1em;
	position:relative;
}
form div.formElement1 a {
	font-size:1em;
}
form div.formElement1 input.numerical {
	width:30px;
}
form div.formElement2 {
	margin-bottom:8px;
	position:relative;
	background-image:url(/pws/images/cell_bg1.gif);
	background-repeat:repeat-x;
	background-color:#E7E6E1;
	width:337px;
	padding:10px;
}
form div.formElement2 label {
	width:120px;
	float:left;
	font-weight:bold;
	color:#45473B;
	font-size:1em;
	position:relative;
}
form div.formElement2 a {
	font-size:1em;
}
form div.formElement2 input.numerical {
	width:30px;
}
form div.formElement3 {
	margin-bottom:8px;
	position:relative;
	background-image:url(/pws/images/cell_bg1.gif);
	background-repeat:repeat-x;
	background-color:#E7E6E1;
	width:377px;
	padding:10px;
}
form div.formElement3 label {
	width:120px;
	float:left;
	font-weight:bold;
	color:#45473B;
	font-size:1em;
	position:relative;
}
form div.formElement3 a {
	font-size:1em;
}
form div.formElement3 input.numerical {
	width:30px;
}
form div.formElement4 {
	margin-bottom:8px;
	width:337px;
}
form div.formElement4 label {
	width:120px;
	float:left;
	font-weight:bold;
	color:#45473B;
	font-size:1em;
	position:relative;
}
form div.formElement4 input.postCode {
	float:left;
}
form div.formElement4 input.postCodeBtn {
	float:right;
	width:120px;
}
form div.formElement4 a {
	font-size:1em;
}
form div.formElement4 input.numerical {
	width:30px;
}
form div.formElement5 {
	margin-bottom:8px;
	width:450px;
}
form div.formElement5 label {
	width:135px;
	float:left;
	font-weight:bold;
	color:#45473B;
	font-size:1em;
	position:relative;
}
form fieldset.subFormSection {
	margin:20px 0;
}
form em.error {
	background:url("/pws/images/px_FormRedX.gif") no-repeat;
	margin-top:15px;
	padding:0 0 3px 18px;
	margin-left:0;
	color:#F00;
	height:14px;
	width:200px;
	display:inline;
}
form em.incomplete {
	background:url("/pws/images/px_FormGreyTick.gif") no-repeat;
	padding:0 0 3px 18px;
	margin-left:5px;
	height:14px;
	display:inline;
}
form em.success {
	background:url("/pws/images/px_FormGreenTick.gif") no-repeat;
	padding:0 0 3px 18px;
	margin-left:5px;
	height:14px;
	display:inline;
}
form#mystylistForm em.error {
	margin-left:5px;
	display:inline;
}
form#contactUsForm em.errorContainer em.success {
	position:absolute;
}
em.errorContainer em.error {
	float:left;
	margin:2px 0 2px 0;
}
em.errorContainer em.error.success {
	float:none;
	width:20px;
	margin:2px 0 2px 5px;
}
div#mainContentCont {
	float:left;
	width:778px;
	margin-top:20px;
}
div#pageCont {
	width:984px;
	margin:0 auto;
	margin-top:20px;
}
div#headerCont, div#mainCont, div#footerCont {
	float:left;
	text-align:left;
	width:100%;
	position:relative;
}
div#headerCont {
	height:50px;
	position:relative;
	z-index:1000;
}
div#mainCont {
	float:left;
	margin-top:1px;
	width:984px;
	border-top:2px solid #C0B29E;
}
div#footerCont {
	float:left;
	width:984px;
	border:1px solid #000;
}
form#searchForm {
	float:right;
	width:220px;
	height:22px;
}
form#searchForm label {
	display:none;
}
form#searchForm .searchGo {
	float:left;
	margin-left:5px;
	margin-top:0;
	border:none;
}
form#searchForm input#keywords {
	float:left;
	background-color:#F5F3EF;
	margin-top:2px;
	padding:1px;
	border:1px solid #D6D4CF;
	background-image:none;
	background-repeat:repeat-x;
	color:#515344;
	font-size:.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:100%;
}
form#changeCountryForm {
	position:absolute;
	left:350px;
	top:0;
	z-index:100;
}
form#searchForm {
	float:right;
	clear:right;
	text-align:right;
	margin-bottom:5px;
}
form#eNewsForm {
	float:right;
	clear:right;
	text-align:right;
	margin-bottom:5px;
}
div#miniBasket {
	float:right;
}
div#miniBasketOverview p {
	display:none;
}
div#miniBasketDetail {
	display:none;
}
div#miniBasketTotals {
	float:left;
}
div#miniBasketTotals {
	margin:0;
}
div#miniBasketTotals p {
	margin:0 0 0 7px;
	padding:0;
}
*html div#miniBasketTotals {
	margin:0 0 0 25px;
}
.withScript div#miniBasket {
	position:absolute;
	width:276px;
	right:0;
	top:48px;
	z-index:100;
	font-size:.9em;
	display:inline;
}
.withScript div#miniBasket.scroll {
	height:600px;
	overflow-y:auto;
}
.withScript div#miniBasketOverview p {
	float:right;
	display:inline;
	clear:left;
	margin-top:-3px;
	display:none;
}
.withScript div#miniBasketOverview a {
	float:right;
	margin-left:10px;
}
.withScript div#miniBasketDetail {
	float:right;
	width:90%;
	display:none;
	padding:15px 7px 0 7px;
	border:1px solid #E5E2DB;
	background-color:white;
	z-index:100;
}
.withScript div#miniBasketDetail p {
	width:100%;
}
.withScript div#miniBasketDetail p {
	float:left;
	margin-top:15px;
}
.withScript div#miniBasketDetail p#minibasket_no_items {
	margin-bottom:15px;
}
.withScript div#miniBasketDetail div#miniBasketTotals p {
	width:100%;
}
.withScript div#miniBasketDetail div#miniBasketTotals p strong {
	float:left;
	font-weight:bold;
}
.withScript div#miniBasketDetail div#miniBasketTotals span.name {
	margin-left:80px;
	color:#7D754B;
	font-weight:bold;
}
.withScript div#miniBasketDetail div#miniBasketTotals span.value {
	font-weight:bold;
}
.withScript div#miniBasketDetail ul {
	float:left;
	width:100%;
}
.withScript div#miniBasketDetail ul p {
	width:100%;
}
.withScript div#miniBasketDetail ul li {
	float:left;
	width:100%;
	padding:5px 0;
	margin-top:15px;
}
.withScript div#miniBasketDetail ul li p {
	margin-top:0;
}
.withScript div#miniBasketDetail a.miniBasketProductImg {
	float:left;
}
.withScript div#miniBasketDetail p.miniBasketProductInfo {
	float:right;
	width:175px;
}
.withScript div#miniBasketDetail p.miniBasketProductInfo span.description {
	text-transform:uppercase;
}
.withScript div#miniBasketDetail p.miniBasketProductInfo span.productTitle {
	font-weight:bold;
}
.withScript div#miniBasketDetail p.miniBasketProductInfo span.productPrice {
	font-weight:bold;
}
.withScript div#miniBasketDetail p.miniBasketProductInfo span.productPrice span.wasPrice {
	font-weight:normal;
	text-decoration:line-through;
}
.withScript div#miniBasketDetail a#miniBasketGoToBag {
	margin:5px 0 10px 2px;
	float:left;
}
.withScript div#miniBasketDetail a#miniBasketGoToBag1 {
	margin:5px 0 10px 2px;
	float:right;
}
.withScript div#miniBasketDetail h4.title {
	float:left;
	background-image:url(/pws/images/popup_ttl_shoppingbag.gif);
	width:125px;
	height:14px;
	background-color:white;
}
div#miniBasketDetail div#miniTotals {
	float:left;
	margin:10px 0 0 0;
	width:90%;
	text-align:right;
}
div#miniBasketDetail div#miniDesc {
	float:left;
	width:70%;
}
div#miniBasketDetail div#miniValue {
	float:right;
	width:30%;
}
div#miniBasketDetail div#miniDesc p, div#miniBasketDetail div#miniValue p {
	padding:0;
	margin:0;
	line-height:1.5em;
}
.withScript div#miniBasketDetail a#miniBasketGoToBag {
	float:right;
	margin:0 23px 10px 0;
}
.withScript a.viewbasket {
	position:relative;
	float:left;
	font:bold .8em Verdana, Arial, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
	width:92px;
	height:25px;
	background-image:url(/pws/images/btnwhite_viewbasket.gif);
	background-position:left top;
}
.withScript a.viewbasket:hover {
	color:black;
	text-decoration:none;
	background-position:left bottom;
}
.withScript a.viewbasket span {
	display:none;
}
.withScript a.checkout {
	position:relative;
	float:right;
	font:bold .8em Verdana, Arial, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
	width:92px;
	height:25px;
	background-image:url(/pws/images/btnwhite_checkout2.gif);
	background-position:left top;
}
.withScript a.checkout:hover {
	color:black;
	text-decoration:none;
	background-position:left bottom;
}
.withScript a.checkout span {
	display:none;
}
.withScript a#closeButton {
	float:right;
	color:#61625D;
	text-transform:uppercase;
	font-size:.8em;
	background-image:url(/pws/images/icon_close1.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:17px;
	cursor:pointer;
}
.withScript a#closeButton:hover {
	text-decoration:underline;
}
.withScript #dropdown_small {
	display:none;
	position:absolute;
	right:316px;
	top:65px;
	width:170px;
	border:1px solid #E5E2DB;
	padding:10px;
	background-color:white;
}
#headerCont {
	height:50px;
}
p#companyLogo {
	float:left;
	margin-left:9px;
	width:228px;
	height:16px;
}
ul#topNavLevel1 * {
	float:left;
}
ul#topNavLevel1 {
	width:100%;
	margin:0 0 0 6px;
}
ul#topNavLevel1 li.start {
	padding-left:0;
}
ul#topNavLevel1 li.end {
	padding:0 0 0 10px;
}
ul#topNavLevel1 li a {
background-position:left top;
background-repeat:no-repeat;
height:30px;
text-decoration:none;
}
ul#topNavLevel1 li a:hover {
	background-position:left center;
}
ul#topNavLevel1 li a:active {
	background-position:left bottom;
}
ul#topNavLevel1 li {
background-position:right top;
background-repeat:no-repeat;
float:left;
height:21px;
list-style-type:none;
padding:0px;
position:relative;
}
ul#topNavLevel1 li a span {
	display:none;
}
ul#topNavLevel1 li#home a {
background-image:url(/pws/images/topnav1/tabHomet.jpg);
width:82px;
}
ul#topNavLevel1 li#shop_womens a {
background-image:url(/pws/images/topnav1/tabWOMENta.jpg);
width:97px;
}
ul#topNavLevel1 li#shop_mens a {
background-image:url(/pws/images/topnav1/tabMENt.jpg);
width:75px;
}
ul#topNavLevel1 li#justin a {
	width:39px;
	background-image:url(/pws/images/nav_justin.gif);
}
ul#topNavLevel1 li#lookbook a {
	width:64px;
	background-image:url(/pws/images/nav_lookbook.gif);
}
ul#topNavLevel1 li#magazine a {
	width:62px;
	background-image:url(/pws/images/nav_magazine.gif);
}
ul#topNavLevel1 li#press a {
	width:26px;
	background-image:url(/pws/images/nav_press.gif);
}
ul#topNavLevel1 li#sale a {
	width:26px;
	background-image:url(/pws/images/nav_sale.gif);
}
ul#topNavLevel1 li#designer a {
	width:56px;
	background-image:url(/pws/images/nav_designers.gif);
}
ul#topNavLevel1 li#dvf a {
	width:50px;
	background-image:url(/pws/images/nav_dvfshop_dvf.gif);
}
ul#topNavLevel1 li#stores a {
	width:38px;
	background-image:url(/pws/images/nav_stores.gif);
}
ul#topNavLevel1 li#catwalk a {
	width:53px;
	background-image:url(/pws/images/nav_catwalk.gif);
}
ul#topNavLevel1 li#mystylist a {
	width:65px;
	background-image:url(/pws/images/nav_mystylist.gif);
}
ul#topNavLevel1 li#blog a {
	width:27px;
	background-image:url(/pws/images/nav_blog.gif);
}
ul#topNavLevel1 li#Editions a {
	width:26px;
	background-image:url(/pws/images/nav_sale.gif);
}
ul#topNavLevel1 li#project_abigail_lane a {
	width:66px;
	background-image:url(/pws/images/nav_artproj.gif);
}
ul#topNavLevel1 li#shop_womens_art_project a {
	width:66px;
	background-image:url(/pws/images/nav_artproj.gif);
}
ul#topNavLevel1 li#shop_womens_grazia a {
	width:40px;
	background-image:url(/pws/images/nav_grazia.gif);
}
ul#topNavLevel1 .mywishlist a {
	width:69px;
	background-image:url(/pws/images/nav_mywishlist.gif);
}
ul#topNavLevel1 .logout a {
	width:47px;
	background-image:url(/pws/images/nav_logout.gif);
}
ul#topNavLevel1 li a.selectedNav {
	background-position:left bottom;
}
div#accountLoginCont * {
	float:left;
	margin:0;
	padding:0;
}
div#accountLoginCont {
	position:absolute;
	right:230px;
	top:3px;
	width:110x;
	height:15px;
	font-size:.9em;
}
div#accountLoginCont ul {
	display:inline;
}
div#accountLoginCont ul li#separator {
	width:20px;
	text-align:center;
	color:#494641;
	padding-bottom:1px;
}
#dropdown_menu ul, #dropdown_menu li {
	margin:0;
	padding:0;
	width:175px;
	list-style-type:none;
	float:left;
}
#dropdown_menu {
	position:relative;
	margin-left:758px;
	top:12px;
}
*html #dropdown_menu {
	position:relative;
	margin-left:583px;
	margin-top:12px;
}
#dropdown_menu .item_title_top {
	float:left;
	position:absolute;
	left:6px;
	top:0;
	width:175px;
	height:16px;
	color:#909090;
}
#dropdown_menu .active .item_title_top {
position relative;
}
#dropdown_menu .right {
	font-size:.9em!important;
}
#dropdown_menu .item_title_top a * {
	height:16px;
	float:left;
	display:inline;
	padding:0;
	margin:0;
}
#dropdown_menu .item_title_top a {
	position:absolute;
	background-repeat:no-repeat;
	text-decoration:none;
}
#dropdown_menu .item_title_top a:hover {
	text-decoration:none;
	color:#909090;
}
#dropdown_menu .item_title_top a span {
	display:none;
}
#dropdown_menu li#shopping_bag a {
	position:absolute;
	top:13px;
	left:82px;
}
*html #dropdown_menu li#shopping_bag a {
	top:1px;
}
#dropdown_menu #shopping_bag pre a {
	text-align:right;
	width:112px;
	height:16px;
	color:#909090;
	text-decoration:none;
	font:normal 1em Arial, Helvetica, sans-serif;
	background-image:url(/pws/images/link_shoppingbag.gif);
}
#dropdown_menu .inactive #shopping_bag pre a {
	background-position:right top;
}
#dropdown_menu .inactive #shopping_bag pre a:hover {
	background-position:right center;
	text-decoration:none;
}
#dropdown_menu .active #shopping_bag pre a:hover {
	background-position:right bottom;
	text-decoration:none;
}
div#quickList {
	display:none;
}
.withScript div#quickList {
	width:210px;
	background:#FFF;
	display:block;
	padding:10px;
	float:right;
	border-left:1px solid #000;
}
.withScript div#quickListDetail {
	display:none;
	border-top:1px dotted #000;
	margin-top:10px;
	padding-top:10px;
	float:left;
	width:100%;
}
.withScript div#quickListDetail div.quickListProduct {
	float:left;
	margin:0 5px 5px 0;
}
.withScript div#quickListOverview {
	clear:left;
}
.withScript div#quickListOverview p {
	float:left;
}
.withScript div#quickListOverview a {
	float:right;
}
.ui-resizable {
	position:relative;
}
.ui-resizable-handle {
	position:absolute;
	display:none;
}
.ui-resizable .ui-resizable-handle {
	display:block;
}
body .ui-resizable-disabled .ui-resizable-handle {
	display:none;
}
body .ui-resizable-autohide .ui-resizable-handle {
	display:none;
}
.ui-resizable-se {
	cursor:se-resize;
	width:9px;
	height:9px;
	right:0;
	bottom:0;
	background:#000;
}
.ui-resizable-sw {
	cursor:sw-resize;
	width:9px;
	height:9px;
	left:0;
	bottom:0;
	background:#000;
}
.ui-resizable-nw {
	cursor:nw-resize;
	width:9px;
	height:9px;
	left:0;
	top:0;
	background:#000;
}
.ui-resizable-ne {
	cursor:ne-resize;
	width:9px;
	height:9px;
	right:0;
	top:0;
	background:#000;
}
table.session {
	margin-top:20px;
	clear:both;
}
table.session th {
	padding:5px;
	font-weight:bold;
}
table.session td {
	padding:5px;
}
ul#siteMapNavLevel1 {
	float:left;
	width:25%;
	margin-left:50px;
}
ul#siteMapNavLevel1 li ul {
	margin-left:10px;
}
div#footerCont {
	border:none;
}
#footerCont {
	position:relative;
	float:left;
}
#navBtmLower .btmTC, #navBtmLower .btmReturns, #navBtmLower .btmSitemap {
	padding-right:15px;
	background-image:url(/pws/images/nav_seperator.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#navBtmLower .btmTC {
	margin-left:15px;
}
#navBtmLower .btmEmailPage {
	display:none;
}
#navBtmLower * {
	float:left;
}
#navBtmLower {
	position:relative;
	float:left;
	font-size:.9em;
}
#navBtmLower {
	width:1100px;
	height:65px;
	list-style-type:none;
	background-repeat:no-repeat;
}
#navBtmLower li {
	margin:5px 12px 0 0;
	text-decoration:none;
	display:inline;
	text-transform:uppercase;
}
#navBtmLower li a {
	text-decoration:none;
	color:#535353;
}
#navBtmLower li a:active, #navBtmLower li a:hover {
	text-decoration: none;
	color:#000;
}
#navBtmLower .btmMatches {
	margin-left:0px;
	width:150px;
}
#navBtmLower li.btmFacebook a {
	float:left;
	position:relative;
	left:0px;
	top:-5px;
	width:14px;
	height:14px;
	margin-top:6px;
	background-image:url(http://www.matchesfashion.com/pws/images/facebook14.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
}
#navBtmLower li.btmTwitter a {
	float:left;
	position:relative;
	left:2px;
	top:-5px;
	width:28px;
	height:28px;
	margin-top:6px;
	background-image:url(http://www.matchesfashion.com/pws/images/twitter14.jpg);
	background-repeat:no-repeat;
	background-position:0px 0;
	text-decoration:none;
}
#myStyleSignUp {
	background-image:url(http://www.matchesfashion.com/pws/images/matt4signup.png);
	float:left;
	height:33px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:762px;
	width:222px;
}
#myStyleSignUp a:link {
	background-image:url(http://www.matchesfashion.com/pws/images/matt4signup.png);
}
#myStyleSignUp a:hover {
	background-image:url(http://www.matchesfashion.com/pws/images/matt4signupon.png);
}
ul#rightLinks {
	float:right;
	height:8px;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:12px;
	width:500px;
}
#navBtmUpper {
	background-color:#ffffff;
	background-image:url(http://www.matchesfashion.com/pws/images/footerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	height:32px;
	width:985px;
}
form#mystylistForm input.signMyStylist {
	float:left;
	font-size:0.9em;
	margin-left:3px;
}
ul#rightLinks li {
	float:left;
	height:8px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0 32px;
	position:relative;
}
}
#navBtmLower .btmSitemap {
	background-image: none;
}
ul#rightLinks .btmStores a {
	background-image:url(http://www.matchesfashion.com/pws/images/stores.png);
	width:39px;
}
ul#rightLinks .btmCareers a {
	background-image:url(http://www.matchesfashion.com/pws/images/careers1.png);
	width:46px;
}
ul#rightLinks .btmAboutMatches a {
	background-image:url(http://www.matchesfashion.com/pws/images/about.png);
	width:54px;
}
ul#rightLinks .btmContactUs a {
	background-image:url(http://www.matchesfashion.com/pws/images/contact.png);
	width:70px;
}
ul#rightLinks .btmFAQ a {
	background-image:url(http://www.matchesfashion.com/pws/images/faq.png);
	width:22px;
}
ul#rightLinks .btmMyStlyist a {
	background-image:url(http://www.matchesfashion.com/pws/images/stylist.png);
	width:58px;
}
#navBtmLower .btmTC, #navBtmLower .btmReturns, #navBtmLower .btmSitemap {
	background-image:url(http://www.matchesfashion.com/pws/images/nav_seperator.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin-top:8px;
	padding-right:15px;
}
#navBtmLower li.twitlink a {
	margin-left:114px;
	margin-top:3px;
}
#navBtmLower li.btmFreda a {
	background-image:url(http://www.matchesfashion.com/pws/images/fredanew.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	height:45px;
	left:2px;
	margin-top:3px;
	position:relative;
	text-decoration:none;
	top:-5px;
	width:48px;
}
#navBtmLower li.btmDVF a {
	background-image:url(http://www.matchesfashion.com/pws/images/nav_btm_dvf_london.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:6px;
	position:relative;
	text-decoration:none;
	top:9px;
	width:111px;
}
#navBtmLower .btmMatches {
	margin-left:0;
	margin-top:8.5px;
	width:150px;
}
body {
	color:#999999;
}
#popupCont {
	top: 0px;
}
#myStyleSignUp .signUp {
	float:right;
	margin:0px 0px 0px 0px;
}
div#navBtmUpper.secure_checkout {
	background-color:#FFFFFF;
	background-image:url(http://www.matchesfashion.com/pws/images/footerbg.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
#navBtmUpper {
	background-color:#ffffff;
	background-image:url(http://www.matchesfashion.com/pws/images/footerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	height:32px;
	width:985px;
}
#body_middle {
	position:relative;
	margin:0 auto 0 auto;
	width:984px;
	background-color:#EEEDE8;
	font-size:.9em;
}
#body_middle p {
	line-height:1.7em;
}
#body_middle_upper {
	position:relative;
	background-image:url(/pws/images/proddesc_upper_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	width:984px;
}
#body_middle_lower {
	position:relative;
	background-image:url(/pws/images/proddesc_lower_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:984px;
	height:auto!important;
	height:504px;
	min-height:504px;
}
.standard {
	position:relative;
}
div.hr_clear {
	position:relative;
	display:block;
	clear:both;
	height:1px;
	font-size:.1em;
	line-height:.3em;
}
#left_menu {
	position:relative;
	float:left;
	width:190px;
	margin:14px 0 0 0;
	padding:0;
	height:auto!important;
	height:430px;
	min-height:440px;
	background-image:url(/pws/images/bg_left_menu_bg2.jpg);
	background-position:0 28px;
	background-repeat:repeat-x;
}
#left_menu li {
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:190px;
	list-style-type:none;
}
.left_menu_header {
	display:block;
	background-color:#3B3B3B;
	background-image:url(/pws/images/left_menu_header_bg.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #9C8E7B;
}
.left_menu_header img {
	display:block;
	margin-left:16px;
}
.left_button1 {
	position:relative;
	display:block;
	left:15px;
	top:25px;
	clear:both;
	margin:0 0 45px 0;
}
.left_button1 a {
	position:relative;
	display:block;
	width:160px;
	height:56px;
	text-decoration:none;
	clear:both;
}
.left_button1 a:hover {
	text-decoration:none;
}
.left_button1 a span {
	display:none;
}
li.left_button1#go_shopping a {
	background-image:url(/pws/images/btnwhite_goshopping.gif);
	background-position:left top;
}
li.left_button1#go_shopping a:hover {
	background-position:left bottom;
}
li.left_button1#continue_shopping a {
	background-image:url(/pws/images/btnwhite_continueshopping.gif);
	background-position:left top;
}
li.left_button1#continue_shopping a:hover {
	background-position:left bottom;
}
li.left_button1#back_to_homepage a {
	background-image:url(/pws/images/btnwhite_backtohomepage.gif);
	background-position:left top;
}
li.left_button1#back_to_homepage a:hover {
	background-position:left bottom;
}
#content_topbar_home {
	position:relative;
	float:left;
	width:754px;
	height:37px;
	border:1px solid #B9B5AD;
	background-color:#FBF9F6;
	margin:14px 0 14px 8px;
}
#content_topbar_home span.title {
	position:relative;
}
#content_topbar_home span.title img {
	display:block;
	float:left;
}
#content_topbar_home span.title span {
	display:none;
}
#content_topbar_home span#im_interested_in {
	position:relative;
}
#content_topbar_home span#im_interested_in img {
	position:relative;
	display:block;
	float:right;
	right:67px;
}
#content_topbar_home div {
	position:relative;
	float:right;
	right:7px;
	top:6px;
	height:25px;
	padding-left:14px;
}
#content_topbar_home div span {
	position:relative;
	top:3px;
	font:bold .9em Verdana, Arial, Helvetica, sans-serif;
	padding-right:4px;
}
#content_topbar_home div select {
	position:relative;
	top:4px;
	font-size:.8em;
	width:166px;
}
#content_topbar_home div.textright {
	float:right;
	padding-right:15px;
	padding-left:15px;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
}
#content_topbar_home div.textright span {
	position:relative;
	top:4px;
}
#content_topbar_home h1 {
	position:relative;
	float:left;
	left:10px;
	top:8px;
	display:block;
	color:#56584F;
	font:normal 1.5em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
div#accountMyAccount {
	width:786px;
	float:left;
}
div#accountMyAccount div.error {
	margin-left:14px;
}
div#accountMyAccount div.error ul li {
	color:#f00;
}
div.errors {
	margin-left:14px;
	float:left;
}
div.errors ul li {
	color:#f00;
	font-weight:normal;
	margin-left:1px;
}
div#accountLogin {
	float:left;
	width:50%;
}
div#accountSignUp {
	float:right;
	width:50%;
}
div#welcomeMsg {
	position:relative;
	width:742px;
	float:left;
	padding:10px 0 0 30px;
}
div#welcomeMsg p {
	padding:0 0 14px 0;
}
div#welcomeMsg p strong {
	font-weight:bold;
	padding:0 0 14px 0;
}
ul#details_columns {
	float:left;
	width:742px;
	margin-left:15px;
	padding:0 0 30px 3px;
	list-style-type:none;
}
#details_columns li {
	float:left;
	padding:0 0 0 13px;
}
#details_columns .content {
	position:relative;
	display:block;
	height:176px;
}
#details_columns .content img {
	display:block;
}
#details_columns p span {
	position:relative;
	display:block;
	padding-top:8px;
	background-image:url(/pws/images/details_footer_bg.gif);
	width:171px;
	background-repeat:repeat-x;
}
#details_columns p span a {
	position:relative;
	display:block;
	text-decoration:none;
	width:146px;
	height:32px;
	margin:0 auto;
	background-image:url(/pws/images/btnwhite_editupdate.gif);
	background-position:left top;
}
#details_columns p span a:hover {
	text-decoration:none;
	background-position:left bottom;
}
.errors {
	color:#f00;
}
.content_topbar {
	position:relative;
	width:370px;
	height:37px;
	border:1px solid #B9B5AD;
	background-color:#FBF9F6;
	margin:14px 0 14px 10px;
}
.content_topbar span.title {
	position:relative;
}
.content_topbar span.title img {
	display:block;
	float:left;
}
.content_topbar span.title span {
	display:none;
}
.checkout_form {
	position:relative;
	float:left;
	color:#3E3E3E;
	padding:10px 0 15px 24px;
	width:350px;
}
.checkout_form .form_checkbox {
	position:relative;
	top:5px;
}
.checkout_form p {
	position:relative;
	margin:0 0 15px 0;
	padding:0 15px 0 0;
	font-size:1em;
}
.checkout_form p strong {
	font-weight:bold;
}
.checkout_form .checkout_form textarea, .checkout_form select, .checkout_form checkbox {
	position:relative;
	top:0;
	width:149px;
	font-size:1em;
}
.checkout_form a {
	text-decoration:none;
}
.checkout_form a:hover {
	text-decoration:underline;
}
.checkout_form .form_submit {
	position:relative;
	float:right;
}
.checkout_form .form_submit a:hover {
	background-position:left bottom;
}
.checkout_form .form_submit a span {
	display:none;
}
p.form_submit input {
	border:none;
}
p.addressButtons {
	position:relative;
	margin:0;
	padding:0;
	clear:both;
	height:35px;
	width:112px;
	margin-top:10px;
}
p.addressButtons span.update a {
	position:relative;
	display:block;
	text-decoration:none;
	top:10px;
	width:52px;
	height:17px;
	background-repeat:no-repeat;
	background-image:url(/pws/images/bt_change_small.jpg);
}
p1.addressButtons span.update a:hover {
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left bottom;
}
p.addressButtons span.update a span {
	display:none;
}
p.addressButtons span.delete a {
	position:relative;
	display:block;
	text-decoration:none;
	top:10px;
	width:52px;
	height:17px;
	background-repeat:no-repeat;
	background-image:url(/pws/images/bt_remove_small2.jpg);
}
p.addressButtons span.delete a {
	position:relative;
	float:right;
}
p1.addressButtons span.delete a:hover {
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left bottom;
}
p.addressButtons span.delete a span {
	display:none;
}
#img.aboutMatches {
	width:277;
	height:279;
	position:relative;
	float:right;
}
p.form_submit {
	margin:0 0 0 260px;
}
table#itemOrderTotals {
	width:30%;
	float:right;
	margin:10px 115px 0 0;
}
table#itemOrderTotals td {
	text-align:right;
	padding:0 0 5px 0;
}
table#itemOrderTotals td strong {
	font-weight:bold;
}
#designerTopLevelList {
	margin-top:40px;
}
#designerTopLevelList li {
	color:#333;
	text-transform:uppercase;
	font-size:1.1em;
	margin-bottom:4px;
}
div#hnewsPersonalDetails {
	padding-top:20px;
}
.mystylistnav {
	display:none;
}
.mystylist_bg {
	background-image:url(/pws/images/mystylist_signupo_bg2.jpg)!important;
	background-repeat:no-repeat;
	background-position:top;
}
.mystylist_thankyou_bg {
	background-image:url(/pws/images/mystylist_thankyou_bg2.jpg)!important;
	background-repeat:no-repeat;
}
#middle_mystylist {
	position:relative;
	margin:0 auto 0 auto;
	width:984px;
	background-color:#EEEDE8;
	font-size:.9em;
	background-repeat:no-repeat;
	background-position:top;
}
#middle_mystylist_thankyou {
	position:relative;
	margin:0 auto 0 auto;
	width:984px;
	background-color:#EEEDE8;
	font-size:.9em;
	background-repeat:no-repeat;
	background-position:top;
}
.mystylist_upper {
	position:relative;
	height:auto!important;
	min-height:475px;
	height:475px;
	background-image:none;
	background-repeat:no-repeat;
}
.mystylist_lower {
	position:relative;
	height:auto!important;
	min-height:475px;
	height:475px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top;
}
#sonline-mystylist {
	margin:0 0 0 22px;
	width:944px;
	padding-top:16px;
	float:left;
	display:inline;
}
#online-mystylist-thankyou {
	margin:0 0 0 420px;
	padding-top:140px;
	width:84px;
	float:left;
	display:inline;
}
#code_large {
	font-size:2em;
}
#terms_con {
	margin-top:60px;
}
.terms_block {
	font-size:.8em;
	line-height:1.0em;
}
#mystylist_form {
	width:488px;
}
#mystylist_form #mystylistForm {
	position:relative;
	float:left;
	top:90px;
	left:440px;
	margin:0 0 20px 0;
	padding:10px 0 0 20px;
	width:490px;
	border:1px solid #C0B29E;
	background:#FFF;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
#mystylist_form p.myStyThankyou {
	position:relative;
	display:block;
	width:420px;
	margin:230px 0 0 500px;
	font:1.1em Arial, Helvetica, sans-serif;
}
div#mainContentCont #titleContainer {
	width:754px;
	height:38px;
	margin:10px 0 0 15px;
	background-color:#FAF9F5;
	border:1px solid #B7B6B1;
}
div#mainContentCont #titleContainer h1 {
	width:470px;
	padding:11px 13px;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}
div#mainContentCont #titleContainer select {
	color:#000;
	float:left;
	width:110px;
}
div#mainContentCont #titleContainer input#btnSort {
	border:none;
	float:right;
	margin:0 20px 0 0;
}
div#mainContentCont #titleContainer div.sortBy {
	margin:10px 0 0 92px;
	float:left;
	text-align:right;
	width:160px;
	display:inline;
}
div#mainContentCont #titleContainer div.sortBy p.sortByText {
	float:left;
	width:40px;
	margin-right:5px;
}
div#mainContentCont {
	margin:16px 0 0 0;
}
div#infoBasketTotals {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	width:250px;
}
div#infoBasketTotals p {
	margin:0;
	padding:0;
}
div#infoBasketTotals p.title {
	float:left;
	width:125px;
	padding:0;
	margin:0;
}
div#infoBasketTotals p.title.total {
	font-weight:bold;
	font-size:110%;
	text-align:left;
}
div#infoBasketTotals p.alignMoney {
	float:right;
	width:85px;
	text-align:right;
}
div#infoBasketTotals p.alignMoney.total {
	font-weight:bold;
	font-size:110%;
}
div.checkout_your_order {
	text-align:left;
	margin:0;
	padding:0;
}
div.checkout_your_order h1 {
	margin:0 0 10px 15px;
}
div#orderSection {
	float:left;
	margin:0 0 0 10px;
}
ul#designerLinks * {
	float:left;
	margin:0;
	padding:0;
	display:inline;
	font-size:105%;
}
ul#designerLinks {
	display:inline;
	width:600px;
}
ul#designerLinks li a {
	height:21px;
	margin-right:3px;
}
ul#designerLinks li.designerShop a {
	background:url("/pws/images/designertab_shop_0.gif") no-repeat;
	width:41px;
	margin-left:10px;
}
ul#designerLinks li.designerShop a:hover {
	background:url("/pws/images/designertab_shop_1.gif") no-repeat;
}
ul#designerLinks li.designerSale a {
	background:url("/pws/images/designertab_sale_0.gif") no-repeat;
	width:37px;
}
ul#designerLinks li.designerSale a:hover {
	background:url("/pws/images/designertab_sale_1.gif") no-repeat;
}
ul#designerLinks li.designerJustin a {
	background:url("/pws/images/designertab_justin_0.gif") no-repeat;
	width:52px;
}
ul#designerLinks li.designerJustin a:hover {
	background:url("/pws/images/designertab_justin_1.gif") no-repeat;
}
ul#designerLinks li.designerLookbook a {
	background:url("/pws/images/designertab_lookbook_0.gif") no-repeat;
	width:79px;
}
ul#designerLinks li.designerLookbook a:hover {
	background:url("/pws/images/designertab_lookbook_1.gif") no-repeat;
}
ul#designerLinks li.designerCatwalk a {
	background:url("/pws/images/designertab_catwalk_0.gif") no-repeat;
	width:65px;
}
ul#designerLinks li.designerCatwalk a:hover {
	background:url("/pws/images/designertab_catwalk_1.gif") no-repeat;
}
div#topLeftNav {
	float:left;
	width:100%;
	background-color:#fff;
}
div#designerListDD, div#designerListDeptHome {
	float:left;
	height:15px;
	width:90%;
	margin:0;
}
select#designerListSelect {
	margin:5px 0 0 8px;
	padding:0;
	width:100%;
	font-size:.9em;
	text-transform:uppercase;
}
*html select#designerListSelect {
	margin-top:7px;
}
select#designerListSelect option {
	margin:0;
	padding:0;
	background-color:white;
	padding:0 0 0 4px;
}
*html select#designerListSelect option.option {
	margin:0;
}
div.selectbox-wrapper {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:-10px 0 0 0;
	padding:0;
	font-size:.8em;
	text-align:left;
	max-height:200px;
	overflow:auto;
}
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
form input.error, select.error {
	border:1px solid #CD2439!important;
	position:static;
}
form div label.error {
	width:300px!important;
	margin:2px 0 0 126px;
	font-weight:normal;
	color:red;
	font-size:1em;
	position:static;
}
form div.formElement0.formElementRight label.error {
	margin-left:90px;
	width:150px!important;
}
*html form#loginform.login_form div.formElement0 label.error {
	width:160px!important;
}
.withScript #sortButton {
	display:none;
}
.cf:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cf {
	display:inline-block;
}/* Hides from IE-mac \*/
* html .cf {
	height:1%;
}
.cf {
	display:block;
}/* End hide from IE-mac */
.clear {
	clear:both;
}
div#tabsNav {
	margin:0;
	padding:0;
	float:left;
	width:190px;
}
ul#genderTabs {
	float:left;
	height:25px;
	width:190px;
}
ul#genderTabs li {
	height:25px;
	float:left;
	width:95px;
	margin:0;
	padding:0;
}
ul#genderTabs li a {
	margin:0;
	padding:0;
	height:25px;
	width:95px;
	background:green;
	display:block;
}
ul#genderTabs li.womensTab a {
	background:url("/pws/images/leftnav_tab_womens.gif") no-repeat -95px 0;
}
ul#genderTabs li.womensTab a:hover {
	background-position:0 0;
}
ul#genderTabs li.mensTab a {
	background:url("/pws/images/leftnav_tab_mens.gif") no-repeat -95px;
}
ul#genderTabs li.mensTab a:hover {
	background-position:0 0;
}
ul#genderTabs li.mensTab .active {
	background:url("/pws/images/leftnav_tab_mens.gif") no-repeat 0 0;
}
ul#genderTabs li.womensTab .active {
	background:url("/pws/images/leftnav_tab_womens.gif") no-repeat 0 0;
}
#designersNav {
	margin-top:10px;
}
div#designerSelect {
	float:left;
}
#designersNavTitle {
	display:block;
}
div#designerNav {
	height:198px;
	border:none;
	float:left;
	width:188px;
	margin:-6px 0 10px 0;
	padding:5px 0 0 0;
}
div#designerSelect select#selectDesigner {
	width:80%;
	height:17px;
	margin:0 0 10px 0;
	padding-left:10px;
}
div#designerSelect select#selectDesigner option.option {
	padding-left:15px;
}
div#designerSelect select#selectDesigner option.option.capitalise {
	padding-left:15px;
	text-transform:uppercase;
	font-size:.9em;
}
div#designerSelect {
	height:30px;
}
div#leftNavCont, div#leftNavContDVF {
	float:left;
	width:188px;
	margin:8px 8px 0 0;
	padding:0 0 20px 0;
	display:inline;
}
#leftNavContDVF ul#leftNavLevel1, #leftNavCont ul#leftNavLevel1, div#designerSelect {
	width:188px;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	margin:-4px 0 10px 0;
	padding:5px 0 0 0;
}
div#designerNav ul {
	margin-top:4px;
}
#leftNavContDVF ul#leftNavLevel1 li, #leftNavCont ul#leftNavLevel1 li, div#designerNav ul li {
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	text-transform:uppercase;
	width:168px;
	margin:0;
}
#leftNavContDVF ul#leftNavLevel1 li a, #leftNavCont ul#leftNavLevel1 li a, div#designerNav ul li a {
	width:168px;
	margin:0;
	padding:0;
	color:#666;
	padding:2px 10px;
	display:block;
}
#filters {
	width:150px;
	float:left;
}
h3.filterHeading {
	font-weight:bold;
	margin-top:10px;
}
ul.filterGroup {
	margin:5px 0 0 5px;
}
li.filterGroup ul li a.filterDisabled {
	cursor:default;
}
a#switchFilterType {
	display:none;
}
.withScript a#switchFilterType {
	display:inline;
}
#leftNavContDVF ul#leftNavLevel1 li a:hover, #leftNavContDVF ul#leftNavLevel1 li a.selectedNav {
	color:#ed1793;
}
#leftNavCont ul#leftNavLevel1 li a:hover {
	background:#ccc;
	color:#666;
	text-decoration:none;
}
#leftNavCont ul#leftNavLevel1 li a.selectedNav, #leftNavCont ul#leftNavLevel1 li a.selectedNav:hover {
	background:#333;
	color:#fff;
	text-decoration:none;
}
li.filterGroup span {
	float:left;
	height:18px;
}
li.filterGroup ul li.filterLink a {
	text-decoration:none;
	color:#666;
	text-transform:uppercase;
}
li.filterGroup ul {
	float:left;
	margin-top:3px;
	padding:0 0 2px;
}
li.filterGroup ul.scrollPane {
	width:189px;
	height:198px;
	overflow:hidden;
}
li.filterGroup div.jScrollPaneContainer {
	border-left:solid 1px #cfcfcf;
	border-bottom:solid 1px #cfcfcf;
}
div#designerNav div.scrollPane {
	width:189px;
	height:198px;
	overflow:hidden;
}
div#designerNav div.jScrollPaneContainer {
	border-left:solid 1px #cfcfcf;
	border-bottom:solid 1px #cfcfcf;
}
li.filterLink {
	margin:0 0 4px;
	padding:0;
}
li.filterLink a {
	padding-left:26px;
	margin:0;
	background:url("/pws/images/bg_filter.gif") no-repeat;
	background-position:0 -13px;
	display:inline-block;
	width:164px;
}
li.filterLink a:hover, li.filterGroup li.selected a {
	background:url("/pws/images/bg_filter.gif") no-repeat;
	text-decoration:none;
	background-position:0 1px;
}
li.collapse ul, li.collapse div.jScrollPaneContainer {
	display:none;
	height:0;
}
img.filterCollapse:hover {
	cursor:pointer;
}
li.collapse span img {
	display:none;
}
li.collapse span.refineBySize, li.collapse span.refineByColour, li.collapse span.refineByDesigner {
	display:block;
	width:190px;
	height:18px;
	margin-bottom:5px;
}
li.collapse span.refineBySize {
	background:url("/pws/images/leftnav_refinesize_1.gif") no-repeat;
}
li.collapse span.refineByColour {
	background:url("/pws/images/leftnav_refinecolour_1.gif") no-repeat;
}
li.collapse span.refineByDesigner {
	background:url("/pws/images/leftnav_refinedesigner_1.gif") no-repeat;
}
ul#applyFilter li.filterGroup {
	float:left;
	margin-bottom:15px;
}
ul#applyFilter li.sizeFilterGroup ul li.filterLink {
	width:89px;
	float:left;
	display:inline;
}
ul#applyFilter li.sizeFilterGroup ul li.filterLink a {
	width:63px;
}
ul#applyFilter li.sizeFilterGroup ul li.allFilterLink {
	width:190px;
}
ul#applyFilter li.sizeFilterGroup ul li.allFilterLink a {
	width:164px;
}
li.filterExtraContent {
	display:inline;
	float:left;
	width:190px;
}
li.filterExtraContent a {
	padding-left:7px;
	color:#666;
}
div#deptHomeDesigners {
	height:204px;
	overflow:hidden;
	float:left;
}

