﻿@charset "utf-8";
/* CSS Document */

/* LISTING STYLES */
/* generic flexi thumb listings - used on pages such as news.aspx and events.aspx */
ul.listing {
	list-style:none;
	overflow:hidden;
	border: 1px solid #e6e6e6;
	border-width:1px 0;
	/*-webkit-box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome 
	-moz-box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* FF3.5 - 3.6 
	box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
ul.listing li {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	overflow: hidden;
	padding: 10px 5px;
}
ul.listing li:hover,
ul.list_listing li:hover,
div.ul .li:hover {
	background-color: #EAF9F4;
}
ul.listing li:last-child {
	border-bottom:none;
}
ul.listing li .li_head {
	margin:0 0 10px;
}
ul.listing li .li_head .li_information {
	font-weight:normal;
	font-size:10px;
	letter-spacing:0.5px;
	color:#878787;
	text-transform:uppercase;
}
ul.listing li .li_thumb {
	float:left;
	margin:0 15px 0 0;
}
ul.listing li .li_thumb img {
	vertical-align:middle;
}
ul.listing li .li_content {
	overflow:hidden;
}
ul.listing li .li_content .li_description p {
	margin:0;
}
ul.listing li .li_content p {
	margin:0;
}

/* larger image list - used on pages such as *_list.aspx. Merged with none UL type listing for listings which semantically should not be a UL element */
ul.list_listing,
div.ul {
	margin: 6px 0 0;
	list-style:none;
	overflow:hidden;
	overflow:hidden;
	border: 1px solid #e6e6e6;
	border-width:1px 0;
/*	-webkit-box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
/*	-moz-box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* FF3.5 - 3.6 */
/*	box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
ul.list_listing li,
div.ul .li {
	margin:0;
	padding: 20px 5PX;
	overflow:hidden;
	border-bottom: 1px solid #e6e6e6;
}
ul.list_listing li.last-child,
ul.list_listing li:last-child,
div.ul .li .last-child,
div.ul .li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
ul.list_listing li div.li_image,
ul.list_listing li div.li_thumb,
div.ul .li div.li_image,
div.ul .li div.li_thumb {
	float:left;
	/*margin:0 15px 0 0;*/
}
ul.list_listing li div.li_image img,
ul.list_listing li div.li_thumb img,
div.ul .li div.li_image img,
div.ul .li div.li_thumb img {
	vertical-align:middle;
}
ul.list_listing li div.li_content,
div.ul .li div.li_content {
	overflow:hidden;
}
ul.list_listing li .li_head,
div.ul .li .li_head {
	overflow:hidden;
	margin:0 0 10px;
}
ul.list_listing li div.li_content .li_head h2,
ul.list_listing li div.li_content .li_head h3,
ul.list_listing li div.li_content .li_head h4,
div.ul .li div.li_content .li_head h2,
div.ul .li div.li_content .li_head h3,
div.ul .li div.li_content .li_head h4 {
	margin:0;
}
ul.list_listing li .li_head .li_title,
div.ul .li .li_head .li_title {
	float:left;
}
ul.list_listing li .li_head div.li_region,
div.ul .li .li_head div.li_region {
	font-weight:normal;
	font-size:10px;
	letter-spacing:0.5px;
	color:#878787;
	text-transform:uppercase;
	float:right;
}
ul.list_listing li div.li_content div.li_description,
div.ul .li div.li_content div.li_description {
}
ul.list_listing li div.li_foot,
div.ul .li div.li_foot {
}
dl.li_details_list {
	font-weight:normal;
	font-size:10px;
	letter-spacing:0.5px;
	color:#878787;
	text-transform:uppercase;
}
dl.li_details_list dt,
dl.li_details_list dd {
	display:inline;
}
dl.li_details_list dt {
	color:#ebebeb;
}
dl.li_details_list dd {
	margin:0 5px 0 0;
}
/* HOVER STATUS, DESIGNED TO BE THE SAME FOR ALL LISTING TYPES*/

ul.listing li:hover h2 a,
ul.listing li:hover h3 a,
ul.listing li:hover h4 a,
ul.list_listing li:hover h2 a,
ul.list_listing li:hover h3 a,
ul.list_listing li:hover h4 a,
div.ul .li:hover h2 a,
div.ul .li:hover h3 a,
div.ul .li:hover h4 a {
	color: #53CEB3;
	-moz-transition: none;  /* FF4+ */
	-o-transition: none;  /* Opera 10.5+ */
	-webkit-transition: none;  /* Saf3.2+, Chrome */
	-ms-transition: none;  /* IE10? */
	transition: none;
}
ul.listing li h2 a:hover,
ul.listing li h3 a:hover,
ul.listing li h4 a:hover,
ul.list_listing li h2 a:hover,
ul.list_listing li h3 a:hover,
ul.list_listing li h4 a:hover,
div.ul .li h2 a:hover,
div.ul .li h3 a:hover,
div.ul .li h4 a:hover {
	text-decoration:underline;
}
/*  GENERAL CONTROLS */
/* ERRORS AND MESSAGES */
/* Errors */
.errorbox {
	color:#000;
	background: #FEE;
	border: 1px solid #FCC;
	padding: 15px;
	margin:0 0 20px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.errorbox ul {
	padding:0 0 0 20px;
	margin:10px 0 0;
}
div.noscript {
	padding: 10px;
}
/* Maps */
div.map {
	background: #EEE;
	width: 100%;
	margin-bottom: 10px;
}


/* Forms */
div.searchpanel {
	background: #EEE;
	padding: 10px;
}
/* Events */
div.searchpanel dl {
	margin-bottom:5px;
}
div.searchpanel .buttons {
	margin-bottom: 10px;
}
.advancedtoggle {
display:none;
}
.advancedtoggle a.open {
	background-image: url(/images/arrow-down.gif);
}
.advancedtoggle a,
.advancedtoggle_temp a {
	background: url(/images/arrow-right.gif) no-repeat scroll 0 50% transparent;
	padding-left: 15px;
	float:left;
}
.collapsible_pane {
	background-color: #F1F1F1;
	overflow: hidden;
	padding: 10px 20px 0;
}

/* listing details defaults */
.textdesc {
	/*width:410px;*/
	float:left;
}

.information_and_map {
	/*margin-top:20px;*/
	margin-top: 30px;
}

.stats_wrap {
	/*float: left;*/
	/*margin: 0 20px 20px 0;*/
	/*width: 280px;*/
	width: 100%;
	background-color: #F1F1F1;
	overflow: hidden;
	min-height: 300px;
}
.stats_wrap ul {
	margin:15px 0;
	list-style:none;
	font-size:12px;
}
.stats_wrap ul li {
	border-bottom: 1px dotted #DDDDDD;
	padding: 4px 6px;
}
.stats_wrap ul li:last-child {
	border-bottom: none;
}




.page_news ul.listing.latestnews li {
	margin: 0;
	padding: 20px 5px;
}
.page_news_detail .article_regions {
	color:#666;
}
.page_news_detail .date {
	float: right;
	margin-left: 8px;
}
.page_jobs_details .article_header,
.page_news_detail .article_header,
.page_events_detail .article_header {
	margin:0 0 20px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 20px;
	padding: 0 0 5px;
}
.page_news_detail .main .pane,
.page_events_detail .main .pane {
	margin:0 0 25px;
	font-size: 1.1em;
	line-height: 1.6em;
	overflow:hidden;
}
.page_news_detail .main .pane p,
.page_events_detail .main .pane p {
	margin:0;
}

/* events page gmap */
.page_events_detail .gmap {
	margin:0 0 20px;
	width: 100% !important;
}
.page_news .news_listing {
	margin:15px 0 0;
}

/*.page_news_list #content .main h1, .page_news_detail #content .main h1 {
padding: 3px 15px 19px 10px;
border-bottom: solid 1px #E6E6E6;
margin-left: 0px;
margin-right: -36px;
margin-left:0px;
padding-left: 15px;
}*/
.page_news_list #content .main h1, .page_news_detail #content .main h1 {

}

/*.page_links .sideright .panel.socialsmall, .page_news_detail .sideright .panel.socialsmall, .sideright .panel.socialsmall  {
padding: 8px 0 16px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-bottom: 21px;
border-bottom: solid 1px #E6E6E6;
display:block;
-webkit-padding-after: 15px;
}*/

.page_news_list .sideleft, .page_news_detail .sideleft {

}
.page_news_list .main, .page_news_detail .main {

}
.page_news .lead_panel {
}
.page_news .lead_panel img {
width: 715px;
}
.page_news #content .lead_panel .wrapper .overlay {
height: 194px;
width: 320px;
}
.page_news .banners {
}
.page_news .banner_inner {
/*	width:230px;
	padding:5px;*/
	}
