@import url("web-fonts/GothamMedium/stylesheet.css");
@import url("web-fonts/MrsEaves/stylesheet.css");

* {
	outline: none;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	width: 100%;
	height: 100%;
}
#content ul {
       margin: 0 0 16px 24px;
       list-style-type: square;
}

a {
	text-decoration: underline;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
:focus { 
	outline: none !important;
}
::-moz-focus-inner { 
	border: 0 !important;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 8px 0;
}
h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
}
h1 {
	font-size: 30px;
	line-height: 34px;
	margin:0 0 12px 0;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h3.classy {
	font-family: "MrsEavesRomanItalic", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 4px 0;
}
h4 {
	font-size: 13px;
	line-height: 17px;
}
h5 {
	font-size: 12px;
	line-height: 16px;
}
p {
	margin: 0 0 16px 0;
}
p.mapAddress {
	margin: 5px 0 16px 0;
}
hr {
	background-color: #D1D1D1;
	color: #D1D1D1;
	width: 100%;
	height: 1px;
	margin: 24px 0 24px 0;
	border: none;
}



/* WRAPPER */
#wrapper {
	min-height: 100%;
	position: relative;
}


/* MAIN */
#main {
	min-height: 100%;
}


/* HEADER */
#header {
	background-color: #FFFFFF;
	width: 100%;
	height: 140px;
}
#header .inner {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}

/* HEADER - STRIP */
#header .header-strip {
	height: 25px;
	overflow: hidden;
}
#header .header-strip .ggp-logo {
	float: left;
	margin: 5px 0 0 0;
}
#header .header-strip .explore-properties {
	float: right;
	margin: 4px 0 0 0;
}
#header .header-strip .explore-properties a {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 0px 0px 3px #333333;
}
#header .header-strip .explore-properties a:hover {
	text-decoration: none;
}

/* HEADER - MAIN */
#header .header-main {
	height: 115px;
	overflow: hidden;
	position: relative;
}
#header .header-main .site-logo {
	position: absolute;
	top: 2px;
	left: 40px;
}
#header .header-main .site-search {
	position: absolute;
	top: 10px;
	right: 40px;
}
#header .header-main .site-search table td {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#header .header-main .site-search #search-query {
	background-color: #EBEBEB;
	border: none !important; /*1px solid #EBEBEB;*/
	color: #333333;
	font-size: 10px;
	width: 134px;
	height: 16px;
	padding: 7px 4px 7px 4px;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
}
#header .header-main .site-search #search-submit {
	background: url("/content/media/images/ggp-icon-search.png") no-repeat center center #EBEBEB;
	border: none !important; /*1px solid #EBEBEB;*/
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
}
#header .header-main .site-search #search-submit:hover {
	cursor: pointer;
}
#header .header-main .main-nav {
	position: absolute;
	top: 60px;
	right: 40px;
}
#header .header-main .main-nav ul {
	list-style-type: none;
}
#header .header-main .main-nav ul li {
	float: left;
}
#header .header-main .main-nav ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat center center transparent;
	padding: 0 17px 0 17px;
}
#header .header-main .main-nav ul li a {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#header .header-main .main-nav ul li a.active {
}
#header .header-main .main-nav ul li a:hover {
	text-decoration: none;
}


/* PAGE */
#page {
	width: 100%;
	padding:0 0 0 0;
	background: url("/content/media/images/ggp-page-bg-tile.png") repeat-x left top transparent;
}
#page .outter {
	background: url("/content/media/images/ggp-page-shadow-cap.png") no-repeat center top transparent;
	width: 100%;
}
#page .inner {
	background-color: #FFFFFF;
	text-align:left;
	width: 920px;
	margin: 0px auto;
	padding: 0 40px 40px 40px;
	overflow: hidden;
}
#page .fullInner {
	background-color: #FFFFFF;
	text-align:left;
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
}
#page .page-shadow {
	background: url("/content/media/images/ggp-page-shadow.png") no-repeat center top transparent;
	width: 1000px;
	height: 15px;
	margin: 0px auto;
}

.home #page .inner {
	background-color: #FFFFFF !important;
	text-align:left !important;
	width: 1000px !important;
	margin: 0px auto !important;
	padding: 0 !important;
	overflow: hidden !important;
}


/* CONTENT */
#content {
	overflow: hidden;
}

#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}

/* COLUMNS */
#content .cols {
	overflow: hidden;
	padding:0 0 20px 0;
}
#content .cols .left-col {
	width: 600px;
	margin-right: 20px;
	float: left;
}
#content .cols .right-col {
	width: 300px;
	float: left;
}
#content .cols .left-col-sm {
	width: 224px;
	margin-right: 20px;
	float: left;
}
#content .cols .right-col-bg {
	width: 676px;
	float: left;
}
#content .cols .left-col-50 {
	width: 450px;
	margin-right: 20px;
	float: left;
}
#content .cols .right-col-50 {
	width: 450px;
	float: left;
}
#content .cols .right-col-50-text {
	width: 400px;
	float: right;
	border-left:1px solid grey;	
}

/* Content - Bulleted List */
#content ul.blist {
	margin: 0 0 16px 24px;
	list-style-type: square;
}
#content ul.blist li {
	margin: 0 0 3px 0;
}
/* Content - Ordered List */
#content ol {
	margin: 0 0 16px 24px;
}
#content ol li {
	margin: 0 0 3px 0;
}
/* Content - Nav List */
#content .nav-list {
	list-style-type: none;
}
#content .nav-list li {
	float: left;
}
#content .nav-list li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;
    padding: 0 6px;
}


