.height-placeholder {height:400px;}

/* PinPointPERKS.com CSS Stylesheet
** Author: Mike Retzak
** Creation Date: 01 May 2010
** mretzak@tgfi.net
*/

/* Eric Meyers' CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html, body {
	height:100%;
	width:100%;
}

body {
/* 	line-height: 1em; */
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
    background: #00CCFF url(/images/new/body-bg.jpg) no-repeat center 224px;
}
ol, ul {
	list-style: none;
}

sup { font-size: 50%; }

em {font-style: italic;}
strong { font-weight: bold;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	margin-bottom: 1em;
}

a, a:active, a:focus {
   outline: none;
}
/* END CSS Reset */


.bold {
	font-weight: bold;
}

.clear {
	clear:both;
}

.padTop {
	padding-top: 24px;
}

h1 {
	font: bold 1.5em helvetica, verdana, arial, sans-serif;
}

h2 {
	font: bold 1.25em helvetica, verdana, arial, sans-serif;
	color: #222;
	margin-bottom: .25em;

}

/* notice, warning, message divs
   ============================= */

#notice, #message, #warning, #error {
	text-align: center;
	margin: 0px auto 10px auto;
	padding: 5px 20px;
	font-size: .95em;
	font-weight: bold;
}

#notice {
/*	background: #FFF6BF;*/
	border-top: 2px solid #3F3;
	border-bottom: 2px solid #3F3;
	background-color: #9F9;
}

#message {
	border-top: 2px solid #33F;
	border-bottom: 2px solid #33F;
	background-color: #99F;
}

#warning {
	border-top: 2px solid #FF3;
	border-bottom: 2px solid #FF3;
	background-color:  #FF9;
}

#error {
	border-top: 2px solid #F33;
	border-bottom: 2px solid #F33;
	background-color:  #F99;
}

#errorExplanation ul {
margin-top: 5px;
padding-bottom: 10px;
padding-left: 30px;
margin-left: 0;
}

#errorExplanation p {
font-size: 12px;
padding: 2px 5px;
}

#errorExplanation ul li {
font-size: 12px;color:#333;
font-weight: normal;
list-style-type: square;
}

#errorExplanation {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #fcc;
	border:1px solid #FF0000;
	font-size:1.3em;
	font-weight:bold;
	margin:10px auto 20px;
	padding:10px 20px;
}

#errorExplanation h2 {
	background: none;
	background: url(/images/error.gif) no-repeat left center;
	border-bottom:1px dotted #999;
	color:#ff0000;
	font-size:.95em;
	font-weight:bold;
	padding:5px;
	padding-left: 20px;
}


div.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input {
border: solid 2px #f00;
}

#main_notice {
	text-align: center;
	background-color: #FFFFCC;
	padding: 4px;
	position: relative;
}

.heading-wrap {
    background: url(/images/new/h3-bg.png) repeat-x right 8px;
    margin: 20px 0 10px 0;
}

h3, .heading-wrap h1 {
	font: bold 16px "Arial Black", arial, helvetica, sans-serif;
	color:#E51837;
	background-color: #FFF;
	float: left;
	padding-right: 6px;
}

h4 {
	font: bold 0.95em helvetica, verdana, arial, sans-serif;
	color: #AE001E;
}

h5 {
	font: bold 0.5em helvetica, verdana, arial, sans-serif;

}

p {
	line-height: 1.25em;
	margin-bottom: 1em;
}


/* forms */

label {
	font-weight: bold;
/* 	display: block; */
	display: inline-block;
	margin:0;
	padding-top:9px;
}

legend {
	font-weight: bold;
	color: #222;
	font-size: 1.1em;
	padding: 0 3px;
}

fieldset {
	position: relative;
	margin:12px 0 24px 0;
	border:1px solid #CCC;
	display: block;
	background-color: #F9F9F9;
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input {
	margin:3px 3px 3px 0;
}

small {
	font-size:.9em;
}

blockquote {
	padding: 0 2em;
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
}

#main_notice {
	text-align: center;
	background-color: #FFFFCC;
	padding: 4px;
	position: relative;
}

/* ================= */
/* = Layout Styles = */
/* ================= */

#user {
	height: 42px;
}

.wrapper {
	position:relative;
	width:100%;
}

.headerWrapper {
    background-color: #18A2E7;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}

.innerWrapper {
	width:960px;
	border-top: 1px solid #CCC;
	margin:0 auto;
	position:relative;
}

#header {
	width:960px;
	margin:0 auto;
	background-color: #18A2E7;
	position: relative;
}

.headerTop, .headerBottom {
	text-align: right;
}


.headerTop {
    height:51px;
    background-color: #18A2E7;
		position: relative;
}

.headerSocial {
    padding-top: 9px;
    color:#FFF;
}

.headerSocial a {
    margin-left: 7px;
    color:#FFF;
}

.mobile-social {
	display: none;
}

.headerBottom {
    border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	background-color: #FFF;
	position: relative;
}

.headerBottom span {
	color:#EFEFEF;
	font-size: 14px;
	text-shadow: #000 0px 1px 0px;
	font-weight: bold;
	display: block;
	padding-top: 17px;
}

.homeMiddleWrapper, .middleWrapper {
	width:960px;
	margin:0 auto;
}

.homeMiddle {
	padding:0 12px;
	margin:0 auto;
	position: relative;
}

#wrapper_sessions_new .homeMiddle, #wrapper_adcp_auth .homeMiddle, #wrapper_home_lookup .homeMiddle {
	padding-right: 4px;
}

.middle {
	width:960px;
	margin:0 auto;
	position: relative;
	text-align: center;
	line-height: 0;
}

.middle img {
	margin:0;
	padding:0;
}

.bannerNoImage a img.homeLogo {
	padding-right:350px;
}

.defaultBanner a img.homeLogo {
	padding-right:0;
}

.defaultBanner {
	height:168px;
}

.controlpanel .defaultBanner {
	height: 30px;


}

.controlpanel .bniContent {
	padding-top: 0;
	margin-bottom: 40px;
}

.pv-invite-email label {
	display: block;
	margin-bottom: 6px;
}

.pv-invite-email textarea {
	width: 100%;
}

.bannerWithImage {
	background-color: #FFF;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

.bannerWithImage img {
	display: block;
	margin:0 auto;
	max-width: 100%;
}

.headerText {
    position: absolute;
    right:75px;
    bottom:60px;
}

.headerTextPartner {
	bottom:40px;
}

.partner .headerText {
	/*bottom:40px;*/
}

.headerBottom .headerPartnerInfo span {
	color:#333;
	text-shadow:none;
	font-weight: normal;
	/*padding-bottom: 40px*/
}

.bniContent {
	float: right;
	text-align: right;
	padding:20px;
	line-height: .9em;
}

.bannerNoImage .logo, .bannerNoImage .photo {
	float: right;
	margin: 12px;
	margin-top:24px;
	background-color: #FFF;
	margin-left: 0;

}
.partnerBannerImages {
	margin-right:24px;
}

.bannerNoImage .pName {
	font-size: 14px;
	color:#D21C3A;
	display: block;
	padding-bottom: 3px;
	font-weight: bold !important;
}

.bannerNoImage .pInfo {
	color:#333;
	display: block;
	padding:3px 0;
	font-size: 12px;
}



#nav {
    position: absolute;
    z-index:20;
    right:0;
    bottom:0;
    background-color: #E51937;
    border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
}

.nav li {
    float: left;
}

.nav li a {
    color:#FFFF00;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 7px 17px 7px 17px;
    line-height: 1em;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;

}

.nav li a:hover {
	background-color: #0099ff;
	color: #fff;
}


.nav li a.all-cat-link {
	width: 200px;
	text-align: center;
}

.nav li:last-child a { padding-left/*\**/: 18px\9;padding-right/*\**/: 17.2px\9; }

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { .nav li:last-child a { padding-left:16px;} }
@media screen and (-moz-images-in-menus:0) {.nav li:last-child a {padding: 7px 18px 7px 18.97px;} }

.nav ul,
.nav ul li,
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav  {
	position: relative;
	z-index: 100;
	width:auto;
}

.location-column {
	width: 33%;
	float: left;
}

.nav div.subnav a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

.nav div.subnav div {
	/*position: relative;*/
	/*display: block;*/
	/*float: none;*/
	/*width:216px;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav div.subnav div div div a {
	font-weight: normal !important;
	font-size: 12px !important;
}

.nav li:hover > div {
	display: block !important;
	visibility: visible;
}

.nav li.sfhover div.subnav {
    display: block !important;
    visibility: visible;
}

.nav li.sfhover ul li.sfhover ul{
    display: block !important;
    visibility: visible;
}

.nav li li.sfhover,
.nav li li:hover {
/*  background-color: #FFF4DD; */
	/*background-image: none;*/
}

.nav ul a:link,
.nav ul a:visited	{ }
.nav ul a:hover		{ text-decoration: none; background-color: #16D0FF;}

.nav ul {
/* 	min-width: 100px; */
/* 	max-width: 125px; */
/*  padding-right:22px; */
}

.homeLogo {
	position: absolute;
	left:-7px;
	bottom:4px;
	z-index:10;
}

.defaultBanner .homeLogo {
/*  left:15px; */
/*  top:-128px; */
}

.smallLogo {
	position: absolute;
	top:-7px;
	left:20px;
	z-index:10;
}

.main {
	width:960px;
	margin:0 auto;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
     background: #FFF url(/images/new/page-bg.png) repeat-y top right;
}

.leftContent {
	width:705px;
	padding:20px 11px;
	float: left;
	position: relative;
}

#simpleMain {
	background: #FFF;
	font-family: arial, helvetica, verdana, sans-serif;
    width:920px;
    padding:20px;
}

#simpleMain h3 {
    color:#333;
    display: block;
    float: none;
}

span.search-more {
  font: bold 19px "Arial Black", arial, helvetica, sans-serif;
  color:#27CAFD;
}

.sidebar {
    width:212px;
    float: left;
    padding:10px;
}

#footer {
	width:960px;
	padding: 12px 0 ;
	font-size: 11px;
	color:#FFF;
	margin:0 auto;
}

#footer a {
	margin-left: 1em;
    color:#FFF;
}

.footer {margin-left: 24px;}

/* ============= */
/* = Home Page = */
/* ============= */


.local-deals {
  margin-top: 20px;
}


.partnerMain {
  overflow: hidden;
}

.fade-left {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	/*background: red !important;*/
	height:200px;
	z-index:10;
	width:20px;
	position:absolute;
	left:0;
	top:0;
}

