﻿/* @group Standard */
/* @group Tag Clean */
html, body {	
	font: 0.875em/1.3em Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}

div, p, form, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, blockquote, input {
	margin: 0;
	padding: 0;	
	outline-style: none;
	outline: none;
}

a, span {
	outline-style: none;
	outline: none;
}

/* @end */



/* @group Over label */

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}



/* @end */

/* @group Links */


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

a.more {
	padding-left: 10px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/icon_arrow_grey.gif) no-repeat 0 3px;
}

/* @end */

/* @group Sections */
.section, .panel, .pane, .component, .wrap {
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}


/* @end */

/* @group Social */

a.social {
	display: block;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/icons_social.gif) no-repeat 0 0;
}

a.add {
	background-position: 0 0;
}

a.add:hover {
	background-position: 0 -16px;
}


a.print {
	background-position: -16px 0;
}

a.print:hover {
	background-position: -16px -16px;
}


a.email {
	background-position: -32px 0;
}

a.email:hover {
	background-position: -32px -16px;
}


a.facebook {
	background-position: -48px 0;
}

a.facebook:hover {
	background-position: -48px -16px;
}


a.twitter {
	background-position: -64px 0;
}

a.twitter:hover {
	background-position: -64px -16px;
}


#footer a.delicious {
	background-position: 0 -32px;
}

#footer a.delicious:hover {
	background-position: 0 -48px;
}


#footer a.digg {
	background-position: -16px -32px;
}

#footer a.digg:hover {
	background-position: -16px -48px;
}


#footer a.facebook {
	background-position: -32px -32px;
}

#footer a.facebook:hover {
	background-position: -32px -48px;
}


#footer a.myspace {
	background-position: -48px -32px;
}

#footer a.myspace:hover {
	background-position: -48px -48px;
}


#footer a.twitter {
	background-position: -64px -32px;
}

#footer a.twitter:hover {
	background-position: -64px -48px;
}


#footer a.stumbleupon {
	background-position: -80px -32px;
}

#footer a.stumbleupon:hover {
	background-position: -80px -48px;
}

/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.8em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
	margin-bottom: 1em;
}

/* @end */

/* @group Lists */
ul.list,
ul.list li {
	list-style: none;
	float: left;
}

.copy ul,
.copy ol,
.copy dl {
	padding-left: 30px;
	margin-bottom: 1em;
}

/* @end */

/* @group Forms */

.form {
	float: left;
	width: 100%;
}

/* @group Fields */

select,
.textbox,
textarea {
	background: #fff;
	border: none;
	outline: none;
	padding: 0 5px 5px 5px;
}

select {
	padding-top: 5px;
}

/* @end */

/* @group Buttons */

.buttons {
	float: left;
	width: 100%;
}


.button {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */
.copy img,
img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

img.full {
	float: left;
	margin: 0 0 10px 0;
}

/* @end */

/* @group Pagination */

.pagination {
	margin: 0;
	padding: 0;
}

.pagination li a,
.pagination li span {
	padding: 0 4px;
	display: block;
}


/* @end */

/* @end */

/* @group Global */
#container {
	width: 100%;
	float: left;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.container .section {
	width: 100%;
	float: left;
}

/* @group Header */
#header {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

/* @group Toolbox */
.toolbox {
	float: right;
	background: #fff url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_toolbox.gif) no-repeat 0 0;
	height: 47px;
	font-size: 12px;
}

.toolbox .left {
	padding: 12px 30px 10px 10px;
	height: 17px;
	/* edited by j. see for giftcards width: 380px;*/
	width:290px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_toolbox_divider.gif) no-repeat right 0;
}

.toolbox .right {
	padding: 0 10px;
	height: 47px;
	/* edited by j. see for giftcards width: 270px;*/
	width:370px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_toolbox.gif) no-repeat right 0;
}


/* @end */

/* @group Logo */

.logo {
	float: left;
}

.logo a {
	float: left;
	overflow: hidden;
	height: 0;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_sprite.gif) no-repeat 0 0;
}

.logo a img {
	display: none;
}

/* @end */

/* @group Navigaiton */

.navigation {
	border-bottom: 1px solid #d5d5d5;
}

.CMSListMenuUL {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.CMSListMenuUL li {
	float: left;
}

#primary {
	text-transform: uppercase;
}

#primary li {
	padding: 0 1px 0 0;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_primary_divider.gif) no-repeat right 0;
}

#primary li.CMSListMenuLIlast,
#primary li.CMSListMenuHighlightedLIlast {
	background-image: none;
}

#primary li a {
	border-bottom: 5px solid #fff;
	text-decoration: none;
	float: left;
	color: #000;
}

#primary .CMSListMenuLIfirst a,
#primary .CMSListMenuHighlightedLIfirst a {
	display: block;
	width: 12px;
	height: 0;
	overflow: hidden;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_sprite.gif) no-repeat 10px -270px;
	
}

#primary li.CMSListMenuLIlast,
#primary li.CMSListMenuHighlightedLIlast {
	padding-right: 0;
}

#primary li a:hover {
	text-decoration: none;
}
#primary li a.CMSListMenuLinkHighlighted {
	color: #a9a9a9;
}

/* @end */

/* @end */

/* @group Content */
#content {
	width: 100%;
	float: left;	
}

/* @group Components */

/* @group Common */

.byline {
	clear: left;
	color: #999;
	font-style: italic;
	margin-bottom: 0.25em;
}

.tags em {
	color: #999;
}
.tags {
	margin-bottom: 5px;
}

.basic, 
.basic li {
	width: 100%;
	padding: 0 0 0.2em;
}





h2.event {
	margin-bottom: 0;
	padding: 0;
}

p.date {
	font-weight: 400;
	margin-bottom: 10px;
}

p.competition-date {
	clear: left;
	padding-top: 10px;
}


p.date span {
	color: #999;
}

p.date strong {
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
}



p.introduction {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* @group Forms */

/* @group Stylish Select */
select {
	float: left;
	height: 24px;
	font-size: 0.9em;
	border: 1px solid #eee;
	padding: 3px;
}

:focus {outline:none;}
.js ul.newList {left:-9999px;}


ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
	background: #fff;
	position: absolute;
	/*display: none;*/
	top: 24px;
	left: 0;
	overflow: auto;
	z-index: 9999;
	max-height: 250px;
	border: 1px solid #ccc;
	float: left;
}

