@charset "utf-8";

/***\
| A | JSitter
\***/

	/***********************\
	| (c)2009 ecoaststudios llc |
	\***********************/
	
/********************************\
		Table of Contents

	A. Introduction
	B. Container Elements (wrapper, common  font styles, body, etc)
	C. Sub and Header
	D. Main Menu
	E. Main Content
	F. Other Elements / MISC
		- try it for free
		- testimonial
		- sidebar
	G. Footer
	H. Registration Sitter
	I. Pagination
	J. Errors
	
\*********************************/

/***\
| B | Container Elements
\***/

body { 
	background:url(../images/bg.body.gif) repeat-x top;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#container { width: 960px; margin: 0px auto; }

.menu li { float: left; }
.divider { width: 100%; color: #f1f1f1; margin-top: 12px; margin-bottom: 12px; margin-left:12px; }

/***\
| C | Sub and Header 
\***/
	
	#header { }
	
	/* Sub Menu */
	#sub { 
		float: right; width: 360px; height: 30px; 
		background: #012539; border: 1px solid #1f5377; border-top: none; margin-top: 16px; font-size: 1.2em; 
		}
	
	#sub li { border-right: 1px solid #44527c; margin-top: 5px; }
	#sub li a { color: #7fabc7; text-decoration: none; padding: 9px; } #sub li a:hover { color: #a8cee6; }
	#sub li.search { border: none; margin-top: 12px; margin-top: -5px; }
	
	#sub li form { float: left; margin: 0px 0px 0px 10px; padding-top: 6px; line-height: 19px !important; }
	#sub li form label { color: #fff; float: left; }
	#sub li form input { width: 33px; color: #4a4a4a; font-size: 11px; background:url(../images/bg.form.input.gif); border: 1px solid #fff; border-top: none; border-bottom: none; height: 19px; margin-left: 5px; float: left; }
	#sub li form select { width: 85px; color: #4a4a4a; font-size: 11px;  background: #f1f1f1 url(../images/bg.form.input.gif); border: 1px solid #fff; border-top: none; border-bottom: none; height: 19px; float: left; margin-left: 5px; }
	#sub li form button { background: none; border: none !important; padding: 0; margin: 0; cursor: pointer; width: 63px; float: left; margin-top: -2px; }
	#sub fieldset { float:left; }
	
	/* Logo */
	#logo { margin-top: 40px; }
	
/***\
| D | Main Menu
\***/
	
	
	
	/* Most Pages 
	#mainmenu { height: 41px; margin-top: 33px; }
	#mainmenu li { float: left; width: 320px;  }
	#mainmenu li a { display: block; width: 320px; height: 31px; text-indent: -999999em; background-image: url(../images/menu.gif); margin-top: 4px; }
	#mainmenu li a:hover { border-bottom: 6px solid; }
	#mainmenu .active { margin-top: 0; height: 35px; border-bottom: 6px solid; }
	
	#mainmenu li.child a { background-position: left bottom; } #mainmenu li.child a:hover, #mainmenu li.child .active { border-color: #ded7b2; }
	#mainmenu li.pet a { background-position: center bottom; } #mainmenu li.pet a:hover, #mainmenu li.pet .active { border-color: #e6cdb8; }
	#mainmenu li.house a { background-position:right bottom; } #mainmenu li.house a:hover, #mainmenu li.house .active { border-color: #e6c1be; }*/
	
	/* Menu for Logged in Members ONLY */
	#mainmenumembers { height: 41px; margin-top: 33px; }
	#mainmenumembers li { float: left; width: 240px;  }
	#mainmenumembers li a { display: block; width: 240px; height: 31px; text-indent: -999999em; background-image: url(../images/menuloggedin.gif); margin-top: 4px; }
	#mainmenumembers li a:hover { border-bottom: 6px solid; }
	#mainmenumembers .active { margin-top: 0; height: 35px; border-bottom: 6px solid; }
	
 #mainmenumembers li.member a { background-position: 0px 100%; } #mainmenumembers li.member a:hover, #mainmenumembers li.member .active { border-color: #b4f0f5; }
    #mainmenumembers li.child a { background-position: 720px 100%; } #mainmenumembers li.child a:hover, #mainmenumembers li.child .active { border-color: #ded7b2; }
    #mainmenumembers li.pet a { background-position: 481px 100%; } #mainmenumembers li.pet a:hover, #mainmenumembers li.pet .active { border-color: #ded7b2; }
    #mainmenumembers li.house a { background-position: 240px 100%; } #mainmenumembers li.house a:hover, #mainmenumembers li.house .active { border-color: #e6cdb8; }

	
	/* Home Page 
	body.home #mainmenu { height: 289px; margin-top: 45px; }
	body.home #mainmenu li { float: left; width: 320px; height: 289px; margin: 0; }
	body.home #mainmenu li a { display: block; width: 320px; height: 289px; text-indent: -99999em; background-image:url(../images/boombox.jpg); border: none !important; }
	
	body.home #mainmenu li.child a { background-position: left top; } body.home #mainmenu li.child a:hover { background-position: left bottom; }
	body.home #mainmenu li.pet a { background-position: center top; } body.home #mainmenu li.pet a:hover { background-position: center bottom; }
	body.home #mainmenu li.house a { background-position:right top; } body.home #mainmenu li.house a:hover { background-position:right bottom; }
*/	
	

	
	
/***\
| E | Content
\***/

	#content h1 { font-size: 24px; color: #575757; font-weight: normal; margin-top: 25px; padding-bottom: 4px; border-bottom: 5px solid #ececea; }
	#content .note { font-size: .6em; }
	#content .disclaimer { font-size: .9em; }
	#content a { color: #0c78b1; } #content a:hover { text-decoration: underline; }
	
	
	/* Home Page */
	body.home #content { background: #f2f7fa; padding: 20px 15px; color: #3a6176; font-size: 1.6em; line-height: 1.5em; }
	body.home #content h1 { font-size: 24px; font-weight: normal; color: #2c2c2c; margin: 0; padding: 0; border: none; }
	
	/*Registration Page Sitter*/
	#content .search h2 { font-size: 20px; color: #575757; font-weight: normal; margin-top: 25px; margin-left:35px; padding-bottom: 4px; border-bottom: 1px solid #ececea; }
	#content .search h4 { font-size: 1.7em; color: #fff; background: #0a4a6c; font-weight: normal; padding: 18px 0 10px 10px; margin-top: 15px; }
	#content .search h5 { font-size: 1.3em; color: #fff; background: #286f95; font-weight: normal; padding: 5px 5px 5px 10px; margin-top: 15px; }
	#content h4 { font-size: 1.7em; color: #fff; background: #0a4a6c; font-weight: normal; padding: 18px 0 10px 10px; margin-top: 15px; }
	#content .search h6 { font-size: 1.3em; color: #505050; background: #fff; font-weight: normal; margin-top: 15px; margin-bottom: 25px; margin-left:12px; }
	#content .search .note { font-size: 10px; }
	#content p { font-size: 1.2em; color: #72728E; }
	
	/* registration.dual.php */
	#content .regpromo { font-size: 1.5em; color:#4995BD; }
	#content .beginreg { font-size: 1.4em; font-weight: bold; margin-left:10px;  }
	#content .beginreg a { color: #ccc; text-decoration:underline; }
	#content .beginreg a:hover { text-decoration:none; }

	
	/* Search Results */
	body.search #content .search { background: url(../images/bg.blue.gif) repeat-y right; overflow: hidden; margin-top: 21px; }
	
	ul.results { width: 710px; float: left; }
	ul.results li { display: block; margin-bottom: 21px; overflow: hidden; }
	
	ul.results li img { float: left; }
	ul.results li .info { float: right; width: 480px; height: 120px; overflow: hidden; background:url(../images/bg.search.gif) no-repeat center right; padding-left: 40px; padding-top: 15px; padding-right: 15px; }
	ul.results li h3 { font-size: 14px; font-weight: bold; color: #4b819e; float: left; }
	ul.results li .details { float: right; font-size: 12px; color: #6d6d6d;  }
	ul.results li p { clear: both; font-size: 1.2em; line-height: 1.3em; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #e9e9e9; }
	ul.results li a.view { font-size: 12px; float: left; margin-top: 8px; }
	ul.results li .info img { float: right; margin-top: 9px; }
	
	/* Search Results From Profile Page {MINI RESULTS}*/
	ul.miniresults { width: 670px; float: left; }
	ul.miniresults li { display: block; margin-bottom: 21px; overflow: hidden; }
	
	ul.miniresults li img { float: left; margin-top: 25px; }
	ul.miniresults li .info { float: right; width: 480px; height: 150px; overflow: hidden; background:url(../images/bg.search.gif) no-repeat center right; padding-left: 40px; padding-top: 15px; padding-right: 15px; }
	ul.miniresults li .info-nobio { float: right; width: 480px; height: 150px; overflow: hidden; background:url(../images/bg.favs.nobio.gif) no-repeat center right; padding-left: 40px; padding-top: 15px; padding-right: 15px; }
	ul.miniresults li .info-nojob { float: right; width: 480px; height: 150px; overflow: hidden; background:url(../images/bg.favs.nobio.gif) no-repeat center right; padding-left: 40px; padding-top: 15px; padding-right: 15px; }
	ul.miniresults li h3 { font-size: 14px; font-weight: bold; color: #4b819e; float: left; margin-top: 7px; }
	ul.miniresults .note { margin-top: 7px; }
	ul.miniresults li .details { float: right; font-size: 12px; color: #6d6d6d; margin-top: 7px; }
	ul.miniresults li p { clear: both; font-size: 1.2em; line-height: 1.3em; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #e9e9e9; }
	ul.miniresults li a.view { font-size: 11px; float: left; margin-top: 8px; }
	ul.miniresults li .info img { float: right; margin-top: 9px; }
	#moreresults { float:right; margin-right:3px; }
	#searchcrumb { margin-top: 5px; /*margin-right: 47px;*/ float:right; }
	#listbullets li { margin-left: 25px; list-style-type: square; font-size:1.1em; color:#72728E; line-height:17px; }
	
	/* Reviews */
	ul.review { width: 710px; float: left; }
	ul.review li { display: block; margin-bottom: 21px; overflow: hidden; }
	
	ul.review li img { float: left; margin-top: 25px; }
ul.results li .info { float: right; width: 480px; height: 120px; overflow: hidden; background:url(../images/bg.search.gif) no-repeat center right; padding-left: 40px; padding-top: 15px; padding-right: 15px; }
	ul.review li h3 { font-size: 1em!important; font-weight: bold; color: #4b819e; float: right; margin-right: 5px; margin-top: 3px; font-style:italic; }
	ul.review li .details { float: right; font-size: 12px; color: #6d6d6d;  }
	ul.review li p { clear: both; font-size: 1em; line-height: 1.3em; padding-bottom: 10px; margin-left: 50px; }
	ul.review li a.view { font-size: 11px; float: left; margin-top: 8px; }
	ul.review li .info img { float: right; margin-top: 9px; }
	

	
	/* Reviews Profile as seen by user */
	ul.userreview li img { float: left; margin-top: 25px; }
	ul.userreview  li .info { float: left; width: 320px; height: 150px; overflow: hidden; background:url(../images/bg.reviews.gif) no-repeat center right; padding-left: 40px; padding-top: 15px; padding-right: 15px; }
	ul.userreview  li h3 { font-size: 1em!important; font-weight: bold; color: #4b819e; float: right; margin-right: 5px; margin-top: 3px; font-style:italic; }
	ul.userreview  li .details { float: right; font-size: 12px; color: #6d6d6d;  }
	ul.userreview li p { clear: both; font-size: 1em; line-height: 1.3em; padding-bottom: 10px; margin-left: 10px; }
	ul.userreview  li a.view { font-size: 11px; float: left; margin-top: 8px; }
	ul.userreview  li .info img { float: right; margin-top: 9px; }
	
	ul.reviewfull li img { float: left; margin-top: 25px; }
	ul.reviewfull  li .info { float: left; width: 320px; height: 290px; margin-top:15px; overflow: hidden; background:url(../images/bg.reviews.full.gif) no-repeat center right; padding-left: 40px; padding-top: 15px; padding-right: 15px; }
	ul.reviewfull  li h3 { font-size: 1.2em!important; font-weight: bold; color: #4b819e; float: right; margin-right: 5px; margin-top: 3px; margin-bottom:7px; }
	ul.reviewfull  li .details { float: right; font-size: 12px; color: #6d6d6d;  }
	ul.reviewfull li p { clear: both; font-size: 1em; line-height: 1.3em; padding-bottom: 10px; margin-left: 10px; }
	ul.reviewfull  li a.view { font-size: 11px; float: left; margin-top: 8px; }
	ul.reviewfull  li .info img { float: right; margin-top: 9px; }
	
blockquote { display:block; }
blockquote:before, blockquote:after { color: #69c; display: block; font-size: 600%; width: 50px; }
blockquote:before { content: open-quote; height: 0; margin-left: -14px; margin-top: 5px; margin-bottom: -10px; }
blockquote:after { content: close-quote; height: 50px; margin-top: -41px; margin-left: 350px; }
	
	/* Profile */
	body.profile #content .profile {background: url(../images/bg.blue.gif) repeat-y right; overflow: hidden; margin-top: 21px; }
	
	#content .submenu { background: #f7f7f5; overflow: hidden; padding: 3px 0px; font-size: 1.1em; }
	#content .submenu li { float: left; padding-right: 7px; padding-left: 7px;  background: url(../images/bg.submenu.li.gif) no-repeat right; }
	#content .submenu li.last { background: none; }
	#content .submenu li a { display: block; line-height: 21px; padding: 0 5px; }
	#content .submenu .active a { background: #fff; color: #989897; text-decoration: none !important; }
	
	#content .photo { float: left; width: 171px; color: #656565; }
	#content .sidebarprofilemain { width: 171px; float: left; padding-bottom: 20px; }
	#content .photo p { line-height: 1.2em; margin-top: 5px; }
	
	#content div.details { width: 528px; float: left; margin-left: 12px; color: #353535; font-size: 12px; }
	#content div.details h3 { color: #0a4a6c; font-size: 15px }
	#content div.details p { line-height: 18px; margin-bottom: 13px; } 
	

	/* Contact Form Profile */
	#content div.profiledetails { width: 730px; float: right; color: #353535; font-size: 12px; background: #fff; }
	#content div.profiledetails h3 { color: #0a4a6c; font-size: 15px }
	#content div.profiledetails p { line-height: 18px; margin-bottom: 13px; } 
	#content div.profiledetails h4 { font-size: 1.4em; color: #fff; background: #0a4a6c; font-weight: normal; padding: 18px 0 10px 10px; margin-top: 15px; }

	
	
	#content form ul { padding: 19px 0 0 0; line-height: 27px;  }
	#content form li { overflow: hidden; line-height: 27px !important; margin-bottom: 10px; }
	#content form label { float: left; width: 150px; margin-left: 12px; font-size: 1.1em; color: #727272; font-weight: bold;}
	#content form text, #content select { width: 141px; height: 22px; padding: 2px 5px; background:#f1f1f1; line-height: 26px !important; vertical-align:middle; }
	#content form textarea { background:#f1f1f1; font-size: 1.1em; color: #727272; }
	#content form file { width: 141px; height: 22px; padding: 2px 5px; background: url(../images/bg.form.input.content.gif) no-repeat right; line-height: 26px !important; vertical-align:middle; }
	#content form select { height: 28px; width: 151px; }
	#content form input, #content form select, #content form button, #content form textarea { margin-left: 12px; float: left; }
	#content form .buttons { margin-top: 20px; }
	#content form button { float: left; margin-left: 10px; }
	#content form input checkbox { width: 15px; height: 22px; padding: 2px 5px; background:#fff; line-height: 26px !important; vertical-align:middle; }
	
	#reg form ul { padding: 19px 0 0 0; line-height: 27px;  }
	#reg form li { overflow: hidden; line-height: 27px !important; margin-bottom: 10px; }
	#reg form label { float: left; width: 2050px; margin-left: 12px; font-size: 1.1em; color: #727272; font-weight: bold;}
	#reg form text, #content form input, #content select { width: 141px; height: 22px; padding: 2px 5px; background:#f1f1f1; line-height: 26px !important; vertical-align:middle; }
	#reg form file { width: 141px; height: 22px; padding: 2px 5px; background: url(../images/bg.form.input.content.gif) no-repeat right; line-height: 26px !important; vertical-align:middle; }
	#reg form select { height: 28px; width: 151px; }
	#reg form input, #content form select, #content form button, #content form textarea, .next_link { margin-left: 12px; float: left; }

	
	.reg  { width: 670px; float:right; }
	#profilemod { width: 450px; float: left; margin-left: 12px; color: #353535; font-size: 12px; }
	#profilemod p { line-height:20px; font-size: 1.1em; margin-bottom:10px; margin-left: 10px; }
	#profilemod h3 { color: #0a4a6c; font-size: 15px }
	#profilemod h4 { font-size: 1.4em; color: #fff; background: #0a4a6c; font-weight: normal; padding: 18px 0 10px 10px; margin-top: 15px; }
	#profilemod h5 { font-size: 1.1em; color: #fff; background: #286f95; font-weight: normal; padding: 5px 5px 5px 10px; margin-top: 15px; margin-bottom: 5px; }
	
	
	/* profile.main.php Only */
	#myprofile { width: 485px; float: left; margin-left: 12px; color: #353535; font-size: 12px; }
	
	
	.reg p { line-height:20px; font-size: 1.2em; margin-top:25px; margin-left: 10px; }
	
	/* Registration Pages Only */
	.regsteps  { width: 950px; float:left; margin-left: 10px; } 
	.regsteps p { line-height:20px; font-size: 1.2em; color:#72728E; margin-top:25px; margin-left: 10px; }
	
	/* TOS Page */
	.singlecolumn  p { width: 850px; margin-left: 10px; font-size: 1.4em!important; line-height:18px; margin-bottom: 13px; }
	
	/* Side Bar */
	.sidebar { width: 240px; float: right; padding-bottom: 20px; }
	.sidebar h3 { font-size: 1.7em; color: #fff; background: #0a4a6c; font-weight: normal; padding: 18px 0 10px 10px; }
	
	.sidebar label { width: 69px !important; margin: 0; padding: 0; }
	.sidebar input { width: 141px; }
	.sidebar select { width: 151px; }
	/*Manage Profile Sub Menu */
	.sidebarleft { width: 210px; float: left; padding-bottom: 20px; background: #F2F7FA; margin-top:15px; }
	/*.sidebarleft { width: 240px; float: left; padding-bottom: 20px; background: #F2F7FA; margin-top:15px; } */
	.sidebarleft h3 { font-size: 1.7em; color: #fff; background: #0a4a6c; font-weight: normal; padding: 18px 0 10px 10px; }
	.sidebarleft li { font-size: 1.4em; color: #505050;  padding-left: 5px; padding-top:15px; }
	.sidebarleft p { font-size: 1.1em; color: #0C78B1;  padding-left: 5px; padding-top: 2px; }
	.sidebarleft .active { color:#0C78B1; font-weight:bold }
	/* Edit Profile Photographs */
	#pics li { margin-bottom:10px; } 
	/*Contact Page*/
	.sidebarcontact { width: 240px; float: left; padding: 20px; background: #F2F7FA; margin-top:15px; }
	.sidebarcontact p { font-size: 1.2em; line-height:18px; margin-bottom: 13px; }
	
	/* Member Since & Phone Data */
	#infobox { font-size:12px; color:#575757; width: 170px; margin-left: 4px; margin-top: 0px; padding-bottom: 2px; }
	
	/*References Profile Page */
	.referenceblock { background: #F7F7F5; padding: 5px 0 5px 5px; margin-left: 5px;  }
	.referenceblock p { margin:0; }
	
/***\
| F | Other Elements / MISC
\***/
	
	/* Try it for Free */
	#freetotry { width: 550px; height: 239px; float: left; margin-top: 15px; background: #f2f7fa; }
	#freetotry h3 { padding: 28px 0px 0px 15px; background: #2a698b; font-size: 17px; color: #b0d0e3; font-weight:normal; }
	#freetotry h2 { padding: 0px 0px 11px 15px; background: #2a698b; font-size: 24px; color: #fff; font-weight:normal; }
	#freetotry p { font-size: 1.2em; color: #72728E; }
	
	#freetotry ul { padding: 25px 50px 30px 50px; line-height: 27px;  }
	#freetotry li { overflow: hidden; line-height: 27px !important; margin-bottom: 10px; }
	#freetotry label { float: left; width: 80px; text-align: right; font-size: 1.4em; color: #727272; font-weight: bold;}
	#freetotry input, #freetotry select { width: 172px; height: 22px; padding: 2px 5px; background: #f1f1f1 url(../images/bg.form.input.main.gif) no-repeat center; line-height: 26px !important; vertical-align:middle; }
	#freetotry select { height: 28px; width: 182px; }
	#freetotry input, #freetotry select, #freetotry button { margin-left: 17px; float: left; }
	#freetotry .buttons { margin-top: 20px; padding-left: 79px; }
	#freetotry .buttons button { float: left; }
	#freetotry .buttons p { float: left; margin-left: 15px; width: 260px; line-height: 1.2em; color: #505050; font-size: 1.4em; }
	#freetotry .buttons a { color: #215779; text-decoration: none; } #freetotry .buttons a:hover { text-decoration: underline; }
	
	/* testimonial */
	#testimonial { width: 390px; float: right; height: 239px; margin-top: 15px; }
	#testimonial blockquote { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; line-height: 1.8em; width: 255px; height: 127px; padding:20px; padding-bottom: 50px; background: url(../images/bg.test.gif) no-repeat center; text-align: center; color: #fff; }
	#testimonial p { padding-left: 255px; padding-top: 6px; color: #757575; font-size: 1.1em; font-style:italic; }
	#testimonial p strong { font-family: Georgia, "Times New Roman", Times, serif; color: #000; font-size: 1.2em; }
	
	/* terms and conditions pop */
	#pop p { font-size:1.3em; color:#72728E; line-height:20px; }
	#pop { margin:25px; }
	
	/*member since & telephone */
	.membersince { float:right; font-size:12px; }
	
/***\
| G | Footer
\***/

	#footer { border-top: 7px #dde1da solid; padding-top: 14px; margin-top: 70px; float: left; width: 100%; overflow: hidden; padding-bottom: 15px; }
	#footer p { color: #9f9f9f; font-size: 1.1em; line-height: 1.3em; }
	#footer a { color: #3075a0; } #footer a:hover { text-decoration: underline; color: #0f3b56; }
	#footer .contact { float: left; padding-left: 32px; }
	#footer .copyright { float: right; padding-right: 32px; }

/***\
| H | Registration Sitter
\***/	
	


/***\
| I | Search
\***/

#pagination-flickr li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-flickr a           { border:solid 1px #DDDDDD; margin-right:2px; }
#pagination-flickr .previous-off,
#pagination-flickr .next-off   { color:#666666; display:block; float:left; font-weight:bold; padding:3px 4px; }
#pagination-flickr .next a,
#pagination-flickr .previous a { font-weight:bold; border:solid 1px #FFFFFF; }	
#pagination-flickr .active     { color:#ff0084; font-weight:bold; display:block; float:left; padding:4px 6px; }
#pagination-flickr a:link, 
#pagination-flickr a:visited   { color:#0063e3; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-flickr a:hover     { border:solid 1px #666666; }

/***\
| J | Errors
\***/
#systemmessage { background:#ECECEA; color: #575757; font-size:1.2em; font-weight:bold; padding: 10px; }
#error { font-size:1.2em; color:#CC0000; }
.error a { color:#ECE9D8!important; text-decoration:underline; }
.error a hover { color:#ECE9D8; text-decoration:underline; }
#param { color:#9C2119; width:950px; height: 35px; margin-left:10px; font-size:12px; }
/*#param_reg_sitter { background-color:#FFFFCC; color:#FF0000; width:950px; padding:15px 5px 5px 5px; font-size:13px; font-weight:bold; }*/
#notification { /* Job Details Parent */
	font-size: .9em;
	color:#666666;
	line-height:15px;
	width: 130px;
	/*
	background-image: url(../images/fyi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	margin-left: 4px;
	margin-right:15px; 
	margin-top: 3px;
}
#warning { background:url(../images/warning.bg.gif) no-repeat; padding-left: 20px; padding-right: 20px; height: 75px; margin-left:5px; }


