@import "forms.css";

body {
	background: #e1e1e1 url(../../images/lfw/white_stripe2.png) repeat fixed 0 0;
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0;
}

* {
	background-repeat: no-repeat;
}

a img,
img {
	border: none;
}

h1,
h2,
h3,
h4 {
	color: #000;
}

h3 {
	font-size: 14px;
}

a {
	color: #f32837;
	text-decoration: none;
	outline:none;
}

#page {
	width: 975px;
	padding: 0 8px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/lfw/page_bg.png) repeat-y 0 0;
}

/* Forms elements */

input {
	border: 1px solid #ccc;
	padding: 4px;
	vertical-align: middle;
	margin-right: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid #ccc;
	padding: 3px;
	vertical-align: middle;
}

input.button,
input.submit,
button,
a.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	background: #fff url(../../images/lfw/common_horizontal.png) repeat-x 0 -3px;
	border: 1px solid #ccc;
	height: 26px;
	padding: 0 12px 1px 12px;
	vertical-align: middle;
	width: auto;
	overflow: visible;
	cursor: pointer;
	text-shadow: #fff 0 1px;
	font-size:15px;
}

a.button {
	float:left;
	line-height:27px;
}

textarea {
	border: 1px solid #ccc;
}

.linkbutton {
	display: inline-block;
	line-height: 24px;
	background: #fff url(../../images/lfw/common_horizontal.png) repeat-x 0 -3px;
	border: 1px solid #ccc;
	padding: 0 12px 0 12px;
	color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.floatleft {
	float: left;
}

/* custom forms */

.page_catwalk .datescroller span.select,
.page_catwalk_new .datescroller span.select
 {
	background:transparent url(../../images/lfw/customselect.png) no-repeat scroll 0 0;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	overflow:hidden;
	padding:0 0 0 10px;
	position:absolute;
	text-transform:uppercase;
	width:205px;
}

.page_catwalk .datescroller select.styled,
.page_catwalk_new .datescroller select.styled
 {
	color:#000;
	opacity:0;
	position:relative;
	width:215px;
	height: 34px;
	z-index:auto;
}

.page_catwalk .datescroller select option,
.page_catwalk_new .datescroller select option
 {
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.page_catwalk .story {
	clear: both;
}

.page_catwalk .videosplayer {
	overflow: hidden;
	zoom: 1;
}

.page_catwalk .screen {
	float: left;
	width: 385px;
	height: 216px;
}

/* jQuery and other JS defaults */

.ui-tabs-hide {
	display: none;
}

/* Header */

#header .top {
	padding: 15px 15px 0;
	overflow:hidden;
	zoom:1;
}

.register_banner {
	float: left;
	margin-right: 15px;
	width: 280px;
}

.register_banner a {
	display: block;
	height: 71px;
	padding: 12px 15px 0 90px;
	color: #000;
	background: #eee url(../../images/register_now.png) no-repeat;
	line-height:15px;
}

.newsletter_banner {
	float: left;
	height: 63px;
	width: 150px;
	position: relative;
	padding: 10px 15px 10px 120px;
	margin: 0 15px 0 0;
	background-color:#EEE;
}

.newsletter_banner h3 {
	text-transform: lowercase;
	margin: 0 0 5px;
	font-size: 18px;
	line-height: normal;
	color: #313030;
}

.newsletter_banner h3 a {
	color: #000;
}

.newsletter_banner h3 a:hover {
	color: #f32837;
}

.newsletter_banner p {
	margin: 0;
	font-size: 11px;
	color: #666;
	position:relative;
}

.newsletter_banner img {
	position:absolute;
	bottom:0;
	left:0;
}

.primary_nav {
	overflow: hidden;
	zoom: 1;
	padding: 0;
	background: #000;
	clear: both;
}

.primary_nav ul {
	margin: 0;
}

.primary_nav li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: 1px solid #999;
	height: 30px;
}

.primary_nav li a {
	float: left;
	display: block;
	color: #fff;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	background: #000;
	line-height: 30px;
}

.primary_nav li a:hover {
	background: #555;
}

.primary_nav li.current a {
	background: #eee;
	color: #000;
}

.primary_nav li.current a:hover {
	background: #eee;
}

.primary_nav li:last-child {
	border-right: none;
}

.secondary_nav {
	overflow: hidden;
	background: #eee;
}

.secondary_nav ul {
	margin: 0;
	overflow: hidden;
	zoom: 1;
	padding: 0 5px;
}

.secondary_nav li {
	list-style: none;
	margin: 0;
	float: left;
	height: 30px;
}

.secondary_nav a {
	float: left;
	display: block;
	padding: 0 10px;
	color: #333;
	font-size: 12px;
	line-height: 30px;
}

.secondary_nav li.current a,
.secondary_nav li a:hover {
	color: #f32837;
}

.sitelinks {
	color: #999;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 10px;
}

.sitelinks ul {
	float: right;
}

.sitelinks ul,
.sitelinks li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitelinks li {
	float: left;
	background: url(../../images/lfw/nav_devider.png) no-repeat 100% 4px;
	padding: 0 10px;
}

.sitelinks li:last-child {
	background: none;
	padding-right: 0;
}

.sitelinks a {
	color: #999;
	text-decoration: none;
}

.sitelinks li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

/* Crumbtrail and Page Tools */

#tools {
	margin: 0;
	overflow: hidden;
	zoom: 1;
	padding: 10px 15px;
}

.crumbtrail {
	color: #888;
	float: left;
	margin-bottom: 5px;
}

.crumbtrail a {
	color: #888;
}

.crumbtrail a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.page_tools {
	float: right;
}

.page_tools ul {
	margin: 0;
	padding: 0;
}

.page_tools li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	margin-left: 10px;
}

.page_tools li a {
	color: #888;
	padding-left: 20px;
	background-image: url(../../images/lfw/icons.png);
}

.page_tools li a:hover {
	color: #000;
}

.page_tools .feedback a {
	background-position: 0 1px;
}

.page_tools .share_page a {
	background-position: 0 -39px;
}

.page_tools .send_page a {
	background-position: 0 -79px;
}

.page_tools .print_page a {
	background-position: 0 -119px;
}

/* Content */

#content {
	padding: 0 15px 60px;
	overflow: hidden;
	zoom: 1;
}

#sideleft {
	float: left;
	width: 160px;
	margin: 6px 15px 0 0;
}

#sideright {
	float: right;
	width: 220px;
}

#main {
	float: left;
	width: 471px;
}

/* Subnav */
	
.subnav {
	border-top: 1px dotted #aaa;
}

.subnav ul,
.subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav a {
	display: block;
	color: #000;
	padding: 5px;
	border-bottom: 1px dotted #aaa;
	font-size: 12px;
	_height: 20px;
}

.subnav a:hover {
	color: #f32837;
}

.subnav li.current a {
	background: #e1e1e1 url(../../images/lfw/white_stripe.png) repeat 0 0;
	border-bottom: none;
	margin-top: -1px;
}

h1 {
	text-transform: uppercase;
}

/* Footer */

#footer {
	clear: both;
	background: #646464 url(../../images/lfw/footer_grad.png) repeat-x 0 0;
	overflow: hidden;
	zoom: 1;
	padding: 25px 15px 15px;
}

#footer .footer_col {
	float: left;
	display: inline;
	width: 220px;
	min-height: 110px;
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
	background: url(../../images/lfw/footer_divider.png) repeat-y 100% 0;
}

#footer .id_01,
#footer .id_02 {
	width:155px;
}

#footer h3 {
	color: #FFF;
	margin: 0 0 15px;
	text-transform: uppercase;
}

#footer div.id_04 {
	margin: 0;
	background: none;
	width:330px;
}

#footer div.id_04 a {
	text-indent: -9999px;
}

#footer div.id_04 a.lda {
	background:url(../../images/lfw/LDA_logo.png) no-repeat 0 0;
	width: 130px;
	height: 80px;
	float: left;
	margin:10px 0 0 10px;
}

#footer div.id_04 a.gla {
	background:url(../../images/lfw/gla-mol.gif) no-repeat 0 0;
	width: 168px;
	height: 80px;
	float: left;
	margin:10px 0 0 0;
}

#footer div.id_04 a.bfc {
	background: url(../../images/lfw/footer_logo.png) no-repeat 0 0;
	width: 140px;
	height: 80px;
	float: right;
	margin:10px 10px 0 0;
}

#footer div.id_03 input.user_input {
	height: 16px;
	width: 110px;
	border: none;
	padding: 5px;
	margin: 0 5px 0 1px;
}

#footer input {
	border: 1px solid #555;
}

#footer div.id_03 input.user_submit {
	background-position: 0 -33px;
	background-color: #858585;
	border-color: #555;
	color: #eee;
	text-shadow: #555 0 -1px;
}

#footer div.id_03 ul {
	overflow:hidden;
	zoom:1;
	margin:5px 0 0;
}

#footer div.id_03 ul li {
	float:left;
	margin:0 15px 0 0;
}

#footer div.id_03 ul li a {
	font-size:11px;
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer ul li {
	margin: 0 0 4px 0;
}

#footer ul li a {
	color: #ccc;
}

#footer ul li a:hover {
	color: #fff;
}

#footer .rss a {
	background: url(../../images/lfw/icons.png) no-repeat 0 -318px;
	padding-left: 20px;
}

#footer .elsewhere li {
	margin: 0 0 6px 0;
}

#footer .elsewhere a {
	background: url(../../images/lfw/icons.png) no-repeat 0 -159px;
	padding: 1px 0;
	padding-left: 24px;
}

#footer .elsewhere .facebook a {
	background-position: 0 -360px;
}

#footer .elsewhere .twitter a {
	background-position: 0 -400px;
}




/* Site search */

.site_search {
	background-color: #eee;
	float: left;
	height: 53px;
	width: 230px;
	padding: 15px;
}

.site_search input.text {
	width: 130px;
}

.site_search ul {
	list-style: none;
	overflow: hidden;
	zoom: 1;
	margin: 5px 0 0;
}

.site_search ul li {
	float: left;
	margin: 0 15px 0 0;
}

.site_search ul li a {
	color: #666;
	text-decoration: underline;
	font-size: 11px;
}

.site_search ul li a:hover {
	text-decoration: none;
}

.logo {
	float: left;
}

.header_right {
	float: right;
	display: inline;
	width: 560px;
	margin: 0 0 15px;
}

/* MODULE */

.module td,
.module th {
	border: none;
}

/* Downloadables */

.downloads ul {
	padding: 0;
}

.downloads li {
	padding:  0 0 6px 24px;
	margin: 0;
	list-style: none;
	background: url(../images/icons/docs/default.png) no-repeat 0 0;
}

.downloads li.file_pdf {
	background-image: url(../../images/lfw/docs/pdf.png)
}