.newListSelected {
	color: #333;
	height: 24px;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	float: left;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.newListSelected .selectedTxt {
	color: #333;
	height: 19px;
	display: block;
	padding: 4px 35px 1px 0;
	float: left;
	background-position: right 0;
	background-repeat: no-repeat;
	font-size: 0.9em;
	cursor: pointer;
	line-height: 17px;
	overflow: hidden;
}

ul.newList li a
{
	display:block;width:100%;
	padding: 4px 5px 3px;
	text-decoration:none;
	cursor: pointer;
}

.selectedTxt {
	float: left;
}

.hiLite {
	color: #fff!important;
}

.newListHover {
	cursor: pointer;
}

.newListSelHover {
	cursor: pointer;
}

.newListOptionTitle {
	font-weight: bold;
}

.newListOptionTitle ul {
	margin: 3px 0 0;
	list-style: none;
}

.newListOptionTitle li {
	font-weight: normal;
}

/* @end */

.form {
	width: 440px;
}

.form .row {
	float: left;
	width: 440px;
	padding: 5px 0;
	border-bottom: none;
}


.cell-field,
.cell-title {
	float: left;
}

.cell-title {
	padding-top: 4px;
	width: 140px;
	color: #666;
}

.cell-field {
	width: 300px;
}


.cell-field-full {
	width: 440px;
}

div.checkbox {
	padding-top: 4px;
}

.form .textbox {
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
	float: left;
	width: 290px;
	padding: 5px;
	line-height:1.2em;
	background: #eee url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_textboxes.gif) no-repeat -880px 0;
}

.form input.narrow {
	width: 90px;
	background-position: -1180px 0;
}

.form input.normal {
	width: 190px;
	background-position: -1480px 0;
}

.form textarea {
	color: #333;
	margin-bottom: 5px;
	float: left;
	width: 290px;
	padding: 5px;
	height: 70px;
	background: #eee;
	background: #eee url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_textarea.gif) no-repeat 0 0;
	font: 12px Arial, sans-serif;
}
.form label {
	padding-left: 5px;
}
.cell-title label {
	padding
}

.form table {
	padding: 0;
	margin: 0;
	float: left;
}
.form .buttons {
	width: 300px;
	float: left;
	border-bottom: none;
	padding-bottom: 0;
}

.form .buttons .button {
	float: right;
	margin-left: 0;
}

.mandatory {
	font-weight: 700;
}

.form .error {
	display: none;
	float: left;
	clear: left;
	width: 290px;
	margin-bottom: 10px;
}

.form p.indent {
	padding-left: 20px;
	padding-top: 5px;
	display: block;
	margin-bottom: 0;
}


div.checkbox input {
	float: left;
}

table.CheckBoxListField {
	width: 20px;
}
table.CheckBoxListField td {
	width: 20px;
	padding: 0;
}

div.checkbox label {
	width: 270px;
	float: left;
	padding-left: 7px;
	margin-bottom: 5px;
}

div.cell-field-full label {
	width: 410px;
}
.form span.left {
	padding: 4px 5px 0;
}
.form .cell-field .input {
	position: relative;
	float: left;
	width: 240px;
}

.form .cell-field .input label {
	position: absolute;
	top: 4px;
	left: 5px;
	padding: 0;
	font-size: 0.9em;
}

/* @group Stylish Select */

.form select {
	width: 130px;
	
}
.form select.narrow {
	width: 80px;
}

.form ul.newList {
	width: 128px;
}
.form .dob ul.newList {
	width: 78px;
}
.form .newListSelected {
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select_white.gif);
}

.form .newListSelected .selectedTxt {
	width: 90px;
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select_white.gif);
}

.dob .newListSelected .selectedTxt {
	width: 40px;
}

/* @end */

/* @group Survey */




.survey,
.survey .row {
	width: 470px;
}

.survey .cell-number {
	width: 30px;
	float: left;
	text-transform: uppercase;
	margin-top: -4px;
}

.survey .cell-title {
	color: #333;
	width: 200px;
}

.survey .cell-field {
	float: right;
	width: 240px;
}

.survey .cell-field .error {
	width: 240px;
}

.survey .cell-title-full,
.survey .cell-field-full {
	width: 440px;
}

.survey .cell-field-full {
	padding-top: 10px;
}


.survey .cell-field textarea {
	width: 230px;
	background-position: -740px 0;
}


.survey .cell-field-full textarea {
	width: 430px;
	background-position: -300px 0;
}

.form .cell-field-full .EditingFormTable {
	width: 440px;
}
.survey div.checkbox label {
	width: 210px;
}

.survey .EditingFormValueCell {
	background: #eee;
	width: 240px;
	
}
.survey .EditingFormControlNestedControl {
	width: 220px;
	float: left;
	padding: 0 10px;
}
.survey .RadioButtonList label{
	display: none;
}
.survey .cap-top table,
.survey .RadioButtonList {
	width: 220px;
	padding: 0;
	margin: 0;
}
.survey .cap-top td,
.survey .RadioButtonList td {
	padding: 0;
	margin: 0;
	width: 44px;
	text-align: center;
}

.survey .cap-top th {
	font-weight: 400;
}

.survey .cap-top .not-satisfied {
	text-align: left;
	padding-left: 10px;
	
}

.survey .cap-top .satisfied {
	text-align: right;
}


.survey .cap-top,
.survey .cap-bottom {
	padding: 7px 10px 0 10px;
	width: 220px;
	background: #eee url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -9060px 0;
}
.survey .cap-bottom {
	padding: 0 10px 7px 10px;
	height: 0;
	float: right;
	background-position: -9300px bottom;
}


.survey .EditingFormTable,
.survey .EditingFormTable td {
	margin: 0;
	padding: 2px 0;
}



/* @group Stylish Select */

.survey select {
	width: 240px;
}

.survey ul.newList {
	width: 238px;
}

.survey .newListSelected {
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select_white.gif);
}

.survey .newListSelected .selectedTxt {
	width: 200px;
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select_white.gif);
}


/* @end */

/* @end */

/* @end */

/* @group Buttons */

.button {
	padding-top: 27px;
}

.disabled .button {
	cursor: default;
}

/*Deleted for gift cards
.buttons .signup-newsletter {
	width: 269px;
	padding-top: 47px;
	background-position: 0 -120px;
}

.buttons .signup-newsletter:hover {
	background-position: 0 -170px;
}

.buttons .signup-newsletter:active {
	background-position: 0 -220px;
}*/

