/*
©2003-2005 All Rights Reserved
 ___     _   _         __      ___    _ _       _
| _ )___| |_| |___ _  _\ \    / / |_ (_) |_ ___| |_  ___ _ _ _ _  ___
| _ Y -_)  _| / -_) || |\ \/\/ /| ' \| |  _/ -_) ' \/ _ \ '_| ' \/ -_)
|___|___|\__|_\___|\_, / \_/\_/ |_||_|_|\__\___|_||_\___/_| |_||_\___|
                   |__/

This is lovells.css - Stylesheet of lovellsproperty.com version 0.1a
*/

/*################################### LAYOUT #############################################*/
/*############################## visibility: hidden; #####################################*/

#leftcontain 			{ width: 215px;
						float: left;
						}

#leftbox	 			{ float: right;
						width: 200px;
						margin: 15px 0 20px 15px;
						}

#rightcontain 			{ width: 215px;
						float: right;
						padding: 0;
						}

#rightbox	 			{ width: 200px;
						padding: 15px 15px 20px 0;
						}

#centercontain 			{ margin: 0 230px 0 230px;}

#centerbox	 			{ color: #4F6B4E;
						padding: 15px 15px 20px 0;
						font-size: 12px;
						line-height: 15px;
						}

#greenbox				{ background: #CFF57E;
						padding: 22px 25px 25px 25px;
						color: #4F6B4E;
						}

#whitebox				{ background: white;
						padding: 15px;
						}

#whitebox img			{ margin: 0 15px 0 0;}


/*################################### MENU ITEMS - PAGE SPECIFIC #########################*/
/*############################## Change the name to whichever is active ##################*/


#buy a:link, #buy a:visited				{ background: url(../images/menu/buy.png) 0 -50px;}


/*################################### PROPERTY SEARCH STYLINGS ###########################*/

#searchheading			{ padding: 0 0 7px 0;
						width: 200px;
						color: #5B7B59;
						font-weight: bold;
						border-bottom: solid 1px #5B7B59;
						}

#searchblock			{ padding: 7px 0 7px 0;
						width: 200px;
						color: #5B7B59;
						border-bottom: solid 1px #5B7B59;
						}

#searchblock a			{ color: #f00;}

#searchblock br			{ line-height: 4px;}

select.category			{ width: 100%;
						background: white;
						}

input.submit			{ width: 105px;
						background: #F3F3F3;
						}

table.property			{ width: 200px;}

#price					{ padding: 7px 0 7px 0;
						width: 90px;
						font-size: 11px;
						border-bottom: solid 1px #5B7B59;
						border-right: solid 1px #5B7B59;
						vertical-align: top;
						}

#price2					{ padding: 7px 0 7px 0;
						text-align: right;
						border-bottom: solid 1px #5B7B59;
						}

#price2 br				{ line-height: 4px;}

#price2 select			{ width: 105px;
						margin: 0 0 0 7px;
						}

#ads				{ visibility: hidden;}


/*################################### MORTGAGE CALCULATOR ################################*/

#calculator				{ display: block;
						width: 200px;
						height: 190px;
						background: url(../images/calculatorborder.png) no-repeat;
						position: relative;
						padding: 1px 0 0 0;
						left: 0; top: 0;
						}

#calcframe				{ display: block;
						width: 192px; height: 179px;
						margin: 1px 1px 0 7px;
						border: 0;
						}


/*################################### CENTER CONTENT HEADERS AND SUCH ####################*/

#welcome				{ font-family: arial, helvetica;
						color: #0F6232;
						font-size: 24px;
						margin: 0 0 8px 0;
						}

#pros					{ font-family: arial, helvetica;
						width: 250px;
						color: #6FB159;
						font-size: 24px;
						}

.die					{ display: none;}