.downloads li.file_png,
.downloads li.file_jpg,
.downloads li.file_gif {
	background-image: url(../../images/lfw/docs/img.png)
}

.downloads li.file_ppt,
.downloads li.file_pptx {
	background-image: url(../../images/lfw/docs/ppt.png)
}

.downloads li.file_doc,
.downloads li.file_docx {
	background-image: url(../../images/lfw/docs/doc.png)
}

.downloads li.file_zip {
	background-image: url(../../images/lfw/docs/zip.png)
}

.downloads li.file_xls,
.downloads li.file_xlsx {
	background-image: url(../../images/lfw/docs/xls.png)
}

/* Designer details */

.page_designer_profile #sideleft {
	width: 225px;
}

.page_designer_profile #main {
	width: 385px;
}

.page_designer_profile #sideright {
	width: 305px;
}

#sideleft .designer_details {
	background: #eee;
	padding: 15px;
	overflow:hidden;
}

#sideleft .designer_logo {
	text-align: center;
	padding: 0 0 15px;
	line-height: 0;
}

#sideleft .designer_logo img {
	max-width:225px;
}


.page_designer_profile .details_wrap {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 24px;
}


.page_designer_profile .details_wrap ul {
	list-style-position:inside;

}

.page_designer_profile .details_wrap li {
	margin-left:10px

}

.page_designer_profile a.social {
	background: url(../../images/lfw/icons.png) no-repeat 0 -159px;
	padding: 1px 0;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
	display:block;
	text-indent: -9999px;
}

.page_designer_profile a.twitter_icon {
	background-position: 0 -240px;
}

.page_designer_profile a.facebook_icon {
	background-position: 0 -200px;
}


.designer_details .catwalk_show {
	background-color: #FFF;
	margin: 12px 0 15px;
	padding: 0 20px 10px;
	text-align: center;
}


/*************

CLASSIFICATIONS PANEL

**************/


.page_designer_profile .classifications {
	list-style:none;
}

.page_designer_profile .classifications  li{
    margin: 10px;
    padding: 10px 10px 10px 43px;
}

.page_designer_profile .classifications  .elle{
	background:url(/images/lfw/badges/badge_elle.png) left center no-repeat;
}

.page_designer_profile .classifications  .coutts{
	background:url(/images/lfw/badges/badge_fashionforward.png) left center no-repeat;
}

.page_designer_profile .classifications  .newgenmen{
	background:url(/images/lfw/badges/badge_negwenmen.png) left center no-repeat;
}
.page_designer_profile .classifications  .newgen{
	background:url(/images/lfw/badges/badge_newgen.png) left center no-repeat;
}
.page_designer_profile .classifications  .fashionfund{
	background:url(/images/lfw/badges/badge_dff.png) left center no-repeat;
}
.page_designer_profile .classifications  .esthetica{
	background:url(/images/lfw/badges/badge_es.png) left center no-repeat;
}
.page_designer_profile .classifications  .fringe{
	background:url(/images/lfw/badges/badge_ffringe.png) left center no-repeat;
}
.page_designer_profile .classifications  .londonpre{
	background:url(/images/lfw/badges/badge_pre.png) left center no-repeat;
}

.page_designer_profile .classifications  .menswear{
	background:url(/images/lfw/badges/badge_men.png) left center no-repeat;
}

.page_designer_profile .classifications  .multibrand{
	background:url(/images/lfw/badges/badge_mbrand.png) left center no-repeat;
}





/*************

PAID LISTING - LITTLE BLACK BOOK

**************/



.paidlisting  #sideleft .designer_details {
	border:solid 3px #c9c9c9;
	background:#FFF;
}



#sideright .paidlisting  {
	overflow:hidden;
}


#sideright .paidlisting img {
	float:left;
	margin:0 20px 20px;
}


#sideright .paidlisting p {
	margin:10px 0;
	float:left;
}


/*************

LONDON PRE PANEL

**************/

.page_designer_profile .panel_londonpre {
	
height:190px;
	
}



.page_designer_profile .panel_londonpre .pre-logo{
	float:left;
	margin-left:-10px;
	margin-right:15px;
	
}


.page_designer_profile .panel_londonpre h4{
	margin-bottom:1px
	
}

.page_designer_profile .panel_londonpre a.gmaps{
	float:right;
	
}




.designer_details .catwalk_show h4,
.designer_details .catwalk_show h4 span.end {
	background: url(../../images/lfw/heading_label_bg.png) no-repeat 0 0;
}

.designer_details .catwalk_show h4 {
	color: #FFF;
	text-transform: uppercase;
	top: -12px;
	position: relative;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin: 0;
	width: auto;
}

.designer_details .catwalk_show h4 span.end {
	background-position: 100% -24px;
	display: block;
	padding: 0 5px;
}


.designer_details ul {
	list-style:none;	
	overflow:hidden;
}


.designer_details ul li {
	background:url(/images/lfw/legend_fr.gif);
	width:32px;
	height:17px;
	display:block;
	text-indent:-9999px;
	float:left; 
	margin:0 7px 4px 0;
}

.designer_details .elle {
	background:url(/images/lfw/legend_el.gif);
}
.designer_details .coutts {
	background:url(/images/lfw/legend_ff.gif);
}
.designer_details .newgenmen {
	background:url(/images/lfw/legend_nm.gif);
}
.designer_details .newgen {
	background:url(/images/lfw/legend_ng.gif);
}
.designer_details .fashionfund {
	background:url(/images/lfw/legend_dff.gif);
}
.designer_details .fringe {
	background:url(/images/lfw/legend_fr.gif);
}
.designer_details .londonpre {
	background:url(/images/lfw/legend_lp.gif);
}
.designer_details .menswear {
	background:url(/images/lfw/legend_mw.gif);
}
.designer_details .multibrand {
	background:url(/images/lfw/legend_mb.gif);
}


.designer_details h3 {
	font-size: 12px;
	margin: 0 0 6px 0;
}

.page_designer_profile .contacts {
	margin-bottom: 12px;
	overflow: hidden;
}

.showrooms {
	clear: both;
	overflow:hidden;
	zoom:1;
}




.showrooms .left,
.showrooms .right {
	float:left;
}

.showrooms .right {
	width:192px;
}

.showrooms .left {
	margin:0 20px 0 0;
	width:172px;
}

.showrooms .left p,
.showrooms .right p {
	width:172px;
	word-wrap:break-word;
}


.showrooms h3 {
	margin:0 0 10px;
}

.showrooms h4 {
	margin:10px 0 0;
}

.designer_contact {
	float: left;
}

.designer_contact h4 {
	margin: 0;
}

/* line header example */
h2.line_header {
	border: solid 1px #d6d6d6;
	border-width: 1px 0;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 14px;
}

/* designer photo */
img.designer_photo {
	float: left;
	margin: 5px 10px 10px 0;
}

/* designer contact section */
.designer_contact {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 15px;
}

.designer_contact p {
	width: 172px;
	margin:0 20px 0 0;
	float: left;
	-ms-word-wrap: break-word;
}

.designer_contact a {
	word-wrap: break-word;
}


.dropdown {
	overflow:hidden;
	
	
}

.dropdown select{
	width:150px;
	float:right;
	
}

.dropdown  span{
	display: block;
    float: left;
    margin-top: 5px;
	
}
/* HOME PAGE */
#content.page_home {
	padding: 15px;
}

.zone {
	float: left;
	width: 305px;
	margin: 0 15px 0 0;
}

.page_home .zone_1 {
	float: left;
	width: 625px;
	margin: 0 0 15px 0;
	height: 245px;
    overflow: hidden;

}

.page_home .zone_4 {
	margin: 0 0 0 0;
	float: right;
}




/* Homepage cycle lead element */
.primary_zone .cycle_lead {
	position:relative;
	background: #000;
	
}

.primary_zone .cycle_lead .panel2,
.primary_zone .cycle_lead .panel3,
.primary_zone .cycle_lead .panel4,
.primary_zone .cycle_lead .panel5,
.primary_zone .cycle_lead .panel6,
{
 display:none;
}


.primary_zone .cycle_lead .prev,
.primary_zone .cycle_lead .next 
 {
	text-decoration:none;
	background:url(/images/lfw/lead-bg.png);
	height:19px;
	padding:28px 15px;
	width:10px;
	display:block;
	margin-top: 170px;
    position: absolute;
    z-index: 30;
}

.primary_zone .cycle_lead .prev span,
.primary_zone .cycle_lead .next span
 {
	
	 background:url(/images/lfw/lead-arrows.png) no-repeat;
	 text-indent:-9999px;
	 display:block;
	 width:10px;
	 height:19px;
}


.primary_zone .cycle_lead  .prev {
	left:0;
}

.primary_zone .cycle_lead  .next  {
	right:0;
	
}
.primary_zone .cycle_lead  .next span {
	
	background-position: -10px 0;
}
.primary_zone .cycle_lead .prev span:hover {
	background-position: 0 -19px;
	
}
.primary_zone .cycle_lead .next span:hover{
	background-position: -10px -19px;
}


.primary_zone .cycle_lead .cycle_slideshow,
.primary_zone .cycle_lead .cycle_panel
{
	height: 245px;
    overflow: hidden;
}


.primary_zone .cycle_lead .cycle_slideshow .cycle_panel a {
	position:absolute;
	
	left:0;
	bottom: 0;
    height: 75px;
	background:url(/images/lfw/lead-bg.png);
	width:625px;
	z-index:5;

}
.primary_zone .cycle_lead .cycle_slideshow .cycle_panel h2{
	margin:18px 60px 0 60px;
	color:#FFF;
}

.primary_zone .cycle_lead .cycle_slideshow .cycle_panel p{
	margin:0 60px 0 60px;
	color:#FFF;
	font-size:15px;
	text-shadow: 2px 1px 0 #000;
}






.page_home .sponsors {
	padding: 15px 0 10px 0;
	overflow: hidden;
	zoom: 1;
	clear: both;
	border-top: 1px solid #ccc;
}

.sponsors a,
.sponsors span {
	display:inline-block;
	text-align:center;
	line-height:50px;
}

.page_sponsors .sponsors a,
.page_sponsors .sponsors span {
	width:156px;
}



.page_home .sponsors img,
.page_sponsors .sponsors img {
	vertical-align:middle;
}

.page_home .sponsors a.principal {
	float:left;
	margin-top:5px;
}

.page_home .sponsors .cycle {
	float:right;
	width:780px;
	height:60px;
}

.page_home .sponsors .cycle ul {
	overflow:hidden;
	zoom:1;
	list-style:none;
	padding:0;
	margin:0;
}

.page_home .sponsors .cycle li {
	display:inline;
	padding:0;
	margin:0 40px;
}



	
	