.fade-right {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
	height:200px;
	z-index:10;
	width:20px;
	border-right: 10px solid #FFF;
	position:absolute;
	right:-10px;
	top:0;
}

/* ======== */
/* = Market With Us = */
/* ======== */

.become-partner .contact-info {
	color: #DB223A;
	font-size: 16px;
	font-weight: bold;
}

.become-partner .contact-info a {
	color: #DB223A;
}

.become-partner h1, .become-partner h2, .become-partner h3 {
	color:#4C52AA;
	font: bold 23px "Arial Black", arial, helvetica, sans-serif;
}

.become-partner h2 {
	margin-bottom: 16px;
}

.become-partner h3 {
	float: none;
	font-size: 16px;
	padding: 20px 0;
}

.vid-container {
	background-color: #333;
	color:#FFF;
	border-left: 20px solid #E51937;
	border-radius:20px;
	position: relative;
	margin-top: 		20px;
}

.vid-container h3 {
	color:#FFF;
	background: transparent;
	padding-bottom: 0;
}

.vid-container h3, .vid-container ul {
	margin-right: 356px;
	margin-left:16px;
	padding-top: 18px;
}

.vid-container li {
	padding-left: 30px;
	margin-left: 0 !important;
	list-style-type: none;
	background: transparent url(/images/new/check.png) no-repeat left 2px;
}

.vid-container a {
	position: absolute;
	right:20px;
	top:20px;
}

.vid-container img {
	width:316px;
	height:195px;
}

.vid-hook {
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.vid-hook .mr-pinpoint {
	position: absolute;
	bottom:6px;
	right:-56px;
}

.become-partner p {
	font: normal 16px arial, helvetica, sans-serif;
	color:#333;
	line-height: 1.35em;
}

.middleLeft {
	width:562px;
	float: left;
	padding: 35px 20px 52px 32px;
}

.landingCopy {
	color:#FFF;
	display: block;
	padding-bottom:12px;
}

.signup-form .heading {
	text-align: center;
}

.signup-form .landingCopy {
	font-size: 13px;
}

.signup-form .account-heading {
	font-size: 16px !important;
	padding:18px 0 3px 0;
}

.signup-form small {
	font-size: 12px;
	text-align: center;
	display: block;
	padding:3px 0 9px 0;
}

.signup-form input.text {
	font-family: arial, helvetica, sans-serif;
}

.signup-sidebar .signup-form .heading {
	background-color: #DB223A;
	padding: 16px 10px 10px 16px;
	border-radius: 10px;
	margin-bottom: 0;
}

.signup-sidebar .signup-form {
	padding: 0;
}

.signup-sidebar .signup-left {
	padding: 0 10px;
}

.signup-submit {
	text-align: center;
	margin-top: 16px;
}

.signup-submit input {
	padding-left: 12px;
	padding-right: 12px;
}

.placeholder {
  color: #aaa !important;
}

.signup-form #errorExplanation {
	padding:5px;
}

.signup-form #errorExplanation p {
	color:#333;
}

.signup-form #errorExplanation ul {
	padding-left: 0;
	padding-bottom: 0;
}

.middleLeftContent {
	position: relative;
	padding-bottom: 70px;
}

.middleLeft h2 {
	color:#00416D;
	font:bold 24px helvetica, sans-serif;
}

.middleLeft p {
	color:#333;
	font:normal 15px helvetica, sans-serif;
}

.middleLeft .homeAction {
	height:107px;
	width:100%;
	position: absolute;
	bottom:0;
	background: url(/images/swoop.png) no-repeat 150px top;
}

.middleLeft a.homeActionBtn {
	width:203px;
	height:30px;
	display: block;
	text-align: center;
	color:#FFF;
	padding-top: 8px;
	font: bold italic 18px verdana, arial, sans-serif;
	text-decoration: none;
	background: url(/images/home-action-btn.png) no-repeat center top;
	left: 274px;
	bottom:13px;
	position: absolute;
}

.middleLeft a.homeActionBtn:hover {
	background-position: center bottom;
}

.homeDivider {
	height:2px;
	margin-top: 30px;
	background-color: #979797;
}

.middleLeft p.homeTagline {
	color:#333;
	text-align: center;
	margin-top: 16px;
	font: normal 18px georgia, times, serif;
}

.homeLogos {
	display: block;
	margin-left: -36px;
}

#wrapper_sessions_new .middleRight, #wrapper_adcp_auth .middleRight, #wrapper_home_lookup .middleRight {
	float: right;
	margin: 0 0 0 12px;
	padding: 0 16px 0 23px;
	min-height: 256px;
	width: 214px;

/*	background-color: #EFEFEF;*/
}
#wrapper_home_index .middleRight, #wrapper_site_become_a_partner .middleRight {
	float: right;
}
.middleRightTop {
	background: url(/images/home-right-bg.png) no-repeat center 0px;
	height: 10px;
	margin: 3px 0 0 0;
	padding: 0;
	}
.middleRightMiddle, .middleRightBottom {
	margin: 0 16px;
	padding: 0 24px 16px 24px;
	width: 203px;
	background-color: #F0F0F0;
}
.middleRightBottom {
	background: url(/images/home-right-bottom-bg.jpg) no-repeat center 0px;
/*	margin: 0;*/
	height: 33px;
}

div.middleRightMiddle span.landingTitle {
	font:bold 18px helvetica, sans-serif;
}

div.middleRightMiddle span.landingTitle2 {
	color:#00416D;
	font:bold italic 19px helvetica, sans-serif;
}


.homeQuote {
	margin-top: 14px;
	background: url(/images/quoteOpen.png) no-repeat left top;
	position: relative;
}

.homeQuote p {
	width:196px;
	color:#333;
	font:normal 15px helvetica, sans-serif;
	padding:10px;
	padding-bottom: 5px;
	position: relative;
}

.middleRight label {
	color:#333;
}

.partnerMain ul, #simpleMain ul {
	list-style: disc outside;
}
.partnerMain ol, #simpleMain ol {
	list-style: decimal outside;
}
.partnerMain li, #simpleMain li {
	margin: 0 0 1em 2em;
}

ul.pinpointUl {
	list-style: none;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
	color: #333;
}

ul.pinpointUl li {
	padding: 3px 0 3px 20px;
	margin-bottom: 0px;
	margin-left: 1em !important;
	list-style-position: outside;
	list-style-type: none;
	background: url(/images/pin.png) no-repeat left 3px;
}

/* ====================== */
/* = Vendor Detail Page = */
/* ====================== */

a.vendorLinkOverlay {
	display: block;
	width:112px;
	height:84px;
}

a.couponVendorLinkOverlay {
	display: block;
	width:160px;
	height:84px;
	text-decoration: none;
}

.vendorListInfo {
	float: left;
	width:200px;
	padding-left: 12px;
}

.vendorListName {
	display: block;
	color:#333;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
}

.vlNoImage a {
	font-size: 20px;
	text-decoration: none;
	color:#333;
	display: block;
	text-align: center;
}

.vlNoImage a:hover {
	text-decoration: underline;
}

.vendorFeaturedInfo {
	float: left;
	width:214px;
	padding:12px 19px;
}

.vendorFeaturedInfo ul {
	list-style: none;
}

.vendorFeaturedInfo ul li {
	padding: 3px 0 9px 20px;
	margin-left: 0;
	background: url(/images/pin.png) no-repeat left 3px;
}

.vendorFeaturedInfo ul a {
	text-decoration: none;
	font-size: 14px;
}

.vendorFeaturedInfo ul a:hover {
	text-decoration: underline;
}

.currentHeading {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color:#A72432;
	display: block;
}

.businessWrapper .currentHeading {
	color: #666666;
}

.businessWrapper table {
	width: 100%;
}
.businessWrapper table td {
	padding: 5px 10px;
}

.businessLink {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.vendorFeaturedInfo span {
	display: block;
}

.vendorListCategories {
	float: left;
	clear:both;
	color:#666666;
	font-size: 12px;
	padding-top: 12px;
}

.multiVendorListCoupon {
	display: block;
/* 	padding-bottom: 12px; */
	border-left: 2px solid #AAA;
	border-bottom: 1px dashed #BBB;
	padding-bottom: 3px;
	padding-left: 6px;
}

.vlcDivider {
/* 	border-bottom: 1px dashed #333; */
	margin-bottom: 19px;
}

.cpSidebar h5 {
	font-size: 1em;
}

.vendorListCoupon a {
	font-size: 13px;
	color:#333;
	font-weight: bold;
}

.vendorListCoupon p {
	font-size: 12px;
	color:#444;
	margin-top: 3px;
	margin-bottom: 0;
}

h1.vendorName {
	font-size: 24px;
	margin-top: 12px;
	color:#333;
	padding-bottom: 0;
	margin-bottom: 0;
}

p.vendorDesc {
	padding-top: 12px;
	color:#333;
	font-size: 16px;
	font-family:georgia, times, serif;
}

p.vendorDesc img {
	float: right;
	margin: 0 0 16px 16px;
	background-color: #FFF;
}

.vendorImages {
	padding-top: 10px;
	position: relative;
}

.vendorInfo {
	display:block;
}

#vendorImageFancyTitle { text-align: left; }
#vendorImageFancyTitle b { display: block; margin-right: 80px; font-weight: normal;}
#vendorImageFancyTitle span { float: right; }

#vi_controls, #vv_controls {
	position: absolute;
	width:100%;
	top:158px;
	text-align: center;
}

.sidebar_vendor_image {
	width:100%;
 height: 148px;
	background-color: #FFF;
	text-align: center;
}

.sidebar_vendor_image img {
    max-width:100%;
}

.social-link {float: left;margin-right: 6px;margin-bottom: 6px;}

.gplus-link {
  margin-right: 0;
}

.sidebar_vendor_image_title {
	margin-top: 36px;
	font-weight: bold;
	font-size: 0.85em;
}
.sidebar_vendor_image_desc {
	font-size: 0.85em;
	line-height: 1.1em;
}
.vimage_controls, .vvideo_controls {
	height: 20px;
	padding: 4px 0 6px 0;
	text-align: center;
	background: #111 url(/images/headerBg.png) no-repeat center -6px;
}

.vimage_controls img, .vvideo_controls img {
	height:20px;
	display: inline-block;
	padding:0 2px;
}

.vendorVideos {
	padding-top: 10px;
	position: relative;
}

.vendorFilesSidebar {
	padding-top:10px;
}

.vendorFilesSidebar li {
	list-style-type: none;
	margin:0;
	padding:5px 0 5px 24px;
	background: url(/images/pdf-small.png) no-repeat left center;
}