/* DIRECTORY */
/* Sidebar Filters */
h5.dlist-title {
}
.dlist {
	list-style-type: none;
	list-style:none;
}
.dlist li {
	font-weight: bold;
	line-height: 12px;
	padding: 5px;
	margin:0 0 2px 0;
	list-style-type: none;
	list-style:none;
}
.dlist li:hover {
	background-color: #F3F3F3;
}
/* Directory - Store List */
#stores table.store-list {
}
#stores table.store-list td {
	padding-bottom: 8px;
}
#stores table.store-list .store-name {
	font-size: 14px;
	font-weight: bold;
}
#stores table.store-list .store-desc {
	font-size: 12px;
	font-style: italic;
	padding-left: 16px;
}
#stores table.store-list .store-phone {
}
#stores table.store-list .store-zone {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 7px 3px 7px !important;
}
.store-zone.zone-a {
	background-color:#FDD9B9;
	color:#FFA025;
}
.store-zone.zone-b {
	background-color:#BDDDC8;
	color:#19A24A;
}
.store-zone.zone-c {
	background-color:#C3DBE7;
	color:#1A7CA3;
}
.store-zone.zone-d {
	background-color:#D3B8D7;
	color:#894195;
}
.store-zone.zone-e {
	background-color:#F9C1CE;
	color:#D71D28;
}
.store-zone.zone-f {
	background-color:#F0F1A1;
	color:#C3BA37;
}
.store-zone.zone-g {
	background-color:#D3B8D7;
	color:#894195;
}
.store-zone.zone-A {
	background-color:#FDD9B9;
	color:#FFA025;
}
.store-zone.zone-B {
	background-color:#BDDDC8;
	color:#19A24A;
}
.store-zone.zone-C {
	background-color:#C3DBE7;
	color:#1A7CA3;
}
.store-zone.zone-D {
	background-color:#D3B8D7;
	color:#894195;
}
.store-zone.zone-E {
	background-color:#F9C1CE;
	color:#D71D28;
}
.store-zone.zone-F {
	background-color:#F0F1A1;
	color:#C3BA37;
}
.store-zone.zone-G {
	background-color:#D3B8D7;
	color:#894195;
}
#stores table.store-list .store-level {
	font-size: 14px;
	font-weight: bold;
}
/* Directory - Scrollpane */
#stores .scroll-pane {
	width: 100%;
	height: 450px;
	overflow: auto;
}
#stores .scroll-pane-nomap {
	width: 100%;
	height: 700px;
	overflow: auto;
}

/* Dining & Ent - Business Listing */

/*********** This is the new style for this section ******************/

.business {
	height:100%;
	margin:0 0 24px 0;
	border-bottom:1px solid #D1D1D1;
	overflow:hidden;
	
}
.business .listing {
	overflow: hidden;
	/*height: 120px;*/
	margin: 0 0 12px 0;
}
.business .listing .image {
	float: left;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0;
}
.business .listing .info {
	/*float: left;*/
	width: 318px;
	min-height:0px;
	margin: 0 0 0 132px;
}
.business .listing .info .name {
	margin: 0 0 12px 0;
}
.business .listing .info .location {
	margin: 0 0 12px 0;
}
.business .listing .info .location h4 {
	font-size: 13px;
}
.business .listing .info .detail-link {
	
}
.business .listing .info .detail-link a {
	background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;
	padding-right: 16px;
	height: 16px;
}
.business .listing .info .detail-link a.open {
	background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;
}
.business .listing .info .detail-link a:hover {
	
}
.business .details {
	display: none;
}
.business .detailsWrapper {
	background: #FAFAFA;
	padding: 16px;
	margin:0 0 24px 0;
}
.business .details .phone-links {
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.business .details .phone-links ul {
	list-style: none;
	margin:0 !important;
	padding:0;
}
.business .details .phone-links ul li {
	float: left;
    list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
}
.business .details .phone-links ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;
    padding: 0 10px;
	float: left;
}
.business .details .description {
	
}



/* Sales & Events - Event Listing */
.event {
	
}
.event .listing {
	overflow: hidden;
	margin: 0 0 12px 0;
}
.event .listing .image {
	float: left;
	overflow: hidden;
	width: 120px;
	min-height: 60px;
	margin: 0 12px 0 0;
}
.event .listing .info {
	float: left;
	width: 318px;
}
.event .listing .info .name, 
.event .listing .info .name h3 {
	margin: 0;
}
.event .listing .info .location {
	margin: 0 0 12px 0;
}
.event .listing .info .location h4 {
	font-size: 13px;
}
.event .listing .info .detail-link {
	
}
.event .listing .info .detail-link a {
	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;*/
	padding-right: 16px;
	height: 16px;
}
.event .listing .info .detail-link a.open {
	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;*/
}
.event .listing .info .detail-link a:hover {
	
}
.event .details {
	background: #FAFAFA;
	padding: 16px;
	display: none;
}
.event .details .phone-links {
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.event .details .phone-links ul {
	list-style:none;
	margin:0 !important;
	padding:0;
}
.event .details .phone-links ul li {
	float: left;
    list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
}
.event .details .phone-links ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;
    padding: 0 10px;
	float: left;
}
.event .details .description {
	
}



/* Sales & Events - Sale Listing */
.sale {
	
}
.sale .listing {
	overflow: hidden;
	margin: 0 0 12px 0;
}
.sale .listing .image {
	float: left;
	overflow: hidden;
	width: 120px;
	min-height: 60px;
	margin: 0 12px 0 0;
}
.sale .listing .info {
	float: left;
	width: 318px;
}
.sale .listing .info-full {
	float: left;
	/*width: 318px;*/
}
.sale .listing .info .name, 
.sale .listing .info .name h3 {
	margin: 0;
}
.sale .listing .info .location {
	margin: 0 0 12px 0;
}
.sale .listing .info .location h4 {
	font-size: 13px;
}
.sale .listing .info .detail-link {
	
}
.sale .listing .info .detail-link a {
	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;*/
	padding-right: 16px;
	height: 16px;
}
.sale .listing .info .detail-link a.open {
	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;*/
}
.sale .listing .info .detail-link a:hover {
	
}
.sale .details {
	background: #FAFAFA;
	padding: 16px;
	display: none;
}
.sale .details .phone-links {
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.sale .details .phone-links ul {
	list-style:none;
	margin:0 !important;
	padding:0;
}
.sale .details .phone-links ul li {
	float: left;
    list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
}
.sale .details .phone-links ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;
    padding: 0 10px;
	float: left;
}
.sale .details .description {
	
}


/* Careers - Job Listing */
.job {
	height:100%;
	margin:0 0 24px 0;
	border-bottom:1px solid #D1D1D1;
	overflow:hidden;
}
.job .listing {
	overflow: hidden;
	margin: 0 0 12px 0;
}
.job .listing .image {
	float: left;
	overflow: hidden;
	width: 125px;
	height: 125px;
	margin: 0;
}
.job .listing .info {
	min-height:0px;
	width: 788px;
	margin: 0 0 0 132px;
}
.job .listing .info .name, 
.job .listing .info .name h3 {
	margin: 0 0 4px 0;
}
.job .listing .info .type {
	margin: 0 0 4px 0;
}
.job .listing .info .title {
	margin: 0 0 8px 0;
}
.job .listing .info .detail-link {
	
}
.job .listing .info .detail-link a {
	background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;
	padding-right: 16px;
	height: 16px;
}
.job .listing .info .detail-link a.open {
	background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;
}
.job .listing .info .detail-link a:hover {
	
}
.job .details {
	display: none;
}
.job .detailsWrapper {
	background: #FAFAFA;
	padding: 16px;
	margin:0 0 24px 0;
}
.job .details .phone-links {
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.job .details .phone-links ul {
	list-style:none;
	margin:0 !important;
	padding:0;
}
.job .details .phone-links ul li {
	float: left;
        list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
}
.job .details .phone-links ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;
    padding: 0 10px;
	float: left;
}
.job .details .description {
	
}


