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

 
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	line-height: normal;
	background-image: url(header_rpt_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EFEFEF;
}
.thrColFixHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.thrColFixHdr #container-no-location {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:none;
} 
.thrColFixHdr #header {
	height: 218px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	margin: 0px;
	padding: 0;
	background-image: url(header.jpg);
} 

.thrColFixHdr #header-set-zip {
	height: 155px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 980px;
	margin: 0px;
	padding: 0;
	background-image: url(header-set-zip.gif);
} 

.thrColFixHdr #header-no-location {
	height: 155px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/zponheaderv1-nolocation.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	/* padding: 10px; */
	padding-bottom:10px;
	padding-top:0px;
	padding-left:5px;
	padding-right:0px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 5px;
} 

.thrColFixHdr #mainContent-no-location {
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}

.thrColFixHdr #footer {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
} 


.thrColFixHdr #footer-no-location {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	/* background-color: #FFF;
	border: 2px solid #D62A20; */
} 
.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { 
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
/* ****************************** BOF new 2010 styles **************************** */
#header #logo {
	width:210px;
	height:75px;
	cursor:pointer;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #header-right-container {
	width:390px;
	height:105px;
	padding-top:5px;
	float:right;
	padding-bottom:0px;
	text-align: center;
	padding-right: 0px;
	margin-top: 0;
	margin-right: 55px;
	margin-bottom: 0;
	margin-left: 0;
}

#controls {
	float:left;
	width:980px;
	margin: 0px;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 34px;
}

#home-advertise-buttons {
	float:left;
	width:210px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#home-button {
	float:left;
	width:74px;
	height: 32px;
	padding: 0px;
}

#advertise-button {
	float:left;
	width:130px;
	margin: 0px;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#tina-button-box {
	width:196px;
	height: 60px;
}

#shop-local-button {
	float:left;
	width:86px;
	height: 58px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#shop-both-button {
	float:left;
	width:194px;
	height: 45px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#shop-national-button {
	float:left;
	width:107px;
	height: 58px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

/* rounded corner input boxes */
.searchTextXXXXXXXXXXXXXXXXXXXXXX {
	border-style: hidden;
	border-width: 0px;
	color: #006699;
	/* font-size:8pt; */
	width:195px;
	font-size:14px;
	height: 18px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#searchzipcodeinput {
	color: #006699;
	/* font-size:8pt; */
	width:205px;
	height:32px;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	color:#000000;
	padding-top:0px;
	padding-left:3px;
	background-color:#ffffff;
	border:1px solid #000000;
}

#search_text {
	color: #006699;
	/* font-size:8pt; */
	width:205px;
	height:32px;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	color:#000000;
	padding-top:0px;
	padding-left:3px;
	background-color:#ffffff;
	border:1px solid #000000;
}

.searchrange {
	width:90px;
	margin: 0px;
	font:11pt Verdana,Sans-serif; 
	font-weight:bold; 
	width:110px;
	height:27px;
	padding:3px;
	background-color:#ffffff;
	color:#000000;
	border:1px solid #000000;
}
/* *************************  EOF new 2010 styles ************************ */

/* import 3col-zpon.css */

/* Commonly used to style page titles. */
h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	background-color: #57BE51;
	padding: 10px;
}
/* Commonly used to style section titles. */
h2 {
	color: #FFFFFF;
	color:#006699;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #4870aa;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #4870aa;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #4870aa;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #4870aa;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #039;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 950px;
	/* background-image: url(bg3.png);
	background-repeat: repeat-y; */
	/*
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	*/
}
#outerWrapper #header {
	font-family:Arial, Helvetica, sans-serif;
	/* background-color: #003366; */
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	/*	background-image: url(newheader2.jpg); */
	padding-top:15px;
	padding-right:20px;
	height: 175px;
	/*background-image: url(../images/newheader3.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
/*	background-repeat: no-repeat; */
}
#outerWrapper #contentWrapper #leftColumn1 {
	/* background-color: #d4d4ba; */
	/* background-color: #1177aa; */
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	/* background-color: #d4d4ba; */
	/* background-color: #1177aa; */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	background-color: #006699;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}






/*- Menu 01 sliding doors buttons --------------------------- */

#menu0l ul li {
	list-style:none;
}

#menu01 li {
	list-style:none;
	height: 35px;
}

#menu01 {
	width: 200px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; */  /* new 09102009 */
	}

#menu01 li a {
	height: 23px;
	text-decoration: none;
	width: 181px;
	color:#345362;
	}
		