/*.vendorImages img {
	display: block;
	float: left;
	background-color: #eee;
	border: 1px solid #ccc;
	padding:3px;
	margin:6px;
}*/

.padTop20 {
	margin-top: 20px;
}

.vendorDetailSidebar h3 {
/* 	background-color: #AAA; */
	background-color: transparent;
	color:#FFF;
	width:233px;
	padding:9px 12px 6px 12px;
	font-size: 16px;
	margin-left: -17px;
	margin-bottom: 9px;
}

.vendorAffiliations {
	text-align: center;
}

.vendorAffiliations img {
/*	width:80px;*/
/* 	float: left; */
	background-color: #FFF;
	border: 1px solid #eee;
	padding:3px;
	margin:6px;
}

.vendorFeatured {
	margin-top: 20px;
}

.vendorDetailSidebar .bold {
	font-size: 20px;
}

span.phone, span.web {
	padding-top:9px;
}

.moreLink {
	color:#333;
	font-size: 13px;
	text-decoration: none;
/* 	padding-right: 16px; */
/* 	background: url(/images/moreLink.png) no-repeat right center; */
}

a.moreLink:hover {
	text-decoration: underline;
}

#detailMap {
	height:300px;
	width:624px;
	margin:24px auto;
	border: 10px solid #2C59AC;
}


/* ================== */
/* = coupon layouts = */
/* ================== */


.couponTable td {
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}


.coupon .view-detail {
    text-align: center;
}

.coupon .view-detail span {
    background-color: #E51937;
    font-family: 'Love Ya Like A Sister', 'Marker Felt', 'Comic Sans', cursive;
    color:#FFFF00;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}

.vendorInfo a {
	color:#E4F82E !important;
}

.coupon a {
    color:#333333;
    text-decoration: none;
}

.list-business {
    background-color: #F5F5F5;
    width:290px;
    padding:21px 21px 10px 21px;
    float: left;
    margin: 10px 40px 10px 0;
}

.daily-deals-wrapper .leftContent {
	width:100%;
}

.daily-deals .list-business {
	width:270px;
	margin-right: 16px;
	padding: 16px 10px 10px 10px;
}

.daily-deals .list-business img.deal-image {
	width:270px;
}

.category-links a {
	display: inline-block;
	background-color: #1bd1ff;
	color: #FFF;
	margin-top: 4px;
	padding: 3px 9px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
}

.category-links a.top-level-link {
	font-weight: bold;
	background-color: #18a2e7;
}

.category-links a:hover {
	background-color: #316ab0;
	color: #fff;
}

.category-links a.active, .category-links a.active:hover {
	background-color: #df1f33;
	color: #fff;
	cursor: default;
}

.two-wide .coupon {
  margin: 6px 8px;
  display: inline-block;
}

.two-wide .list-business .coupon {
    width:100%;
    float: none;
    margin: 0;
}

.two-wide .coupon .view-detail {
    /*width:290px;*/
}

.two-wide .daily-deal {
	width:100%;
	float:none;
	margin: 0;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.two-wide .deal-image {
	width:290px;
    height:175px;
    margin:0 auto;
}

.deal-list {
	padding-bottom: 10px;
}

.two-wide .deal-details {
    color:#FFF;
    display: block;
    background-color: #0099FF;
    border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    font-size:13px;
    padding:6px 90px 6px 10px;
    line-height: 1.3em;
    height:64px;
}

.two-wide .coupon .view-detail span {
    font-size: 15px;
    font-weight: bold;
    padding:5px 12px 0 12px;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.75);
}

.two-wide .coupon a:hover .view-detail span {
    background-color: #FFFF00;
    color:#E51937;
}

.two-wide .coupon .image-wrap {
    width:140px;
    display: block;
    text-align: center;
}

.two-wide .coupon img {
    max-width:140px;
    max-height:130px;
}

.two-wide .last {
    margin-right: 0;
}

.two-wide .couponTable {
    width:290px;
    height:130px;
}

.two-wide .couponTable td {
    height:130px;
	font-size: 18px;
	padding:0 6px;
}

.three-wide .coupon {
    width:208px;
    float: left;
    margin: 10px 40px 10px 0;
}

.three-wide .coupon .view-detail {
    width:208px;
}

.three-wide .coupon .view-detail span {
    font-size: 12px;
    padding:3px 9px 0 9px;
}

.three-wide .coupon a:hover .view-detail span {
    background-color: #FFFF00;
    color:#E51937;
}

.three-wide .coupon .image-wrap {
    width:87px;
    display: block;
    text-align: center;
}

.three-wide .coupon img {
    max-width:87px;
    max-height:100px;
}

.three-wide .last {
    margin-right: 0;
}

.three-wide .couponTable {
    width:208px;
    height:100px;
}

.three-wide .couponTable td {
    height:100px;
	font-size: 14px;
	padding:0 6px;
}

#coupon-list, .coupon-list {
  visibility:hidden;
  margin-top:20px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}

.four-wide {
  /*float:left;*/
  /*border: 1px solid #EEE;*/
  width:215px;
  text-align:center;
  margin-bottom:20px;
  background:#FFF;

}

.list-coupon {
  display:block;
  box-shadow: 0 2px 4px #CCC;
  color:#666;
  text-decoration: none;
  border:1px solid #DDD;
  border-bottom:2px solid #CCC;
  font: bold 20px arial, helvetica, sans-serif;
  line-height: 1.1em;
  -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}

.list-coupon:hover {
  box-shadow: 0 0 5px #18A2E7;
}

.coupon-top {
  padding:20px 5% 20px 5%;
  display:block;
}

.coupon-top img {
  max-width:90%;
  margin-bottom:16px;
}

.coupon-top .coupon-title {
  display:block;
}

.coupon-count {
  border-top:1px solid #CACAD9;
  color:#999;
  display:block;
  padding: 16px 5%;
  line-height: 1.3em;
  font-weight:normal;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size:12px;
}

.coupon-count strong {
  color:#df1f33;
}

.coupon-count h3.business-name {
  color:#18A2E7 !important;
  font-size: 12px;
  font-family: arial, helvetica, verdana, sans-serif;
}

.print-logo {
  display:none;
}

.coupon-get span {
    background-color: #EFEFEF;
      border-radius: 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      color:#E51937;
      font-family: 'Love Ya Like A Sister', 'Marker Felt', 'Comic Sans', cursive;
      font-size: 19px;
      padding:6px 0;
      font-weight: normal;
      display: block;
      margin:0 30px;
      text-align:center;
      text-decoration:none;
  border:1px solid #CACAD9;
  border-bottom:none;
  -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;

}

.list-coupon:hover .coupon-get span {
  background-color: #E51937;
  color:#FFFF00;
  -moz-box-shadow:

        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:

        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
  box-shadow:

        inset 0 -1px 2px rgba(0,0,0,0.4),
        inset 0 1px 2px rgba(0,0,0,0.4);
}

.list-wide {
	width: 424px;
	margin-bottom: 20px;
	background: #FFF url('/images/list-wide-bg.png') repeat-y center top;
	position: relative;


}

.list-wide .list-coupon {
	display: table;
	width: 100%;
}

.two-wide .list-wide {
	width: 340px;
	background-position: 60% top;
}

.coupon-left, .coupon-right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.two-wide .list-wide .coupon-left {
	width: 40%;
}

.two-wide .list-wide .coupon-right {
	width: 60%;
}

.coupon-left > div.flex-center, .coupon-right > div {
	width: 100%;


}

.coupon-left {
	background-color: #FFF;
	padding: 20px 10px 10px 10px;
	text-align: center;
}

.coupon-left img {
	width:100%;
	max-width: 80%;
	margin-bottom: 20px;
	/*margin-left: 10%;*/
}

.coupon-right {
	padding: 10px;
	padding-bottom: 0;
}

.coupon-right .coupon-count {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.coupon-right .coupon-count h3 {
	background: transparent;
}

.coupon-left .locations, .coupon-left .categories {
	font-weight: normal;
	font-size: 12px;
	display: block;
	line-height: 15px;
	margin-bottom: 6px;
	color: #999;
}

.coupon-left .locations {
	color: #18a2e7;
}

.coupon-right .coupon-title {
	display: block;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.coupon-right .coupon-get {
	position: absolute;
	bottom:2px;
	right: 3%;
	left: 53%;
}

.coupon-right .coupon-get span {
	background-color: #fff;
	text-align: center;
	margin: 0;
	width: 44%;
}

.two-wide .coupon-right .coupon-title {
	font-size: 16px;
	padding-bottom: 6px;

}

.two-wide .coupon-right .coupon-text {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #888;
	margin-bottom: 50px;
	text-align: center;
}

.two-wide .coupon-right .coupon-get {
	left: 43%;
}

.two-wide .coupon-right .coupon-get span {
	width: 54%;
}

/* =========== */
/* = utility = */
/* =========== */

.white-rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.red-button {
	background-color: #E51937;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #B9B9B9;
    color:#FFFF00;
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 20px;
    padding:6px 0;
    font-weight: bold;
    display: block;
    text-align:center;
    text-decoration:none;
	-moz-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(0,0,0,0.1);
}

.header-footer-button {
	color: #FFFF00 !important;
	float: right;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

.vendorInfo a.yellow-button {
  background-color: #FFFF00;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #B9B9B9;
    color:#E51937 !important;
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 20px;
    padding:6px 0;
    font-weight: bold;
    display: block;
    text-align:center;
    text-decoration:none;
  -moz-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
  box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(0,0,0,0.1);
}

.box-shadow {
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}

.sidebar {
    padding-top: 16px;
}

.sidebar-box {
    background-color: #E51937;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 3px solid #B9B9B9;
    color:#FFFF00;
    position: relative;
    margin-bottom: 16px;
	-moz-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(0,0,0,0.1);
}

.vendorDetailSidebar .sidebar-box {
    color:#FFF;
}

.vendorDetailSidebar .sidebar-box a {
    color:#FFF;
    text-decoration: none;
}

.vendorDetailSidebar .sidebar-box a:hover {
    text-decoration: underline;
}

.sidebar-box-inner {
    padding:10px;
}

.common-sidebar .sidebar-box-inner {
	padding:10px 5px;
}

#lookup_vendor_id_chzn {
    width:160px !important;
    color:#333;
}

.business-search {
    position: relative;
}

#signupForm {
    position: relative;
    padding-bottom: 2px;
}

.location-search {
    margin-top: 9px;
    text-align: center;
}

.location-search .heading {
    margin-top: 7px;
}

.location-search input {
    text-align: center;
}

.location-search form {
	margin-bottom: 5px;
}

.sidebar-biz-links {
    font-size: 12px;
    color:#FFFF00;
    padding:6px 0;
}

.sidebar-biz-links a {
    color:#FFFF00;
    text-decoration: none;
}

.sidebar-biz-links a:hover {
    text-decoration: underline;
}

.sidebar-box-inner .heading {
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 4px;
    display: block;
    color:#FFFF00;
}

.location-search .heading {
	font-size:16px;
}

.sidebar-box-inner .pinpoint-heading {
    padding-top: 18px;
    background: url(/images/new/pinpoint-search.png) no-repeat left top;
    padding-left: 78px;
    position: absolute;
    top:-10px;
    left:-10px;
    height:72px;
}

.pp-search-header {
	display: block;
	padding: 9px 0;
}

.sidebar-box-inner p {
    color:#FFF;
    font-size: 12px;
}

.sidebar input.text, .email-prefs input.text {
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    font-size: 13px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:8px 6px;
    color:#555;
    border:1px solid #666;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    box-shadow: inset 0px 0px 7px rgba(0,0,0,0.7);
}

.sidebar #signupForm input.text {
    display:block;
}