/*added by j. see*/
.buttons .gift-cards {
padding-top: 47px;
	width: 165px;
	background:url("/App_Themes/AMPSCCommon/images/images/giftcard/button_giftcard_gardencity.gif") no-repeat;
}

.buttons .signup-newsletter {
padding-top: 47px;
	width: 195px;
	
background:url("/App_Themes/AMPSCCommon/images/images/giftcard/button_newsletter_gardencity.gif") no-repeat;
}

.buttons .gift-cards:hover {

	background:url("/App_Themes/AMPSCCommon/images/images/giftcard/button_giftcard_over.gif") no-repeat;
}

.buttons .signup-newsletter:hover {

	
background:url("/App_Themes/AMPSCCommon/images/images/giftcard/button_newsletter_over.gif") no-repeat;
}
/*added by j. see end*/


.buttons .search {
	width: 78px;
	background-position: -269px -120px;
}

.buttons .search:hover {
	background-position: -269px -147px;
}

.buttons .search:active {
	background-position: -269px -174px;
}


.buttons .go {
	width: 46px;
	background-position: -347px -120px;
}

.buttons .go:hover {
	background-position: -347px -147px;
}

.buttons .go:active {
	background-position: -347px -174px;
}



.buttons .remind-me {
	width: 104px;
	background-position: -393px -120px;
}

.buttons .remind-me:hover {
	background-position: -393px -147px;
}

.buttons .remind-me:active {
	background-position: -393px -174px;
}

.buttons .send {
	width: 61px;
	background-position: -497px -120px;
}

.buttons .send:hover {
	background-position: -497px -147px;
}

.buttons .send:active {
	background-position: -497px -174px;
}


.buttons .submit {
	width: 77px;
	background-position: -558px -120px;
}

.buttons .submit:hover {
	background-position: -558px -147px;
}

.buttons .submit:active {
	background-position: -558px -174px;
}

.buttons .add-offer {
	padding-top: 20px;
	width: 101px;
	background-position: -635px -120px;
}

.buttons .add-offer:hover {
	background-position: -635px -147px;
}

.buttons .add-offer:active {
	background-position: -635px -174px;
}

.buttons .send-offer {
	width: 61px;
	background-position: -736px -120px;
}

.buttons .send-offer:active {
	background-position: -736px -174px;
}

.disabled .send-offer,
.disabled .send-offer:hover,
.disabled .send-offer:active,
.buttons .send-offer:hover {
	background-position: -736px -147px;
}
.buttons .print-offer {
	width: 61px;
	background-position: -797px -120px;
}

.buttons .print-offer:active {
	background-position: -797px -174px;
}

.disabled .print-offer,
.disabled .print-offer:hover,
.disabled .print-offer:active,
.buttons .print-offer:hover {
	background-position: -797px -147px;
}

.buttons .remove-offer {
	padding-top: 16px;
	width: 16px;
	background-position: -858px -120px;
}

.buttons .remove-offer:hover {
	background-position: -858px -148px;
}

.buttons .enter-competition {
	width: 165px;
	background-position: -959px -120px;
}

.buttons .enter-competition:hover {
	background-position: -959px -147px;
}

.buttons .enter-competition:active {
	background-position: -959px -174px;
}

.buttons .submit-survey {
	width: 133px;
	background-position: -1124px -120px;
}

.buttons .submit-survey:hover {
	background-position: -1124px -147px;
}

.buttons .submit-survey:active {
	background-position: -1124px -174px;
}

/* @end */

/* @group Pagination */

.main .pagination {
	margin: 0;
	padding: 10px 0 30px;
	border-top: 1px solid #eee;
	color: #666;
	
}

.main .pagination li {
	padding: 0 3px;
	border-right: 1px solid #eee;
	
}


.main .pagination strong {
	padding: 0 4px;
	display: block;
	color: #333;	
}
.main .pagination .next {
	border-right: none;
}

/* @end */
/* @end */

/* @group Headings */


h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	font-weight: 400;
	margin-bottom: 10px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
}

h1 {
	padding-top: 20px;
	color: #424242;
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

h1 strong {
	font-style: italic;
	font-weight: 400;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
}

/* @end */

/* @group Copy */

.copy {
	padding-top: 0.5em;
}

.copy .byline {
	margin-bottom: 1em;
}

/* @end */

/* @group Related Links */

.related h4 {
	font-size: 1.25em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
}

.related-links {
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
}
.related-links li {
	width: 220px;
	padding: 5px 0;
}


.related-links a {
	color: #666;
	padding-left: 10px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/icon_arrow_grey.gif) no-repeat 0 3px;
}

/* @end */

/* @group Store listing Components */

/* @group Store Listing */

.store h4 {
	padding: 8px 0 0 0;
	font-size: 1.1em;
	margin-bottom: 4px;
	
}
.store h4 a {
	color: #333;
}

/* @end */

/* @group Feature Stores/Links */
.feature-link,
.feature-store {
	float: left;
	color: #999;
	padding-bottom: 10px;
	background: #333 url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -4080px bottom;
}
.feature-link a,
.feature-link h3,
.feature-store a,
.feature-store h3 {
	color: #fff;
}

.feature-link h3 a,
.feature-store h3 a {
	color: #fff;
}
.feature-link p {
	margin-bottom: 0;
}


.feature-link h3,
.feature-store h3 {
	font-size: 1.3em;
	padding: 10px 10px 0 10px;
	margin-bottom: 5px;
	width: 200px;
	float: left;
}

.feature-store .category {
	padding: 2px 10px 0 27px;
	width: 183px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/icon_highlight.gif) no-repeat 10px 0;
	float: left;
}


.feature-link p {
	padding: 0 10px;
	color: #fff;
	width: 200px;
	float: left;
}


.featured-links {
	float: left;
	padding-bottom: 20px;
}

.featured-links .grid-2 {
	padding-top: 20px;
}

.dropdown {
	float: left;
	width: 200px;
	padding: 0 10px;
}

/* @group Stylish Select */

.feature-link select {
	width: 190px;
	margin-left: 10px;
	margin-top: 10px;
}

.feature-link ul.newList {
	width: 198px;
	border: 1px solid #333;
}

.feature-link .newListSelected {
	padding: 0 0 0 5px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select_ash.gif);
}

.feature-link .newListSelected .selectedTxt {
	width: 160px;
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select_ash.gif);
}

.feature-link ul.newList li {
	padding: 4px 5px 3px;
	cursor: pointer;
}

/* @end */
/* @end */

/* @end */

/* @group Banner */
.banner h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 4em
}