#menu01 li a:link, #menu01 li a:visited {
	color:#345362;	
	display: block;
	padding: 6px 0 2px 12px;
	/* background:url(menu-buttons-bg.gif) 0 -64px; */
	}
	
#menu01 li a:hover {
	/* color: #ffcc00; */
	/* color:#ffcc00; */
	/* color:#F60; */
	color:#D62A20;
	/* background:url(menu-buttons-bg.gif) 0 -32px; */
	padding: 6px 0px 2px 12px;
	}
	
#menu01 li a.selected {
	background-image: url(cat-btn-off.jpg);
	background-repeat: no-repeat;
	}
	
#menu01 li a.category {
		
	background-image: url(cat-btn-off.jpg);
	background-repeat: no-repeat;
	}
#menu01 li a.currentcategory {
		
	background-image: url(cat-btn-on.jpg);
	background-repeat: no-repeat;
	}	

#menu01 li a.nocoupons {
	/* color: #666; */
	color: #ccc;
	background-image: url(cat-btn-off.jpg);
	background-repeat: no-repeat;	
	/* background:url(menu-buttons-bg.gif) 0 -64px; */
	}
	

#menu01 li a.selected:hover {
	/* color: #FFF; */
	/* color: #FFCC00; */
	/* color:#F60; */
	color:#D62A20;
	/* background:url(menu-buttons-bg.gif) 0 -32px; */

	}

#menu01 li a.nocoupons:hover {
	color: #666;
	/* background:url(menu-buttons-bg.gif) 0 -32px; */
	}

#menu01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu10 img {
    border: none;
} 

.box-title {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(../images/sidebar_topper.jpg);
	height: 28px;
	text-align: center;
	font-variant: small-caps;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D62A20;
}
#rightColumn1 a {
	color: #FFFFFF;
}

#header-no-location a, #header a {
	color: #FFFFFF;
	/* height: 19px;
  	voice-family: "\"}\""; 
  	voice-family: inherit; */
	
	}
		
/* #header a:link, #header a:visited { */
	/* color: #4D4D4D; */
	/* color: #FFFFFF; */
	/* color:#003366; */
	/* display: block; */
/*	background:  url(menu10.gif); */
	/* background:url(mj-menu-buttons-bg-180.gif); */
	/* padding: 8px 0 0 10px; 
	} */
	
/* #header a:hover { */
/* 	text-decoration:underline; */
	/* color: #FF9834; */
	/* color: #FFF; */
	/* color:#FFFF00; */
	/* background:  url(menu10.gif) 0 -32px; */
	/* background:url(mj-menu-buttons-bg-180.gif) 0 -30px; */
	/* padding: 8px 0 0 10px; 
	} */
.merchant-list .merchant-title a {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin: 5px;
	padding: 5px;
}

.thrColFixHdr #container #mainContent #centerContent .merchant-list .cccatbox_container .catbox_mid .catbox_mide .cat_body .catbox-table .catbox-table .catbox-table .merchantAddress .mlogo, .bizcard
/* .merchant-list img  */{
	/* padding: 6px; */
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:6px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.merchant-list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom:0px;
}

.merchant-list span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0;
}

#cat_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* accountants */
#content .merchant-list .merchant-listing .MerchantTitle482 {
	background: url(../images/category_images/cat_title_bg.gif) 0 -60px;
}

.merchant-listing a, .merchant-listing a:link, .merchant-listing a:visited, .merchant-listing a:hover {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	/* height: 19px;
  	voice-family: "\"}\""; 
  	voice-family: inherit; */
	
	}

/*	
.MerchantTitle492 a:hover {
	text-decoration:underline;
	}
*/
.merchant-list .merchant-listing {
	width: 98%;
	border: 1pt none #0099CC;
	margin-bottom: 10px;
	float: left;
}
.merchant-list .merchant-listing .merchantDescription {
	margin-left: 10px;
}

.merchantAddress {
	/* margin-left: 10px; */

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	line-height: normal;
	color: #000000;
}


/*- Category Title sliding doors buttons --------------------------- */