#signup-heading {
	padding-top: 6px;
	margin:0;
}

#mailingListNotice {
	color:#FFFF00;
	text-align: center;
}

.button-yellow {
    background-color: #FFFF00;
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 14px;
    cursor:pointer;
    color:#E51937 !important;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #B9B9B9;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding:6px 4px;
	-moz-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(0,0,0,0.1);
}

.deal-action {
	position:absolute;
	right:10px;
	top:16px;
}

.search-submit {
    position: absolute;
    right:-4px;
    top:-6px;

}

.search-zip {margin: 8px 0;}

.signupBtn {
    padding:6px 16px;
    margin:12px auto 0 auto;
    display:block;
    font-size:16px;
}

.sidebar-advertise p {
  margin-bottom: 6px;
}

.sidebar-advertise .button-yellow {
  display: block;
  width: 60%;
  text-align: center;
  margin: 10px auto 4px auto;
}

/* ============= */
/* = Map stuff = */
/* ============= */

/* ============= */
/* = locations = */
/* ============= */

.mapWrapper {
	width:660px;
	position: relative;
}

.mapHeader {
	height:449px;
	padding:8px;
	color:#FFF;
	background: url(/images/mapHeader2.png) no-repeat;
}

.mapHeader h1 {
	font-size: 18px;
	padding-top: 11px;
}

.mapHeader h1 span {
	font-weight: normal;
	font-size: 14px;
}

#map {
	height:420px;
	width:100%;
/* 	margin-top: 100px; */
}

div.gmapInfo {
	font-size: 12px;
	color:#444;
	padding: 9px 0;
}

a.mapLink {
	cursor:pointer;
	text-decoration: none;
}

.gmapRight {
	display: block;
	float: left;
	width:170px;
}

div.gmapInfo span {
	display: block;
}

span.mName {
	font-weight: bold;
	padding-bottom: 3px;
}

span.mAddress {
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 3px;
}

.mapPopup {
	margin: 0 12px 0 0;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
}

span.locationInner {
	width:305px;
	height:70px;
	float: left;
	background: url(/images/locationBg.png) no-repeat center top;
	margin:5px;
	position: relative;
}

span.locationInner:hover {
	background-position: center bottom;
	cursor:pointer;
}

a.locMore {
	width:87px;
	height:24px;
	position: absolute;
	right:0;
	bottom:1px;
	z-index:2;
	background: url(/images/locMore.png) no-repeat;
}

a.locMore:hover {
	background-image: url(/images/locMoreHover.png);
}

.locationAlpha {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 36px;
	color:#FFF;
	text-transform: uppercase;
	font-weight: bold;
	width:73px;
	padding-left: 8px;
	padding-top: 20px;
	text-align: center;
	text-shadow: #000 0px 1px 0px;
}

.locationVendor {
	display: block;
	float: left;
	padding:20px 6px;
	width:202px;
}

.printCouponWrapper {
	display: none;
}

/*Coupon detail page*/

.largeCouponWrapper {
	margin:0 33px 16px 33px;
	padding-top:46px;
	position: relative;
	border:3px dashed #E51937;
	border-radius:20px;
	box-shadow: 0 0 5px #666666;
}

.largeCouponBottom  {
	margin:0 33px 16px 33px;
}

.largeCouponBottom td {
	vertical-align:middle;
}

.largeCouponBottom .red-button {
	padding: 12px 0;
	margin-left:24px;
	border-radius: 16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;

}

.largeCouponTable td {
	text-align:center;
}

.largeCouponTop {
	background-color:#E51937;
	color:#FFF;
	text-align:center;
	padding:3px 0;
	font: bold 22px "Century Gothic", "Arial Black", arial, helvetica, sans-serif;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	position: absolute;
	width:642px;
	top:-6px;
	left:-5px;
}

.couponDisclaimer {
	font:normal 11px "Century Gothic", "Arial Black", arial, helvetica, sans-serif;
	color:#666666;
	display: block;
	text-align: center;
	padding:10px 0;
}

.couponDisclaimer span {
	display:block;
	padding: 0 6px;
	max-width: 220px;
}

.couponRight {
	vertical-align:top;
	padding-right:70px;
}

.coupon-logo {
	position: absolute;
	bottom:-12px;
	right:-46px;
}

.coupon-vendor-logo {
	padding:0 12px;
}

.couponInfo span {
	display: block;
}

.couponTitle {
	font: bold 30px "Arial Black", arial, helvetica, sans-serif;
	padding: 0 9px 16px 9px;
	line-height:30px;
	color:#666666;
}

.couponTitle sup {
	font-size: 20px;
	margin-left: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top:-3px;
}

.couponText {
	color:#333;
	font-size: 15px;
}

.couponOffer {
	padding-top: 12px;
	color:#333;
	font-size: 13px;
}

.couponVendorName {
	color:#E51937;
	font-weight: bold;
	font-size: 24px;
}

/*.addthis_button_facebook, .addthis_button_twitter {
	margin-top:8px;
}*/

.pinit-wrapper {
	width: 32px !important;
	height: 32px !important;
	display: inline-block;
}
.pinit-wrapper a {display:inline-block;}

.coupon-share {
	width:430px;
	text-align:right;
}

.coupon-share div {
	display: inline-block;
	vertical-align:middle;
}

/*locations*/

.mapWrap {
	margin:10px;
	padding:10px 11px;
	width:685px;
}

.location-category-heading {
	text-align: center;
	font-size:16px !important;
}

.location-category-list {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#E51937;
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	box-shadow:inset 0 0 5px #999;
	margin-top:10px;
}

.location-category-list ul {
	list-style-type: none;
	padding:6px 0;
}

.location-category-list ul li:last-child {
	border-bottom: none;
}

.location-category-list li {
	margin:0;
	padding: 3px 12px;
	border-bottom:2px solid #CCC;
	clear:both;
	height:36px;
	line-height: 36px;
}

.location-category-list li a {
	color:#E51937;
	text-decoration: none;
}

.location-category-list li img {
	float:left;
	margin-right:9px;
}

.map-reset-link {
	display: block;
	text-align: center;
	margin:12px 0 4px 0;
	font-size: 12px;
	color:#FFFF00;
}

.suggestMain {
	background: url(/images/new/suggest-popup.png) no-repeat;
	width:600px;
	margin:0;
	height:433px;
}

.suggestSuccess {
	margin-left: 16px;padding-top: 40px;text-align:center;
	font-family: "Just Another Hand", cursive;
	font-size: 48px;
	color:red;
	margin-bottom: 0;
}

.suggestMessage {
	margin-left: 16px;padding-top: 10px;text-align:center;
	font-size: 13px;
}

#suggestClose, #loginClose {
	height:50px;
	width:50px;
	position: absolute;
	top:24px;right:1px;
	cursor:pointer;
	display: block;
	background: url(/images/new/suggest-close.png) no-repeat;
}


.suggestText {
	color:#666666;
	font-size: 11px;
	padding:106px 20px 0 310px;
}

.suggestText h3 {
	color:#B11C21;
	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 36px;
	float:none;
	background-color: transparent;
}

.suggestText p {
	font-size: 20px;
	color:#333;
	font-family: arial, helvetica, verdana, sans-serif;
	padding:20px 30px 20px 0;
	margin-bottom: 0;
}

.suggestText .redBold {
	font-weight: bold;
	color:#B11C21;
}


#suggestForm {
	display: block;
	padding:0 0 0 310px;
	color:#666666;
	font-size: 11px;
}

#suggestForm p {
	padding:10px 150px 0 0;
}

#suggestForm input.text, #loginForm input.text, #loginForm input.placeholder {
    font-size: 11px;
    width:296px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:6px 6px;
    color:#555;
    border:1px solid #CCC;
    font-family: arial, helvetica, verdana, sans-serif;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 7px rgba(0,0,0,0.5);
    display: block;
}

#loginForm input.text, #loginForm input.placeholder {
	font-size: 18px;
	margin-top: 9px;
	padding:9px 9px;
}

#loginForm table {
	margin-top: 16px;
}

#loginForm table td {
	padding: 0 30px 0 20px;
}

#loginForm label {
	font-weight: normal;
	color:#666666;
	font-size: 12px;
}

#loginForm input.red-button {
	font-size:16px;
	padding:10px 36px;
}

#loginForm p {
	margin-top:30px;
	margin-left:20px;
	font-size: 12px;
	color:#666666;
}

#loginForm p a {
	color:#666666;
}

input.suggestSubmit {
	border:none;
	float:right;
	display: block;
	clear:both;
	background-color: #FE0000;
	color:#FFFF00;
	font-size:16px;
	padding:7px 36px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-family: 'Love Ya Like A Sister', cursive;
	cursor:pointer;
    font-weight: bold;
    border: 1px solid #B9B9B9;
	-moz-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(0,0,0,0.1);
        margin-right:100px;
        margin-top:30px;
}

input.suggestSubmit:hover {
	background-position: center bottom;
}

#suggestForm table td {
	font-weight: bold;
	padding:2px;
	text-align: right;
}

#loginForm {
	display: block;
	padding: 80px 30px 0 230px;
}

.controlpanel h1 {
	font: bold 24px "Arial Black", arial, helvetica, sans-serif;
	padding:0 16px 20px 20px;
}

.controlpanel p {
	padding: 0 20px;
}

.sidebar-box-inner p {
	padding:0;
}

.cpSidebarMarketingSteps a {
	color:#FFF !important;
}

.cp-circles {
	padding: 0 0 24px 0;
}