/* sponsors page */
.page_sponsors #main {
	width:auto;
	float:none;
}

.page_sponsors .sponsors ul {
	overflow:hidden;
	zoom:1;
	list-style:none;
	padding:20px 0;
	margin:0;
	border:solid #CCC 1px;
	border-width:1px 0 0;
	text-align: center;
}

.page_sponsors .sponsors li {
	display:inline;
	margin:0;
	padding:0;
}

.page_sponsors .sponsors a,
.page_sponsors .sponsors span {
	width:155px;
	margin:0 15px;
}

.page_sponsors .sponsors .principal_holder {
	text-align:center;
	padding:15px 0;
}

.page_sponsors .sponsors .principal_holder a {
	display:block;
	margin:0 auto;
	background-position:-156px 0;
}

.titlestrip {
	height: 160px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 0 655px 0 0;
	margin-bottom: 15px;
}

.titlestrip .text {
	height: 150px;
	background: #000 url(../../images/lfw/black_gradient.png) repeat-x 0 100%;
	color: #fff;
	padding: 10px 15px 0 15px;
}

.titlestrip .text h1 {
	color: #fff;
	margin: 0 0 9px 0;
}

.titlestrip .text p {
	margin: 0;
}

.page_subhome .zone_4 {
	float: right;
	margin: 0;
}

.viewall {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}



/*IN LONDON SUBHOMEPAGE  */

.page_inlondon .zone_1 {
	width:225px;
}



.page_inlondon .zone_2,
.page_inlondon .zone_4
 {
	width:345px;
}


.page_inlondon .zone_4 {
	float: right;
	margin: 0;
}


.page_inlondon .panel ul{
	list-style: url(../../images/lfw/inlondon/square.png);
	padding:10px 10px 0 0;
	float:left;
	
}

.page_inlondon .panel li {
	margin:1px 0 0 13px;
	padding:0;
}

.page_inlondon ul li a{
	
	color: #333;	
	float:none;
}

.page_inlondon .listinglist  li a{
	
	color: #F32837;	

}

.page_inlondon ul li a:hover{
	color: #F32837;	
}



/* shops search panel */
.panel_shops_search_new {
	padding:12px !important;
	background-color:#EEE;
	overflow: hidden;
	zoom: 1;
}

.panel_shops_search_new h2 {
	text-transform:uppercase;
	font-size:12px;
	margin:0 0 10px;
	text-align:center;
}

.panel_shops_search_new h3 {
	font-size:12px;
	text-transform:uppercase;
	color:#888888;
	font-weight:bold;
	margin:0 0 10px;
}

.zone .panel_shops_search_new p {
	margin:5px 0 15px 0;
}

.panel_shops_search_new div {
	margin:12px 0 0;
}

.panel_shops_search_new div a {
	float:right;
	margin:4px 0 0;
	color:#333;
	text-decoration:underline;
}

.panel_shops_search_new div a:hover {
	text-decoration:none;
}

.panel_shops_search_new input.search_input {
	width:190px;
	margin:0;
}

/* IN LONDON - LHS NIFTY NAVIGATION FOR SHOPS, HOTELS, BARS AND RESTAURANTS */

.page_inlondon #sideleft {
	width: 240px;
	margin-left:-15px;
	background:url(../../images/lfw/sideleft.png) repeat-y  right #FFFFFF;
}


.page_inlondon #sideleft_wrap {
	background:url(../../images/lfw/sideleft_top.png) no-repeat  top right transparent;
	
}

.page_inlondon #sideleft_wrap2 {
	background:url(../../images/lfw/sideleft_bottom.png) no-repeat  bottom right transparent;
	padding:30px 15px 150px;
}
.page_inlondon #sideleft input.text {
	width:129px;
	margin:0 0 20px 0;

}

.page_inlondon #sideleft input.button {
	padding:0 6px 1px;
	margin:0 0 20px 0;
}
.page_inlondon #sideleft .panel .head{
	background-color:transparent;
	border-bottom:1px solid #E1E1E1;
	border-top:1px solid #CCCCCC;
	margin:0 0 10px;
	overflow:hidden;
	padding:7px 0;
	text-align: right;
}


.page_inlondon #sideleft .panel input {
	border: none;
	padding: 0;
	margin:0 4px 0 0;


}


.page_inlondon #sideleft h2{
	font-size:12px;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	line-height:1.5;
}
.page_inlondon #sideleft .panel .head  h2{
	float:left;
}


.page_inlondon #sideleft .panel .head a {
	color:#F32837;
	font-size:12px;
	text-decoration:underline;
}

.page_inlondon #sideleft h2 a{
	color:#000;
}


.page_inlondon .type-panel ul,
.page_inlondon .stars-panel ul,
.page_inlondon .price-panel ul
 {
	margin:0 0 10px 0;
	padding:0;
	
	list-style:none;
}

.page_inlondon .type-panel ul li,
.page_inlondon .stars-panel ul li,
.page_inlondon .price-panel ul li
 {
	margin:0 0 2px 0 ;
	padding:0;
	zoom:1;
}


.page_inlondon label {
	cursor:pointer;
}

.page_inlondon label:hover {
	color: #444;
}
.page_inlondon .jquery-checkbox {
cursor:pointer;
display:inline;
font-size:10px;
line-height:10px;
margin:0 5px 0 0;
}
.page_inlondon .jquery-checkbox .mark {
display:inline;
}
.page_inlondon .jquery-checkbox img {
height:10px;
vertical-align:middle;
width:10px;
}
.page_inlondon .jquery-checkbox img {
background:url(/images/lfw/inlondon/checkbox.png) no-repeat scroll 0 0 transparent;
}
.page_inlondon .jquery-checkbox img {
background-position:0 0;
margin-bottom:3px;
}
.page_inlondon .jquery-checkbox-hover img {
background-position:0 -20px;
}
.page_inlondon .jquery-checkbox-checked img {
background-position:0 -10px;
margin-bottom:3px;
}
.page_inlondon .jquery-checkbox-checked .jquery-checkbox-hover img {
background-position:0 -30px;
}
.page_inlondon .jquery-checkbox-disabled img {
background-position:-56px -56px;
}
.page_inlondon .jquery-checkbox-checked .jquery-checkbox-disabled img {
background-position:-56px -70px;
}


/*INLONDON LISTING PAGE-*/

.page_inlondon.list #main {
	width: 705px;
}




.page_inlondon.list .edit_panels {
	list-style:none;
	overflow: hidden;
	 width: 720px;
	
}

.page_inlondon.list .edit_panels li {
	background:#EEEEEE;
	height:176px;
	overflow:hidden;
    float:left;
	width:345px;
	margin-right:12px;

	margin-left:0;
	margin-bottom:12px;
	
}
.page_inlondon.list .edit_panels .edit_image {
float:left;
height:176px;
width:145px;
}

.page_inlondon.list .edit_panels .caption {
padding:10px 10px 0;
margin-left:145px;
}
.page_inlondon.list .edit_panels h3 a, .page_inlondon.list .edit_panels h3 a:hover {
color:#000000;
cursor:pointer;
text-decoration:none;

}
.page_inlondon.list .edit_panels  a, .page_inlondon.list .edit_panels  a:hover {
 color: #F32837;
cursor:pointer;
text-decoration:none;
  display: block;
    margin-top: 4px;
}
.page_inlondon.list .edit_panels h3 {
cursor:pointer;
font-size:12px;
margin:0 0 6px;
text-transform:uppercase;
}
.page_inlondon.list .edit_panels p {
line-height:16px;
color:#545454;
margin:0;
}


.page_inlondon.list .jump_to a {
	font-size:11px;
	white-space:nowrap;
}


.page_inlondon.list td {
 min-width: 100px;
}



.page_inlondon.list .paging_top {

margin:30px 0 18px;
}

.page_inlondon.list .listinglist li {
	border-bottom:1px solid #EEEEEE;
	margin:0 0 18px;
	overflow:hidden;
	padding:0 ;
	
}

.page_inlondon.list .listinglist li img {
 float:none;
}

.page_inlondon.list .listinglist h2
{
	text-transform:uppercase;
	font-size:16px;
	
}


.page_inlondon.list .listinglist .list_thumb
{
	float:left;
	border:3px solid #DFDFDF !important;
	width:160px;
	height:160px;
	margin-bottom:20px;
	margin-right:15px;
	
}

.page_inlondon.list .listinglist .list_thumb_hotels
{
	float:left;
	border:3px solid #DFDFDF !important;
	width:120px;
	height:120px;
	margin-right:15px;
	
}

.page_inlondon.list .listinglist .list_content
{
	float:left;
	width:520px;
	
	
}

.page_inlondon.list .listinglist li span {
float:none;
}

.page_inlondon.list .listinglist .list_fullcopy
{
	margin-bottom:20px;	
	
}



.page_inlondon.list .listinglist .official 
{

	background-color:#EEEEEE;
	padding:15px;
	
}

.page_inlondon.list .listinglist .official .list_thumb,
.page_inlondon.list .listinglist .official .list_thumb_hotels

{
	float:left;
	border:none !important;
	width:200px;
	height:200px;	
}

.page_inlondon.list .listinglist .official .list_content
{
	float:left;
	width:450px;
	
	
}




/* INLONDON DETAIL PAGE */

.page_inlondon.detail #main {
	width: 465px;
}

.page_inlondon.detail #sideright {
	width: 220px;
}


.page_inlondon.detail .details_wrap {
	margin-bottom:30px
}


.page_inlondon.detail .detail_thumb {
	float:left;
	border:3px solid #DFDFDF !important;
	margin-right:15px;
	max-width:200px;
	
}

.page_inlondon.detail .detail_details {
	width: 240px;
	float:left;
	
}

.page_inlondon.detail .detail_copy {
	margin-top:30px;
}


.page_inlondon.detail .detail_quote {
	background:url(../../images/lfw/inlondon/quotes.png)  left top no-repeat;
	padding:15px 0 0 40px;
	margin-top:35px;

}

.page_inlondon.detail .detail_quote .quote_copy {
	font-size:15px;
	color:#6d6d6d;
	font-style:italic;
	margin-bottom:10px;
}


.page_inlondon.detail .detail_quote .quote_name {
	font-size:12px;
}

.page_inlondon.detail .google_map {
	border:1px solid #CCCCCC;
	margin-top:10px
}



/* jScrollPane used in inlondon  */

.page_inlondon .scroll-pane {
	
	overflow:auto;
	width:210px;
	height: 130px;
}

.page_inlondon  .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.page_inlondon  .jScrollPaneContainer:focus {
	outline:none
}

.page_inlondon  .jScrollPaneTrack {

	background: url(../../images/lfw/inlondon/scrollbg.png) repeat-y top ;
}

.page_inlondon  .jScrollPaneDrag {
	background: #a09fa0;
}