/* MOVIES */
#more-news {
	
}
#more-news ul {
	list-style-type: none;
}
#more-news ul li {
	margin:0 0 16px -25px;
}
#more-news ul li h4 {
	margin:0 0 2px 0;
}
#more-news #news-pagination {
	margin:24px 0 24px 0;
}

#feature-movie .movie-poster {
	margin-bottom: 8px;
}
#feature-movie .rating-runtime {
	margin: 0 0 8px 0;
}
#feature-movie .rating-runtime {
	margin: 0 0 8px 0;
}
#feature-movie .showtimes {
	margin: 0 0 8px 0;
}
#feature-movie .description {
	margin: 0 0 8px 0;
}
#feature-movie .cast {
	margin: 0 0 8px 0;
}
#feature-movie .director {
	margin: 0 0 8px 0;
}
#feature-movie .genre {
	margin: 0 0 8px 0;
}
#feature-movie .reviews {
	margin: 0 0 8px 0;
}


/* Movies - Show dates */
.show-dates {
	background: none repeat scroll 0 0 #FAFAFA;
	padding:5px;
	margin:0 0 16px 0;
}
.show-dates #show-date {
	color:#D96E17;
	font-size: 12px;
	background:#FAFAFA;
	border:none;
	padding:3px;
}
.show-dates #show-date option {
	background:#FAFAFA;
	border:none;
	padding:0 3px 0 6px;
}


/* Movies - Showing */
.showing {
	
}
.showing .listing {
	overflow: hidden;
	position: relative;
	margin: 0 0 12px 0;
}
.showing .listing .image {
	float: left;
	overflow: hidden;
	width: 120px;
	min-height: 60px;
	margin: 0 12px 0 0;
}
.showing .listing .info {
	float: left;
}
.showing .listing .info .movie-name h3 {
	margin: 0 0 0 0;
}
.showing .listing .showtimes-tickets {
	float: right;
	text-align: right;
}
.showing .listing .showtimes-tickets .showtimes {
	margin: 0 0 8px 0;
}
.showing .listing .showtimes-tickets .tickets .button {
	margin: 0 3px 3px 0;
}

.showing .listing .info .name, 
.showing .listing .info .name h3 {
	margin: 0 0 4px 0;
}
.showing .listing .info .type {
	margin: 0 0 4px 0;
}
.showing .listing .info .title {
	margin: 0 0 8px 0;
}
.showing .listing .info .detail-link {
	
}
.showing .listing .info .detail-link a {
	background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;
	padding-right: 16px;
	height: 16px;
}
.showing .listing .info .detail-link a.open {
	background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;
}
.showing .listing .info .detail-link a:hover {
	
}
.showing .details {
	background: #FAFAFA;
	padding: 16px;
	display: none;
	overflow: hidden;
	position: relative;
}
.showing .details .poster {
	float: left;
	width: 100px;
	margin:0 16px 0 0;
}
.showing .details .info {
	float: left;
	width: 450px;
}
.showing .details .phone-links {
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.showing .details .phone-links ul {
	list-style-type: none;
	margin:0 !important;
	padding:0;
}
.showing .details .phone-links ul li {
	float: left;
    list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
}
.showing .details .phone-links ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;
    padding: 0 10px;
	float: left;
}
.showing .details .info .description {
	margin: 0 0 10px 0;
}
.showing .details .info .cast {
	margin: 0 0 10px 0;
}
.showing .details .info .director {
	margin: 0 0 10px 0;
}
.showing .details .info .genre {
	margin: 0 0 10px 0;
}
.showing .details .info .reviews {
	margin: 0 0 10px 0;
}
.showing .details .info .site-link {
	margin: 0 0 10px 0;
}





/* EXPLORE PROPERTIES */
.explore-map {
	width:443px;
	height:283px;
}
#property-results ul.results-list {
	list-style-type: none;
}
#property-results ul.results-list li {
	float: left;
	width: 220px;
	margin:0 10px 24px 0;
}
#property-results ul.results-list li h4 {
	margin:0 0 0 0;
}
#frmExplore #property-search-query {
	background-color: #EBEBEB;
	border: medium none !important;
	color: #999999;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 39px;
	margin: 0;
	padding: 7px 7px 4px;
	width: 386px;
}
#frmExplore #property-search-query:focus {
	color: #333333;
}
#frmExplore #property-search-submit {
	background: url("/content/media/images/ggp-icon-search-large.png") no-repeat scroll center center #EBEBEB;
	border: medium none !important;
	height: 50px;
	width: 50px;
}
#frmExplore #property-search-submit:hover {
	cursor: pointer;
}
#frmExplore #property-search-state {
	background-color: #EBEBEB;
	border: medium none !important;
	color: #333333;
	display: block;
	font-size: 11px;
	margin: 0 0 0 18px;
	padding: 7px 4px 5px 7px;
	width: 179px;
}
#frmExplore #property-search-state option {
	padding-bottom:4px;
}
#frmExplore #property-search-zip {
	background-color: #EBEBEB;
	border: medium none !important;
	color: #333333;
	display: block;
	font-size: 11px;
	height: 16px;
	margin: 0 0 0 18px;
	padding: 7px 4px;
	width: 179px;
}
#frmExplore #property-search-submit2 {
	-moz-transition: all 200ms ease-in-out 0s;
	background-clip: padding-box;
	border-radius: 4px 4px 4px 4px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 3px;
	padding: 6px 22px;
}
#frmExplore #property-search-submit2:hover {
	-moz-transition: all 200ms ease-in-out 0s;
	cursor: pointer;
}

/* SEARCH RESULTS */
#frmSiteSearch {
	margin:0 0 24px 0;
}
#frmSiteSearch #site-search-query {
	background-color: #EBEBEB;
	border: medium none !important;
	color: #999999;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 7px 7px 4px;
	width: 386px;
	height: 39px;
}
#frmSiteSearch #site-search-query:focus {
	color: #333333;
}
#frmSiteSearch #site-search-submit {
	background: url("/content/media/images/ggp-icon-search-large.png") no-repeat center center #EBEBEB;
	border: medium none !important;
	width: 50px;
	height: 50px;
}
#frmSiteSearch #site-search-submit:hover {
	cursor: pointer;
}

#store-results {
	
}
#store-results ul {
	list-style-type: none;
}
#store-results ul li {
	margin:0 0 18px 0;
}
#store-results ul li .phone {
	margin:0 0 3px 0;
}
#store-results ul li .location {
	overflow: hidden;
	height: 23px;
}
#store-results ul li .store-zone {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 7px 3px !important;
	margin:0 6px 0 0;
}
#store-results ul li .store-level {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 7px 3px !important;
}
#store-results ul li h4 {
	margin:0 0 0 0;
}