.cp-circles li {
	list-style-type: none;
	float: left;
}

.controlpanel .sidebar-box-inner {
	color:#FFF;
}

.billInfo {
	line-height: 1.35em;
	padding-bottom:16px;
}

.billInfo span {
	display: block;
}

.controlpanel .sidebar-box-inner a {
	color:#FFFF00;
}

.controlpanel .button-yellow, .changeLink, .editLink, .passwordLink {
	display: block;
	text-align: center;
	/*margin-bottom: 10px;*/
}

.cpDivider {
	margin:16px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CDD4DA;
}

.cpHalf {
	width:300px;
	float: left;
}

.cpHalf small, .cpHalf label {
	display: block;
	text-align: left;
	padding-bottom: 3px;
	font-size:12px;
}

.cpHalf label {
	padding-top: 12px;
}

.cpHalfLeft {
	padding-right: 16px;
	border-right: 1px solid #FFF;
}

.cpHalfRight {
	padding-left: 16px;
	border-left: 1px solid #CDD4DA;
}

.imageCpHalf {
	margin-top: 20px;
	height:260px;
}

#cpMain .sidebar {
	float: left;
	width:260px;
	padding: 20px 0px 20px 12px;
}


.sidebarName {
	font: bold 16px helvetica, arial,sans-serif;
	display: block;
	padding-bottom: 10px;
}

.sidebarProgress {
	display: block;
	color:#333;
	font-size: 12px;
}

.progressBarWrapper {
	width:202px;
	height:28px;
	margin-top: 4px;
	background-color: #FFF;
	border: 1px solid #999;
	padding:3px;
	position: relative;
}

.progressBarInner {
	height:28px;
	background: #CCC url(/images/progress-bar-bg.png) no-repeat;
}

.progressBarOver {
	position: absolute;
	left:2px;
	top:2px;
	background-color: #FFF;
	border: 1px solid #666;
	height:26px;
	padding:1px;
}

.progressBarGradient {
	height:26px;
}

.progressRed {
	background: #F9B5A1; /* old browsers */
	background: -moz-linear-gradient(top, #F9B5A1 0%, #E81216 100%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9B5A1), color-stop(100%,#E81216)); /* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9B5A1', endColorstr='#E81216',GradientType=0 ); /* ie */

	background: -o-linear-gradient(top, #F9B5A1 0%,#E81216 100%); /* opera */
}

.progressGreen {
	background: #EDF599; /* old browsers */
	background: -moz-linear-gradient(top, #EDF599 0%, #83C333 100%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDF599), color-stop(100%,#83C333)); /* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDF599', endColorstr='#83C333',GradientType=0 ); /* ie */

	background: -o-linear-gradient(top, #EDF599 0%,#83C333 100%); /* opera */
}

.cpSidebarSteps {
	margin-top: 10px;
}

.cpSidebarSteps li {
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	margin:12px 0;
	height:30px;
	line-height: 30px;
	padding:0 0 0 36px;
	background: url(/images/progress-steps.png) no-repeat left top;
}

li.warning {
	background-position: left center;
}

li.incomplete {
	background-position: left bottom;
}

.cpSidebarSteps a, .cpSidebarMarketingSteps a {
	color:#3B6CC3;
}

.cpSidebarMarketingSteps li {
	list-style-type: decimal;
	font-size: 13px;
	font-weight: bold;
}

ul.marketing-tabs {
	background-color: #CBD4D9;
	padding: 9px 0 0 9px;
	margin-bottom: 20px;
	border-radius: 7px 7px 0 0;
}

ul.marketing-tabs li {
	display: inline-block;
	margin:0;
	padding:0;
}

ul.marketing-tabs li a, ul.marketing-tabs li span {
	display: block;
	text-decoration: none;
	padding: 9px 12px;
	background-color: #EFEFEF;
	border-radius: 5px 5px 0 0;
}


ul.marketing-tabs li span {
	background-color: #FFF;
}

ul.marketing-tabs li a:hover {
	background-color: #FFF;
}

.formSection {
	background-color: #E9F2F9;
	padding: 45px 20px 20px 20px;
	width:637px;
	margin-left:14px;
	position: relative;
}

.formSection p {
	margin:3px 0;
	padding:0;
}

.formSectionBottom {
	margin-bottom: 20px;
	margin-left:14px;
	height:7px;
	width:677px;
	background: url(/images/form-section-bottom.png) no-repeat;
}

.formSectionHeading {
	position: absolute;
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	top:0;
	left:0;
	width:665px;
	padding-left: 12px;
	padding-top: 11px;
	height:24px;
	display: block;
	background: url(/images/fieldset-header.png) no-repeat;
}

.sidebar-box .changeLink, .sidebar-box .editLink, .sidebar-box .passwordLink {
    background-color: #FFFF00;
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 14px;
    cursor:pointer;
    color:#E51937 !important;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #B9B9B9;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding:6px 4px;
	-moz-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.2),
        inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:
        0 -1px 0 #BEBEBE,
        inset 0 -1px 1px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(0,0,0,0.1);
}


.leftContent .editLink {
	display: block;
	width:79px;
	box-shadow: none;
	height:20px;
	background: url(/images/changeSmall.png) no-repeat center top;
	position: relative;
	overflow: hidden;
}

.leftContent .editLink {
	background-image: url(/images/editSmall.png);
}

.changeLink:hover, .editLink:hover, .editLinkSmall:hover {
	background-position: center bottom;
}

.editLinkSmall {
	display: block;
	width:60px;
	height:16px;
	background: url(/images/editSmaller.png) no-repeat center top;
	position: relative;
	overflow: hidden;
}

.addLink input, .changeLink input {
	position: absolute;
	height:20px;
	width:79px;
	right:0;
	top:0;
	display: block;
	z-index:1;
	margin:0;
	padding:0;
}


.removeLink, #alt_coupon_image_wrapper a, #coupon_image_wrapper a {
	display: block;
	width:79px;
	height:20px;
	background: url(/images/deleteSmall.png) no-repeat center top;
/*	background: url(/images/removeSmall.png) no-repeat center top;*/

}

.removeLink:hover, #alt_coupon_image_wrapper a:hover {
	background-position: center bottom;
}

.addLink {
	display: block;
	width:79px;
	height:20px;
	position: relative;
	overflow: hidden;
	background: url(/images/addSmall.png) no-repeat center top;
}

.advertiserImage .addLink {
	margin: 6px auto 0 auto;
}

.addLink:hover, .hover {
	background-position: center bottom;
}

.resendLink, .viewInvitationLink, .addNewCategoryLink, .addAnotherLocationLink {
	display: block;
	position: relative;
	overflow: hidden;
	height:20px;
}

.resendLink {
	width:130px;
	background: url(/images/resendEmail.png) no-repeat center top;
}

.viewInvitationLink {
	width:130px;
	background: url(/images/viewInvitationMedium.png) no-repeat center top;
}

.addNewCategoryLink {
	width:160px;
	background: url(/images/addNewCategoryLink.png) no-repeat center top;
}

.addAnotherLocationLink {
	width:181px;
	background: url(/images/addAnotherLocation.png) no-repeat center top;
}

.resendLink:hover, .viewInvitationLink:hover, .addNewCategoryLink:hover, .addAnotherLocationLink:hover { background-position: center bottom; }

.advertiserImage {
	width:220px;
	margin-right: 16px;
	float: left;
	text-align: center;
}

table.imageAdmin {
	margin:0 auto;
}

table.imageAdmin td {
	padding: 0 2px;
}

.advertiserImage img {
	max-width:175px;
}

.advertiserImage .removeLink, .advertiserImage .changeLink, .cpHalf .changeLink, .cpHalf .removeLink {
	margin-top: 3px;
	display: inline-block;
}

.advertiserInfo {
	width:400px;
	float: left;
}

.imageUploadValue {
/* 	color:#3B9F9B; */
	color:green;
	display: block;
	margin-top: 8px;
	font-size: 11px;
}

/* company results table
   =================== */
#vendor_search_results {
	position: absolute;
	width: 292px;
}
table.company_dd {
	width: 100%;
	border-spacing: 0;
	border-style:  none none solid none;
	border-collapse: collapse;
	border-width:  0px 0px 0px 0px;
	border-color: #F4F4F4;
	margin-bottom:  2px;
	font-size: 14px;
}
table.company_dd tr {
	background-color: #FFF;
}

table.company_dd th {
	border-width:  0;
	padding: 9px 12px 6px 12px;
	border-style:  none;
	background-color:  #CCC;
	font-weight:  normal;
	text-align: center;
	background-color: #ccc; text-align: center;
}
table.company_dd td {
	border-width:  0;
	padding: 8px 12px 5px 12px;
	border-style:  none;
	text-align: left;
	border-bottom: 1px solid #D3D3D3;
}

table.page {
	width: 100%;
	border-spacing: 0;
	border-style:  none none solid none;
	border-collapse: collapse;
	border-width:  0px 0px 0px 0px;
	border-color: #F4F4F4;
	margin-bottom:  2px;
	font-size: 14px;
}
table.page tr {
	background-color: #FFF;
}

table.page tr.odd {
	background-color: #f9f9f9;
}

table.page span.sale {
	color:red;
	font-weight: bold;
}

table.page tr:hover {
	background-color: #FFD;
}
table.page tr.footer:hover {
	background-color: #FFF;
}

table.page th, table.nopage th {
	border-width:  0;
	padding: 9px 12px 6px 12px;
	border-style:  none;
	background-color:  #CBD4D9;
	font-weight:  bold;
	text-align: left;
}
table.page td, table.nopage td {
	border-width:  0;
	padding: 8px 12px 5px 12px;
	border-style:  none;
	text-align: left;
	border-bottom: 1px solid #D3D3D3;
}
table.page tr.footer td {
	border: 0;
}

table.pageSmall th, table.pageSmall td { font-size: 13px;}

table.nopage td {
	border-bottom: 0;
	font-size: .9em;

}
table.nopage tr {
	background-color: transparent;
}

table.nopage tr:hover {
	background-color: transparent;
}

tr.show {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

td.activeEdit {
	background-color: #ffe;
}

.cpHalf small, .cpHalf label {
	display: block;
	text-align: left;
	padding-bottom: 3px;
}
#partner_logo_wrapper img {
	max-height: 120px;
}
table.imageCenter {
	width: 300px;
	height: 132px;
	background-color:
	#FFF;
	margin-bottom: 6px;
}

table.imageCenter td {
	text-align: center;
	vertical-align: middle;
	padding: 0 6px;
}

table.imageCenter td img {
	max-height:120px;
	max-width:290px;
}