.banner,
.banner .wrap {
	color: #666;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat 0 0;
	padding-top: 10px;
	width: 940px;
}

.banner {
	position: relative;

}

.banner .wrap {
	padding: 0 0 10px 20px;
	background-color: #333;
	width: 920px;
	height: 200px;
	background-position: -940px bottom;
}

.banner table {
	width: 700px;
	margin: 0;
	height: 190px;
	padding: 0;
	float: left;
}

.banner table td {
	padding: 0;
	margin: 0;
	height: 20px;
	vertical-align: bottom;
}


.banner .category {
	color: #fff;
	padding: 2px 10px 0 20px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/icon_highlight.gif) no-repeat 0 0;
}

.banner .category em{
	color: #666;
}
.banner a {
	color: #fff;
}
.banner table td.title {
	height: 165px;
}


.banner .image {
	width: 220px;
	float: right;
	height: 220px;
	position: absolute;
	right: 0;
	top:  0;;
}



/* @group Homepage */

.home .banner,
.home .banner .wrap {
	width: 940px;
}

.home .banner {
	padding-top: 0;
}
.home .banner .wrap {
	padding-left: 0;
	height: auto;
}



.home .banner .image {
	width: 115px;
	float: left;
	height: 115px;
	position: static;
}


/* @group Key Communications */

.key-communications {
	padding-top: 15px;
	background-color: #333;
}

.communication {
	padding: 0 10px 5px;
	width: 292px;
	float: left;
	color: #fff;
}

.banner .communication .image {
	width: 115px;
	height: 115px;
	overflow: hidden;
	padding-right: 10px;
	float: left;
	margin: 0;
}

.communication .details {
	width: 167px;
	float: left;
}

.communication h2 {
	font-size: 1.4em;
	line-height: 1.2em;
}

.communication h2 a {
	color: #ccc;
	font-style: italic;
}
.communication h2 a strong {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}


/* @end */
/* @end */
/* @end */

/* @group Search Panel */

.search-panel,
.search-panel .wrap {
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -4300px 0;
	color: #333;
	padding: 10px 0 0 0;
	width: 700px;
	float: left;
}

.search-panel .wrap {
	background-color: #ddd;
	background-position: -5000px bottom;
	padding: 0 10px 10px 10px; 
	width: 680px;
}

.search-panel h3 {
	padding-top: 3px;
	font-size: 1.15em;
	line-height: 1.2em;
	margin-bottom: 0;
	float: left;
	padding-right: 0;
	width: 210px;
}

.search-panel h3 strong {
	font-style: italic;
	font-weight: 700;
}


.search-panel .buttons {
	padding-left: 5px;
	float: left;
}
.search-panel .find,
.search-panel .browse,
.search-panel .sort {
	width: 680px;
	float: left;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

.search-panel .sort {
	border-bottom: none;
	padding: 0 0 0 0;
	margin-bottom: 0;	
}

/* @group Stylish Select */

.search-panel select {
	float: left;
	width: 260px;
	height: 24px;
	font-size: 0.9em;
}

.search-panel ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
	background: #fff;
	position: absolute;
	display: none;
	top: 24px;
	left: 0;
	overflow: auto;
	z-index: 9999;
	width: 258px;
	max-height: 250px;
	border: 1px solid #ccc;
	float: left;
}

.search-panel .newListSelected {
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select.gif);
}

.search-panel .newListSelected .selectedTxt {
	width: 220px;
	background-image: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select.gif);
}
/* @end */

/* @group Find */
.find .input {
	position: relative;
	float: left;
	width: 260px;
	padding: 1px 0 0 0; 
}

.find .find-textbox,
.find .textbox-wrap {
	float: left;
	width: 260px;
	background: #fff url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_textboxes.gif) no-repeat 0 0;
	padding: 3px 0 0 0;
	margin: 0;
}

.find .input label {
	position: absolute;
	top: 7px;
	left: 6px;
	width: 250px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.find .textbox-wrap {
	width: 250px;
	padding: 0 5px 3px 5px;
	background-position: 0 bottom;
}

.find .textbox {
	font-size: 12px;
	padding: 2px 0 1px;
	width: 250px;
}


.find .buttons {
	width: 78px;
}

/* @end */

/* @group Browse */
.browse .buttons {
	width: 46px;
}

/* @end */

/* @group Sort */
.sort .pagination {
	padding: 0;
	border-top: none;
}
.sort .pagination li {
	padding: 0;
	border-right: none;
}

.sort .pagination li a,
.sort .pagination li span {
	padding: 5px 4px 0;
	color: #333;
}

.sort .pagination li span {
	color: #999;
}

.sort .buttons {
	width: 46px;
}

/* @end */

/* @group Homepage */

.home .search-panel,
.home .search-panel .wrap {
	background-position: -1880px 0;
	padding-top: 7px;
	width: 940px;
}
.home .search-panel .wrap {
	background-position: -2820px bottom;
	padding: 0 0 5px 0; 
}

.home .search-panel h3 {
	width: auto;
	padding-top: 4px;
	padding-right: 10px;
}

/*.home .search-panel .divider {
	position: absolute;
	bottom:  0;
	left: 465px;
	width: 31px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	float: left;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_search_divider.gif) no-repeat 0 0;
}*/

.home .search-panel .divider {
	margin: -7px 0 -5px;
	width: 31px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	float: left;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_search_divider.gif) no-repeat 0 0;
	z-index: 2;
	position: relative;
}


.home .search-panel .find,
.home .search-panel .browse {
	border-bottom: none;
	padding: 0;
	margin: 0;	
}

/* @group Find */

.home .search-panel .find {
	padding: 0 5px 0 10px;
	width: 430px;
	height: 27px;
}

.home .find .input {
	width: 180px;
}

.home .find .find-textbox,
.home .find .textbox-wrap {
	width: 180px;
	background-position: -460px 0; 
}

.home .find .textbox-wrap {
	background-position: -460px bottom; 
}

.home .find .input label,
.home .find .textbox-wrap,
.home .find .textbox {
	width: 170px;
}

/* @end */

/* @group Browse */

.home .search-panel .browse {
	padding: 0 0 0 10px;
	height: 27px;
	width: 440px;
}

.home .search-panel select {
	width: 180px;
}

/* @group Stylish Select */
.home .browse ul.newList {
	width: 178px;
}

.home .browse .newListSelected .selectedTxt {
	width: 140px;
}
/* @end */

/* @end */



/* @end */

/* @group Sidebar */