.merchant-listing ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.merchant-listing ul li {
	list-style:none;
	width: 516px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.merchant-listing li {
	list-style:none;
}

.merchant-listing {
	width: 516px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	}

.merchant-listing li a {
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}
		
.merchant-listing li a:link, .merchant-listing li a:visited {
	/* color: #4D4D4D; */
	/* color: #FFFFFF; */
	/* color:#003366; */
	display: block;
/*	background:  url(menu10.gif); */
	/* background:url(mj-menu-buttons-bg-180.gif); */
	background: url(../images/category_images/cat_title_bg.gif) 0 -30px;
	padding: 0px 0 0 40px;
	}
	
.merchant-listing li a:hover {
	/* color: #FF9834; */
	/* color: #FFF; */
	/* color:#FFFF00; */
	/* background:  url(menu10.gif) 0 -32px; */
	/* background:url(mj-menu-buttons-bg-180.gif) 0 -30px; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -0px;
	padding: 0px 0 0 40px;
	}

.merchant-listing li a.selected {
	/* color: #FF9834; */
	/* color: #FFF; */
	/* background:url(mj-menu-buttons-bg-180.gif) 0 -60px; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -60px;
	/* background:url(siteimages/menu-buttons-bg2.gif) 0 -64px; */
	/* padding: 4px 0 0 10px; */
	}

#content #locationWelcomeMessage {
	background-image: url(/images/adslides/welcomebg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
#content #locationWelcomeMessage h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
	width: 510px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* replacing ID with class */
 #centerContent #wordpress-content {
	border: 3px solid #c3c3c3;
	padding: 5px;
	margin-top: 10px;
	float:left;
	width: 490px;
}
#content #wordpress-content h1 a {
	font-size: 16px;
	font-weight: bold;
	color: #0033cc;
}

#centerContent .wordpress-content {
	border: 3px solid #c3c3c3;
	padding: 5px;
	margin-top: 10px;
	float:left;
	width: 490px;
}
#content .wordpress-content h1 a {
	font-size: 16px;
	font-weight: bold;
	color: #0033cc;
}

#centerContent .wordpress-content-cat {
	border: 3px solid #c3c3c3;
	padding: 5px;
	margin-top: 10px;
	/* float:left; */
	width: 490px;
}
#content .wordpress-content-cat h1 a {
	font-size: 16px;
	font-weight: bold;
	color: #0033cc;
}
#centerContent .wordpress-content-cat p {
padding:0;
margin:0;
}
.bizcard {
	clear: left;
	text-align: center;
}
#content .businesscardlistings {
	float: left;
	width: 530px;
}

/* begin category box style */
.cccatbox_container{margin-bottom:15px;}

.cat_body {
	padding-left:15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*
	border:thin;
	border-color:#33FF99;
	border-style:solid;
	*/
}

.catbox-table {
  width: 100%;
}

.catbox-table tr {
  border: none;
  padding: 0;
  margin: 0;
  
}

.catbox-table td {
  border: none;
  padding: 0;
  margin: 0;
  
}