p.submitWrapper {
	line-height: 39px;
}

input.goButton, input.goButton2, input.goButton3, a.goButton3 {
	display: block;
	height: 57px;
	width: 45px;
	background: url(/images/goBtn.png) no-repeat center 12px;
	border: none;
	color:
	#FFF;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-left: 148px;
	cursor: pointer;
}

.leftContent input.goButton {
	background: url(/images/submitBtn.png) no-repeat;
	height: 39px;
	line-height: 38px;
	width: 106px;
	font-size: 14px;
	margin-left: 0;
	margin-top: 0px;
	background-position: center bottom;
	margin-right: 6px;
	float: left;
	border:none;
	color:#FFF;
	font-weight: bold;
	font-style: italic;
	display: block;
	cursor:pointer;
}

.leftContent input.goButton:hover {
background-position: center 3px;
}

input.goButton2 {
	height: 39px;
	margin-left: 0;
	font-size: 14px;
	width: 166px;
	background: url(/images/submitBtn2.png) no-repeat center -42px;
}

input.goButton:hover {
	background-position: center -47px;
}

input.goButton2 {
	height: 39px;
	margin-left: 0;
	font-size: 14px;
	width:166px;
	background: url(/images/submitBtn2.png) no-repeat center -42px;
}

input.goButton3, a.goButton3 {
	height: 39px;
	margin-left: 0;
	font-size: 14px;
	width:246px;
	background: url(/images/submitBtn3.png) no-repeat center -42px;
}

input.goButton2:hover, input.goButton3:hover, a.goButton3:hover {
	background-position: center 1px;
}

a.goButton3 {
	text-decoration: none;
	text-align: center;
	line-height: 36px;
}


input.goButtonShort {
/* 	float: right; */
	background: url(/images/submitBtn.png) no-repeat;
	height:39px;
	line-height: 38px;
	width:106px;
	font-size: 14px;
	margin-left: 0;
	margin-top: 0px;
	background-position: center bottom;
	margin-right: 6px;
	float: left;
	color: #FFF;
	border: medium none;
	cursor: pointer;
	display: block;
	font-style: italic;
	font-weight: bold;
}

input.goButtonShort:hover {
	background-position: center 3px;
}

.vendor-progress .sidebarProgress {
	color:#FFF;
}

.vendor-progress a {
	color:#FFF;
}

#vendorImages .imageAdmin, #affiliationImages .imageAdmin, #affilationImageDefaults .imageAdmin {
float: left;
margin: 3px;
text-align: center;
background-color:
#f9f9f9;
padding: 6px;
border: 1px solid
#ddd;
}

.newCollectionLink {
	font-size: 12px;
}

#image_upload_form div.fieldset, #image_upload_form2 div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}

#image_upload_form div.fieldset span.legend, #image_upload_form2 div.fieldset span.legend {
	position: relative;
	background-color: #E9F2F9;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #333;
}

#image_upload_form div.flash, #image_upload_form2 div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #BBB;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
}

#image_upload_form button,
#image_upload_form input,
#image_upload_form select,
#image_upload_form textarea,
#image_upload_form2 button,
#image_upload_form2 input,
#image_upload_form2 select,
#image_upload_form2 textarea {
	border-width: 1px;
	margin-bottom: 10px;
	padding: 2px 3px;
}



#image_upload_form input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */
#image_upload_form2 input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


#btnSubmit { margin: 0 0 0 155px ; }

.imageAdmin a, .imageAdmin p {
display: block;
margin-top: 0px;
margin-bottom: 3px;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 11px;
}

#categoryAddForm {
	background-color: #FFFFFF;
	padding:16px;
	margin-top: 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#categoryAddForm h3 {
	color:#333;
	float:none;
	padding-bottom: 9px;
}

#categoryAddForm .submitWrapper {padding-top: 20px;}

#categoryAddForm .submitWrapper input {
	background: url(/images/addSmall.png) no-repeat center top;
	height:20px;
	line-height: 20px;
	width:79px;
	font-size: 14px;
	margin-left: 0;
	margin-top: 10px;
	background-position: center bottom;
	margin-right: 6px;
	float: left;
	color: #FFF;
	border: medium none;
	cursor: pointer;
	display: block;
	font-style: italic;
	font-weight: bold;
}

#categoryAddForm .submitWrapper input:hover {
	background-position: center top;
}

#categoryAddForm #errorExplanation p {
	display: none;
}

#categoryAddForm #errorExplanation ul {
	padding-top: 16px;
	padding-left: 0;
}

#vendor_category_results {
	position: absolute;
	z-index:100;
	border: 1px solid #CCC;

}

body.login-bg #fancybox-outer {
	background: transparent !important;
}

body.login-bg .fancy-bg {
	background: transparent !important;
}

.chzn-drop {
	width:194px !important;
}

.chzn-single {
	filter: none !important;
}

.chzn-search input {
	width:159px !important;
}

.largeCouponInner a {
	text-decoration: none;
}

.deals-category {
	margin-top:18px;
	font-size: 20px;
}

.dd-addthis {
	margin-top: 12px;
	margin-left:62px;
}

.dd-detail-addthis {
	margin-top: 18px;
	margin-left:42px;
}

.dd-details, .dd-specifics {
	width:96%;
	padding: 0 2%;
}

.dd-details td {
	vertical-align: top;
}

.dd-info {
	text-align: center;
}

.dd-info h1 {
	color:#333;
	font: bold 26px "Arial Black", arial, helvetica, sans-serif;
	padding-top: 10px;
}

.dd-info img.dd-bus-logo {
	display: inline-block;
	padding: 24px 0 10px 0;
}

.dd-info h3 {
	color:#2D67B1;
	float:none;
	padding:0;
	font: bold 20px "Arial Black", arial, helvetica, sans-serif;
}

.dd-info .red-button {
	width:200px;
	display: inline-block;
	padding: 10px 0;
	margin-top: 20px;
}

td.dd-image {
	width:340px;
}

.dd-image-frame{
	width: 340px;
    display:inline-block;
    position:relative;
    overflow:hidden;
    margin-right: 20px;
}

.dd-image-frame>img{
	width:340px;
    vertical-align:top;
}

.dd-image-frame, .dd-image-frame:before{
    -moz-border-radius:20px;
    border-radius:20px;
}

.dd-image-frame>img{
    -webkit-border-radius:20px;
}

.dd-image-frame:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    margin:-10em;
    border:10em solid #1a1a1a;
}

.dd-specifics {
	margin-top: 20px;
	line-height: 1.5em;
}

.dd-description h2 {
	margin:0;
	padding:0;
	padding-top: 12px;
}

.dd-description h3 {
	float: none;
	display: none;
	margin-bottom: 12px;
}

.dd-description br {
	display: none;
}

.feedflare {
	display: none;
}

.dd-description li {
	margin: 3px 0 3px 20px;
}

.dd-description img {
	display: none;
}

.dd-terms {
	border-top: 1px solid #BBB;
	margin-top: 16px;
	padding-top: 12px;
}

.dd-terms h4 {
	color:#666;
	margin-bottom: 6px;
}

.dd-terms p {
	font-size: 11px;
	/*font-style: italic;*/
	color:#888;
	line-height: 1.5em;
}
.sidebar-deals .coupon {
	background: #FFF;
}

.dd-sidebar-title {
	padding: 9px 6px 9px 0 !important;
	/*font-weight: normal !important;*/
	font-size: 12px !important;
	line-height: 1.5em;
	text-align: left !important;
}

.related-deal-heading {
	font-family: 'Love Ya Like A Sister', cursive;
    color:#E7F157;
    font-size:19px;
    font-weight: normal;
}

.dd-business {
	margin-top: 16px;
	width:100%;
}

.dd-business td {
	text-align: center;
}

/* pagination styles
   ============================= */

.pagination {
	font-size: 15px;
  	padding: .2em;
	margin-bottom: 6px;
	padding-top: 16px;
	clear: both;
}

.pagination a,
.pagination span {
	padding: .2em .5em;
}

.pagination span.disabled {
	display: none;
}

.pagination span.current {
	color: #27CAFD;
	border-radius: 100px;
	border: 1px solid #27CAFD;
}

.pagination a {
  color: #FFF;
  text-decoration: none;
	background-color: #27CAFD;
	border-radius: 100px;
	border: 1px solid #27CAFD;
}

.pagination a:hover, .pagination a:focus {
    border-color: #DB223A;
    background: #DB223A;
}

.pagination a.next_page, .pagination a.prev_page {
	background-color: #fff;
	color: #27CAFD;
	border-color: #FFF;
}

.pagination a.next_page:hover, .pagination a.prev_page:hover {
	color: #DB223A;
}

.bannerNoImage {
	background-color: #FFF;

}

#vendorLocationList, #locationList {
	list-style-type: none;
}

#vendorLocationList li, #locationList li {
	margin: 0 !important;
	/*border-bottom: 1px solid #9B1409;*/
	border-bottom: 1px solid #9B1409;
	padding: 12px 0;
	font-size: 13px;
}

#vendorLocationList li:last-child, #locationList li:last-child {
	border-bottom: none;
}

.dd-redirect {
	text-align: center;
	padding-bottom: 20px;
}

.dd-redirect img {
	width:792px;
	height:381px;
}

.dd-redirect p {
	padding-top: 24px;
}

.dd-unsub {
	background: #FFF url(/images/new/dd-unsub.jpg) no-repeat center top;
	padding: 20px;
	height:228px;
	margin:0;
	border-radius: 7px;
}

.email-prefs .dd-unsub label {
	color:#FFF;
	padding-top: 4px;
	padding-left: 70px;
}

.unsub-wrap {
	background-color: #FFF;
	border-radius: 10px;
	padding-top:3px;
}

.unsub-wrap h2 {
	font-size: 23px !important;
	padding-left: 30px;
	margin-top:32px;
}

.unsub-wrap .email-frequency, .unsub-wrap .email-categories, .unsub-wrap .unsub-email {
	padding-left: 30px;
}