#sale-results {
	
}
#sale-results ul {
	list-style-type: none;
}
#sale-results ul li {
	margin:0 0 18px 0;
}
#sale-results ul li h4 {
	margin:0 0 0 0;
}

#event-results {
	
}
#event-results ul {
	list-style-type: none;
}
#event-results ul li {
	margin:0 0 18px 0;
}
#event-results ul li h4 {
	margin:0 0 0 0;
}


/* JOIN THE CLUB */
.the-club-exclusive, 
.the-club-deals, 
.the-club-event {
	padding:0 0 0 90px;
}



/* SUBNAV */
#content .sub-nav {
	overflow: hidden;
	margin: 0 0 40px 0;
}
#content .sub-nav ul {
	list-style-type: none;
}
#content .sub-nav ul li {
	float: left;
}
#content .sub-nav ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat center center transparent;
	padding: 0 15px 0 15px;
}
#content .sub-nav ul li a {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#content .sub-nav ul li a.active {
}
#content .sub-nav ul li a:hover {
	text-decoration: none;
}


/* FEATURE TOUTS */
#feature-touts {
	margin: -40px 0 0;
	overflow: hidden;
	padding: 0 0 460px;
	text-align: left;
	position: relative;
	z-index: 5;
}


#feature-touts a, #feature-touts a:link,  #feature-touts a:hover, #feature-touts a:focus {
	text-decoration:none;
	display:block;
	position:relative;
	z-index:5;
}
#feature-touts .inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 3px 40px 40px;
	text-align: left;
	width: 920px;
}
#feature-touts ul {
	list-style-type: none;
}
#feature-touts ul li {
	/*display: inline-block;*/
	float: left;
	height: 150px;
	margin: 0 9px 10px 0;
	width: 300px;
}
#feature-touts .tout {
	height: 150px;
	width: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: none;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
#feature-touts .tout:hover {
	box-shadow: 0px 1px 4px #000000;
	cursor: pointer;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
#feature-touts .tout:hover .overlay h4, 
#feature-touts .tout:hover .overlay p {
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
/*#feature-touts .tout:hover .overlay a {
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}*/
#feature-touts .tout .overlay {
	height: 118px;
	padding: 16px;
	position: absolute;
	right: 0;
	width: 168px;
	z-index: 5;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
#feature-touts .tout .overlay:hover {
}
#feature-touts .tout .overlay h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
#feature-touts .tout .overlay h4 {
	font-size: 12px;
	color: #FFFFFF;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
#feature-touts .tout .overlay p {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
/*#feature-touts .tout .overlay a {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
#feature-touts .tout .overlay a:hover {
	text-decoration: none;
}*/
#feature-touts .tout img {
	left: 0;
	position: absolute;
	z-index:4;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
/* FOOTER */
#footer {
	width: 100%;
	height: 460px;
	margin: 40px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:7;
}
#footer .inner {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}

/* FOOTER - INFO BLOCK */
#footer .footer-info-block {
	height: 208px;
    margin: 24px 0 0;
}
#footer .footer-info-block .inner {
	margin: 0 auto;
    overflow: hidden;
    padding: 3px 40px 40px;
    text-align: left;
    width: 920px;
}
#footer .footer-info-block ul {
	list-style-type: none;
}
#footer .footer-info-block ul li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0 6px 0 0;
	width: 294px;
	color: #FFFFFF;
}
#footer .footer-info-block ul li.border {
	background: url("/content/media/images/ggp-tout-vert-line.png") no-repeat right center transparent;
}
#footer .footer-info-block h3 {
	color: #FFFFFF !important;
	text-transform: uppercase;
}
#footer .footer-info-block a {
	text-decoration: none;
}
#footer .footer-info-block a:hover {
	text-decoration: none;
}

/* FOOTER - BASE NAV */
#footer .footer-base-nav {
	height: 173px;
	margin: 30px 0 0;
}
#footer .footer-base-nav .inner {
	margin: 0 auto;
    overflow: hidden;
    padding: 3px 40px 40px;
    text-align: left;
    width: 920px;
}
#footer .footer-base-nav ul {
	list-style-type: none;
}
#footer .footer-base-nav ul li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	width: 294px;
}
#footer .footer-base-nav h3 {
	font-size: 22px;
	color: #000000;
	margin: 0 0 12px 0;
}
#footer .footer-base-nav table.lister td {
	border-bottom:1px solid #E3E3E3;
	padding:4px 0px 4px 0px;
}
#footer .footer-base-nav table.lister a {
	text-decoration: none;
	height: 16px;
	display: block;
}
#footer .footer-base-nav table.lister a:hover {
	text-decoration: none;
}


/* FOOTER - STRIP */
#footer .footer-strip {
	font-size: 10px;
	color: #FFFFFF;
	height:25px;
	overflow: hidden;
}
#footer .footer-strip .footer-nav {
	float:left;
	margin: 5px 0 0 0;
}
#footer .footer-strip .footer-nav ul {
	list-style-type: none;
}
#footer .footer-strip .footer-nav ul li {
	float:left;
	margin: 0 24px 0 0;
}
#footer .footer-strip .footer-nav ul li a {
	text-decoration: none;
	text-shadow: 0px 0px 3px #333333;
}
#footer .footer-strip .footer-nav ul li a:hover {
	text-decoration: none;
}
#footer .footer-strip .copyright {
	float: right;
	margin: 5px 0 0 0;
}

#footer .footer-base-nav ul li .footerSocialCol{
	width:220px;
	margin:0;
}
/* SOCIAL ICONS */
#footer .footer-base-nav ul li .footerSocialCol .socialIconsWrapper{
	margin:0 auto;
	text-align: center;
}
#footer .footer-base-nav ul li .footerSocialCol .socialIconsWrapper .socialIcon{
	float:left;
	width:26px;
	overflow:hidden;
	margin:0 2px 0 0 ;
}

/* APP ICONS */
#footer .footer-base-nav ul li .appWrapper {
	clear:both;
	margin:5px 0 0 0;
}

#footer .footer-base-nav ul li .appIcon {
	float:left;
	width:59px;
	margin:0 5px 0 0;
}
#footer .footer-base-nav ul li .appIcon img {
	border:none;
	outline:none;
	outline-width:0;
}

/* EMAIL SIGN UP*/

#footer .footer-base-nav ul li .footerSocialCol .emailSignUp {
	float:right;
	width:220px;
	margin: 5px 0;
}
#footer .footer-base-nav ul li .footerSocialCol .emailSignUp table td {
	height: 30px;
	overflow: hidden;
}
#footer .footer-base-nav ul li .footerSocialCol .emailSignUp #email-signup {
	background-color: #EBEBEB;
	border: none !important; 
	color: #333333;
	font-size: 10px;
	width: 180px;
	height: 16px;
	padding: 7px 4px 7px 4px;
	margin: 0;
	display: block;
}
 #footer .footer-base-nav ul li .footerSocialCol .emailSignUp #signup-submit{
	background: url("/content/media/images/ggp-icon-go.png") no-repeat center center #EBEBEB;
	border: none !important; 
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
}
#footer .footer-base-nav ul li .footerSocialCol .emailSignUp #signup-submit:hover {
	cursor: pointer;
}


