_body {
	behavior: url( "../JS/csshover3.htc" );
}
body, input, select, textarea {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; /* font-family: Arial, Helvetica, sans-serif; */
}
body {
	color: #bcbdc1;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
input, select, textarea {
	font-size: 0.9em;
	color: #333;
}
img {
	border: none;
}
p {
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1em;
}
h2.gold, .content_pane h2.gold{ color:#d1a739; font-weight:normal; margin-bottom:0px;}


.gold_txt {
	color: #d1a739;
}
.red_txt {
	color: #ff0000;
}
a:active {
	outline: none;
}
a, a:visited {
	color: #f3d17c;
	text-decoration: none;
}
a:hover {
	color: #f3d17c;
	text-decoration: underline;
}
.small_txt, .small_text {
	font-size: 0.8em;
}
.wrapper {
	width: 990px;
	margin: auto;
	position: relative;
}
.hdr {
	background-color: #000;
	height: 93px;
	overflow: visible;
}
.logo, .logo_detail {
	background: none;
	width: 217px;
	height: 141px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.logo_detail {
	width: 221px;
	height: 153px;
	display: block;
}
.hdr_tools {
	text-align: right;
	padding: 7px 11px 0px 0px;
	width: 979px;
}
ul.tools {
	float: right;
	width: auto;
	height: 28px;
}
ul.tools li {
	white-space: nowrap;
}
ul.tools a span, ul.topnavList a span {
	display: none;
}
.btn_register, .btn_login, .btn_updateDetail, .btn_logout {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}
.btn_register {
	background-image: url(../Images/btn_register.gif);
	width: 64px;
}
.btn_register:hover {
	background-image: url(../Images/btn_register_ov.gif);
}
.btn_updateDetail {
	background-image: url(../Images/btn_updateDetail.gif);
	width: 80px;
}
.btn_updateDetail:hover {
	background-image: url(../Images/btn_updateDetail_ov.gif);
}
.btn_login {
	background-image: url(../Images/hdr_login.gif);
	width: 100px;
	margin-right: 10px;
}
.btn_logout {
	background-image: url(../Images/btn_logout.gif);
	width: 100px;
	margin-right: 10px;
}
.btn_logout:hover {
	background-image: url(../Images/btn_logout_ov.gif);
}
.lblWelcome {
	display: block;
	color: #a88531;
	padding: 7px 20px 0px 0px;
	font-size: 13px;
	text-transform: uppercase;
}
.searchBox {
	background-image: url(../Images/hdr_search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	height: 24px;
	padding: 3px 5px 0px 5px;
}
.searchBox input {
	background: none;
	border: none;
	width: 114px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 3px 0px 0px 3px;
}
.searchDropDown {
	padding: 4px 0px 0px 5px;
	float: left;
}
input.btn_search, input.btn_event_search {
	display: block;
	border: none;
	background: none;
	background-image: url(../Images/hdr_serach_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
	height: 28px;
	cursor: pointer;
}
input.btn_event_search {
	background-image: url(../Images/btn_event_submit.gif);
	width: 35px;
	height: 36px;
}
/* login box overlay */
.loginPane {
	width: 240px;
	clear: both;
	position: absolute;
	top: 7px;
	right: 48px; /*right:39px; */
	z-index: 999;
	display: none;
}
img.loginPaneHdr {
	display: block;
	clear: both;
	cursor: pointer;
}
.loginPane_Inner {
	background-image: url(../Images/loginbox_bg_end.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	clear: both;
	width: 240px;
	text-align: left;
	font-size: 14px;
	padding-bottom: 1px;
}
.errorContent {
	background-image: url(../Images/loginbox_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 10px 10px 10px;
	width: 220px;
	float: left;
	clear: both;
}
.errorContent, .errorContent span {
	color: #F00;
}
.loginPane_Inner .ErrorText {
	display: block;
	clear: both;
	padding: 0px 0px 10px 0px;
	color: #F00;
}
.loginPane_Inner fieldset {
	display: block;
	border: none;
	padding: 10px 10px 15px 10px;
	width: 220px;
	float: left;
	clear: both;
}
.loginPane_Inner p {
	margin-bottom: 1em;
}
.loginPane_Inner fieldset label span {
	display: none;
}
label.userName, label.passWord, label.lbl_forgotPW {
	display: block;
	background-image: url(../Images/lbl_username.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	clear: both;
	height: 16px;
}
label.passWord {
	background-image: url(../Images/lbl_password.gif);
}
label.lbl_forgotPW {
	background-image: url(../Images/lbl_forgotPW.gif);
	height: 20px;
}
.loginField {
	background-image: url(../Images/login_input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
	padding: 3px 5px 0px 10px;
	width: 205px;
	height: 30px;
	clear: both;
}
.loginField input {
	background: none;
	border: none;
	background-image: url(../Images/spacer.gif);
	width: 180px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.login_btn_section {
	padding: 3px 0px 0px 0px;
}
.login_btn_section .btn_row, .btn_row {
	padding: 5px 0px 0px 0px;
}
.login_btn_section a {
	color: #BF9742;
	font-size: 13px;
	text-decoration: none;
}
.login_btn_section a:hover {
	text-decoration: underline;
}
.btn_login_sprite {
	border: none;
	background: none;
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/login_btn_sprite.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 83px;
	height: 22px;
	float: right;
	cursor: pointer;
}
.btn_login_close {
	background-position: 0 0;
	width: 55px;
	height: 22px;
}
.btn_login_close:hover {
	background-position: 0 -72px;
	width: 55px;
	height: 22px;
}
.btn_login_submitlogin {
	background-position: 0 -144px;
	width: 83px;
	height: 22px;
}
.btn_login_submitlogin:hover {
	background-position: 0 -216px;
	width: 83px;
	height: 22px;
}
.btn_login_submit {
	background-position: 0 -288px;
	width: 83px;
	height: 22px;
}
.btn_login_submit:hover {
	background-position: 0 -360px;
	width: 83px;
	height: 22px;
}
.topnav {
	padding: 23px 11px 0px 231px;
	width: 750px;
}
ul.topnavList {
	float: left;
	/* width: auto; */
	width:100%;
}
ul.topnavList li { padding:0px 10px;}
ul.topnavList li a, ul.topnavList li a.nav_puppy {
	display: block;
	background: url(../Images/nav_sprite.gif) no-repeat top left;
	height: 12px;
	padding: 10px 11px 10px 11px;
}
ul.topnavList li a.nav_menu {
	background-position: 0 -620px;
	width: 100px;
}
ul.topnavList li a.nav_menu:hover {
	background-position: 0 -682px;
}
ul.topnavList li a.nav_healthy {
	background-position: 0 -248px;
	width: 104px;
}
ul.topnavList li a.nav_healthy:hover {
	background-position: 0 -310px;
}
ul.topnavList li a.nav_two_us {
	background-position: 0 -744px;
	width: 96px;
}
ul.topnavList li a.nav_two_us:hover {
	background-position: 0 -806px;
}
ul.topnavList li a.nav_find_breed {
	background-position: 0 -124px;
	width: 86px;
}
ul.topnavList li a.nav_find_breed:hover {
	background-position: 0 -186px;
}
ul.topnavList li a.nav_media {
	background-position: 0 0;
	width: 102px;
	padding-right: 0px;
}
ul.topnavList li a.nav_media:hover {
	background-position: 0 -62px;
}

ul.topnavList li a.nav_promo {
	background-position: 0 -372px;
	width: 70px;
	padding-right: 0px;
}

ul.topnavList li a.nav_promo:hover {
	background-position: 0 -434px;
}

ul.topnavList li a.nav_puppy {background-position: 0 -496px; width: 40px;}

ul.topnavList li a.nav_puppy:hover {background-position: 0 -558px;}

ul.topnavList li a.nav_puppy {
	background: url(../Images/mainnav_puppy_sprite.gif) 
	background-position: 0 0; width: 35px;
}
ul.topnavList li a.nav_puppy :hover { background-position: 0 -60px; width: 35px; height: 10px; } 


.flash_section {
	background-color: #000;
}
.flash_block {
	float: left;
	width: 322px;
	padding-right: 12px;
	overflow: hidden;
}
/*home page banner tiles */

ul.home_btn_pic_list li {
	padding-right: 14px;
	width: 320px;
	height: 216px;
}
ul.home_btn_pic_list li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 216px;
}
ul.home_btn_pic_list li a span {
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 2px;
	right: 7px;
	overflow: hidden;
}
.btn_home_tiles_sprite {
	background: url(../Images/btn_home_tiles_sprite.png) no-repeat top left;
}
.btn_join_now {
	background-position: 0 0;
	width: 157px;
	height: 31px;
}
.btn_join_now:hover {
	background-position: 0 -81px;
	width: 157px;
	height: 31px;
}
.btn_veiw_selection {
	background-position: 0 -162px;
	width: 157px;
	height: 31px;
}
.btn_veiw_selection:hover {
	background-position: 0 -243px;
	width: 157px;
	height: 31px;
}
.btn_view_selection2 {
	background-position: 0 -324px;
	width: 119px;
	height: 22px;
}
.btn_view_selection2:hover {
	background-position: 0 -396px;
	width: 119px;
	height: 22px;
}
.btn_whaton {
	background-position: 0 -468px;
	width: 157px;
	height: 31px;
}
.btn_whaton:hover {
	background-position: 0 -549px;
	width: 157px;
	height: 31px;
}
.btn_view_guide {
	background-image: url(../Images/btn_viewguide_sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0; 
	width: 143px; height: 31px; 
}
.btn_view_guide:hover { background-position: 0 -81px; width: 143px; height: 31px; } 

.btn_enter_comp { 
	background-image: url(../Images/btn_enter_comp_sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0; 
	width: 141px; height: 31px; 
} 
.btn_enter_comp:hover { background-position: 0 -81px; width: 141px; height: 31px; } 

.footer {
	padding: 30px 0px;
	font-size: 0.7em;
}
.footer ul, .footer ul li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 0.2em 0px;
}
.footer ul {
	/* width:106px; Use this when all section ready */
	/* width: 115px; */
	width:132px;
	padding-right: 10px;
	float: left;
}
.footer ul li {
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
.footer ul li strong {
	font-weight: normal;
	color: #bf9742;
}
.footer ul li a, .footer ul li a:visited {
	color: #625235;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer_end {
	text-align: center;
	padding: 30px 0px 0px 0px;
	color: #625235;
}
/* detail page style */
.detail .topnav {
	border-bottom: 1px solid #363738;
}
.detail ul.topnavList li a {
	padding-bottom: 5px;
}
.col_left {
	padding: 60px 0px 0px 0px;
	width: 246px;
}
.col_right {
	/* 	padding:0px 25px; 	width:694px; 	*/
	padding: 0px 15px 0px 30px;
	width: 699px;
}
.leftMenu {
	background-image: url(../Images/submenu_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 19px;
	width: 229px;
	margin-left: 16px;
	display: inline;
}
.leftMenu_Inner {
	background-color: #000;
	border-right: 1px solid #515254;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	width: 218px;
	clear: both;
}
.leftMenu_Inner ul, .leftMenu_Inner ul li {
	list-style: none;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.leftMenu_Inner ul li {
	/* margin-bottom:8px; */
	overflow: hidden;
}
.leftMenu_Inner ul li a {
	display: block;
	text-transform: uppercase;
	color: #a88531;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 0px 5px 20px;
	width: 198px;
}
.leftMenu_Inner ul li a.on, .leftMenu_Inner ul li a:hover {
	color: #f3d17c; /* font-weight:bold; */
	background-image: url(../Images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftMenu_end {
	background-image: url(../Images/submenu_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	clear: both;
}
.banner_left {
	padding: 55px 0px 20px 0px;
	clear: both;
}
.banner_left img {
	display: block;
	margin-bottom: 20px;
}
.bodyPane, .bodyPane_Inner {
	background-image: url(../Images/bg_bodyPane.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bodyPane_Inner {
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 100px;
}
.breadcomb, .breadcomb a {
	color: #a88531;
	text-decoration: none;
	font-size: 12px;
}
.breadcomb a:hover {
	text-decoration: underline;
}
.breadcomb {
	padding: 15px 0px 3px 20px;
	width: auto;
	clear: both;
}
.content_pane {
	/*padding:20px 0px 40px 30px; 	width:664px;*/
	padding: 20px 0px 40px 20px;
	width: 630px; /* width:679px; */
	float: left;
	overflow: hidden;
}
.content_pane h1 {
	margin-bottom: 0.5em;
	text-transform: uppercase;
	color: #e9e9e9;
}
.content_pane h2 {
	/* font-weight:lighter; */
	margin-bottom: 0.5em;
	text-transform: uppercase;
	text-transform: none;
}
.content_pane p {
	/* font-size:1.45em;*/
	margin-bottom: 1.1em;
}
/* generic box pane sprite */
.box_pane_sprite {
	background: url(../Images/box_content_sprite.png) no-repeat top left;
	background-repeat: no-repeat;
	background-position: 0 -56px;
	width: 642px;
	padding-top: 17px;
}
.box_pane_end {
	background-position: 0 0;
	height: 6px;
}
.box_pane_inner {
	border-left: 1px solid #c49e53;
	border-right: 1px solid #c49e53;
	background-color: #000;
	padding: 0px 20px;
	width: 600px;
}
.formfield_sprite {
	background: url(../Images/formfield_sprite.gif) no-repeat top left;
}
.input_bg_long {
	background-position: 0 0;
	width: 336px;
	height: 22px;
	padding: 3px 5px 0px 5px;
}
.input_bg_long input {
	width: 320px;
	background: none;
	border: none;
}
.txtArea_bg {
	background-position: -386px 0;
	width: 336px;
	height: 4px;
}
.txtArea_bg_top {
	background-position: -1158px 0;
	width: 336px;
	padding-top: 3px;
}
.txtArea_bg_fix {
	background-image: url(../Images/txtArea_bg_fix.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 336px;
	height: 91px;
	padding: 3px 5px 3px 5px;
}
.txtArea_bg_fix textarea {
	width: 325px;
	height: 85px;
	background: none;
	border: none;
	overflow: auto;
	overflow-x: hidden;
}
.product_pane, .product_pane_end {
	background-image: url(../Images/prd_pane_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
}
.product_pane_end {
	background-image: url(../Images/prd_pane_end.gif);
	height: 10px;
	width: 630px;
	clear: both;
}
.product_pane_inner {
	border-left: 1px solid #464649;
	border-right: 1px solid #464649;
	padding: 0px 0px 20px 20px;
	width: 608px;
	background-image: url(../Images/prd_pane_inner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	overflow: visible;
}
/*
.product_pane_inner a {
	display:block;
	width:132px;
	float:left;
	padding:0px 20px 20px 0px;
	margin:0px;
	overflow:hidden;
	color:#f3d17c;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
}
.product_pane_inner a:hover {text-decoration:underline;}
.product_pane_inner a img {display:block; clear:both; padding-bottom:10px; margin:auto;}
*/
.product_pane_inner .tbl_productList_item {
	display: block;
	float: left;
	width: 132px;
	margin: 0px 20px 20px 0px;
}
.product_pane_inner .tbl_productList_item td {
	width: 132px;
}
.product_pane_inner .tbl_productList_item td img {
	display: block;
	padding-bottom: 10px;
	margin: auto;
}
.product_pane_inner .tbl_productList_item td a {
	color: #f3d17c;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
.product_pane_inner .tbl_productList_item td a:hover {
	text-decoration: underline;
}
.tbl_related_prd_item {
	width: 90px;
}
.tbl_related_prd_item td {
	width: 90px;
	padding: 0px 8px 10px 0px;
}
.tbl_related_prd_item td img {
	width: 75px;
}
.tbl_related_prd_item a {
	color: #BCBDC1;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}
.tbl_related_prd_item a:hover {
	text-decoration: underline;
}
.tempt_menu_container a {
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
}
.box_prd_info {
	background-image: url(../Images/box_prd_info_end.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
	width: 428px;
	margin-bottom: 25px;
}
.box_prd_info h2 {
	display: block;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
.box_prd_info h2 span {
	display: none;
}
h2.ingredients {
	background-image: url(../Images/box_ingredients.gif);
}
h2.guaranteed {
	background-image: url(../Images/box_guaranteed.gif);
}
h2.guaranteed_typical {
	background-image: url(../Images/box_guaranteed_typical.gif);
}
h2.feeding_guide {
	background-image: url(../Images/box_feeding_guide.gif);
}
.box_prd_info .prd_info {
	background-color: #000;
	padding: 3px 15px;
	margin: 0px;
	border-left: 1px solid #564828;
	border-right: 1px solid #564828;
	font-size: 0.8em;
}
.col_mid {
	/*padding:0px 25px*/
	width: 428px;
}
.col_third {
	width: 220px;
	float: left;
	overflow: hidden;
	padding-left: 20px; /* font-size:1.1em; */
}
.prd_img {
	padding: 25px 0px 10px 0px;
	clear: both;
}
.col_third .gold_txt {
	text-transform: uppercase;
}
.gold_txt span {
	color: #e9e9e9;
	font-weight: normal;
}
.related_products {
	padding-top: 10px;
	text-transform: uppercase;
}
.related_products a {
	display: block;
	width: 90px;
	float: left;
	padding-right: 8px;
	color: #bcbdc1;
	font-weight: bold;
	text-decoration: none;
}
.related_products a:hover {
	color: #d1a739;
}
.related_products a span {
	display: block;
	padding: 5px 0px 0px 10px;
	font-size: 0.9em;
	font-weight: normal;
}
/* event calendar style */
.event_content_pane {
	/* width:638px; */
	width: 645px;
}
.eventsPage, .mediaPlayerPage {
	background-image: url(../Images/bg_event_page.jpg);
	background-repeat: no-repeat;
}
.mediaPlayerPage {
	background-image: url(../Images/bg_media_player.jpg);
}
.eventsPage .intro, .mediaPlayerPage .intro {
	width: 410px;
	clear: both;
	padding: 80px 0px 10px 0px;
}
.mediaPlayerPage .intro {
	width: 100%;
}
.eventsPage .intro {
	width: 350px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
.intro h1 {
	display: none;
}
.intro h2 {
	font-weight: bold;
}
.events_Menubar, .events_Menubar_private {
	background-image: url(../Images/event_menu_cnr_R.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 4px;
	height: 36px; /*float:left; 	width:auto;*/
	width: 636px; /*clear:both;*/
}
.events_Menubar_private {
	width: 300px;
}
.events_Menubar_inner {
	background-image: url(../Images/event_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	height: 36px;
}
.events_Menubar_inner label, .events_Menubar_inner input, .events_Menubar_inner a, .events_Menubar_inner select, .events_Menubar_inner div, .events_Menubar_inner img {
	display: block;
	float: left;
}
.events_Menubar_inner label {
	background-image: url(../Images/lbl_viewEventsIn.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	width: 98px;
	height: 36px;
}
.events_Menubar_inner label span {
	display: none;
}
.eventMenu_ddl_contaitner {
	padding: 8px 5px 0px 10px;
}
.event_link_section {
	padding: 15px 0px 0px 0px;
}
.event_link_section a {
	display: block;
	float: left;
}
.private_Events img {
	display: block;
	float: left;
	margin-left: 20px;
}
.tab_eventSprite {
	display: block;
	background-image: url(../Images/tab_event_pane_sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 213px;
	height: 32px;
}
.create_prl_event {
	background-position: 0 0;
	width: 213px;
}
.create_prl_event:hover {
	background-position: 0 -82px;
	width: 213px;
}
.submit_pub_event {
	background-position: 0 -164px;
	width: 201px;
}
.submit_pub_event:hover {
	background-position: 0 -246px;
	width: 201px;
}
.tab_eventSprite span {
	display: none;
}
h2.hdg_UpcomingEvents {
	display: block;
	background-image: url(../Images/hdg_upc_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin: 0.8em 0px;
	clear: both;
}
h2.hdg_UpcomingEvents span {
	display: none;
}
ul.upcoming_Event_list li {
	display: block;
	background-image: url(../Images/box_upc_event_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
	border: 1px solid #3e3f4d;
	padding: 10px 15px;
	margin: 0px 8px 0px 0px;
	width: 177px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	font-size: 0.9em;
	float: left;
}
.upc_event_date, .upc_event_name {
	font-weight: bold;
	display: block;
	clear: both;
}
.upc_event_date {
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	height: 28px;
}
.upc_personal, .upc_public, .upc_cake {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	height: 28px;
	font-size: 20px;
	font-weight: bold;
}
.upc_personal {
	background-image: url(../Images/icon_bone.png);
}
.upc_public {
	background-image: url(../Images/icon_dog.png);
}
.upc_cake {
	background-image: url(../Images/icon_cake.png);
}
.submitEvent_container {
	display: block;
	color: #e9e9e9;
}
.submitEvent_container h2, .submitEvent_cofirm h2 {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0px 0px 30px;
	font-weight: bold;
	margin-bottom: 0.5em;
	height: 30px;
}
.submitEvent_container p, .submitEvent_col_left P {
	display: block;
	width: 580px;
	float: left;
	clear: both;
	padding: 5px 10px;
	margin: 0px;
	background-color: #595c6b;
}
.submitEvent_container .formRow {
	clear: both;
	float: left;
	margin: 0;
	padding: 5px 10px;
	width: 580px;
	background-color: #595c6b;
}
.thankyou_pane p {
	background: none;
}
.dateSelector .errorText, .submitEvent_container .errorText {
	clear: both;
	padding-left: 150px;
	width: 500px;
}
.submitEvent_col_left P {
	width: 280px;
}
.submitEvent_cofirm {
}
p.odd {
	background-color: #595C6B;
}
p.even, div.even, .submitEvent_container div.even {
	background-color: #3d3e49;
}
.submitEvent_container label, .submitEvent_container input, .submitEvent_container select, .submitEvent_container textarea, .submitEvent_container span {
	display: block;
	float: left;
}
.submitEvent_container label, .form_col_left label, .form_col_right label {
	width: 150px;
	padding-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.submitEvent_container label {
	font-weight: normal;
}
.submitEvent_btn_section {
	padding: 15px 0px 15px 160px;
	width: 440px;
}
.submitEvent_btn_section input {
	display: block;
	margin-right: 20px;
}
.btn_eventForm_sprite {
	border: none;
	background: none;
	background-image: url(../Images/btn_eventForm_sprite.gif );
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	cursor: pointer;
}
.btn_backto_calendar {
	background-position: 0 0;
	width: 200px;
}
.btn_backto_calendar:hover {
	background-position: 0 -72px;
	width: 200px;
}
.btn_cancel {
	background-position: 0 -144px;
	width: 109px;
}
.btn_cancel:hover {
	background-position: 0 -216px;
	width: 109px;
}
.btn_save_event {
	background-position: 0 -288px;
	width: 110px;
}
.btn_save_event:hover {
	background-position: 0 -360px;
	width: 110px;
}
.reminder_event_section {
	padding: 5px 10px;
	background-color: #595C6B;
	width: 580px;
}
.reminder_event_section p {
	padding: 0px;
	background: none;
	width: auto;
}
ul.chkboxlist {
	margin: 0.7em 0px;
}
ul.chkboxlist label {
	font-weight: normal;
	text-transform: none;
	padding: 0px;
	font-size: 1em;
}
ul.chkboxlist li label {
	width: 300px;
}
.events_calendar {
	margin-top: 20px;
}
/* Care and Attention Page Styles */

.careAttention_search {
	background-image: url(../Images/hdg_search_care.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 643px;
	padding-top: 33px;
	margin: 1em 0;
}
.careAttentionResults_hdr {
	background-image: url(../Images/hdg_search_results_care.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 14px;
	color: #b79d5d;
	height: 24px;
	width: 630px;
	padding: 12px 15px 0px 0px;
}
.careAttentionResults_list {
	background-image: url(../Images/img_search_results_care_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
	margin-bottom: 1em;
	margin-top: 15px;
}
.careAttention_inner {
	background-image: url(../Images/holidayfinder_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #464649;
	border-right: 1px solid #464649;
	width: 626px;
	padding: 10px 0px 0px 15px;
}
.careAttention_inner div {
	display: block;
	float: left;
	width: 213px;
	padding: 0px;
	margin: 0px;
}
.careAttention_inner div.last_R {
	width: 190px;
}
.careAttention_inner div label {
	display: block;
	clear: both;
}
.careAttention_inner .category {
	display: block;
	float: left;
	width: 280px;
	padding: 0px;
	margin: 0px;
}
.careAttention_inner .category select {
	display: block;
	width: 265px;
}
.careAttention_inner .state {
	display: block;
	float: left;
	width: 145px;
	padding: 0px;
	margin: 0px;
}
.careAttention_inner .state select {
	display: block;
	width: 130px;
}
.careAttention_inner div.last_R input {
	display: block;
	width: 180px;
}
.careAttention_inner .contact_formBtn_section {
	width: 612px;
	padding-top: 10px;
}
.pageNumber {
	height: 70px;
}
.pageNumber .barFormat {
	width: 620px;
	margin-top: 25px;
	margin-left: 15px;
}
.pagerPrevious, .pagerNext {
	float: left;
}
.pageNumber .pagerPrevious {
	display: block;
	width: 92px;
	height: 20px;
	background-image: url(../Images/btn_care_previous.jpg);
	background-repeat: none;
}
.pageNumber .pagerNext {
	display: block;
	width: 67px;
	height: 20px;
	background-image: url(../Images/btn_care_next.jpg);
	background-repeat: none;
}
.pageNumber .pageBar {
	width: 73%;
	float: left;
	height: 20px;
	background-image: url(../Images/btn_care_index_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.off {
	color: Black;
	font-weight: bold;
}
.off, .on {
	font-size: 17px;
}
.careAttentionResults_inner {
	border-left: 1px solid #464649;
	border-right: 1px solid #464649;
	width: 641px;
	background-color: #000;
}
.service_item {
	background-image: url(../Images/bg_property_row.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 597px;
	padding: 12px 23px;
	font-size: 0.9em;
}
.service_item h3 a {
	color: #c1a2d7;
	font-size: 16px;
}
.service_item h3 {
	padding-bottom: 10px;
}
.service_item_right {
	margin-top: 20px;
}
.contact_formBtn_section span, .contact_formBtn_section label {
	font-size: 0.8em;
	color: #F3D17C;
}
/* Holiday finder page style*/
.holidayFinder_search {
	background-image: url(../Images/box_property_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 644px;
	padding-top: 33px;
	margin: 1em 0;
}
.holidayFinder_inner {
	background-image: url(../Images/holidayfinder_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #464649;
	border-right: 1px solid #464649;
	width: 627px;
	padding: 10px 0px 0px 15px;
}
.holidayFinder_inner div {
	display: block;
	float: left;
	width: 213px;
	padding: 0px;
	margin: 0px;
}
.holidayFinder_inner div.last_R {
	width: 190px;
}
.holidayFinder_inner div label {
	display: block;
	clear: both;
}
.holidayFinder_inner div select {
	display: block;
	width: 185px;
}
.holidayFinder_inner .contact_formBtn_section {
	width: 612px;
	padding-top: 10px;
}
.holidayFinder_end {
	background-image: url(../Images/box_holidayfinder_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
.holiday_content_pane {
	width: 645px;
}
.holidayPage {
	background-image: url(../Images/bg_holiday_page.jpg);
	background-repeat: no-repeat;
	background-position: 30px 35px;
}
.holidayPage .intro {
	width: 300px;
	min-height: 118px;
	height: auto !important;
	height: 118px;
	clear: both;
	padding: 70px 0px 10px 0px;
}
.btn_find_sprite {
	border: none;
	background: none;
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/find_btn_sprite.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 66px;
	height: 22px;
	float: right;
	cursor: pointer;
}
.btn_find {
	background-position: 0 0;
	width: 66px;
	height: 22px;
}
.btn_find:hover {
	background-position: 0 -72px;
	width: 66px;
	height: 22px;
}
.propertyList {
	background-image: url(../Images/box_holidayfinder_end.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 1em;
}
.propertyList_hdr {
	background-image: url(../Images/box_properties_top.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 14px;
	color: #b79d5d;
	height: 24px;
	width: 630px;
	padding: 15px 15px 0px 0px;
}
.propertyList_hdr .icon_property_bone {
	display: inline-block;
	background-image: url(../Images/icon_property_bone.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 45px;
	height: 16px;
	font-weight: bold;
}
.propertyList_inner {
	border-left: 1px solid #464649;
	border-right: 1px solid #464649;
	width: 642px;
	background-color: #000;
}
.property_item {
	background-image: url(../Images/bg_property_row.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 597px;
	padding: 12px 23px;
	font-size: 0.9em;
}
.property_item .property_item_left {
	width: 110px;
}
.property_item .property_item_left img {
	width: 100px;
	height: 75px;
}
.property_item .property_item_left a {
	display: block;
	float: left;
	border: 1px solid #575859;
}
.property_item .property_item_left a:hover {
	border-color: #999;
}
.property_item_right {
	width: 487px;
}
.property_item_right .property_title {
	font-size: 1.2em;
	color: #e28a44;
	font-weight: bold;
}
.property_item_right .property_title, .property_item_right p {
	padding: 0px;
	margin-bottom: 0.4em;
}
.property_disclaimer, .disclaimer {
	color: #625235;
	font-size: 0.7em;
	padding-top: 1em;
}
.disclaimer {
	margin: 2em 0px 1em 0px;
}
/* cafe finder style */
.grey {
	background-image: url(../Images/contentPane_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 35px;
	width: 679px;
	overflow: visible;
}
.grey h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
.grey h1 span {
	display: none;
}
h1.cafe_finder {
	/* 	background-image: url(../Images/title_cafe_finder.png); 	height:80px; */
	display: none;
}
.col_feature_pic {
	float: right;
	padding: 0px 0px 10px 10px;
	margin: -15px -5px 0px 0px;
}
.gmap_pane {
	background-image: url(../Images/contentPane_end.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
	width: 642px;
	position: relative;
	overflow: visible;
}
ul.gmap_nav li {
	width: 207px;
	padding-left: 5px;
}
.btn_add_venue {
	display: block;
	background: none;
	border: none;
	background-image: url(../Images/btn_add_venue_sprite.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 203px;
	height: 32px;
}
.btn_add_venue:hover {
	background-position: 0 -82px;
}
.btn_add_venue span {
	display: none;
}
.gmap_search {
	background-image: url(../Images/contentPane_gmap_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 612px;
	height: 68px;
	padding: 10px 15px;
	overflow: visible;
	position: relative;
	z-index: 990;
}
.gmap_search_row, .gmap_search_row2 {
	font-size: 0.9em;
	overflow: visible;
}
.gmap_search_row label, .gmap_search_row input, .gmap_search_row .select_container, .gmap_search_row select, .gmap_search_row .searchBox {
	display: block;
	float: left;
}
.gmap_search label {
	padding: 4px 10px 0px 0px;
	font-size: 0.8em;
}
.select_container {
	padding-top: 3px;
}
.gmap_container {
	padding: 0px 2px;
	width: 636px;
	border-left: 1px solid #c49e53;
	border-right: 1px solid #c49e53;
	background-color: #000;
	position: relative;
	z-index: 1;
}
.gmap_container div {
	z-index: 0;
}
.postcode_search {
	float: right;
	white-space: nowrap;
}
.postcode_search .input_bg_mini {
	float: left;
	height: 23px;
	padding: 3px 0px 0px 7px;
}
.postcode_search input {
	background: none;
	border: none;
}
.gmap_search_row2 {
	padding: 0px;
}
.gmap_search_row2 label, .gmap_search_row2 input {
	display: block;
	padding-top: 10px;
	float: left;
}
h1.gmap_location_title {
	text-transform: uppercase;
}
label.chk_park, label.chk_cafe, label.chk_beach {
	background-repeat: no-repeat;
	background-position: 21px top;
	height: 30px;
	margin-right: 20px;
}
label.chk_park input, label.chk_cafe input, label.chk_beach input {
	margin-right: 37px;
	display: inline;
	padding: 0px;
}
label.chk_park {
	background-image: url(../Images/chkbox_park.gif);
}
label.chk_cafe {
	background-image: url(../Images/chkbox_cafe.gif);
}
label.chk_beach {
	background-image: url(../Images/chkbox_beach.gif);
}
.btn_submit_search {
	padding-top: 10px;
	float: right;
}
.btn_submit_search input {
	display: block;
	border: none;
	background: none;
	background-image: url(../Images/btn_gmap_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 85px;
	height: 22px;
	cursor: pointer;
}
.hdr_SubmitLocation {
	padding: 0px 0px 0.5em 0px;
}
.hdr_SubmitLocation img, .hdr_SubmitLocation h1 {
	display: inline-block;
	text-transform: none;
}
.formContainer {
	background-color: #3D3E49;
}
.formContainer p {
	background: none;
}
.formContainer p.odd {
	background-color: #595C6B;
}
.form_col_right {
	border-left: 10px solid #000;
	width: 290px;
}
.form_col_left p {
	width: 290px;
	padding-right: 0px;
}
.form_col_right p {
	width: 280px;
	padding-right: 0px;
}
.form_col_left label, .form_col_right label {
	width: 100px;
	font-size: 0.8em;
}
.form_col_right label {
	width: 90px;
}
.form_col_left span, .form_col_right span {
	display: block;
	background-image: url(../Images/input_short_sprite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	height: 22px;
	padding: 0px 0px 0px 5px;
}
.form_col_right span.txtArea_bg_small {
	display: block;
	background-image: url(../Images/input_short_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -72px;
	width: 177px;
	height: 95px;
	padding-top: 3px;
}
.form_col_left input, .form_col_right input, .form_col_left textarea, .form_col_right textarea {
	width: 90%;
	background: none;
	border: none;
}
.form_col_left textarea, .form_col_right textarea {
	height: 85px;
	width: 165px;
	overflow-x: hidden;
}
.input_short_sprite {
	display: block;
	border: none;
	background: none;
 background: url(../Images/input_short_sprite .gif) no-repeat top left;
}
.input_bg_short {
	background-position: 0 0;
	width: 180px;
	height: 22px;
}
.txtArea_bg_small {
	background-position: 0 -72px;
	width: 177px;
	height: 95px;
}
.formBtn_section {
	padding: 15px 0px;
}
.formBtn_section .btn_cancel, .formBtn_section .btn_login_close {
	float: left;
}
.contact_formBtn_section {
	padding: 15px 80px 15px 0;
	float: right;
}
.cafefinder_popup {
	width: 623px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: both;
	color: #dfdfdf;
	font-size: 0.85em;
}
.cafefinder_popup_inner {
	padding: 8px;
	width: 607px;
}
.hdr_park {
	background-image: url(../Images/box_gmap_park_top.jpg);
}
.hdr_cafe {
	background-image: url(../Images/box_gmap_cafe_top.jpg);
}
.hdr_beach {
	background-image: url(../Images/box_gmap_beach_top.jpg);
}
.cafefinder_popup h1 {
	display: block;
	clear: both;
	padding: 40px 0px 0px 72px;
	margin: 0px;
	width: auto;
	height: 40px;
	float: left;
}
.cafefinder_popup h2 {
	font-size: 20px;
}
.icon_close {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../Images/btn_x.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	cursor: pointer;
}
ul.cafefinder_tablist li a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
.tab_venue {
	background-image: url(../Images/tab_venue.png);
	width: 155px;
}
.tab_venue_on, .tab_venue:hover {
	background-image: url(../Images/tab_venue_ov.png);
	width: 155px;
}
.tab_comments {
	background-image: url(../Images/tab_comment.png);
	width: 175px;
}
.tab_comments_on, .tab_comments:hover {
	background-image: url(../Images/tab_comment_ov.png);
	width: 175px;
}
.tbl_cafefinder_info {
	border: 0px;
	width: 100%; /* background-color:#3d3e49; */
}
.tbl_cafefinder_info td {
	padding: 8px 5px;
	text-align: left;
	vertical-align: top;
}
.tbl_cafefinder_info tr.evenRow {
	background-color: #595c6b;
}
.venue_pane, .comment_pane {
	/* background-color:#000; */
	background-color: #3D3E49;
	padding: 2px;
	border: 1px solid #947b44;
	width: 601px;
	height: 165px;
	overflow: auto;
	overflow-x: hidden;
}
/*
.comment_pane 
{
	height:138px;
	overflow:scroll;
	overflow-x: hidden;
}
*/
.cafefinder_popup_section {
	width: 581px;
	float: left;
	clear: both;
	border-left: 1px solid #bf9b53;
	border-right: 1px solid #bf9b53;
	background-color: #000;
	padding: 15px 20px 0px 20px;
}
.cafefinder_popup_section .section_left h6 {
	font-size: 12px;
	margin-bottom: 10px;
}
.box_rate {
	width: 140px;
	float: left;
	clear: both;
	background-color: #3d3e49;
	overflow: hidden;
}
.box_rate a, .box_rate span, .box_rate img, .box_rate input {
	display: block;
	float: left;
}
.btnVoteUp, .btnVoteDown {
	display: block;
	border: none;
	background: none;
	background-image: url(../Images/box_rate_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 40px;
	height: 44px;
	cursor: default;
}
.btnVoteDown {
	background-image: url(../Images/box_rate_down.gif);
	width: 31px;
}
.txtRateNumberUp, .txtRateNumberDown {
	color: #58cf30;
	text-align: center;
	text-align: center;
	font-weight: bold;
	width: 38px;
	padding-top: 10px;
}
.txtRateNumberDown {
	color: #fb1a1f;
	width: 27px;
}
.btn_Section {
	padding: 10px 0px 0px 100px;
	width: 307px;
}
.btn_Section a {
	float: left;
	margin-left: 25px;
}
.btnBecomeMember, .btnTellFriend {
	display: block;
	float: right !important;
	background-image: url(../Images/btn_becomeMember.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 140px;
	height: 22px;
}
.btnTellFriend {
	background-image: url(../Images/btn_tell_friend.gif);
	width: 104px;
}
.btnBecomeMember:hover {
	background-image: url(../Images/btn_becomeMember_ov.gif);
}
.btnTellFriend:hover {
	background-image: url(../Images/btn_tell_friend_ov.gif);
}
.tellFriend_section .registration_pane {
	width: 100%;
	margin-top: 1em;
}
.tellFriend_section .registration_pane label {
	text-align: left;
	width: 150px;
	font-size: 11px;
}
.tellFriend_section .registration_pane .formBtn_section {
	padding-left: 165px;
	width: 580px;
	padding-top: 5px;
}
.cafefinder_popup_end {
	width: 601px;
	border-left: 1px solid #bf9b53;
	border-right: 1px solid #bf9b53;
	border-bottom: 1px solid #bf9b53;
	background-color: #000;
	padding: 10px 0px 15px 20px;
	clear: both;
}
.btn_gmap_search {
	display: block;
	background: none;
	border: none;
	background: transparent url(../Images/btn_gmap_search.gif) no-repeat scroll left top;
	cursor: pointer;
	height: 22px;
	width: 85px;
	float: right;
}
.btn_close {
	display: block;
	background-image: url(../Images/btn_close.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 82px;
	height: 22px;
	clear: both;
}
.btn_close:hover {
	background-image: url(../Images/btn_close_ov.gif);
}
.col_comment {
	width: 310px;
}
.col_comment label, .col_rate label {
	font-weight: bold;
	display: block;
	width: 100%;
	float: none;
	clear: both;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}
.comment_TextArea {
	background-image: url(../Images/bg_comment_textarea.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 0px 2px;
	width: 290px;
	height: 62px;
}
.comment_TextArea textarea {
	background: none;
	border: none;
	overflow: auto;
	overflow-x: hidden;
	width: 285px;
	height: 55px;
}
.col_rate {
	width: 270px;
}
.box_rateVenue {
	background-image: url(../Images/bg_vote_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 141px;
	height: 47px;
	padding: 15px 20px 0px 15px;
	display: block;
	float: left;
}
label.icon_thumbUp, label.icon_thumbDown {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 25px;
	padding: 6px 15px 0px 35px;
	float: left;
	clear: none;
}
.icon_thumbUp {
	background-image: url(../Images/icon_vote_up.gif);
}
label.icon_thumbDown {
	background-image: url(../Images/icon_vote_down.gif);
	padding: 6px 0px 0px 35px;
}
.col_rate .col_submit {
	float: right;
	width: 83px;
	padding: 38px 10px 0px 0px;
}
.col_rate .btn_login_submit {
	display: inline-block;
	float: none;
}
.gmapBubble {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.btnYes, .btnNo {
	display: inline-block;
	background: none;
	border: none;
	background-image: url(../Images/btn_yes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 22px;
}
.btnYes:hover {
	background-image: url(../Images/btn_yes_ov.gif);
}
.btnNo {
	background-image: url(../Images/btn_no.gif);
}
.btnNo:hover {
	background-image: url(../Images/btn_no_ov.gif);
}
#gmapIframeDIV {
	/* display:none; */
	position: absolute;
	top: 40px;
	left: 10px;
	height: 600px;
	width: 100%;
	overflow: hidden;
	z-index: 1000;
}
#gmapIframeDIV IFRAME {
	/* */
	height: 100%;
	width: 623px;
	background: none;
	overflow: hidden;
}
.pane_cafeFinder {
	background-image: url(../Images/pane_cafefinder_bg.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}
.pane_cafeFinder .content_pane {
	padding: 20px 0 40px 17px;
	width: 644px;
	overflow: visible;
}
.pane_cafeFinder .intro_catagory {
	padding: 50px 0px 0px 5px;
	width: 430px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
.btn_serach_icon {
	background-image: url(../Images/hdr_serach_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 30px;
	height: 28px;
	float: left;
}
.tell_friend_col_left {
	width: 155px;
	padding-right: 15px;
}
.tell_friend_col_mid {
	width: 170px;
}
.tell_friend_col_right {
	width: 232px;
}
.tell_friend_col_right .bg_textarea_cf {
	background-image: url(../Images/bg_textarea_cf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 232px;
	height: 63px;
}
.tell_friend_col_right .bg_textarea_cf textarea {
	background: none;
	border: none;
	display: block;
	background-image: url(../Images/bg_textarea_tellfriend.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 220px;
	height: 52px;
	overflow: auto;
	overflow-x: hidden;
}
.tellFriend_section .registration_pane label {
	display: block;
	clear: both;
	float: none;
}
.tellFriend_section .registration_pane .error_txt {
	background: none;
	padding: 0px;
	clear: both;
	height: auto;
	font-size: 12px;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	color: Red !important;
}
.tellFriend_section .registration_pane .tell_friend_col_right .formBtn_section {
	width: 82px;
	padding: 0px 0px 0px 150px;
}
/* Contact us page style */


.contactForm {
	background-image: url(../Images/box_contact_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 644px;
	padding-top: 33px;
	margin-top: 1em;
}
.contactBreeder {
	background-image: url(../Images/box_contact_breeder_top.gif);
}
.contactForm_inner {
	background-image: url(../Images/box_contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px solid #464649;
	border-right: 1px solid #464649;
	width: 642px;
}
.contactForm_inner .contact_col_left, .contactForm_inner .contact_col_right {
	width: 315px;
	overflow: visible;
}
.contactForm_inner .contact_col_left {
	width: 284px;
}
.contactForm_inner .customeSelect_sml .selectbox {
	width: 145px;
}
.contactForm_end {
	background-image: url(../Images/box_contact_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
.form_field_desc_large span {
	display: block;
	float: left;
	background-image: url(../Images/bg_textarea_large.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 438px;
	height: 153px;
	padding: 5px 0px 0px 7px;
}
.form_field_desc_large span textarea {
	width: 420px;
	height: 140px;
	overflow: auto;
	overflow-x: hidden;
	background: none;
	border: none;
}
.contact_pane_inner {
	border-left: 1px solid #554728;
	border-right: 1px solid #554728;
	width: 643px;
	background-image: url(../Images/box_contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #000;
}
.contact_pane_personal_end {
	background-image: url(../Images/box_contact_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 645px;
	height: 8px;
	clear: both;
}
.contact_col_left, .contact_col_right {
	width: 320px;
	padding: 10px 0px 0px 0px;
	background-color: #000;
}
.contact_col_right {
	margin-left: 1px;
	width: 322px;
}
.contact_col_right p, .contact_col_right {
	margin-bottom: 1em;
}
.contactForm_inner .contact_col_left .errorText {
	width: 150px !important;
	padding-right: 0px !important;
}
.contactForm_inner .contact_col_right .errorText {
	width: 150px !important;
	padding-right: 0px !important;
}
/* Registration page style */
.registration_pane {
	width: 645px;
}
.registration_pane_personal, .registration_pane_dog {
	background-image: url(../Images/box_personal_detail_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 645px;
	padding-top: 33px;
	margin-top: 1em;
}
.registration_pane_dog {
	background-image: url(../Images/box_dog_detail_top.gif);
	padding-top: 32px;
}
.registration_pane_personal_end {
	background-image: url(../Images/box_personal_detail_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 645px;
	height: 8px;
	clear: both;
}
.registration_pane_inner {
	border-left: 1px solid #554728;
	border-right: 1px solid #554728;
	width: 643px;
	background-image: url(../Images/box_personal_detail_inner_bg.gif);
	background-repeat: repeat-y;
	background-position: 320px top;
	background-color: #000;
}
.registration_col_left, .registration_col_right, .formDogDetail, .formDogDetail_R {
	width: 320px;
	padding: 10px 0px 0px 0px;
	background-image: url(../Images/box_personal_detail_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.formDogDetail, .formDogDetail_R {
	padding-bottom: 10px;
}
.registration_col_right {
	margin-left: 1px;
	width: 322px;
}
.registration_pane p, .formRow {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.registration_pane p, .formRow {
	margin-bottom: 10px;
}
.formRow {
	overflow: visible;
}
.registration_pane label, .registration_pane input, .registration_pane select, .registration_pane textarea {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 0.85em;
}
.registration_pane label {
	text-align: right;
	padding-right: 15px;
	width: 105px;
}
.registration_pane p span, .form_field_desc span {
	display: block;
	float: left;
	background-image: url(../Images/input_bg_short.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 145px;
	height: 23px;
	padding: 3px 0px 0px 7px;
}
.registration_pane p span input, .form_field_desc span input {
	width: 135px;
	height: 17px;
	background: none;
	border: none;
}
.registration_pane span.input_bg_mini, .input_bg_mini {
	background-image: url(../Images/input_bg_mini.gif);
	width: 55px;
	padding-right: 0px;
}
.registration_pane span.input_bg_mini input, .input_bg_mini input {
	width: 50px;
}
.registration_pane span.digit, .digit {
	background-image: url(../Images/input_bg_digi.gif);
	width: 39px;
	padding-right: 0px;
}
.registration_pane span.digit input, .digit input {
	width: 28px;
}
.form_field_desc {
	clear: both;
	width: 320px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.form_field_desc p, .registration_pane .errorText {
	display: inline-block;
	background: none;
	float: left;
	clear: both;
	padding: 0px 15px 0px 120px;
	margin: 0px;
	width: 185px;
	height: auto;
	font-size: 13px;
}
span.icon_invaild, div.icon_invaild {
	display: block;
	float: left;
	background: none;
	background-image: url(../Images/icon_invalid.png) !important;
	background-repeat: no-repeat;
	background-position: 3px 5px !important;
	width: 18px !important;
	height: 20px !important;
	padding: 0px !important;
}
.registration_pane .errorText {
	color: #ff0000;
}
.tbl_RadioButtonList {
	width: auto;
	float: left;
}
.tbl_RadioButtonList input {
	float: none;
	display: inline;
}
.tbl_RadioButtonList label {
	display: inline-block;
	width: auto;
	padding: 0px 0px 0px 5px;
	float: none;
	text-align: left;
}
.section_tnc {
	padding-left: 20px;
}
.section_tnc label {
	padding: 0px 0px 0px 5px; /* font-size:14px; */
	text-align: left;
	width: 255px;
	float: left;
	color: #a38734;
}
.section_tnc a {
	color: #a38734;
	text-decoration: underline;
}
.section_tnc a:hover {
	color: #a38734;
}
.registration_pane .error_reg_tnc {
	padding-left: 38px;
	width: 269px;
}
.registration_col_right p, .registration_col_right form_field_desc {
	margin-bottom: 1em;
}
.select_dog_size {
}
.question_dogs_filter {
	color: #f3d17c;
	padding: 0px 0px 0px 43px;
	width: 602px;
	height: 28px;
}
.question_dogs_filter label, .question_dogs_filter select {
	float: left;
}
.question_dogs_filter label {
	padding: 0px;
	text-align: left;
	width: 215px;
}
.formDogDetail, .formDogDetail_R {
	display: block;
	background-image: url(../Images/box_dog_detail_bg.jpg);
	margin-right: 1px;
}
.formDogDetail p, .formDogDetail_R P, .formDogDetail .form_field_desc, .formDogDetail_R .form_field_desc {
	margin-bottom: 10px;
}
.formDogDetail label, .formDogDetail_R label {
	text-align: left;
	width: 80px;
	padding: 0px 5px 0px 20px;
}
label.label_sml {
	width: auto;
	padding: 3px 2px 0px 2px;
}
.formDogDetail .tbl_RadioButtonList label, .formDogDetail_R .tbl_RadioButtonList label {
	display: inline-block;
	width: 80px;
	padding: 0px 0px 0px 5px;
	float: none;
	text-align: left;
}
.formDogDetail_R {
	margin-right: 0px;
	width: 322px;
}
.form_notify_section {
	display: block;
	margin: 1em 0px;
}
.form_notify_section p {
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.form_notify_section input, .form_notify_section label {
	display: block;
	float: left;
	text-align: left;
}
.form_notify_section label {
	width: 70px;
	padding-left: 5px;
}
.tbl_chkboxlist {
	padding: 0px;
	margin: 0px 0px 1em 0px;
}
.tbl_chkboxlist td {
	padding: 0px;
}
.tbl_chkboxlist input {
	display: inline-block;
	margin-top: 3px;
}
.registration_pane_dog span.errorText {
	padding-left: 100px;
	width: 165px !important;
	clear: both;
}
.errorText_inline {
	width: 100%;
	float: left;
	clear: both;
	padding: 0.5em 0px;
	font-size: 13px;
	color: #FF0000;
}
/* Footer style */
.dog1, .dog2, .dog3, .dog4, .dog5, .dog6, .puppy1, .puppy2, .puppy3, .puppy4, .puppy5 {
	background-image: url(../Images/bg_page_1.jpg);
	min-height: 850px;
	height: auto !important;
	height: 850px;
}
.dog2 {background-image: url(../Images/bg_page_2.jpg);}
.dog3 {background-image: url(../Images/bg_page_3.jpg);}
.dog4 {background-image: url(../Images/bg_page_4.jpg);}
.dog5 {background-image: url(../Images/bg_page_5.jpg);}
.dog6 {background-image: url(../Images/bg_page_6.jpg);}
.puppy1 {background-image: url(../Images/bg_footer_puppy1.jpg);}
.puppy2 {
	background-image: url(../Images/bg_footer_puppy2.jpg);
	min-height: 650px;
	height: auto !important;
	height: 650px;
}
.puppy3 {background-image: url(../Images/bg_footer_puppy3.jpg); 	
    min-height: 750px;
	height: auto !important;
	height: 750px;
}
.puppy4 {background-image: url(../Images/bg_footer_puppy4.jpg);} 
.puppy5 {background-image: url(../Images/bg_footer_puppy5.jpg);}

.shortPage {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
.detail .footer {
	padding: 0px 0px 30px 28px;
	width: 962px;
}
.detail .footer ul {
	/* width: 111px; */
	width:128px;
	padding-right: 10px;
}
/* ADULT PAGE STYLES */
.intro_catagory {
	width: 400px;
}
.intro_catagory_right {
	width: 226px;
}
.adult_selection {
	display: block;
	float: left;
	width: 200px;
	padding: 10px 15px 30px 0;
}
h4 {
	margin: 5px 0;
	color: #d1a739;
	font-size: 0.9em;
}
a img {
	border: 0;
}
.last {
	padding: 10px 0 0 0;
}
h4 .hdg_white {
	color: White;
}
.promo_section {
	margin: 2em 0px 0px 0px;
}
/* BREED SELECTOR STYLES */

.breed_selector_pane {
	background-image: url(../Images/breed_selector_pane.jpg);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}
.breed_selector_pane .content_pane {
	width: 679px; /*699*/
	overflow: visible;
	padding: 20px 0 10px 17px;
}
.breed_selector_pane .intro_catagory {
	width: 400px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
.breed_selector_section {
	padding-left: 20px;
}
.breed_information {
	padding-top: 120px;
	width: 677px;
}
.breed_content {
	float: none;
	margin: 0 auto;
}
.breed_content div img {
	float: left;
	display: block;
}
.breed_nav {
	clear: both;
	width: 600px;
	height: 40px;
	background: url(../Images/breed_info_nav.gif) no-repeat;
}
.breed_nav ul {
	margin: 0;
	padding: 0;
	padding-left: 2px;
}
.breed_nav ul li {
	float: left;
	list-style: none; /* padding: 7px; */
	font-weight: bold;
	width: 23px;
}
.breed_nav ul li a {
	color: #ff4cba;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 7px;
}
.breed_nav ul li a:hover {
	color: White;
	text-decoration: none;
}
img.img_breed_info {
	width: 496px;
	display: block;
}
.breed_container {
	background: #333333;
	width: 595px;
	padding: 5px 0px 5px 5px;
}
.breed_inner_container {
	border: 1px solid #545454;
	width: 588px;
	padding: 0px;
	font-size: 0.9em;
}
.breed_detail_bg {
	background-image: url(../Images/bg_breed_detail_col.gif);
	background-repeat: repeat-y;
}
.breed_inner_container a {
	color: #cb85b6;
	text-decoration: underline;
}
.breed_hdg {
	display: block;
	float: left;
	padding-left: 18px;
	width: 255px;
}
.breed_hdg a {
	color: #c4c4c8;
	text-decoration: none;
}
.breed_hdg a:hover {
	color: White;
	text-decoration: none;
}
.breed_info_hdg {
	background: #97005d;
	color: White;
	padding: 0 5px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.breed_info_wrapper {
	padding-bottom: 12px;
}
.breed_hdg_container {
	padding-top: 4px;
	background: url(../Images/breed_info_separator.gif) repeat-y;
}
.breed_btn_gallery {
	display: block;
	width: 104px;
	height: 34px;
	background: url(../Images/btn_gallery_view.jpg) no-repeat;
	background-position: top;
	float: left;
}
.breed_btn_gallery:hover {
	background-position: bottom;
}
.breed_btn_list {
	display: block;
	width: 104px;
	height: 37px;
	background: url(../Images/btn_list_view.jpg) no-repeat;
	background-position: top;
	float: left;
}
.breed_btn_list:hover {
	background-position: bottom;
}
/* GALLERY VIEW STYLES */

.breed_gallery_container {
	border-top: 1px solid #545454;
	border-left: 1px solid #545454;
	width: 588px;
	font-size: 13px;
	overflow: visible;
}
.breed_gallery_item .description {
	clear: both;
}
.breed_gallery_item {
	width: 136px;
	padding: 5px;
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	float: left;
}
.breed_gallery_item .image {
	width: 100%;
	float: left;
	clear: both;
}
.breed_gallery_item .image img {
	display: block;
	float: none;
	clear: both;
	width: 96px;
	height: 96px;
	margin: auto;
}
.breed_gallery_item h4 {
	display: block; /* text-align:center; */
	color: White;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0 0 0;
	clear: both;
}
.breed_gallery_item p {
	padding-bottom: 8px;
}
.breed_gallery_item a {
	display: block;
	width: 100%;
	background: url(../Images/btn_more_info.jpg) no-repeat;
	background-position: top;
	height: 21px;
	margin: 15px 0;
}
.breed_gallery_item a:hover {
	background-position: bottom;
}
.breedDetail_left {
	padding: 10px 15px 10px 10px;
	width: 368px;
}
.breedDetail_left h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #e9e9e9;
	margin-bottom: 0em;
}
.breedDetail_left h3 {
	color: #cb85b6;
	font-size: 1.1em;
	margin-top: 2em;
}
.breedDetail_left h3.first {
	margin-top: 1em;
}
.breedDetail_left h4 {
	margin-bottom: 1em;
}
.tbl_breed_contact {
	width: 100%;
	border: 1px solid #666666;
	border-collapse: collapse;
	margin: 1em 0px;
}
.tbl_breed_contact th {
	font-weight: normal;
	font-size: 1.1em;
	color: #e9e9e9;
	text-transform: uppercase;
}
.tbl_breed_contact th, .tbl_breed_contact td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #666;
	border-collapse: collapse;
}
.tbl_breed_detail {
	width: 100%;
}
.tbl_breed_detail td {
	padding: 5px;
}
.breedDetail_right {
	background-color: #000;
	border: 10px solid #000;
	width: 175px;
}
.breedDetail_right img {
	display: block;
	margin-bottom: 10px;
}
.pane_breed_info .registration_pane .contactForm_inner {
	padding-top: 15px;
}
.pane_breed_info .registration_pane {
	padding-top: 130px;
}
.pane_breed_info .registration_pane .contact_col_left, .contact_col_right {
	background: none;
}
.pane_breed_info .registration_pane .contactForm_inner {
	background-color: #000;
}
.pane_breed_info .registration_pane .contact_formBtn_section {
	float: left;
	clear: both;
	width: 438px;
	padding: 15px 0px 30px 120px;
}
.pane_breed_info .registration_pane .contact_formBtn_section .btn_cancel {
	float: left;
}
.pane_breed_info .registration_pane .contact_formBtn_section .btn_login_submit {
	float: right;
}
/* Care & attention page style */

.pane_care .intro {
	width: 360px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
/* content_pane bg position */
.pane_cafeFinder, .pane_care, .breed_selector_pane, .pane_breed_info, .eventsPage, .mediaPlayerPage, .holidayPage {
	background-position: 30px 23px;
}
.pane_cafeFinder .intro_catagory, .pane_care .intro, .breed_selector_pane .intro_catagory, .pane_breed_info .intro_catagory, .eventsPage .intro, .mediaPlayerPage .intro, .holidayPage .intro {
	padding-top: 90px;
}
.pane_care {
	background-image: url(../Images/pane_care.jpg);
	background-repeat: no-repeat;
}
.pane_breed_info {
	background-image: url(../Images/breed_info_bg.jpg);
	background-repeat: no-repeat;
}
.senior_pane {
	background-image: url(../Images/bg_pane_senior.jpg);
	background-repeat: no-repeat;
	background-position: 360px 40px;
}
.senior_pane .intro_catagory {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
.senior_pane h2 {
	font-size: 1.25em;
	font-weight: lighter;
	clear: both;
}
.two_us_pane {
	padding: 20px 0 40px 20px;
	width: 660px;
}
.two_us_pane .catagory_intro {
	min-height: 185px;
	height: auto !important;
	height: 185px;
}
/* Btn banners */
ul.btn_pic_list li {
	width: 312px;
	height: 220px;
	padding: 0px 15px 15px 0px;
}
.two_us_pane ul.btn_pic_list li {
	margin-bottom: 39px;
	padding-bottom: 0px;
}
ul.btn_pic_list a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 312px;
	height: 220px;
}
ul.btn_pic_list a span {
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 5px;
	overflow: hidden;
}
.btn_pic_sprite {
	background: url(../Images/btn_pic_sprite.png) no-repeat top left;
}
.btn_viewsel_pic_sprite {
	background: url(../Images/btn_viewsel_pic_sprite.png) no-repeat top left;
}
.btn_leftnav_pic_sprite {
	background: url(../Images/btn_leftnav_pane_sprite.png) no-repeat top left;
}
.btn_healthy_pic_sprite {
	background: url(../Images/btn_learn_more.png) no-repeat top left;
}
.btn_search_parks {
	background-position: 0 0;
	width: 173px;
	height: 33px;
}
.btn_search_parks:hover {
	background-position: 0 -82px;
	width: 173px;
	height: 33px;
}
.btn_view_social_events {
	background-position: 0 0;
	width: 172px;
	height: 33px;
}
.btn_view_social_events:hover {
	background-position: 0 -82px;
	width: 172px;
	height: 33px;
}
.btn_view_selections {
	background-position: 0 0;
	width: 173px;
	height: 33px;
}
.btn_view_selections:hover {
	background-position: 0 -82px;
	width: 173px;
	height: 33px;
}
.btn_view_dest {
	background-position: 0 0;
	width: 172px;
	height: 32px;
}
.btn_view_dest:hover {
	background-position: 0 -82px;
	width: 172px;
	height: 32px;
}
.btn_view_events {
	background-position: 0 -164px;
	width: 172px;
	height: 32px;
}
.btn_view_events:hover {
	background-position: 0 -246px;
	width: 172px;
	height: 32px;
}
.btn_view_services {
	background-position: 0 -328px;
	width: 172px;
	height: 32px;
}
.btn_view_services:hover {
	background-position: 0 -410px;
	width: 172px;
	height: 32px;
}
.btn_view_venues {
	background-position: 0 -492px;
	width: 172px;
	height: 32px;
}
.btn_view_venues:hover {
	background-position: 0 -574px;
	width: 172px;
	height: 32px;
}
.btn_healthy_pic_sprite {
	background-position: 0 0;
	width: 144px;
	height: 31px;
}
.btn_healthy_pic_sprite:hover {
	background-position: 0 -61px;
	width: 144px;
	height: 31px;
}
/* Adult menu banner btn */
ul.adult_btn_pic_list li, ul.brekkie_btn_pic_list li {
	width: 200px;
	height: 310px;
	padding: 0px 10px 15px 0px;
}
ul.adult_btn_pic_list a, ul.brekkie_btn_pic_list a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 310px;
}
ul.adult_btn_pic_list a span, ul.brekkie_btn_pic_list a span {
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 5px;
	overflow: hidden;
}
ul.brekkie_btn_pic_list li {
	width: 630px;
	height: 150px;
	padding: 0px;
}
ul.brekkie_btn_pic_list a {
	width: 630px;
	height: 150px;
}
.adult_menu_container .adult_btn_pic_list a {
	width: 200px;
	height: 310px;
}
/* Leftnav menu banner btn */
ul.leftnav_btn_pic_list li {
	width: 249px;
	height: 169px;
	padding: 0px 10px 15px 0px;
}
ul.leftnav_btn_pic_list a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 246px;
	height: 169px;
}
ul.leftnav_btn_pic_list a span {
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 5px;
	overflow: hidden;
}
.leftnav_menu_container {
	float: left;
	clear: both;
}
.leftnav_menu_container .leftnav_btn_pic_list a {
	width: 246px;
	height: 169px;
}
/* Tempting menu banner btn */
ul.tempt_btn_pic_list li {
	width: 593px;
	height: 155px;
	padding: 0px 15px 15px 0px;
}
ul.tempt_btn_pic_list a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 593px;
	height: 155px;
}
ul.tempt_btn_pic_list a span {
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 10px;
	overflow: hidden;
}
.tempt_menu_container .tempt_btn_pic_list a {
	width: 593px;
	height: 128px;
}
.prd_brekkie_section {
	position: relative;
}
.prd_brekkie_section img {
	display: block;
	clear: both;
}
.prd_brekkie_section a {
	display: block;
	background-position: 0 -324px;
	width: 119px;
	height: 22px;
	position: absolute;
	bottom: 105px;
}
.prd_brekkie_section a:hover {
	background-position: 0 -396px;
}
.prd_brekkie_section a.btn_brekkie_left {
	left: 112px;
}
.prd_brekkie_section a.btn_brekkie_right {
	left: 396px;
}
.btnDeleteEvent {
	display: block;
	background: none;
	border: none;
	background-image: url(../Images/btn_delete_event.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 109px;
	height: 22px;
	cursor: pointer;
}
.btnDeleteEvent:hover {
	background-image: url(../Images/btn_delete_event_ov.gif);
}
/* banner tile sprite style */
.btn_banner_tile {
	background: url(../Images/btn_banner_tile_sprite.png) no-repeat top left;
	width: 141px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	bottom: 1px;
	right: 7px;
}
.btn_find_beaches {
	background-position: 0 0;
}
.btn_find_beaches:hover {
	background-position: 0 -81px;
}
.btn_find_cafes {
	background-position: 0 -162px;
}
.btn_find_cafes:hover {
	background-position: -1px -243px;
}
.btn_find_parks {
	background-position: 0 -324px;
}
.btn_find_parks:hover {
	background-position: 0 -405px;
}
.btn_find_places {
	background-position: 0 -486px;
}
.btn_find_places:hover {
	background-position: 0 -567px;
}
.btn_find_services {
	background-position: 0 -648px;
}
.btn_find_services:hover {
	background-position: 0 -729px;
}
.btn_join {
	background-position: 0 -810px;
}
.btn_join:hover {
	background-position: 0 -891px;
}
.btn_see_what {
	background-position: 0 -972px;
}
.btn_see_what:hover {
	background-position: 0 -1053px;
}
.btn_view_menu {
	background-position: 0 -1134px;
}
.btn_view_menu:hover {
	background-position: 0 -1215px;
}
.btn_view_product {
	background-position: 0 -1296px;
}
.btn_view_product:hover {
	background-position: 0 -1377px;
}
/* Keey Heathy style */
.btn_learnmore_sprite {
	display: block;
	background: none;
	border: none;
	background-image: url(../Images/btn_learnmore_sprite.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 141px;
	height: 31px;
	cursor: pointer;
}
.btn_pic_learn_more {
	background-position: 0 0;
}
.btn_pic_learn_more_ov {
	background-position: 0 -81px;
}
.bg_gmap_input {
	background-image: url(../Images/bg_gmap_input.gif) !important;
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_gmap_textarea {
	background-image: url(../Images/bg_textarea.gif) !important;
	background-repeat: repeat-x;
	background-position: left top;
}
/* custome select style - require selectbox.css */
.customeSelect_sml, .customeSelect_sml .customeSelect_right {
	width: 145px;
}
.customeSelect_sml div.selectbox-wrapper {
	width: 145px !important;
}
.customeSelect_mini, .customeSelect_mini .customeSelect_right {
	width: 55px;
	font-size: 0.85em;
}
.gmap_search .customeSelect_mini .customeSelect_right input {
	width: 55px;
}
.customeSelect_mini div.selectbox-wrapper {
	width: 65px !important;
}
/* Overwrite DotNet default style */
.validation {
	background: none !important;
	width: auto !important;
	padding: 0px !important;
}
span.noStyle {
	background: none !important;
	display: inline !important;
	padding: 0px;
	margin: 0xp !important;
}
.bg_gmap_input {
	background-image: url(../Images/bg_gmap_input.gif) !important;
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_gmap_textarea {
	background-image: url(../Images/bg_textarea.gif) !important;
	background-repeat: repeat-x;
	background-position: left top;
}
/* Keeping Healthy */

.keeping_healthy h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #d1a739;
	padding: 5px 0;
}
img.align-right {
	float: right;
	margin-left: 15px;
}
img.align-left {
	float: left;
	margin-right: 15px;
}
.line_break {
	border-bottom: 1px solid #564828;
	margin-bottom: 20px;
	padding-top: 20px;
	height: 1px;
	width: 100%;
	clear: both;
}
.keeping_healthy ul {
	padding: 0px;
	margin: 0px 0px 0px 1.6em;
}
.keeping_healthy ul li {
	padding: 5px 0;
	margin: 0px 0px 0.4em 0px;
	list-style-image: url(../images/img_list_bullet.gif); /* font-family: Arial Narrow; */
	font-size: 1.0em;
}
.keeping_healthy p.intro {
	/*font-family: Arial Narrow;       font-size: 15px; */
	font-size: 1.1em;
}
.keeping_healthy p {
	/*font-family: Arial Narrow;       font-size: 14px; */
	font-size: 1.0em;
}
.stay_active img {
	border: 4px solid white;
}
.wrapper detail, .bodyPane {
	overflow: visible;
}
.pagerNumber .on {
	font-weight: bold;
	font-size: large;
	color: White;
}
.pagerNumber .off {
}
.reminder_event_section label {
	width: 100%;
}
.nav iframe {
	display: none;
	visibility: hidden;
}
/* puppy page style */
.bg_puppy {
	background-image: url(../Images/img_puppy.jpg);
	background-repeat: no-repeat;
	background-position: 450px 30px;
 	padding:0px 15px 0px 30px;
	width:699px;
 }
 
 .my_puppy_intro 
 {
    background-image: url(../Images/my_puppy_photo.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 300px;
 }
 
    .my_puppy_intro p 
    {
        width: 300px;
    }
    
    .puppy_list li a 
    {
        height: 130px !important;
    }
    
/*PUPPY: WELCOME HOME */
 .puppy_welcome_intro
 {
     background-image: url(../Images/img_welcome.jpg);
     background-repeat: no-repeat;
     background-position: top right;
     height: 268px;
 }
 
     .puppy_welcome_intro p 
     {
         width: 350px;
     }
 
 .puppy_welcome_arrival h2, .puppy_welcome_barking h2, .puppy_welcome_bed h2 
 {
     font-weight: normal;
     color: #d1a739;
     margin-bottom: 0.2em;
 }
 
 .section_end 
 {
     border-bottom: 1px solid #564828;
     padding-bottom: 20px;
 }
 
 
  .puppy_welcome_arrival
 {
     background-image: url(../Images/bg_welcome_1.jpg);
     background-repeat: no-repeat;
     background-position: top right;
     height: 298px;
     padding-top: 20px;
 }
 
    .puppy_welcome_arrival p
    {   
        width: 400px;
    }
    
    .puppy_welcome_arrival ul
    {   
        padding-left: 20px;
        margin-top: 0;
    }
    
    .puppy_welcome_arrival ul li
    {   
        width: 400px;
        list-style-image: url(../Images/puppy_list.gif);
    }
    
    
    .puppy_welcome_barking
    {
         background-image: url(../Images/bg_welcome_2.jpg);
         background-repeat: no-repeat;
         background-position: 0px 80px;
         padding-top: 10px;
     }
     
        .puppy_welcome_barking_inner 
        {
            width: 370px;
            float: right;
        }
        
    .puppy_welcome_bed 
    {
        background-image: url(../Images/bg_welcome_3.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        padding-top: 40px;
     }
     
        .puppy_welcome_bed p
        {   
            width: 390px;
        }

.my_puppy_intro {
	background-image: url(../Images/my_puppy_photo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 300px;
}
.my_puppy_intro p {
	width: 300px;
}
.puppy_list li a {
	height: 130px !important;
}
.friendsfun_intro, .health_nutrition_intro { position:relative; overflow:visible; height:1350px;}
.friendsfun_intro p.full_width { width:100% !important;}
h1.hdg_friendsFun, h1.hdg_health_nutrition {
	background-image: url(../Images/hdg_friends_fun.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:18px;
}
h1.hdg_friendsFun span, h1.hdg_health_nutrition span {display:none;}
.friendsfun_intro .section1{ position:absolute; top:0px; left:0px; z-index:10}
.friendsfun_intro .section2{ position:absolute; top:160px; left:0px;z-index:10}
.friendsfun_intro .section2 p {width:420px;}
.friendsfun_intro .section3{ position:absolute; top:590px; left:250px; width:380px;z-index:10}
.friendsfun_intro .section4{ position:absolute; top:920px; left:0px;z-index:10}
.friendsfun_intro .section4 p { width:405px;}

.bg_puppyfriend_1 {background-image: url(../Images/bg_puppyfriend_1.png); width:628px; height:405px;position:absolute; top:80px; right:0px; z-index:0}
.bg_puppyfriend_2 {background-image: url(../Images/bg_puppyfriend_2.png); width:630px; height:359px;position:absolute; top:480px; left:0px;z-index:0}
.bg_puppyfriend_3 {background-image: url(../Images/bg_puppyfriend_3.png); width:630px; height:395px;position:absolute; top:830px; left:0px;z-index:0}

.health_nutrition_intro { height:700px; background-image: url(../Images/bg_health.jpg); background-repeat: no-repeat; background-position: 0px 340px;}
h1.hdg_health_nutrition {background-image: url(../Images/hdg_health_nutrition.gif);}
.health_nutrition_intro .section1{ position:absolute; top:0px; left:0px; z-index:10}
.health_nutrition_intro .section1 p {width:425px;}
.health_nutrition_intro .section2{ position:absolute; top:280px; left:230px; width:390px; z-index:10}
.health_nutrition_intro .section3{ position:absolute; top:600px; left:0px; z-index:10}
.bg_health_nutrition_1 {background-image: url(../Images/bg_puppy_nutrition_1.png); width:269px; height:257px;position:absolute; top:0px; right:0px; z-index:0}
.bg_health_nutrition_2 {background-image: url(../Images/bg_puppy_nutrition_2.png); width:628px; height:405px;position:absolute; top:220px; right:0px; z-index:0}

.holidayfinder_pager {text-align:center; margin-bottom:1em;}
.holidayfinder_pager a.pagerPrevious,  .holidayfinder_pager a.pagerNext{ display:block; float:left; width:15px;font-weight:bold;}
.holidayfinder_pager .pager_col {width:615px; text-align: center; clear:none;}
.holidayfinder_pager .pager_col a {color:#F3D17C; font-weight:bold;}
.holidayfinder_pager .pager_col a.on { text-decoration:underline;}