.catbox_n {
	background-color:#7AA1A6;
}
.catbox_head {
	background-color:#BECFF3;
	/* background-color:#FF00FF; */
	height:32px;
	padding-left:15px;
	margin-top:-6px;
	padding-top:0px;
	background-repeat: repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7AA1A6;
	border-right-color: #7AA1A6;
	border-bottom-color: #000099;
	border-left-color: #7AA1A6;
}
.catbox_n .catbox_e {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:6px;
}
.catbox_n .catbox_w {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:6px;
}
.catbox_s .catbox_e {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:10px;
}
.catbox_s .catbox_w {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:10px;
}
.catbox_n .catbox_e {
	right:-1px;
	background-image: url(cat-title-box-tr-bg.gif);
	/* background-image: url(CategoryTopRgtBlue.gif); */
	background-repeat: no-repeat;
	background-position: right top;
}
.catbox_n .catbox_w {
	left:-2px;
	width:6px;
	background-image: url(cat-title-box-tl-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.catbox_s {
	background-color:transparent;
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 1px;
}
.catbox_s .catbox_e {
	background:transparent url(CategoryBottomRGrey.gif) no-repeat scroll bottom right;
	bottom:-1px;
	right:-1px;
}
.catbox_s .catbox_w {
	background:transparent url(CategoryBottomLGrey.gif) no-repeat scroll bottom left;
	left:-2px;
	width:10px;
}

.catbox_mid {
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px;
}
.catbox_mide {
	width:auto;
}
.catbox_head .cat_title {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003399;
	font-size: 18px;
	line-height: 28px;
}

/* end   category box style */





/* begin category box title area style */
.cccatbox_header_container{margin-bottom:15px;}

.cat_header_body {
	padding-left:15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*
	border:thin;
	border-color:#33FF99;
	border-style:solid;
	*/
}

.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .category-title {
	font-size: 18px;
	background-color: #6583C3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent #centerContent {
	margin-top: 0px;
	width: 772px;
}
.thrColFixHdr #container #mainContent #centerContent #locationWelcomeMessage {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
#category-header {
	border: 1px solid #999999;
	padding: 0px;
	margin-bottom: 10px;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 530px;
	/* border-width: 1px 0; */
	position: relative;
	/* top: 146px; */
	top: 18px;
	height: 34px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero { /*aero button CSS*/
/* background: transparent url('zpon_navleft_dk.gif') no-repeat top left; */
background: transparent url('zpon_navleft_x2.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-top:0px;
padding-left: 10px; /* Width of left menu image */
padding-bottom:0px;
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
/*this and next two rules control opacity of buttons before hover*/
/*
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
opacity: 0.5;
-moz-opacity: 0.5;
*/
/* better but not css compliant */
/*
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
*/
}

a.aero span{
	color: #ffcc00;
}
.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active {
/* color: white; *//*button text color*/
color: #ffcc00;
}

.aerobuttonmenu a.aero span{
/* background: transparent url('zpon_navright_dk.gif') no-repeat top right; */
background: transparent url('zpon_navright_x2.gif') no-repeat top right;
display: block;
/* padding: 4px 10px 6px 0;*/ /*Set 10px here to match value of 'padding-left' value above*/
padding: 3px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
 /*this and next two rules control opacity of buttons during hover*/
 /*
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity: 1;
-moz-opacity: 0.99;
*/
text-decoration: none;
background: transparent url('zpon_navleft_x2.gif') no-repeat bottom left;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
/* color: yellow; */
color: #FFF;
background: transparent url('zpon_navright_x2.gif') no-repeat bottom right;
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

/* replacing ID with class */
.thrColFixHdr #container #mainContent #centerContent #wordpress-content h1 {
	font-size: 16px;
	color: #7AB700;
}


.thrColFixHdr #container #mainContent #centerContent .wordpress-content h1 {
	font-size: 16px;
	color: #7AB700;
}

.catbox_head_row2 {
	background-color:#EFEFEF;
	/* background-color:#FF00FF; */
	height:20px;
	/* padding-left:15px;
	margin-top:-6px;
	padding-top:0px;
	background-image: url(cat-title-bg-bg.gif);
	background-repeat: repeat;
	background-position: bottom; */
	/* border-top-width: 1px; */
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	/* border-top-style: solid; */
	border-right-style: solid;
	border-bottom-style: solid; 
	border-left-style: solid;
	/* border-top-color: #7AA1A6; */
	border-right-color: #ccc;
	border-bottom-color: #ccc; 
	border-left-color: #ccc;
}

/* footer link style */
#footer-links a:link {
	color: #036
} /* unvisited link */
#footer-links a:visited {
	color: #036
} /* visited link */
#footer-links a:hover {
	color: #036;
	text-decoration: underline;
} /* mouse over link */
#footer-links a:active {
	color: #036
} /* selected link */

#footer #footer-links {
	color: #036;
	text-align: center;
	padding-top:40px;
	padding-bottom:15px;
}
/* replaceing ID with class */
.thrColFixHdr #container #mainContent #centerContent #wordpress-content .ad-package .adtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.thrColFixHdr #container #mainContent #centerContent #wordpress-content .ad-package .adbody {
	padding: 5px;
}
.thrColFixHdr #container #mainContent #centerContent #wordpress-content .ad-package {
	float: left;
	padding-bottom: 10px;
}

.thrColFixHdr #container #mainContent #centerContent #wordpress-content p {
padding:0;
margin:0;
}


.thrColFixHdr #container #mainContent #centerContent .wordpress-content .ad-package .adtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.thrColFixHdr #container #mainContent #centerContent .wordpress-content .ad-package .adbody {
	padding: 5px;
}
.thrColFixHdr #container #mainContent #centerContent .wordpress-content .ad-package {
	float: left;
	padding-bottom: 10px;
}

.thrColFixHdr #container #mainContent #centerContent .wordpress-content p {
padding:0;
margin:0;
}

.thrColFixHdr #container #mainContent #centerContent #locationWelcomeMessage .wordpress-content h2 {
	text-align: center;
}
#category-blog-wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.thrColFixHdr #container #header #header-banner-ad {
	padding: 0px;
	height: 60px;
	width: 530px;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#mainsearchbox {
	height:25px;
	width:380px;
	margin: 0px;
	float: left;
	padding: 0px;
}