/* FOOTER */
/*#footer {
	width: 100%;
	height: 460px;
	margin: 40px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:7;
}
#footer .inner {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}
*/
/* FOOTER - INFO BLOCK */
/*#footer .footer-info-block {
	height: 208px;
    margin: 24px 0 0;
}
#footer .footer-info-block .inner {
	margin: 0 auto;
    overflow: hidden;
    padding: 3px 40px 40px;
    text-align: left;
    width: 920px;
}
#footer .footer-info-block ul {
	list-style-type: none;
}
#footer .footer-info-block ul li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0 6px 0 0;
	width: 294px;
	color: #FFFFFF;
}
#footer .footer-info-block ul li.border {
	background: url("/content/media/images/ggp-tout-vert-line.png") no-repeat right center transparent;
}
#footer .footer-info-block h3 {
	color: #FFFFFF !important;
	text-transform: uppercase;
}
#footer .footer-info-block a {
	text-decoration: none;
}
#footer .footer-info-block a:hover {
	text-decoration: none;
}
*/
/* FOOTER - BASE NAV */
/*#footer .footer-base-nav {
	height: 173px;
	margin: 30px 0 0;
}
#footer .footer-base-nav .inner {
	margin: 0 auto;
    overflow: hidden;
    padding: 3px 40px 40px;
    text-align: left;
    width: 920px;
}
#footer .footer-base-nav ul {
	list-style-type: none;
}
#footer .footer-base-nav ul li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	width: 294px;
}
#footer .footer-base-nav h3 {
	font-size: 22px;
	color: #000000;
	margin: 0 0 12px 0;
}
#footer .footer-base-nav table.lister td {
	border-bottom:1px solid #E3E3E3;
	padding:4px 0px 4px 0px;
}
#footer .footer-base-nav table.lister a {
	text-decoration: none;
	height: 16px;
	display: block;
}
#footer .footer-base-nav table.lister a:hover {
	text-decoration: none;
}
*/

/* FOOTER - STRIP */
/*#footer .footer-strip {
	font-size: 10px;
	color: #FFFFFF;
	height:25px;
	overflow: hidden;
}
#footer .footer-strip .footer-nav {
	float:left;
	margin: 5px 0 0 0;
}
#footer .footer-strip .footer-nav ul {
	list-style-type: none;
}
#footer .footer-strip .footer-nav ul li {
	float:left;
	margin: 0 24px 0 0;
}
#footer .footer-strip .footer-nav ul li a {
	text-decoration: none;
	text-shadow: 0px 0px 3px #333333;
}
#footer .footer-strip .footer-nav ul li a:hover {
	text-decoration: none;
}
#footer .footer-strip .copyright {
	float: right;
	margin: 5px 0 0 0;
}
*/


/* PROMO SLIDES */
.promo-slides {
	overflow: hidden;
	width: 1000px;
	height: 500px;
}
.promo-slides .slide {
	width: 1000px;
	height: 500px;
	position: relative;
}
.promo-slides .slide .caption {
	font-family: "GothamMedium", "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	line-height: 30px;
	padding: 12px 24px 12px 36px;
	position: absolute;
	left: 0px;
	top: 285px;
	z-index: 2;
}
.promo-slides .slide .promo-link {
	display:block;
	position: absolute;
	z-index: 1;
}

/* FEATURE SLIDES -  NEW*/
.feature-slides {
	overflow: hidden;
	width: 300px;
	height: 150px;
}
.feature-slides .slide {
	width: 300px;
	height: 150px;
	position: relative;
}
.feature-slides .slide .caption {
	font-family: "GothamMedium", "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	line-height: 30px;
	padding: 12px 24px 12px 36px;
	position: absolute;
	left: 0px;
	top: 285px;
	z-index: 2;
}
.feature-slides .slide .promo-link {
	display:block;
	position: absolute;
	z-index: 1;
}


/* SOCIAL ICONS */
.social-facebook {
	background: url("/content/media/images/ggp-icons-social.png") no-repeat 0 0 transparent;
	height: 16px;
	padding-left: 22px;
}
.social-twitter {
	background: url("/content/media/images/ggp-icons-social.png") no-repeat 0 -16px transparent;
	height: 16px;
	padding-left: 22px;
}
.social-theclub {
	background: url("/content/media/images/ggp-icons-social.png") no-repeat 0 -32px transparent;
	height: 16px;
	padding-left: 22px;
}
.social-iphone {
	background: url("/content/media/images/ggp-icons-social.png") no-repeat 0 -48px transparent;
	height: 16px;
	padding-left: 22px;
}
.social-foursquare {
	background: url("/content/media/images/ggp-icons-social.png") no-repeat 0 -64px transparent;
	height: 16px;
	padding-left: 22px;
}
.social-andriod {
	background: url("/content/media/images/ggp-icons-social.png") no-repeat 0 -80px transparent;
	height: 16px;
	padding-left: 22px;
}


/* CONTACT FORM */
/* CONTACT FORM */
#frmContact input[type='text'], 
#frmContact input[type='tel'], 
#frmContact input[type='email'] {
	background-color: #EBEBEB;
    border: medium none !important;
    color: #333333;
    display: block;
    font-size: 11px;
    height: 16px;
    margin: 0;
    padding: 7px 4px;
	width:206px !important;
}
#frmContact select {
	background-color: #EBEBEB;
    border: medium none !important;
    color: #333333;
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 7px 4px 5px 7px;
	width:120px !important;
}
#frmContact select option {
	background-color: #EBEBEB;
    border: medium none !important;
    color: #333333;
    display: block;
    font-size: 11px;
    margin: 0;
	padding: 0 0 4px 4px;
}
#frmContact textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
    border: medium none !important;
    color: #333333;
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 7px;
	width: 427px !important;
}
#frmContact button, 
#frmContact input[type='submit'], 
#frmContact input[type='reset'], 
#frmContact input[type='button'] {
	font-size: 11px;
    font-weight: bold;
	-moz-transition: all 200ms ease-in-out 0s;
	background-clip: padding-box;
	border-radius: 4px 4px 4px 4px;
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 3px 8px;
}
#frmContact button:hover, 
#frmContact input[type='submit']:hover, 
#frmContact input[type='reset']:hover, 
#frmContact input[type='button']:hover {
	-moz-transition: all 200ms ease-in-out 0s;
	cursor: pointer;
}
#frmContact select {

	background-color: #EBEBEB;

	border: medium none !important;

	color: #333333;

	display: block;

	font-size: 11px;

	margin: 0 0 15px 0;

	padding: 7px 4px 5px 7px;

	width: 214px !important;

}