.sidebar .search-panel,
.sidebar .search-panel .wrap {
	background-position: -5700px 0;
	width: 220px;
}
.sidebar .search-panel .wrap {
	background-position: -5920px bottom;
	width: 200px;
}


.sidebar .search-panel h3 {
	width: 200px;
	margin-bottom: 5px;
}

.sidebar .search-panel .find,
.sidebar .search-panel .browse,
.sidebar .search-panel .sort {
	width: 200px;
}

/* @group Find */

.sidebar .find .input {
	width: 115px;
}

.sidebar .find .find-textbox,
.sidebar .find .textbox-wrap {
	width: 115px;
	background-position: -760px 0;
}

.sidebar .find .textbox-wrap {
	background-position: -760px bottom;
}

.sidebar .find .input label,
.sidebar .find .textbox-wrap,
.sidebar .find .textbox {
	width: 105px;
}


/* @end */

/* @group Browse/Sort */

.sidebar .search-panel select {
	width: 115px;
}

/* @group Stylish Select */
.sidebar .search-panel ul.newList {
	width: 145px;
}

.sidebar .search-panel .newListSelected .selectedTxt {
	width: 100px;
}
/* @end */

/* @end */



/* @end */
/* @end */

/* @group Consumer-Details */

.consumer-details {
	width: 960px;
}

.consumer-details .column {
	width: 300px;
	padding: 0 10px;
	float: left;
	overflow: hidden;
}

/* @group Headers */

.consumer-details h3,
.consumer-details h4 {
	font-size: 19px;
	line-height: 1.2em;
	padding: 5px 0 4px 10px;
	color: #333;
	margin-bottom: 0;
}

.consumer-details h4 {
	font-size: 1.15em;
	padding-left: 0;
	color: #000;
}


.consumer-details h4 a {
	color: #000;
}

.consumer-details h3 {
	background: #fff;
}

/* @end */

/* @group Specials */

.specials .panel {
	width: 200px;
	padding: 10px;
	border: 1px dashed #d5d5d5;
}

.specials h4 {
	font-size: 1.1em;
	margin-bottom: 5px;
	padding: 0;
}

.specials h4 a {
	color: #000;
}

.home .specials .panel {
	width: 280px;
}

.specials .offer li {
	width: 200px;
	border-bottom: 1px dashed #d5d5d5;
	margin-bottom: 10px;
	color: #666;
}


.sidebar .specials .offer li {
	padding-bottom: 2px;
}

.home .specials .offer li {
	width: 280px;
}

ul.interaction li,
.offer ul.interaction li,
.home .offer ul.interaction li {
	border: none;
	margin: 0;
	padding-right: 5px;
	width: 16px;
}
.home 
ul.interaction {
	margin-bottom: 4px;
}

.links,
.links em,
.offer .links,
.offer .links a {
	float: left;
}


.offer p {
	clear: left;
}

.links {
	color: #999;
	margin-bottom: 0px;
	clear: both;
}

.offer .links a.store,
.links span {
	padding-right: 10px;
}

.home .offer .links {
	width: 280px;
}



/* @group Tooltips */
.tooltip {
	height: 70px; 
	width: 232px;
    overflow: hidden;
    display: none; 
    float: left;
}

#content .tooltip .wrap {
	height: 33px; 
	width: 142px;
    float: left;
    padding: 12px 20px 25px 70px;
    background: url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_tooltip.png) no-repeat 0 0
}

/* @end */



/* @end */



/* @end */

/* @group Store Components */

/* @group Details */

.store-details {
	margin: 5px 0 0;
	width: 350px;
	float: left;
}

.store-details th {
	color: #999;
	font-style: italic;
	font-weight: 400;
	width: 70px;
}

.store-logo {
	width: 340px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	text-align: center;
}

.store-logo table {
	margin: 0;
}

.store-logo table td {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	height: 120px;
}

/* @end */

/* @group Specials */

.store-special {
	float: left;
	color: #666;
	width: 340px;
	padding-right: 20px;
}

.store-special .panel {
	width: 320px;
	padding: 10px;
	border: 1px dashed #d5d5d5;
}


.store-special h3 {
	font-size: 1.6em;
}
.store-special h3 a {
	color: #333;
}
.store-special .links {
	width: 320px;
	float: left;
	margin-bottom: 0.5em;
}

.links em {
	float: left;
	padding-right: 5px;
}

.sidebar .specials {
	float: left;
	margin-bottom: 30px;
	width:100%
}

.sidebar .specials p {
	margin-bottom: 5px;
}

.sidebar .links em {
	margin-bottom: 5px;
}

.store-special em {
	color: #999;
}

.store-special ul {
	padding-left: 20px;
	margin-bottom: 0.5em;
}

.expires {
	margin-bottom: 0;
}

/* @end */

/* @group Products */

.product {
	color: #333;
}

.product h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
	color: #000;
}

.product p {
	margin-bottom: 0;
}

.product strong {
	color: #000;
}


.product em {
	color: #999;
}

/* @end */


/* @end */

/* @group News and Events */

.news-events {
	color: #666;
	float: left;
	width: 220px;
}

.news-events h3 {
	padding-left: 0;
	width: 220px;
	color: #333;
}

.news-events ul {
	padding: 0 10px;
	width: 200px;
}
.news-events li {
	padding: 0;
	width: 200px;
}

.news-events .wrap,
.news-events .panel,
.news-events .container  {
	float: left;
	width: 220px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -6140px 0;
}
.news-events .wrap {
	padding-top: 10px;
}
.news-events .panel {
	padding-top: 0;
	background-position:  -6360px 0;
	background-repeat: repeat-y;
}
.news-events .container {
	padding-bottom: 10px;
	background-position:  -6580px bottom;
}

.news-events .more {
	margin-left: 10px;
}

.news-events h4 {
	color: #000;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 0;
	padding: 0 0 4px 0;
}
.news-events h4 a {
	color: #000;
}
/* @group Homepage */

.home .news-event-wrap {
	width: 640px;
	padding-bottom: 12px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_news_events.gif) no-repeat 10px bottom;
}

.home .news-events {
	width: 320px;
}

.home .news-event-wrap h3 {
	padding-left: 20px;
	width: 300px;
}

.home .news-events ul {
	width: 300px;
}

.home .news-events li {
	padding: 0 10px;
	width: 280px;
}

.home .news-events .panel {
	width: 320px;
	padding-top: 10px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -3760px 0;
}