#searchformbox {
	float:left;
	height:32px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}

#searchformbox #searchtext {
	float:left;
	height:26px;
	width:210px;
	text-align:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#dosetzipcode {
	float:left;
	height:32px;
	width:80px;
	text-align:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}



#searchrange {
	width:120px;
	float:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 41px;
	text-align: left;
	height: 19px;
}

.coupon {
	/* width: 246px; */
	width: 180px;
	float: left;
	overflow: hidden;
	height: 175px;
	border: 1px solid #FFF;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(coupon_offer_bg_x4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
.coupon .coupon_title {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	overflow: hidden;
	width: 246px;
	height: 16px;
}
.coupon .coupon-row2-container .coupon-logo {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.coupon-list {
	width:753px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}
.coupon-list .coupon .coupon-row2-container .coupon-description {
	float: left;
	height: 50px;
	width: 100px;
	padding: 2px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.coupon .coupon-row3-container {
	height: 10px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* auto complete */
div.autocomplete {
  position:absolute;
  width:180px;
  border:1px solid #888;
  margin:1px;
  padding:1px;
  /* background-color:#036; *//* dk blue */
  background-color:#D62A20; /* cliff red */
}

div.autocomplete ul {
  list-style-type:none;
  margin:1px;
  padding:1px;
  background-color:#D62A20; /* background-color:#036; *//* dk blue */
}

div.autocomplete ul li.selected { background-color: #000; /* background-color: #F90; *//* orange */}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px;
  padding:2px;
  cursor:pointer;
  text-decoration:none;
  color:white;
}

div.autocomplete ul li a {
	outline: none;
	/* background-color:#FFFF99; */
	text-decoration:none;
	/* display:block; */
	/* padding:2px 0 2px 15px; */
	/* border-bottom:1px solid #f2f2f2; */
	/* font:bold 10px arial,helvetica,sans-serif; */
	/* color:#999; */
	/* color:#000; */
	color:#FFFFFF;
	display:block;
}

div.autocomplete ul li a:hover {
	/* background:url(../images/go_partner.gif) 645px 25px no-repeat #fff; */
	/*  background-color:#FFCC00; */
	/* border-bottom:1px solid #ccc; */
	/* color:#336699;		 */
	color:#FFFFFF;
	display:block;
}
#testhide {
	background-color:#FFC;
}
.coupon-viewcoupon {
	height: 37px;
	width: 35px;
	background-color: #FF0000;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}
.first-row-container {
	float: left;
	height: 25px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.third-row-container {
	float: left;
	height: 44px;
	width: 180px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.third-row-button {
	float: left;
	height: 35px;
	width: 35px;
	text-align: center;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
}
.couponText {
	width: 180px;
	font-size: 16px;
	color: #fff;
	/* height: 150px; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
	text-transform: uppercase;
}

.first-row-offer {
	width: 100%;
	font-size: 16px;
	/* color: #FFF;   */
	color: #FFF;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 22px;
	padding: 0px;
	text-transform: uppercase;
	font-style: italic;
	margin: 0px;
}

.third-row-offer {
	width: 180px;
	font-size: 16px;
	/* color: #FFF;   */
	color: #000;
	background-repeat: no-repeat;
	height: 22px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 22px;
	padding: 0px;
	text-transform: uppercase;
	font-style: italic;
	border: thin solid #FF0000;
	margin: 0px;
}


/* PRINT COUPON */
#samplecoupon {
	background-color: #EAEFF5;
	padding: 10px;
	text-align: center;
}

#citydiv, #statediv, #zipcodediv, #searchdiv, .menudiv {
	padding: 5px;
	margin: 0px;
}

.clearall {
	clear:both;
}

.warningMessage {
	font-size: 18px;
	color: #FF0000;
}

.CouponListingText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	padding: 6px;
	margin-top: 10px;
	line-height: 20px;
}

.package-module-content {
	background-image:url(../advertise/package_bg.gif);
	background-repeat:no-repeat;
	height:280px;
	width:255px;
	font-style:italic;
	font-weight:bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	text-align: center;
	line-height: normal;
}

.error {
	color: #FF9900;
	font-size: 150%;
	font-weight: bold;
	list-style-image: url(warning_icon.gif);
	background-image: url(warning_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top:10px;
	height: 22px;
	padding-right: 0px;
	padding-bottom: 10px;
	
}
.currently-viewing {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding: 4px;
}

.CouponListingTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
}
.CouponListingCompanyName {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	height: 20px;
	overflow: hidden;
}
.CouponListingCompanyPhone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	line-height: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 16px;
	overflow: hidden;
}
.CouponListingSubText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 5px;
	height: 50px;
	overflow: hidden;
}
.CouponListingExpire {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #993300;
}

.couponBorder {
	/*	border-color: #FFCC66; */
	padding: 6px;
	border: 3px dashed #003399;
	background-color: #FFF;
	height: 100%;
	
}

.CouponListingAddress {
	margin-left: 10px;
	padding-left: 10px;
}
#topDecoration {
	background-image: url(site_bg.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.instruction {
	font-size: 16px;
	font-weight: bold;
}
#control-links {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#control-links div a {
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	/* height: 19px;
  	voice-family: "\"}\""; 
  	voice-family: inherit; */
	
	}
#advertise {
	background-color: #FFF;
	float: left;
	width: 660px;
}