#frmContact select.dob {

	background-color: #EBEBEB;

	border: medium none !important;

	color: #333333;

	display: block;

	font-size: 11px;

	margin: 0;

	padding: 7px 4px 5px 7px;

	width: 120px !important;

	float: left;

}

#frmContact span.dobdelim {

	display: inline-block;

	float: left;

	width: 7px;

	margin: 0 0 0 5px;

}

#frmContact select option {

	background-color: #EBEBEB;

	border: medium none !important;

	color: #333333;

	display: block;

	font-size: 11px;

	margin: 0;

	padding: 0 0 4px 4px;

}




/* MISC */
.small {
	font-size: 11px;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.clearMargin {
	margin: 0 0 0 0 !important;
}
.clearRightMargin {
	margin-right: 0 !important;
}
.clearLeftMargin {
	margin-left: 0 !important;
}
.clearTopMargin {
	margin-top: 0 !important;
}
.clearBottomMargin {
	margin-bottom: 0 !important;
}
.marginBottom4 {
	margin-bottom: 4px !important;
}
.marginBottom16 {
	margin-bottom: 16px !important;
}
.marginBottom24 {
	margin-bottom: 24px !important;
}
.padRight12 {
	padding-right: 12px !important;
}
.padLeft20 {
	padding-left: 20px !important;
}
.no-border {
	border: none !important;
}
.gray-border {
	border: 1px solid #D1D1D1;
}
.gray {
	color: #636363;
}
.blue {
	color:#26363E;
}
.green {
	color:#675545;
}
.required {
	color:#CC0000;
}
.note {
	font-size: 11px;
	font-style: italic;
	color: #5D6F7B;
}
a.button {
	display:inline-block;
	text-decoration: none;
	padding:3px 8px;
	margin:0 0 0 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
a.button:hover {
	display:inline-block;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
}
/*new*/
.giftcardcell {
	padding-left: 20px !important;
}
.sale .listing .info-100 {
	float: left;
	width: 718px;
}
.sale .listing .info-100 .name, 
.sale .listing .info .name h3 {
	margin: 0;
}
.sale .listing .info-100 .location {
	margin: 0 0 12px 0;
}
.sale .listing .info-100 .location h4 {
	font-size: 13px;
}
.sale .listing .info-100 .detail-link {
	
}
.sale .listing .info-100 .detail-link a {
	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;*/
	padding-right: 16px;
	height: 16px;
}
.sale .listing .info-100 .detail-link a.open {
	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;*/
}
.sale .listing .info-100 .detail-link a:hover {
	
}
/* SECONDARY NAV */
#header .header-main .sec-nav {
	position: absolute;
	top: 15px;
	right: 220px;/*
	width:150px;*/
}
#header .header-main .sec-nav ul {
	list-style-type: none;
}
#header .header-main .sec-nav ul li {
	float: left;
}
#header .header-main .sec-nav ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat center center transparent;
	padding: 0 10px 0 10px;
}
#header .header-main .sec-nav ul li a {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}
#header .header-main .sec-nav ul li a.active {
}
#header .header-main .sec-nav ul li a:hover {
	text-decoration: none;
}
/* END SECONDARY NAV */



/* HOLIDAY NAV */
#header .header-main .main-hol-nav {
	position: absolute;
	top: 85px;
	right: 40px;
}
#header .header-main .main-hol-nav ul {
	list-style-type: none;
}
#header .header-main .main-hol-nav ul li {
	float: left;
}
#header .header-main .main-hol-nav ul li.delim {
	background: url("/content/media/images/ggp-nav-delim.png") no-repeat center center transparent;
	padding: 0 17px 0 17px;
}
#header .header-main .main-hol-nav ul li a {
	font-family: "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color:#641616 !important;
}
#header .header-main .main-hol-nav ul li a.active {
	color:#641616 !important;
}
#header .header-main .main-hol-nav ul li a:hover {
	color:#a75e5e !important;
	text-decoration: none;
}
/*END HOLIDAY NAV */

.charityIcon1{
	float:left;
	width:254px;
	padding:2px;
	text-align:center;
	background:#fff;
	margin:0 10px;-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:1px solid #000000;
}
.charityIcon2{
	float:left;
	width:154px;
	padding:2px;
	text-align:center;
	background:#fff;
	margin:0 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:1px solid #000000;
}
.charitySponsorIcon1{
	float:left;
	width:270px;
	padding:2px;
	text-align:center;
	background:#fff;
	margin:10px 10px 10px 0px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:1px solid #000000;
}
.shadow {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
	
}/*new*/.render-slides {
	overflow: hidden;
	width: 890px;
	height: 306px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.render-slides .render-slide {
	width: 890px;
	height: 306px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: 0px;
	margin-right: 0px;
}
.render-slides .render-slide img {
	max-width:100%;
	height:auto;
}
.render-slides .render-prev{
	postion: relative;
	float: left;
	position: relative;
	cursor:pointer;
}
.render-slides .render-next{
	postion: relative;
	position: relative;
	float: right;
	cursor:pointer;
}/*new*//* FOOTER FOR LARGER SECTION */

#footer_large {

	width: 100%;

	height: 500px;

	margin: 40px 0 0 0;

	position: absolute;

	bottom: 0;

	left: 0;

	z-index:7;
	
}

#footer_large .inner {

	width: 1000px;

	margin: 0px auto;

	text-align: left;

	overflow: hidden;

}



/* FOOTER - INFO BLOCK */

#footer_large .footer-info-block {

	height: 248px;

    margin: 24px 0 0;

}

#footer_large .footer-info-block .inner {

	margin: 0 auto;

    overflow: hidden;

    padding: 3px 40px 40px;

    text-align: left;

    width: 920px;

}

#footer_large .footer-info-block ul {

	list-style-type: none;

}

#footer_large .footer-info-block ul li {

	float: left;

	margin: 0 8px 0 0;

	padding: 0 6px 0 0;

	width: 294px;

	color: #FFFFFF;

}

#footer_large .footer-info-block ul li.border {

	background: url("/content/media/images/ggp-tout-vert-line.png") no-repeat right center transparent;

}

#footer_large .footer-info-block h3 {

	color: #FFFFFF !important;

	text-transform: uppercase;

}

#footer_large .footer-info-block a {

	text-decoration: none;

}

#footer_large .footer-info-block a:hover {

	text-decoration: none;

}



/* FOOTER - BASE NAV */

#footer_large .footer-base-nav {

	height: 173px;

	margin: 30px 0 0;

}