.page_inlondon  a.jScrollArrowUp {
	background:transparent url(../../images/lfw/inlondon/scrollup.png) no-repeat scroll 0 0;
}

.page_inlondon  a.jScrollArrowDown {
	background:transparent url(../../images/lfw/inlondon/scrolldown.png) no-repeat scroll 0 0;
}
.page_inlondon  .location-panel {
	
	padding:0 0 15px;
	border-bottom:1px solid #CCCCCC;
	
}


.page_inlondon .scroll-pane ul li {
	margin:0 0 2px;
	overflow:hidden;
	padding:0;
}


.page_inlondon .scroll-pane ul li img {
	float: none;
	
	margin-right:0;
	width: auto;
}


.page_inlondon .scroll-pane ul li .stars {
	height:12px;
}


/*lightbox gallery on inlondon*/



.thumbnails {
    width: 220px;
}
.thumbnail-display {
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 220px;
}
.thumbnail-display .left-arrow {
    float: left;
    padding: 17px 0 0;
}
.thumbnail-display .left-arrow a {
    background: url("../images/gallery_prev_page_white.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 29px;
    outline: medium none;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
}
.thumbnail-display .thumbnails {
    display: inline;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    width: 220px;
}
.thumbnail-display .thumbnails ul {
  
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 240px;
}
.thumbnail-display .thumbnails ul li {
    display: block;
    float: left;
    height: 50px;
    list-style: none outside none;
    margin: 0 5px 5px 0;
    overflow: hidden;
}
.thumbnail-display .thumbnails ul li a {
    height: 70px;
    line-height: 40px;
}
.thumbnail-display .right-arrow {
    float: right;
    padding: 17px 0 0;
}
.thumbnail-display .right-arrow a {
    background: url("../images/gallery_next_page_white.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 29px;
    outline: medium none;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
}
.ImageButton {
    border: 0 none;
    height: 20px;
    margin: 10px 0 0 14px;
    width: 225px;
}
.sortlink {
    margin: 0;
}
input.blur {
    color: #999999;
}



/* CONTENT PAGE */

.page_content #sideleft {
	width: 145px;
	background: url(../../images/lfw/leftshadow.png) no-repeat right top;
}

.page_content #main {
	width: 625px;
}

.page_content_wide #sideleft {
	display: none;
}


.page_content #main {
	width: 770px;
}

.page_content #sideright {
	width: 145px;
}

.page_content_wide #main {
	  width: 945px;
}

.page_content #sideleft .subnav {
	border-top: none;
	width: 138px;
	min-height: 455px;
}

.page_content #sideleft .subnav li:last-child a {
	display: block;
	color: #000;
	padding: 5px;
	border-bottom: none;
	font-size: 12px;
}

.page_content #sideleft .subnav li:last-child a:hover {
	color: #f32837;
}

.page_content #sideleft .subnav li.current a,
.page_content #sideleft .subnav li.current:last-child a {
	background: #e1e1e1 url(../../images/lfw/white_stripe.png) repeat 0 0;
	border-bottom: none;
	margin-top: -1px;
}

.contentimage_right {
	float: right;
	margin: 0 0 15px 15px;
}

.contentimage_left {
	float: left;
	margin: 0 15px 15px 0;
}

/* CATWALK REPORTS - NEW */



.page_catwalk_new .socialshare{
	 overflow:visible;
	 margin-bottom:10px;
	 height:27px;
	
}

.story .read-more a,
.re-collapse a

{
	float:right;
    background: url(../../images/lfw/button_small.png) no-repeat scroll left top transparent;
    color: #000000;
    float: right;
    font-size: 11px;
    height: 17px;
    margin: 5px 0 0 5px;
    padding: 3px 0 0;
    text-align: center;
    width: 71px;
	text-transform:uppercase;
		
}
.story .read-more a:hover,
.re-collapse a:hover
{
 color: #F32837
		
}


.re-collapse

{
display:inline;
	
}

 .nobreak{display:inline}

.facebook_like{
	 float:left;
	 overflow:visible;
	 position:relative;
	 z-index:10;
	
	
}


.page_catwalk_new #sideright {
	width: 305px;
}

.page_catwalk_new #main {
	width: 625px;
}

.page_catwalk_new h1 {
	margin-bottom: 5px;
}



.page_catwalk_new .videosplayer {
	width:600px;
	padding:9px;
	border:solid 1px #E2E2DF;
	
}



.page_catwalk_new .day-date{
	margin:20px 0 0 0;
	color:#999;
	
}

.page_catwalk_new .story{
	margin:10px 0 10px
	
}


.page_catwalk_new .scroller {
	float: right;
    margin: 0;
    width: auto;
}

.page_catwalk_new .selectholder span.season {
    font-size:16px;
	font-weight:normal;
	line-height:35px;
	text-transform:uppercase;	
}


.page_catwalk_new .datescroller {
	background: #eeeeee;
	padding: 10px;
	margin: 0 0 20px 0;
	height:34px;
}


.page_catwalk_new .selectholder,
.page_catwalk_new .datescroller ul li {
	float: left;
}

.page_catwalk_new .datescroller a.prev_link,
.page_catwalk_new .datescroller a.next_link {
	background:url(../../images/lfw/large_controls.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	height:34px;
	width:34px;
	float:left;
}

.page_catwalk_new .datescroller a.prev_link:hover {
	background-position:0 -34px;
}

.page_catwalk_new .datescroller a.next_link {
	background-position:0 -68px;
}

.page_catwalk_new .datescroller a.next_link:hover {
	background-position:0 -102px;
}

.page_catwalk_new .datescroller ul {
	padding: 0;
	margin:0 0 0 30px;
	list-style: none;
	float:left;
	height:34px;
}

.page_catwalk_new .datescroller ul li {
	margin: 0 4px 0 0;
	padding: 0;
}

.page_catwalk_new .datescroller ul li span,
.page_catwalk_new .datescroller ul li a {
	width: 80px;
	height: 34px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height:34px;
}

.page_catwalk_new .datescroller ul li a {
	color: #000;
}

.page_catwalk_new .datescroller ul li a.na {
	color: #ccc;
}

.page_catwalk_new .datescroller ul li a.current,
.page_catwalk_new .datescroller ul li a:hover {
	background: url(../../images/lfw/dayselected.png) no-repeat 0 0;
	height: 56px;
}

.page_catwalk_new .datescroller ul li span {
	color: #ccc;
	cursor:default;
}

.page_catwalk_new .panel_designer_catwalks ul li.link_strip {
	float: none;
	margin: 0;
	clear: both;
	line-height: normal;
	position: relative;
	padding: 5px 0 23px 20px;
}

.page_catwalk_new .panel_designer_catwalks ul li .button_small {
	float: right;
	width: 71px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 0 0 5px;
	text-align: center;
	background: url(../../images/lfw/button_small.png) no-repeat left top;
	font-size: 11px;
	color: #000;
}

.page_catwalk_new .panel_designer_catwalks ul li .button_small:hover {
	color: #F32837;
}

.page_catwalk_new .backstagelabel {
	float: right;
	width: 75px;
	height: 17px;
	padding: 3px 2px 0 3px;
	margin: 0 0 0 5px;
	text-align: center;
	background: #000;
	font-size: 11px;
	color: #FFF;
}


.page_catwalk_new .vidsholder {
	float: none;
	margin: 0;
	padding: 0;
	border: medium none;
	overflow: hidden;
	zoom: 1;
	clear: both;
}


.page_catwalk_new .horizontal-pane {


    width: 100%;
	height: auto;
	height:145px;
	max-height: 200px;

	
}



.page_catwalk_new .horizontal-pane ul {
	margin: 0;
	padding: 0;
	list-style: none;
	 width: 2300px;
	overflow:hidden;
	margin: 7px;
	position: relative;
}

.page_catwalk_new .horizontal-pane ul li {
	margin: 0 9px 0 0;
	padding: 4px;
	overflow: hidden;
	zoom: 1;
	float:left;
	width: 130px;
	background: #FFFFFF;
	border: solid 1px #cccccc;
	height: 100px;
}

.page_catwalk_new .horizontal-pane ul li a.imagecont {
	color: #000;
	display:block;
	width:130px;
	height:74px;
}

.page_catwalk_new .horizontal-pane ul li .textlink{
	 background: url(../../images/lfw/playmask.png) no-repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    height: 20px;
    overflow: hidden;
    padding-top: 76px;
    position: absolute;
    width: 130px;
}

.page_catwalk_new .horizontal-pane ul li a {
	color: #000;
}

.page_catwalk_new .horizontal-pane ul li a.imagecont img {
z-index:-1;
}

.page_catwalk_new .horizontal-pane ul li.active {
	background: #ececec;
	padding: 5px;
	margin-top: 0;
}

.page_catwalk_new .horizontal-pane ul li:hover {
	border: solid 1px  #999;
	padding:4px;
}

.page_catwalk_new .horizontal-pane ul li img {
	margin: 0 0 5px 0;
	width: 130px;
	height: 74px;
}

.page_catwalk_new .horizontal-pane ul li p {
	margin: 0;
}


/* CATWALK REPORTS - ARCHIVE */

.page_catwalk #sideleft {
	width: 305px;
}

.page_catwalk #main {
	width: 625px;
}

.page_catwalk h1 {
	margin-bottom: 5px;
}


.page_catwalk #ctl00_PageHolder_ContentHolder_Main_lbSeasonText{
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	text-transform:uppercase;
	
}

.scroller {
	float:right;
	width:658px;
	margin:0 20px 0 0;
}

.datescroller {
	background: #eeeeee;
	padding: 10px;
	margin: 0 0 30px 0;
	height:34px;
}

.selectholder,
.datescroller ul li {
	float: left;
}

