/* default */
body    { margin: 0px; padding: 0px; }
body, table, td, p, select, input, textarea { font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif; font-size: 12px; line-height: 110%; }
table   { width: 100%; border-collapse: collapse; }
form, table, tr, td, th, p { margin: 0px; padding: 0px; }
input, select, textarea { color: blue; }
input.text, input.text_small, input_text_tiny, select, textarea { padding: 0px 0px 0px 5px; }
td      { text-align: left; vertical-align: top; }
th {color:#d8d6af;}
img     { margin: 0px; padding: 0px; border: none; }
a:link, a:active, a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; color: #ff0000; }
i       { font-style: italic; }
b       { font-weight: bold; }
/* default */

body {
     
    background: #D8D6AF;
    background-image: url('../images/Background.jpg');
    background-repeat: repeat-x;
    text-align: center;
}

div.body {
    margin:0 auto;  
    width: 900px;
    text-align: left;
}

body, table, td, p, select {
    font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 130%;
}



i {
    font-style: normal;
    color:#DE530A;
}

b {
    font-weight: bold;
}
				h1{
					font-size: 200%;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #888858;
					font-weight: bold;
					margin:30px 0px 5px;
				}
				
				h2{
					font-size: 125%;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #706f48;
					font-weight: normal;
					margin-bottom:4px;
					text-decoration:none;
				}

				h3{
					font-size: 125%;
                    background:#eceab7;
                    padding:3px 0 3px 0 ;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #000000;
					font-weight: bold;
					margin:0;
					text-decoration:none;
				}

				h4{
					font-size: 115%;
                    font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #000000;
					margin:0px;
					text-decoration:none;
                    font-style:italic;
                    font-weight:normal;
                    margin-bottom:10px;
				}





img.pic {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    padding: 3px;
}

img.listing_pic {
    background-color: #ffffff;
    border: none;
    padding: 3px;
    width: 100px; height: 65px;
}

img.sold {
}

.title_small { font: bold 14px Verdana; color: #333333; }

/* general layout */
.open  { background-repeat: no-repeat; }
.body  { background-repeat: repeat-y; }
.close { background-repeat: no-repeat; }

/* big layout */

table.top { width: 900px; }
.top     { width: 900px; height:141px;}
.logo    { float:left; width:141px;height:140px;}
.header  { float:left;width:759px;height:140px; background-image: url('../images/Home_Header.gif' ); }
.slideShow {background: #888858;width: 900px; height:330px;margin-top:-1px;}
.subHeader {background: #888858;width: 900px; height:160px;margin-top:-1px;}

/*slideshow*/
.post {
	width:900px;
	margin:0px 0 0px 0px;
}
#slide {
	margin-left:0px;
	width:900px;
	height:320px;
	background: #888858;
	border-right:0px solid #000;
	border-top:0px solid #ccc;
	border-left:0px solid #ccc;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	top:0px;
	left:0px;
	overflow: hidden; /*leave as is*/
	width: 900px; /*width of featured content slider*/
	height: 320px;
	background: none;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #ffffff;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	visibility: hidden;
	position: relative; /*leave as is*/
	top:0px;
	left:0px;
	width: 640px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 0px;
	text-align: right;
	background: url(images/slidebot.jpg) no-repeat center top;
	padding-top: 0px;
	padding-right: 10px;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	border-left:0px solid #ccc;
}

.pagination a{
	visibility: hidden;
	float: left;
	position: relative;
	top:0px;
	left:20px;
	display: block;
	height: 0px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none; 
	background: #4e305f;
	color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
	visibility: hidden;
	background: #7d5394;
}


.wrap    { width: 900px; background-image: url('../images/homeBG.gif' ); background-repeat: no-repeat; overflow:hidden;}


/*Design Center slideshow*/
.post2 {
	width:300px;
	margin:50px 0 0px 0px;
}
#slide2 {
	margin-left:0px;
	width:300px;
	height:225px;
	background: #888858;
	border-right:0px solid #000;
	border-top:0px solid #ccc;
	border-left:0px solid #ccc;
}

.sliderwrapper2{
	position: relative; /*leave as is*/
	top:0px;
	left:0px;
	overflow: hidden; /*leave as is*/
	width: 300px; /*width of featured content slider*/
	height: 225px;
	background: none;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #ffffff;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination2{
	visibility: hidden;
	position: relative; /*leave as is*/
	top:0px;
	left:0px;
	width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 0px;
	text-align: right;
	background: url(images/slidebot.jpg) no-repeat center top;
	padding-top: 0px;
	padding-right: 10px;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	border-left:0px solid #ccc;
}

.pagination2 a{
	visibility: hidden;
	float: left;
	position: relative;
	top:0px;
	left:20px;
	display: block;
	height: 0px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none; 
	background: #4e305f;
	color: #ffffff;
}

.pagination2 a:hover, .pagination a.selected{
	visibility: hidden;
	background: #7d5394;
}

/*Floor Plan slideshow*/
.postFloor {
	width:300px;
	margin:30px 0 0px 0px;
}
#slide2 {
	margin-left:0px;
	width:300px;
	height:225px;
	background: #888858;
	border-right:0px solid #000;
	border-top:0px solid #ccc;
	border-left:0px solid #ccc;
}

.sliderwrapper2{
	position: relative; /*leave as is*/
	top:0px;
	left:0px;
	overflow: hidden; /*leave as is*/
	width: 300px; /*width of featured content slider*/
	height: 225px;
	background: none;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #ffffff;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination2{
	visibility: hidden;
	position: relative; /*leave as is*/
	top:0px;
	left:0px;
	width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 0px;
	text-align: right;
	background: url(images/slidebot.jpg) no-repeat center top;
	padding-top: 0px;
	padding-right: 10px;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	border-left:0px solid #ccc;
}

.pagination2 a{
	visibility: hidden;
	float: left;
	position: relative;
	top:0px;
	left:20px;
	display: block;
	height: 0px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none; 
	background: #4e305f;
	color: #ffffff;
}

.pagination2 a:hover, .pagination a.selected{
	visibility: hidden;
	background: #7d5394;
}



table.top .top_body  { background: url( ps/images/top_body.gia ); }
table.top .top_close { height: 30px; background-image: url( ps/images/top_close.gif ); }

.box1 { background:#F7F5C8;width: 225px;margin:-5px 0 0 0; }
table.box1 .open  { height: 30px; background-image: url( ps/images/box1_open.gif ); }
table.box1 .body  { background-image: url( ps/images/box1_body.gif ); }
table.box1 .close { height: 15px; background-image: url( ps/images/box1_close.gif ); }
table.box1 .open  { padding-left: 5px; vertical-align: middle; }
table.box1 .body  { padding-left: 10px; padding-top: 5px; padding-bottom: 5px; }


/* Top Menu*/
.topMenu  {margin:0 -100px 0 -21px;padding:0;width:900px; position:relative;top:110px;left:0px;}
.topMenu{
font:bold 13px Arial, Verdana, Geneva,  Helvetica, sans-serif;

width: 110%; /*leave this value as is in most cases*/
overflow: visible;
}


.lefter {
    float:left;
    width: 230px;
    padding-left: 0px;
    padding-top: 0px;
}

.homeRighterA {
    float:left;
    width: 400px;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 10px;
}

.homeRighterB {
    float:left;
    width: 215px;
    padding-left: 0px;
    padding-top: 50px;
    padding-right: 0px;
}

.subRight {
    float:right;
    background:#eceab7;
	min-height:400px;
	width: 215px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.subRight p {padding: 0 0 20px 10px;}

.subLeft {
    float:left;
    background:none;
	width: 650px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.subLeft p {padding: 0 0 20px 10px;}


.floorRight {
    float:right;
   	width: 305px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.floorRight p {padding: 10px 0 20px 10px;}

.floorLeft {
    float:left;
    background:none;
	width: 540px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.floorLeft p {padding: 0 0 20px 10px;}

td.floorTop  {background-color:#f7f5c8; padding:3px; text-align:center; color:#888858;font-weight:bold; border:1px solid #cccccc;}
td.floorTopA  {background-color:#f7f5c8; padding:3px; text-align:center; color:#888858;font-weight:bold; 
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;}
td.floorTopB  {background-color:#f7f5c8; padding:3px; text-align:center; color:#8c2626;font-weight:bold; border:1px solid #cccccc;}
.subForm {
    margin:0 auto;
    background:none;
	width: 600px;
    padding-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
}

.subForm2 {
    margin:0 auto;
    background:none;
	width: 700px;
    padding-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
}

.subForm2 td{height:28px;vertical-align:middle;padding-left:10px;padding-right:10px;}

.subForm td{height:28px;vertical-align:middle;padding-left:10px;padding-right:10px;}

div.footer {width:900px; margin:0 auto;padding-top:20px;
}

div.footer td{
    font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    line-height: 130%;
}
table.title {
}

table.title td {
    color: #000000;
    font: bold 14px Verdana;
    vertical-align: middle;
    width: 430px; height: 28px;
    background-image: url( ps/images/title_bar.gia );
    background-repeat: no-repeat;
}

div.bizinfo {
    font: normal 10px Verdana;
    color: #DE530A;
    text-align: center;
}

div.it747 {
    font: normal 10px Verdana;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}



div.category a {
    text-decoration: none;
}
div.category_active {
}
div.category_inactive {
}

div.hr_blank {
    height: 10px;
}

hr.none {
    height: 10px;
    border: none;
}

/* special listing */

div.special td.name a:link,
div.special td.name a:visited,
div.special td.name a:active,
div.special td.name a:hover {
    color: green;
    background-color: #ffffee;
    text-decoration: underline;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-decoration: none;
    padding-right: 20px;
}

div.special td.name a:hover {
    color: red;
}


div.special table {
    width: 95%;
}

div.special td.name {
    font: bold 11px Verdana;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.special td.price {
    color: #bb4444;
    font: bold 11px Verdana;
}

div.special td.catch_phrase {
    color: #1166cc;
}

div.special td.image {
}

div.special input.image_title {
    font: bold 10px Verdana;
    border: 0px;
    width: 160px;
    text-align: center;
}

div.special td.short_desc {
    font: normal 11px Verdana;
}

div.special td.feature_head,
div.special td.agent_info_head {
    color: green;
    background-color: white;
    font: bold 11px Verdana;
    border-bottom: 1px solid #ebebeb;
    padding-top: 3px;
    padding-bottom: 3px;
}
div.special td.agent_info_head {
}

div.special td.feature_body,
div.special td.agent_info_body {
    font: normal 10px Verdana;
}
div.special img.pic {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    padding: 3px;
    width: 160px;
    height: 120px;
}

div.agent_info {
    font: normal 10px Verdana;
}

/* listings */

div.listings a:link,
div.listings a:visited,
div.listings a:active {
    color: black;
    text-decoration: none;
}

div.listings a:hover {
    color: red;
    text-decoration: underline;
}

div.listings table.listings {
    border: 1px solid #f5f5f5;
}

div.listings table.listings_2 {
    border: 1px solid #f5f5f5;
}

div.listings table.listing_head {
    border-bottom: 1px solid #f5f5f5;
}
div.listings table.listing_head td {
    background-color: #ffffff;
}

div.listings table.listing_head_2 {
    border-bottom: 1px solid #f5f5f5;
}
div.listings table.listing_head_2 td {
    background-color: #ffffff;
}

div.listings table.listing_body {
}

div.listings table.listing_body td.listing_body_left {
    width: 120px;
}

div.listings td.listing_head {
    vertical-align: middle;;
}

div.listings font.listing_head {
    color: green;
    font: bold 12px Verdana;
}

div.listings td.tell_more {
    font: normal 11px Arial;
    text-align: right;
    padding-right: 5px;
}

div.listings td.price {
    color: #bb4444;
    font: bold 11px Verdana;
}

div.listings td.agent {
    text-align: right;
    padding-right: 5px;
    font: normal 10px Verdana;
}

div.listings td.catch_phrase {
    color: green;
}

div.listings td.short_desc {
    font: normal 10px Verdana;
    padding-right: 5px;
}

/* detail */

div.topContainer {float:left; width:600px; }
div.dslide {float:left; width:270px; }
div.dslide td.agent_info_body {
    font: normal 12px Arial;
    }




div.detail_top_menu {
    text-align: center;
}

div.tools_area  {
    width: 360px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

div.sold {
    position: absolute; z-index: 20; visibility: visible;
    margin: 7px 0px 0px 268px;
}

table.basic tr.basic { border-bottom: 1px solid #f5f5f5; }

img.small_image {
    width: 40px;
    height: 30px;
    padding: 2px;
    border: 1px solid #f5f5f5;
}

div.long_desc {
    font: normal 10px Verdana;
}

div.hidden {
    visibility: hidden;
    position: absolute;
    top: 0px;
    right: 500px;
    z-index: -1;
}

div.topContainer td {border:2px solid #F7F5C9;height:17px;padding:3px;}
div.topContainer tr.title td {
	background-color: #888858; color:#F7F5C9; font-weight:bold;height:15px;
}

div.topContainer tr.title td.title {
	background-color: #888858; color:#F7F5C9; font-weight:bold;height:15px;text-align:center;
}
div.topContainer tr.row1 td {
	background-color: #BDBB99;
}

div.topContainer tr.row1 td.title {
	text-align:center;
}



tr.rowcolor td  {
	background-color: #eceab7; /*#b17315*/
}
/* search */
form.search_form_1 .select_stmt {
    width: 130px;
    color: blue;
    background-color: #fffff9;
}

form.search_form_2 .select_stmt {
    width: 180px;
	height:20px;
    color: #000000;
    background-color: #fffff9;
    xbackground-color: #F8E4D0;
}

form.search_form_1 {
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    padding: 3px;
}

div.search_result_1,
div.search_result_2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fffff9;
}
div.search_result_1 {
    color: blue;
    font: bold 11px Verdana;
}

div.stat {
    text-align: left;
}

div.search div.page {
    text-align: right;
}

/* Mortgage Calculator */
div.mortgage_calculator { width: 360px; height: 270px; margin: 0px auto; padding: 30px 0 0 0; border: 0px solid #f5f5f5; }
div.mortgage_calculator { background-image: url( ps/images/menu_bg_1.gia ); background-repeat: repeat-x; }
div.mortgage_calculator td.attr  { width: 50%; text-align: right; padding-right: 10px; vertical-align: middle;  }
div.mortgage_calculator td.value { width: 50%; text-align: left; vertical-align: middle; }
div.mortgage_calculator input { color: #000000; background-color: #ffffee; border: none; padding-left: 5px; }
div.mortgage_calculator input.button { color: #005500; background-color: #ffeedd; border: 1px solid #cccccc; font-weight: bold; }
div.mortgage_calculator input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; }
div.mortgage_calculator input.button_hover { color: white; background-color: #fdc135; }

/* Tell your friend */
div.tell_your_friend { width: 520px; height: 270px; margin: 0px; padding: 0px; border: 0px solid #f5f5f5; }
div.tell_your_friend { background-color:; }
div.tell_your_friend td.attr  { width: 20%; text-align: right; padding-right: 10px; font-weight: bold; }
div.tell_your_friend td.value { width: 70%; text-align: left; }
div.tell_your_friend input,
div.tell_your_friend textarea { color: blue; background-color: #ffffff; border: 1px solid #f5f5f5; padding-left: 5px; }
div.tell_your_friend input.text,
div.tell_your_friend textarea.text { width: 200px; }
div.tell_your_friend input.button { color: #005500; background-color: #ffeedd; border: 1px solid #cccccc; font-weight: bold; }
div.tell_your_friend input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; }
div.tell_your_friend input.button_hover { color: white; background-color: red; }

/* Ask the member */
div.ask_agent { width: 360px; height: 270px; margin: 0px; padding: 0px; border: 1px solid #f5f5f5; }
div.ask_agent { background-image: url( ps/images/menu_bg_3.gif ); background-repeat: repeat-x; }
div.ask_agent td.attr  { width: 30%; text-align: right; padding-right: 10px; font-weight: bold; }
div.ask_agent td.value { width: 70%; text-align: left; }
div.ask_agent input,
div.ask_agent textarea { color: blue; background-color: #ffffff; border: 1px solid #f5f5f5; padding-left: 5px; }
div.ask_agent input.text,
div.ask_agent textarea.text { width: 200px; }
div.ask_agent input.button { color: #005500; background-color: #ffeedd; border: 1px solid #cccccc; font-weight: bold; }
div.ask_agent input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; }
div.ask_agent input.button_hover { color: white; background-color: red; }

/* Print Listing */
div.print_listing { width: 550px; height: auto; margin: 0px; padding: 0px; border: 1px solid #f5f5f5; }
div.print_listing { line-height: 150%; }
div.print_listing { background:#d9d7b0;overflow:auto;}
div.print_listing input { color: blue; background-color: #ffffff; border: 1px solid #f5f5f5; padding-left: 5px; }
div.print_listing input { width: 100%; }
div.print_listing input.button { margin-top:20px;width:120px;color: #888858; background-color: #ebeaba; border: 1px solid #cccccc; font-weight: bold; }
div.print_listing input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; }
div.print_listing input.button_hover { color: white; background-color: #fdc135; }

#popup  {margin-left:200px;}



/* Temporary */

div.tmp hr {
    border: 0px solid #f5f5f5;
}

div.tmp p {
    padding-top: 6px;
    padding-bottom: 6px;
}

p.tmp_a {
}

p.tmp_marker {
    color: #DE530A;
}

p.tmp_head {
}

p.tmp_body {
}



/* About */

div.about h1{margin-bottom:20px; }

div.about_body td {border:3px solid #F7F5C9;height:40px;padding:3px;}
div.about_body tr.title td {
	background-color: #888858; color:#F7F5C9; font-weight:bold;height:15px;
}
div.about_body tr.row1 td {
	background-color: #BDBB99;
}
p.about_box {
    
    border: 1px solid #ebebeb;
    padding: 5px;
}
div.about hr {
    border: 0px solid #f5f5f5;
}

div.about p {
    padding-top: 6px;
    padding-bottom: 6px;
}

p.about_a {
}

p.about_marker {
    color: #DE530A;
}

div.about_head {font-size:16px; font-weight:bold;margin:20px 0 5px 0;}
}

div.about_body {margin:0px 0px 0px 0px;
}

p.about_box {
    
    border: 1px solid #ebebeb;
    padding: 5px;
}

div.ourCommunity  {width:400px; float:left;margin:20px 0 0 0;padding:0; }
div.ourCommunity p {margin-bottom:20px; }


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

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as <a href="#nogo"> Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
	
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #888858;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	bottom: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 90px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}

.fpimage {background-color:#888858; width:500px;height:auto;overflow:visible;}
.fpimage h2 {color:#f7f5c8; padding: 10px 0 0px 20px; font-weight:bold;}

/* Copyright 2006 Joost de Valk Sort Tables*/
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 2px solid #f7f5c9;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #f7f5c9;
}
table.sortable th {
	border-width: 1px 2px 2px 1px;
	background-color: #888858;
	
}
table.sortable td {
	border-width: 1px 2px 0px 2px;
}
table.sortable tr.odd td {
	background-color: #bdbb99;
}
table.sortable tr.even td {
	background-color: #d8d6af;
}
table.sortable tr.sortbottom td {
	border-top: 2px solid #f7f5c9;
	background-color: #none;
	font-weight: bold;
}
table.sortable th a{ color:#eceab7; }


/* smart image enlarger ends here */






/* vim: set expandtab sw=4 ts=4 sts=4: */