#footer_large .footer-base-nav .inner {

	margin: 0 auto;

    overflow: hidden;

    padding: 3px 40px 40px;

    text-align: left;

    width: 920px;

}

#footer_large .footer-base-nav ul {

	list-style-type: none;

}

#footer_large .footer-base-nav ul li {

	float: left;

	margin: 0 6px 0 0;

	padding: 0 6px 0 0;

	width: 294px;

}

#footer_large .footer-base-nav h3 {

	font-size: 22px;

	color: #000000;

	margin: 0 0 12px 0;

}

#footer_large .footer-base-nav table.lister td {

	border-bottom:1px solid #E3E3E3;

	padding:4px 0px 4px 0px;

}

#footer_large .footer-base-nav table.lister a {

	text-decoration: none;

	height: 16px;

	display: block;

}

#footer_large .footer-base-nav table.lister a:hover {

	text-decoration: none;

}





/* FOOTER - STRIP */

#footer_large .footer-strip {

	font-size: 10px;

	color: #FFFFFF;

	height:25px;

	overflow: hidden;

}

#footer_large .footer-strip .footer-nav {

	float:left;

	margin: 5px 0 0 0;

}

#footer_large .footer-strip .footer-nav ul {

	list-style-type: none;

}

#footer_large .footer-strip .footer-nav ul li {

	float:left;

	margin: 0 24px 0 0;

}

#footer_large .footer-strip .footer-nav ul li a {

	text-decoration: none;

	text-shadow: 0px 0px 3px #333333;

}

#footer_large .footer-strip .footer-nav ul li a:hover {

	text-decoration: none;

}

#footer_large .footer-strip .copyright {

	float: right;

	margin: 5px 0 0 0;

}

#footer_large .footer-base-nav ul li .footerSocialCol{
	
	width:220px;
	
	margin:0;
}

/* SOCIAL ICONS */

#footer_large .footer-base-nav ul li .footerSocialCol .socialIconsWrapper{
	
	margin:0 auto;
	
	text-align: center;
}
#footer_large .footer-base-nav ul li .footerSocialCol .socialIconsWrapper .socialIcon{
	
	float:left;
	
	width:26px;
	
	overflow:hidden;
	
	margin:0 2px 0 0 ;
}

/* APP ICONS */

#footer_large .footer-base-nav ul li .appWrapper {
	
	clear:both;
	
	margin:5px 0 0 0;
}

#footer_large .footer-base-nav ul li .appIcon {
	
	float:left;
	
	width:59px;
	
	margin:0 5px 0 0;
}

#footer_large .footer-base-nav ul li .appIcon img {
	
	border:none;
	
	outline:none;
	
	outline-width:0;
}

/* EMAIL SIGN UP*/

#footer_large .footer-base-nav ul li .footerSocialCol .emailSignUp {
	
	float:right;
	
	width:220px;
	
	margin: 5px 0;
}

#footer_large .footer-base-nav ul li .footerSocialCol .emailSignUp table td {
	
	height: 30px;
	
	overflow: hidden;
}

#footer_large .footer-base-nav ul li .footerSocialCol .emailSignUp #email-signup {
	
	background-color: #EBEBEB;
	
	border: none !important; 
	
	color: #333333;
	
	font-size: 10px;
	
	width: 180px;
	
	height: 16px;
	
	padding: 7px 4px 7px 4px;
	
	margin: 0;
	
	display: block;
}

 #footer_large .footer-base-nav ul li .footerSocialCol .emailSignUp #signup-submit{
	
	background: url("/content/media/images/ggp-icon-go.png") no-repeat center center #EBEBEB;
	
	border: none !important; 
	
	width: 30px;
	
	height: 30px;
	
	padding: 0;
	
	margin: 0;
	
	display: block;
}

#footer_large .footer-base-nav ul li .footerSocialCol .emailSignUp #signup-submit:hover {
	
	cursor: pointer;
}

/*new*//* Sales Listing Grid & List View */

/* Navigation */

#content .sub-nav ul.salesCntrl li {

	display:inline-block;

	float:right;

	margin: 0 15px 0 0;

}

#content .sub-nav ul.salesCntrl li a.grid, #content .sub-nav ul.salesCntrl li a.list, #content .sub-nav ul.salesCntrl li a.grid:hover, #content .sub-nav ul.salesCntrl li a.list:hover{

	-webkit-transition: none !important;

	-moz-transition: none !important;

	-o-transition: none !important;

	-ms-transition: none !important;

}

#content .sub-nav ul.salesCntrl li a.grid{

	display:block;

	height:17px;

	width:17px;

	background:url(../../media/images/grid-btn.png) 0 0 no-repeat;
	
	background-position: 0 -19px;

	text-indent:-9999px;

}

#content .sub-nav ul.salesCntrl li a.grid.current {
	
	background-position: 0 0px;

	
}

#content .sub-nav ul.salesCntrl li a.list.current {

	background-position: 0 0px;
	
}




#content .sub-nav ul.salesCntrl li a.grid:hover, #content .sub-nav ul.salesCntrl li a.list:hover{

	background-position: 0 0px;

}

#content .sub-nav ul.salesCntrl li a.list{

	display:block;

	height:17px;

	width:23px;

	background:url(../../media/images/list-btn.png) 0 0 no-repeat;
	
	background-position: 0 -19px;

	text-indent:-9999px;

}

#content .sub-nav ul.salesCntrl li a.join{

	display:block;

	height:17px;

	width:154px;

	background:url(../../media/images/mail.png) 0 0 no-repeat;

	text-indent:35px;
	
	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;
	
	color:black;

}

#content .sub-nav ul.salesCntrl li a.join:hover{

	text-decoration:underline;

}

.saleGrid {

	width: 290px;

	border: 2px solid #D1D1D1;

	height: 300px;

	overflow-x: hidden;

	overflow-y: hidden;

	float: left;

	margin: 0 13px 13px 0;
	
	-webkit-border-radius: 16px;

	-moz-border-radius: 16px;

	border-radius: 16px;
	
	padding:10px;
	

}

	div.saleGrid div.mybackground  { display:none; }

	div.saleGrid:hover div.mybackground  {
	
		display:block;  
	
		background:url(../../media/images/listing-hover.png) repeat;
	
		-webkit-border-radius: 16px;

		-moz-border-radius: 16px;

		border-radius: 16px;
	
		width: 320px;

		height: 344px; 
	
		position:relative;
	
		margin:-10px 0 0 -10px;
	
		}
	
	div.saleGrid div.mybackground  { display:none; }

	div.saleGrid:hover div.mybackground  {
	
		display:block;  
	
		background:url(../../media/images/listing-hover.png) repeat;
	
		-webkit-border-radius: 16px;

		-moz-border-radius: 16px;

		border-radius: 16px;
	
		width: 320px;

		height: 344px; 
	
		position:relative;
	
		margin:-10px 0 0 -10px;
	
		}
	
	div.saleGrid:hover div.mybackground img {

		position:absolute;
	
		top:100px;
	
		left:90px;

	}