.datescroller a.prev_link,
.datescroller a.next_link {
	background:url(../../images/lfw/large_controls.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	height:34px;
	width:34px;
	float:left;
}

.datescroller a.prev_link:hover {
	background-position:0 -34px;
}

.datescroller a.next_link {
	background-position:0 -68px;
}

.datescroller a.next_link:hover {
	background-position:0 -102px;
}

.datescroller ul {
	padding: 0;
	margin:0 20px 0 30px;
	list-style: none;
	float:left;
	height:34px;
}

.datescroller ul li {
	margin: 0 10px 0 0;
	padding: 0;
}

.datescroller ul li span,
.datescroller ul li a {
	width: 80px;
	height: 34px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height:34px;
}

.datescroller ul li a {
	color: #000;
}

.datescroller ul li a.current,
.datescroller ul li a:hover {
	background: url(../../images/lfw/dayselected.png) no-repeat 0 0;
	height: 56px;
}

.datescroller ul li span {
	color: #ccc;
	cursor:default;
}

.page_catwalk .panel_designer_catwalks ul li.link_strip {
	float: none;
	margin: 0;
	clear: both;
	line-height: normal;
	position: relative;
	padding: 5px 0 23px 20px;
}

.page_catwalk .panel_designer_catwalks ul li .button_small {
	float: right;
	width: 71px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 0 0 5px;
	text-align: center;
	background: url(../../images/lfw/button_small.png) no-repeat left top;
	font-size: 11px;
	color: #000;
}

.page_catwalk .panel_designer_catwalks ul li .button_small:hover {
	color: #F32837;
}

.backstagelabel {
	float: right;
	width: 75px;
	height: 17px;
	padding: 3px 2px 0 3px;
	margin: 0 0 0 5px;
	text-align: center;
	background: #000;
	font-size: 11px;
	color: #FFF;
}



/*jScrollPane 2*/


.jspContainer
{
	overflow: hidden;
	position: relative;
	background: #F1F1F1;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url(../../images/lfw/scrollbgHor.gif) repeat-x scroll center transparent;
	position: relative;
}

.jspDrag
{
	background: #c3c3c3;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width:16px;
	height: 13px !important;
    left: 0;
    line-height: 1px;
    margin: 4px 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	
	background: url(../../images/lfw/pagination_bg.png) no-repeat scroll 0 -80px transparent;
}

.jspArrow.jspArrowLeft
{
  background-position: -5px -40px;
}


.jspArrow.jspDisabled
{
  background-position: 0 -100px;
}

.jspArrow.jspArrowLeft.jspDisabled
{
  background-position: -5px -60px;

}


.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}








/* jScrollPane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../../images/lfw/scrollbg.gif) repeat-y top;
}

.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 13px;
	width: 13px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 13px;
	width: 13px;
}

a.jScrollArrowUp {
	background:transparent url(../../images/lfw/scrollup.gif) no-repeat scroll 0 0;
}

a.jScrollArrowDown {
	background:transparent url(../../images/lfw/scrolldown.gif) no-repeat scroll 0 0;
}

.vidsholder {
	float:right;
	margin:0 0 20px 10px;
	padding: 5px;
	border: 1px solid #e2e2df;
	overflow: hidden;
	zoom: 1;
}

.scroll-pane {
	float: left;
	overflow:auto;
	width:218px;
	height: 204px;
}

.scroll-pane ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.scroll-pane ul li {
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.scroll-pane ul li a {
	color: #000;
}

.scroll-pane ul li.active {
	background: #ececec;
	padding: 5px;
}

.scroll-pane ul li img {
	float: left;
	margin: 0 10px 0 0;
	width: 85px;
	height: 63px;
}

.scroll-pane ul li p {
	margin: 0;
}

/* DESIGNERS LISTING */

.page_designers_listing #main {
	width: 705px;
}

.page_designers_listing #sideright {
	width: 225px;
	padding: 49px 0 0 0;
}

.page_designers_listing #sideright li {
	margin: 20px 0 20px 10px;
	overflow: hidden;
}


.designersearch {
	width: 675px;
	background: #eee;
	margin: 0 0 10px 0;
	padding: 15px;
	overflow: hidden;
	zoom:1;
}

.designersearch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.designersearch ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
 *margin: 0 10px 0 0;
}

.designersearch ul li label {
	display: block;
}

.designersearch ul li select {
	width: 140px;
}

.designersearch ul li select.letter {
	width: 95px;
}

.designersearch ul li.last {
	margin: 0;
	padding: 17px 0 0 0;
	float: none;
	clear: both;
}

.listinglist {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.listinglist li {
	border-bottom: 1px solid #eee;
	margin: 0 0 8px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	zoom: 1;
}

.listinglist li a {
	float: left;
	line-height: 20px;
	width: 330px;
}

.listinglist li span {
	float: left;
}

.listinglist li img {
	float: right;
}

.page_designers_listing #sideright img {
	float: left;
	margin: 0 10px 10px 0;
}


.page_designers_listing  .listinglist li a {
	width: 253px;
}


.page_designers_listing  .listinglist li span {
	width: 165px;
}




/*LONDON PRE LISTING*/

.london_pre a{
	color:#217bb7
	
}

.london_pre #sideright {
    width: 305px !important;
	  padding: 0 0  !important;
}

.london_pre #main {
    width: 615px !important;
}


.london_pre #main .listinglist li span {
    float: left;
    width: auto;
}

.london_pre #main .listinglist li a {
    float: left;
    line-height: 1.5em;
    width: 255px;
}

.london_pre .pre_quote{
	background:url(/images/lfw/london-pre-quotes.png) top left no-repeat;
	clear: both;
    display: block;
    padding-left: 41px;
	color:#575757;
    font-size: 14px;
    line-height: 19px;
}
.london_pre .pre_quote_small{
	background:url(/images/lfw/london-pre-quotes.png) -3px top  no-repeat;
	clear: both;
    display: block;
    padding-left: 35px;
	color:#575757;
    font-size: 13px;
    line-height: 19px;
}

.london_pre .londonpre_archive{
	 margin: 0;
    overflow: hidden;
    width: 305px;
	list-style:none;
}

.london_pre .londonpre_archive li {
    float: left;
    list-style: none outside none;
      margin: 0 11px 9px 0;
}

.london_pre .londonpre_archive img {
	margin:0 !important;
}

.page_designer_profile hr {
	background:none;
	border:none;
	border-top:solid 1px #d6d6d6;
	clear:both;
	
}


#ctl00_PageHolder_ContentHolder_Main_londonpre h4 {
	margin-top:0;
	
}

/* search results */
.page_search_results #main {
	width:705px;
}

.page_search_results #sideright {
	width:225px;
	margin:48px 0 0;
}

.page_search_results #sideright .panel {
	background-color:#eeeeee;
	padding:15px;
}

.page_search_results #sideright .panel h3 {
	text-transform:uppercase;
}

.page_search_results #sideright .filter_results ul {
	list-style:none;
}

.page_search_results #sideright .filter_results ul li {
	margin:0 0 10px;
}

.page_search_results #sideright .filter_results ul li input,
.page_search_results #sideright .filter_results ul li label {
	vertical-align:middle;
}

.page_search_results #sideright .filter_results ul li input {
	margin-right:8px;
	border:none;
}

.page_search_results #sideright .filter_results ul li label {
	color:#888888;
	font-size:12px;
	text-transform:uppercase;
}

/* paging */
.paging {
	border-bottom:dotted 1px #CDCDCD;
	overflow:hidden;
	zoom:1;
	padding:10px 0;
	border-top:solid 1px #CDCDCD;
}

.paging_bottom {
	border-top:dotted 1px #CDCDCD;
	border-bottom:dotted 1px #CDCDCD;
}

.paging .pagelinks {
	float:left;
}

.paging .pagelinks a,
.paging .pagelinks span {
	background:url(../../images/lfw/pagination_bg.png) no-repeat 50% 0;
	float:left;
	width:26px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#666;
	outline:none;
}

.paging .pagelinks span {
	cursor:default;
}

.paging .pagelinks a:hover {
	background-position:50% -20px;
	color:#FFF;
}

.paging .pagelinks span.current {
	background-position:50% -20px;
	color:#FFF;
}

.paging .pagelinks .prev,
.paging .pagelinks .next {
	text-indent:-9999px;
	width:20px;
}

.paging .pagelinks span.prev {
	background-position:0 -60px;
}

.paging .pagelinks a.prev {
	background-position:0 -40px;
}

.paging .pagelinks span.next {
	background-position:0 -100px;
}

.paging .pagelinks a.next {
	background-position:0 -80px;
}

.paging .display {
	float:right;
}

.paging select {
	padding:1px;
	margin:0 5px 0 0;
}

.tabs_paging {
	position: relative;
	left: 50%;
	float: left;
}

.tabs_paging ul {
	position: relative;
	left: -50%;
	padding: 0;
	list-style:none;
}

.tabs_paging ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.tabs_paging li a {
	background:transparent url(../../images/lfw/pagination_bg.png) no-repeat scroll 50% 0;
	color:#666666;
	float:left;
	height:20px;
	line-height:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-align:center;
	width:26px;
	list-style: none;
}

.tabs_paging li.ui-tabs-selected a {
	background-position:50% -20px;
	color:#FFFFFF;
}

.designer_catwalks_paging a.prev,
.designer_catwalks_paging a.next {
	background:transparent url(../../images/lfw/pagination_bg.png) no-repeat scroll 50% 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-position:0 -80px;
}

.designer_catwalks_paging a.prev {
	background-position:0 -40px;
}

.designer_catwalks_paging {
	position: relative;
	overflow: hidden;
	border-collapse: collapse;
}

.designer_catwalks_paging td {
	padding: 0;
	border: 0;
}

.designer_catwalks_paging .prev {
	float: left;
}

.designer_catwalks_paging .next {
	float: right;
}

/* Search page */

.page_search_results ul.search_results {
	list-style:none;
	margin:20px 0;
}

.page_search_results ul.search_results li:last-child {
	border:none;
}

.page_search_results ul.search_results li {
	border-bottom:dotted 1px #CDCDCD;
	margin:0 0 15px;
	overflow:hidden;
	zoom:1;
	padding:0 15px 15px 10px;
}

.page_search_results ul.search_results li .result_left {
	float:left;
	width:575px;
}

.page_search_results ul.search_results li .result_right {
	float:right;
}

.page_search_results ul.search_results li .result_relevancy {
	width:80px;
	height:18px;
	background-color:#EEE;
}

.page_search_results ul.search_results li .result_percent {
	height:100%;
	background-color:#9a9a9a;
	color:#FFF;
	padding:0 5px;
	line-height:18px;
	font-size:11px;
}

.page_search_results ul.search_results li.percent_0 .result_relevancy .result_percent {
	width:0px;
}

.page_search_results ul.search_results li.percent_10 .result_relevancy .result_percent {
	width:7px;
}

.page_search_results ul.search_results li.percent_20 .result_relevancy .result_percent {
	width:14px;
}

.page_search_results ul.search_results li.percent_30 .result_relevancy .result_percent {
	width:21px;
}

.page_search_results ul.search_results li.percent_40 .result_relevancy .result_percent {
	width:28px;
}

.page_search_results ul.search_results li.percent_50 .result_relevancy .result_percent {
	width:35px;
}

.page_search_results ul.search_results li.percent_60 .result_relevancy .result_percent {
	width:42px;
}

.page_search_results ul.search_results li.percent_70 .result_relevancy .result_percent {
	width:49px;
}

.page_search_results ul.search_results li.percent_80 .result_relevancy .result_percent {
	width:56px;
}

.page_search_results ul.search_results li.percent_90 .result_relevancy .result_percent {
	width:63px;
}

.page_search_results ul.search_results li.percent_100 .result_relevancy .result_percent {
	width:70px;
}