.packagePrice {
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}

.loginbox {
	padding-left:10px;
	width:180px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.loginboxbottom {
	border:1px solid #D62A20;
	padding-left:5px;
	background-color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	text-align: center;
}
.LeftSearchBox {
	background-image: url(../images/search_coupons.jpg);
	height: 38px;
	width: 180px;
	padding-top: 26px;
	text-align: center;
	background-repeat: no-repeat;
	margin-left: 12px;
}
.LeftSearchBox-nolocation {
	background-image: url(../images/search_coupons-nolocation.jpg);
	height: 63px;
	width: 180px;
	padding-top: 21px;
	text-align: center;
	background-repeat: no-repeat;
	margin-left: 12px;
}
.LeftSearchBox .search_form {
	margin: 0px;
	padding: 0px;
}
.LeftSearchBox .search_form #search_string {
	width: 150px;
	margin-bottom: 5px;
}
.WADADataTable th{
	font-weight: bolder;
	color: #000000;
	text-align: right;
}
#couponCreator {
	float: left;
	width: 100%;
	background-image: url(../images/coupon-o-matic.jpg);
	background-repeat: no-repeat;
	height: 575px;
}
#couponDetailsCreator {
	float: left;
	width: 700px;
	background-image: url(../images/coupon-details.jpg);
/*
	background-repeat: repeat;
	height: 695px;
*/
}
.loginboxbottom ul {
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.loginboxbottom li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
td.CouponLogo {
	width: 200px;
}
.tableTitle {
	font-size: 16px;
	font-weight: bold;
}
#sidebar1 h1 {
	/* background-color: #E2E2E2; */
	background:none;
	color: #333;
	text-align: center;
	font-size: 14px;
}
#breadcrumbs {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color:#C91C15;
	text-align:center;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 27px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 99%;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
}

#pageDescription {
	margin-left:210px;
}

.seperator {
	height:40px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	background-image: url(coupon-divider.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#searchzipcode {
	float: left;
	width: 240px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer-container {
	background-image: url(footer_rpt_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.full-coupon {
	padding: 0px;
	height: 221px;
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium dashed #039;
}
.full-coupon-header {
	background-image: url(coupon-page-top.jpg);
	padding: 0px;
	height: 70px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.full-coupon-title-offer {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.buttons {
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 40px;
}
.coupon-full-button {
	width: 162px;
	float: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.full-coupon-left-container {
	float: left;
	width: 200px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.full-coupon-right-container {
	float: left;
	height: 241px;
	width: 450px;
	overflow: hidden;
}
.full-coupon-name {
	font-size: 30px;
	color: #006EB3;
	text-transform: uppercase;
	text-align: center;
	background-color: #EBDCD3;
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 35px;
}
.full-coupon-description {
	font-size: 13px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
	border: 1px solid #EBDCD3;
	height: 85px;
}
.CouponListingCompanyAddress {
	font-size: 14px;
	color: #333333;
	text-align: center;
	height: 45px;
	overflow: hidden;
	font-weight: bold;
}
.CouponListingExpires {
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
.CouponMiniLogo {
	height: 35px;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	padding: 0px;
}
.copoun-page-biz-name {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	color: #FFFFFF;
	overflow: visible;
	background-color: #4D9ACE;
}

IMG.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

.full-coupon-top-half {
	width:100%;
	height:160px;
}
#friendlyMessage {
	font-size: 16px;
	font-weight: bold;
}