.page_news .banners .banner_inner a.small, .banners .banner_inner a.medium, .banners .banner_inner a.large {
padding: 10px;
width: 200px;
margin-bottom:5px;
height:90px;
}
.presskit .banners {
width: 230px;
margin-right:20px;
}
.presskit .banner_inner {
	width:230px;
	padding:5px;
	}
.presskit .banners .banner_inner a.small, .banners .banner_inner a.medium, .banners .banner_inner a.large {
padding: 10px;
width: 200px;
margin-bottom:5px;
height:90px;
}
.presskit .lead_panel {
	background-repeat: no-repeat;
	overflow: hidden;
	width: 705px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.presskit .lead_panel img {
width: 715px;
}
.presskit #content .lead_panel .wrapper .overlay {
height: 194px;
width: 320px;
}
.page_news_list .sideright .panel, .page_news_detail .sideright .panel, .page_news_detail .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_news_detail ul.document_list {
	list-style: none;
	padding-bottom: 20px;
	margin-left: 0;
	line-height:24px;
}
.page_news_detail .addthis_toolbox, .page_news_detail .main .panel.noborder.socialshare {
	float:left;
	width:100%;
	}
.page_news_detail ul.document_list li a {
display: block;
background: url(/images/download-arrow.png) 98% center no-repeat;
height: 40px;
line-height:20px;
padding-left: 40px;
padding-right:30px;
padding-top: 8px;
}
.page_news_detail h3{
	/*padding-left:10px;*/
	}