.dd-action-bar {
	background-color: #E51937;
	margin: 8px 18px 8px 0;
	padding: 8px 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.filter-title {
	color:#FFF;
	font-weight: bold;
	line-height: 1em;
}

.dd-action-bar form {
	/*float:left;*/
}

.dd-action-bar .dd-addthis {
	float:right;
	margin-top: -23px;
}

.dd-action-bar table td {
	padding: 3px 0;
	vertical-align: top;
}

.dd-action-bar .addthis_button_facebook, .dd-action-bar .addthis_button_twitter {
	margin-top: 0;
}
.dd-action-bar table td.dd-share-td {
	padding-right: 16px;
}

.dd-provider-logo {
	margin-top: 32px;
}

.email-prefs label.all-perks {
  font-weight: bold;
}

.search-tip {
  font-size:12px;
  display:block;
  margin-left:4px;
  margin-top:3px;
}

.autocomplete-suggestions {
  border: 1px solid #EEE;
  background: #FFF; overflow: auto;
  /*width:300px !important;
  left:740px !important;*/
  box-shadow: 2px 2px 9px #666;
}
.autocomplete-suggestion {
  padding: 6px 9px;
  overflow: hidden;
  border-bottom: 1px solid #CCC;
  color:#333;
  font-size:13px;
}

.autocomplete-suggestion:last-child {
  border-bottom: none;
}

.autocomplete-suggestion small {
  color:#999;
  display:block;
}

.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF !important;
}

.autocomplete-suggestions small strong {
  color: #999;
}

.location-categories li {
  list-style-type: none;
  margin-left: 0 !important;
  max-width: 200px;
}

.location-categories li li {
  list-style-type: square;

  margin: 5px 0 5px 20px !important;
}

.location-categories li ul {
  margin-top: 7px;
}

.location-categories li a {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
	background-color: #00CCFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	display: inline-block;
}

.location-categories li a:hover {
	background-color: #29A0E4;
}

.location-categories li li a {
  font-size: 14px;
  font-weight: normal;
  background: transparent;
  color: #5054A7;
  padding: 0;
  margin-bottom: 0;
  vertical-align: top;
}

.location-categories li li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.location-category-header {
  margin-bottom: 16px;
}

.footer-locations {
  margin-top: 16px;
  text-align: center;
  line-height: 1.5em;
}

.recent-businesses {
  margin-top:20px;
}

.recent-businesses li {
  list-style: none;
  margin-left: 0;
  color:#666;
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}

.recent-businesses li a {
  color: #5054A7;
  font-weight: bold;
  text-decoration: none;
  display:block;
  margin-bottom: 3px;
  font-size: 1.1em;
}

.recent-businesses li a:hover {
  color: #27CBFD;
  text-decoration: underline;
}

.recent-businesses .logo-wrap {
	position: absolute;
	height: 55px;
	width: 75px;
	left:0;
	top:0;
	text-align: center;
}

.recent-businesses img {
	max-height: 55px;
	max-width: 75px;
}

.category-page {
  float: right;
  font-size: 13px;
  color: #999;
  font-weight: normal;
}

.printable-coupon-image {
	display: none;
}

.list-coupon i, .list-coupon em, .largeCouponWrapper i, .largeCouponWrapper em, .coupon-table i, .coupon-table em {
	font-style: normal !important;
}

.largeCouponWrapper b, .largeCouponWrapper strong, .coupon-table b, .coupon-table strong {
	font-weight: normal !important;
}

.largeCouponWrapper .couponTitle, .largeCouponWrapper .couponTitle strong, .largeCouponWrapper .couponTitle b {
	font-weight: bold !important;
}

.adcp-area .header-search, .adcp-area .change-location {
	display: none;
}

.adcp-area .headerBottom {
	height: 150px;
}

.itex-logo {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.itex-logo.show-for-phone {
	margin-top: 20px;
}


.landing-top {
  height: 223px;
  width:100%;
  background-color: #18A2E7;
  position: absolute;
  top:0;
  z-index:0;
}

.landing-wrap {
  position: relative;
  z-index:1;
  top: 5%;
  padding: 0 16px 16px 16px;
}

.landing {
  max-width: 960px;
  background-color: #fff;
  border-radius: 20px;
  padding:30px;
  margin: 0 auto;
}

.landing img {
  max-width: 100%;
}

.landing-left {
  width: 60%;
  float: left;
}

.landing-right {
  width: 40%;
  float: left;
  text-align: center;
}

.landing-right img {
  display: inline-block;
  margin: 30% 0 20px 0;
}

.landing-right .red-button {
  color: #FFF;
  max-width: 250px;
  margin: 10px 5%;
  width: 90%;
  display: inline-block;
}

.landing-right .red-button:hover {
  background-color:#F3EB3B;
  color:#E21E3C;
}

.landing-bottom {
  text-align: center;
  color: #0066CC;
  font-size: 40px;
  font-family: "Righteous";
  box-sizing: border-box;
  padding: 30px 22% 10px 22%;
  -moz-box-sizing: border-box;
}

.headerSocial {
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.multi-locations .headerSocial {
  padding-right: 156px;
}

.change-location {
  background-color: #316AB0;
  right: 16px;
  top:0;
  bottom:0;
  width:100px;
  position: absolute;
  padding: 8px 12px;
  color: #FFF;
}

.change-location span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}

.change-location a {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-left: 0;
  color: #FFF;
}

.show-for-phone, .show-on-phones {
  display: none !important;
}

.header-search, .headerPartnerInfo {
  position: absolute;
  width: 55%;
  right:20px;
  top:46px;
}

.headerPartnerInfo {
  top: 0;
  right:0;
}

.header-search img {
  position: absolute;
  left:20px;
  top: -8px;
}

.header-search .input-wrap {
  background-color: #DF1F33;
  padding: 3px 6px 3px 210px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.header-search input.text {
  width:100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding:10px 12px;
  color:#555;
  border:1px solid #666;
  -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  box-shadow: inset 0px 0px 7px rgba(0,0,0,0.7);
  background: #FFF url(/images/new/search-tip.png) no-repeat center center;
}

.header-search input.text:focus, .header-search input.text:not([value=""]) {
  background-image: none;
}

.home .heading-wrap, #wrapper_site_become_a_partner .heading-wrap {
  background-position: right 4px;
}

.home .heading-wrap h1, #wrapper_site_become_a_partner .heading-wrap h1 {
  font-family: "Luckiest Guy", "Arial Black", arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.width-50 {
  width: 59%;
  float: left;
  padding-right: 1%;
}

.featured {
  float: right;
  padding-right: 0;
  padding-left: 3%;
  width: 37%;
  margin-top: 22px;
}

.featured-biz {
  background-color: #18A2E7;
  border: 1px solid #D7D7E3;
  text-align: center;
  padding: 10px 0 20px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.featured-biz img {
  max-width: 100%;
  max-height: 100px;
  padding: 0 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.featured-biz .featured-detail {
  background-color: #fff;
  margin-top: 6px;
  padding: 12px 20px;
}

.featured-biz .featured-detail a {
  display: block;
  text-align: center;
  color: #00468C;
}

.featured-biz .featured-detail a img {
  display: inline-block;
  max-width: 100%;
}

.featured-biz .featured-detail span {
  display: block;
  padding-top: 8px;
  line-height: 1.5em;
}

.home-categories {
  width: 48%;
  float: left;
  padding: 0 1%;
}

.home-categories li {
  list-style: square;
  margin-bottom: 9px !important;
  margin-left: 15px !important;
  color: #999;
  font-size: 16px;
}

.home-categories li a {
  color: #26A3E4;
  text-decoration: none;

}

.home-categories li a:hover {
  color: #306AB0;
}

.more-button {
  display: inline-block;
  background: #00CCFF url(/images/more-arrow.png) no-repeat 70px center;
  padding: 8px 50px 8px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.more-button:hover {
  background-color: #29A0E4;
}

.signup-form {
  background-color: #2E68B2;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
  margin-bottom: 20px;
}


.signup-form .heading {
  color: #FFFF00;
  font-family: "Luckiest Guy", "Arial Black", arial, sans-serif;
  font-size: 36px;
  display: block;
  text-align: center;
}

.signup-form p.subhead {
  font-weight: bold;
  padding: 0 100px;
  text-align: center;
  font-size: 15px;
}

.signup-left, .signup-right {
  margin-top: 20px;
}

.signup-left {
  border-right: 3px solid #FFF;
  padding-right: 10px;
}

.signup-right {
  padding-left: 30px;
}

.signup-tips, .signup-fields {
  width: auto;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.signup-tips {
  padding-right: 20px;
  margin-top: 5px;
}

.signup-tips span {
  display: block;
  margin-bottom: 6px;
}

.signup-form input[type="text"], .signup-form input[type="password"] {
  width:100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  font-size: 13px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding:8px 6px;
  color:#555;
  border:1px solid #666;
  -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  box-shadow: inset 0px 0px 7px rgba(0,0,0,0.7);
}

.signup-step {
  font-family: "Luckiest Guy", "Arial Black", arial, sans-serif;
  font-size: 20px;
  color: #FFFF00;
}

.signup-step-subhead, .create-account-heading, .signup-thanks {
  font-family: 'Love Ya Like A Sister', 'Marker Felt', 'Comic Sans', cursive;
  color: #FFFF00;
  font-size: 22px;
}

.signup-thanks {
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center;
}

.create-account-heading {
  font-size: 18px;
}

.signup-step-description {
  font-family: 'arial', helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.signup-fields small {
  font-size: 11px;
  font-weight: bold;
  color: #FFFF00;
}

.signup-submit {
  margin-bottom: 0;
}

.become-partner p {
  font-size: 18px;
}

.signup-sidebar .signup-form {
  background: transparent;
}

.signup-sidebar .signup-form .heading {
  font-size: 24px;
  text-align: left;
  margin-bottom: 9px;
}

.signup-sidebar .bold {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}

.signup-form a {
  color: #ffff02 !important;
}

.signup-sidebar .subhead {
  display: none;
}

.signup-sidebar .signup-left, .signup-sidebar .signup-right, .signup-sidebar .signup-tips, .signup-sidebar .signup-fields {
  float: none;
  width:100%;
  padding: 0 3px;
  border:none;
}

.signup-sidebar .signup-tips .signup-step-subhead {
  font-size: 16px;
}

.signup-sidebar input[type="text"], .signup-sidebar input[type="email"], .signup-sidebar input[type="password"] {
  border-color: #2E68B2;
}

.testimonials-heading {
  font-family: "Luckiest Guy", "Arial Black", arial, sans-serif;
  color: #3269B0;
  text-transform: uppercase;
  font-size: 28px;
  display: block;
  margin: 24px 0 24px 10px;
}

ul.testimonials {
  list-style: none;
}

ul.testimonials li {
  padding-left: 122px;
  position: relative;
  margin-left: 10px;
  margin-bottom: 36px;
}

ul.testimonials .testimonial-image {
  width: 112px;
  height: 84px;
  text-align: center;
  position: absolute;
  left:0;
  top:0;
}

ul.testimonials .testimonial-image img {
  border-radius:5px;
}

.testimonial-text {
  display: block;
  min-height: 84px;
}

.testimonial-name {
  color:#3269B0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.testimonial-blurb {
  font-style: italic;
}



.video-container {
  background-color: #2D67B2;
  float: right;
  margin-left: 20px;
  margin-top: -20px;
  width: 36%;
}

.video-container a img {
  width: 100%;
}

.video-container h4 {
  font-family: "Luckiest Guy", "Arial Black", arial, sans-serif;
  font-size: 24px;
  color: #FFFF00;
  font-weight: normal;
  text-align: center;
  padding: 12px 10px 3px 10px;
  margin-bottom: 0;
}

.video-container p {
  padding: 0 10px;
  font-family: 'arial', helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-style: italic;
  margin-top: 0;
  color: #FFFF00;
  text-align: center;
}

p.category-description {
  margin-top: 12px;
}

.mobile-coupons .largeCouponWrapper {
  margin-bottom: 30px;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 960px) {

  .hide-for-phone {
    display: none !important;
  }

  .show-for-phone {
    display: block !important;
  }

  .signup-sidebar {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .signup-sidebar .signup-form {
    background-color: #2E68B2;
    padding: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #FFF;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .signup-sidebar .signup-left, .signup-sidebar .signup-right {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .signup-sidebar .signup-left {
    border-right: 3px solid #FFF;
    padding-right: 30px;
  }

  .signup-sidebar .signup-right {
    padding-left: 30px;
  }

  .headerWrapper, .innerWrapper {
    padding: 0 12px;
  }
  #header {
    width: 100%;
  }
  .headerTop {
    height: auto;
    min-height: 51px;
  }
  .headerBottom {
    padding-bottom: 30px;
  }
  #wrapper_partners_index .headerBottom {
    padding-bottom: 50px;
  }
  .homeLogo{
    padding-bottom: 34px;
    width: 40%;
  }

  .header-search {
    position: absolute;
    width: 55%;
    right:20px;
    top:20px;
  }

  .header-search img {
    top: 40px;
  }

  .header-search .input-wrap {
    padding: 50px 6px 3px 6px;
    margin-top: 30px;
  }
  #nav {
    width: 50%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    right: 25%;
  }
  #nav ul li {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #nav ul.nav {
    width: 100%;
  }
  #nav ul li a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  #nav ul li a:hover {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .nav div.subnav {
    width: 100%;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
  }
  .innerWrapper, #simpleMain, .main, #footer {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .main {
    background: #FFF;
  }

  .leftContent {
    width: 100%;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
  }

  #detailMap {
    width: 100%;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
  }

  .two-wide {
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .vendorDetailSidebar {
    width: 100%;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
  }
  .sidebar-box {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    ;
  }
  .sidebar-box .vendorInfo a {
    color:#3769AD !important;
  }
  .sidebar-box .heading {
    color: #E21E3C;
  }

  .sidebar-box h1, .sidebar-box ol {
    color: #333;
  }

  #locationList li, #vendorLocationList li {
    border-bottom-color: #ccc;
  }

  .largeCouponWrapper {
    padding-top: 0;
  }

  .largeCouponWrapper img {
    max-width: 100%;
  }

  .largeCouponTop {
    width: 100%;
    padding: 6px 4px;
    font-size: 16px;
    position: relative;
  }

  .coupon-vendor-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .coupon-logo {
    display: none;
  }

  .couponInfo {
    padding: 20px 12px 0 12px;
  }

  .couponRight {
    padding-right: 0;
  }

  .largeCouponTable td {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .vendorDetailSidebar h3 {
     background-color: #FFF;
     color:#E51837;
     width:auto;
     padding:0;
     padding-right: 6px;
     margin: 0;
  }

  .headerPartnerInfo {
    top: 16px;
  }
  .partnerBannerImages {
    margin-right: 0;
  }

  #vendorLocationList {
    margin-top: 10px;
  }

  #vendorLocationList li, #locationList li {
    width: 31%;
    /*float: left;*/
    display: inline-block;
    padding: 10px;
    margin-right: 2% !important;
    margin-bottom: 10px !important;
    background-color: #F9F9F9;
    box-sizing: border-box;
    border-bottom: none;
    -moz-box-sizing: border-box;
  }
}