.page_search_results ul.search_results li span {
	display:block;
}

.page_search_results ul.search_results li span.result_type {
	text-transform:uppercase;
	font-size:11px;
	margin:0 0 5px;
}

.page_search_results ul.search_results li span.result_title {
	color:#FF0000;
	font-size:14px;
}

.page_search_results ul.search_results li span.result_information {
	color:#666;
}

.page_search_results ul.search_results li span.result_date {
	font-style:italic;
	color:#666;
}

/* advabced search */
.advanced #main {
	width:auto;
	float:none;
}

.page_search_results #main .advanced_search {
	background-color:#eee;
	padding:25px 30px 30px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	width:650px;
}

.page_search_results #main .advanced_search h1 {
	margin:0 0 25px;
}

.page_search_results #main .advanced_search .form_wrap {
	width:400px;
	float:left;
}

.page_search_results #main .advanced_search .form_wrap fieldset {
	border:none;
}

.page_search_results #main .advanced_search .form_wrap legend {
	display:none;
}

.page_search_results #main .advanced_search .form_wrap .user_submit {
	text-align:right;
}

.page_search_results #main .advanced_search .form_wrap .user_submit input {
	width:100px;
}

.page_search_results #main .advanced_search .filter_pane {
	width:180px;
	float:right;
}

.page_search_results #main .advanced_search .filter_pane h3 {
	text-transform:uppercase;
	font-size:12px;
}

.page_search_results #main .advanced_search .filter_pane ul {
	list-style:none;
	margin:0;
}

.page_search_results #main .advanced_search .filter_pane ul li {
	margin:0 0 3px;
}

.page_search_results #main .advanced_search .filter_pane ul li label {
	vertical-align:middle;
}

.page_search_results #main .advanced_search .filter_pane ul li input {
	margin:0 10px 0 0;
}

.page_search_results #main .advanced_search .form_wrap ul {
	list-style:none;
}

.page_search_results #main .advanced_search .form_wrap ul li {
	margin:0;
	overflow:hidden;
	zoom:1;
	margin:0 0 10px;
}

.page_search_results #main .advanced_search .form_wrap ul li label {
	text-transform:uppercase;
	font-weight:bold;
	margin:3px 0 0;
	float:left;
}

.page_search_results #main .advanced_search .form_wrap ul li input,
.page_search_results #main .advanced_search .form_wrap ul li select {
	float:right;
	margin:0;
	width:235px;
}

.page_search_results #main .advanced_search .form_wrap ul li select {
	width:245px;
}

/* faq page */
.page_faq #main {
	width:705px;
}

.page_faq #main ul.question_titles {
	list-style:none;
	margin:0;
	background-color:#EEE;
	padding:15px 20px;
	margin:0 0 15px;
}

.page_faq #main ul.question_titles li {
	margin:0;
}

.page_faq #main ul.question_titles li span.question_number {
	width:25px;
	display:block;
	float:left;
}

.page_faq #main ul.question_titles li a {
	font-weight:bold;
}

.page_faq #main ul.question_answers {
	list-style:none;
	margin:0;
	padding:15px;
}

.page_faq #main ul.question_answers li {
	margin:0 0 20px;
}

.page_faq #main ul.question_answers li span.question_title {
	font-weight:bold;
	display:block;
	margin:0 0 10px;
}

.page_faq #main ul.question_answers li span.question_number {
	display:block;
	float:left;
	margin:0 7px 0 0;
}

.hidden {
	visibility:hidden;
}

/* sitemap */
.page_sitemap #main {
	width:auto;
}

/* Catwalk Schedule page */

.page_catwalk_schedule h1 {
	font-size: 20px;
}

.page_catwalk_schedule #main {
	width: 706px;
}

.page_catwalk_schedule table {
	width: 100%;
	_width: 99%;
}


.page_catwalk_schedule tr.presentation {
	background:#efefef;


}
.page_catwalk_schedule td {
	border: none;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}




.page_catwalk_schedule .presentation td {

	font-style:italic;
}



.page_catwalk_schedule h3 {
	margin-top: 12px;
}

.page_catwalk_schedule #main h2 {
	font-size: 14px;
}

.page_catwalk_schedule #sideright {
	background:#FFFFFF url(../../images/lfw/sideright.png) repeat-y scroll 0 0;
}

.page_catwalk_schedule #sideright_wrap {
	background: url(../../images/lfw/sideright_top.png) no-repeat 0 0;
}

.page_catwalk_schedule #sideright_wrap2 {
	padding: 30px 15px 150px 15px;
	background: url(../../images/lfw/sideright_bottom.png) no-repeat 0 100%;
}

.page_catwalk_schedule #sideright .panel .head {
	border: 0;
	background: none;
}

.page_catwalk_schedule .schedule_table td.time {
	width: 140px;
}

.page_catwalk_schedule .schedule_table td.icons {
	width: 80px;
	font-weight: bold;
}

.page_catwalk_schedule .schedule_table td.designer {
	color: #666;
}

.page_catwalk_schedule .schedule_table td.location {
	width: 170px;
}
.page_catwalk_schedule .schedule_table td.show {
	width: 300px;
}

.page_catwalk_schedule .schedule_table td.video {
	width: 68px;
}

.page_catwalk_schedule .schedule_table h4 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 3px 0;
}

.page_catwalk_schedule .schedule_table .top {
	float: right;
	color: #666;
	text-decoration: underline;
	font-size: 11px;
}

.page_catwalk_schedule .key {
	margin: 0 0 18px 0;
}

.page_catwalk_schedule .key dl {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 12px 0;
}

.page_catwalk_schedule .key dt {
	clear: both;
	margin: 0;
	float: left;
	padding: 6px 0;
	width: 32px;
	text-align: center;
	background: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 3px;
}

.page_catwalk_schedule .key dl.presentation dt {

	background: #e1e1e1;

}

.page_catwalk_schedule #sideright  ul {
	list-style-type:square;
	padding:0 0 0 15px;
}



.page_catwalk_schedule #sideright  ul li {
	margin:0;
}



.page_catwalk_schedule.dynamic #sideright h2 {
    font-size: 14px;

    text-align: left;
    text-transform: uppercase;
	 margin: 10px 0 0;
    padding: 7px 0;
}


.page_catwalk_schedule .key dd {
}

/* Digital Schedule page */

.page_digital_schedule h1 {
	font-size: 20px;
}

.page_digital_schedule #main {
	width: 531px;
}

.page_digital_schedule table.jump_to {
	width: 725px;
	float: right;
	background: #000;
	margin: -5px -15px 15px 0;
	padding: 0;
}

.page_digital_schedule table.jump_to td {
	border: none;
	padding: 0;
	background: #000;
	vertical-align: top;
	padding: 3px;
}

.page_digital_schedule table.jump_to td a {
	background: none;
	color: #FFF;
}

.page_digital_schedule table.jump_to td a:hover {
	color: #FF0000;
}

.page_digital_schedule h3 {
	margin-top: 12px;
}

.page_digital_schedule #main h2 {
	font-size: 14px;
}

.page_digital_schedule #sideleft {
	background:#FFF;
	width: 220px;
}

.page_digital_schedule #sideright {
	background:#FFFFFF url(../../images/lfw/sideright.png) repeat-y scroll 0 0;
	margin-right:-15px;
    width:175px;
}

.page_digital_schedule #sideright_wrap {
	background: url(../../images/lfw/sideright_top.png) no-repeat 0 0;
}

.page_digital_schedule #sideright_wrap2 {
	padding: 30px 15px 150px;
	background: url(../../images/lfw/sideright_bottom.png) no-repeat 0 100%;
}

.page_digital_schedule #sideright .panel .head {
	border: 0;
	background: none;
}

.page_digital_schedule .schedule_table td {
	border: 0;
}

.page_digital_schedule .schedule_table td.time {
	width: 130px;
}

.page_digital_schedule .schedule_table td.show {
	width: 130px;
}

.page_digital_schedule .schedule_table td.location {
	width: 170px;
}

.page_digital_schedule .schedule_table td.icons {
	width: 50px;
	font-weight: bold;
}

.page_digital_schedule .schedule_table td.video {
	width: 50px;
}

.page_digital_schedule .schedule_table td.designer {
	color: #666;
}

.page_digital_schedule .schedule_table h4 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 3px 0;
}

.page_digital_schedule .schedule_table .top {
	float: right;
	color: #666;
	text-decoration: underline;
	font-size: 11px;
}

.page_digital_schedule ul.digimenu {
	margin: -5px 0 20px -15px;
	padding: 0;
	width: 975px;
	height: 30px;
	list-style: none;
}

.page_digital_schedule ul.digimenu li {
	float: left;
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.page_digital_schedule ul.digimenu li.friday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: 0 0;
	width: 140px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_digital_schedule ul.digimenu li.friday a:hover {
	background-position: 0 -30px;
}

.page_digital_schedule ul.digimenu li.saturday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -140px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_digital_schedule ul.digimenu li.saturday a:hover {
	background-position: -140px -30px;
}

.page_digital_schedule ul.digimenu li.sunday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -310px 0;
	width: 155px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_digital_schedule ul.digimenu li.sunday a:hover {
	background-position: -310px -30px;
}

.page_digital_schedule ul.digimenu li.monday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -465px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_digital_schedule ul.digimenu li.monday a:hover {
	background-position: -465px -30px;
}

.page_digital_schedule ul.digimenu li.tuesday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -635px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_digital_schedule ul.digimenu li.tuesday a:hover {
	background-position: -635px -30px;
}

.page_digital_schedule ul.digimenu li.wednesday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -805px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_digital_schedule ul.digimenu li.wednesday a:hover {
	background-position: -805px -30px;
}

.page_digital_schedule #sideright .panel ul.square {
	list-style: square;
	padding: 0 0 0 15px;
}

.page_digital_schedule #sideright .panel ul.square li {
	margin: 0;
	padding: 0;
}

.page_digital_schedule .key {
	margin: 0 0 18px 0;
}

.page_digital_schedule .key dl {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 12px 0;
}

.page_digital_schedule .key dt.video {
	clear: both;
	margin: 0;
	float: left;
	padding: 0px 0;
	width: 32px;
	text-align: center;
	background: #f3f3f3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #fff;
	margin-top: 3px;
}

.page_digital_schedule .key dt {
	clear: both;
	margin: 0;
	float: left;
	padding: 0px 0;
	width: 32px;
	text-align: center;
	background: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 3px;
}

.page_digital_schedule .key dd {
}





.digital_music_sch_nav a
 {
	width:162px;
	height:25px;
	background-color:#000;
	display:block;
	padding:5px 0 0 0;
	color:#FFF;
	font-weight:bold;
	text-align:center;		
}


.digital_music_sch_nav a:hover
 {
	background-color:#FFF !important;
	color:#000;		
}