.home .news-events .more {
	margin-left: 20px;
}
/* @end */
/* @end */

/* @group Other Events (sidebar) [toggle] */
.other-events,
#toggle-list {
	float: left;
	width: 220px;
}
.other-events .heading {
	float: left;
	width: 220px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
	display: block;
}

.other-events h4 {
	float: left;
	padding: 0;
	margin: 0;
}

.other-events h5 {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	width: 185px;
}

.other-events h4 a {
	color: #333;
}
.other-events .heading span {
	float: left;
	padding-left: 5px;
	padding-top: 3px;
}

.other-events .heading .display {
	float: right;
	padding-top: 3px;
}

.other-events .date {
	float: left;
	padding-right: 10px;
	font-size: 1.2em;
	padding-top: 1px;
}

.other-events .list,
.other-events .list li {
	width: 220px;
}

.other-events .list li {
	padding: 7px 0;
}

.other-events .interaction li {
	width: 16px;
	padding: 0 5px 0 0;
}

.other-events .interaction {
	width: 110px;
}

.other-events .links {
	width: 220px;
	padding-top: 5px;
}

.other-events ul.details {
	display: block;
	width: 220px;
	clear: left;
}
/* @end */

/* @group Remind Me Panel */
.remind-panel,
.remind-panel .wrap {
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -4300px 0;
	color: #333;
	padding: 10px 0 0 0;
	width: 700px;
}

.remind-panel .wrap {
	background-color: #ddd;
	background-position: -5000px bottom;
	padding: 0 10px 10px 10px; 
	width: 680px;
}

.remind-panel .user-input {
	width: 680px;
	float: left;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}


.remind-panel h3 {
	padding-top: 4px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0;
	float: left;
	padding-right: 0;
	width: 220px;
}

.remind-panel .copy h3 {
	width: 680px;
	
}

.remind-panel p {
	padding-top: 5px;
	margin-bottom: 0;
	float: left;
	width: 680px;
}

.remind-panel .mobile {
	border-bottom: none;
	padding: 0 0 0 0;
	margin-bottom: 0;	
}

/* @group Input */
.remind-panel .email {
	margin-bottom: 10px;
}
	
.remind-panel .input {
	position: relative;
	float: left;
	width: 260px;
	overflow: hidden;
	padding: 1px 0 0 0; 
}

.remind-panel .rounded-textbox,
.remind-panel .textbox-wrap {
	float: left;
	width: 260px;
	background: #fff url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_textboxes.gif) no-repeat 0 0;
	padding: 5px 0 0 0;
	margin: 0;
}

.remind-panel .input label {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 250px;
	font-size: 0.9em;
	
}

.remind-panel .textbox-wrap {
	width: 250px;
	padding: 0 5px 4px 5px;
	background-position: 0 bottom;
}

.remind-panel .textbox {
	font-size: 12px;
	padding: 0;
	width: 250px;
}


.remind-panel .buttons {
	width: 104px;
	padding-left: 5px;
}

/* @end */

/* @end */

/* @group Thank you */



/* @group Specials */

.special-offers .specials {
	float: left;
	width: 325px;
	padding-right: 30px;
}
.special-offers .specials .panel,
.special-offers .specials .offer li {
	width: 305px;
}
.special-offers .offer ul.interaction li {
	border: none;
	margin: 0;
	padding-right: 5px;
	width: 16px;
}

.special-offers ul.interaction {
	margin-bottom: 4px;
}


.special-offers .offer .links {
	width: 305px;
}



/* @end */

/* @end */

/* @group Collapsable List */

.collapsable-list .heading {
	padding: 0 0 5px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}


.collapsable-list h2 {
	float: left;
	width: 100%;
}


.collapsable-list .heading h2 {
	float: left;
	padding: 0;
	margin: 0;
	width: 460px;
	font-size: 1.2em;
	color: #333;
}

.collapsable-list .heading h2 a {
	color: #333;
}

.collapsable-list .heading .display {
	float: right;
	padding-top: 3px;
}

.collapsable-list .content {
	float: left;
	width: 560px;
	padding: 10px 10px 0;
}





.collapsable-list {
	width: 100%;
	float: left;
}

.collapsable-list li {
	width: 100%;
	padding: 7px 0;
}
.collapsable-list ul {
	margin-bottom: 15px;
	width: 100%;
}

/* @end */