@media (max-width: 800px) {
  .landing-left, .landing-right {
    width: 50%;
  }
  .landing-right img {
    margin-top: 0;
  }
  .landing-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .partnerBannerImages img {
    display:none;
  }
}

@media (max-width: 959px) {
  .most-popular .four-wide:nth-child(4),.most-popular .four-wide:nth-child(8), .newest .four-wide:nth-child(4),.newest .four-wide:nth-child(8) {
    display: none;
  }
}

@media (max-width: 748px) {
  .most-popular .four-wide:nth-child(4),.most-popular .four-wide:nth-child(8), .newest .four-wide:nth-child(4),.newest .four-wide:nth-child(8) {
    display: block;
  }

  .signup-tips, .signup-fields {
    width: 100%;
    float: none;
  }

  .signup-form p.subhead {
    padding: 0 40px;
  }

}

@media (max-width: 700px) {

  #loginFancyLink {
    display: none;
  }

  .headerBottom {
    padding-bottom: 30px;
    text-align: left;
  }
  .defaultBanner {
    height: auto !important;
  }
  .homeLogo{
    width: auto;
    max-width: 100%;
    position: relative;
    margin-top: -40px;
    padding-bottom: 0;
  }

  .header-search, .headerPartnerInfo {
    position: relative;
    width: 96%;
    right:auto;
    left:auto;
    top: auto;
    margin: 10px 2% 20px 2%;
  }

  #wrapper_partners_index .header-search {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .header-search img {
    top: 13px;
    padding: 0 4%;
    left:auto;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .header-search .input-wrap {
    padding: 50px 6px 3px 6px;
    margin-top: -30px;
  }

  .headerPartnerInfo {
    width:96%;
  }

  #vendorLocationList li, #locationList li {
    width: 47%;
    display: inline-block;
    padding: 10px;
    margin-right: 2% !important;
    margin-bottom: 10px !important;
    background-color: #F9F9F9;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {

  .landing-left, .landing-right {
    width: 100%;
    float: none;
  }
  .landing-right img {
    margin-top: 30px;
  }
  .landing-bottom {
    font-size: 24px;
  }

  .largeCouponWrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .largeCouponTable {
    width: 100%;
  }

  .largeCouponTable td {
    display: block;
    width: 100%;
  }

  .largeCouponTable td .couponTitle {
    font-size: 20px;
  }

  .largeCouponBottom table {
    width: 100% !important;
  }
  .largeCouponBottom td {
    width: 100% !important;
  }

  .largeCouponBottom table {
    width: 100% !important;
  }
  .largeCouponBottom td {
    width: 100% !important;
    display: block;
  }

  .largeCouponBottom .red-button {
    margin-left: 0;
  }

  .coupon-share {
    padding-top: 20px;
    text-align: center;
  }

  .width-50 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .featured, .most-popular, .newest, .headerSocial {
    display: none;
  }

  .mobile-social {
    display: block;
    position: absolute;
    right: 10px;
    top:10px;
  }

  .mobile-social img {
    height: 27px;
  }

  .homeLogo {
    width: 60% !important;
    max-width: 220px !important;
    margin-top: -70px;
  }

  .video-container {
    float: none;
    width: 80%;
    margin: 0 auto;
  }

  .video-container p {
    padding-bottom: 10px;
  }

  .signup-form .heading {
    font-size: 28px;
  }

  .signup-form p.subhead {
    text-align: left;
  }

  .become-partner h2 {
    font-size: 20px;
  }
}


@media (max-width: 530px) {
  .leftContent td {
    display: block;
    width: 100%;
  }
  .leftContent td.table-image {
    text-align: center !important;
  }

  div#coupon-list, .two-wide {
    width: 100% !important;
  }

  .list-wide {
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
    position: relative;


  }

  .list-wide .list-coupon {
    display: block;
    width: auto;
  }

  .two-wide, .two-wide .list-wide {
    width: 100%;
  }

  .coupon-left, .coupon-right {
    width: 100%;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .two-wide .list-wide .coupon-left {
    width: 100%;
  }

  .two-wide .list-wide .coupon-right {
    width: 100%;
  }

  .coupon-left {
    padding: 20px 10px 0 10px;
  }

  .coupon-left img {
    margin-bottom: 0;
  }


  .coupon-left .locations, .coupon-left .categories {
    display: none;
  }

  .coupon-left .locations {
    color: #18a2e7;
  }

  .coupon-right .coupon-title {
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .coupon-right .coupon-get {
    position: absolute;
    bottom:2px;
    right: 3%;
    left: 20%;
  }

  .coupon-right .coupon-get span {
    background-color: #fff;
    text-align: center;
    margin: 0;
    width: 58%;
  }

  .two-wide .coupon-right {
    padding-top: 0;
  }

  .two-wide .coupon-right .coupon-get {
    position: absolute;
    bottom:2px;
    right: 3%;
    left: 22%;
  }

  .two-wide .coupon-right .coupon-title {
    font-size: 20px;
    padding-bottom: 6px;

  }

  .two-wide .coupon-right .coupon-text {
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .couponDisclaimer span {
    max-width: 100%;
  }

  .mobile-social {
    display: block;
    position: absolute;
    right: 10px;
    top:5px;
  }

  .hide-on-phones {
    display: none !important;
  }

  .show-on-phones {
    display: block !important;
  }

}

@media (max-width: 504px) {

  #nav {
    width: 70%;
    right: 15%;
  }
  .signup-left, .signup-right, .signup-sidebar .signup-left, .signup-sidebar .signup-right {
    width: 100% !important;
    float: none;
    padding: 0;
    border:none;
  }
  .signup-form p.subhead {
    padding: 0;
  }
}

@media (max-width: 470px) {
  #vendorLocationList li, #locationList li {
    width: 100%;
    display: block;
    padding: 10px;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    background-color: #F9F9F9;
    box-sizing: border-box;
  }
  .listHeader h1, .location-category-header {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
  }
  p.category-description, .leftContent table.detail-description {
    display: none;
  }
  .more-perks {
    display: none;
  }

}

@media (max-width: 320px) {
  .hide-for-super-small {
    display: none !important;
  }

  .nav div.subnav a {
    font-size: 12px !important;
    padding:5px 0 !important;
  }

  .home-categories {
    width: 100%;
  }

  .home .heading-wrap {
    background-position: right 2px;
  }

  .home .heading-wrap h1 {
    font-size: 20px;
  }
}


/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -38px -22px;
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

/* IE */

/* #fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); } */
/* .fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); } */

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

/* .fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); } */

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