.page_news_detail .image_caption_right {
	float: right;
	margin-left: 10px;
	background-color: white;
	}
/* DESIGNER PROFILE */
.page_designer_profile .panel.solid {
    background-color: #AFE8DB;
	border: none;
	padding: 10px;
}

.page_designer_profile #content .main h1 {
    
}
.page_designer_profile .main {

}

.page_designer_profile .sideleft, .page_designer_profile .sideright {

}

img.designer_photo {
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #E6E6E6;
	}
	
.morein h2.line_header, .showrooms h2.line_header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	float:left;
	width:100%;
}

.page_designer_profile ul.jcarousel-skin-tango {
    height: 80px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 240px;
}

.page_designer_profile ul.jcarousel-skin-tango li a span{
	float:left;
	width: 44px;
	height: 65px;
	margin-right:5px;
	margin-top:5px;
	background-size:cover !important;
	border:1px solid #ccc;
	}
	
.page_designer_profile ul.jcarousel-skin-tango li a:hover span {
	opacity: 0.7;
}

/*.page_designer_profile a.facebook_icon {
	background-image:url(../../../images/footer-sprite.png);
	width:20px;
	height:25px;
	float:left;
	background-repeat: no-repeat;
	text-indent: -200px;
	background-position: right top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
.page_designer_profile a.twitter_icon {
	background-image:url(../../../images/footer-sprite.png);
	width:30px;
	height:25px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -200px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}*/
.page_designer_profile .video_RHS object {
	width: 220px;
	height: 146px;
	margin-bottom: 20px;
	}
.page_designer_profile .video_RHS object {
	max-width: 220px;
	max-height: 146px;
	}
.page_events_list .panel_key input.showfilter, .page_events_list .panel_key input.hidefilter {
    /*background-color: #DCF4EC;*/
    background-position: 200px 15px;
    display: block;
    font-family: Gotham-Medium,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    /*height: 39px;*/
    line-height: 21px;
    /*margin: 0 -10px 10px;*/
    margin: 0;
    /*padding: 10px;*/
    padding: 0;
    width: 210px;
    text-align: left;
}

.panel input:focus{
	outline: none;
}
.page_designer_profile .panel h2.line_header, .hub .panel h2 {
/*	padding-top: 21px;
	height: 28px;*/
}
.lhs_panel h2 span {
	border: 1px solid #E6E6E6;
	display: block;
	font-family: arial;
	font-size: 10px;
	height: 11px;
	padding: 2px 4px 9px;
}
.ourTweets, .mentions {
	font-size: 11px;
	}

ul.forgotten_password {
	margin-top:10px;
	}

#ourTweets a{
	color: #AFE8DB !important;
}

.page_designer_profile a.facebook_icon {
	background-image:url(../../../images/footer-sprite.png);
	width:20px;
	height:25px;
	float:left;
	background-repeat: no-repeat;
	text-indent: -200px;
	background-position: -73px 0;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	}
	
.page_designer_profile a.twitter_icon {
	background-image:url(../../../images/footer-sprite.png);
	width:30px;
	height:25px;
	float:left;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -200px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	}

.page_designer_profile a.instagram_icon {
	background-image:url(../../../images/footer-sprite.png);
	width:30px;
	height:25px;
	float:left;
	background-repeat: no-repeat;
	background-position: -173px 0;
	text-indent: -200px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.page_designer_profile a.youtube_icon {
	background-image:url(../../../images/footer-sprite.png);
	width:30px;
	height:25px;
	float:left;
	background-repeat: no-repeat;
	background-position: -94px 0;
	text-indent: -200px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	}

.page_designer_profile a.pinterest_icon {
	background-image:url(../../../images/footer-sprite.png);
	width:30px;
	height:25px;
	float:left;
	background-repeat: no-repeat;
	background-position: -147px 0;
	text-indent: -230px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	}