/* @group Sitemap */
ul.CMSSiteMapList {
	width: 580px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.CMSSiteMapList li {
	float: left;
	width: 580px;
}

ul.CMSSiteMapList ul {
	width: 560px;
	margin: 0;
	padding: 10px 0 20px 20px;
}

ul.CMSSiteMapList ul li {
	width: 560px;
}

ul.CMSSiteMapList ul ul {
	width: 540px;
	padding-top: 0
}


ul.CMSSiteMapList ul ul li {
	width: 540px;
}

ul.CMSSiteMapList a.CMSSiteMapLink {
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #ddd;
	width: 580px;
	float: left;
	padding: 5px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

ul.CMSSiteMapList ul a.CMSSiteMapLink {
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/icon_arrow_grey.gif) no-repeat 0 2px;
	padding: 0px 0 5px 12px;
	border-bottom: none;
	font: 12px/1.3em Arial, sans-serif;
	width: auto;
	margin-bottom: 0;
	float: left;
	text-transform: none;
}


/* @end */

/* @group Sidebar */

.sidebar .panel-grey,
.sidebar .panel-grey .wrap {
	width: 220px;
	float: left;
	background: #f5f5f5 url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -6800px 0;
	padding-top: 7px;
	color: #666;
}
.sidebar .panel-grey {
	margin-top: 35px;
}

.sidebar .panel-grey .wrap {
	width: 200px;
	background-position: -7020px bottom;
	padding: 0 10px 10px;
}


.sidebar .panel-grey table {
	margin-bottom: 1em;
	float: left;
}
.sidebar .panel-grey td {
	padding:0 10px 0 0;
}
.sidebar .panel-grey h4 {
	padding: 10px 0 0 0;
	color: #333;
	font-size: 1.2em;
	margin-bottom: 4px;
	width: 200px;
	float: left;
	
}
.sidebar .panel-grey h4.nopadding-top {
	padding-top: 0;
}

.sidebar img {
	float: left;
}

.sidebar .panel-grey img {
	margin-bottom: 0;
}


.sidebar .spotlight {
	padding-bottom: 10px;
}

.sidebar h3 {
	width: 220px;
}
/* @end */

/* @group Listing */

.listing p {
	margin-bottom: 0;
	clear: left;
}
.listing p.byline {
	margin-bottom: 0.25em;
}
.listing {
	margin-bottom: 30px;
}
.listing li {
	width: 700px;
	border-top: 1px solid #eee;
	padding: 20px 0;
}

.listing .details {
	width: 700px;
	float: left;
}

.listing .with-image {
	width: 580px;
	float: left;
}
.listing li h3 {
	padding-top: 0;
	margin-bottom: 3px;
	color: #333;
}
.details h3 a{
	color: #333;
}


.listing .image {
	margin: 0 20px 0 0;
	float: left;
}

/* @group Articles */

.articles li {
	padding: 10px 0;
	border-top: none;
	border-bottom: 1px solid #eee;
}

.articles {
	margin-bottom: 10px;
}

.articles .tags {
	margin-bottom: 5px;
}


.articles li.last {
	border-bottom: none;
}

/* @end */

/* @group News & Events - listing page */

.news-events-list h2 {
	padding-top: 20px;
	color: #424242;
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.news-events-list .listing {
	margin-bottom: 0;
}
.news-events-list .listing li {
	width: 460px;
}

.news-events-list .listing li.first {
	border-top: none;
}

.news-events-list .listing li,
.news-events-list .listing .details {
	width: 460px;
}

.news-events-list .listing .with-image {
	width: 340px;
}

.news-events-list .listing .links {
	width: 340px;
}
.news-events-list .listing .links li{
	width: 16px;
	padding: 0 5px 0 0;
}

.news-events-list .tags,
.news-events-list .listing .links {
	margin-bottom: 3px;
}

.news-events-list h3 {
	font-size: 1.2em;
}

.news-events-list .date {
	font-weight: 400;
	margin-bottom: 5px;
}


.news-events-list .date strong {
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
}


.feature-news-event,
.feature-news-event .wrap,
.feature-news-event .content {
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -7240px 0;
	float: left;
	width: 460px;
	padding: 0;
}


.feature-news-event {
	background-repeat: repeat-y;
	background-position: -7700px 0;
	margin-bottom: 20px;
}


.feature-news-event .wrap {
	padding-top: 15px;
	padding-bottom: 0;
}

.feature-news-event .content {
	overflow: hidden;
	padding: 0 15px 15px;
	width: 430px;
	background-position: -8160px bottom;	
}





.feature-news-event .image {
	float: left;
	margin-right: 15px;
}

.feature-news-event .details {
	float: left;
	width: 195px;
}

.feature-news-event h3 {
	padding: 0;
	margin-bottom: 5px;
}

.feature-news-event p {
	margin-bottom: 5px;
}

/* @end */
/* @end */

/* @group Results */

.results p {
	margin-bottom: 10px;
}

.main .results {
	padding: 11px 0 0;
	width: 700px;
	margin: 0 10px 20px;
}

/* @end */

/* @group Panel Ash */
.sidebar h2 {
	float: left;
	width: 220px;
}
.panel-ash,
.panel-ash .wrap {
	width: 220px;
	float: left;
	padding: 10px 0 0 0;
	color: #fff;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -8620px 0;
}

.panel-ash .wrap {
	background-color: #333;
	padding: 0 0 10px 0;
	background-position: -8840px bottom;
}

.panel-ash h3 {
	width: 200px;
	color: #fff;
	font-size: 1.25em;
}

.panel-ash h3 span,
.panel-ash h3 strong {
	color: #ccc;
}

.panel-ash .buttons,
.panel-ash .button {
	float: right;
}

/* @group Takeaway */

.takeaway {
	padding: 0 10px;
	width: 200px;
}


.takeaway li {
	width: 200px;
	padding: 10px 0;
	border-bottom: 1px dashed #999;
}


.takeaway li.last {
	border-bottom: none;
}

.takeaway .tray {
	padding-bottom: 20px;
}

.takeaway h3 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}

.takeaway h4 {
	float: left;
	width: 200px;
	font-size: 1.1em;
	padding: 0;
	margin-bottom: 5px;
}

.takeaway .store, 
.takeaway .event {
	color: #999;
	float: left;
	width: 180px;
}

.takeaway .buttons {
	width: 16px;
}

.takeaway p strong {
	font-weight: 400;
	font-style: italic;
	font-size: 1.1em;
}
/* @end */


.send-offers,
.print-offers {
	width: 200px;
	padding: 10px 10px 0;
	border-top: 1px solid #999;
}
.print-offers p {
	float: left;
	width: 200px;
}
.send-offers {
	padding-bottom: 10px;;
}

.captcha {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	padding-top: 5px;
}


.captcha-image {
	float: left;
	height: 26px;
	width: 180px;
}



.sidebar .captcha img {
	margin-bottom: 0;
}
.regenerate {
	float: left;
	padding-left: 4px;
	padding-top: 5px;
}



/* @group Send */
.send-offers .input {
	position: relative;
	float: left;
	width: 200px;
	overflow: hidden;
	padding: 1px 0 0 0; 
	margin-bottom: 10px;
}

.send-offers .send-textbox,
.send-offers .textbox-wrap {
	float: left;
	width: 200px;
	background: #fff url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_textboxes.gif) no-repeat -1280px 0;
	padding: 3px 0 0 0;
	margin: 0;
}

.send-offers .input label {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 190px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333;
}

.send-offers .textbox-wrap {
	width: 190px;
	padding: 0 5px 3px 5px;
	background-position: -1280px bottom;
}

.send-offers .textbox {
	font-size: 12px;
	padding: 2px 0 1px;
	height: 15px;
	width: 190px
}

.send-offers .error {
	display: none;
	float: left;
	clear: left;
	width: 200px;
	padding-top: 3px;
	margin-bottom: 10px;
}


/* @end */
/* @end */

/* @group Special Offers */


.collapsable-list ul.special-offers-list {
	margin-bottom: 20px;
	margin-top: -10px;
}
.special-offers-list li {
	width: 560px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.special-offers-list ul {
	width: 100%;
	float: left;
	padding-left: 0;
	margin-bottom: 5px;
}
.special-offers-list ul li {
	width: 540px;
	padding: 0 0 3px 20px;
	border-bottom: 0;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_bullet.gif) no-repeat 7px 5px;
}

.special-offers-list li.last {
	border-bottom: none;
}



/* @group Title */

.special-offers-list .title {
	float: left;
	width: 560px;
}

.special-offers-list h4 {
	float: left;
	font-size: 1.1em;
	margin-bottom: 5px;
	padding: 0;
	width: 430px;
}
/*.special-offers-list h4.added {
	width: 400px;
}*/
.special-offers-list h4 a {
	color: #000;
}

.special-offers-list .buttons {
	float: right;
	width: 130px;
}

.special-offers-list .button {
	float: right;
}

.already-added {
	float: right;
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
	width: 130px;
}

.already-added span {
	float: right;
	padding: 1px 0 2px 15px;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/icon_highlight_white.gif) no-repeat 0 0;
}