/* Music Schedule page */



.page_music_schedule .digital_music_sch_nav a{

	font-size:12px;
     width: 195px;
}

.page_music_schedule .burberry_text {
	margin-top:-20px;
		
}


.page_music_schedule .designer_quotes p{
	color:#444444;
   line-height:1.4em;
		
}

.page_music_schedule h1 {
	font-size: 20px;
	margin-top:15px;
}


.page_music_schedule #main {
	width: 511px;
}

.page_music_schedule table.jump_to {
	width: 725px;
	float: right;
	background: #000;
	margin: -5px -15px 15px 0;
	padding: 0;
}

.page_music_schedule table.jump_to td {
	border: none;
	padding: 0;
	background: #000;
	vertical-align: top;
	padding: 3px;
}

.page_music_schedule table.jump_to td a {
	background: none;
	color: #FFF;
}

.page_music_schedule table.jump_to td a:hover {
	color: #FF0000;
}

.page_music_schedule h3 {
	margin-top: 12px;
}

.page_music_schedule #main h3 {
	
	background:none repeat scroll 0 0 #000000;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
}

.page_music_schedule .burberry_text  h3 {
margin:5px 0;
}

.page_music_schedule #sideleft {
	background:#FFF;
	
	margin-right:25px;
    width:210px;
}

.page_music_schedule #sideright {
	background:#FFFFFF url(../../images/lfw/sideright.png) repeat-y scroll 0 0;
	
	margin-right:-15px;
     width:195px;
}

.page_music_schedule #sideright_wrap {
	background: url(../../images/lfw/sideright_top.png) no-repeat 0 0;
}

.page_music_schedule #sideright_wrap2 {
	padding: 30px 15px 150px;
	background: url(../../images/lfw/sideright_bottom.png) no-repeat 0 100%;
}

.page_music_schedule #sideright .panel .head {
	border: 0;
	background: none;
}


.page_music_schedule .schedule_table td {
	border: 0;
	padding:15px 4px;
}

.page_music_schedule .schedule_table td.time {
	width: 130px;
}

.page_music_schedule .schedule_table td.show {
	width: 400px;
}

.page_music_schedule .schedule_table td.location {
	width: 170px;
}

.page_music_schedule .schedule_table td.icons {

	font-weight: bold;
	text-align:right;
    width:90px;
}

.page_music_schedule .schedule_table td.video {
	width: 50px;
}

.page_music_schedule .schedule_table td.designer {
	color: #666;
}

.page_music_schedule .schedule_table h4 {
	border-bottom: 1px solid #ccc;
	margin: -10px 0 0 0;
	padding: 0 0 3px 0;
}

.page_music_schedule .schedule_table .top {

	text-decoration: underline;
	font-size: 11px;
	color:#FFFFFF;
	float:right;
	font-size:11px;
	margin:4px;
}

.page_music_schedule ul.digimenu {
	margin: -5px 0 20px -15px;
	padding: 0;
	width: 975px;
	height: 30px;
	list-style: none;
}

.page_music_schedule ul.digimenu li {
	float: left;
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.page_music_schedule ul.digimenu li.friday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: 0 0;
	width: 140px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_music_schedule ul.digimenu li.friday a:hover {
	background-position: 0 -30px;
}

.page_music_schedule ul.digimenu li.saturday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -140px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_music_schedule ul.digimenu li.saturday a:hover {
	background-position: -140px -30px;
}

.page_music_schedule ul.digimenu li.sunday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -310px 0;
	width: 155px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_music_schedule ul.digimenu li.sunday a:hover {
	background-position: -310px -30px;
}

.page_music_schedule ul.digimenu li.monday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -465px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_music_schedule ul.digimenu li.monday a:hover {
	background-position: -465px -30px;
}

.page_music_schedule ul.digimenu li.tuesday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -635px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_music_schedule ul.digimenu li.tuesday a:hover {
	background-position: -635px -30px;
}

.page_music_schedule ul.digimenu li.wednesday a {
	background: url(../../images/lfw/digimenu.gif) no-repeat;
	background-position: -805px 0;
	width: 170px;
	height: 30px;
	text-indent: -999px;
	display: block;
}

.page_music_schedule ul.digimenu li.wednesday a:hover {
	background-position: -805px -30px;
}

.page_music_schedule #sideright .panel ul.square {
	list-style: square;
	padding: 0 0 0 15px;
}

.page_music_schedule #sideright .panel ul.square li {
	margin: 0;
	padding: 0;
}

.page_music_schedule .key {
	margin: 0 0 18px 0;
}

.page_music_schedule .key dl {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 12px 0;
}

.page_music_schedule .key dt.video {
	clear: both;
	margin: 0;
	float: left;
	padding: 0px 0;
	width: 32px;
	text-align: center;
	background: #f3f3f3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #fff;
	margin-top: 3px;
}

.page_music_schedule .key dt {
	clear: both;
	margin: 0;
	float: left;
	padding: 0px 0;
	width: 32px;
	text-align: center;
	background: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 3px;
}

.page_music_schedule .key dd {
}















.jump_to {
	margin: 12px 0 24px 0;
	width: 100%;
}

.jump_to td {
	border: 0;
	border-right: 3px solid #fff;
	padding: 0;
}

.jump_to a {
	display: block;
	background: #e1e1e1 url(../../images/lfw/white_stripe.png) repeat;
	color: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0;
	text-align: center;
}

.jump_to a:hover {
	color: #fff;
	background: #999;
	text-decoration: none;
}

.jump_to a.current,
.jump_to a.current:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}

.keylist li {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	zoom: 1;
	list-style: none;
}

.keylist p {
	margin: 0 0 0 45px;
}

.keylist img {
	float: left;
}

/* Precollections page */
	
.page_precollections #main {
	width: 705px;
	margin: 0 15px 0 0;
	float: left;
}

.page_precollections #sideright {
	width: 225px;
	margin: 0;
	float: right;
	margin-top: 42px;
}

.precollections ul {
	margin: 0;
	overflow: hidden;
	zoom: 1;
	width: 702px;
}

.precollections li {
	list-style: none;
	float: left;
	margin: 0 9px 0 0;
}

.precollections .collection {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 5px 0 10px 0;
	width: 698px;
}

.precollections .designer {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 3px 0;
}

.precollections .count {
	position: absolute;
	display: none;
	right: -5px;
	top: 17px;
	background: transparent url(../../images/lfw/large_black_dot.png) no-repeat scroll 0 0;
	color: #fff;
	font-size: 11px;
	width: 20px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
}

/* EVENTS LISTING */

.page_events_list #sideleft {
	width: 145px;
}

.page_events_list #main {
	width: 545px;
}

.page_events_list #sideright {
	width: 225px;
}

/* Subnav */
	
.page_events_list #sideleft .subnav {
	border-top: none;
}

.page_events_list #sideleft .subnav ul,
.page_events_list #sideleft .subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page_events_list #sideleft .subnav li {
	margin:0 0 1px;
}

.page_events_list #sideleft .subnav li ul li {
	margin: 0;
}

.page_events_list #sideleft .subnav li a {
	background: #eee;
	border: none;
	margin: 0;
}

.page_events_list #sideleft .subnav li ul li a {
	display: block;
	color: #000;
	padding: 5px;
	border-bottom: 1px dotted #ededed;
	font-size: 12px;
	_height: 20px;
	background: none;
	margin: 0;
}

.page_events_list #sideleft .subnav li ul li:last-child a {
	margin: 0;
	border: 0;
}

.page_events_list #sideleft .subnav li ul li a:hover {
	color: #f32837;
	background: #FFF url(../../images/lfw/newsevents_lhs_current.gif) no-repeat right;
}

.page_events_list #sideleft .subnav li ul li.current a {
	font-weight: bold;
	background: #FFF url(../../images/lfw/newsevents_lhs_current.gif) no-repeat right;
	border-bottom: 1px dotted #ededed;
	margin-top: 0px;
}

.page_events_list #sideleft .subnav li ul li.current a:hover {
	color: #000;
}

.page_events_list #sideleft .head {
	border-top:1px solid #CCCCCC;
	margin: 0;
	padding:7px 0;
	overflow: hidden;
}

.page_events_list #sideleft .head h2 {
	margin: 0;
	float:left;
	font-size:14px;
	margin:0;
	text-transform:uppercase;
}

.page_events_list #sideright .eventsearch,
.page_events_list #sideright .newssearch {
	background: #eee;
}

.page_events_list #sideright .eventsearch h1,
.page_events_list #sideright .newssearch h1 {
	font-weight: bold;
}

.page_events_list .newseventslist {
	margin:20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

.page_events_list .newseventslist li {
	margin:0 0 20px;
	padding:0 0 15px;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #eee;
}

.page_events_list .newseventslist li:last-child {
	border-bottom:none;
}

.page_events_list .newseventslist li img {
	float:left;
	margin:2px 0 0;
}

.page_events_list .newseventslist li .listitem {
	width:465px;
	float:right;
}

.page_events_list .newseventslist li .listitem h4 {
	line-height:normal;
	font-size:14px;
	margin:0 0 1px;
}

.page_events_list .newseventslist li .listitem span.date {
	display: block;
	font-size:11px;
	line-height:normal;
	color:#333;
	text-transform:uppercase;
	margin: 6px 0 0 0;
}

.page_events_list .newseventslist li .listitem p {
	margin:10px 0 0;
}

.page_events_list #sideright h2 {
	margin: 0;
	padding: 15px;
	text-transform:uppercase;
	font-size:14px;
}

.page_events_list #sideright h3 {
	margin: 0;
	padding: 0 0 5px 15px;
	text-transform:uppercase;
	font-size:12px;
	color: #888
}

.page_events_list #sideright .eventsearch input {
	margin: 0 0 15px 15px;
}

.page_events_list #sideright .eventsearch select {
	margin: 0 0 15px 15px;
	width: 195px;
}

.page_events_list #sideright .eventsearch input.date {
	width: 160px;
}

.page_events_list #sideright .eventsearch input.text {
	width: 185px;
}

.page_events_list #sideright .newssearch input {
	margin: 0 0 15px 15px;
}

.page_events_list #sideright .newssearch input.text {
	width: 185px;
}

.page_events_list #main.details h1 {
	margin-bottom: 10px;
}


.page_events_list #main.details h1 {
	margin-bottom: 10px;
}

.page_events_list #main.details h4 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.page_events_list #main.details img {
	float: left;
	margin: 0 15px 15px 0;
}

.page_events_list #main.details p {
	margin: 0 0 15px 0;
	padding: 0;
}

.page_events_list #main.details p.downloadables img {
	float: left;
	margin: 0 15px 0 0;
}

.page_events_list #main.details p.downloadables a {
	display: block;
	padding: 8px 0 0 0;
}