.saleGrid .listing {

	margin-top: 0;

	margin-right: 0;

	margin-left: 0;

	width: 312px;

}

.saleGrid .listing .odd {

	margin-right:15px;

}

.saleGrid .listing .image {

	float: left;

	overflow: hidden;

	width: 290px;

	max-height: 200px;

	overflow: hidden;

	margin-top: 0;

	margin-left: 0;

	height: 224px;

	overflow-x: hidden;

	overflow-y: hidden;
	
	margin-bottom:10px;

}

.saleGrid .listing .image img {

	width:100%;

	height:auto;

}

.saleGrid .listing .info {

	float: left;

	width: 290px;

}

.saleGrid .listing .info-full {

	float: left;

	/*width: 318px;*/

}

.saleGrid .listing .info .name, 

.saleGrid .listing .info .name h3 {

	margin: 0;

}

.saleGrid .listing .info .location {

	margin: 0 0 12px 0;

	display: none;

}

.saleGrid .listing .info .location h4 {

	font-size: 13px;

}

.saleGrid .listing .info .date-time{

	text-align: right;

	margin-top: 10px;

}

.saleGrid .listing .info .detail-link {

	

}

.saleGrid .listing .info .detail-link a {

	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;*/

	padding-right: 16px;

	height: 16px;

}

.saleGrid .listing .info .detail-link a.open {

	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;*/

}

.saleGrid .listing .info .detail-link a:hover {

	

}

.saleGrid .listing .info .details {



}

.saleGrid .listing .info .details .phone-links {

	overflow: hidden;

	font-weight: bold;

	margin: 0 0 8px 0;

}

.saleGrid .listing .info .details .phone-links ul {

	list-style:none;

	margin:0 !important;

	padding:0;

}

.saleGrid .listing .info .details .phone-links ul li {

	float: left;

    list-style-type:none;

	margin:0 5px 0 0;

	padding:0;

}

.saleGrid .listing .info .details .phone-links ul li.delim {

	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;

    padding: 0 10px;

	float: left;

}

.saleGrid .listing .info .details .description {

	overflow: hidden;
	height:35px; 

}



.salesList {

	width:940px;

	overflow: hidden;

	margin: 0 10px 12px;

	padding-bottom: 10px;

	border-bottom: 1px solid #AAAAAA;

}

.salesList .listing {

	width:100%;

}

.salesList .listing .image {

	float: left;

	overflow: hidden;

	width: 120px;

	margin: 0 12px 0 0;

	height: 120px;

	max-height: 120px;

	max-width: 120px;

	overflow-x: hidden;

	overflow-y: hidden;
	
	/*background-color:black;*/

}

.salesList .listing .info {

	float: left;

	width: 800px;

}

.salesList .listing .info-full {

	float: left;

	/*width: 318px;*/

}

.salesList .listing .info .name, 

.salesList .listing .info .name h3 a {

	margin: 0;
	
	
}

.salesList .listing .info .name h3 a {

	color: #26363E !important;
	
}

.salesList .listing .info .location {

	margin: 0 0 12px 0;

	display: none;

}

.salesList .listing .info .location h4 {

	font-size: 13px;

}

.salesList .listing .info .detail-link {

	

}

.salesList .listing .info .detail-link a {

	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;*/

	padding-right: 16px;

	height: 16px;

}

.salesList .listing .info .detail-link a.open {

	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;*/

}

.salesList .listing .info .detail-link a:hover {

	

}

.salesList .details {

}

.salesList .details .phone-links {

	overflow: hidden;

	font-weight: bold;

	margin: 0 0 8px 0;

}

.salesList .details .phone-links ul {

	list-style:none;

	margin:0 !important;

	padding:0;

}

.salesList .details .phone-links ul li {

	float: left;

    list-style-type:none;

	margin:0 5px 0 0;

	padding:0;

}

.salesList .details .phone-links ul li.delim {

	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;

    padding: 0 10px;

	float: left;

}

.salesList .details .description {

	font-size: 16px;
	
	font-weight:normal;
	
	line-height:24px;

}

/* Sales & Events - Sale Listing */

.sale {

	

}

.sale .listing {

	overflow: hidden;

	margin: 0 0 12px 0;

}

.sale .listing .image {

	float: left;

	overflow: hidden;

	width: 125px;

	min-height: 60px;

	margin: 0 12px 0 0;

}

.sale .listing .info {

	float: left;

	width: 318px;

}

.sale .listing .info-full {

	float: left;

	/*width: 318px;*/

}

.sale .listing .info .name, 

.sale .listing .info .name h3 {

	margin: 0;

}

.sale .listing .info .location {

	margin: 0 0 12px 0;

}

.sale .listing .info .location h4 {

	font-size: 13px;

}

.sale .listing .info .detail-link {

	

}

.sale .listing .info .detail-link a {

	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right -16px transparent;*/

	padding-right: 16px;

	height: 16px;

}

.sale .listing .info .detail-link a.open {

	/*background: url("/content/media/images/ggp-carat-green.png") no-repeat right 0px transparent;*/

}

.sale .listing .info .detail-link a:hover {

	

}

.sale .details {

	background: #FAFAFA;

	padding: 16px;

	display: none;

}

.sale .details .phone-links {

	overflow: hidden;

	font-weight: bold;

	margin: 0 0 8px 0;

}

.sale .details .phone-links ul {

	list-style:none;

	margin:0 !important;

	padding:0;

}

.sale .details .phone-links ul li {

	float: left;

    list-style-type:none;

	margin:0 5px 0 0;

	padding:0;

}

.sale .details .phone-links ul li.delim {

	background: url("/content/media/images/ggp-nav-delim.png") no-repeat scroll center center transparent;

    padding: 0 10px;

	float: left;

}

.sale .details .description {

	

}
/*new*/
#content .cols .left-detail {
	width: 300px;
	margin-right: 20px;
	float: left;
}

#content .cols .right-detail {
	width: 580px;
	float: left;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 150px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('/content/media/images/icon_top.png') no-repeat;
    background-color: #000;
    z-index:200;
}


/* Sales Detail View */

#content .right-detail .date-time {
	font-size: 12px;
	font-weight:bold;
}

#content .right-detail .store-name {
	font-size: 12px;
	font-weight:bold;
}

#content .right-detail .view-map {
	font-size: 12px;
}

#content .right-detail p {
	font-size: 12px;
}

.left-col-50 .image {
	float: left;
	max-width: 450px;	
	height: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
}

.left-col-50 .image img {
    max-width: 100%;
    height: auto;
}