/* @end */

.special-offers-list p {
	float: left;
	width: 560px;
	margin-bottom: 5px;
}
.special-offers-list .links {
	width: 560px;
	margin-bottom: 5px;
}

.special-offers-list ul.interaction {
	list-style: none;
	width: 105px;
	margin-bottom: 5px;
	padding-left: 0;
}

.special-offers-list .interaction li {
	padding: 0 5px 0 0;
	width: 16px;
	background-image: none;
}

/* @end */

/* @end */



/* @end */

/* @group Footer */
#footer {
	padding-top: 60px;
	width: 100%;
	float: left;
}
#footer .grid-8 {
	margin-bottom: 30px;
}

/* @group Super footer */

#footer p,
#footer table {
	margin-bottom: 0.5em;
}
#footer .super {
	background: #ddd url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -1880px 0;
	padding: 10px 0 15px 0;
	color: #666;
}

#footer table td {
	padding: 0 10px 0px 0;
}

#footer h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #000
}

.business a {
	color: #666;
}

#footer .super select {
	color: #666;
	background: #ddd;
	padding: 3px;
	font-size: 1.0em;
}

/* @group Stylish Select */
#footer ul.newList {
	width: 208px;
}

#footer .newListSelected {
	color: #666;
	height: 18px;
	padding-left: 0;
	background-color: #ddd; 
}

#footer .newListSelected .selectedTxt {
	color: #666;
	height: 18px;
	padding: 0 15px 0 0;
	width: auto;
	font-size: 1.00em;
	background: #ddd url(/App_Themes/AMPSCGardenCity/Images/images/site/bg_select_footer.gif) no-repeat right 6px;
}

#footer ul.newList li {
	padding: 4px 10px 3px;
}


#footer .newListOptionTitle ul {
	margin: 3px 0 0;
}

/* @end */

/* @end */

/* @group Normal Footer */

#footer .normal {
	width: 920px;
	background: #333 url(/App_Themes/AMPSCGardenCity/Images/images/global/bg_corners.gif) no-repeat -940px bottom;
	padding: 10px 10px;
	color: #666;
}

#footer .normal a {
	color: #666;
}
.normal .list li {
	padding: 0 10px 0 0;
	margin-right: 10px;
	border-right: 1px solid #444;
	line-height: 1.2em;
}

.normal .list li.last {
	border-right: none;
}
.share a,
.share span {
	float: left;
	margin-right: 5px;
}
.share span {
	margin-right: 7px;
}
/* @end */

/* @group Sub-footer */

#footer .sub {
	padding: 10px;
	width: 920px;
	font-size: 0.9em;
	color: #666;
}

.sub .left {
	padding-top: 8px;
}

/* @end */

/* @end */

/* @group Lightbox */


#TB_ajaxContent .header,
#TB_ajaxContent .content {
	width: 500px;
	float: left;
	background: #fff;
	padding: 20px;
}

#TB_ajaxContent .header {
	margin-top: 8px;
}

#TB_ajaxContent .content {
	padding: 10px 10px 20px;
}

#TB_ajaxContent .header h2 {
	width: 400px;
	float: left;
	padding: 0;
	margin: 0;
}


#TB_ajaxContent .close-lightbox {
	height: 0;
	width: 54px;
	padding: 19px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(/App_Themes/AMPSCGardenCity/Images/images/site/close.gif) no-repeat 0 0;
	float: right;
}

#TB_ajaxContent .close-lightbox:hover {
	background-position: 0 -20px;	
}


#TB_ajaxContent {
	width: 500px;
}


/* @end */

/* @end */

/* @group The Grid */

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8 {
	float: left;
	padding: 0 10px;
}

.grid-1 {
	width: 100px;
}

.grid-2 {
	width: 220px;
}
.grid-2-narrow {
	width: 210px;	
}
.grid-3 {
	width: 340px;
}

.grid-4 {
	width: 460px;
}

.grid-5 {
	width: 580px;
}

.grid-6 {
	width: 700px;
}

.grid-6-full {
	width: 720px;
	padding: 0;
}

.grid-7 {
	width: 820px;
}

.grid-8 {
	width: 940px;
}
.grid-8-full {
	width: 960px;
	padding: 0;
}

.padding-top {
	padding-top: 30px;
}


.padding-bottom {
	padding-bottom: 20px;
}
.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-h1,
.padding-top-55 {
	padding-top: 55px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}
.padding-top-search {
	padding-top: 88px;
}
.no-padding-left {
	padding-left: 0;
}

.no-padding-right,
.special-offers .no-padding-right {
	padding-right: 0;
}

.padding-left {
	padding-left: 10px;
}

.border-top {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}
/* @end */

/* Css copied by Monthy 16.02.2010 from pacific fair global css
/* CSS added by A Hayter 16.02.2010 for Events Reminder Form */

.event_reminder_form_check 
{
	float: left;
	padding-left: 225px;
	padding-top: 10px;
}
.event_reminder_form_check .captcha_label 
{
	float: left;
	padding: 5px 5px 0 0;
}
.event_reminder_form_check .captcha 
{
	padding-top: 0px;
}
.event_reminder_form_check .captcha-image 
{
	width: 140px;
}
.event_reminder_form_check .rounded-textbox,
.event_reminder_form_check .textbox-wrap {
	float: right;
	width: 180px;
	background: #fff url(/App_Themes/AMPSCPacificFair/Images/images/global/bg_textboxes.gif) no-repeat -460px 0;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
	display: inline;
}

.event_reminder_form_check .input label {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 170px;
	font-size: 0.9em;
	
}

.event_reminder_form_check .textbox-wrap {
	width: 170px;
	padding: 0 5px 4px 5px;
	background-position: -460px bottom;
	margin:0;
}

.event_reminder_form_check .textbox {
	font-size: 12px;
	padding: 0;
	width: 170px;
}

.remind-panel .buttons 
{
	padding-left: 377px;
	padding-top: 5px;
}