.page_designers_listing .designersearch ul li.id_04,
.page_designers_listing .designersearch ul li.id_04 select {
	width:100px;
}


.page_designers_listing .designersearch ul li h3 {
	text-transform:uppercase;
}


.page_designers_listing .paging_top {
	border-top:none;
}

.page_designers_listing .designersearch {
	margin:0;
}

.page_designers_listing .listinglist {
	margin-top:8px;
}

object {
	outline:none;
}

/* events details */
.evdates {
	list-style:none;
	margin:15px 0 25px;
	padding:0;
}

.evdates li {
	margin:0 0 5px;
	overflow:hidden;
	zoom:1;
}

.evdates li h3 {
	float:left;
	width:120px;
	margin:0;
}

/* bespoke form page */
#content.page_bespoke_form {
	padding:15px;
}

.page_bespoke_form #main {
	width:auto;
	float:none;
}

.page_bespoke_form #main #register-surround {
	width:450px;
	margin:0 0 30px;
}

.page_bespoke_form fieldset {
	margin:0 0 10px;
}

.page_bespoke_form fieldset,
.page_bespoke_form table tr td {
	border:none;
}

.page_bespoke_form table tr td {
	padding:0;
}

.page_bespoke_form table {
	border-collapse:collapse;
	margin:0;
	width:100%;
}

.page_bespoke_form table tr td input[type=text] {
	width:100px;
}

.page_bespoke_form fieldset label {
	width:150px;
	float:left;
}

.page_bespoke_form table tr td label {
	width:220px;
	margin:0 20px 0 0;
}

.page_bespoke_form table tr td label {
	width:100px;
}

.page_bespoke_form fieldset input[type=text],
.page_bespoke_form fieldset select {
	width:200px;
	float:right;
	margin:0;
}

.page_bespoke_form fieldset select {
	width:210px;
}

.page_bespoke_form fieldset textarea {
	width:100%;
	margin:10px 0 0;
}

.page_bespoke_form #feedback-submit {
	text-align:right;
	margin:5px 0 0;
}

.page_bespoke_form fieldset input,
.page_bespoke_form fieldset select,
.page_bespoke_form fieldset textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* dialogs */

.ui-dialog {
	background: #fff;
	border: 3px solid #000;
}

.ui-dialog-titlebar {
	padding: 10px;
	overflow: hidden;
	zoom: 1;
	font-weight: bold;
}

.ui-dialog-titlebar-close {
	float: right;
	background: url(../../images/icons/close.png);
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.ui-dialog-title {
	float: left;
}

.ui-dialog-content {
	padding: 10px;
}

.ui-widget-overlay {
	background: #000;
	left: 0;
	top: 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: fixed;
	_position: absolute;
}

.ui-dialog .form ul li label {
	display:block;
	float:left;
	width:190px;
	text-align: left;
}

.ui-dialog .form ul li input,
.ui-dialog .form ul li textarea {
	display:block;
	float:left;
	width:190px;
	text-align: left;
	padding: 4px;
}

.ui-dialog .form ul li {
	overflow: hidden;
	zoom: 1;
}

.ui-dialog .form ul li span,
.ui-dialog #panel-feedback ul li span {
	color: #F32837;
}

.ui-dialog form .buttons input {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#FFFFFF url(../../images/lfw/common_horizontal.png) repeat-x scroll 0 -3px;
	border:1px solid #CCCCCC;
	color:#333333;
	cursor:pointer;
	height:26px;
	overflow:visible;
	padding:0 12px 1px;
	text-shadow:0 1px #FFFFFF;
	vertical-align:middle;
	width:auto;
	margin: 0 0 0 190px;
	float: left;
}

.ui-dialog ul.sharethis-links {
	list-style: none;
	text-align: left;
}

.ui-dialog ul.sharethis-links li {
	padding: 0 0 0 90px;
	margin:0 0 3px 0;
}

.ui-dialog ul.sharethis-links li a {
	padding: 0 0 0 30px;
}

.ui-dialog form #panel-feedback ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.ui-dialog form #panel-feedback ul li {
	float: left;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 10px 0;
}

.ui-dialog form #panel-feedback ul li label {
	float: left;
	width: 190px;
}

.ui-dialog form #panel-feedback ul li input,
.ui-dialog form #panel-feedback ul li textarea {
	width: 190px;
	padding: 4px;
}

/* calendar */
.ui-datepicker {
	display: none;
	background-color:#FFF;
	padding:15px;
	-moz-border-radius:5px;
	border:solid 1px #ccc;
	margin:10px 0 0;
}

.ui-datepicker-header {
	margin:0 0 5px;
}

.ui-datepicker-title {
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:default;
	color:#333;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	background:url(../../images/lfw/pagination_bg.png) no-repeat 0 0;
	display:block;
	height:20px;
	width:20px;
	text-indent:-9999px;
	cursor:pointer;
}

.ui-datepicker-prev {
	float:left;
	background-position:0 -60px;
}

.ui-datepicker-prev:hover {
	background-position:0 -40px;
}

.ui-datepicker-next {
	float:right;
	background-position:0 -100px;
}

.ui-datepicker-next:hover {
	background-position:0 -80px;
}

table.ui-datepicker-calendar {
	margin:0;
}

table.ui-datepicker-calendar tr td {
	padding:0;
	cursor:default;
}

table.ui-datepicker-calendar tr td,
table.ui-datepicker-calendar tr th {
	border:none;
}

table.ui-datepicker-calendar tr th {
	cursor:default;
	font-size:14px;
	text-transform:lowercase;
	color:#333;
}

table.ui-datepicker-calendar tr td a {
	padding:4px;
	display:block;
	font-size:11px;
	font-family:verdana;
	width:20px;
	height:20px;
	line-height:19px;
}

table.ui-datepicker-calendar tr td a:hover {
	background-color:#EEE;
	color:#FFF;
	background:url(../../images/lfw/calendarbg.png) no-repeat 50% 50%;
}

#dialog {
	display:none;
}

div.image {
	line-height:0;
}


.page_search_results #sideright .panelright-filter div a {
	float:right;
	margin:4px 0 0;
}

/* new search panel */
.panel_designer_search_new {
	padding:15px;
	background-color:#EEE;
	overflow: hidden;
	zoom: 1;
}

.panel_designer_search_new h2 {
	text-transform:uppercase;
	font-size:14px;
	margin:0 0 10px;
}

.panel_designer_search_new h3 {
	font-size:12px;
	text-transform:uppercase;
	color:#888888;
	font-weight:bold;
	margin:0 0 10px;
}

.zone .panel_designer_search_new p {
	margin:5px 0 15px 0;
}

.panel_designer_search_new div {
	margin:15px 0 0;
}

.panel_designer_search_new div a {
	float:right;
	margin:4px 0 0;
	color:#333;
	text-decoration:underline;
}

.panel_designer_search_new div a:hover {
	text-decoration:none;
}

.panel_designer_search_new input.search_input {
	width:265px;
	margin:0;
}

.sponsor-line {
	border-top: 1px solid #dfdfdf;
	border-bottom: none;
	height: auto;
	padding: 10px 0;
	padding-left: 10px;
}

.sponsor-line ul {
	overflow:hidden;
	zoom:1;
	list-style:none;
	padding:0;
	margin:0;
	height:70px;
}

.sponsor-line ul li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:178px;
	height:70px;
}

.sponsor-line ul li a {
	display:block;
}

.sponsor-line img {
	vertical-align: middle;
	float: none;
	margin: 0 10px;
}

.pincipal {
	text-align: center;
	padding: 10px;
}

/* header version two */
.header_version_two {
	float:right;
	width:728px;
}

.header_version_two .links_and_search {
	margin:0 0 10px;
}

.header_version_two .links_and_search ul {
	list-style:none;
	margin:0 200px 0 0;
	overflow:hidden;
	zoom:1;
	border-bottom:solid 1px #DCDCDC;
	padding:5px 0;
	width:528px;
}

.header_version_two .links_and_search ul li {
	float:left;
	margin:0 10px 0 0;
	border-right:solid 1px #CFCFCF;
	padding:0 10px 0 0;
	line-height:1.1;
}

.header_version_two .links_and_search ul li:last-child {
	border:none;
	margin:0;
	padding:0;
}

.header_version_two .links_and_search ul li a {
	color:#999;
}

.header_version_two .links_and_search ul li a:hover {
	border-bottom:1px dotted #999;
}

.header_version_two .links_and_search .search {
	float:right;
}

.header_version_two .links_and_search input {
	margin:0;
}

.header_version_two .links_and_search input.button {
	background:url(/images/lfw/header_v2_search_btn.png) no-repeat;
	width:29px;
	height:24px;
	text-indent:-9999px;
	outline:none;
	font-size:0;
	padding:0;
	-moz-border-radius:0;
	border:none;
	cursor:pointer;
}

.header_version_two .links_and_search input.input_type_text {
	width:156px;
	padding:3px;
	font-size:13px;
	color:#666;
}

.header_version_two .banner {
	margin:0 0 15px;
}

.header_version_two .banner a {
	display:block;
	line-height:0;
}

/* single column template */
.single_column #main {
	float:none;
	width:auto;
}

/* designer details nav */
.designer_details_nav {
	margin:0 0 30px;
}

.designer_details_nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	overflow:hidden;
	zoom:1;
}

.designer_details_nav ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float:left;
}

.designer_details_nav ul li span,
.designer_details_nav ul li a {
	background-color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding:10px;
	line-height:1;
}

.designer_details_nav ul li a {
	color: #000;
	background-color:#EEE;
}

.designer_details_nav ul li a:hover {
	background-color:#CCC;
}

.designer_details_nav ul li span {
	color: #FFF;
	cursor:default;
	background-color:#000;
}

table.calendarWrapper_Default tr td,
table.calendarWrapper_Default tr th {
	padding:0;
	border:none;
}

/* application form */
.application_form {
	margin:10px 0 0;
}

.application_form .intro {
	margin-bottom:25px;
}

.application_form .intro p {
	font-size:14px;
}

.application_form .strong {
	font-weight:bold;
}

.application_form .panel ul {
	margin:0;
}

.application_form h3,
.application_form h2 {
	text-transform:uppercase;
}

.application_form .confirmation {
	text-align:center;
	margin-top:30px;
}

.application_form .confirmation label,
.application_form .confirmation input {
	vertical-align:middle;
}

.application_form .confirmation input {
	margin:0 5px 0 0;
}

.application_form .confirmation .required {
	color:#F00;
	font-weight:bold;
}

.application_form .user_submit {
	text-align:center;
}

.application_form .user_submit input {
	font-size:16px;
	padding:5px 10px;
}
.page_login #rightside {
	display:none;
}

.page_login #leftside {
	margin-top:25px;
}
